.location, .location--two {
  background-color: #D3DFD8;
  padding-bottom: 234px;
}
.location__detail-image-container {
  position: relative;
  width: 100%;
  display: block;
}
.location__detail-image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location__detail-image-container:before {
  content: "";
  display: block;
  padding-top: 64.5502645503%;
}
.location__near-image-container {
  position: relative;
  width: 100%;
  display: block;
}
.location__near-image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location__near-image-container:before {
  content: "";
  display: block;
  padding-top: 95.3846153846%;
}
.location iframe, .location--two iframe {
  width: 100%;
  height: 100%;
}
.location__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.location__detail-image-container {
  background-color: #000000;
}
.location__detail-image-container img {
  opacity: 0.7;
}
.location__detail {
  position: relative;
}
.location__detail-info-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  color: #fff;
}
.location__detail-title {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  color: #fff;
}
.location__detail-location, .location__detail-phone, .location__detail-email {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.location__detail-location {
  margin-bottom: 50px;
}
.location__detail-phone {
  margin-bottom: 4px;
}
.location__detail-email {
  margin-bottom: 8px;
}
.location__detail-btn {
  margin-top: 32px;
}
.location__minute-from {
  padding: 66px 64px 82px;
  color: #fff;
  text-align: right;
}
.location__minute-icon {
  display: inline-block;
  margin-right: 18px;
  width: 27px;
  height: 27px;
  min-width: 30px;
}
.location__minute-icon img {
  width: 100%;
  height: 100%;
}
.location__minute-list {
  width: 85%;
  margin-left: auto;
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.location__minute-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.location__minute-item:last-child {
  margin-bottom: 0px;
}
.location__minute-value {
  margin-right: 24px;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #144E2D;
  min-width: 50px;
  text-align: left;
}
.location__minute-label {
  margin-right: 24px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  max-width: 120px;
  text-align: left;
}
.location__minute-object {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 45px;
  /* Fallback for non-webkit */
  font-size: 30px;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  text-align: left;
}
.location__near-from {
  background: #D9D9D9;
  position: relative;
}
.location__near-title {
  margin-bottom: 0px;
  padding: 55px 0px;
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
  color: #144E2D;
  width: 70%;
  position: relative;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.location__near-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.location__near-item {
  position: relative;
}
.location__near-item:hover .location__near-image {
  transform: scale(1.2);
}
.location__near-image-container {
  overflow: hidden;
  background-color: #000000;
}
.location__near-image-container:hover .location__near-image {
  opacity: 1 !important;
}
.location__near-image {
  transition: 0.4s ease;
  opacity: 0.7 !important;
}
.location__near-info-label {
  position: absolute;
  top: 13px;
  left: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 8px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}
.location--two .location__detail {
  order: 1;
}
.location--two .location__map {
  order: 2;
}
.location--two .location__near-from {
  order: 3;
}
.location--two .location__minute-from {
  order: 4;
}
.location--two .location__minute-value {
  color: #C19E74;
}
@media only screen and (max-width: 1599.98px) {
  .location__minute-list {
    width: 90%;
  }
  .location__minute-item {
    margin-bottom: 10px;
  }
  .location__minute-object {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 40.5px;
    /* Fallback for non-webkit */
    font-size: 27px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .location__near-title {
    padding: 72px 0px;
  }
  .location__minute-from {
    padding: 46px 64px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .location__detail-image-container {
    min-height: 450px;
  }
  .location__detail-info-container {
    width: 80%;
  }
  .location__detail-title {
    font-size: 37px;
  }
  .location__minute-from {
    padding: 37px 50px;
  }
  .location__minute-value {
    font-size: 26px;
  }
  .location__minute-object {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 36px;
    /* Fallback for non-webkit */
    font-size: 24px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .location__minute-list {
    width: 100%;
  }
  .location__near-title {
    padding: 64px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .location__minute-label {
    max-width: 72px;
  }
  .location__minute-value {
    margin-right: 12px;
  }
  .location__minute-item {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .location, .location--two {
    padding-bottom: 180px;
  }
  .location iframe, .location--two iframe {
    min-height: 450px;
  }
  .location__grid {
    grid-template-columns: 1fr;
  }
  .location__minute-label {
    flex: 0 0 64px;
  }
  .location__minute-value {
    margin-right: 14px;
    font-size: 22px;
    min-width: 42px;
  }
  .location__minute-from {
    padding: 50px 72px 50px;
  }
  .location__near-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .location__minute-object {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 33px;
    /* Fallback for non-webkit */
    font-size: 22px;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .location__near-title {
    width: 100%;
    padding: 42px 72px;
  }
  .location--two .location__map {
    order: 1;
  }
  .location--two .location__detail {
    order: 2;
  }
  .location--two .location__minute-from {
    order: 3;
  }
  .location--two .location__near-from {
    order: 4;
  }
}
@media only screen and (max-width: 767.98px) {
  .location, .location--two {
    padding-bottom: 120px;
  }
  .location iframe, .location--two iframe {
    min-height: 353px;
  }
  .location__detail-location, .location__detail-phone, .location__detail-email {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .location__detail-info-container {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(0px, 0px);
    padding: 42px 36px;
    width: 100%;
  }
  .location__detail-image-container {
    min-height: 426px;
  }
  .location__detail-title {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 32px;
  }
  .location__detail-btn {
    margin-top: 42px;
  }
  .location__minute-from {
    padding: 48px 36px;
    text-align: left;
  }
  .location__minute-item {
    justify-content: flex-start;
  }
  .location__minute-icon {
    width: 19px;
    height: 19px;
    margin-right: 12px;
  }
  .location__minute-value {
    min-width: 28px;
    margin-right: 18px;
    font-size: 24px;
    line-height: 29px;
  }
  .location__minute-label {
    margin-right: 15px;
    font-size: 9px;
    line-height: 11px;
    max-width: 45px;
  }
  .location__minute-object {
    line-height: 29px;
  }
  .location__near-title {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 32px 36px;
    font-size: 16px;
    line-height: 20px;
    transform: unset;
  }
  .location__near-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .location__near-info-label {
    top: 16.86px;
    left: 16.43px;
  }
  .location__detail-location, .location__detail-phone, .location__detail-email {
    font-size: 14px;
    line-height: 16px;
  }
}

.card-article {
  display: inline-block;
  position: relative;
}
.card-article__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-article__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-article__image-container:before {
  content: "";
  display: block;
  padding-top: 59.0631364562%;
}
.card-article:hover .card-article__image {
  transform: scale(1.2);
}
.card-article__categories-wrapper {
  position: absolute;
  top: 0px;
  right: 24px;
  z-index: 2;
}
.card-article__category, .card-article__category--blue, .card-article__category--green, .card-article__category--red, .card-article__category--yellow {
  display: inline-block;
  background-color: #0C833E;
  color: #fff;
  padding: 11px 14px;
  border-radius: 0px 0px 20px 20px;
  transition: 0.4s ease;
}
.card-article__category:hover, .card-article__category--blue:hover, .card-article__category--green:hover, .card-article__category--red:hover, .card-article__category--yellow:hover {
  color: #fff;
  opacity: 0.8;
}
.card-article__category-more {
  display: inline-block;
  padding: 11px 14px;
  border-radius: 0px 0px 20px 20px;
  background-color: #a4a4a4;
  color: #fff;
  transition: 0.4s ease;
}
.card-article__category-more:hover {
  color: #fff;
}
.card-article__info-container {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.card-article__image-container {
  overflow: hidden;
}
.card-article__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #144E2D;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.card-article__image {
  transition: 0.4s ease;
}
.card-article__title {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 72px;
  /* Fallback for non-webkit */
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 20px;
  left: 26px;
  width: calc(100% - 52px);
  font-weight: 500;
  color: #fff;
  z-index: 2;
}
.card-article__category--yellow {
  background-color: #FFBA0A;
}
.card-article__category--red {
  background-color: #FA2B2B;
}
.card-article__category--green {
  background-color: #06AB4B;
}
.card-article__category--blue {
  background-color: #2663FF;
}

.latest-articles {
  position: relative;
  padding-top: 114px;
  padding-bottom: 142px;
}
.latest-articles__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.latest-articles__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #231F20;
}
.latest-articles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 21px;
  margin-top: 44px;
}
@media only screen and (max-width: 767.98px) {
  .latest-articles {
    display: none;
  }
}

.card-testimonial {
  position: relative;
  text-align: center;
  border-radius: 20px;
  height: 100%;
  padding-bottom: 62px;
}
.card-testimonial__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 133px;
}
.card-testimonial__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-testimonial__image-container:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-testimonial::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 18px;
  z-index: -1;
}
.card-testimonial__image-container {
  border-radius: 100%;
  overflow: hidden;
}
.card-testimonial__info-container {
  padding: 24px 28px 31px 28px;
}
.card-testimonial__info-container p {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  /* or 175% */
  text-align: center;
  color: #383838;
}
.card-testimonial__info-container p:last-child {
  margin-bottom: 0px;
}
.card-testimonial__action-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 24px 28px;
  background: #F4F3F3;
  border-radius: 0px 0px 20px 20px;
}
.card-testimonial__name {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #0C833E;
}
@media only screen and (max-width: 575.98px) {
  .card-testimonial__image-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 108px;
  }
  .card-testimonial__image-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card-testimonial__image-container:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .card-testimonial__info-container {
    padding: 10px 20px 23px 20px;
  }
  .card-testimonial__info-container p {
    font-size: 12px;
    line-height: 15px;
  }
  .card-testimonial__action-container {
    padding: 14px 20px;
  }
  .card-testimonial__name {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
  }
}

.testimonial {
  position: relative;
}
.testimonial__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.testimonial__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__image-container:before {
  content: "";
  display: block;
  padding-top: 49.0079365079%;
}
.testimonial .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial .swiper-pagination {
  text-align: right;
  bottom: auto !important;
  top: 0px;
}
.testimonial .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid #fff;
  transition: 0.4s ease;
  outline: none;
}
.testimonial .swiper-pagination-bullet:focus {
  outline: none;
}
.testimonial .swiper-pagination-bullet-active {
  opacity: 1;
  width: 23px;
  height: 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}
.testimonial .swiper {
  padding-top: 61px;
}
.testimonial .swiper-slide {
  height: auto;
}
.testimonial__image-container {
  max-height: 741px;
  min-height: 741px;
}
.testimonial__image {
  opacity: 0.1 !important;
}
.testimonial__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.testimonial__title {
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.testimonial__pagination-container {
  min-width: 200px;
}
.testimonial__pagination {
  text-align: right;
}
.testimonial__wrapper {
  margin-top: 54px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial__wrapper {
    margin-top: 47px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial .container {
    padding: 0px 36px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .testimonial .container {
    padding: 0px;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 80px;
  }
  .testimonial .swiper-wrapper {
    position: relative;
    left: 36px;
  }
  .testimonial .swiper-pagination {
    left: auto !important;
    right: 36px;
  }
  .testimonial__image-container {
    min-height: 700px;
  }
  .testimonial__title {
    left: 36px;
  }
}

.card-product {
  position: relative;
  width: 100%;
  min-height: 839px;
  background: #fff;
  border-radius: 25.5359px;
  overflow: hidden;
  text-align: center;
  z-index: 3;
  transition: 0.4s ease;
  box-shadow: 15.3215px 13.6191px 15.3215px rgba(0, 0, 0, 0.17);
  order: 2;
}
.card-product__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.card-product__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-product__image-container:before {
  content: "";
  display: block;
  padding-top: 85.1089672404%;
}
.card-product__logo-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 246px;
}
.card-product__logo-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-product__logo-container:before {
  content: "";
  display: block;
  padding-top: 38.2113821138%;
}
.card-product::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 5px solid #06AB4B;
  border-radius: 25.5359px;
  opacity: 0;
  transition: 0.4s ease;
}
.card-product:hover::before {
  opacity: 1;
}
.card-product:hover .card-product__logo {
  filter: unset;
}
.card-product:hover .card-product__image {
  filter: unset;
  transform: scale(1.1);
}
.card-product:hover .card-product__sort-description {
  color: #000000;
}
.card-product.active {
  border-radius: 25px;
}
.card-product.active .card-product__logo {
  filter: unset;
}
.card-product.active .card-product__image {
  filter: unset;
  transform: scale(1.1);
}
.card-product__image-container {
  overflow: hidden;
  max-height: 400px;
  min-height: 400px;
}
.card-product__logo-container {
  margin-bottom: 42px;
}
.card-product__info-container {
  padding: 52px 68px 87px 68px;
}
.card-product__sort-description {
  font-size: 16px;
  color: #7f7f7f;
  font-weight: 400;
  transition: 0.4s ease;
}
.card-product__image {
  filter: grayscale(100%);
  transition: 0.4s ease;
}
.card-product__logo {
  filter: grayscale(100%);
  transition: 0.4s ease;
}
.card-product__readmore {
  margin-bottom: 32px;
  overflow: hidden;
  transition: 0.4s ease;
}
@media only screen and (max-width: 1399.98px) {
  .card-product {
    min-height: 735px;
  }
  .card-product__image-container {
    overflow: hidden;
    max-height: 350px;
    min-height: 350px;
  }
  .card-product__info-container {
    padding: 48px 42px;
  }
  .card-product__logo-container {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .card-product {
    min-height: 654px;
  }
  .card-product__image-container {
    max-height: 280px;
    min-height: 280px;
  }
  .card-product__info-container {
    padding: 42px 32px;
  }
  .card-product__logo-container {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .card-product {
    min-height: 586px;
  }
  .card-product__image-container {
    max-height: 240px;
    min-height: 240px;
  }
  .card-product__info-container {
    padding: 32px 24px;
  }
  .card-product__logo-container {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-product {
    min-height: 564px;
  }
  .card-product__image-container {
    max-height: 220px;
    min-height: 220px;
  }
  .card-product__logo-container {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .card-product {
    min-height: 500px;
  }
  .card-product__logo-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 245px;
  }
  .card-product__logo-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .card-product__logo-container:before {
    content: "";
    display: block;
    padding-top: 37.5510204082%;
  }
  .card-product__image-container {
    min-height: 215px;
  }
  .card-product__info-container {
    padding: 22px 32px;
  }
  .card-product__sort-description {
    font-size: 10px;
  }
  .card-product__logo-container {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .card-product__info-container {
    padding: 16px 16px;
  }
}

.product {
  position: relative;
  padding-top: 90px;
  padding-bottom: 50px;
  margin-bottom: -120px;
}
.product .nav-pills .nav-item {
  flex: 0 0 50%;
  padding: 0 32px;
}
.product .nav-pills .nav-item:last-child {
  margin-right: 0px;
}
.product .nav-pills .nav-link {
  padding: 0px;
  outline: none;
}
.product .nav-pills .nav-link.active, .product .nav-pills .show > .nav-link {
  color: #000000;
  background-color: transparent;
}
.product .nav-pills .nav-link.active .card-product, .product .nav-pills .show > .nav-link .card-product {
  z-index: 10;
}
.product .nav-pills .nav-link.active .card-product::before, .product .nav-pills .show > .nav-link .card-product::before {
  opacity: 1;
}
.product .nav-pills .nav-link.active .card-product__sort-description, .product .nav-pills .show > .nav-link .card-product__sort-description {
  color: #000000;
}
.product .nav-pills .nav-link.active .card-product__logo, .product .nav-pills .show > .nav-link .card-product__logo {
  filter: unset;
}
.product .nav-pills .nav-link.active .card-product__image, .product .nav-pills .show > .nav-link .card-product__image {
  filter: unset;
  transform: scale(1.1);
}
.product__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 69.25px;
}
.product__tab {
  display: inline-flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1399.98px) {
  .product .nav-pills .nav-item {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product .nav-pills .nav-item {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product .nav-pills .nav-item {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product {
    padding-bottom: 32px;
  }
  .product .container {
    max-width: 100%;
    padding: 0 36px;
  }
  .product .nav-pills .nav-item {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product {
    padding-top: 130px;
    margin-bottom: -246px;
  }
  .product .nav-pills .nav-item:nth-child(2) .nav-link.active .card-product, .product .nav-pills .show > .nav-link .card-product {
    left: -36px;
  }
  .product .nav-pills .nav-link.active .card-product, .product .nav-pills .show > .nav-link .card-product {
    transform: scale(1.2);
    left: 36px;
    z-index: 10;
  }
  .product .nav-pills .nav-link.active .card-product::before, .product .nav-pills .show > .nav-link .card-product::before {
    opacity: 1;
  }
  .product .nav-pills .nav-link.active .card-product:nth-child(2), .product .nav-pills .show > .nav-link .card-product:nth-child(2) {
    left: 20%;
  }
  .product .nav-pills .nav-link.active .card-product::before, .product .nav-pills .show > .nav-link .card-product::before {
    opacity: 0;
  }
  .product .nav-pills .nav-link.active .card-product__image-container, .product .nav-pills .show > .nav-link .card-product__image-container {
    max-height: 225px;
  }
  .product__grid {
    column-gap: 1px;
  }
}
@media only screen and (max-width: 420px) {
  .product {
    margin-bottom: -214px;
  }
  .product .nav-pills .nav-link.active .card-product, .product .nav-pills .show > .nav-link .card-product {
    transform: scale(1.5, 1.2);
  }
}
@media only screen and (max-width: 380px) {
  .product {
    margin-bottom: -206px;
  }
  .product .nav-pills .nav-link.active .card-product, .product .nav-pills .show > .nav-link .card-product {
    transform: scale(1.6, 1.2);
  }
}

.banner {
  position: relative;
}
.banner__logomobile-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 169px;
}
.banner__logomobile-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner__logomobile-container:before {
  content: "";
  display: block;
  padding-top: 41.4201183432%;
}
.banner .swiper-pagination {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto !important;
}
.banner .swiper-pagination-bullet {
  width: 66.8px;
  height: 8px;
  border-radius: 0px;
  background: transparent;
  opacity: 1;
  border: 1px solid #fff;
  transition: 0.4s ease;
  outline: none;
}
.banner .swiper-pagination-bullet:focus {
  outline: none;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
.banner__top {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.banner__logomobile-container {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: none;
}
.banner__image-container {
  position: relative;
  grid-column: 1/13;
  height: calc(100vh - 117px);
  width: 100%;
  min-height: 750px;
}
.banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__info-container {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  grid-column: 1/4;
  width: 100%;
  height: 100%;
  padding-top: 154px;
  z-index: 2;
}
.banner__info-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90.8deg, #000000 0.73%, #000000 59.71%, rgba(0, 0, 0, 0) 99.35%);
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.banner__content {
  padding-left: 80px;
  position: relative;
  z-index: 3;
}
.banner__title {
  margin-bottom: 42px;
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  color: #FFFFFF;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}
.banner__action-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.banner__pagination-wrapper {
  position: relative;
  min-height: 124px;
  grid-column: 1/4;
  background-color: #C19E74;
}
.banner__appdownload-wrapper {
  grid-column: 4/13;
  background-color: #D3DFD8;
  display: flex;
  align-items: center;
}
.banner__btnapp-label {
  padding-left: 151px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #343434;
}
.banner__btnapp-wrapper {
  padding: 42px 94px;
}
.banner__googleplay-link {
  display: inline-block;
  max-width: 110px;
  margin-right: 18px;
}
.banner__googleplay-link img {
  width: auto;
  height: 33px;
}
.banner__appstore-link {
  display: inline-block;
  max-width: 110px;
}
.banner__appstore-link img {
  width: auto;
  height: 33px;
}
@media only screen and (max-width: 1599.98px) {
  .banner__info-container {
    grid-column: 1/6;
  }
  .banner__pagination-wrapper {
    grid-column: 1/5;
  }
  .banner__appdownload-wrapper {
    grid-column: 5/13;
  }
}
@media only screen and (max-width: 1399.98px) {
  .banner .swiper-pagination-bullet {
    width: 42px;
  }
  .banner__content {
    padding-left: 90px;
  }
  .banner__info-container {
    grid-column: 1/6;
  }
  .banner__pagination-wrapper {
    grid-column: 1/4;
  }
  .banner__appdownload-wrapper {
    grid-column: 4/13;
  }
  .banner__btnapp-wrapper {
    padding: 50px 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .banner__content {
    padding-left: 70px;
  }
  .banner__info-container {
    grid-column: 1/7;
  }
  .banner__btnapp-label {
    padding-left: 64px;
  }
}
@media only screen and (max-width: 991.98px) {
  .banner__content {
    padding-left: 50px;
  }
  .banner__info-container {
    grid-column: 1/8;
  }
  .banner__pagination-wrapper {
    grid-column: 1/7;
  }
  .banner__appdownload-wrapper {
    grid-column: 7/13;
    flex-wrap: wrap;
  }
  .banner__btnapp-wrapper {
    padding: 16px 24px;
  }
  .banner__btnapp-label {
    padding-top: 16px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner__content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner .swiper-pagination {
    top: auto;
    transform: translateY(0px);
    bottom: 64px !important;
  }
  .banner .swiper-pagination-bullet {
    width: 26.92px;
    height: 7.51px;
    border-radius: 9px;
  }
  .banner__logomobile-container {
    display: block;
  }
  .banner__pagination-wrapper {
    min-height: auto;
  }
  .banner__image-container {
    height: 100vh;
    min-height: 320px;
  }
  .banner__info-container {
    grid-column: 1/13;
    align-items: flex-end;
  }
  .banner__info-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.44%, #000000 100%);
    mix-blend-mode: multiply;
    opacity: 1;
  }
  .banner__content {
    padding: 0 36px 120px 36px;
    width: 100%;
  }
  .banner__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
  }
  .banner__btn {
    display: block;
    width: 100%;
  }
  .banner__pagination-wrapper {
    grid-column: 1/13;
  }
  .banner__appdownload-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .navbar-custom {
    opacity: 0;
  }

  .burger {
    display: none;
  }
}
.readmore__content {
  max-width: 45rem;
  width: 100%;
  display: flex;
}

button.readmore__toggle {
  display: flex;
  margin-top: 1rem;
  border: none;
  background: linear-gradient(0deg, #176fea 0%, #0426fc 100%);
  color: #ffffff;
  padding: 0.8rem;
  cursor: pointer;
  border-radius: 2rem;
}
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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