<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif !important;
}
html{
  background-color:#fff
}
@media (min-width: 767.98px) {
  ::-webkit-scrollbar {
    width: 0.5rem;
    height: 5rem;
  }

  ::-webkit-scrollbar-track {
    background-color: #ddd;
    /* border-radius: 10px; */
  }

  ::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px;
  }
}

:root {
  --init-font-size: 1.1111111111111112vw;
  --theme-color: #2f57ef;
  --theme-color2: #213fab;
  --color-primary: #2f57ef;
  --color-secondary: #b966e7;
  --black: #231f20;
  --section: 5.625rem;
  --shadow-1: 0px 6px 34px rgb(215 216 222 / 40%);
      --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05)
  --color-border-2: #e6e3f14f;
  --primary-opacity: #2f57ef21;
  --secondary-opacity: #b966e721;
  --color-heading: #192335;
  --coral-opacity: #e9967a21;
  --color-coral: #e9967a;
  --1: 0.0625rem;
  --2: 0.125rem;
  --3: 0.1875rem;
  --4: 0.25rem;
  --5: 0.3125rem;
  --6: 0.375rem;
  --7: 0.4375rem;
  --8: 0.5rem;
  --9: 0.5625rem;
  --10: 0.625rem;
  --11: 0.6875rem;
  --12: 0.75rem;
  --13: 0.8125rem;
  --14: 0.875rem;
  --15: 0.9375rem;
  --16: 1rem;
  --17: 1.0625rem;
  --18: 1.125rem;
  --19: 1.1875rem;
  --20: 1.25rem;
  --21: 1.3125rem;
  --22: 1.375rem;
  --23: 1.4375rem;
  --24: 1.5rem;
  --25: 1.5625rem;
  --26: 1.625rem;
  --27: 1.6875rem;
  --28: 1.75rem;
  --29: 1.8125rem;
  --30: 1.875rem;
  --31: 1.9375rem;
  --32: 2rem;
  --33: 2.0625rem;
  --34: 2.125rem;
  --35: 2.1875rem;
  --36: 2.25rem;
  --37: 2.3125rem;
  --38: 2.375rem;
  --39: 2.4375rem;
  --40: 2.5rem;
  --41: 2.5625rem;
  --42: 2.625rem;
  --43: 2.6875rem;
  --44: 2.75rem;
  --45: 2.8125rem;
  --46: 2.875rem;
  --47: 2.9375rem;
  --48: 3rem;
  --49: 3.0625rem;
  --50: 3.125rem;
  --51: 3.1875rem;
  --52: 3.25rem;
  --53: 3.3125rem;
  --54: 3.375rem;
  --55: 3.4375rem;
  --56: 3.5rem;
  --57: 3.5625rem;
  --58: 3.625rem;
  --59: 3.6875rem;
  --60: 3.75rem;
  --61: 3.8125rem;
  --62: 3.875rem;
  --63: 3.9375rem;
  --64: 4rem;
  --65: 4.0625rem;
  --66: 4.125rem;
  --67: 4.1875rem;
  --68: 4.25rem;
  --69: 4.3125rem;
  --70: 4.375rem;
  --71: 4.4375rem;
  --72: 4.5rem;
  --73: 4.5625rem;
  --74: 4.625rem;
  --75: 4.6875rem;
  --76: 4.75rem;
  --77: 4.8125rem;
  --78: 4.875rem;
  --79: 4.9375rem;
  --80: 5rem;
  --81: 5.0625rem;
  --82: 5.125rem;
  --83: 5.1875rem;
  --84: 5.25rem;
  --85: 5.3125rem;
  --86: 5.375rem;
  --87: 5.4375rem;
  --88: 5.5rem;
  --89: 5.5625rem;
  --90: 5.625rem;
  --91: 5.6875rem;
  --92: 5.75rem;
  --93: 5.8125rem;
  --94: 5.875rem;
  --95: 5.9375rem;
  --96: 6rem;
  --97: 6.0625rem;
  --98: 6.125rem;
  --99: 6.1875rem;
  --100: 6.25rem;
}

html {
  font-size: var(--init-font-size);
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow-x: hidden; */
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
.heading-font {
  font-weight: 800;
}
.woocommerce-message {
  display: none;
}
input:autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}

/* .wpcf7 form .wpcf7-response-output {
    display: none
} */

.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  background: 0 0;
  padding: 0;
  line-height: 1.4;
  right: 0;
  bottom: 0;
  font-size: 0.6875rem;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.has-hover .image-cover:hover img {
  transform: scale(1.08);
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

td,
th {
  padding: var(--8);
}

td:first-child,
th:first-child {
  padding-left: var(--8);
}

td:last-child,
th:last-child {
  padding-right: var(--8);
}

@keyframes up-down {
  50% {
    transform: translateY(var(--15));
  }
}

@media (max-width: 767.98px) {
  :root {
    --init-font-size: 4.2667vw;
    --section: 1rem;
  }
}
.fix-sidebar.moveDown {
  top: calc(6.75rem + 12px);
}
.admin-bar .fix-sidebar.moveDown {
  top: calc(6.75rem + 44px);
}
/* Header */
#header .header-main .container {
  padding-left: var(--section);
  padding-right: var(--section);
  align-items: center;
}

#header .header-main {
  height: 5rem !important;
  border-bottom: 1px solid #dddddd80;
}

#header .header-main .top-divider {
  background-color: #dedede;
  border-top: 0.0625rem solid;
}

#header #logo img {
  width: 9.5rem;
  height: 3.0625rem;
  object-fit: contain;
}

#header #logo {
  width: 9.5rem;
}

#header .header-nav-main {
  justify-content: center;
}
#header .account-item .nav-dropdown{
  border-radius: var(--10);
  box-shadow: none;
  border: 1px solid #ddd;
  top: calc(100% + 1rem);
}
#header .account-item .nav-dropdown a svg{
  width: var(--13);
  height: var(--13);
  margin-right: var(--10);
}
#header .account-item .nav-dropdown li{
  margin:0
}
#header .account-item .nav-dropdown a {
  font-size: var(--15);
  margin: 0;
}
#header .account-item .nav-dropdown a:hover{
  color:var(--theme-color)
}
#header .header-nav-main &gt; .menu-item &gt; a {
  color: #192335;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  padding: var(--20) 0;
}

#header .header-nav-main &gt; .menu-item &gt; a:hover,
#header .header-nav-main &gt; .menu-item.active &gt; a {
  color: var(--theme-color);
}

#header .header-nav-main &gt; .menu-item &gt; a .icon-angle-down {
  opacity: 1;
  display: none;
}

#header .header-nav-main &gt; .menu-item {
  margin: 0 1.65rem;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  display: none;
}

#header .menu-item-has-children &gt; .sub-menu {
  padding: 0;
  border: 0;
  box-shadow: none;
  min-width: 15.1875rem;
  flex-direction: column;
  display: flex;
  left: -1.875rem;
}

#header .menu-item-has-children &gt; .sub-menu .menu-item {
  width: 100%;
  position: relative;
}

#header .header-nav-main &gt; .menu-item-has-children &gt; .sub-menu .menu-item a {
  margin: 0;
  padding: var(--13) var(--20);
  line-height: var(--20);
  border-bottom: 1px solid #c2c2c247;
  font-size: var(--15);
  color: #313131;
  font-weight: 400;
  background-color: #fff;
  text-transform: none;
  text-wrap-mode: nowrap;
}

#header .menu-item-has-children &gt; .sub-menu .menu-item a:hover,
#header .menu-item-has-children &gt; .sub-menu &gt; .menu-item.active &gt; a {
  background-color: var(--theme-color);
  color: #fff;
}

#header .menu-item-has-children &gt; .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none !important;
}

#header
  .header-nav-main
  &gt; .menu-item-has-children
  &gt; .sub-menu
  .menu-item:hover
  .sub-menu {
  display: block !important;
}
.vertical-header {
  margin-right: 3rem;
  position: relative;
}
.vertical-header .vertical-header__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #192335;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  height: var(--46);
  background: rgba(0, 0, 0, 0.04);
  padding: 0 var(--20);
  border-radius: 99px;
  font-weight: 500;
}
.vertical-header .vertical-header__title svg {
  width: 0.9375rem;
  height: 0.875rem;
  flex-shrink: 0;
}
.vertical-header .vertical-menu {
  top: calc(100% + var(--20));
  position: absolute;
  left: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 16.8750rem;
  padding: var(--20);
  border-radius: 0.625rem;
  background: #fff;
  padding: var(--20);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vertical-header.show .vertical-menu {
  opacity: 1;
  visibility: visible;
}
.vertical-header .vertical-menu ul{
  margin:0
}
.vertical-header .vertical-menu ul li{
  border:0
}
.vertical-header .vertical-menu  a{
  display:block;
  padding:var(--10) var(--20);
  font-weight: 500;
  color: #6b7385;
  border-radius:var(--4)
}
.vertical-header .vertical-menu  a:hover{
  background-color:rgba(0, 0, 0, 0.04);
  color:var(--theme-color)
}
.vertical-header-close {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  opacity: 0;
  visibility: hidden;
}
.vertical-header-close.show {
  opacity: 1;
  visibility: visible;
}

html.no-scroll {
  overflow: hidden;
}
.header-nav-main.nav-right li{
  margin:0 var(--3)
}
#header .btn-search,
#header .header-cart-link,
#header .account-item &gt;a{
  width: var(--36);
  height: var(--36);
  position:relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: var(--12);
}
#header .header-cart-link i{
  width: 1rem;
  height: 1rem;
  background: url(/wp-content/themes/flatsome-child/images/cart-shopping.svg) no-repeat center;
}
#header .account-item i{
  width: 1rem;
  height: 1rem;
    background: url(/wp-content/themes/flatsome-child/images/user.svg) no-repeat center;
}
#header .account-item i:before{
  display:none
}
#header .header-cart-link i:after{
  background: var(--theme-color);
  width: 1rem;
  height: 1rem;
  font-size: var(--12);
  font-weight: normal;
  font-family: 'Manrope' !important;
  color: #fff;
  min-width: unset;
  opacity: 1;
  letter-spacing: 0;
  line-height: 1;
}
#header .header-cart-link i:before{
  display:none
}
#header .btn-search svg{
  width:1rem;
  height:1rem;
}
#header .btn-search:before,
#header .header-cart-link:before,
#header .account-item &gt;a:before{
    background: #F6F6F6;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.4s;
    opacity: 0;
    transform: scale(0.8);
    border-radius: 100%;
    z-index: -1;
}
#header .btn-search:hover:before,
#header .header-cart-link:hover:before,
#header .account-item &gt;a:hover:before{
      opacity: 1;
    transform: scale(1);
}

#header .close-search {
    padding: 0;
    margin: 0;
    position: absolute;
    transform: translateY(-50%);
    right: -70px;
    top: 50%;
    width: 1.3rem;
    height: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#header .close-search svg {
    width: 100%;
    height: 100%;
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    height: var(--80);
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: unset;
    display: block !important;
    transition: all .3s
}

#header .header-bottom.show {
    opacity: 1;
    visibility: visible
}

#header .box-search-post form {
    background-color: hsl(0deg 0% 83.1% / 18%);
}

#header .box-search-post form input {
    background-color: transparent;
    color: #343434;
}

#header .box-search-post form input::placeholder {
    opacity: 1;
    color: #343434;
}

.box-search-post form {
    display: flex;
    align-items: center;
    width: 31.2500rem;
    margin: 0 auto;
    max-width: 100%;
    height: 3.75rem;
    background-color: #fff;
    border-radius: 90rem;
    padding: 0 0.44rem 0 1.62rem;
}

.box-search-post input[type=search] {
    height: 1.875rem;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    color: #343434;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 1rem;
}

.box-search-post input[type=search]::placeholder {
    color: #B6B6B6;
    opacity: 1
}

.box-search-post .button-search {
    border: 0;
    color: #777;
    box-shadow: none;
    top: 0;
    background: 0 0 !important;
    width: 50px;
    height: 50px;
    right: 20px;
    padding: 0;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-shrink: 0;
}
/* End header */
body .container,
body .container-width,
body .full-width .ubermenu-nav {
  max-width: calc(100% - var(--section) * 2);
}

body .row {
  max-width: calc(100% - var(--section) * 2 + 30px);
}
body .container {
  padding-left: 0;
  padding-right: 0;
}
.archive  #main ,
.archive #wrapper,
.single-product #main,
.single-product #wrapper {
  background-color: #f8f8f8;
  position: relative;
}
/* Slider */

.swiper .swiper-button svg path {
  fill: unset;
}

.swiper-button {
  width: var(--35);
  height: var(--35);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: var(--1) solid #c0c0c0;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -1.0938rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
}

.swiper-button svg {
  width: 0.4375rem;
  height: 0.875rem;
}

.swiper-button:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}

.swiper-button:hover path {
  stroke: #fff;
}
.swiper-button.swiper-next {
  left: unset;
  right: -1.0938rem;
}
.swiper-button.swiper-next svg {
  transform: translateX(0.5px);
}
.btn.btn__primary {
  height: var(--55);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--6);
  font-weight: 600;
  box-shadow: none;
  width: fit-content;
  padding: 0 var(--26);
  color: #fff;
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-secondary),
    var(--color-secondary),
    var(--color-primary)
  ) !important;
  min-width: 11.25rem;
}
.btn.btn__primary span {
  transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
  display: inline-block;
  transition: transform 0.5s;
  transform: translateX(7px);
}
.btn.btn__primary svg {
  transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
  display: inline-block;
  opacity: 0;
  transform: translateX(-7px);
  transition: opacity 0.25s, transform 0.5s;
  padding-left: 0;
  width: 1rem;
  height: 1rem;
}
.btn.btn__primary:hover svg {
  opacity: 1;
  transform: translateX(7px);
}
.btn.btn__primary:hover span {
  transform: translateX(-7px);
}
.btn.btn__primary:hover {
  background-color: inherit;
  background-position: 102% 0;
  transition: all 0.4s ease-in-out;
}

/* End slider */
/*  Footer */
#footer .col-2{
  margin-left:8.33333333%
}
#footer{
  background: #2f57ef21;
  padding: var(--80) 0 1rem;
}
#footer .logo-footer 
{
  height:var(--50);
  margin-bottom: var(--20);
}
#footer .btn-wrapper{
  margin-top:var(--30)
}
#footer .logo-footer  img{
  height:100%;
  object-fit:contain;
  width: auto;
}
#footer .menu p{
  font-size: var(--20);
  color: #192335;
  font-weight: 800;
  margin-bottom: var(--20);
}
#footer .menu ul{
  margin-bottom:0;
  list-style:none;
}
#footer .menu ul li{
  display:flex;
  gap:var(--5)
}
#footer .menu ul a{
  display: block;
  width: fit-content;
  position: relative;
}
#footer .menu ul a:hover{
  color:var(--theme-color)
}
#footer .menu ul a:before{
   content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
   #footer .menu ul a:hover:before{
         transform-origin: bottom left;
    transform: scaleX(1);
   }
#footer .menu span{
  font-weight:600
}
#footer  .copy-right{
  padding-top:var(--14);
  font-size: var(--14);
  border-top: 1px solid #f3f3f3;
}
/*  End Footer */
.popup-custom-full .bg_overlay_popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000040;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  cursor: pointer;
}

.popup-custom-full .popup-content {
  max-width: 650px;
}

.popup-custom-full .popup-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.popup-custom-full .title-sub {
  color: #2d2d2d;
  font-family: var(--medium) !important;
  margin-bottom: 0;
  font-size: var(--20);
}

.um-login .um-notice.err {
  display: none;
}

.popup-custom-full .popup-content .title i {
  font-size: 22px;
  color: #2d2d2d;
}

.popup-custom-full .content p {
  text-align: center;
}

.popup-custom-full .content .title-form {
  margin-bottom: 10px;
  font-size: var(--23);
  text-align: center;
  color: var(--theme-color);
  font-weight: bold;
}

.popup-custom-full .tb-box {
  padding: 25px 25px 35px;
}

.popup-custom-full .submit button,
.popup-custom-full .submit a {
  margin: 20px 0 0;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: normal;
  text-transform: none;
  padding: 0 30px;
  border-radius: 99px;
  text-align: center;
  border: 1px solid var(--theme-color);
  font-size: var(--16);
}

.popup-custom-full .submit button:hover {
  background-color: #fff;
  color: var(--theme-color);
}

.popup-custom-full .submit {
  text-align: center;
}

.popup-custom-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  top: 0;
  left: 0;
}

.modal_show_tb .close_tb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.popup-custom-full.show {
  display: flex;
}

.popup-custom-full .popup-content {
  position: absolute;
  z-index: 9999999999;
  background-color: #fff;
  border-radius: 0.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 650px;
  height: auto;
  padding: 0;
}

.section-bg img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-bg img.banner-mb {
  display: none;
}

section {
  position: relative;
}

.title-main p {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.title-color h2,
.title-color h1,
.title-color h3,
.title-color-p p {
  color: var(--Color-2, #2a2a2a);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.title-color h2 strong,
.title-color h1 strong,
.title-color h3 strong,
.title-color-p p strong {
  background: var(
    --Linear,
    linear-gradient(90deg, #e12e2d 14.81%, #a12f32 32.8%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
}
.sec-title .subtitle {
  font-size: 0.875rem;
  line-height: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  padding: 0.625rem 1.25rem;
  border-radius: 6.25rem;
  text-transform: uppercase;
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-primary);
}
.bg-primary-opacity {
  background: var(--primary-opacity) !important;
  color: var(--color-primary) !important;
}
.bg-coral-opacity {
  background: var(--coral-opacity) !important;
  color: var(--color-coral) !important;
}
.sec-title h2 {
  font-size: var(--44);
  line-height: 1.2;
  margin-bottom: var(--35);
}

.button.btn__primary {
  height: 2.5rem;
  min-height: unset;
  border-radius: 99rem;
  padding: 0 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  box-shadow: none;
}

.button.btn__primary:hover {
  background-color: #fff;
  color: var(--theme-color);
}

.button.btn__primary svg {
  margin-left: 0.56rem;
  transition: transform 0.5s;
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
}

.button.btn__primary:hover path {
  stroke: currentColor;
}

.button.btn__primary:hover svg {
  transform: rotate(45deg);
}

.button.btn__secondary {
  height: 2.5rem;
  min-height: unset;
  border-radius: 99rem;
  padding: 0 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid var(--theme-color2);
  background-color: var(--theme-color2);
  box-shadow: none;
}

.button.btn__secondary:hover {
  background-color: #fff;
  color: var(--theme-color2);
}

svg.icon path {
  fill: currentColor;
}

.button.btn__outline {
  height: 2.5rem;
  min-height: unset;
  border-radius: 99rem;
  padding: 0 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  border: 1px solid var(--theme-color);
  background-color: #fff;
  box-shadow: none;
  color: #2a2a2a;
}

.button.btn__outline svg {
  margin-left: 0.56rem;
  transition: transform 0.5s;
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
}

.button.btn__outline:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.button.btn__outline:hover path {
  stroke: currentColor;
}

.button.btn__outline:hover svg {
  transform: rotate(45deg);
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  transform: unset;
  border-radius: 9rem;
  opacity: 1;
  background-color: #c0c0c0;
  margin: 0 0.34375rem;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.5625rem;
  background-color: var(--theme-color);
}

/* contact btn */
.product-small.box {
  background: #fff;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid #dadada;
  padding: 1rem 1.19rem;
}
.product-small.box .box-text {
  padding: 1rem 0 0.5rem;
}
.product-small.box .container-rating {
  display: flex;
  align-items: center;
  gap: var(--5);
  margin-bottom: var(--6);
  display: none;
}
.product-small.box .container-rating .count-rating {
  font-size: var(--14);
  color: #6b7385;
}
.product-small.box .star-rating {
  margin: 0;
  /* font-size: var(--14); */
  width: 5.625rem;
}
.product-small.box .star-rating:before {
  color: #ff9747;
}
.product-small.box .box-image img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.product-small.box .product-title {
  margin-bottom: var(--6);
}

.product-small.box .product-title a {
  margin: 0px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  color: #27272a;
  font-size: var(--18);
  font-style: normal;
  font-weight: 800;
  margin: 0;
  min-height: var(--50);
}
.product-small.box .product-title a:hover {
  color: var(--theme-color);
}
.product-small.box .box-image .image-zoom {
  border-radius: var(--6);
  padding-top: 68%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.product-small.box .box-image {
  width: 100%;
}
.product-small.box .badge-container {
  margin: 0;
  bottom: var(--10);
  right: var(--10);
  height: var(--50);
  width: var(--50);
  border-radius: 100%;
  left: unset;
  top: unset;
}
.product-small.box .badge-container .badge {
  margin: 0;
}
.product-small.box .badge-container .badge-inner {
  padding: 0;
  background: transparent
    url(/wp-content/themes/flatsome-child/images/offer-badge-bg-color.svg)
    no-repeat center;
  background-size: contain;
  font-size: var(--12);
}
.product-small.box .couse-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-small.box .couse-meta .couse-meta-item {
  display: flex;
  align-items: center;
  color: #6b7385;
  font-size: var(--12);
  gap: var(--3);
}
.product-small.box .couse-meta .couse-meta-item svg {
  width: var(--14);
  height: var(--14);
}
.product-small.box .box-text--bottom {
  width: 100%;
  border-radius: 0.3125rem;
  background: #2f57ef21;
  padding: 0.31rem 0.75rem 0.38rem 0.81rem;
  display: flex;
  align-items: center;
  height: 2.875rem;
  margin-top: 1.5rem;
  justify-content: space-between;
}
.product-small.box .price-wrapper .price {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.06rem 0;
  align-items: center;
}
.product-small.box .price-wrapper ins {
  display: flex;
  align-items: center;
}
.product-small.box .price-wrapper del {
  text-decoration: none;
}
.product-small.box .price-wrapper del .amount {
  color: #333;
  font-size: var(--16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: line-through;
  opacity: 0.4;
}

.product-small.box .price-wrapper .amount,
.product-small.box .course-access-btn {
  color: var(--theme-color);
  font-size: var(--20);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.product-small.box .add-to-cart-button a {
  margin: 0;
  background: url(/wp-content/themes/flatsome-child/images/icon-cart.svg)
    no-repeat center;
  border: 0;
  border-radius: unset;
  padding: 0;
  transition: all 0.5s;
  /* font-size: 0 !important; */
  width: 1.185rem;
  height: 1.46669rem;
  background-size: contain;
  display: block;
}
.product-small.box .add-to-cart-button .added_to_cart {
  display: none;
}
.product-small.box .add-to-cart-button {
  width: 1.185rem;
  flex-shrink: 0;
}
@-webkit-keyframes phonering-cricle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-circle-fill {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

.list-shortcut-desktop {
  position: fixed;
  z-index: 1000000000;
  right: 20px;
  bottom: 50%;
  transform: translatey(50%);
}

.list-shortcut-desktop &gt; a {
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(100, 97, 97, 0.3);
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 20px;
}

.list-shortcut-desktop .zalo {
  background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -100px;
}

.list-shortcut-desktop .mess {
  background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -150px;
}

.list-shortcut-desktop .call {
  background: url(/wp-content/uploads/2024/01/all_shortcut.svg) 0 -50px;
  position: relative;
}

.list-shortcut-desktop .call:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 107, 17, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
  animation: phonering-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
}

.list-shortcut-desktop .call:after {
  content: "";
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  border: 2px solid #ff6b11;
  background-color: transparent;
  -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
  animation: phonering-cricle 1.2s infinite ease-in-out;
  transition: all 0.5s;
  opacity: 0.5;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* end contact btn */

@media screen and (min-width: 850px) {
  #main-menu {
    display: none;
  }
}

@media screen and (max-width: 849.98px) {
 

  #header .hide-for-medium {
    display: flex !important;
    flex: unset;
  }

  #header .btn-menumobi {
    width: 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #header .btn-menumobi .icon-nav {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #header.transparent .btn-menumobi span {
    background: #fff;
  }

  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }

  .header-main li.html.custom {
    display: block !important;
    margin-right: 12px;
  }

  #main-menu .toggle {
    display: none;
  }

  #main-menu.mobile-sidebar .menu-item a {
    color: #212121 !important;
    padding: 14px 30px 14px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #ececec;
  }

  #main-menu.mobile-sidebar .menu-item .expand-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2024/12/plus.svg);
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  #main-menu.mobile-sidebar .menu-item .expand-icon.expanded {
    background-image: url(/wp-content/uploads/2024/12/minus.svg);
  }

  #main-menu.mobile-sidebar .nav-sidebar.nav-vertical &gt; li {
    border-top: 0;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
  }

  #main-menu.mobile-sidebar .menu-item.show &gt; a {
    color: var(--theme-color) !important;
  }

  #main-menu.mobile-sidebar .menu-item.show &gt; .expand-icon {
  }

  #main-menu.mobile-sidebar .menu-item .sub-menu a {
    font-family: var(--regular);
    padding: 10px 0 10px 30px !important;
    border-bottom: 0;
    font-size: 14px;
    display: block;
  }

  #main-menu.mobile-sidebar .menu-item .sub-menu .sub-menu {
    padding-left: 1rem;
  }

  #main-menu .nav .children {
    position: unset;
    opacity: 1;
    width: 100%;
    transform: unset;
    padding: 0;
    margin: 0;
  }

  #main-menu .nav .children .menu-item {
    position: relative;
    margin: 0;
    padding-left: 0;
  }

  .mobile-sidebar .logo-mobile {
    padding: 22px 30px;
    border-bottom: 1px solid #ddd;
  }

  .mobile-sidebar .logo-mobile img {
    height: 60px;
    object-fit: contain;
  }

  .mfp-close {
    opacity: 1 !important;
    top: 25px;
    right: 20px;
  }

  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 20px 30px 30px;
  }

  .mobile-sidebar .info_menu ul {
    list-style: none;
  }

  .mobile-sidebar .info_menu ul li {
    color: #070707;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }

  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--theme-color);
  }

  #main-menu.mobile-sidebar {
    width: 100%;
    height: calc(100vh - 70px);
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
    background: #fff;
    display: none;
    overflow-y: auto;
  }

  #main-menu.mobile-sidebar img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
  }

  #main-menu.mobile-sidebar .gtranslate_wrapper {
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  #main-menu.mobile-sidebar .gtranslate_wrapper li {
    width: fit-content;
  }

  #main-menu.mobile-sidebar .gtranslate_wrapper li a {
    padding-left: 0;
  }

  #main-menu.mobile-sidebar .html_top_right_text {
    padding: 14px 30px;
  }

  #main-menu.mobile-sidebar a.glink.gt-current-lang {
    font-weight: normal !important;
    color: var(--theme-color);
  }
}

@media screen and (min-width: 768px) {
  #header .flex-col.show-for-medium.flex-right,
  #header .flex-col.show-for-medium.flex-left {
    display: none;
  }

  #header .header-main .flex-col:nth-of-type(3) {
    flex: 1;
  }
}

@media screen and (max-width: 767.98px) {
  body .progress-wrap {
    right: 15px;
    width: 32px;
    height: 32px;
  }

  body .progress-wrap::before {
    width: 32px;
    height: 32px;
  }

  body .progress-wrap::after {
    font-size: 14px;
  }

  #header .hide-for-medium {
    display: none !important;
  }

  #header #logo {
    width: 10rem;
  }

  .title-color h2,
  .title-color h1,
  .title-color h3,
  .title-color-p p,
  .title-main p,
  .section-title h2 {
    font-size: var(--24);
  }

  [data-aos="fade-right"],
  [data-aos="fade-left"],
  [data-aos="fade-up-right"],
  [data-aos="fade-up-left"],
  [data-aos="fade-down-right"],
  [data-aos="fade-down-left"] {
    transform: translate3d(0, 100px, 0);
  }



  #header .header-main {
    height: var(--70) !important;
  }

  .page-banner .about-nav {
    display: none !important;
  }

  .section-bg img.banner-pc {
    display: none;
  }

  .section-bg img.banner-mb {
    display: block;
  }
  #header .vertical-header{
    display:none
  }
  .btn.btn__primary{
    height:var(--45);
    padding: 0 1rem;
    min-width: 10.5rem;
  }
  .product-small.box .product-title a{
    font-size:1rem;
  }
  .sec-title h2{
    font-size: var(--28);
  }
  .sec-title h2 br{
    display:none
  }
  #footer{
    padding-top:var(--60)
  }
  #footer .col-2{
    margin-left:0
  }
  .shop-container .product-small.box .product-title a{
   min-height:auto 
  }
}

.progress-wrap {
  position: fixed;
  right: var(--30);
  bottom: 50px;
  height: var(--40);
  width: var(--40);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap .icon {
  position: absolute;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: var(--20);
  width: var(--20);
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: var(--theme-color);
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap .icon path {
  fill: currentColor;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 4px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline-block;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-inside {
  display: flex;
  line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  padding-right: 1px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  vertical-align: middle;
  zoom: 1;
  display: inline-block;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: var(--bold);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  font-family: var(--bold);
  text-align: center;
}

#wrapper .processing:before {
  width: 20px !important;
  height: 20px !important;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  position: fixed;
  background: var(--theme-color);
  animation: clockwise 1200ms infinite linear;
  border: 0 !important;
  top: 50%;
  left: 50%;
  border: 1px solid #fff !important;
  z-index: 9999999999999;
}

.processing:after {
  z-index: 9999999999999;
  content: "";
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  position: FIXED;
  left: 50%;
  top: 50%;
  mix-blend-mode: darken;
  background: var(--theme-color2);
  margin-left: -5px;
  animation: counter-clockwise 1200ms infinite linear;
  border: 1px solid #fff !important;
}

@keyframes clockwise {
  0% {
    transform: translateX(0);
    width: 20px;
  }

  25% {
    width: 25px;
  }

  50% {
    transform: translateX(100%);
    width: 20px;
  }
}

@keyframes counter-clockwise {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 1600px) {
  .section-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
  }
  :root {
    --init-font-size: 16px;
    --section: 0;
  }
  #header .header-main .container,
  #header .header-bottom .container,
  .header-full-width .container {
    max-width: 1400px !important;
    padding-left: 0;
    padding-right: 0;
  }
  body .container,
  body .container-width,
  body .full-width .ubermenu-nav {
    max-width: 1400px !important;
  }
  body .row {
    max-width: 1430px;
  }
}

@media screen and (max-width: 767.98px) {
  .list-shortcut-desktop {
    left: 10px;
    bottom: 60px;
  }

  .list-shortcut-desktop &gt; a {
    margin-bottom: 16px;
  }

  .slider [data-animate],
  [data-animate] {
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    opacity: 0 !important;
    transition: filter 1.3s, transform 1s, opacity 0.5s ease-in;
    will-change: filter, transform, opacity;
  }

  .slider [data-animate="fadeInLeft"],
  [data-animate="fadeInLeft"],
  .slider [data-animate="fadeInRight"],
  [data-animate="fadeInRight"] {
    transform: translate3d(0, 70px, 0);
  }

  .row-slider.slider [data-animated="true"],
  .slider .is-selected [data-animated="true"],
  [data-animated="true"] {
    animation-delay: 0.1s;
    opacity: 1 !important;
    transform: translateZ(0) scale(1);
  }
}
</pre></body></html>