.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

* {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: "Myriad Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #002D5D;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #FFF;
}
body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #F5A800;
}

input, a, button {
  transition: all 0.2s linear;
}
input:hover, a:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, a:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}
input:before, input:after, a:before, a:after, button:before, button:after {
  transition: all 0.2s linear;
}

a {
  color: #002D5D;
}
a:hover {
  color: #F5A800;
  text-decoration: none;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 64px;
  padding-right: 64px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 62px;
}
@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 40px;
    line-height: 40px;
  }
}

.default-title {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .default-title {
    font-size: 32px;
  }
}

.small-title {
  font-size: 24px;
  font-weight: 600;
}

.extra-small-title {
  font-size: 20px;
  font-weight: 600;
}

.default-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 35px 6px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #F5A800;
  border-radius: 24px;
}

.primary-btn {
  padding: 12px 43px 10px;
  background-color: #F5A800;
}
.primary-btn:hover {
  background-color: #FFF;
}

.secondary-btn {
  padding: 12px 43px 10px;
  border: 1px solid #002D5D;
  color: #FFF;
  background-color: #002D5D;
}
.secondary-btn:hover {
  color: #002D5D;
  background-color: #FFF;
}

.button-wrapper {
  display: flex;
}

.space-after-header {
  padding-top: 152px;
}

.product-banner-header-background {
  position: absolute;
  width: 100%;
  height: 120px;
  background-color: #FFF1DC;
}

.information-banner-header-background {
  position: absolute;
  width: 100%;
  height: 120px;
  background-color: #FFF1DC;
}

.information-banner-footer-background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 132px;
  background-color: #FFF1DC;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@font-face {
  font-family: "Myriad Pro";
  font-weight: 400;
  src: url("../../fonts/MYRIADPRO-REGULAR.ttf") format("truetype");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 600;
  src: url("../../fonts/MYRIADPRO-SEMIBOLD.ttf") format("truetype");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 700;
  src: url("../../fonts/MYRIADPRO-BOLD.ttf") format("truetype");
}
.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.wysiwyg-styles * {
  word-wrap: break-word;
}
.wysiwyg-styles *:first-child {
  margin-top: 0;
}
.wysiwyg-styles *:last-child {
  margin-bottom: 0;
}
.wysiwyg-styles h2 {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .wysiwyg-styles h2 {
    font-size: 32px;
  }
}
.wysiwyg-styles h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}
.wysiwyg-styles h4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.wysiwyg-styles p {
  margin-bottom: 12px;
  opacity: 0.8;
}
.wysiwyg-styles ul {
  margin-bottom: 16px;
  padding-left: 12px;
  list-style: none;
}
.wysiwyg-styles ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  font-size: 16px;
  opacity: 0.8;
}
.wysiwyg-styles ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #002D5D;
}
.wysiwyg-styles .wysiwyg-video {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.wysiwyg-styles .wysiwyg-video:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.wysiwyg-styles .wysiwyg-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.wysiwyg-styles .wysiwyg-gallery {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  .wysiwyg-styles .wysiwyg-gallery {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 481px) {
  .wysiwyg-styles .wysiwyg-gallery {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .wysiwyg-styles .wysiwyg-gallery {
    margin-bottom: 20px;
  }
}
.wysiwyg-styles .wysiwyg-gallery .gallery-slider {
  display: flex;
  flex-wrap: wrap;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element {
  position: relative;
  transition: all 0.2s linear;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  overflow: hidden;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element a,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 65%;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element img,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element:hover,
.wysiwyg-styles .wysiwyg-gallery .single-wysiwyg-gallery-element:hover {
  transition: all 0.2s linear;
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
@media screen and (min-width: 1200px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 75px) / 4.001);
    margin: 0 25px 25px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 856px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 45px) / 3.001);
    margin: 0 15px 15px 0;
  }
}
@media screen and (max-width: 855px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
  margin-right: 0 !important;
}
@media screen and (min-width: 1201px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 855px) {
  .wysiwyg-styles .wysiwyg-gallery .single-gallery-element:nth-of-type(2n) {
    margin-right: 0;
  }
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element .number-additional {
  bottom: 15px;
  right: 35px;
  color: #fff;
  font-size: 30px;
  font-family: "PoppinsBold", sans-serif;
  font-weight: 700;
  text-align: right;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element .number-additional img {
  width: 30px;
  height: 30px;
}
.wysiwyg-styles .wysiwyg-gallery .single-gallery-element .darkness-effect {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.51);
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body.body-with-admin-bar .header-wrapper {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.body-with-admin-bar .header-wrapper {
    top: 46px;
  }
}

.header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 999;
}
.header-wrapper * {
  font-size: 16px;
}
.header-wrapper .header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
}
.header-wrapper .header .header-logo-wrapper {
  padding-right: 20px;
}
.header-wrapper .header .header-logo-wrapper a {
  display: flex;
  height: 100%;
}
.header-wrapper .header .header-logo-wrapper a img {
  max-width: 174px;
  max-height: 72px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-wrapper .header .header-menu-wrapper {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .header-wrapper .header .header-menu-wrapper {
    display: none;
  }
}
.header-wrapper .header .header-menu-wrapper ul {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.header-wrapper .header .header-menu-wrapper ul li {
  list-style: none;
}
.header-wrapper .header .header-menu-wrapper ul li.current-menu-item a {
  font-weight: 600;
}
.header-wrapper .header .mobile-menu-opener {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrapper .header .mobile-menu-opener {
    display: block !important;
    padding: 0;
    height: 32px;
    border: none;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper {
    position: relative;
    width: 22px;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span {
    position: absolute;
    top: 0;
    display: block;
    height: 3px;
    width: 22px;
    margin-bottom: 5px;
    background-color: #F5A800;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span:nth-child(1) {
    transform: rotate(135deg);
    transition: all 0.2s linear;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span:nth-child(2) {
    width: 0;
    margin: 0 auto 5px;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span:nth-child(3) {
    transform: rotate(-135deg);
    transition: all 0.2s linear;
  }
  .header-wrapper .header .mobile-menu-opener .burger-wrapper .burger-span:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper .header .collapsed .burger-span {
    position: static !important;
  }
  .header-wrapper .header .collapsed .burger-span:nth-child(1) {
    transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
  .header-wrapper .header .collapsed .burger-span:nth-child(2) {
    width: 22px !important;
    transition: all 0.2s linear !important;
    margin: 0 auto 5px !important;
  }
  .header-wrapper .header .collapsed .burger-span:nth-child(3) {
    transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper .header.extended .header-bottom {
    margin-top: 20px;
  }
}
.header-wrapper .header-menu-wrapper-mobile .languages-wrapper {
  display: block;
  padding-bottom: 20px;
}
.header-wrapper .header-menu-wrapper-mobile .languages-wrapper .languages .selectize-control {
  margin-left: auto;
}
.header-wrapper .header-menu-wrapper-mobile .languages-wrapper .languages .selectize-dropdown-content .option img {
  margin-right: 8px;
}
.header-wrapper .header-menu-wrapper-mobile ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  margin: 0;
  padding: 20px 0 20px 0;
}
.header-wrapper .header-menu-wrapper-mobile ul li {
  list-style: none;
}
.header-wrapper .header-bottom {
  min-height: 60px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #002D5D;
}
.header-wrapper .header-bottom .header-bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .header-wrapper .header-bottom .header-bottom-content {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.header-wrapper .header-bottom .header-bottom-content p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
}
.header-wrapper .header-bottom .header-bottom-content .header-btn {
  font-size: 14px;
  line-height: 20px;
  background-color: #F5A800;
}
.header-wrapper .header-bottom .header-bottom-content .header-btn:hover {
  color: #F5A800;
  border: 1px solid #FFF;
  background-color: #FFF;
}
@media only screen and (min-width: 768px) {
  .header-wrapper .languages-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 28px;
    border-left: 1px solid rgba(33, 37, 41, 0.25);
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper .languages-wrapper {
    display: none;
  }
}
.header-wrapper .languages-wrapper .languages {
  position: relative;
  margin-left: 24px;
}
.header-wrapper .languages-wrapper .languages .selectize-control {
  width: 110px !important;
}
.header-wrapper .languages-wrapper .languages .selectize-control .selectize-input .language-icon {
  position: relative;
  top: -1.5px;
  margin-right: 8px;
}
.header-wrapper .languages-wrapper .languages .selectize-control .selectize-dropdown .language-icon {
  position: relative;
  top: -1.5px;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.footer-wrapper {
  position: relative;
  background-color: #FFF;
  border-top: 1px solid #EAEAEA;
}
.footer-wrapper * {
  line-height: normal;
}
.footer-wrapper .footer {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer {
    flex-wrap: wrap;
  }
}
.footer-wrapper .footer .footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.footer-wrapper .footer .footer-col:last-child {
  max-width: 254px;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer .footer-col:last-child {
    max-width: unset;
  }
}
.footer-wrapper .footer .footer-col .footer-title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-wrapper .footer .footer-col ul {
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.footer-wrapper .footer .footer-col ul li {
  margin-bottom: 8px;
  list-style: none;
  line-height: 17px;
}
.footer-wrapper .footer .footer-col ul li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .footer .footer-col ul li.current-menu-item a {
  font-weight: 600;
}
.footer-wrapper .footer .footer-col ul li a {
  font-size: 14px;
  opacity: 0.8;
}
.footer-wrapper .footer .footer-logo-wrapper {
  max-width: 421px;
  margin-right: auto;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer .footer-logo-wrapper {
    max-width: unset;
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0;
  }
}
.footer-wrapper .footer .footer-logo-wrapper a {
  display: flex;
  width: 174px;
  margin-bottom: 22px;
}
.footer-wrapper .footer .footer-logo-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-wrapper .footer .footer-logo-wrapper p {
  margin: 0;
  font-size: 16px;
  opacity: 0.8;
}
.footer-wrapper .footer .footer-socials {
  max-width: 255px;
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer .footer-socials {
    max-width: unset;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
.footer-wrapper .footer .footer-socials .socials {
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 1024px) {
  .footer-wrapper .footer .footer-socials .socials {
    gap: 8px;
  }
}
.footer-wrapper .footer .footer-socials .socials a svg {
  width: 28px;
  height: 28px;
}
.footer-wrapper .footer .footer-socials .socials a svg path {
  transition: all 0.2s linear;
}
.footer-wrapper .footer .footer-socials .socials a:hover svg path {
  fill: #F5A800;
}
.footer-wrapper .footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #002D5D;
}
.footer-wrapper .footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  opacity: 0.8;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.common-selectize-wrapper .selectize-control {
  font-size: 0;
}
.common-selectize-wrapper .selectize-input {
  background-color: rgba(132, 132, 132, 0.1) !important;
  font-size: 0 !important;
  line-height: normal !important;
  box-shadow: none !important;
  transition: all 0.2s linear !important;
  width: 100% !important;
  height: 36px !important;
  padding: 8px 10px 9px 24px !important;
  border: 1px solid rgba(132, 132, 132, 0.1) !important;
  background-image: url("../../images/dropdown_arrow_down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 18px) 50% !important;
  background-size: 20px 20px !important;
  border-radius: 24px !important;
}
.common-selectize-wrapper .selectize-input:focus {
  outline: none;
}
.common-selectize-wrapper .selectize-input:before, .common-selectize-wrapper .selectize-input:after {
  display: none !important;
}
.common-selectize-wrapper .selectize-input input, .common-selectize-wrapper .selectize-input .item {
  font-size: 16px !important;
  line-height: normal !important;
  color: #002D5D;
}
.common-selectize-wrapper .selectize-input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100% !important;
  margin: 0 !important;
}
.common-selectize-wrapper .selectize-input input::-webkit-input-placeholder {
  color: #002D5D;
}
.common-selectize-wrapper .selectize-input input::-moz-placeholder {
  color: #002D5D;
}
.common-selectize-wrapper .selectize-input input:-moz-placeholder {
  color: #002D5D;
}
.common-selectize-wrapper .selectize-input input:-ms-input-placeholder {
  color: #002D5D;
}
.common-selectize-wrapper .selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100% !important;
}
.common-selectize-wrapper .selectize-input .item ~ input {
  display: none !important;
}
.common-selectize-wrapper .selectize-dropdown {
  background-color: #FFF !important;
  overflow: hidden !important;
  cursor: pointer;
  box-shadow: none;
  width: 100% !important;
  text-align: left;
  left: 0 !important;
  top: 36px !important;
  border: 1px solid #E6E6E6 !important;
  border-radius: 5px !important;
}
.common-selectize-wrapper .selectize-dropdown .option {
  padding: 8.5px;
  font-size: 16px;
  line-height: normal;
  color: #002D5D;
  white-space: nowrap;
  text-align: center;
  transition: all 0.2s linear;
}
.common-selectize-wrapper .selectize-dropdown .active {
  background-color: #F5A800 !important;
  color: #FFF !important;
}
.common-selectize-wrapper .selectize-dropdown .selected:not(.active) {
  background-color: #FFF !important;
}
.common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar {
  width: 5px;
}
.common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.common-selectize-wrapper .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #002D5D;
}
.common-selectize-wrapper .input-active {
  border: 1px solid #F5A800 !important;
  border-radius: 24px 24px 0 0 !important;
}
.common-selectize-wrapper .input-active ~ .selectize-dropdown {
  border: 1px solid #F5A800 !important;
  border-radius: 0 0 24px 24px !important;
}

.about-section {
  padding-top: 80px;
  padding-bottom: 110px;
  background-color: #FFF1DC;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .about-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.about-section .section-head {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .about-section .section-head {
    margin-bottom: 32px;
  }
}
.about-section .section-head h2 {
  margin-bottom: 8px;
}
.about-section .section-head p {
  margin: 0;
  opacity: 0.8;
}
.about-section .cells {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 44px;
  padding-right: 44px;
}
@media only screen and (max-width: 1024px) {
  .about-section .cells {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .cells {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-section .cells .single-cell {
  width: calc((100% - 48px) / 3);
  padding: 0 24px;
}
@media only screen and (max-width: 1366px) {
  .about-section .cells .single-cell:last-child {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 768px) {
  .about-section .cells .single-cell {
    width: calc(50% - 12px);
    padding: 0;
  }
  .about-section .cells .single-cell:nth-child(odd):last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .cells .single-cell {
    width: 100%;
  }
}
.about-section .cells .single-cell img {
  max-width: 56px;
  max-height: 56px;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  object-fit: contain;
}
.about-section .cells .single-cell h4 {
  margin-bottom: 8px;
}
.about-section .cells .single-cell p {
  font-size: 20px;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.product-banner .product-banner-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5A800;
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .product-banner .product-banner-wrapper {
    flex-wrap: wrap;
  }
}
.product-banner .product-banner-wrapper .background-image-left,
.product-banner .product-banner-wrapper .background-image-right {
  position: absolute;
  min-height: 335px;
  max-width: 294px;
  height: 100%;
  z-index: 0;
}
.product-banner .product-banner-wrapper .background-image-left img,
.product-banner .product-banner-wrapper .background-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-banner .product-banner-wrapper .background-image-left {
  bottom: 0;
  left: 0;
}
.product-banner .product-banner-wrapper .background-image-right {
  top: 0;
  right: 0;
}
.product-banner .product-banner-wrapper .image-side {
  position: absolute;
  top: -50px;
  bottom: 16px;
  left: 104px;
  max-width: 364px;
  width: 100%;
  margin-right: 89px;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .product-banner .product-banner-wrapper .image-side {
    left: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-banner .product-banner-wrapper .image-side {
    position: relative;
    top: -35px;
  }
}
.product-banner .product-banner-wrapper .image-side img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1366px) {
  .product-banner .product-banner-wrapper .image-side img {
    max-height: 400px;
  }
}
.product-banner .product-banner-wrapper .text-side {
  position: relative;
  max-width: 690px;
  width: 50%;
  margin-left: auto;
  margin-right: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  z-index: 2;
}
@media only screen and (max-width: 1366px) {
  .product-banner .product-banner-wrapper .text-side {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-banner .product-banner-wrapper .text-side {
    max-width: unset;
    width: 100%;
    margin-right: 0;
    padding: 0 24px 32px 24px;
  }
}
.product-banner .product-banner-wrapper .text-side .wysiwyg-styles {
  margin-bottom: 40px;
}
.product-banner .product-banner-wrapper .text-side h2 {
  margin-bottom: 8px;
  color: #FFF;
}
.product-banner .product-banner-wrapper .text-side p {
  color: #FFF;
}

.who-needs-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 72px;
  background-color: #F6FAFF;
}
@media only screen and (max-width: 1024px) {
  .who-needs-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.who-needs-section h2 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .who-needs-section h2 {
    margin-bottom: 20px;
  }
}
.who-needs-section .persons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  z-index: 2;
}
.who-needs-section .persons .single-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 1367px) {
  .who-needs-section .persons .single-person:nth-child(2) {
    padding-top: 54px;
  }
  .who-needs-section .persons .single-person:nth-child(3) {
    padding-top: 12px;
  }
  .who-needs-section .persons .single-person:nth-child(4) {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1367px) {
  .who-needs-section .persons .single-person {
    width: calc((100% - 96px) / 4.001);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 768px) {
  .who-needs-section .persons .single-person {
    width: calc(50% - 32px);
  }
  .who-needs-section .persons .single-person:nth-child(3) {
    padding-top: 25px;
  }
  .who-needs-section .persons .single-person:nth-child(4) {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .who-needs-section .persons .single-person {
    width: 100%;
  }
}
.who-needs-section .persons .single-person img:not(h3 img) {
  position: relative;
  max-width: 304px;
  max-height: 192px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 110px 0 70px 0;
  filter: drop-shadow(0px 7px 15px rgba(0, 0, 0, 0.1)) drop-shadow(0px 27px 27px rgba(0, 0, 0, 0.09)) drop-shadow(0px 107px 43px rgba(0, 0, 0, 0.01)) drop-shadow(0px 167px 47px rgba(0, 0, 0, 0));
}
@media only screen and (max-width: 1366px) and (min-width: 500px) {
  .who-needs-section .persons .single-person img:not(h3 img) {
    max-width: 400px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 768px) {
  .who-needs-section .persons .single-person .text-block {
    max-width: 304px;
  }
}
.who-needs-section .persons .single-person .text-block h3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .who-needs-section .persons .single-person .text-block h3 {
    margin-bottom: 8px;
  }
}
.who-needs-section .persons .single-person .text-block h3 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.who-needs-section .persons .single-person p {
  font-size: 20px;
  text-align: center;
}
.who-needs-section .persons .single-person.single-person-image-top img:not(.person-icon) {
  order: 1;
}
.who-needs-section .persons .single-person.single-person-image-top .text-block {
  order: 2;
}
.who-needs-section .persons .single-person.single-person-image-bottom img:not(.person-icon) {
  order: 2;
}
.who-needs-section .persons .single-person.single-person-image-bottom .text-block {
  order: 1;
}
@media only screen and (max-width: 767px) {
  .who-needs-section .persons .single-person.single-person-image-bottom img:not(.person-icon) {
    order: 1;
  }
  .who-needs-section .persons .single-person.single-person-image-bottom .text-block {
    order: 2;
  }
}
.who-needs-section .background-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.who-needs-section .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-does-section {
  position: relative;
  background-color: #F6FAFF;
}
.what-does-section .what-does-wrapper {
  display: flex;
  gap: 44px;
  padding-top: 72px;
  padding-bottom: 80px;
  border-top: 1px solid #C1DDF1;
}
@media only screen and (max-width: 1024px) {
  .what-does-section .what-does-wrapper {
    flex-wrap: wrap;
    gap: 32px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.what-does-section .what-does-wrapper .left-side {
  display: flex;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .what-does-section .what-does-wrapper .left-side {
    width: 100%;
    text-align: center;
  }
}
.what-does-section .what-does-wrapper .left-side h2 {
  margin-bottom: 8px;
}
.what-does-section .what-does-wrapper .left-side p {
  margin: 0;
  opacity: 0.8;
}
.what-does-section .what-does-wrapper .right-side {
  max-width: 634px;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .what-does-section .what-does-wrapper .right-side {
    max-width: unset;
    width: 100%;
  }
}
.what-does-section .what-does-wrapper .right-side .benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
}
.what-does-section .what-does-wrapper .right-side .benefits .single-benefit {
  width: calc(50% - 16px);
  text-align: center;
}
.what-does-section .what-does-wrapper .right-side .benefits .single-benefit:nth-child(odd):last-child {
  width: 100%;
}
.what-does-section .what-does-wrapper .right-side .benefits .single-benefit img {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  object-fit: contain;
}
.what-does-section .what-does-wrapper .right-side .benefits .single-benefit p {
  margin: 0;
  font-size: 20px;
  opacity: 0.8;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.products-slider-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.products-slider-section.white-styling {
  background-color: #FFF;
}
.products-slider-section.blue-styling {
  background-color: #F6FAFF;
}
.products-slider-section.blue-styling .background-image {
  position: absolute;
  top: -29%;
  right: 0;
  z-index: 0;
}
.products-slider-section.blue-styling .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .products-slider-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.products-slider-section .section-head {
  text-align: center;
}
.products-slider-section .section-head h2 {
  margin-bottom: 8px;
}
.products-slider-section .section-head p {
  margin: 0;
  opacity: 0.8;
}
.products-slider-section .products-slider-wrapper {
  width: 100%;
  max-width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .products-slider-section .products-slider-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.products-slider-section .products-slider-wrapper .products-slider {
  margin-bottom: 20px;
  padding-bottom: 24px;
}
.products-slider-section .products-slider-wrapper .slick-list {
  overflow: visible;
  padding: 0 18.4% 0 18.4% !important;
}
@media only screen and (max-width: 1260px) {
  .products-slider-section .products-slider-wrapper .slick-list {
    padding: 0 14% 0 14% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .products-slider-section .products-slider-wrapper .slick-list {
    padding: 0 10% 0 10% !important;
  }
}
@media only screen and (max-width: 767px) {
  .products-slider-section .products-slider-wrapper .slick-list {
    padding: 0 !important;
  }
}
.products-slider-section .products-slider-wrapper .slick-list .slick-track {
  display: flex !important;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .products-slider-section .products-slider-wrapper .slick-list .slick-track {
    align-items: flex-start;
  }
}
.products-slider-section .products-slider-wrapper .slick-list .slick-track .slick-slide {
  height: auto !important;
  margin-right: 44px;
  border-radius: 12.956px;
  border: 0.81px solid #EFEFEF;
  opacity: 0.3;
  transform: scale(1);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .products-slider-section .products-slider-wrapper .slick-list .slick-track .slick-slide {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .products-slider-section .products-slider-wrapper .slick-list .slick-track .slick-slide {
    margin-left: 20px;
  }
}
.products-slider-section .products-slider-wrapper .slick-list .slick-track .slick-slide:last-child {
  margin-right: 0;
}
.products-slider-section .products-slider-wrapper .slick-list .slick-track .slick-slide:not(.slick-current) {
  transform: scale(0.81);
}
.products-slider-section .products-slider-wrapper .slick-list .slick-track .slick-slide.slick-current {
  border-radius: 16px;
  border: 1px solid #EAEAEA;
  opacity: 1;
}
.products-slider-section .products-slider-wrapper .slick-dots li {
  margin: 0 0 6px 0 !important;
}
.products-slider-section .products-slider-wrapper .slick-dots li button {
  width: 14px !important;
  height: 14px !important;
}
.products-slider-section .products-slider-wrapper .slick-dots li button::before {
  width: 14px !important;
  height: 14px !important;
  color: #F5A800 !important;
  font-size: 9px !important;
}
.products-slider-section .products-slider-wrapper .slick-dots li.slick-active button::before {
  color: #F5A800 !important;
  font-size: 14px !important;
  opacity: 1;
}
.products-slider-section .products-slider-wrapper .single-product-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 24px;
  transition: transform 0.35s ease;
}
.products-slider-section .products-slider-wrapper .single-product-slide .image-side {
  position: relative;
  width: 243px;
  padding-top: 25%;
}
@media only screen and (max-width: 1440px) and (min-width: 768px) {
  .products-slider-section .products-slider-wrapper .single-product-slide .image-side {
    padding-top: 38%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .products-slider-section .products-slider-wrapper .single-product-slide .image-side {
    width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .products-slider-section .products-slider-wrapper .single-product-slide .image-side {
    width: 100%;
    padding-top: 47%;
  }
}
@media only screen and (max-width: 500px) {
  .products-slider-section .products-slider-wrapper .single-product-slide .image-side {
    padding-top: 70%;
  }
}
.products-slider-section .products-slider-wrapper .single-product-slide .image-side img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 341px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .products-slider-section .products-slider-wrapper .single-product-slide .image-side img {
    object-fit: contain;
  }
}
.products-slider-section .products-slider-wrapper .single-product-slide .text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 243px - 28px);
}
@media only screen and (max-width: 900px) {
  .products-slider-section .products-slider-wrapper .single-product-slide .text-side {
    width: calc(100% - 260px - 28px);
  }
}
@media only screen and (max-width: 767px) {
  .products-slider-section .products-slider-wrapper .single-product-slide .text-side {
    width: 100%;
    margin: 0;
  }
}
.products-slider-section .products-slider-wrapper .single-product-slide .text-side p {
  margin-bottom: 12px;
  font-size: 16px;
  transition: font-size 0.5s ease;
}
.products-slider-section .products-slider-wrapper .single-product-slide .text-side .product-btn {
  color: #F5A800;
  font-size: 16px;
  font-weight: 600;
}
.products-slider-section .products-slider-wrapper .single-product-slide .text-side .product-btn:hover {
  opacity: 0.7;
}
.products-slider-section .button-wrapper {
  justify-content: center;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.reviews {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 56px;
  background-color: #FFF1DC;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .reviews {
    padding-top: 56px;
  }
}
.reviews .section-head {
  text-align: center;
}
.reviews .section-head h2 {
  margin-bottom: 8px;
}
.reviews .section-head p {
  margin: 0;
  opacity: 0.8;
}
.reviews .reviews-slider-wrapper .slick-slide {
  margin: 0 12px;
}
.reviews .reviews-slider-wrapper .slick-list {
  margin: 0 -12px;
}
.reviews .reviews-slider-wrapper .reviews-slider {
  padding-top: 44px;
  padding-bottom: 24px;
}
.reviews .reviews-slider-wrapper .reviews-slider .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .reviews .reviews-slider-wrapper .reviews-slider .slick-list .slick-track {
    gap: 12px;
  }
}
.reviews .reviews-slider-wrapper .reviews-slider .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
}
.reviews .reviews-slider-wrapper .reviews-slider .slick-list .slick-track .single-review {
  flex-grow: 1;
}
.reviews .reviews-slider-wrapper .reviews-slider .slick-dots {
  display: block !important;
}
.reviews .reviews-slider-wrapper .reviews-slider .slick-dots li {
  margin: 0 0 6px 0 !important;
}
.reviews .reviews-slider-wrapper .reviews-slider .slick-dots li button {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.reviews .reviews-slider-wrapper .reviews-slider .slick-dots li button::before {
  width: 14px !important;
  height: 14px !important;
  pointer-events: none;
  color: #002D5D !important;
  font-size: 14px !important;
  transform: scale(0.65);
  transition: all 0.3s ease;
  will-change: transform;
  transform-origin: center center;
  display: block;
  line-height: 1.25em;
  margin: auto;
  position: absolute;
  inset: 0;
}
.reviews .reviews-slider-wrapper .reviews-slider .slick-dots li:hover button::before {
  transform: scale(1.25);
}
.reviews .reviews-slider-wrapper .reviews-slider .slick-dots li.slick-active button::before {
  color: #002D5D !important;
  font-size: 14px !important;
  transform: scale(1);
  opacity: 1;
}
.reviews .reviews-slider-wrapper .reviews-slider .single-review-wrapper .single-review {
  position: relative;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 16px;
  background-color: #FFE3B9;
}
.reviews .reviews-slider-wrapper .reviews-slider .single-review-wrapper .single-review::before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -20px;
  width: 21px;
  height: 21px;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #FFE3B9;
  border-left: 2px solid #FFE3B9;
  border-radius: 2px 2px 2px 2px;
  background-color: #FFE3B9;
  z-index: -1;
}
.reviews .reviews-slider-wrapper .reviews-slider .single-review-wrapper .single-review .quote-icon {
  width: 52px;
  height: 40px;
  margin-bottom: 12px;
  object-fit: contain;
}
.reviews .reviews-slider-wrapper .reviews-slider .single-review-wrapper .single-review p {
  margin: 0;
  color: rgba(0, 45, 93, 0.8);
  font-size: 16px;
}
.reviews .reviews-slider-wrapper .reviews-slider .single-review-wrapper .single-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 24px;
}
.reviews .reviews-slider-wrapper .reviews-slider .single-review-wrapper .single-review-author .image-side img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.reviews .reviews-slider-wrapper .reviews-slider .single-review-wrapper .single-review-author .text-side h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.reviews .reviews-slider-wrapper .reviews-slider .single-review-wrapper .single-review-author .text-side p {
  margin: 0;
  font-size: 16px;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.information-banner .information-banner-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #F5A800;
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .information-banner .information-banner-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.information-banner .information-banner-wrapper .background-image {
  position: absolute;
  top: 0;
  right: 140px;
  min-height: 253px;
  height: 100%;
  z-index: 0;
}
.information-banner .information-banner-wrapper .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information-banner .information-banner-wrapper .left-side {
  position: relative;
  max-width: 843px;
  width: 100%;
  padding-right: 40px;
  z-index: 2;
}
@media only screen and (max-width: 1240px) {
  .information-banner .information-banner-wrapper .left-side {
    padding-right: 0;
  }
}
.information-banner .information-banner-wrapper .left-side h2 {
  margin-bottom: 8px;
  color: #FFF;
}
.information-banner .information-banner-wrapper .left-side p {
  color: #FFF;
}
.information-banner .information-banner-wrapper .right-side {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1240px) {
  .information-banner .information-banner-wrapper .right-side {
    width: 100%;
    margin-left: 0;
  }
}
.information-banner .information-banner-wrapper .right-side .button-wrapper {
  margin-top: 20px;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.references-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #FFF1DC;
}
.references-wrapper h4 {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.references-wrapper .references p {
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.hero-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 585px;
}
@media only screen and (max-width: 1366px) {
  .hero-wrapper {
    min-height: 400px;
  }
}
.hero-wrapper .hero {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .hero-wrapper .hero {
    padding-top: 64px;
  }
}
.hero-wrapper .hero .hero-head {
  position: relative;
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.hero-wrapper .hero .hero-head .main-title {
  margin-bottom: 12px;
}
.hero-wrapper .hero .hero-head p {
  margin: 0;
  color: rgba(0, 45, 93, 0.8);
}
@media only screen and (min-width: 1367px) {
  .hero-wrapper .hero .hero-head p {
    opacity: 0.8;
  }
}
.hero-wrapper .overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0) 33.31%, #FFF 58.81%);
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .hero-wrapper .overlay-background {
    background: rgba(255, 255, 255, 0.6);
  }
}
.hero-wrapper .hero-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 135px;
  z-index: 0;
}
@media only screen and (max-width: 1366px) {
  .hero-wrapper .hero-background {
    padding-top: 0;
  }
}
.hero-wrapper .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-fade-in {
  opacity: 0;
}

@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.homepage .hero-wrapper-home .hero {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 586px;
}
@media only screen and (max-width: 1366px) {
  .homepage .hero-wrapper-home .hero {
    align-items: flex-start;
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage .hero-wrapper-home .hero {
    padding-right: 0;
  }
}
.homepage .hero-wrapper-home .hero .text-side {
  max-width: 597px;
  width: 100%;
  margin-left: calc((100vw - 1440px) / 2);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 64px;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  .homepage .hero-wrapper-home .hero .text-side {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .homepage .hero-wrapper-home .hero .text-side {
    max-width: unset;
    padding-top: 80px;
    padding-right: 64px;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .hero-wrapper-home .hero .text-side {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .homepage .hero-wrapper-home .hero .text-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.homepage .hero-wrapper-home .hero .text-side .main-title {
  margin-bottom: 28px;
}
.homepage .hero-wrapper-home .hero .text-side .main-title span {
  color: #F5A800;
}
@media only screen and (max-width: 1366px) {
  .homepage .hero-wrapper-home .hero .text-side .primary-btn {
    margin: 0 auto;
  }
}
.homepage .hero-wrapper-home .hero .image-side .overlay-background {
  display: none;
}
@media only screen and (max-width: 1366px) {
  .homepage .hero-wrapper-home .hero .image-side .overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
}
.homepage .hero-wrapper-home .hero .image-side .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 918px;
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .homepage .hero-wrapper-home .hero .image-side .image-wrapper {
    max-width: 1366px;
    width: 100%;
    height: 100%;
  }
}
.homepage .hero-wrapper-home .hero .image-side .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0) 68.77%, #FFF 80.77%), linear-gradient(271deg, rgba(255, 255, 255, 0) 83.95%, #FFF 96.67%), linear-gradient(186deg, rgba(255, 255, 255, 0) 72.41%, #FFF 86.86%);
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 1366px) {
  .homepage .hero-wrapper-home .hero .image-side .image-wrapper::before {
    background: none;
  }
}
.homepage .hero-wrapper-home .hero .image-side .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .product-banner {
  background-color: #F6FAFF;
}
.homepage .information-banner {
  padding-bottom: 64px;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.faq-page .faq-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF1DC;
}
@media only screen and (max-width: 1024px) {
  .faq-page .faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.faq-page .faq-section .faq-wrapper {
  display: flex;
  gap: 16px 24px;
}
.faq-page .faq-section .faq-wrapper .faq-column {
  flex: 1;
  width: calc(50% - 12px);
}
@media only screen and (max-width: 1024px) {
  .faq-page .faq-section .faq-wrapper .faq-column {
    display: none;
  }
}
.faq-page .faq-section .faq-wrapper .faq-mobile {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .faq-page .faq-section .faq-wrapper .faq-mobile {
    display: block;
  }
}
.faq-page .faq-section .faq-wrapper .single-qa {
  position: relative;
  min-height: 88px;
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .faq-page .faq-section .faq-wrapper .single-qa {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .faq-page .faq-section .faq-wrapper .single-qa {
    padding: 15px;
  }
}
.faq-page .faq-section .faq-wrapper .single-qa:last-child {
  margin-bottom: 0;
}
.faq-page .faq-section .faq-wrapper .single-qa:not(.collapsed) {
  box-shadow: 0px 167px 47px 0px rgba(0, 0, 0, 0), 0px 107px 43px 0px rgba(0, 0, 0, 0.01), 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
}
.faq-page .faq-section .faq-wrapper .single-qa:not(.collapsed) .qa-question-row h3 {
  color: #F5A800;
}
.faq-page .faq-section .faq-wrapper .single-qa:not(.collapsed) .qa-question-row svg {
  transform: rotate(180deg);
}
.faq-page .faq-section .faq-wrapper .single-qa:not(.collapsed) .qa-question-row svg rect {
  stroke: #F5A800;
}
.faq-page .faq-section .faq-wrapper .single-qa:not(.collapsed) .qa-question-row svg path {
  fill: #F5A800;
}
.faq-page .faq-section .faq-wrapper .single-qa .qa-question-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.faq-page .faq-section .faq-wrapper .single-qa .qa-question-row .left-side {
  display: flex;
  align-items: center;
}
.faq-page .faq-section .faq-wrapper .single-qa .qa-question-row h3 {
  max-width: 532px;
  margin-right: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .faq-page .faq-section .faq-wrapper .single-qa .qa-question-row h3 {
    max-width: unset;
  }
}
.faq-page .faq-section .faq-wrapper .single-qa .qa-question-row svg {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.faq-page .faq-section .faq-wrapper .single-qa .qa-answer-row {
  max-width: 532px;
  margin: 0;
  font-size: 20px;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .faq-page .faq-section .faq-wrapper .single-qa .qa-answer-row {
    max-width: unset;
  }
}
.faq-page .faq-section .faq-wrapper .single-qa .qa-answer-row > *:first-child {
  padding-top: 12px;
}
.faq-page .information-banner {
  padding-bottom: 64px;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.about-page .about-section {
  padding-bottom: 164px;
}
@media only screen and (max-width: 1024px) {
  .about-page .about-section {
    padding-bottom: 64px;
  }
}
.about-page .banner-image {
  position: relative;
  max-height: 240px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .about-page .banner-image {
    max-height: unset;
  }
}
.about-page .banner-image img {
  position: relative;
  top: -100px;
  max-height: 340px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
@media only screen and (max-width: 1024px) {
  .about-page .banner-image img {
    top: -32px;
  }
}
.about-page .information-section {
  position: relative;
  padding-top: 64px;
  padding-bottom: 96px;
  background-color: #F6FAFF;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .about-page .information-section {
    padding-bottom: 64px;
  }
}
.about-page .information-section .background-image-left, .about-page .information-section .background-image-right {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
.about-page .information-section .background-image-left img, .about-page .information-section .background-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .information-section .background-image-left {
  left: 0;
}
.about-page .information-section .background-image-right {
  right: 0;
}
.about-page .information-section .information-container {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .about-page .information-section .information-container {
    flex-wrap: wrap;
  }
}
.about-page .information-section .information-container .left-side {
  width: 45.9%;
  margin-right: 64px;
}
@media only screen and (max-width: 1024px) {
  .about-page .information-section .information-container .left-side {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.about-page .information-section .information-container .left-side h2 {
  margin-bottom: 16px;
}
.about-page .information-section .information-container .right-side {
  max-width: 634px;
  width: 54.1%;
}
@media only screen and (max-width: 1024px) {
  .about-page .information-section .information-container .right-side {
    max-width: unset;
    width: 100%;
  }
}
.about-page .information-section .information-container .right-side ul li {
  font-size: 18px;
}
.about-page .why-choose-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 581px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .about-page .why-choose-section {
    min-height: unset;
  }
}
.about-page .why-choose-section .text-side {
  position: relative;
  max-width: 755px;
  width: 100%;
  margin-left: calc((100vw - 1440px) / 2);
  padding-left: 64px;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  .about-page .why-choose-section .text-side {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .about-page .why-choose-section .text-side {
    max-width: unset;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .about-page .why-choose-section .text-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about-page .why-choose-section .text-side h2 {
  margin-bottom: 8px;
}
.about-page .why-choose-section .text-side .text-block {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) and (min-width: 501px) {
  .about-page .why-choose-section .text-side .text-block {
    margin-bottom: 32px;
  }
}
.about-page .why-choose-section .text-side .text-block p {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1366px) {
  .about-page .why-choose-section .text-side .text-block p {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .about-page .why-choose-section .text-side .text-block p {
    margin-bottom: 32px;
  }
}
.about-page .why-choose-section .text-side .text-block h3 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
}
.about-page .why-choose-section .text-side .text-block ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.about-page .why-choose-section .text-side .text-block ul li {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 18px;
}
@media only screen and (max-width: 1366px) {
  .about-page .why-choose-section .text-side .text-block ul li {
    opacity: 1;
  }
}
.about-page .why-choose-section .text-side .text-block ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url("../../images/checkmark-orange.svg");
  background-color: transparent;
}
.about-page .why-choose-section .text-side .background-image {
  position: absolute;
  right: 24px;
  bottom: -93px;
  max-width: 135px;
  max-height: 135px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .about-page .why-choose-section .text-side .background-image {
    bottom: 0;
    max-width: 67px;
    max-height: 67px;
  }
}
.about-page .why-choose-section .overlay-background {
  display: none;
}
@media only screen and (max-width: 1366px) {
  .about-page .why-choose-section .overlay-background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
}
.about-page .why-choose-section .image-side .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 780px;
}
@media only screen and (max-width: 1366px) {
  .about-page .why-choose-section .image-side .image-wrapper {
    opacity: 0.6;
  }
}
.about-page .why-choose-section .image-side .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(183deg, rgba(255, 255, 255, 0) 63.69%, #FFF 96.53%);
  z-index: 0;
}
.about-page .why-choose-section .image-side .image-wrapper img {
  width: 100%;
  height: 100%;
}
.about-page .information-banner-background-wrapper {
  position: relative;
  padding-bottom: 64px;
}
.about-page .information-banner {
  background-color: #F6FAFF;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

@media only screen and (max-width: 800px) {
  .products-page .product-categories-container {
    padding-right: 0;
  }
}
.products-page .product-categories {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 80px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
}
@media only screen and (max-width: 1024px) {
  .products-page .product-categories {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 800px) {
  .products-page .product-categories {
    justify-content: flex-start;
    padding-bottom: 24px;
  }
}
.products-page .product-categories::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.products-page .product-categories .category .category-btn {
  color: #002D5D;
  border: 1px solid #002D5D;
  font-weight: 400;
  white-space: nowrap;
}
.products-page .product-categories .category .category-btn:hover {
  color: #FFF;
  background-color: #F5A800;
  border: 1px solid #F5A800;
}
.products-page .product-categories .category .category-btn.active {
  color: #FFF;
  background-color: #F5A800;
  border: 1px solid #F5A800;
}
.products-page .swipe-wrapper {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .products-page .swipe-wrapper {
    display: block;
  }
}
.products-page .swipe-wrapper svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.products-page .swipe-wrapper svg path {
  fill: #F5A800;
}
.products-page .category-description {
  padding-top: 24px;
}
.products-page .category-description p {
  margin: 0;
  text-align: center;
}
.products-page .products {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .products-page .products {
    justify-content: center;
    padding-bottom: 64px;
  }
}
.products-page .products .single-product {
  position: relative;
  width: calc((100% - 48px) / 3);
  padding: 16px;
  border: 1px solid #EAEAEA;
  border-radius: 16px;
}
.products-page .products .single-product a:hover {
  color: inherit;
}
@media only screen and (max-width: 1024px) and (min-width: 601px) {
  .products-page .products .single-product {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 600px) {
  .products-page .products .single-product {
    width: 100%;
  }
}
.products-page .products .single-product .image-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 59%;
}
.products-page .products .single-product .image-wrapper .product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.1));
}
.products-page .products .single-product .product-title {
  margin-bottom: 8px;
}
.products-page .products .single-product .product-description {
  margin-bottom: 8px;
}
.products-page .products .single-product .product-description p {
  font-size: 16px;
}
.products-page .products .single-product .product-description ul {
  padding-left: 0;
}
.products-page .products .single-product .product-description ul li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
.products-page .products .single-product .product-description ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("../../images/checkmark-orange.svg");
  background-color: transparent;
  background-size: cover;
}
.products-page .products .single-product .product-btn {
  color: #F5A800;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.products-page .products .single-product .product-btn:hover {
  opacity: 0.7;
}
.products-page .product-banner {
  padding-bottom: 64px;
}

.single-page .single-page-container {
  padding-top: 80px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .single-page .single-page-container {
    padding-top: 64px;
  }
}
.single-page .single-page-container .single-page-wrapper {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.single-page .single-page-container .single-page-wrapper .main-title {
  margin-bottom: 32px;
}
.single-page .single-page-container .single-page-wrapper .single-page-content h4 {
  margin-bottom: 4px;
}
.single-page .single-page-container .single-page-wrapper .single-page-content p {
  font-size: 16px;
}
.single-page .background-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.single-page .background-image::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10.81%, #FFF 81.89%);
  z-index: 0;
}
.single-page .background-image img {
  max-height: 370px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-animation-bottom {
  transform: translateY(100vw);
  -webkit-transform: translateY(100vw);
}

@keyframes bottomSideAnimationSimple {
  0% {
    -webkit-transform: translateY(100vw);
    transform: translateY(100vw);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bottom-side-animation-simple {
  -webkit-animation: bottomSideFadeIn 1.25s ease-out forwards;
  animation: bottomSideFadeIn 1.25s ease-out forwards;
  opacity: 1 !important;
}

.body {
  overflow: hidden !important;
}

.slick-list {
  overflow: visible;
}

.js-feature-slider,
.js-purchase-slider {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.js-feature-slider.slick-initialized,
.js-purchase-slider.slick-initialized {
  opacity: 1;
}

.single-product-page {
  overflow: hidden;
  max-width: 100vw;
}
.single-product-page .single-product-content {
  padding: 32px 0 16px;
  display: grid;
  align-items: center;
  grid-template-columns: 5fr 7fr;
  gap: clamp(24px, 3vw, 56px);
}
.single-product-page .single-product-image {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 533px;
  min-width: 533px;
  height: auto;
  overflow: hidden;
}
.single-product-page .single-product-image .images {
  display: flex;
  gap: 8px;
  height: 568px;
}
.single-product-page .single-product-image .images .slick-list {
  width: 100%;
}
.single-product-page .single-product-image .images .slick-slide {
  max-height: 568px;
}
.single-product-page .single-product-image .images .slick-slide > div {
  max-height: 568px;
}
.single-product-page .single-product-image .images img {
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1/1;
  height: 568px;
  width: 100%;
}
.single-product-page .single-product-image .slider-thumbnails .slick-track {
  display: flex;
  gap: 8px;
}
.single-product-page .single-product-image .slider-thumbnails .slick-slide {
  height: 100px;
}
.single-product-page .single-product-image .slider-thumbnails .slick-slide.slick-current {
  border: 1px solid #002D5D;
  border-radius: 8px;
}
.single-product-page .single-product-image .slider-thumbnails .slick-slide img {
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1/1;
  height: 100px;
  width: 100%;
}
.single-product-page .single-product-details {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.55;
  color: #1F2A33;
  margin: auto;
}
.single-product-page .single-product-details h1,
.single-product-page .single-product-details .product-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #3C3C3B;
  margin-bottom: 10px;
}
.single-product-page .single-product-details p {
  margin: 0;
}
.single-product-page .single-product-details ul,
.single-product-page .single-product-details ol,
.single-product-page .single-product-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.single-product-page .single-product-details ul,
.single-product-page .single-product-details ol {
  margin-block: 24px;
  color: #002D5D;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.single-product-page .single-product-details ul li:before {
  top: calc(0.5em - 4px);
}
@media (max-width: 1100px) {
  .single-product-page .single-product-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .single-product-page .single-product-content {
    grid-template-columns: 1fr;
  }
  .single-product-page .single-product-image {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .single-product-page .single-product-details {
    font-size: 15px;
  }
  .single-product-page .single-product-image {
    width: 100%;
    min-width: 100%;
  }
  .single-product-page .single-product-image .images {
    height: 336px;
  }
  .single-product-page .single-product-image .images .slick-slide {
    height: 336px;
  }
  .single-product-page .single-product-image .images img {
    height: 336px;
  }
  .single-product-page .product-btn {
    width: 100%;
  }
}

.product-external-links {
  padding-block: 16px;
}
.product-external-links .slick-slide {
  display: flex;
  flex-direction: column;
}
.product-external-links .slick-slide > div {
  padding: 32px;
}
.product-external-links h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #3C3C3B;
  text-align: center;
  margin-bottom: 0;
}
.product-external-links .purchase-links-grid {
  padding: 64px 0 32px;
}
@media (max-width: 1100px) {
  .product-external-links .purchase-links-grid {
    padding-top: 32px;
  }
}
.product-external-links .purchase-link-image {
  display: block;
}
.product-external-links .purchase-link-item {
  position: relative;
}
.product-external-links .purchase-link-texts {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #002D5D;
  margin-top: 16px;
  display: block;
}
.product-external-links .purchase-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.product-external-links .purchase-link-card img {
  width: auto;
  max-width: 100%;
  height: 70px;
  display: block;
  margin: 0;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 1100px) {
  .product-external-links .purchase-link-card img {
    height: 100px;
  }
}
.product-external-links .purchase-link-card img,
.product-external-links .purchase-link-card span {
  transition: all 0.3s ease;
  will-change: transform;
}
.product-external-links .purchase-link-card:hover img {
  transform: scale(1.15);
  transform-origin: center;
}
.product-external-links .slick-dots {
  margin-top: 32px;
  position: relative;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.product-external-links .slick-dots li {
  margin: 0 !important;
}
.product-external-links .slick-dots li {
  margin: 0 0 6px 0 !important;
}
.product-external-links .slick-dots li button {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.product-external-links .slick-dots li button::before {
  width: 14px !important;
  height: 14px !important;
  pointer-events: none;
  color: #002D5D !important;
  font-size: 14px !important;
  transform: scale(0.65);
  transition: all 0.3s ease;
  will-change: transform;
  transform-origin: center center;
  display: block;
  line-height: 1.25em;
  margin: auto;
  position: absolute;
  inset: 0;
}
.product-external-links .slick-dots li:hover button::before {
  transform: scale(1.25);
}
.product-external-links .slick-dots li.slick-active button::before {
  color: #002D5D !important;
  font-size: 14px !important;
  transform: scale(1);
  opacity: 1;
}

.product-tabs {
  margin-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 64px);
}
.product-tabs .product-tabs-nav {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.product-tabs .product-tab-btn {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 2px solid transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #3C3C3B;
  text-align: left;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.product-tabs .product-tab-btn svg {
  margin-left: auto;
  display: none;
  transform: rotate(180deg);
  transition: all 0.2s ease;
  will-change: transform;
}
@media (max-width: 1100px) {
  .product-tabs .product-tab-btn {
    columns: 1;
    width: 100%;
    justify-content: flex-start;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    margin-top: -1px;
    font-size: 18px;
    line-height: 22px;
    padding-block: 11px;
  }
  .product-tabs .product-tab-btn svg {
    display: block;
  }
}
.product-tabs .product-tab-btn.is-active {
  color: #002D5D;
  border-bottom: 2px solid #002D5D;
}
@media (max-width: 1100px) {
  .product-tabs .product-tab-btn.is-active {
    font-weight: 700;
    border-bottom: 2px solid #002D5D;
  }
  .product-tabs .product-tab-btn.is-active svg {
    transform: rotate(0);
  }
}
.product-tabs .product-tab-panel {
  animation: fadeIn 0.35s ease;
  padding-top: 64px;
  order: 99;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1100px) {
  .product-tabs .product-tab-panel {
    order: unset;
    padding-bottom: 64px;
  }
}
.product-tabs .product-tab-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #3C3C3B;
  margin-bottom: 32px;
}
.product-tabs .product-tab-content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #3C3C3B;
  flex: none;
  order: 0;
  flex-grow: 1;
  columns: 2;
  column-gap: clamp(24px, 4vw, 48px);
  text-wrap: pretty;
}
@media (max-width: 680px) {
  .product-tabs .product-tab-content {
    columns: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    translate: 0 16px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

.feature-slider-section {
  margin-top: 64px;
}
.feature-slider-section .slick-dots {
  margin-top: 24px;
  position: relative;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.feature-slider-section .slick-dots li {
  margin: 0 !important;
}
.feature-slider-section .slick-dots li {
  margin: 0 0 6px 0 !important;
}
.feature-slider-section .slick-dots li button {
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.feature-slider-section .slick-dots li button::before {
  width: 14px !important;
  height: 14px !important;
  pointer-events: none;
  color: #002D5D !important;
  font-size: 14px !important;
  transform: scale(0.65);
  transition: all 0.3s ease;
  will-change: transform;
  transform-origin: center center;
  display: block;
  line-height: 1.25em;
  margin: auto;
  position: absolute;
  inset: 0;
}
.feature-slider-section .slick-dots li:hover button::before {
  transform: scale(1.25);
}
.feature-slider-section .slick-dots li.slick-active button::before {
  color: #002D5D !important;
  font-size: 14px !important;
  transform: scale(1);
  opacity: 1;
}
.feature-slider-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.feature-slider-section .feature-slider-wrapper {
  width: 100%;
  max-width: 100vw;
}
.feature-slider-section .feature-slider-bg {
  position: relative;
  left: 0;
  right: 0;
  min-height: clamp(200px, 30vw, 366px);
  height: clamp(200px, 30vw, 366px);
}
.feature-slider-section .feature-slider-bg img {
  width: 100dvw;
  height: 100%;
  display: block;
  position: absolute;
  inset-inline: -50dvw;
  margin: auto;
  object-fit: cover;
  object-position: center center;
}
.feature-slider-section .slick-slide {
  margin: 0 12px;
  flex-grow: 1;
  display: flex;
}
.feature-slider-section .slick-list {
  margin: 0 -12px;
}
.feature-slider-section .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.feature-slider-section .slick-track > * {
  flex: 1;
  flex-grow: 1;
  min-height: unset;
  height: unset !important;
}
.feature-slider-section .feature-slider {
  margin-top: -120px;
}
.feature-slider-section .feature-slide {
  padding: 32px;
  background: #CBD0DC;
  border-radius: 24px;
}
.feature-slider-section .feature-slide .feature-slide-content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #002D5D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.feature-slider-section .feature-slide .slide-content {
  margin-block: auto;
}
.feature-slider-section .feature-slide h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #002D5D;
  text-wrap: pretty;
}

.page-404 .page-404-content {
  max-width: 1090px;
  min-height: calc(100vh - 152px - 346px);
  margin: 0 auto;
  padding: 64px 0;
}
@media only screen and (max-width: 1024px) {
  .page-404 .page-404-content {
    min-height: calc(100vh - 152px - 513px);
  }
}
.page-404 .page-404-content .main-title {
  margin-bottom: 20px;
}
.page-404 .page-404-content .main-title p {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
