@charset "UTF-8";
/* Colors */
/* Font Families*/
/* Box Shadows */
/* Transitions */
/* Letter Spacing*/
:root {
  --font-size-title--4xl: 5.2rem;
  --font-size-title--xxl: 3.2rem;
  --font-size-title--xl: 2.8rem;
  --font-size-title--lg: 2.6rem;
  --font-size-title--md: 2.4rem;
  --font-size-title--sm: 2rem;
  --font-size-title--xsm: 1.9rem;
  --font-size-title--2xsm: 1.6rem;
  --font-size-title--3xsm: 1.5rem;
  --font-size-title--4xsm: 1.3rem;
  --font-size-title--5xsm: 1.1rem;
  --font-size-toptitle: 1.4rem;
  --font-size-text: 1.6rem;
  --header-height: 10rem;
  --container-pusher: calc((100vw - var(--container-width)) / 2);
  --container-gutter: 18px;
  --container-width: 122rem;
}
@media (min-width: 576px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1150px;
  }
}
@media (min-width: 1350px) {
  :root {
    --container-width: 122rem;
  }
}
@media (max-width: 1529px) {
  :root {
    --container-xsmall-padding: 13.8rem;
    --container-medium-padding: 9rem;
    --container-medium-width: 150rem;
    --container-xsmall-width: 140rem;
  }
}
@media (max-width: 1200px) {
  :root {
    --font-size-title--xl: 3rem;
  }
}
@media (max-width: 991px) {
  :root {
    --font-size-title--lg: 3rem;
    --font-size-text: 1.6rem;
    --font-size-title--xxxl: 7.2rem;
    --font-size-title--md: 2.5rem;
    --header-height: 14rem;
    --font-size-title--3xl: 3.8rem;
  }
}
@media (max-width: 767px) {
  :root {
    --font-size-title--xxl: 3.5rem;
    --font-size-title--md: 2.5rem;
    --font-size-title--4xl: 4.2rem;
  }
}
@media (max-width: 576px) {
  :root {
    --container-pusher: 18px;
    --header-height: 6.4rem;
    --font-size-title--4xl: 3rem;
    --font-size-title--3xl: 1.8rem;
    --font-size-title--xxl: 2rem;
    --font-size-title--xl: 1.8rem;
    --font-size-title--3xl: 2rem;
    --font-size-title--xs: 1.2rem;
    --font-size-title--md: 1.6rem;
    --font-size-title--sm: 1.7rem;
    --font-size-title--lg: 1.7rem;
    --font-size-title--xsm: 1.5rem;
    --font-size-title--2xsm: 1.5rem;
    --font-size-title--3xsm: 1.4rem;
    --font-size-toptitle: 1.2rem;
    --font-size-text: 1.4rem;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #181E24;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  color: rgba(24, 30, 36, 0.4);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

p {
  margin: 0;
}

.icon-font {
  display: inline-block;
  display: inline-flex;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

.scroll-none {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.scroll-none::-webkit-scrollbar {
  display: none;
}

button {
  border: 0;
  cursor: pointer;
}
button:focus {
  outline: 0;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Questrial";
  src: url("../fonts/Questrial-Regular.woff2") format("woff2"), url("../fonts/Questrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.swiper-nav {
  pointer-events: none;
}
.swiper-nav .btn {
  pointer-events: all;
}
.swiper-nav .btn__icon {
  transition: 0s;
}
.swiper-nav-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4.3rem;
}
@media (max-width: 576px) {
  .swiper-nav-wrapper {
    margin-top: 3rem;
  }
}
.swiper-nav__timeline {
  width: 100%;
  height: 2px;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.swiper-nav__timeline span {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 1;
}
.swiper-nav__timeline span.start {
  animation-name: lineMoving;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

.swiper-nav-wrapper .nav-counter {
  color: #FFF;
  font-size: 2.4rem;
  margin-right: 3rem;
  display: flex;
  align-items: center;
  mix-blend-mode: difference;
  font-weight: 500;
}
@media (max-width: 576px) {
  .swiper-nav-wrapper .nav-counter {
    font-size: 1.7rem;
  }
}
.swiper-nav-wrapper .nav-counter .total {
  color: rgba(24, 30, 36, 0.4);
}
.swiper-nav-wrapper .nav-counter .seperator {
  margin-right: 0.5rem;
  color: rgba(24, 30, 36, 0.4);
}
.swiper-nav-wrapper .nav-counter .current {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  min-width: 1.8rem;
  display: flex;
}
.swiper-nav-wrapper .nav-counter .current.change {
  transform: translateY(-1rem);
  opacity: 0;
}

.swiper-pagination {
  width: auto !important;
  pointer-events: all;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  position: static;
}
@media (max-width: 576px) {
  .swiper-pagination {
    gap: 1rem;
  }
}
.swiper-pagination-bullet {
  height: 1.4rem;
  width: 1.4rem;
  background: #ffffff;
  background: transparent;
  border: 1.5px solid rgba(24, 30, 36, 0.15);
  opacity: 1;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
}
@media (max-width: 576px) {
  .swiper-pagination-bullet {
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid rgba(24, 30, 36, 0.15);
  }
}
.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #181E24;
  border-radius: 50%;
  opacity: 0;
}
.swiper-pagination-bullet-active {
  transform: scale(1.3);
  border-color: #181E24;
}
.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper-button:hover .btn {
  color: #fff !important;
}
.swiper-button .btn {
  font-size: 1.5rem;
  color: rgba(24, 30, 36, 0.6);
}
@media (max-width: 576px) {
  .swiper-button .btn {
    width: 30px;
    height: 30px;
    font-size: 8px;
  }
}
.swiper-button-disabled {
  border: 1px solid #e0e0e0 !important;
  background: transparent !important;
  color: #e0e0e0 !important;
  pointer-events: none !important;
}
.swiper-button-disabled .btn__icon {
  color: #e0e0e0;
}
.swiper-button-disabled:hover {
  color: #e0e0e0 !important;
}
.swiper-button-next {
  width: unset;
  z-index: 4;
}
.swiper-button-next::after {
  content: unset;
}
.swiper-button-prev {
  width: unset;
  z-index: 4;
}
.swiper-button-prev::after {
  content: unset;
}

.swiper-container.visible-active {
  overflow: visible;
}
.swiper-container.visible-active .swiper-slide {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  transition-property: transform, opacity;
}
.swiper-container.visible-active .swiper-slide.is-visible {
  opacity: 1;
  transition: 0.3s;
  transition-property: transform, opacity;
  transform: translateZ(0) scale(1, 1);
  pointer-events: all;
}

.swiper-container {
  overflow: visible;
}
.swiper-container.with-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 576px) {
  .swiper-container.with-pagination {
    margin-top: 4rem;
    gap: 3rem;
  }
}
.swiper-container-3d {
  transform-style: preserve-3d;
}

.swiper-arrows {
  display: flex;
  font-size: 3rem;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 2.4rem;
  width: max-content;
}
.swiper-arrows .swiper-button-prev {
  left: unset;
  border-radius: var(--button-br) 0 0 var(--button-br);
  margin-right: 1px;
}
.swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):focus span {
  transform: translateX(-3px) scale(1, 1) translateZ(0);
}
.swiper-arrows .swiper-button-next {
  border-radius: 0 var(--button-br) var(--button-br) 0;
}
.swiper-arrows .swiper-button-next:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-next:not(.swiper-button-disabled):focus span {
  transform: translateX(3px) scale(1, 1) translateZ(0);
}

.swiper-notification {
  display: none;
}

.fade-slider {
  overflow: visible !important;
}
.fade-slider .swiper-slide {
  z-index: -1;
}
.fade-slider .swiper-slide.is-visible {
  z-index: 1;
  opacity: 1 !important;
  pointer-events: all;
}
@media (max-width: 991px) {
  .fade-slider .swiper-slide.is-visible {
    height: auto;
    overflow: visible;
  }
}

@keyframes lineMoving {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
html,
body {
  overflow-x: visible !important;
  overflow: visible !important;
  width: 100%;
}

html {
  font-size: 10px;
}
@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1367px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1349px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 374px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "Questrial", sans-serif;
  font-size: 1.6rem;
  background-color: #fff;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #181E24;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}

.container {
  max-width: var(--container-width);
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.container.filter-container {
  width: calc(var(--container-width) + 5rem);
  max-width: calc(var(--container-width) + 5rem);
}
.container--large {
  max-width: 98%;
}
@media (min-width: 1441px) {
  .container--large {
    max-width: calc(var(--container-width) + 18rem);
  }
}
@media (max-width: 576px) {
  .container--large {
    max-width: 96%;
    padding-left: 0;
    padding-right: 0;
  }
}

button {
  border: 0;
  cursor: pointer;
}

.overlay {
  background: black;
  position: fixed;
  z-index: 402;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  pointer-events: none;
}
.overlay.active {
  pointer-events: all;
  opacity: 0.2;
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
}

.hidden {
  display: none !important;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: #4B2780;
  width: 46px;
  height: 46px;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .modal-video-close-btn {
    top: -5px;
    width: 40px;
    height: 40px;
    transform: translateY(-100%);
  }
}
.modal-video-close-btn:hover, .modal-video-close-btn:focus {
  background-color: #ffffff;
  outline: 0;
}
.modal-video-close-btn:hover::after, .modal-video-close-btn:hover::before, .modal-video-close-btn:focus::after, .modal-video-close-btn:focus::before {
  background: #4b2780;
}
.modal-video-close-btn:hover::before, .modal-video-close-btn:focus::before {
  transform: rotate(180deg);
}
.modal-video-close-btn:hover::after, .modal-video-close-btn:focus::after {
  opacity: 0;
  transform: rotate(180deg);
}
.modal-video-close-btn::before {
  transform: rotate(45deg);
}
.modal-video-close-btn::after {
  transform: rotate(-45deg);
}
.modal-video-close-btn::after, .modal-video-close-btn::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 13px;
  width: 20px;
  height: 3px;
  border-radius: 10px;
  background-color: #ffffff;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .modal-video-close-btn::after, .modal-video-close-btn::before {
    left: 10px;
    top: 25px;
  }
}

@media (min-width: 1350px) {
  .modal-video-body {
    max-width: var(--container-width);
  }
}

.modal-video-movie-wrap {
  border-radius: 2.4rem;
}
@media (max-width: 576px) {
  .modal-video-movie-wrap {
    border-radius: 1.2rem;
  }
}
.modal-video-movie-wrap iframe {
  border-radius: 2.4rem;
}
@media (max-width: 576px) {
  .modal-video-movie-wrap iframe {
    border-radius: 1.2rem;
  }
}

ul,
ol {
  font-size: 2rem;
  line-height: 1.5em;
  padding-left: 2.4rem;
  margin-bottom: 0;
}
ul li,
ol li {
  position: relative;
  line-height: 1.7em;
}
ul li + ul li,
ul li + ol li,
ol li + ul li,
ol li + ol li {
  margin-top: 1rem;
}

*[data-fancybox]:focus {
  outline: 0;
  box-shadow: none;
}

.nice-scroll::-webkit-scrollbar {
  width: 4px;
  margin-right: 2rem;
}
.nice-scroll::-webkit-scrollbar-track {
  background: white;
  background: transparent;
  margin-right: 1rem;
  padding-right: 1rem;
}
.nice-scroll::-webkit-scrollbar-thumb {
  background: #b9b9b9;
}

@media (max-width: 991px) {
  .only-desktop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .only-mobile {
    display: none !important;
  }
}

.js-modal-btn {
  cursor: pointer;
}

.lock-scroll {
  overflow: hidden;
  height: 100vh;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mbi-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pi-0 {
  padding: 0rem !important;
}

.pri-0 {
  padding-right: 0rem !important;
}

.pbi-0 {
  padding-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mbi-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pi-1 {
  padding: 1rem !important;
}

.pri-1 {
  padding-right: 1rem !important;
}

.pbi-1 {
  padding-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mbi-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pi-2 {
  padding: 2rem !important;
}

.pri-2 {
  padding-right: 2rem !important;
}

.pbi-2 {
  padding-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mbi-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pi-3 {
  padding: 3rem !important;
}

.pri-3 {
  padding-right: 3rem !important;
}

.pbi-3 {
  padding-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mbi-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pi-4 {
  padding: 4rem !important;
}

.pri-4 {
  padding-right: 4rem !important;
}

.pbi-4 {
  padding-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mbi-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pi-5 {
  padding: 5rem !important;
}

.pri-5 {
  padding-right: 5rem !important;
}

.pbi-5 {
  padding-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mbi-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pi-6 {
  padding: 6rem !important;
}

.pri-6 {
  padding-right: 6rem !important;
}

.pbi-6 {
  padding-bottom: 6rem !important;
}

.scroll-disabled {
  overflow: hidden !important;
}

.text-center {
  text-align: center;
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.delay-1 {
  transition-delay: 100ms !important;
}
@media (max-width: 991px) {
  .delay-1 {
    transition-delay: 0s !important;
  }
}

.delay-2 {
  transition-delay: 200ms !important;
}
@media (max-width: 991px) {
  .delay-2 {
    transition-delay: 0s !important;
  }
}

.delay-3 {
  transition-delay: 300ms !important;
}
@media (max-width: 991px) {
  .delay-3 {
    transition-delay: 0s !important;
  }
}

.delay-4 {
  transition-delay: 400ms !important;
}
@media (max-width: 991px) {
  .delay-4 {
    transition-delay: 0s !important;
  }
}

.delay-5 {
  transition-delay: 500ms !important;
}
@media (max-width: 991px) {
  .delay-5 {
    transition-delay: 0s !important;
  }
}

.delay-6 {
  transition-delay: 600ms !important;
}
@media (max-width: 991px) {
  .delay-6 {
    transition-delay: 0s !important;
  }
}

.delay-7 {
  transition-delay: 700ms !important;
}
@media (max-width: 991px) {
  .delay-7 {
    transition-delay: 0s !important;
  }
}

.delay-8 {
  transition-delay: 800ms !important;
}
@media (max-width: 991px) {
  .delay-8 {
    transition-delay: 0s !important;
  }
}

.delay-9 {
  transition-delay: 900ms !important;
}
@media (max-width: 991px) {
  .delay-9 {
    transition-delay: 0s !important;
  }
}

.delay-10 {
  transition-delay: 1000ms !important;
}
@media (max-width: 991px) {
  .delay-10 {
    transition-delay: 0s !important;
  }
}

.delay-11 {
  transition-delay: 1100ms !important;
}
@media (max-width: 991px) {
  .delay-11 {
    transition-delay: 0s !important;
  }
}

.delay-12 {
  transition-delay: 1200ms !important;
}
@media (max-width: 991px) {
  .delay-12 {
    transition-delay: 0s !important;
  }
}

.delay-13 {
  transition-delay: 1300ms !important;
}
@media (max-width: 991px) {
  .delay-13 {
    transition-delay: 0s !important;
  }
}

.delay-14 {
  transition-delay: 1400ms !important;
}
@media (max-width: 991px) {
  .delay-14 {
    transition-delay: 0s !important;
  }
}

.delay-15 {
  transition-delay: 1500ms !important;
}
@media (max-width: 991px) {
  .delay-15 {
    transition-delay: 0s !important;
  }
}

.delay-16 {
  transition-delay: 1600ms !important;
}
@media (max-width: 991px) {
  .delay-16 {
    transition-delay: 0s !important;
  }
}

.delay-17 {
  transition-delay: 1700ms !important;
}
@media (max-width: 991px) {
  .delay-17 {
    transition-delay: 0s !important;
  }
}

.delay-18 {
  transition-delay: 1800ms !important;
}
@media (max-width: 991px) {
  .delay-18 {
    transition-delay: 0s !important;
  }
}

.delay-19 {
  transition-delay: 1900ms !important;
}
@media (max-width: 991px) {
  .delay-19 {
    transition-delay: 0s !important;
  }
}

.delay-20 {
  transition-delay: 2000ms !important;
}
@media (max-width: 991px) {
  .delay-20 {
    transition-delay: 0s !important;
  }
}

.rotate-270 {
  transform: rotate(270deg);
}

.o-hidden {
  overflow: hidden;
}

.divider {
  width: 100%;
  height: 1px;
  background: rgba(24, 30, 36, 0.15);
  position: relative;
  z-index: 1;
}
.divider.mb-0 {
  margin-bottom: 0 !important;
}

.divider--1 {
  margin: 1rem 0;
}

.divider--2 {
  margin: 2rem 0;
}

.divider--3 {
  margin: 3rem 0;
}

.divider--4 {
  margin: 4rem 0;
}

.divider--5 {
  margin: 5rem 0;
}

.divider--6 {
  margin: 6rem 0;
}

.divider--7 {
  margin: 7rem 0;
}

.divider--8 {
  margin: 8rem 0;
}

.divider--9 {
  margin: 9rem 0;
}

.divider--10 {
  margin: 10rem 0;
}

.w-100 {
  width: 100%;
}

@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-mobile-xl {
    display: none !important;
  }
}
@media (max-width: 424px) {
  .hidden-mobile-lg {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .hidden-mobile-sm {
    display: none !important;
  }
}
@media (max-width: 350px) {
  .hidden-mobile-xs {
    display: none !important;
  }
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.d-block {
  display: block;
}

span.colored-purple {
  color: #4B2780;
}

.accordion-content {
  overflow: hidden;
  height: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  width: 100%;
}
.accordion-content .content {
  padding-top: 2rem;
}
@media (max-width: 576px) {
  .accordion-content .content {
    padding-top: 1rem;
  }
}
.accordion-item.active .accordion-item-header__icon span:first-child {
  transform: rotate(0deg);
}
.accordion-item.active .btn {
  transform: scale(1, -1);
  background: #181E24;
  color: #ffffff;
}
.accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-item-header__icon {
  width: 3.7rem;
  height: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181E24;
  position: relative;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  flex-shrink: 0;
}
.accordion-item-header__icon span {
  position: absolute;
  width: 1.4rem;
  height: 2px;
  background: #181E24;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .accordion-item-header__icon span {
    width: 1.7rem;
  }
}
.accordion-item-header__icon span:first-child {
  transform: rotate(90deg);
}
.accordion-item-header .btn.btn--xxsm .btn__icon {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .accordion-item-header .btn.btn--xxsm .btn__icon {
    font-size: 1rem;
  }
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-bottom: 1px solid #D13333 !important;
}
.wpcf7-form-control-wrap {
  border-radius: 0 !important;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}

.heateor_sss_sharing_ul {
  display: flex;
}
.heateor_sss_sharing_ul a:not(:last-child) {
  margin-right: 1rem !important;
}
.heateor_sss_sharing_ul a path {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 2rem 0;
  color: #D13333;
  font-weight: 500;
  background: transparent;
  border: 0;
  margin-left: 0;
  font-size: 1.6rem;
  margin-right: 0;
  border-radius: 1rem !important;
  margin: 0 !important;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: center;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 2rem;
  color: #46b450;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  margin: 0 !important;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 1rem !important;
}
@media (max-width: 576px) {
  .wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
  }
}

.modal-map .acf-map {
  height: 100% !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  font-weight: 400;
  transform: translateY(6px);
  font-family: "Poppins", sans-serif;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}

.swal2-popup {
  padding: 3rem !important;
}

.swal2-title {
  font-family: "Questrial", sans-serif !important;
  color: #031B3B !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.swal2-icon {
  margin: 0 auto !important;
}

.wpcf7-spinner {
  position: absolute;
  margin-top: 1rem;
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wpcf7-list-item-label {
  color: #181E24;
  font-size: 1.4rem;
  font-weight: 300;
  user-select: none;
  line-height: 1.3em;
  margin-left: 1.5rem;
}

.wpcf7-acceptance input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.wpcf7-acceptance input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 0.5rem;
  left: -1px;
  top: -2px;
  position: absolute;
  border: 1px solid rgba(24, 30, 36, 0.15);
}
@media (max-width: 1200px) {
  .wpcf7-acceptance input[type=checkbox]:before {
    width: 2rem;
    height: 2rem;
    left: -0.1rem;
    top: -0.1rem;
  }
}
@media (max-width: 576px) {
  .wpcf7-acceptance input[type=checkbox]:before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.wpcf7-acceptance input[type=checkbox]:checked:before {
  background: #D13333;
  border-color: #D13333;
}
.wpcf7-acceptance input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
.wpcf7-acceptance input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
.wpcf7-acceptance input[type=checkbox]:checked:after {
  content: "";
  background-image: url("../img/tik.svg");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: 15% 18%;
  position: absolute;
  left: 0;
  top: -1px;
  width: 1em;
  height: 1em;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .wpcf7-acceptance input[type=checkbox]:checked:after {
    top: 0;
    background-position: 19% 18%;
  }
}
@media (max-width: 576px) {
  .wpcf7-acceptance input[type=checkbox]:checked:after {
    background-position: 15% 18%;
  }
}
.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 0 2rem 0;
}

.title {
  font-style: normal;
  line-height: 1.6;
  color: #181E24;
  font-weight: 400;
  font-size: 1.6rem;
}
.title--second {
  font-family: "Poppins", sans-serif;
}
.title--underlined {
  text-decoration: underline;
}
.title--uppercase {
  text-transform: uppercase;
}
.title--purple {
  color: #4B2780;
}
.title--light {
  color: rgba(24, 30, 36, 0.65);
}
.title--x-light {
  color: rgba(24, 30, 36, 0.4) !important;
}
.title--4xl {
  font-size: var(--font-size-title--4xl);
  line-height: 1.3;
}
.title--xxl {
  font-size: var(--font-size-title--xxl);
  line-height: 1.4em;
}
@media (max-width: 576px) {
  .title--xxl {
    line-height: 1.4;
  }
}
.title--xl {
  font-size: var(--font-size-title--xl);
  line-height: 1.6em;
}
.title--lg {
  font-size: var(--font-size-title--lg);
  line-height: 1.6em;
}
.title--xmd {
  font-size: var(--font-size-title--xmd);
}
.title--md {
  font-size: var(--font-size-title--md);
}
.title--sm {
  font-size: var(--font-size-title--sm);
}
.title--xsm {
  font-size: var(--font-size-title--xsm);
  line-height: 1.6em;
}
.title--2xsm {
  font-size: var(--font-size-title--2xsm);
  line-height: 1.6em;
}
.title--3xsm {
  font-size: var(--font-size-title--3xsm);
  line-height: 1.6em;
}
.title--4xsm {
  font-size: var(--font-size-title--4xsm);
  line-height: 1.6em;
}
.title--5xsm {
  font-size: var(--font-size-title--5xsm);
  line-height: 1.6em;
}
.title--center {
  text-align: center;
}
.title--w-shape {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .title--w-shape {
    gap: 2rem;
  }
}
.title--w-shape img {
  height: 4.6rem;
}
@media (max-width: 991px) {
  .title--w-shape img {
    height: 4.5rem;
  }
}
@media (max-width: 576px) {
  .title--w-shape img {
    height: 3.6rem;
  }
}
.title--w-shape.title--sm {
  gap: 1.5rem;
}
.title--w-shape.title--sm img {
  height: 1.4rem;
}
.title--w-shape.title--5xsm {
  gap: 0.8rem;
}
.title--w-shape.title--5xsm img {
  height: 1rem;
}
.title--w-shape.title--center {
  justify-content: center;
}
.title--w-icon {
  display: flex;
  align-items: flex-start;
}
.title--w-icon span {
  order: -1;
}
.title--w-icon .title__icon {
  font-size: 2rem;
  margin-right: 2.5rem;
  color: #ff9d5f;
}

span.gradient {
  background: linear-gradient(90deg, #2D3957 0%, #1DBAB5 50%, #45EAAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}

.text {
  font-size: var(--font-size-text);
  line-height: 1.6em;
  font-weight: 400;
  color: #181E24;
  letter-spacing: 0.16px;
  font-family: "Poppins", sans-serif;
}
.text strong {
  font-weight: 500;
  color: #181E24;
}
.text--second {
  font-family: "Questrial", sans-serif;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--underline {
  text-decoration: underline;
}
.text--line-through {
  text-decoration: line-through;
}
.text--black {
  color: #181E24 !important;
}
.text span.colored-black {
  color: #181E24;
}
.text--2x-light {
  color: rgba(24, 30, 36, 0.8);
}
.text--x-light {
  color: rgba(24, 30, 36, 0.5);
}
.text--light {
  color: rgba(24, 30, 36, 0.65);
}
.text--medium-light {
  color: rgba(24, 30, 36, 0.7);
}
.text--dark-light {
  color: rgba(24, 30, 36, 0.85);
}
.text--white {
  color: #fff;
}
.text--red {
  color: #D13333;
}
.text--light-white {
  color: rgba(255, 255, 255, 0.6);
}
.text--medium-white {
  color: rgba(255, 255, 255, 0.7);
}
.text--xxl {
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  .text--xxl {
    font-size: 2rem;
  }
}
.text--xl {
  font-size: 2rem;
}
@media (max-width: 576px) {
  .text--xl {
    font-size: 1.5rem;
  }
}
.text--lg {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .text--lg {
    font-size: 1.5rem;
  }
}
.text--md {
  font-size: 1.7rem;
}
@media (max-width: 991px) {
  .text--md {
    font-size: 1.4rem;
  }
}
.text--sm {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .text--sm {
    font-size: 1.4rem;
  }
}
.text--xs {
  font-size: 1.4rem;
}
.text--2xs {
  font-size: 1.3rem;
}
.text--3xs {
  font-size: 1.1rem;
}
.text--center {
  text-align: center;
}

.toptitle {
  font-size: 1.6rem;
  line-height: 1.45em;
  font-weight: 400;
  color: #181E24;
}
.toptitle--w-shape {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .toptitle--w-shape {
    gap: 1rem;
  }
}
.toptitle--w-shape img {
  height: 3.1rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .toptitle--w-shape img {
    height: 2.5rem;
  }
}
.toptitle--lg {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .toptitle--lg {
    font-size: 1.6rem;
  }
}
.toptitle--sm {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .toptitle--sm {
    font-size: 1.4rem;
  }
}
.toptitle--xsm {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .toptitle--xsm {
    font-size: 1rem;
  }
}
.toptitle--xxsm {
  font-size: 1.3rem;
}
.toptitle--3xsm {
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .toptitle--3xsm {
    font-size: 1.1rem;
  }
}
.toptitle--3xsm.toptitle--w-shape {
  gap: 0.5rem;
}
.toptitle--3xsm.toptitle--w-shape img {
  height: 1.5rem;
}

.btn {
  width: auto;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 6.2rem;
  user-select: none;
  background: transparent;
  position: relative;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 2.7rem;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 7rem;
  line-height: 1;
  backdrop-filter: blur(17px);
  border: 1px solid rgba(24, 30, 36, 0.15);
}
@media (max-width: 991px) {
  .btn {
    height: 5.5rem;
  }
}
@media (max-width: 576px) {
  .btn {
    padding: 0 1.8rem;
    height: 4.8rem;
    font-size: 1.4rem;
  }
}
.btn--xsm {
  height: 3.6rem;
  padding: 0 1.8rem;
}
.btn.no-backdrop {
  backdrop-filter: unset;
}
.btn--black {
  background: #181E24;
  color: #fff;
  border-color: #181E24;
}
.btn--black:hover, .btn--black:focus, .btn--black:focus-visible {
  background: #4B2780;
  color: #ffffff;
  border-color: #4B2780;
}
.btn--purple {
  background: #4B2780;
  color: #ffffff;
  border-color: #4B2780;
}
.btn--purple:hover, .btn--purple:focus, .btn--purple:focus-visible {
  background: rgb(52.0958083832, 27.0898203593, 88.9101796407);
  color: #ffffff;
}
.btn--light {
  background: #FBFBFD;
  color: #181E24;
  border-color: #DBDEE4;
}
.btn--light:hover, .btn--light:focus, .btn--light:focus-visible {
  background: #4B2780;
  color: #ffffff;
  border-color: #4B2780;
}
.btn--transparent-white {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
@media (min-width: 992px) {
  .btn--transparent-white:hover, .btn--transparent-white:focus, .btn--transparent-white:focus-visible {
    background: #ffffff;
    color: #181E24;
  }
}
.btn--i {
  padding: 0;
  width: 6.2rem;
  height: 6.2rem;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .btn--i {
    height: 5.5rem;
    width: 5.5rem;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .btn--i {
    height: 4.8rem;
    width: 4.8rem;
  }
}
.btn--i-left, .btn--i-right {
  min-width: unset;
  gap: 1.5rem;
}
.btn--i-left-end {
  padding-left: 5rem;
  padding-right: 5rem;
}
.btn--i-left-end .btn__icon {
  position: absolute;
  left: 2rem;
}
.btn--i-left-end .btn__icon--rounded {
  left: 1rem;
}
.btn--i-left-end img {
  position: absolute;
  height: 2.4rem;
  left: 1.2rem;
}
.btn--i-right .btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--i-right-end {
  padding-right: 5rem;
  padding-left: 5rem;
}
.btn--i-right-end .btn__icon {
  position: absolute;
  right: 2rem;
}
.btn--i-right-end .btn__icon--rounded {
  right: 1rem;
}
.btn--i-right-end img {
  position: absolute;
  height: 2.4rem;
  right: 1.2rem;
}
.btn__icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.btn__icon--rounded {
  height: 3.3rem;
  width: 3.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__icon.lg {
  font-size: 2.5rem;
}
.btn--full {
  width: 100%;
}

.hero {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  background: #FFF;
  z-index: 403;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: flex;
  flex-direction: column;
  opacity: 0;
  min-height: 25rem;
  min-width: 40rem;
  width: 75rem;
  max-width: calc(100% - 3.6rem);
  height: 90dvh;
  height: 80rem;
  border-radius: 2.2rem;
  box-shadow: 0px 4px 8px -4px rgba(45, 57, 87, 0.15);
  visibility: hidden;
  max-height: 80rem;
  max-height: 90vh;
}
@media (max-width: 991px) {
  .modal {
    height: 100dvh;
    width: 100%;
    max-height: unset;
    min-width: unset;
    border-radius: 1rem;
  }
}
.modal.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-bottom: 1px solid rgba(24, 30, 36, 0.15);
  position: relative;
}
.modal-header-title {
  font-size: 1.8rem;
  font-weight: 600;
}
.modal-img {
  height: 7.5rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .modal-img {
    height: 5.5rem;
  }
}
.modal .modal-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 3rem;
}
.modal .modal-content #form-wrapper {
  padding-top: 2rem;
}
@media (max-width: 576px) {
  .modal .modal-content #form-wrapper {
    padding-top: 1rem;
  }
}
@media (max-width: 576px) {
  .modal .modal-content #form-wrapper .input-row {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .modal .modal-content #form-wrapper .input-row input {
    padding-bottom: 1.5rem;
  }
}
.modal .modal-content .privacy-text {
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .modal .modal-content .privacy-text {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .modal .modal-content .submit-btn {
    width: 100%;
  }
}
.modal-close {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #181E24;
}
.modal-close:hover {
  color: rgb(3.6, 4.5, 5.4);
}
.modal--whatsapp {
  height: auto;
  width: 35rem;
}
@media (max-width: 991px) {
  .modal--whatsapp {
    width: 44rem;
  }
}
@media (max-width: 576px) {
  .modal--whatsapp {
    width: 100%;
  }
}
.modal--whatsapp .btn-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.modal--form {
  height: auto;
  width: 50rem;
}
@media (max-width: 576px) {
  .modal--form {
    width: 98%;
  }
}
.modal--form .modal-content {
  padding: 2rem 4rem;
}
@media (max-width: 576px) {
  .modal--form .modal-content {
    padding: var(--container-gutter);
  }
}

.js-open-modal {
  cursor: pointer;
}

.link {
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  color: #181E24;
}
@media (max-width: 576px) {
  .link {
    font-size: 1.5rem;
  }
}
.link:hover {
  color: #4B2780;
}
.link.active .link__icon {
  transform: scale(1, -1) !important;
}
.link--second {
  font-family: "Poppins", sans-serif;
}
.link--xl {
  font-size: 3.4rem;
}
@media (max-width: 576px) {
  .link--xl {
    font-size: 2rem;
  }
}
.link--xl .link__icon {
  font-size: 2rem;
  margin-right: 1.5rem !important;
}
.link--lg {
  font-size: 2.6rem;
}
@media (max-width: 576px) {
  .link--lg {
    font-size: 1.7rem;
  }
}
.link--mlg {
  font-size: 2.2rem;
}
@media (max-width: 576px) {
  .link--mlg {
    font-size: 1.4rem;
  }
}
.link--md {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .link--md {
    font-size: 1.4rem;
  }
}
.link--xmd {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .link--xmd {
    font-size: 1.4rem;
  }
}
.link--sm {
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  .link--sm {
    font-size: 1.3rem;
  }
}
.link--underline {
  text-decoration: underline;
}
.link--uppercase {
  text-transform: uppercase;
}
.link--black {
  color: #181E24;
}
.link--black:hover {
  color: #4B2780;
}
.link__icon {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 576px) {
  .link__icon {
    font-size: 1.3rem;
  }
}
.link--i-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.link--i-left:hover .link__icon {
  transform: scale(1.2);
}
.link--i-left:hover .link__text::after {
  width: 100%;
}
.link--i-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.link--i-right:hover .link__icon {
  transform: scale(1.2);
}
.link--i-right:hover .link__text::after {
  width: 100%;
}

.section {
  padding-top: 8rem;
  position: relative;
}
@media (max-width: 576px) {
  .section {
    padding-top: 4rem;
  }
}
.section:last-child {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .section:last-child {
    padding-bottom: 5rem;
  }
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.4rem;
}
@media (max-width: 576px) {
  .section-head {
    margin-bottom: 2rem;
  }
}
.section-head-title {
  letter-spacing: -0.48px;
}
.section-head-left {
  flex: 0 0 70%;
  max-width: 70%;
}
@media (max-width: 576px) {
  .section-head-left {
    flex: unset;
    max-width: unset;
  }
}
.section--row .section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section--row .section-content {
    flex-direction: column;
    gap: 10rem;
  }
}
@media (max-width: 767px) {
  .section--row .section-content {
    gap: 4rem;
  }
}
.section--row .section-content-left {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 991px) {
  .section--row .section-content-left {
    flex: unset !important;
    max-width: unset !important;
    width: 100%;
  }
}
.section--row .section-content-right {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 991px) {
  .section--row .section-content-right {
    flex: unset !important;
    max-width: unset !important;
    width: 100%;
  }
}
.section.slider-section {
  overflow: hidden;
}
.section.product-section-wrapper {
  padding-top: 14rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section.product-section-wrapper {
    padding-top: 8rem;
  }
}
.section.counter-section-wrapper .count-item-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  transform: unset !important;
}
@media (max-width: 991px) {
  .section.counter-section-wrapper .count-item-slider .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .section.counter-section-wrapper .count-item-slider .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.section.counter-section-wrapper .count-item-slider .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
  width: 100% !important;
}
@media (max-width: 991px) {
  .section.counter-section-wrapper .count-item-slider .swiper-wrapper .swiper-slide:nth-child(n+3) {
    display: none !important;
  }
}
.section.contact-form-section-wrapper {
  padding: 20rem 0;
}
@media (max-width: 991px) {
  .section.contact-form-section-wrapper {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .section.contact-form-section-wrapper {
    padding: 6rem 0;
  }
}
.section.contact-form-section-wrapper .section-content {
  align-items: flex-start;
}
.section.contact-form-section-wrapper .section-content-left {
  flex: 0 0 35%;
  max-width: 35%;
}
.section.contact-form-section-wrapper .section-content-right {
  flex: 0 0 52.5%;
  max-width: 52.5%;
}
@media (max-width: 576px) {
  .section.contact-form-section-wrapper .section-title {
    max-width: 24rem;
  }
}
.section.contact-form-section-wrapper .contact-info + .contact-info {
  margin-top: 1.2rem;
}
@media (max-width: 576px) {
  .section.contact-form-section-wrapper .contact-info + .contact-info {
    margin-top: 0;
  }
}
.section.contact-form-section-wrapper .contact-info-wrapper {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .section.contact-form-section-wrapper .contact-info-wrapper {
    margin-top: 4rem;
  }
}
@media (max-width: 576px) {
  .section.contact-form-section-wrapper .contact-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 2rem;
  }
}
.section.contact-form-section-wrapper .contact-info .text {
  margin-bottom: 0.8rem;
}
.section.contact-form-section-wrapper .privacy-text {
  max-width: 36rem;
  margin-top: 3.2rem;
}
@media (max-width: 991px) {
  .section.contact-form-section-wrapper .privacy-text {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .section.contact-form-section-wrapper .privacy-text {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .section.contact-form-section-wrapper .submit-btn {
    width: 100%;
  }
}
.section.contact-form-section-wrapper.form-submitted .section-content {
  align-items: center;
}

.tab-content {
  opacity: 1;
  animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtering {
  animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
}
.tab-content.filtered {
  display: none;
}
@keyframes filteringScale {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes filteredScale {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tab {
  position: relative;
}
.tab-link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.3rem;
  padding-left: var(--container-pusher);
  padding-right: var(--container-pusher);
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.tab-link-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .tab-link-wrapper {
    margin-bottom: 3.4rem;
  }
}
@media (max-width: 576px) {
  .tab-link-wrapper {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
  }
}
.tab .animated-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 3.4rem;
}
@media (max-width: 991px) {
  .tab .animated-tabs {
    width: max-content;
    justify-content: flex-start;
    gap: 6rem;
  }
}
@media (max-width: 576px) {
  .tab .animated-tabs {
    gap: 3rem;
  }
}
.tab .animated-tabs-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 2.7rem 0;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-weight: 600;
  line-height: 1.4em;
  z-index: 2;
  position: relative;
  width: max-content;
  color: rgba(24, 30, 36, 0.6);
  letter-spacing: 0.28px;
}
@media (max-width: 576px) {
  .tab .animated-tabs-item {
    font-size: 1.4rem;
    gap: 1rem;
    padding: 2rem 0;
  }
}
.tab .animated-tabs-item.active {
  color: #181E24;
}
.tab .animated-tabs-item.active .count {
  color: #ffffff;
  background: #181E24;
}
@media (max-width: 991px) {
  .tab .animated-tabs-item {
    flex-shrink: 0;
  }
}
.tab .animated-tabs-item:hover {
  color: #181E24;
}
.tab .animated-tabs-line {
  background: #46b450;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.ghost {
  display: none;
}
@media (max-width: 991px) {
  .ghost {
    width: 12rem;
    min-width: 12rem;
    height: 3rem;
    display: flex;
    position: relative;
    flex-shrink: 0;
  }
}

.filtered-item.hide {
  display: none !important;
}

.switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.switch--reverse .switch-content {
  margin-left: 0;
  margin-right: 1.2rem;
  order: -1;
}
@media (max-width: 424px) {
  .switch--reverse .switch-content {
    margin-right: 0.7rem;
  }
}
.switch--reverse .switch__title {
  color: rgba(24, 30, 36, 0.75);
  font-size: 1.8rem;
}
.switch__toggle {
  outline: none;
  height: 2.8rem;
  width: 5rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border-radius: 2.1rem;
  background-color: #E6E9ED;
  background-color: #ffffff;
  flex-shrink: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border: 1px solid rgba(24, 30, 36, 0.15);
}
@media (max-width: 576px) {
  .switch__toggle {
    height: 2.6rem;
    width: 4.9rem;
  }
}
.switch__toggle::before {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #CCC;
  border-radius: 50%;
}
.switch-content {
  margin-left: 1rem;
}
.switch__title {
  color: #181E24;
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 600;
  user-select: none;
  margin-bottom: 0;
}
.switch__text {
  margin-top: 1rem;
  color: rgba(24, 30, 36, 0.65);
}
.switch__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.switch__input:checked + .switch__toggle {
  background-color: #46b450;
}
.switch__input:checked + .switch__toggle::before {
  transform: translate(1.9rem, -50%);
  background-color: #FFF;
}

.checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Questrial", sans-serif;
  position: relative;
  margin-bottom: 0;
  margin: 2rem 0;
}
@media (max-width: 576px) {
  .checkbox {
    align-items: flex-start;
  }
}
.checkbox.input-error .error {
  position: absolute;
}
.checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  visibility: hidden;
  width: 0;
}
.checkbox__input:checked ~ span {
  background-color: #46b450 !important;
  background-image: url("../img/tik.svg");
}
.checkbox__input:checked ~ .tick-checkbox-content .tick-checkbox__title {
  color: #181E24;
}
.checkbox__input:not(:checked):hover ~ .tick-checkbox-content .tick-checkbox__title {
  color: rgba(24, 30, 36, 0.8);
}
.checkbox--radio .checkbox__input ~ span {
  background: transparent;
  position: relative;
  border: 1px solid #181E24;
}
.checkbox--radio .checkbox__input ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -52%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #181E24;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  font-size: 10px;
}
.checkbox--radio .checkbox__input:checked ~ span {
  box-shadow: 0 0 0 2px red;
  background: #FFF;
}
.checkbox--radio .checkbox__input:checked ~ span::after {
  opacity: 1;
}
.checkbox--radio .checkbox__toggle {
  border-radius: 50%;
  font-size: 18px;
}
.checkbox__toggle {
  outline: none;
  height: 1em;
  width: 1em;
  display: inline-flex;
  position: relative;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #DDDEE1;
  flex-shrink: 0;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 45%;
  background-size: 0.5em;
  font-size: 2.2rem;
  border-radius: 0.6rem;
}
@media (max-width: 767px) {
  .checkbox__toggle {
    font-size: 20px;
  }
}
.checkbox-content {
  margin-left: 1.5rem;
  width: 100%;
}
.checkbox__title {
  color: #181E24;
  font-size: 1.4rem;
  font-size: 1.5rem;
  user-select: none;
  line-height: 1.3em;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-weight: 600;
}
@media (max-width: 576px) {
  .checkbox__title {
    font-size: 1.3rem;
  }
}
.checkbox__title a {
  color: #46b450;
}
.checkbox__title a:hover {
  color: rgb(55.72, 143.28, 63.68);
}
.checkbox__title-with-img {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.checkbox__title-with-img .three-d-img {
  height: 1.5rem;
  margin-bottom: 0.3rem;
}

.input {
  outline: none;
  width: 100%;
  color: #181E24;
  font-size: 1.7rem;
  padding: 0;
  padding-bottom: 3.5rem;
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border: none;
  border-bottom: 1px solid rgba(24, 30, 36, 0.15);
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 576px) {
  .input {
    font-size: 1.6rem;
    padding-bottom: 2rem;
  }
}
.input.error {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8;
  box-shadow: unset;
}
.input::placeholder {
  color: rgba(24, 30, 36, 0.25);
  font-size: 1.7rem;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 576px) {
  .input::placeholder {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input:focus {
  border-bottom: 1px solid #181e24;
}
.input__title {
  color: #181E24;
  letter-spacing: -0.14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
@media (max-width: 576px) {
  .input__title {
    font-size: 1.3rem;
  }
}
.input-with-icon {
  position: relative;
}
.input-with-icon.input-error {
  overflow: initial;
}
.input-with-icon.input-error .input {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8;
  box-shadow: unset;
}
.input-icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: rgba(24, 30, 36, 0.6);
  pointer-events: none;
}
.input-icon.js-show-password {
  pointer-events: all;
  cursor: pointer;
}
.input-icon.active {
  color: #181E24;
}
.input-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  gap: 1.2rem;
}
.input-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .input-row {
    flex-direction: column;
    gap: 0.7rem;
  }
}
.input-row .input-wrapper {
  width: 100%;
  position: relative;
}
.input-row .input-wrapper.input-error {
  overflow: initial;
}
.input-row .input-wrapper.input-error .input {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8;
  box-shadow: unset;
}
.input-row .input-wrapper textarea {
  width: 100%;
  height: 5.6rem;
  max-height: 5.6rem;
  padding-bottom: 0;
  outline: none;
  font-weight: 400;
  resize: none;
}
@media (max-width: 576px) {
  .input-row .input-wrapper textarea {
    height: 6.6rem;
    max-height: 6.6rem;
  }
}
.input-row.input-error {
  overflow: initial;
  align-items: flex-start;
  margin-bottom: 0;
}
.input-row.input-error .input {
  border: 1px solid #F9E6E6 !important;
  background: #FFF8F8;
  box-shadow: unset;
}
.input-row.input-error .input-icon {
  top: 32%;
}
.input-disabled {
  pointer-events: none;
  border-color: transparent;
}

label.error {
  margin-bottom: 0;
  margin-top: 1rem;
  color: #D13333 !important;
  font-weight: 500;
  font-size: 1.2rem;
  bottom: -1.6rem;
  left: 0rem;
  line-height: 1em;
  white-space: nowrap;
}
@media (max-width: 576px) {
  label.error {
    bottom: -1.8rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0px 34px 34px 35px white inset !important;
  -webkit-background-clip: text;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #181E24 !important;
}

textarea[data-autoheight=true] {
  overflow: visible;
}

.content hr {
  width: calc(100% + var(--page-padding-x) * 2);
  margin-left: calc(var(--page-padding-x) * -1);
  border-top: 1px solid rgba(24, 30, 36, 0.15);
  margin-bottom: 4rem;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 2.5rem;
  line-height: 1.8em;
  font-weight: 500;
  color: var(--content-color);
}
@media (max-width: 991px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-bottom: 1rem;
  }
}
.content b {
  font-weight: 700;
}
.content h1 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .content h1 {
    font-size: 1.6rem;
  }
}
.content h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .content h2 {
    font-size: 1.6rem;
  }
}
.content h3 {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .content h3 {
    font-size: 1.6rem;
  }
}
.content h4 {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .content h4 {
    font-size: 1.6rem;
  }
}
.content h5 {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .content h5 {
    font-size: 1.6rem;
  }
}
.content h6 {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .content h6 {
    font-size: 1.6rem;
  }
}
.content p {
  margin-bottom: 2rem;
  font-weight: 300;
  color: rgba(24, 30, 36, 0.5);
  line-height: 1.8em;
  font-size: var(--font-size-text);
  letter-spacing: 0.16px;
  font-family: "Poppins", sans-serif;
}
.content p:last-child:last-of-type {
  margin-bottom: 0;
}
.content p b {
  font-weight: 600;
  color: var(--content-color);
}
.content a:not(.btn) {
  font-weight: 300;
  color: #181E24;
  line-height: 1.4;
}
.content a:not(.btn):hover, .content a:not(.btn).active {
  color: #4B2780;
  text-decoration: underline;
}
.content .row {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 991px) {
  .content .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .content .row {
    gap: 1.2rem;
    margin-bottom: 3rem;
  }
}
.content .row .column {
  width: 100%;
}
@media (max-width: 991px) {
  .content .row .column {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .content .row .column {
    width: 100%;
  }
}
.content a img {
  height: 35rem;
  width: 100%;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .content a img {
    border-radius: 1rem;
  }
}
@media (max-width: 576px) {
  .content a img {
    height: 21rem;
  }
}
.content img {
  height: 35rem;
  width: 100%;
  border-radius: 1.4rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .content img {
    border-radius: 1.6rem;
  }
}
@media (max-width: 576px) {
  .content img {
    height: 21rem;
    border-radius: 1rem;
  }
}
.content ul {
  margin-bottom: 4rem;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .content ul {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .content ul {
    margin-bottom: 3rem;
    padding-left: 1.5rem;
  }
}
.content ul li {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  position: relative;
  color: rgba(24, 30, 36, 0.5);
  font-weight: 500;
}
@media (max-width: 991px) {
  .content ul li {
    padding-left: 1rem;
  }
}
@media (max-width: 576px) {
  .content ul li {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
}
.content ul li:last-child {
  margin-bottom: 0;
}
.content ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 5px;
  border-radius: 50%;
  position: absolute;
  left: -2rem;
  top: 1rem;
  border-radius: 50%;
  background: #46b450;
}
@media (max-width: 576px) {
  .content ul li::before {
    font-size: 4px;
    left: -1.5rem;
  }
}
.content iframe {
  width: 100%;
  height: 60rem;
}
.content--center {
  text-align: center;
}

.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.3rem;
  gap: 1.6rem;
}
@media (max-width: 576px) {
  .social {
    font-size: 2.2rem;
    gap: 1rem;
  }
}
.social-title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16px;
  color: #181E24;
}
.social-title--white {
  color: #ffffff;
}
.social__item {
  cursor: pointer;
  color: rgba(24, 30, 36, 0.5);
  display: flex;
  border-radius: 50%;
  flex-shrink: 0;
  height: 4.8rem;
  width: 4.8rem;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  box-shadow: 0px 4px 8px rgba(5, 10, 31, 0.05);
}
@media (max-width: 576px) {
  .social__item {
    height: 4rem;
    width: 4rem;
  }
}
.social__item:hover {
  color: #46b450;
}

.product-slider {
  border-radius: 3rem;
}
.product-slider .swiper-slide img {
  width: 100%;
  height: 77rem;
  border-radius: 3rem;
  object-fit: cover;
}
.product-slider .product-slider-pagination {
  bottom: 6rem;
  left: 10rem;
  display: flex;
  gap: 1.4rem;
  position: absolute;
  z-index: 999;
}
.product-slider .product-slider-pagination .pagination-item {
  font-size: 1.26rem;
}
.product-slider .product-slider-pagination .pagination-item.active {
  background: #FFF;
  color: #4B2780;
}

.default-page-products-slider {
  position: relative;
}

.product-header {
  position: absolute;
  left: 10rem;
  top: 8rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.6rem;
  max-width: 39rem;
}
.product-header .product-logo {
  height: 4.8rem;
  width: auto;
  object-fit: contain;
}
.product-header .product-slogan {
  color: #181E24;
  font-size: 3.8rem;
  line-height: 1.3;
}

.count-item {
  border-top: 1px solid #E5E4EA;
  padding-top: 7rem;
}
@media (max-width: 991px) {
  .count-item {
    padding-top: 4rem;
  }
}
.count-item-top {
  display: flex;
  align-items: center;
  color: #181E24;
  font-size: 7.2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.72px;
}
@media (max-width: 767px) {
  .count-item-top {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .count-item-top {
    font-size: 3.5rem;
  }
}
.count-item-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-top: 2.5rem;
}
@media (max-width: 576px) {
  .count-item-text {
    margin-top: 1.5rem;
  }
}

.brands-item-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  width: calc(var(--container-width) + 5rem);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media (max-width: 576px) {
  .brands-item-wrapper {
    width: 100%;
    padding: 0 var(--container-gutter);
  }
}
.brands-item-wrapper.no-mask {
  width: var(--container-width);
  mask-image: unset;
  mask-repeat: unset;
  mask-size: unset;
}
@media (max-width: 576px) {
  .brands-item-wrapper.no-mask {
    width: 100%;
    padding: 0 var(--container-gutter);
  }
}
.brands-item-wrapper.no-mask .brands-item-content {
  justify-content: center;
}

.brands-item-content {
  display: flex;
  align-items: center;
  gap: 7rem;
  white-space: nowrap;
  will-change: transform;
}
@media (max-width: 991px) {
  .brands-item-content {
    gap: 4rem;
  }
}
.brands-item-content .brands-item {
  height: 3rem;
  object-fit: contain;
  flex-shrink: 0;
}

.product-card {
  height: 77rem;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .product-card {
    height: 50rem;
  }
}
@media (max-width: 767px) {
  .product-card {
    height: 41rem;
    border-radius: 2rem;
  }
}
@media (max-width: 576px) {
  .product-card {
    height: auto;
    min-height: 50rem;
    flex-direction: column;
    align-items: center;
  }
}
.product-card.animate-in {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.5s ease;
  /* Mobile için sadece fade - hareket yok */
}
.product-card.animate-in.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 576px) {
  .product-card.animate-in {
    transform: translateY(0);
    /* Hareket yok, sadece fade */
  }
  .product-card.animate-in.show {
    transform: translateY(0);
  }
}
.product-card .product-bg-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.product-card .product-bg-img.mobile-only {
  display: none;
}
@media (max-width: 576px) {
  .product-card .product-bg-img.mobile-only {
    display: block;
  }
}
@media (max-width: 576px) {
  .product-card .product-bg-img.desktop-only {
    display: none;
  }
}
.product-card .pagination-item {
  font-size: 1.26rem;
}
@media (max-width: 991px) {
  .product-card .pagination-item {
    padding: 0 1.4rem;
  }
}
@media (max-width: 767px) {
  .product-card .pagination-item {
    padding: 0 1rem;
    font-size: 1.25rem;
    flex-shrink: 0;
  }
}
@media (max-width: 576px) {
  .product-card .pagination-item {
    padding: 0 1.4rem;
  }
}
.product-card .pagination-item.active {
  background: #fff;
  color: #181E24;
}
.product-card .pagination-item.no-text {
  width: 2rem;
  height: 2rem;
  padding: 0;
}
@media (max-width: 576px) {
  .product-card .pagination-item.no-text {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.product-card .product-filter-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
}
@media (max-width: 991px) {
  .product-card .product-filter-buttons {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .product-card .product-filter-buttons {
    gap: 0.5rem;
  }
}
@media (max-width: 576px) {
  .product-card .product-filter-buttons {
    justify-content: center;
    gap: 1.4rem;
  }
}
@media (max-width: 576px) {
  .product-card .product-filter-buttons.scroll {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding: 0 var(--container-gutter);
  }
  .product-card .product-filter-buttons.scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 576px) {
  .product-card .product-filter-buttons.no-text {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: unset;
  }
}
.product-card .product-img {
  height: 100%;
  border-radius: 1.5rem 1.5rem 0 0;
  object-fit: contain;
  object-position: right bottom;
  width: 100%;
}
@media (max-width: 576px) {
  .product-card .product-img {
    position: static;
  }
}
.product-card-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 8rem 10rem;
  padding-right: 0;
  transition: opacity 0.4s ease-out !important;
}
@media (max-width: 991px) {
  .product-card-left {
    padding: 3rem;
    padding-right: 0;
    flex: 0 0 41.5%;
    max-width: 41.5%;
  }
}
@media (max-width: 767px) {
  .product-card-left {
    padding: 2rem;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .product-card-left {
    padding: 3.7rem 0;
    padding-bottom: 0;
    width: 100%;
    flex: unset;
    max-width: unset;
    align-items: center;
    text-align: center;
    gap: 3rem;
  }
}
.product-card-right {
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .product-card-right {
    flex: 0 0 58%;
    max-width: 58%;
  }
}
@media (max-width: 576px) {
  .product-card-right {
    flex: unset;
    max-width: unset;
    padding-left: var(--container-gutter);
  }
}
.product-card .play-btn {
  position: absolute;
  left: 37rem;
  transform: translateX(-50%);
  bottom: 15rem;
}
@media (max-width: 991px) {
  .product-card .play-btn {
    left: 23.5rem;
    bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .product-card .play-btn {
    left: 21.5rem;
  }
}
@media (max-width: 576px) {
  .product-card .play-btn {
    left: 16.5rem;
    bottom: 4rem;
  }
}
.product-card .play-btn.center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
}
.product-card .product-logo {
  height: 5.5rem;
  width: max-content;
  object-fit: contain;
}
@media (max-width: 991px) {
  .product-card .product-logo {
    width: 12rem;
    height: auto;
  }
}
.product-card .product-slogan {
  color: #181E24;
  font-size: 3.8rem;
  line-height: 1.3;
  max-width: 39rem;
}
@media (max-width: 991px) {
  .product-card .product-slogan {
    font-size: 2.5rem;
    max-width: 31rem;
  }
}
@media (max-width: 767px) {
  .product-card .product-slogan {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .product-card .product-slogan {
    font-size: 1.8rem;
    max-width: unset;
    width: 90%;
  }
}
.product-card.bg-dark {
  /* .product-logo {
          filter: brightness(0) invert(1);
      } */
}
.product-card.bg-dark .product-slogan {
  color: #ffffff;
}
.product-card.bg-light .pagination-item {
  border: 1px solid #181E24;
  color: #181E24;
}
@media (min-width: 992px) {
  .product-card.bg-light .pagination-item:hover, .product-card.bg-light .pagination-item:focus, .product-card.bg-light .pagination-item:focus-visible {
    background: #181E24;
    color: #ffffff;
    border-color: #181E24;
  }
}
.product-card.bg-light .pagination-item.active {
  background: #181E24;
  color: #ffffff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product-img-slider .swiper-slide {
  width: 100% !important;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.show-ghost {
  margin-top: 1.5rem;
  background: #f0f0f0;
}
.show-ghost.show-ghost-product-card {
  height: 77rem;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .show-ghost.show-ghost-product-card {
    height: 52rem;
  }
}
@media (max-width: 767px) {
  .show-ghost.show-ghost-product-card {
    height: 41rem;
  }
}
@media (max-width: 576px) {
  .show-ghost.show-ghost-product-card {
    height: auto;
    min-height: 50rem;
    flex-direction: column;
    align-items: center;
  }
}
.show-ghost.show-ghost-product-card .skeleton-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 8rem 10rem;
  padding-right: 0;
}
@media (max-width: 991px) {
  .show-ghost.show-ghost-product-card .skeleton-left {
    padding: 5rem;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .show-ghost.show-ghost-product-card .skeleton-left {
    padding: 3.7rem 0;
    padding-bottom: 0;
    width: 100%;
    flex: unset;
    max-width: unset;
    align-items: center;
    text-align: center;
    gap: 3rem;
  }
}
.show-ghost.show-ghost-product-card .skeleton-right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .show-ghost.show-ghost-product-card .skeleton-right {
    flex: 0 0 58%;
    max-width: 58%;
  }
}
@media (max-width: 576px) {
  .show-ghost.show-ghost-product-card .skeleton-right {
    flex: unset;
    max-width: unset;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.show-ghost.show-ghost-product-card .skeleton-logo {
  height: 5.5rem;
  width: 20rem;
  border-radius: 0.8rem;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200px 100%;
  animation: skeleton-shimmer 1.5s infinite;
}
@media (max-width: 991px) {
  .show-ghost.show-ghost-product-card .skeleton-logo {
    width: 12rem;
  }
}
@media (max-width: 767px) {
  .show-ghost.show-ghost-product-card .skeleton-logo {
    height: 4.5rem;
  }
}
@media (max-width: 576px) {
  .show-ghost.show-ghost-product-card .skeleton-logo {
    width: 15rem;
    margin-bottom: 1.5rem;
  }
}
.show-ghost.show-ghost-product-card .skeleton-slogan {
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .show-ghost.show-ghost-product-card .skeleton-slogan {
    margin-top: 0;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.show-ghost.show-ghost-product-card .skeleton-slogan .skeleton-line {
  height: 4.2rem;
  border-radius: 0.8rem;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200px 100%;
  animation: skeleton-shimmer 1.5s infinite;
  margin-bottom: 1.2rem;
}
@media (max-width: 991px) {
  .show-ghost.show-ghost-product-card .skeleton-slogan .skeleton-line {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .show-ghost.show-ghost-product-card .skeleton-slogan .skeleton-line {
    height: 2.5rem;
  }
}
@media (max-width: 576px) {
  .show-ghost.show-ghost-product-card .skeleton-slogan .skeleton-line {
    height: 2.2rem;
    margin-bottom: 0.8rem;
  }
}
.show-ghost.show-ghost-product-card .skeleton-slogan .skeleton-line:first-child {
  width: 100%;
}
.show-ghost.show-ghost-product-card .skeleton-slogan .skeleton-line:nth-child(2) {
  width: 85%;
}
.show-ghost.show-ghost-product-card .skeleton-slogan .skeleton-line:last-child {
  width: 60%;
  margin-bottom: 0;
}
.show-ghost.show-ghost-product-card .skeleton-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .show-ghost.show-ghost-product-card .skeleton-buttons {
    justify-content: center;
    margin-top: 0;
  }
}
.show-ghost.show-ghost-product-card .skeleton-buttons .skeleton-button {
  height: 4.5rem;
  border-radius: 2.25rem;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200px 100%;
  animation: skeleton-shimmer 1.5s infinite;
}
.show-ghost.show-ghost-product-card .skeleton-buttons .skeleton-button:nth-child(1) {
  width: 8rem;
}
.show-ghost.show-ghost-product-card .skeleton-buttons .skeleton-button:nth-child(2) {
  width: 12rem;
}
.show-ghost.show-ghost-product-card .skeleton-buttons .skeleton-button:nth-child(3) {
  width: 10rem;
}
.show-ghost.show-ghost-product-card .skeleton-image {
  width: 90%;
  height: 90%;
  border-radius: 1.5rem;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200px 100%;
  animation: skeleton-shimmer 1.5s infinite;
}
@media (max-width: 576px) {
  .show-ghost.show-ghost-product-card .skeleton-image {
    border-radius: 1.5rem;
    height: 25rem;
  }
}
.show-ghost .product-slogan,
.show-ghost .product-filter-buttons,
.show-ghost .product-logo-wrapper {
  position: relative;
  overflow: hidden;
  border: 0;
}
.show-ghost .product-slogan::after,
.show-ghost .product-filter-buttons::after,
.show-ghost .product-logo-wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #FFF;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.show-ghost.product-card {
  background: #f0f0f0;
}

.thank-you-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .thank-you-box {
    gap: 2rem;
  }
}
.thank-you-box-img {
  height: 9rem;
  object-fit: contain;
  width: max-content;
}
@media (max-width: 767px) {
  .thank-you-box-img {
    height: 6rem;
  }
}
@media (max-width: 576px) {
  .thank-you-box-title {
    font-size: 2.2rem;
  }
}

.animation-logo {
  position: relative;
  width: 100%;
  height: 100%;
  background: #3801AE;
  border-radius: 5px;
  overflow: hidden;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 25%, 12% 25%, 12% 18%, 22% 18%, 22% 8%, 32% 8%, 32% 0%);
}
.animation-logo .px-logo {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3.3rem;
}
.animation-logo .px-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.animation-logo svg {
  width: 100%;
  height: 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0 0 0;
  width: 140rem;
  width: 96%;
  margin: 0 auto;
  position: sticky;
  top: 1rem;
  z-index: 99;
}
@media (min-width: 1441px) {
  .header {
    width: calc(var(--container-width) + 15rem);
  }
}
@media (max-width: 576px) {
  .header {
    width: 91%;
    padding-top: 1rem;
    top: 0;
  }
}
.header-logo {
  height: 6.2rem;
  width: 6.2rem;
}
@media (max-width: 576px) {
  .header-logo {
    height: 5.5rem;
    width: 5.5rem;
  }
}
.header-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.header-right {
  display: flex;
  align-items: center;
}

.footer {
  width: 100%;
  border-top: 1px solid rgba(24, 30, 36, 0.15);
  padding: 3rem 0;
}
.footer-left {
  display: flex;
  gap: 15rem;
}
.footer-left ul li {
  list-style: none;
  margin-bottom: 4.5rem;
}
.footer-left ul li:last-child {
  margin-bottom: 0;
}
.footer-left ul li a {
  color: rgba(24, 30, 36, 0.5);
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  transform: 0.3s ease;
}
.footer-left ul li a:hover {
  color: #181e24;
}
.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
}
@media (max-width: 991px) {
  .footer-contact {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.footer-contact-left .footer-contact-item + .footer-contact-item {
  margin-top: 3rem;
}
.footer-contact-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991px) {
  .footer-contact-item {
    align-items: center;
    text-align: center;
  }
}
.footer-contact-right {
  width: 100%;
}
.footer .social-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10rem;
  padding: 10rem 0;
}
@media (max-width: 991px) {
  .footer .social-menu {
    gap: 1.6rem;
    padding: 0;
  }
}
.footer .social-menu-item {
  color: rgba(24, 30, 36, 0.5);
}
.footer .social-menu-item:hover {
  color: #181E24;
}
.footer .social-menu-title {
  font-size: 3rem;
}
@media (max-width: 991px) {
  .footer .social-menu-title {
    display: none;
  }
}
.footer .social-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  font-size: 2.4rem;
  border: 1px solid rgba(24, 30, 36, 0.15);
  color: #181E24;
}
@media (min-width: 992px) {
  .footer .social-menu-icon {
    display: none;
  }
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}
.footer-copyright .copyright-text {
  text-align: center;
  color: rgba(24, 30, 36, 0.8) !important;
}

.default-page {
  padding-top: 2rem;
}
@media (max-width: 576px) {
  .default-page {
    padding-top: 4rem;
  }
}
.default-page-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-page-hero .default-page-title {
  max-width: 50rem;
  letter-spacing: 0.52px;
}
@media (max-width: 767px) {
  .default-page-hero .default-page-title {
    max-width: 90%;
  }
}
.default-page-hero-slider {
  width: 100%;
  padding: 0 var(--container-pusher) 2rem var(--container-pusher);
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .default-page-hero-slider {
    padding-bottom: 0;
  }
}
.default-page-hero-slider .text-slider {
  display: flex;
  align-items: center;
  gap: 3rem;
  gap: 30px;
  transition: transform 0.6s ease;
  transition: none;
  opacity: 0;
}
.default-page-hero-slider .text-slider.ready {
  opacity: 1;
}
.default-page-hero-slider .text-item {
  flex-shrink: 0;
  width: auto;
  color: rgba(24, 30, 36, 0.1);
  font-size: 16.4rem;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .default-page-hero-slider .text-item {
    font-size: 11.4rem;
  }
}
@media (max-width: 767px) {
  .default-page-hero-slider .text-item {
    font-size: 9.4rem;
  }
}
@media (max-width: 576px) {
  .default-page-hero-slider .text-item {
    font-size: 4rem;
    letter-spacing: -1px;
  }
}
.default-page-hero-slider .text-item.active {
  color: #4B2780;
}
.default-page-hero-slider .text-item.swiper-slide-active {
  color: #4B2780;
}
.default-page .text-slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  width: calc(var(--container-width) + 5rem);
  margin-top: 3rem;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media (max-width: 576px) {
  .default-page .text-slider-wrapper {
    width: 100%;
    padding: 0 var(--container-gutter);
  }
}
.default-page .text-slider-content {
  display: flex;
  align-items: center;
  gap: 6rem;
  white-space: nowrap;
  will-change: transform;
}
@media (max-width: 991px) {
  .default-page .text-slider-content {
    gap: 2rem;
  }
}
.default-page .text-slider-content .text-item {
  flex-shrink: 0;
  width: auto;
  color: rgba(24, 30, 36, 0.1);
  font-size: 16.4rem;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .default-page .text-slider-content .text-item {
    font-size: 11.4rem;
  }
}
@media (max-width: 767px) {
  .default-page .text-slider-content .text-item {
    font-size: 9.4rem;
  }
}
@media (max-width: 576px) {
  .default-page .text-slider-content .text-item {
    font-size: 4rem;
    letter-spacing: -1px;
  }
}
.default-page .text-slider-content .text-item.active {
  color: #4B2780;
}
.default-page-counter-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 7rem;
  grid-row-gap: 5rem;
}
.default-page-products {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-page-products .brands-item-wrapper {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .default-page-products .brands-item-wrapper {
    margin-bottom: 3rem;
  }
}
.default-page-products-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .default-page-products-head {
    margin-bottom: 8rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .default-page-products-head {
    margin-bottom: 6rem;
  }
}
.default-page-products-head-logo-wrapper {
  width: 84rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.default-page-products-filter {
  margin-bottom: 3.5rem;
  position: relative;
}
.default-page-products-filter-item {
  background: #fbfbfd;
  height: 5rem;
  padding: 0 2.4rem;
  border: 1px solid #dbdee4;
  border-radius: 7rem;
  color: #2e2344;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  width: auto;
}
.default-page-products-filter-item:hover {
  background: rgba(46, 35, 68, 0.1);
  transition: 0.3s ease;
}
.default-page-products-filter-item.active {
  background: #2e2344;
  border-color: #2e2344;
  color: #fff;
}
.default-page-products-slider {
  margin-top: 7rem;
}
.default-page-products-slider .product-slider {
  margin-bottom: 1rem;
}
.default-page-products-slider .product-slider:last-child {
  margin-bottom: 0;
}
.default-page.without-counter .default-page-hero-slider {
  margin-top: 0;
  padding-bottom: 0 !important;
}
.default-page.without-counter .product-section-wrapper {
  padding-top: 3rem;
}
.default-page.single-post {
  padding-top: 12rem;
}
@media (max-width: 991px) {
  .default-page.single-post {
    padding-top: 4rem;
  }
}
.default-page.single-post ~ .footer {
  border-top: 0;
}

.filter-container-parent {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
/*# sourceMappingURL=style.css.map */