/* COLORS */
/* TYPOGRAPHY */
body {
  font-family: "Montserrat", sans-serif !important;
}

a:focus {
  outline: none !important;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  outline: 1px solid #14193A !important;
  outline-color: #14193A !important;
  background-color: rgba(163, 194, 255, 0.2) !important;
}

.size-14 {
  font-size: 14px;
}

.size-15 {
  font-size: 15px;
}

.size-16 {
  font-size: 16px;
}

.size-18 {
  font-size: 18px;
}

.size-20 {
  font-size: 20px;
}

.size-25 {
  font-size: 25px;
  line-height: 30px;
}

.size-28 {
  font-size: 28px;
}

.size-35 {
  font-size: 35px;
}

.size-40 {
  font-size: 40px;
  line-height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .size-40 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .size-40 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 575px) {
  .size-40 {
    font-size: 22px;
    line-height: 32px;
  }
}

.size-43 {
  font-size: 43px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .size-43 {
    font-size: 35px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .size-43 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .size-43 {
    font-size: 22px;
  }
}

.size-50 {
  font-size: 50px;
  line-height: 55px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .size-50 {
    font-size: 43px;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .size-50 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .size-50 {
    font-size: 30px;
    line-height: 45px;
  }
}

.size-58 {
  font-size: 58px;
  line-height: 63px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .size-58 {
    font-size: 48px;
    line-height: 53px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .size-58 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .size-58 {
    font-size: 35px;
    line-height: 40px;
  }
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-800 {
  font-weight: 800;
}

.white {
  color: #FFF;
}

.blue {
  color: #14193A;
}

.lightblue {
  color: #2D69B4;
}

.purple {
  color: #AB264C;
}

.bg-gradient-light {
  background: linear-gradient(180deg, #FFF 0%, #F1F6FF 34.13%);
  box-shadow: 0px 4px 94px 0px rgba(171, 38, 76, 0.09);
}

.bg-purple {
  background: #AB264C;
}

/* HEADINGS */
h1, h2 {
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1.lowercase, h2.lowercase {
  text-transform: initial;
}

h4 {
  line-height: normal;
  letter-spacing: 1.4px;
}

h5 {
  line-height: normal;
  letter-spacing: 1.4px;
}

.description p {
  line-height: 21px;
  letter-spacing: 0.8px;
  font-weight: 300;
}
.description p strong {
  font-weight: 700;
}
.description ul,
.description ol {
  margin-left: 25px;
}
.description li {
  line-height: 21px;
  letter-spacing: 0.8px;
  font-weight: 300;
}
.description li strong {
  font-weight: 700;
}

.subtitle {
  font-style: italic;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 30px;
}

/* GENERAL */
.content-area {
  margin-bottom: 0px !important;
}
.content-area .site-main {
  margin-bottom: 0px !important;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  img.border-radius-9 {
    border-radius: 22px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

.border-radius-9 {
  border-radius: 9px;
}

.border-radius-22 {
  border-radius: 22px;
}

.aspect-ratio-5-4 {
  aspect-ratio: 5/4;
}

.aspect-ratio-11-10 {
  aspect-ratio: 11/10;
}

.aspect-ratio-10-11 {
  aspect-ratio: 10/11;
}

.aspect-ratio-4-5 {
  aspect-ratio: 4/5;
}

.aspect-ratio-1 {
  aspect-ratio: 1;
}

.negative-left {
  margin-left: -50px;
}
@media screen and (max-width: 991px) {
  .negative-left {
    margin-left: 0;
    margin-top: -85px;
    margin-bottom: 40px;
  }
}

.negative-bottom {
  margin-bottom: -80px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .negative-bottom {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .negative-bottom {
    margin-left: 0;
    margin-top: -85px;
    margin-bottom: 40px;
  }
}

.negative-bottom-right {
  margin-bottom: -80px;
}
@media screen and (max-width: 767px) {
  .negative-bottom-right {
    margin-bottom: -40px;
  }
}

.cta {
  display: inline-flex;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #2D69B4;
  color: #FFF;
  border-radius: 9px;
}
.cta:hover {
  box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.3);
}
.cta:focus {
  box-shadow: none;
  background: #14193A;
  outline: none;
}
.cta.secondary {
  background: #FFF;
  color: #2D69B4;
}
.cta.secondary:focus {
  background: #AB264C;
  color: #FFF;
}
.cta.tertiary {
  background: #FFF;
  color: #14193A;
  box-shadow: 0px 0px 71.9px 0px rgba(0, 0, 0, 0.09);
}
.cta.tertiary:hover {
  background: #14193A;
  color: #FFF;
}
.cta.tertiary.active {
  background: #14193A;
  color: #FFF;
}

#hero {
  position: relative;
  overflow: hidden;
  padding: 0 0 50px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1450px) {
  #hero {
    aspect-ratio: 1440/500;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1449px) {
  #hero {
    aspect-ratio: 1440/600;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #hero {
    aspect-ratio: 990/530;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #hero {
    aspect-ratio: 770/500;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #hero {
    aspect-ratio: 390/390;
  }
}
@media screen and (max-width: 575px) {
  #hero {
    aspect-ratio: 390/560;
  }
}
#hero .container {
  position: relative;
  z-index: 1;
}
#hero .bg-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
#hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(20, 25, 58, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

#form {
  padding: 90px 0 0;
}
#form h2 {
  max-width: 485px;
}
#form .image-form {
  aspect-ratio: 560/700;
  z-index: 1;
  position: relative;
}
#form .padding-left-40 {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  #form .padding-left-40 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
#form .padding-right-40 {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  #form .padding-right-40 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

.banner {
  border-radius: 22px;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .banner {
    box-shadow: 0px 40px 74px 0px rgba(0, 0, 0, 0.28);
  }
}
.banner.banner-purple {
  background: #AB264C;
}
.banner.banner-blue {
  background: #2D69B4;
}
.banner.banner-white {
  background: #FFF;
}
@media screen and (max-width: 991px) {
  .banner .image-banner {
    aspect-ratio: 1;
  }
}

.contact-form .container {
  padding: 0;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form select {
  border-radius: 12px;
  background: rgba(163, 194, 255, 0.2);
  box-shadow: none;
  width: 100%;
  padding: 10px 33px;
  margin-bottom: 16px;
  border: none;
  color: #14193A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form select::-moz-placeholder {
  color: #14193A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form select::placeholder {
  color: #14193A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
}
.contact-form textarea {
  border-radius: 12px;
  background: rgba(163, 194, 255, 0.2);
  box-shadow: none;
  width: 100%;
  padding: 16px 33px;
  margin-bottom: 16px;
  max-height: 110px;
  color: #14193A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
}
.contact-form textarea::-moz-placeholder {
  color: #14193A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
}
.contact-form textarea::placeholder {
  color: #14193A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
}
.contact-form .acceptance {
  padding-top: 15px;
  width: 70%;
}
@media screen and (max-width: 575px) {
  .contact-form .acceptance {
    width: 100%;
  }
}
.contact-form .acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.contact-form .acceptance .wpcf7-list-item-label {
  color: #14193A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
}
.contact-form .acceptance .wpcf7-list-item-label a {
  color: #2D69B4;
}
.contact-form input[type=submit] {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #2D69B4;
  border-radius: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 28px;
}
@media screen and (max-width: 575px) {
  .contact-form input[type=submit] {
    position: relative;
    top: 30px;
    transform: none;
  }
}
.contact-form .wpcf7-spinner {
  position: absolute;
  right: 24px;
}

.swiperGallery {
  width: 100vw;
  margin-left: calc((1295px - 100vw) / 2);
  margin-right: calc((1295px - 100vw) / 2);
  padding: 0 calc((100vw - 1295px) / 2);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiperGallery {
    margin-left: calc((1115px - 100vw) / 2);
    margin-right: calc((1115px - 100vw) / 2);
    padding: 0 calc((100vw - 1115px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiperGallery {
    margin-left: calc((935px - 100vw) / 2);
    margin-right: calc((935px - 100vw) / 2);
    padding: 0 calc((100vw - 935px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiperGallery {
    margin-left: calc((695px - 100vw) / 2);
    margin-right: calc((695px - 100vw) / 2);
    padding: 0 calc((100vw - 695px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiperGallery {
    margin-left: calc((515px - 100vw) / 2);
    margin-right: calc((515px - 100vw) / 2);
    padding: 0 calc((100vw - 515px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .swiperGallery {
    padding: 0 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.swiper.upsells-container {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .swiper.upsells-container {
    padding: 0;
  }
}
.swiper.upsells-container .swiper-button-prev {
  left: 0;
}
.swiper.upsells-container .swiper-button-next {
  right: 0;
}
.swiper .swiper-pagination {
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  .swiper .swiper-pagination {
    bottom: 30px;
  }
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  background: rgba(255, 255, 255, 0.7);
  height: 1px;
  opacity: 1;
  border-radius: 0;
  margin: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 110px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  transform: translateY(2px);
}
.swiper .swiper-pagination.gray .swiper-pagination-bullet {
  background: #CACACA;
  opacity: 0.7;
}
.swiper .swiper-pagination.gray .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ABABAB;
}
.swiper .swiper-button-prev {
  color: #FFF;
  left: 15px;
  width: 11px;
  height: 20px;
}
.swiper .swiper-button-prev::after {
  font-size: 20px;
}
.swiper .swiper-button-next {
  color: #FFF;
  right: 15px;
  width: 11px;
  height: 20px;
}
.swiper .swiper-button-next::after {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .swiperBlog {
    margin: 0 -35px;
    padding: 0 35px 50px;
  }
}
.swiperBlog .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  min-height: 570px;
}
@media screen and (max-width: 991px) {
  .swiperBlog .swiper-wrapper {
    display: flex;
    gap: 0;
    min-height: auto;
  }
}
.swiperBlog .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .swiperBlog .swiper-wrapper .swiper-slide {
    aspect-ratio: 5/4;
    border-radius: 9px;
  }
}
.swiperBlog .swiper-wrapper .swiper-slide.swiper-1 {
  grid-area: 1/1/5/4;
}
.swiperBlog .swiper-wrapper .swiper-slide.swiper-1 .single-article {
  padding: 57px;
}
@media screen and (max-width: 991px) {
  .swiperBlog .swiper-wrapper .swiper-slide.swiper-1 .single-article {
    padding: 35px 25px;
  }
}
.swiperBlog .swiper-wrapper .swiper-slide.swiper-2 {
  grid-area: 1/4/3/6;
  background: #AB264C;
}
.swiperBlog .swiper-wrapper .swiper-slide.swiper-2 .single-article {
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .swiperBlog .swiper-wrapper .swiper-slide.swiper-2 .single-article {
    padding: 35px 25px;
  }
}
.swiperBlog .swiper-wrapper .swiper-slide.swiper-3 {
  grid-area: 3/4/5/6;
}
.swiperBlog .swiper-wrapper .swiper-slide.swiper-3 .single-article {
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .swiperBlog .swiper-wrapper .swiper-slide.swiper-3 .single-article {
    padding: 35px 25px;
  }
}
.swiperBlog .swiper-wrapper .swiper-slide .single-article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
}
.swiperBlog .swiper-wrapper .swiper-slide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: linear-gradient(238deg, rgba(0, 0, 0, 0) -11.38%, rgba(0, 0, 0, 0.4) 44.93%);
}
.swiperBlog .swiper-wrapper .swiper-slide .image-article {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
.swiperBlog .swiper-wrapper .swiper-slide .category {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .swiperBlog .swiper-wrapper .swiper-slide .category {
    font-size: 12px;
  }
}
.swiperBlog .swiper-wrapper .swiper-slide h3 {
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .swiperBlog .swiper-wrapper .swiper-slide h3 {
    font-size: 18px;
  }
}
.swiperBlog .swiper-wrapper .swiper-slide .cta-link {
  position: relative;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .swiperBlog .swiper-wrapper .swiper-slide .cta-link {
    font-size: 12px;
  }
}
.swiperBlog .swiper-wrapper .swiper-slide .cta-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFF;
  bottom: -4px;
  left: 0;
}

.wrapper-services {
  filter: drop-shadow(0px 60px 94px #DBCDDD);
  padding-top: 45px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wrapper-services::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-services {
    margin-left: calc((695px - 100vw) / 2);
    margin-right: calc((695px - 100vw) / 2);
    padding: 25px calc((100vw - 695px) / 2) 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wrapper-services {
    margin-left: calc((492px - 100vw) / 2);
    margin-right: calc((492px - 100vw) / 2);
    padding: 25px calc((100vw - 492px) / 2) 0;
  }
}
@media screen and (max-width: 575px) {
  .wrapper-services {
    padding: 25px 24px 0;
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-services {
    width: 100vw;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.wrapper-services .single-service {
  overflow: hidden;
}
.wrapper-services .single-service.active .wrapper-image img {
  transform: scale(1.1);
}
.wrapper-services .single-service.active .content .description {
  -webkit-line-clamp: none;
}
.wrapper-services .single-service.active .content .description p {
  color: #FFF;
}
.wrapper-services .single-service.active .content h4 {
  color: #FFF;
}
.wrapper-services .single-service .wrapper-image {
  aspect-ratio: 360/210;
  overflow: hidden;
}
.wrapper-services .single-service .wrapper-image img {
  height: 100%;
  transition: all 0.6s;
}
.wrapper-services .single-service .content {
  background: #FFF;
  padding: 37px 18px 60px;
}
.wrapper-services .single-service .content h4 {
  text-transform: uppercase;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wrapper-services .single-service .content h4 {
    font-size: 18px;
  }
}
.wrapper-services .single-service .content .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.6s;
}
.wrapper-services .single-service .content .description p {
  margin-bottom: 0;
}

.wrapper-card-purple .single-product-card {
  background: #AB264C;
  padding: 20px 18px;
}
.wrapper-card-purple .single-product-card .image-wrapper img {
  aspect-ratio: 280/240;
}
.wrapper-card-purple .single-product-card .category {
  font-size: 14px;
  color: #FFF;
}
.wrapper-card-purple .single-product-card .title-price .name {
  line-height: 30px;
  color: #FFF;
}
.wrapper-card-purple .single-product-card .title-price .price {
  color: #FFF;
}
.wrapper-card-purple .single-product-card .title-price .price ins {
  font-weight: 700;
}
.wrapper-card-purple .single-product-card .weight {
  color: #FFF;
}
.wrapper-card-purple .single-product-card .product-footer .add-to-cart,
.wrapper-card-purple .single-product-card .product-footer .go-to-product {
  background: #FFF;
}
@media screen and (max-width: 575px) {
  .wrapper-card-purple .single-product-card .product-footer .add-to-cart,
  .wrapper-card-purple .single-product-card .product-footer .go-to-product {
    padding: 6px 11px;
  }
}
.wrapper-card-purple .single-product-card .product-footer .add-to-cart img,
.wrapper-card-purple .single-product-card .product-footer .go-to-product img {
  width: 29px;
  height: 30px;
}
.wrapper-card-purple .single-product-card .product-footer .add-to-cart svg path,
.wrapper-card-purple .single-product-card .product-footer .go-to-product svg path {
  filter: brightness(0%) saturate(100%) invert(20%) sepia(53%) saturate(3433%) hue-rotate(324deg) brightness(85%) contrast(89%);
}
.wrapper-card-purple .single-product-card .product-footer .open-modal-details {
  color: #FFF;
}

.single-product-card {
  position: relative;
  width: calc(25% - 12px);
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 15px 13px;
  gap: 21px;
  background: #FFF;
  box-shadow: 0px 20px 26px rgba(62, 62, 62, 0.15);
}
@media screen and (min-width: 991px) and (max-width: 1399px) {
  .single-product-card {
    width: calc(33.33% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .single-product-card {
    width: calc(50% - 8px);
  }
}
.single-product-card.card-upsell {
  gap: 9px;
}
.single-product-card.card-upsell .price {
  font-weight: 700 !important;
}
.single-product-card .add-to-favorites {
  position: absolute;
  top: 25px;
  right: 22px;
  z-index: 1;
  background: transparent;
  padding: 0;
}
.single-product-card .add-to-favorites img {
  width: 30px;
}
.single-product-card .image-wrapper {
  overflow: hidden;
  position: relative;
}
.single-product-card .category {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.525px;
  color: #14193A;
}
.single-product-card .title-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}
.single-product-card .title-price .name {
  line-height: 20px;
  color: #14193A;
}
@media screen and (max-width: 575px) {
  .single-product-card .title-price .name {
    font-size: 14px;
    line-height: 18px;
  }
}
.single-product-card .title-price .price {
  color: #14193A;
}
@media screen and (max-width: 575px) {
  .single-product-card .title-price .price {
    font-size: 14px;
  }
}
.single-product-card .weight {
  font-size: 12px;
  margin-top: 5px;
  color: #14193A;
}
.single-product-card .product-footer {
  border-top: 1px solid #14193A;
  padding-top: 10px;
  margin-top: auto;
}
.single-product-card .product-footer form {
  margin-bottom: 0;
}
.single-product-card .product-footer .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single-product-card .product-footer .buttons.space {
  justify-content: space-between;
}
.single-product-card .product-footer .open-modal-details {
  letter-spacing: 1.4px;
  cursor: pointer;
}
.single-product-card .product-footer .add-to-cart,
.single-product-card .product-footer .go-to-product {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #14193A;
  padding: 6px 11px;
  border-radius: 9px;
  width: 44px;
  height: 36px;
}
@media screen and (max-width: 575px) {
  .single-product-card .product-footer .add-to-cart,
  .single-product-card .product-footer .go-to-product {
    padding: 3px 8px;
  }
}
.single-product-card .product-footer .add-to-cart.action-remove img.cart,
.single-product-card .product-footer .go-to-product.action-remove img.cart {
  opacity: 0;
}
.single-product-card .product-footer .add-to-cart.action-remove img.remove,
.single-product-card .product-footer .go-to-product.action-remove img.remove {
  opacity: 1;
}
.single-product-card .product-footer .add-to-cart span,
.single-product-card .product-footer .go-to-product span {
  text-transform: uppercase;
}
.single-product-card .product-footer .add-to-cart img,
.single-product-card .product-footer .go-to-product img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.single-product-card .product-footer .add-to-cart img.cart,
.single-product-card .product-footer .go-to-product img.cart {
  opacity: 1;
}
.single-product-card .product-footer .add-to-cart img.remove,
.single-product-card .product-footer .go-to-product img.remove {
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .single-product-card .product-footer .add-to-cart svg,
  .single-product-card .product-footer .go-to-product svg {
    width: 20px;
  }
}
.single-product-card .product-footer .cart-upsell {
  justify-content: flex-end;
}

#blog .pagination,
#products .pagination,
#favorites .pagination {
  padding-top: 70px;
  border: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#blog .pagination ul.page-numbers .page-numbers,
#products .pagination ul.page-numbers .page-numbers,
#favorites .pagination ul.page-numbers .page-numbers {
  color: #B5B9D9;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  padding: 0 4px;
}
#blog .pagination ul.page-numbers .page-numbers.current,
#products .pagination ul.page-numbers .page-numbers.current,
#favorites .pagination ul.page-numbers .page-numbers.current {
  color: #14193A;
}
#blog .pagination ul.page-numbers .prev,
#blog .pagination ul.page-numbers .next,
#products .pagination ul.page-numbers .prev,
#products .pagination ul.page-numbers .next,
#favorites .pagination ul.page-numbers .prev,
#favorites .pagination ul.page-numbers .next {
  padding: 0 6px;
}

/* HEADER */
#header {
  padding: 35px 0;
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: all 0.6s;
}
#header.header-blue .icons img {
  filter: brightness(0%) saturate(100%) invert(9%) sepia(22%) saturate(3330%) hue-rotate(209deg) brightness(99%) contrast(99%);
}
#header.header-blue .menu .menu-item a {
  color: #14193A;
}
#header.header-blue .menu .menu-item.cta-menu a {
  background: #14193A;
  color: #FFF;
}
#header.header-blue .menu .menu-item.menu-item-has-children::after {
  filter: brightness(0%) saturate(100%) invert(9%) sepia(22%) saturate(3330%) hue-rotate(209deg) brightness(99%) contrast(99%);
}
#header.sticky {
  padding: 15px 0;
  background: #FFF;
}
#header.sticky .icons img {
  filter: brightness(0%) saturate(100%) invert(9%) sepia(22%) saturate(3330%) hue-rotate(209deg) brightness(99%) contrast(99%);
}
#header.sticky .menu .menu-item a {
  color: #14193A;
}
#header.sticky .menu .menu-item.cta-menu a {
  background: #14193A;
  color: #FFF;
}
#header.sticky .menu .menu-item.menu-item-has-children::after {
  filter: brightness(0%) saturate(100%) invert(9%) sepia(22%) saturate(3330%) hue-rotate(209deg) brightness(99%) contrast(99%);
}
#header.sticky .logo img {
  width: 60px;
}
#header .menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .menu.icons {
  display: flex;
  gap: 13px;
  margin-left: 20px;
}
#header .menu.icons .icon {
  width: 28px;
  min-width: 28px;
}
#header .menu .menu-item {
  position: relative;
}
#header .menu .menu-item.menu-item-has-children {
  padding-right: 28px;
}
#header .menu .menu-item.menu-item-has-children:hover {
  background: #FFF;
  border-radius: 8px;
}
#header .menu .menu-item.menu-item-has-children:hover a {
  color: #14193A;
}
#header .menu .menu-item.menu-item-has-children:hover::after {
  filter: brightness(0%) saturate(100%) invert(9%) sepia(22%) saturate(3330%) hue-rotate(209deg) brightness(99%) contrast(99%);
  transform: rotate(270deg);
}
#header .menu .menu-item.menu-item-has-children::after {
  right: 20px;
  top: 8px;
}
#header .menu .menu-item:hover a {
  font-weight: 600;
}
#header .menu .menu-item:hover .sub-menu a {
  font-weight: 300;
}
#header .menu .menu-item:hover .sub-menu a:hover {
  font-weight: 600;
}
#header .menu .menu-item.open .sub-menu {
  transform: scale(1);
  opacity: 1;
}
#header .menu .menu-item.cta-menu {
  font-size: 14px;
}
#header .menu .menu-item.cta-menu a {
  padding: 9px 18px;
  background: #FFF;
  border-radius: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #14193A;
  margin: 0 25px 0 10px;
}
#header .menu .menu-item.cta-menu a:hover {
  box-shadow: 0px 0px 21.7px 0px rgba(20, 25, 58, 0.4);
}
#header .menu .menu-item a {
  padding: 6px 12px;
  font-size: 18px;
  color: #FFF;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .menu .menu-item a {
    font-size: 16px;
  }
}
#header .menu .sub-menu {
  position: absolute;
  top: 30px;
  left: 0%;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  margin: 0;
  transform: scale(0);
  opacity: 0;
  list-style: none;
  padding: 12px 5px;
  border-radius: 8px;
  background: #FFF;
  transition: all 0.7s;
  box-shadow: 0px 0px 21.7px 0px rgba(20, 25, 58, 0.1);
}
#header .menu .sub-menu a {
  font-size: 15px;
}
#header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  #header .logo {
    justify-content: flex-start;
  }
}
#header .logo img {
  width: 105px;
}
@media screen and (max-width: 1199px) {
  #header .logo img {
    width: 85px;
  }
}
#header .open-menu {
  margin-left: 13px;
  cursor: pointer;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("../img/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

#menu-mobile {
  padding: 35px 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  opacity: 0;
  transform: translateX(100%);
  background: #2D69B4;
  z-index: 5;
  overflow-y: scroll;
}
#menu-mobile.open {
  opacity: 1;
  transform: translateX(0);
}
#menu-mobile .logo img {
  width: 85px;
}
#menu-mobile .close-menu {
  margin-left: 13px;
  cursor: pointer;
}
#menu-mobile .wrapper-menu-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
}
#menu-mobile .wrapper-menu-mobile .icons {
  display: flex;
  gap: 13px;
  margin-left: 20px;
}
#menu-mobile .wrapper-menu-mobile .icons .icon {
  width: 28px;
  min-width: 28px;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .menu-item-has-children {
  cursor: pointer;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .menu-item-has-children::after {
  top: 15px;
  right: 7px;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .menu-item-has-children.open {
  background: #FFF;
  border-radius: 8px;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .menu-item-has-children.open a {
  color: #14193A;
  font-weight: 600;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .menu-item-has-children.open::after {
  filter: brightness(0%) saturate(100%) invert(9%) sepia(22%) saturate(3330%) hue-rotate(209deg) brightness(99%) contrast(99%);
  transform: rotate(270deg);
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .menu-item-has-children.open .sub-menu {
  display: block;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .menu-item-has-children.open .sub-menu a {
  font-weight: 400;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .menu-item-has-children.open .sub-menu a:hover {
  font-weight: 600;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .cta-menu {
  margin-top: 20px;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .cta-menu a {
  padding: 9px 18px;
  background: #FFF;
  border-radius: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #14193A;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .cta-menu a:hover {
  box-shadow: 0px 0px 21.7px 0px rgba(20, 25, 58, 0.4);
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu a {
  color: #FFF;
  font-size: 25px;
  padding: 0 28px;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu a:hover {
  font-weight: 600;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .sub-menu {
  display: none;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  transition: all 0.7s;
  background: #FFF;
  padding: 8px 23px;
  border-radius: 9px;
  margin: 0;
  list-style: none;
}
#menu-mobile .wrapper-menu-mobile .wrapper-menu .menu .sub-menu a {
  font-size: 15px;
  padding: 0;
}
#menu-mobile .wrapper-footer {
  padding-top: 30px;
  border-top: 1px solid #FFF;
}
#menu-mobile .wrapper-footer .policies {
  display: flex;
  gap: 30px;
}

#icon-cart,
#cart-mobile,
.favorites {
  position: relative;
}

.cart-full::after {
  content: attr(data-count);
  position: absolute;
  top: -4px;
  right: -6px;
  background: #A3C2FF;
  width: 18px;
  height: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
}

.favorites-full:after {
  content: attr(data-count);
  position: absolute;
  top: -4px;
  right: -6px;
  background: #A3C2FF;
  width: 18px;
  height: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
}

/* FOOTER */
#footer {
  background: #2D69B4;
  padding: 128px 0 28px;
  float: left;
  width: 100%;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 80px 0 30px;
  }
}
#footer h6 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.8px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  #footer h6.size-28 {
    font-size: 20px;
    max-width: 170px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer h6 {
    font-size: 14px;
  }
}
#footer .logo img {
  width: 90px;
  margin-bottom: 52px;
}
#footer .info {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.8px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  #footer .info {
    font-size: 14px;
  }
}
#footer .info a {
  color: #FFF;
  text-decoration: underline;
}
#footer #menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
#footer #menu a {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  #footer #menu a {
    font-size: 14px;
  }
}
#footer .wrapper-social {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}
#footer .wrapper-social a img {
  width: 23px;
}
#footer .form-newsletter {
  max-width: 384px;
  position: relative;
  margin-bottom: 45px;
}
#footer .form-newsletter input[type=email] {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 10px 22px;
  width: 100%;
}
#footer .form-newsletter input[type=email]::-moz-placeholder {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
}
#footer .form-newsletter input[type=email]::placeholder {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
}
#footer .form-newsletter input[type=submit] {
  position: absolute;
  right: 0;
  background: transparent;
  border-radius: 12px;
  border: 1px solid #FFF;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-left: -45px;
  padding: 12px 31px;
}
#footer .form-newsletter .wrapper-checkbox {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  #footer .column {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #footer .wrapper-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#footer .lower-footer {
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  #footer .lower-footer {
    padding-top: 32px;
    margin-top: 38px;
    border-top: 1px solid #FFF;
  }
}
@media screen and (max-width: 991px) {
  #footer .lower-footer .mobile-column {
    flex-direction: column;
  }
}
#footer .lower-footer .policy a {
  color: #FFF;
  text-decoration: underline;
}
#footer .favicon-color {
  position: absolute;
  width: 80vw;
  max-width: 1500px;
  right: -10%;
  top: 0;
  z-index: -1;
}

/* PRODUCTS */
.modal-dialog {
  max-width: 850px;
}
@media screen and (min-width: 576px) {
  .modal-dialog {
    width: calc(100% - 50px);
  }
}
.modal-dialog .modal-content {
  border: none;
}
.modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal-dialog .modal-content .modal-header .title {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.modal-dialog .modal-content .modal-header .success {
  width: 24px;
}
.modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0;
  opacity: 1;
}

.upsells-modal .modal-dialog .modal-content {
  padding: 25px 30px;
}
.upsells-modal .modal-dialog .modal-content .modal-header {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 24px 0 28px;
}
.upsells-modal .modal-dialog .modal-content .modal-body {
  background: #AB264C;
  padding: 20px 27px;
}
@media screen and (max-width: 767px) {
  .upsells-modal .modal-dialog .modal-content .modal-body {
    padding: 20px 0;
  }
}
.upsells-modal .modal-dialog .modal-content .modal-body .swiper-upsells {
  padding: 0 0 35px;
}
.upsells-modal .modal-dialog .modal-content .modal-body .swiper-upsells .img-wrapper img {
  aspect-ratio: 5/4;
}
.upsells-modal .modal-dialog .modal-content .modal-body .swiper-upsells .swiper-pagination {
  bottom: 10px;
}
.upsells-modal .modal-dialog .modal-content .modal-footer {
  padding: 24px 0 0;
  justify-content: center;
  border: none;
}

.archive #main {
  background: linear-gradient(180deg, #F1F6FF 0%, #FFF 98.37%);
}

.archive #products {
  padding: 275px 0 60px;
  position: relative;
  background-image: url("../img/favicon-opacity.png");
  background-repeat: no-repeat;
  background-size: 65vw;
  background-position: -50% 155%;
}
@media screen and (max-width: 767px) {
  .archive #products {
    padding: 225px 0 60px;
  }
}
.archive #products h1 {
  margin-bottom: 45px;
}
.archive #products .wrapper-categories {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #14193A;
  padding-bottom: 12px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .archive #products .wrapper-categories {
    gap: 16px;
  }
}
@media screen and (max-width: 400px) {
  .archive #products .wrapper-categories {
    flex-wrap: wrap;
  }
}
.archive #products .wrapper-categories .single-category a {
  color: #AB264C;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding: 0 10px;
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .archive #products .wrapper-categories .single-category a {
    padding: 0;
    font-size: 13px;
  }
}
.archive #products .wrapper-categories .single-category a.active::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px;
  background: #AB264C;
}
.archive #products .wrapper-categories .single-category a.pink {
  color: #C569C1;
}
.archive #products .wrapper-categories .single-category a.pink::after {
  background: #C569C1;
}
.archive #products .wrapper-products {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 50px;
}

/* SINGLE PRODUCT */
.single-product #primary,
.single-product #main {
  margin: 0;
}

#single-product {
  position: relative;
  overflow: hidden;
}
#single-product #backProducts {
  position: absolute;
  top: 230px;
  color: #000;
  letter-spacing: 0.9px;
}
#single-product #intro {
  padding: 300px 0 110px;
  background: linear-gradient(180deg, #F1F6FF 0%, #FFF 300.37%);
}
#single-product #intro .wrapper-images {
  position: relative;
}
#single-product #intro .wrapper-images .add-to-favorites {
  position: absolute;
  top: 25px;
  right: 22px;
  z-index: 2;
  background: transparent;
  padding: 0;
}
#single-product #intro .wrapper-images .add-to-favorites img {
  width: 30px;
}
#single-product #intro .wrapper-images .swiperSingleProductThumbs {
  position: absolute;
  width: 100%;
  bottom: 25px;
}
#single-product #intro .wrapper-images .swiperSingleProductThumbs .swiper-wrapper {
  justify-content: center;
}
#single-product #intro .wrapper-images .swiperSingleProductThumbs .swiper-wrapper .swiper-slide {
  max-width: 70px;
}
#single-product #intro .wrapper-images .swiperSingleProductThumbs .swiper-wrapper .swiper-slide img {
  width: 70px;
  border: 1px solid #FFF;
}
#single-product #intro .info-products {
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  #single-product #intro .info-products {
    padding-top: 50px;
    padding-left: 0;
  }
}
#single-product #intro .category {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
#single-product #intro .wrapper-sign {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #000;
}
#single-product #intro .wrapper-sign img {
  width: 108px;
}
#single-product #intro .wrapper-sign .name-jam {
  font-family: "Bebas Neue";
  font-size: 40px;
  font-style: normal;
  line-height: normal;
}
#single-product #intro h1 {
  font-size: 45px;
  text-transform: inherit;
  line-height: 51px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #single-product #intro h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
#single-product #intro .intro p {
  margin-bottom: 0;
}
#single-product #intro .wrapper-qty-details {
  align-items: center;
  gap: 23px;
  margin-bottom: 25px;
}
#single-product #intro .wrapper-qty-details .open-modal-details {
  cursor: pointer;
  letter-spacing: 1.4px;
}
#single-product #intro .add-to-cart-btn {
  font-family: "Montserrat", sans-serif;
  background: #2D69B4;
}
#single-product #intro .add-to-cart-btn:hover {
  color: #FFF;
}
#single-product #intro .wrapper-fields-favor {
  margin-top: 24px;
  max-width: 340px;
}
#single-product #intro .wrapper-fields-favor .required {
  position: relative;
}
#single-product #intro .wrapper-fields-favor .required::after {
  content: "*";
  position: absolute;
  display: block;
  top: 5px;
  left: 13px;
  color: #14193A;
  font-style: italic;
  font-weight: 300;
}
#single-product #intro .wrapper-fields-favor .name-date {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
#single-product #intro .wrapper-fields-favor .name-date label.name {
  width: 60%;
}
#single-product #intro .wrapper-fields-favor .name-date label.date {
  width: 40%;
}
#single-product #intro .wrapper-fields-favor input,
#single-product #intro .wrapper-fields-favor select {
  width: 100%;
  padding: 10px 10px 10px 30px;
  margin-bottom: 14px;
  font-style: italic;
  font-weight: 300;
}
#single-product #intro .wrapper-fields-favor input::-moz-placeholder, #single-product #intro .wrapper-fields-favor select::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
}
#single-product #intro .wrapper-fields-favor input::placeholder,
#single-product #intro .wrapper-fields-favor select::placeholder {
  font-style: italic;
  font-weight: 300;
}
#single-product #intro .wrapper-fields-favor select {
  border-radius: 12px;
  border: none;
  background: rgba(163, 194, 255, 0.2);
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.6px;
  color: #14193A;
  margin-bottom: 25px;
  min-height: 44px;
}
#single-product #intro .booking-phrase {
  display: none;
  line-height: 20px;
  font-style: italic;
  margin-top: 10px;
}
#single-product #description {
  position: relative;
  padding: 85px 0 120px;
}
#single-product #description h2 {
  color: #14193A;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
}
#single-product #description p {
  color: #14193A;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
#single-product #description p strong {
  font-weight: 700;
}
#single-product #description .wrapper-gallery {
  padding-top: 60px;
  display: flex;
  gap: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#single-product #description .wrapper-gallery::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #single-product #description .wrapper-gallery {
    margin-left: calc((1115px - 100vw) / 2);
    margin-right: calc((1115px - 100vw) / 2);
    padding: 40px calc((100vw - 1115px) / 2) 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #single-product #description .wrapper-gallery {
    margin-left: calc((935px - 100vw) / 2);
    margin-right: calc((935px - 100vw) / 2);
    padding: 40px calc((100vw - 935px) / 2) 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #single-product #description .wrapper-gallery {
    margin-left: calc((695px - 100vw) / 2);
    margin-right: calc((695px - 100vw) / 2);
    padding: 40px calc((100vw - 695px) / 2) 0;
  }
}
@media screen and (min-width: 768px) {
  #single-product #description .wrapper-gallery {
    width: 100vw;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  #single-product #description .wrapper-gallery {
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
  }
}
#single-product #description .wrapper-gallery .image-gallery {
  min-width: 36vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #single-product #description .wrapper-gallery .image-gallery {
    min-width: 52vw;
  }
}
#single-product #description .favicon-color {
  position: absolute;
  width: 65vw;
  max-width: 1000px;
  top: -18%;
  right: -20%;
  z-index: -1;
  transform: rotate(105deg);
}
#single-product #upsells {
  position: relative;
  padding-bottom: 60px;
}
#single-product #upsells .wrapper-upsells {
  background: #FFF;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.06);
  padding: 84px 48px;
}
#single-product #upsells .wrapper-upsells #upsellTabs {
  border: none;
}
#single-product #upsells .wrapper-upsells #upsellTabs .nav-link {
  border: none;
  font-family: "Montserrat", sans-serif;
  color: #AB264C;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
#single-product #upsells .wrapper-upsells .swiper-upsells {
  padding-bottom: 40px;
}
#single-product #upsells .ellipse {
  position: absolute;
  width: 80vw;
  aspect-ratio: 1;
  border-radius: 100%;
  left: -10%;
  bottom: -10%;
  opacity: 0.5;
  background: rgba(221, 51, 120, 0.29);
  filter: blur(750px);
  z-index: -1;
}

.otherDetails .modal-dialog .modal-content {
  padding: 80px 50px 0;
}
@media screen and (max-width: 767px) {
  .otherDetails .modal-dialog .modal-content {
    padding: 60px 30px 0;
  }
}
.otherDetails .modal-dialog .modal-content .preservation p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .otherDetails .modal-dialog .modal-content .preservation p {
    margin-bottom: 30px;
  }
}
.otherDetails .modal-dialog .modal-content .wrapper-sign {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #000;
}
.otherDetails .modal-dialog .modal-content .wrapper-sign img {
  width: 70px;
}
.otherDetails .modal-dialog .modal-content .wrapper-sign .name-jam {
  font-family: "Bebas Neue";
  font-style: normal;
  line-height: normal;
}
.otherDetails .modal-dialog .modal-content .wrapper-body {
  display: flex;
}
@media screen and (max-width: 767px) {
  .otherDetails .modal-dialog .modal-content .wrapper-body {
    flex-direction: column;
  }
}
.otherDetails .modal-dialog .modal-content .wrapper-body .wrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .otherDetails .modal-dialog .modal-content .wrapper-body .wrapper {
    width: 100%;
  }
}
.otherDetails .modal-dialog .modal-content .wrapper-body .wrapper.matches {
  padding: 0 30px 20px 0;
}
.otherDetails .modal-dialog .modal-content .wrapper-body .wrapper.banner {
  padding: 40px 40px 20px;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .otherDetails .modal-dialog .modal-content .wrapper-body .wrapper.banner {
    padding: 30px 30px 10px;
  }
}
.otherDetails .modal-dialog .modal-content .wrapper-body .wrapper p {
  font-size: 14px;
  line-height: 20px;
}

/* ACCOUNT */
.woocommerce input[type=text],
.woocommerce input[type=number],
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce input[type=url],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce textarea,
.woocommerce .input-text,
.woocommerce .select2-selection {
  border-radius: 12px;
  border: none;
  padding: 10px 20px;
  background: rgba(163, 194, 255, 0.2);
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #14193A;
  margin-bottom: 25px;
  min-height: 44px;
}
.woocommerce input[type=text]::-moz-placeholder, .woocommerce input[type=number]::-moz-placeholder, .woocommerce input[type=email]::-moz-placeholder, .woocommerce input[type=tel]::-moz-placeholder, .woocommerce input[type=url]::-moz-placeholder, .woocommerce input[type=password]::-moz-placeholder, .woocommerce input[type=search]::-moz-placeholder, .woocommerce textarea::-moz-placeholder, .woocommerce .input-text::-moz-placeholder, .woocommerce .select2-selection::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #14193A;
}
.woocommerce input[type=text]::placeholder,
.woocommerce input[type=number]::placeholder,
.woocommerce input[type=email]::placeholder,
.woocommerce input[type=tel]::placeholder,
.woocommerce input[type=url]::placeholder,
.woocommerce input[type=password]::placeholder,
.woocommerce input[type=search]::placeholder,
.woocommerce textarea::placeholder,
.woocommerce .input-text::placeholder,
.woocommerce .select2-selection::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #14193A;
}
.woocommerce .select2-selection .select2-selection__rendered {
  padding: 0;
  color: #14193A;
}
.woocommerce .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #14193A;
}
.woocommerce .select2-selection .select2-selection__arrow {
  top: 10px;
}
.woocommerce .select2-selection .select2-selection__arrow b {
  border-color: #14193A transparent transparent transparent;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-noreviews,
.woocommerce p.no-comments,
.woocommerce .return-to-shop {
  border-left: none;
  border-radius: 9px;
  display: flex;
  font-size: 15px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 1400px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-noreviews,
  .woocommerce p.no-comments,
  .woocommerce .return-to-shop {
    max-width: 1275px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-noreviews,
  .woocommerce p.no-comments,
  .woocommerce .return-to-shop {
    max-width: 1095px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-noreviews,
  .woocommerce p.no-comments,
  .woocommerce .return-to-shop {
    max-width: 915px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-noreviews,
  .woocommerce p.no-comments,
  .woocommerce .return-to-shop {
    max-width: 675px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-noreviews,
  .woocommerce p.no-comments,
  .woocommerce .return-to-shop {
    max-width: 495px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-noreviews,
  .woocommerce p.no-comments,
  .woocommerce .return-to-shop {
    max-width: calc(100% - 48px);
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-message .wc-forward,
  .woocommerce .woocommerce-info .wc-forward,
  .woocommerce .woocommerce-error .wc-forward,
  .woocommerce .woocommerce-noreviews .wc-forward,
  .woocommerce p.no-comments .wc-forward,
  .woocommerce .return-to-shop .wc-forward {
    margin-left: 0;
    border: none;
    padding: 0;
  }
}
.woocommerce .woocommerce-info {
  background-color: #2D69B4;
}
.woocommerce .product-quantity {
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 61.4px 0px rgba(0, 0, 0, 0.06);
}
.woocommerce .product-quantity .edit-qty {
  background-color: #fff;
  padding: 6px;
  line-height: 0;
  width: 36px;
  height: 48px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .product-quantity .edit-qty:disabled {
  opacity: 1 !important;
}
.woocommerce .product-quantity .edit-qty.qty-minus {
  border-radius: 9px 0 0 9px;
}
.woocommerce .product-quantity .edit-qty.qty-plus {
  border-radius: 0 9px 9px 0;
}
.woocommerce .product-quantity input.qty {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  min-height: auto;
  padding: 5px;
  -moz-appearance: textfield;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.woocommerce .product-quantity input.qty::-webkit-outer-spin-button, .woocommerce .product-quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .custom-color-dropdown {
  position: relative;
  width: 82px;
}
.woocommerce .custom-color-dropdown .dropdown-selected {
  padding: 13px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 9px;
}
.woocommerce .custom-color-dropdown .dropdown-selected span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.4px;
}
.woocommerce .custom-color-dropdown .dropdown-selected img {
  width: 10px;
}
.woocommerce .custom-color-dropdown .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  overflow-y: auto;
  border-top: none;
  background: #fff;
  display: none;
  z-index: 999;
  border-radius: 0 0 9px 9px;
}
.woocommerce .custom-color-dropdown .dropdown-option {
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.woocommerce .custom-color-dropdown .dropdown-option:hover {
  background-color: #f0f0f0;
}
.woocommerce .custom-color-dropdown .color-swatch {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.select2-dropdown {
  border: none;
  border-radius: 9px;
  margin-top: -25px;
  background: #edf3ff;
}
.select2-dropdown .select2-search__field {
  border: 1px solid #14193A;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.5);
}
.select2-dropdown .select2-results__option {
  font-size: 14px;
  padding: 6px 20px;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: #2D69B4;
}

.woocommerce-account .wrapper-header-profile {
  display: flex;
  aspect-ratio: 1440/390;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 130px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .woocommerce-account .wrapper-header-profile {
    aspect-ratio: 1440/500;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-account .wrapper-header-profile {
    aspect-ratio: 1440/650;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce-account .wrapper-header-profile {
    aspect-ratio: 1440/800;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .woocommerce-account .wrapper-header-profile {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-account .wrapper-header-profile {
    aspect-ratio: 1;
    padding-bottom: 60px;
  }
}
.woocommerce-account .wrapper-header-profile .title-header {
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .wrapper-header-profile .title-header {
    font-size: 22px;
    line-height: 28px;
  }
}
.woocommerce-account .wrapper-header-profile .bg-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -2;
}
.woocommerce-account .wrapper-header-profile .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(20, 25, 58, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.woocommerce-account .wrapper-header-profile a {
  color: #FFF;
}
.woocommerce-account .entry-header {
  display: none;
}
.woocommerce-account .hentry {
  margin-bottom: 0;
}
.woocommerce-account form {
  margin-bottom: 0;
}
.woocommerce-account form p {
  margin-bottom: 0;
}
.woocommerce-account .show-password-input {
  background: transparent;
  border: none;
}
.woocommerce-account .woocommerce-button,
.woocommerce-account .woocommerce-Button {
  padding: 10px 20px;
  border-radius: 9px;
  background: #2D69B4;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.705px;
  text-transform: uppercase;
  transition: all 0.6s;
}
.woocommerce-account .woocommerce-button:hover,
.woocommerce-account .woocommerce-Button:hover {
  box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.3);
  background: #2D69B4;
  color: #FFF;
}
.woocommerce-account .woocommerce-button:focus,
.woocommerce-account .woocommerce-Button:focus {
  box-shadow: none;
  background: #14193A;
  outline: none;
}
.woocommerce-account #account-section {
  padding: 100px 0;
}
.woocommerce-account #account-section .woocommerce-MyAccount-navigation {
  width: 30%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #account-section .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.woocommerce-account #account-section .woocommerce-MyAccount-navigation ul {
  border: none;
}
.woocommerce-account #account-section .woocommerce-MyAccount-navigation li {
  border: none;
}
.woocommerce-account #account-section .woocommerce-MyAccount-navigation li:hover a {
  background: #FFF;
  border-radius: 9px;
  box-shadow: 0px 0px 11.7px 0px rgba(20, 25, 58, 0.1);
  color: #14193A;
}
.woocommerce-account #account-section .woocommerce-MyAccount-navigation li.is-active a {
  background: #FFF;
  border-radius: 9px;
  box-shadow: 0px 0px 11.7px 0px rgba(20, 25, 58, 0.1);
  color: #14193A;
}
.woocommerce-account #account-section .woocommerce-MyAccount-navigation li::before {
  float: left;
  margin: 0;
}
.woocommerce-account #account-section .woocommerce-MyAccount-navigation li a {
  display: flex;
  gap: 20px;
  color: #2D69B4;
  font-weight: 700;
}
.woocommerce-account #account-section .woocommerce-MyAccount-content {
  width: 65%;
  background: #FFF;
  border-radius: 9px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #account-section .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account #account-section .woocommerce-MyAccount-content .wrapper-modify-address h4 {
  margin-bottom: 0;
}
.woocommerce-account #account-section .woocommerce-MyAccount-content .wrapper-modify-address .title-header,
.woocommerce-account #account-section .woocommerce-MyAccount-content .wrapper-modify-address .woocommerce-Address-title {
  padding-top: 40px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  gap: 20px;
}
.woocommerce-account #account-section .woocommerce-MyAccount-content .wrapper-modify-address .wrapper-info-profile {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .woocommerce-account #account-section .woocommerce-MyAccount-content .wrapper-modify-address .wrapper-info-profile {
    flex-direction: column;
    gap: 15px;
  }
}
.woocommerce-account #account-section .woocommerce-MyAccount-content .wrapper-modify-address address {
  font-size: 14px;
  color: #14193A;
}
.woocommerce-account #account-section .woocommerce-MyAccount-content #account_display_name_description {
  line-height: 18px;
  padding-bottom: 20px;
}
.woocommerce-account #account-section .woocommerce-MyAccount-content .woocommerce-address-fields label {
  font-size: 14px;
  font-weight: 700;
  color: #14193A;
}
.woocommerce-account #account-section .woocommerce-Address-title a {
  margin-top: 0;
  color: #14193A;
}
.woocommerce-account #account-section .woocommerce-Address-title a.lightblue {
  color: #2D69B4;
}
.woocommerce-account #account-section .woocommerce-orders-table {
  border-radius: 9px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce-account #account-section .woocommerce-orders-table thead {
    display: none;
  }
}
.woocommerce-account #account-section .woocommerce-orders-table th,
.woocommerce-account #account-section .woocommerce-orders-table td {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account #account-section .woocommerce-orders-table th::before,
  .woocommerce-account #account-section .woocommerce-orders-table td::before {
    display: block;
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-account #account-section .woocommerce-orders-table th.woocommerce-orders-table__cell-order-number {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-account #account-section .woocommerce-orders-table td {
    font-size: 14px;
    display: block;
    text-align: right;
  }
}
.woocommerce-account #account-section .woocommerce-orders-table td .woocommerce-button.button.view {
  font-size: 0;
  padding: 6px;
  width: 30px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  float: right;
}
.woocommerce-account #account-section .woocommerce-orders-table td .woocommerce-button.button.view::after {
  font-size: 14px;
  left: 7px;
  margin: 0;
  position: absolute;
}
.woocommerce-account #account-section .woocommerce-order-details tbody td {
  font-size: 15px;
  color: #14193A;
}
.woocommerce-account #account-section .woocommerce-order-details tbody td a {
  color: #14193A;
}
.woocommerce-account #account-section .woocommerce-order-details tfoot th,
.woocommerce-account #account-section .woocommerce-order-details tfoot td {
  font-size: 15px;
  color: #14193A;
}
@media screen and (max-width: 575px) {
  .woocommerce-account #account-section .woocommerce-message,
  .woocommerce-account #account-section .woocommerce-info,
  .woocommerce-account #account-section .woocommerce-error,
  .woocommerce-account #account-section .woocommerce-noreviews,
  .woocommerce-account #account-section p.no-comments {
    max-width: 100%;
    left: 0;
  }
}
.woocommerce-account #login {
  padding: 310px 0 155px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account #login {
    padding: 220px 0 150px;
  }
}
.woocommerce-account #login .wrapper-boxes {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account #login .wrapper-boxes {
    flex-direction: column;
  }
}
.woocommerce-account #login .wrapper-boxes .wrapper-login {
  width: calc(50% - 20px);
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account #login .wrapper-boxes .wrapper-login {
    width: 100%;
  }
}
.woocommerce-account #login .wrapper-boxes .wrapper-login.login {
  background: #FFF;
}
.woocommerce-account #login .wrapper-boxes .wrapper-login form label {
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
.woocommerce-account #login .wrapper-boxes .wrapper-login form .woocommerce-form__label-for-checkbox {
  display: flex;
  align-content: center;
  gap: 15px;
  margin-bottom: 25px;
}
.woocommerce-account #login .wrapper-boxes .wrapper-login form .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
  font-size: 16px;
  font-weight: 700;
}
.woocommerce-account #login .wrapper-boxes .wrapper-login form .woocommerce-form__label-for-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: rgba(163, 194, 255, 0.51);
  margin: 0;
  color: rgba(163, 194, 255, 0.51);
  min-width: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #14193A;
  border-radius: 6px;
}
.woocommerce-account #login .wrapper-boxes .wrapper-login form .woocommerce-form__label-for-checkbox span {
  color: #14193A;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.woocommerce-account #login .wrapper-boxes .wrapper-login form .woocommerce-form__label-for-checkbox span a {
  color: #2D69B4;
  font-weight: 500;
}
.woocommerce-account #login .wrapper-boxes .wrapper-login form .woocommerce-button,
.woocommerce-account #login .wrapper-boxes .wrapper-login form .woocommerce-Button {
  width: 100%;
}
.woocommerce-account #login .wrapper-boxes .wrapper-login form .woocommerce-LostPassword.lost_password {
  text-align: center;
  margin-top: 18px;
}
.woocommerce-account #login .wrapper-boxes .wrapper-login form .woocommerce-LostPassword.lost_password a {
  color: #14193A;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.woocommerce-account #lost-password {
  padding: 310px 0 155px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account #lost-password {
    padding: 220px 0 150px;
  }
}
.woocommerce-account #lost-password .intro {
  margin-bottom: 25px;
}

/* CART */
.woocommerce-cart .entry-header {
  display: none;
}
.woocommerce-cart #main {
  padding: 275px 0 65px;
  background: linear-gradient(180deg, #F1F6FF 0%, #FFF 250.37%);
}
@media screen and (max-width: 767px) {
  .woocommerce-cart #main {
    padding: 225px 0 0px;
  }
}
.woocommerce-cart #main .hentry {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item {
  display: flex;
  align-items: center;
  gap: 33px;
  background: #FFF;
  border-radius: 6px;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item {
    gap: 20px;
  }
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item .cart-item-left {
  max-width: 210px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item .product-remove {
  position: absolute;
  right: 20px;
  top: 20px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item .product-remove a {
  width: 12px;
  height: 12px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item .product-remove a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-ics.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item .cart-item-header h3 {
  max-width: 200px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item .cart-item-header .category {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.525px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item .cart-item-header a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item .cart-item-header a h3 {
    font-size: 18px;
  }
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .cart_item .wrapper-qty-price {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 20px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .open-modal-cart {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #FFF;
  padding: 18px 22px;
  letter-spacing: 0.9px;
  transition: all 0.6s;
  cursor: pointer;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .open-modal-cart:hover, .woocommerce-cart .woocommerce-cart-form .cart-contents .open-modal-cart:focus {
  box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.3);
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .wrapper-donation {
  background: #AB264C;
  border-radius: 9px;
  padding: 26px 40px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .wrapper-donation .text {
  width: calc(70% - 18px);
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .wrapper-donation .variations {
  width: calc(30% - 18px);
  padding: 6px 9px;
  background: #FFF;
  border-radius: 4px;
}
.woocommerce-cart .woocommerce-cart-form .cart-contents .wrapper-donation .variations p {
  letter-spacing: 0.65px;
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form .cart-collaterals {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
  background: #FFF;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .cart-collaterals {
    margin-top: 40px;
    margin-bottom: -75px;
  }
}
.woocommerce-cart .woocommerce-cart-form .cart-collaterals .coupon {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.woocommerce-cart .woocommerce-cart-form .cart-collaterals .coupon input {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form .cart-collaterals .coupon .button {
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  border-radius: 9px;
}
.woocommerce-cart .woocommerce-cart-form .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .woocommerce-cart-form .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form .cart-collaterals .cart_totals .checkout-button {
  margin-bottom: 0;
  padding: 12px 28px;
  border-radius: 9px;
  background: #2D69B4;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce-cart-form .cart-collaterals .cart_totals .checkout-button::after {
  display: none;
}
.woocommerce-cart .return-to-shop .button.wc-backward {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: #2D69B4;
  color: #FFF;
  border-radius: 9px;
}
.woocommerce-cart .return-to-shop .button.wc-backward:hover {
  box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.3);
}
.woocommerce-cart .return-to-shop .button.wc-backward:focus {
  box-shadow: none;
  background: #14193A;
  outline: none;
}

/* CHECKOUT */
.woocommerce-checkout .entry-header {
  display: none;
}
.woocommerce-checkout #checkout {
  padding: 275px 0 65px;
}
.woocommerce-checkout #checkout .wrapper-checkout {
  display: flex;
}
.woocommerce-checkout #checkout .wrapper-checkout .wrapper-info-user {
  width: 50%;
}
.woocommerce-checkout #checkout .wrapper-checkout .wrapper-review-order {
  width: 50%;
  padding-left: 100px;
}

/* ORDER RECEIVED */
.woocommerce-checkout #overview {
  padding: 135px 0;
  background: linear-gradient(180deg, #F1F6FF 0%, #FFF 38.37%);
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview {
    padding: 80px 0;
  }
}
.woocommerce-checkout #overview .thanks {
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .thanks {
    font-size: 20px;
    line-height: 28px;
  }
}
.woocommerce-checkout #overview .banner {
  padding: 65px 75px;
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .banner {
    padding: 35px 30px;
    margin: 50px 0;
  }
}
.woocommerce-checkout #overview .banner h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .banner h2 {
    margin-bottom: 35px;
  }
}
.woocommerce-checkout #overview .banner .title-personal-info,
.woocommerce-checkout #overview .banner .products-list {
  letter-spacing: 1.046px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .banner .title-personal-info,
  .woocommerce-checkout #overview .banner .products-list {
    font-size: 16px;
  }
}
.woocommerce-checkout #overview .banner .title-personal-info b,
.woocommerce-checkout #overview .banner .products-list b {
  font-weight: 700;
}
.woocommerce-checkout #overview .banner .personal-info {
  letter-spacing: 1.046px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .banner .personal-info {
    font-size: 16px;
  }
}
.woocommerce-checkout #overview .banner .personal-info b {
  font-weight: 700;
}
.woocommerce-checkout #overview .banner .wrapper-order-completed {
  letter-spacing: 1.308px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .banner .wrapper-order-completed .item {
    font-size: 16px;
  }
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-products {
  padding-bottom: 20px;
  border-bottom: 1px solid #14193A;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-products {
    padding-bottom: 15px;
  }
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-products .single-product {
  display: flex;
  align-items: center;
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-products .item.first-item {
  width: 60%;
  line-height: 21px;
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-products .item.second-item {
  text-align: center;
  width: 20%;
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-products .item.third-item {
  text-align: right;
  width: 20%;
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-subtotal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #14193A;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-subtotal {
    padding: 15px 0;
  }
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-subtotal .item {
  width: 50%;
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-subtotal .item.second-item {
  text-align: right;
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-total {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-total {
    padding-top: 15px;
  }
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-total .item {
  width: 50%;
}
.woocommerce-checkout #overview .banner .wrapper-order-completed .wrapper-total .item.second-item {
  text-align: right;
}
.woocommerce-checkout #overview .help {
  margin-bottom: 45px;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .help {
    font-size: 20px;
    line-height: 28px;
  }
}
.woocommerce-checkout #overview .help a {
  color: #14193A;
}
.woocommerce-checkout #overview .help b {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #overview .conditions-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.woocommerce-checkout #newsletter {
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}
.woocommerce-checkout #newsletter .banner {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #newsletter .banner {
    padding: 50px 30px;
  }
}
.woocommerce-checkout #newsletter .banner .cta.secondary {
  text-decoration: none;
}
.woocommerce-checkout #newsletter .banner .bg-hero {
  position: absolute;
  width: 105%;
  height: 105%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.woocommerce-checkout #newsletter .banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0.46%, rgba(255, 255, 255, 0) 121.9%);
  z-index: -1;
}

/* FAVORITES */
.page-template-favorites {
  background: linear-gradient(180deg, #F1F6FF 0%, #FFF 98.37%);
}

#favorites {
  padding: 275px 0 60px;
  position: relative;
  background-image: url("../img/favicon-opacity.png");
  background-repeat: no-repeat;
  background-size: 65vw;
  background-position: -50% 155%;
}
@media screen and (max-width: 767px) {
  #favorites {
    padding: 225px 0 60px;
  }
}
#favorites h1 {
  margin-bottom: 45px;
}
#favorites .no-favorites {
  display: none;
}
#favorites .wrapper-products {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 50px;
}

/* HOMEPAGE */
.page-template-homepage {
  background: #F1F6FF;
}

#homepage #heroSlide {
  position: relative;
  z-index: 0;
}
#homepage #heroSlide .swiperHome {
  height: 900px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #homepage #heroSlide .swiperHome {
    height: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #homepage #heroSlide .swiperHome {
    height: 950px;
  }
}
@media screen and (max-width: 767px) {
  #homepage #heroSlide .swiperHome {
    aspect-ratio: auto;
    height: 1000px;
  }
}
#homepage #heroSlide .swiperHome .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #homepage #heroSlide .swiperHome .swiper-slide .mobile-reverse {
    flex-direction: column-reverse;
    row-gap: 25px;
  }
}
#homepage #heroSlide .swiperHome .swiper-slide h1, #homepage #heroSlide .swiperHome .swiper-slide h2 {
  font-size: 43px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #heroSlide .swiperHome .swiper-slide h1, #homepage #heroSlide .swiperHome .swiper-slide h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  #homepage #heroSlide .swiperHome .swiper-slide h1, #homepage #heroSlide .swiperHome .swiper-slide h2 {
    font-size: 35px;
  }
}
#homepage #heroSlide .swiperHome .swiper-slide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 25, 58, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
#homepage #heroSlide .swiperHome .swiper-slide .bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -2;
}
#homepage #heroSlide .swiperHome .swiper-slide .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(152, 62, 89, 0) 0%, rgba(171, 38, 76, 0.6) 65.62%, #AB264C 100%);
}
#homepage #heroSlide .swiperHome .swiper-slide .bg-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
#homepage #heroSlide .swiperHome .swiper-slide .image-logo {
  max-width: 108px;
  margin-bottom: 10px;
}
#homepage #heroSlide .swiperHome .swiper-slide .image-product {
  max-width: 330px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage #heroSlide .swiperHome .swiper-slide .image-product {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #heroSlide .swiperHome .swiper-slide .image-product {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #homepage #heroSlide .swiperHome .swiper-slide .image-product {
    max-width: 210px;
  }
}
#homepage #heroSlide .swiperHome .swiper-slide .ellipse {
  position: absolute;
  max-width: 50vw;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#homepage #heroSlide .swiperHome .swiper-slide .ellipse.ellipse-purple {
  background: radial-gradient(50% 50% at 50% 50%, #AB274D 0%, rgba(60, 61, 62, 0) 100%);
  left: -14%;
}
#homepage #heroSlide .swiperHome .swiper-slide .ellipse.ellipse-dark {
  background: radial-gradient(50% 50% at 50% 50%, #000 0%, rgba(0, 0, 0, 0) 100%);
  right: 0%;
}
#homepage #heroSlide .swiperHome .swiper-pagination {
  bottom: 185px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage #heroSlide .swiperHome .swiper-pagination {
    bottom: 150px;
  }
}
@media screen and (max-width: 991px) {
  #homepage #heroSlide .swiperHome .swiper-pagination {
    bottom: 120px;
  }
}
#homepage #heroSlide .swiperHome .swiper-button-prev {
  left: 50px;
}
#homepage #heroSlide .swiperHome .swiper-button-next {
  right: 50px;
}
#homepage .wrapper-sections {
  position: relative;
}
#homepage .wrapper-sections[data-color="0"] {
  background: #2D69B4;
}
#homepage .wrapper-sections[data-color="1"] {
  background: #AB264C;
}
#homepage .wrapper-sections::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#homepage .wrapper-sections .favicon-color {
  position: absolute;
  width: 67%;
  max-width: 1000px;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(100deg);
  z-index: 0;
}
#homepage #products {
  padding-bottom: 125px;
}
#homepage #products .banner {
  padding: 15px 0 0 0;
  border-radius: 0 0 22px 22px;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage #products .banner {
    padding: 10px 45px 0 45px;
  }
}
@media screen and (max-width: 991px) {
  #homepage #products .banner {
    padding: 0 25px;
  }
}
#homepage #products .banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  background: #fff;
  border-radius: 22px 22px 0 0;
}
#homepage #products .banner .pretitle {
  letter-spacing: 0.9px;
}
#homepage #products .banner .wrapper-title {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  #homepage #products .banner .wrapper-title {
    padding-top: 19px;
  }
}
#homepage #products .banner .wrapper-title .img-segno {
  position: absolute;
  width: 195px;
  top: 21px;
  left: 40px;
}
@media screen and (max-width: 991px) {
  #homepage #products .banner .wrapper-title .img-segno {
    width: 100px;
  }
}
#homepage #products .banner .wrapper-title h3 {
  letter-spacing: 2px;
}
#homepage #products .banner .nav-underline {
  border-bottom: 1px solid #14193A;
  margin-top: 70px;
  margin-bottom: 43px;
}
#homepage #products .banner .nav-underline .nav-link {
  padding: 12px 24px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #AB264C;
  position: relative;
  border: 0;
}
#homepage #products .banner .nav-underline .nav-link.pink {
  color: #C569C1;
}
#homepage #products .banner .nav-underline .nav-link.pink.active::after {
  background: #C569C1;
}
#homepage #products .banner .nav-underline .nav-link:hover {
  background: transparent;
}
#homepage #products .banner .nav-underline .nav-link.active::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px;
  background: #AB264C;
}
#homepage #products .banner .tab-content {
  position: relative;
}
#homepage #products .banner .swiper {
  padding-bottom: 110px;
}
#homepage #products .banner .swiper-button-prev,
#homepage #products .banner .swiper-button-next {
  color: #000;
  width: 11px;
  height: 20px;
  top: 40%;
  transform: translateY(-40%);
}
#homepage #products .banner .swiper-button-prev::after,
#homepage #products .banner .swiper-button-next::after {
  font-size: 20px;
}
#homepage #products .banner .swiper-button-prev {
  left: -40px;
}
#homepage #products .banner .swiper-button-next {
  right: -40px;
}
#homepage #support .padding-left-75 {
  padding-left: 75px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #support .padding-left-75 {
    padding-left: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #homepage #support .padding-left-75 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
#homepage #support .image {
  margin-bottom: -80px;
}
@media screen and (max-width: 767px) {
  #homepage #support .mobile-reverse {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}
#homepage #about-us .frame.position-absolute {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -1;
  width: 60%;
  height: auto;
}
#homepage #caring .banner {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #homepage #caring .banner {
    flex-direction: column;
  }
}
#homepage #caring .banner .wrapper-images {
  position: relative;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #homepage #caring .banner .wrapper-images {
    aspect-ratio: 1;
    width: 100%;
  }
}
#homepage #caring .banner .wrapper-images img {
  position: absolute;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}
#homepage #caring .banner .wrapper-images img.active {
  opacity: 1;
}
#homepage #caring .banner .wrapper-content {
  width: 50%;
  padding: 105px 135px 120px 100px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage #caring .banner .wrapper-content {
    padding: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #caring .banner .wrapper-content {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 767px) {
  #homepage #caring .banner .wrapper-content {
    width: 100%;
    padding: 40px 50px 40px 25px;
  }
}
#homepage #caring .banner .wrapper-content .description p {
  letter-spacing: 0.8px;
}
#homepage #caring .banner .wrapper-content .house-title {
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  #homepage #caring .banner .wrapper-content .house-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
  }
}
#homepage #caring .banner .wrapper-content .cta-houses {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  letter-spacing: 1.3px;
  padding: 7px 16px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #caring .banner .wrapper-content .cta-houses {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #homepage #caring .banner .wrapper-content .cta-houses {
    font-size: 22px;
  }
}
#homepage #caring .banner .wrapper-content .cta-houses.active {
  background: #FFF;
  color: #14193A;
}
#homepage #caring .banner .wrapper-content .cta-houses.active .arrow-icon {
  filter: saturate(100%) brightness(0%) invert(9%) sepia(33%) saturate(3157%) hue-rotate(214deg) brightness(84%) contrast(96%);
}
#homepage #caring .banner .wrapper-content .cta-houses .arrow-icon {
  width: 12px;
}
#homepage #services {
  padding-top: 155px;
}
#homepage #services .wrapper-services .single-service.active .content.content-1 {
  background: rgba(166, 50, 52, 0.8);
}
#homepage #services .wrapper-services .single-service.active .content.content-2 {
  background: rgba(171, 38, 76, 0.8);
}
#homepage #services .wrapper-services .single-service.active .content.content-3 {
  background: rgba(197, 105, 193, 0.8);
}
#homepage #gallery {
  padding-top: 170px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #homepage #gallery {
    padding-top: 140px;
  }
}
#homepage #gallery .wrapper-gallery {
  display: flex;
  gap: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#homepage #gallery .wrapper-gallery::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #homepage #gallery .wrapper-gallery {
    margin-left: calc((1115px - 100vw) / 2);
    margin-right: calc((1115px - 100vw) / 2);
    padding: 40px calc((100vw - 1115px) / 2) 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage #gallery .wrapper-gallery {
    margin-left: calc((935px - 100vw) / 2);
    margin-right: calc((935px - 100vw) / 2);
    padding: 40px calc((100vw - 935px) / 2) 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #gallery .wrapper-gallery {
    margin-left: calc((695px - 100vw) / 2);
    margin-right: calc((695px - 100vw) / 2);
    padding: 40px calc((100vw - 695px) / 2) 0;
  }
}
@media screen and (min-width: 768px) {
  #homepage #gallery .wrapper-gallery {
    width: 100vw;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  #homepage #gallery .wrapper-gallery {
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
  }
}
#homepage #gallery .wrapper-gallery .image-gallery {
  min-width: 36vw;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #gallery .wrapper-gallery .image-gallery {
    min-width: 52vw;
  }
}
#homepage #blog {
  padding-top: 170px;
}
#homepage #blog .banner {
  padding: 75px 60px 60px;
  margin-bottom: -40px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  #homepage #blog .banner {
    padding: 50px 35px;
  }
}
#homepage #blog .banner .wrapper-heading {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 180px;
       column-gap: 180px;
  margin-bottom: 65px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage #blog .banner .wrapper-heading {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
}
@media screen and (max-width: 991px) {
  #homepage #blog .banner .wrapper-heading {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
#homepage #blog .banner .wrapper-heading .pretitle {
  margin-bottom: 24px;
}
#homepage #blog .banner .wrapper-heading h2 {
  margin-bottom: 0;
}

/* ABOUT */
#about {
  overflow: hidden;
}
#about .container {
  position: relative;
  z-index: 1;
}
#about #intro {
  padding: 130px 0 170px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about #intro {
    padding: 130px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  #about #intro {
    padding: 85px 0 195px;
  }
}
#about #intro h2 {
  font-style: italic;
}
#about #intro .favicon-color {
  position: absolute;
  width: 67%;
  max-width: 1000px;
  left: -12%;
  bottom: -79%;
  z-index: -1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about #intro .favicon-color {
    width: 62%;
    bottom: -38%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about #intro .favicon-color {
    width: 600px;
    left: auto;
    right: -23%;
    top: auto;
    bottom: -35%;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  #about #intro .favicon-color {
    width: 600px;
    top: auto;
    bottom: -400px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#about #intro .ellipse {
  border-radius: 867px;
  position: absolute;
  width: 54%;
  aspect-ratio: 1;
  top: 0;
  left: -5%;
  opacity: 0.5;
  background: rgba(221, 51, 120, 0.6);
  filter: blur(750px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #about #intro .ellipse {
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -18%;
  }
}
#about #houses {
  position: relative;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  #about #houses {
    padding-top: 85px;
  }
}
#about #houses .banner {
  margin-top: 60px;
  padding: 100px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about #houses .banner {
    padding: 0 55px 75px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #about #houses .banner {
    padding: 0 50px 50px;
    margin-top: 120px;
  }
}
#about #support {
  padding-top: 115px;
  position: relative;
}
#about #support .favicon-color {
  position: absolute;
  width: 65%;
  max-width: 1000px;
  right: -12%;
  top: -55%;
  z-index: 0;
  opacity: 0.05;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about #support .favicon-color {
    top: -25%;
  }
}
#about #gallery {
  padding-top: 130px;
}
#about #labs {
  padding-top: 135px;
}
#about #labs .swiperLabs {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  #about #labs .swiperLabs {
    padding-bottom: 0;
  }
}
#about #labs .swiperLabs .banner {
  box-shadow: none;
  margin-top: 70px;
  padding: 85px 85px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about #labs .swiperLabs .banner {
    padding: 85px;
  }
}
@media screen and (max-width: 991px) {
  #about #labs .swiperLabs .banner {
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    gap: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about #labs .swiperLabs .banner {
    padding: 0 55px 120px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #about #labs .swiperLabs .banner {
    padding: 0 50px 120px;
    margin-top: 120px;
  }
}
#about #labs .swiperLabs .banner .wrapper-image {
  width: calc(52% - 30px);
}
@media screen and (max-width: 991px) {
  #about #labs .swiperLabs .banner .wrapper-image {
    width: 100%;
  }
}
#about #labs .swiperLabs .banner .wrapper-content {
  width: calc(47% - 30px);
}
@media screen and (max-width: 991px) {
  #about #labs .swiperLabs .banner .wrapper-content {
    width: 100%;
  }
}
#about #labs .swiperLabs .banner .wrapper-content .logo-lab {
  width: 305px;
  margin-bottom: 15px;
}
#about #labs .swiperLabs .banner .wrapper-content .closing {
  padding-top: 30px;
  position: relative;
}
#about #labs .swiperLabs .banner .wrapper-content .closing:before {
  content: "";
  position: absolute;
  display: block;
  width: 118px;
  height: 3px;
  top: 15px;
  background: #FFF;
}
#about #labs .swiperLabs .swiper-button-next {
  right: 35px;
}
#about #labs .swiperLabs .swiper-button-prev {
  left: 35px;
}
#about #invite {
  padding: 130px 0;
  position: relative;
}
#about #invite .banner {
  padding: 50px 50px 0;
}
@media screen and (max-width: 991px) {
  #about #invite .banner {
    margin-top: 60px;
    padding: 35px 35px 0;
  }
}
#about #invite .banner h4 {
  max-width: 385px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
#about #invite .banner video {
  margin-bottom: -30px;
}
#about #invite .favicon-color {
  position: absolute;
  width: 65%;
  max-width: 1000px;
  right: -12%;
  top: -72%;
  z-index: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about #invite .favicon-color {
    top: -25%;
  }
}

@media screen and (min-width: 1450px) {
  #laboratory #hero {
    aspect-ratio: 1440/650;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1449px) {
  #laboratory #hero {
    aspect-ratio: 1440/750;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #laboratory #hero {
    aspect-ratio: 990/680;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #laboratory #hero {
    aspect-ratio: 770/650;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #laboratory #hero {
    aspect-ratio: 390/430;
  }
}
@media screen and (max-width: 575px) {
  #laboratory #hero {
    aspect-ratio: 390/650;
  }
}
#laboratory #intro {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  #laboratory #intro {
    padding-top: 150px;
  }
}
#laboratory #intro h2 {
  margin-bottom: 40px;
}
#laboratory #intro .swiperGallery {
  padding-top: 35px;
}
#laboratory #intro .favicon-color {
  position: absolute;
  width: 67%;
  max-width: 1000px;
  right: -12%;
  top: -67%;
  z-index: -1;
  transform: rotate(-87deg);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #laboratory #intro .favicon-color {
    width: 62%;
    top: -38%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #laboratory #intro .favicon-color {
    width: 600px;
    left: auto;
    right: -23%;
    top: -35%;
  }
}
@media screen and (max-width: 767px) {
  #laboratory #intro .favicon-color {
    width: 600px;
    top: -39%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#laboratory #intro .ellipse {
  border-radius: 867px;
  position: absolute;
  width: 54%;
  aspect-ratio: 1;
  top: -3%;
  left: -5%;
  opacity: 0.7;
  background: rgba(221, 51, 120, 0.6);
  filter: blur(750px);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #laboratory #intro .ellipse {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  #laboratory #intro .ellipse {
    opacity: 0.4;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -18%;
  }
}
#laboratory .bg-gradient-light {
  position: relative;
  overflow: hidden;
}
#laboratory .bg-gradient-light .container {
  position: relative;
  z-index: 1;
}
#laboratory .bg-gradient-light .favicon-color {
  position: absolute;
  width: 78%;
  max-width: 1500px;
  left: -30%;
  bottom: -100px;
  z-index: 0;
  transform: rotate(-69deg);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #laboratory .bg-gradient-light .favicon-color {
    width: 62%;
    bottom: 20%;
    left: -16%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #laboratory .bg-gradient-light .favicon-color {
    width: 600px;
    left: auto;
    right: -23%;
    bottom: 18%;
  }
}
@media screen and (max-width: 767px) {
  #laboratory .bg-gradient-light .favicon-color {
    width: 700px;
    bottom: 24%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#laboratory #method {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  #laboratory #method {
    padding-top: 80px;
  }
}
#laboratory #work {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #laboratory #work {
    padding-top: 70px;
  }
}
#laboratory #work .banner-blue {
  padding: 90px 90px 0;
}
@media screen and (max-width: 991px) {
  #laboratory #work .banner-blue {
    padding: 70px 40px 0;
  }
}
#laboratory #work .banner-blue .wrapper-heading {
  width: 75%;
  padding-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  #laboratory #work .banner-blue .wrapper-heading {
    width: 100%;
  }
}
#laboratory #work .banner-blue .wrapper-info {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  #laboratory #work .banner-blue .wrapper-info {
    flex-direction: column;
    gap: 30px;
  }
}
#laboratory #work .banner-blue .wrapper-info .banner {
  padding: 35px 45px;
  width: calc(40% - 30px);
}
@media screen and (max-width: 991px) {
  #laboratory #work .banner-blue .wrapper-info .banner {
    width: 100%;
  }
}
#laboratory #work .banner-blue .wrapper-info img {
  width: calc(60% - 30px);
  aspect-ratio: 560/415;
}
@media screen and (max-width: 991px) {
  #laboratory #work .banner-blue .wrapper-info img {
    width: 100%;
  }
}
#laboratory #collab {
  padding: 195px 0 90px;
}
@media screen and (max-width: 991px) {
  #laboratory #collab {
    padding: 225px 0 75px;
  }
}

@media screen and (min-width: 1450px) {
  #jam #hero {
    aspect-ratio: 1440/650;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1449px) {
  #jam #hero {
    aspect-ratio: 1440/750;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #jam #hero {
    aspect-ratio: 990/680;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #jam #hero {
    aspect-ratio: 770/650;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #jam #hero {
    aspect-ratio: 390/500;
  }
}
@media screen and (max-width: 575px) {
  #jam #hero {
    aspect-ratio: 390/750;
  }
}
#jam #hero .logo-cons {
  width: 430px;
}
@media screen and (max-width: 767px) {
  #jam #hero .logo-cons {
    width: 225px;
  }
}
#jam #production {
  padding: 85px 0 0;
  position: relative;
}
#jam #production .subtitle {
  max-width: 600px;
}
#jam #production .description {
  max-width: 552px;
  padding-bottom: 55px;
}
#jam #production .ellipse {
  border-radius: 867px;
  position: absolute;
  width: 54%;
  aspect-ratio: 1;
  top: -3%;
  left: -5%;
  opacity: 0.7;
  background: rgba(221, 51, 120, 0.6);
  filter: blur(750px);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #jam #production .ellipse {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  #jam #production .ellipse {
    opacity: 0.4;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -18%;
  }
}
#jam #production .negative-bottom-right {
  margin-right: -40px;
  z-index: 1;
  position: relative;
}
#jam .bg-gradient-light {
  position: relative;
}
#jam .bg-gradient-light .container {
  position: relative;
  z-index: 1;
}
#jam .bg-gradient-light .favicon-color {
  position: absolute;
  width: 78%;
  max-width: 1500px;
  left: -30%;
  bottom: 26%;
  z-index: 0;
  transform: rotate(-69deg);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #jam .bg-gradient-light .favicon-color {
    width: 62%;
    bottom: 29%;
    left: -16%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #jam .bg-gradient-light .favicon-color {
    width: 600px;
    left: auto;
    right: -23%;
    bottom: 30%;
  }
}
@media screen and (max-width: 767px) {
  #jam .bg-gradient-light .favicon-color {
    width: 700px;
    bottom: 38%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#jam #inclusion {
  padding-top: 165px;
}
@media screen and (max-width: 767px) {
  #jam #inclusion {
    padding-top: 135px;
  }
}
#jam #lab {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #jam #lab {
    padding-top: 45px;
  }
}
#jam #lab .banner {
  display: flex;
  align-items: end;
  padding: 85px 80px 45px 80px;
  gap: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #jam #lab .banner {
    flex-direction: column;
    gap: 35px;
  }
}
@media screen and (max-width: 991px) {
  #jam #lab .banner {
    flex-direction: column;
    gap: 20px;
    padding: 75px 45px 0;
  }
}
#jam #lab .banner .wrapper-info {
  width: calc(45% - 25px);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #jam #lab .banner .wrapper-info {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #jam #lab .banner .wrapper-info {
    width: 100%;
  }
}
#jam #lab .banner .wrapper-images {
  width: calc(55% - 25px);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #jam #lab .banner .wrapper-images {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #jam #lab .banner .wrapper-images {
    width: 100%;
  }
}
#jam #collab {
  padding-top: 110px;
}
@media screen and (max-width: 991px) {
  #jam #collab {
    padding-top: 215px;
  }
}
#jam #gallery {
  padding: 85px 0 75px;
}

#cse #birth {
  position: relative;
  padding: 130px 0;
}
#cse #birth .pretitle {
  letter-spacing: 1.65px;
}
#cse #birth h2 {
  font-style: italic;
  margin-bottom: 40px;
}
#cse #birth .description {
  max-width: 470px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #cse #birth .description {
    max-width: 100%;
  }
}
#cse #birth .banner {
  padding: 40px 50px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #cse #birth .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #cse #birth .banner {
    margin-top: 50px;
    padding: 40px 30px 0;
  }
}
#cse #birth .banner .quote {
  text-transform: uppercase;
}
#cse #birth .banner img {
  transform: translateY(25px);
}
#cse #birth .ellipse {
  border-radius: 867px;
  position: absolute;
  width: 54%;
  aspect-ratio: 1;
  top: -3%;
  left: -5%;
  opacity: 0.7;
  background: rgba(221, 51, 120, 0.6);
  filter: blur(750px);
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #cse #birth .ellipse {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  #cse #birth .ellipse {
    opacity: 0.2;
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -18%;
  }
}
#cse #birth .favicon-color {
  position: absolute;
  width: 62%;
  max-width: 1000px;
  right: -12%;
  top: -69%;
  z-index: -2;
  transform: rotate(-94deg);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #cse #birth .favicon-color {
    top: -25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #cse #birth .favicon-color {
    width: 900px;
    left: -30%;
    top: auto;
    bottom: -30%;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  #cse #birth .favicon-color {
    width: 700px;
    top: auto;
    bottom: -32%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#cse #activities {
  padding-top: 150px;
}
#cse #activities .wrapper-services .single-service .content .description {
  -webkit-line-clamp: 2;
}
#cse #activities .wrapper-services .single-service:hover .content h4 {
  color: #14193A;
}
#cse #activities .wrapper-services .single-service:hover .content .description {
  -webkit-line-clamp: none;
}
#cse #activities .wrapper-services .single-service:hover .content .description p {
  color: #14193A;
}
#cse .bg-gradient-light .container {
  position: relative;
  z-index: 1;
}
#cse #pei {
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 991px) {
  #cse #pei {
    padding-top: 100px;
  }
}
#cse #pei .banner {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  #cse #pei .banner {
    padding: 55px 35px 0;
  }
}
#cse #pei .banner .mobile-reverse {
  align-items: center;
}
@media screen and (max-width: 991px) {
  #cse #pei .banner .mobile-reverse {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  #cse #pei .banner .negative-left {
    margin-top: 20px;
    margin-bottom: -50px;
  }
}
#cse #pei .favicon-color {
  width: 100%;
  max-width: 1470px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-85deg);
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #cse #pei .favicon-color {
    width: 700px;
    transform: translate(-50%) rotate(-85deg);
    top: auto;
    bottom: -20%;
  }
}
#cse #routine {
  padding-top: 250px;
}
#cse #routine .cta-arrow {
  display: flex;
  align-items: center;
  gap: 50px;
}
#cse #routine .wrapper-hours {
  display: flex;
  flex-direction: column;
  max-width: 540px;
}
@media screen and (max-width: 991px) {
  #cse #routine .wrapper-hours {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}
#cse #routine .wrapper-hours:hover .single-hour {
  margin-top: -10px;
}
#cse #routine .wrapper-hours:hover .single-hour.single-hour-1 {
  margin-top: 0;
}
#cse #routine .wrapper-hours .single-hour {
  display: flex;
  border-radius: 22px;
  border: 0.5px solid #14193A;
  background: #FFF;
  padding: 22px 60px 22px 37px;
  height: 85px;
  transition: all 0.6s;
  margin-top: -35px;
}
#cse #routine .wrapper-hours .single-hour.single-hour-1 {
  margin-top: 0;
}
#cse #routine .wrapper-hours .single-hour .hour {
  font-style: italic;
  min-width: 150px;
}
#cse #routine .wrapper-hours .single-hour .activity {
  line-height: 26px;
}
#cse #educators {
  padding-top: 165px;
  position: relative;
  background-image: url("../img/favicon-opacity.png");
  background-repeat: no-repeat;
  background-size: 1300px;
  background-position: -103% 0;
}
@media screen and (max-width: 991px) {
  #cse #educators {
    padding-top: 90px;
    background-image: none;
  }
}
#cse #educators .banner {
  padding: 90px 0 90px 80px;
  transform: translateY(50px);
}
@media screen and (max-width: 991px) {
  #cse #educators .banner {
    padding: 60px 40px 0 40px;
  }
}
#cse #educators .banner .pretitle {
  text-transform: uppercase;
}
#cse #educators .banner img {
  transform: translateX(45px);
}
@media screen and (max-width: 991px) {
  #cse #educators .banner img {
    transform: translateY(45px);
  }
}
#cse #form {
  padding-top: 190px;
}

/* SUPPORT */
#support .wrapper-buttons {
  position: absolute;
  top: 60px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #support .wrapper-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
#support .wrapper-buttons .button-tab {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  letter-spacing: 1.352px;
  padding: 10px 21px;
  border-radius: 9px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support .wrapper-buttons .button-tab {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  #support .wrapper-buttons .button-tab {
    font-size: 17px;
    letter-spacing: 0.855px;
    padding: 6px 13px;
  }
}
#support .donate-5x1000 {
  padding: 170px 0 190px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support .donate-5x1000 {
    padding: 230px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #support .donate-5x1000 {
    padding: 180px 0 80px;
  }
}
#support .donate-5x1000 .wrapper-buttons .button-tab {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #support .donate-5x1000 .wrapper-buttons .button-tab {
    background: rgba(255, 255, 255, 0.1);
  }
}
#support .donate-5x1000 .wrapper-buttons .button-tab.button-tab-active {
  background: #FFF;
  color: #14193A;
}
#support .donate-5x1000 .titolo-intro h2 {
  margin-bottom: 30px;
}
#support .donate-5x1000 .testi-intro .primo-testo p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #support .donate-5x1000 .testi-intro .primo-testo p {
    margin-bottom: 25px;
  }
}
#support .donate-5x1000 .testi-intro .secondo-testo p {
  letter-spacing: 1.3px;
  line-height: 32px;
}
#support .donate-5x1000 .testi-intro .terzo-testo p {
  margin-bottom: 0;
}
#support .donate-5x1000 .banner {
  margin-top: 90px;
  padding: 36px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support .donate-5x1000 .banner {
    padding: 0 50px 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support .donate-5x1000 .banner {
    padding: 0 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  #support .donate-5x1000 .banner {
    padding: 0 30px 40px;
  }
}
#support .donate-5x1000 .banner .image-banner {
  margin-bottom: -50px;
  margin-left: -50px;
}
@media screen and (max-width: 991px) {
  #support .donate-5x1000 .banner .image-banner {
    margin: -50px auto 0;
    max-width: 550px;
  }
}
#support .donate-5x1000 .banner .wrapper-content {
  padding-left: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #support .donate-5x1000 .banner .wrapper-content {
    padding-left: 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  #support .donate-5x1000 .banner .wrapper-content {
    padding: 45px 0 0 0;
  }
}
#support .donate-5x1000 .banner .wrapper-social {
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  #support .donate-5x1000 .banner .wrapper-social {
    flex-direction: column;
  }
}
#support .donate-5x1000 .banner .wrapper-social .description {
  max-width: 215px;
}
@media screen and (max-width: 767px) {
  #support .donate-5x1000 .banner .wrapper-social .description {
    max-width: 100%;
  }
}
#support .donate-5x1000 .banner .wrapper-social .description p {
  margin-bottom: 0;
}
#support .donate-5x1000 .banner .wrapper-social .social-support {
  display: flex;
  align-items: center;
  gap: 8px;
}
#support #form-sost {
  padding-top: 165px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #form-sost {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  #support #form-sost {
    padding-top: 60px;
  }
}
#support #form-sost .primo-testo p {
  margin-bottom: 57px;
}
#support #form-sost .contact-form {
  padding-top: 20px;
}
#support #form-sost .contact-form textarea {
  max-height: 150px;
}
#support #card-blu {
  padding-top: 78px;
}
@media screen and (max-width: 991px) {
  #support #card-blu {
    padding-top: 150px;
  }
}
#support #card-blu .banner {
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #support #card-blu .banner {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #card-blu .banner {
    padding: 0 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  #support #card-blu .banner {
    padding: 0 30px 40px;
  }
}
@media screen and (max-width: 991px) {
  #support #card-blu .banner .image-banner {
    margin: -50px auto 0;
    max-width: 550px;
  }
}
#support #card-blu .banner .wrapper-blu-card {
  padding-left: 80px;
  padding-bottom: 100px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #support #card-blu .banner .wrapper-blu-card {
    padding: 0 30px 50px 30px;
  }
}
@media screen and (max-width: 991px) {
  #support #card-blu .banner .wrapper-blu-card {
    padding: 45px 0 0 0;
  }
}
#support #gift {
  padding-top: 143px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #support #gift {
    padding: 160px 0 80px;
  }
}
#support #gift .favicon-color {
  position: absolute;
  width: 80%;
  max-width: 1800px;
  right: 48%;
  top: -65%;
  z-index: 0;
  transform: rotate(-423deg);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #gift .favicon-color {
    top: -55%;
    right: auto;
    left: -38%;
  }
}
@media screen and (max-width: 767px) {
  #support #gift .favicon-color {
    width: 600px;
    top: -467px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#support .wrapper-color {
  background: linear-gradient(180deg, #FFF 0%, #F1F6FF 34.13%);
  box-shadow: 0px 4px 94px 0px rgba(171, 38, 76, 0.09);
}
#support #become-socio {
  padding: 200px 0 130px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #become-socio {
    padding: 230px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #support #become-socio {
    padding: 180px 0 80px;
  }
}
#support #become-socio .wrapper-buttons .button-tab {
  color: #14193A;
}
@media screen and (max-width: 767px) {
  #support #become-socio .wrapper-buttons .button-tab {
    background: rgba(20, 25, 58, 0.1);
  }
}
#support #become-socio .wrapper-buttons .button-tab.button-tab-active {
  background: #14193A;
  color: #FFF;
}
#support #become-socio .ellipse {
  width: 50%;
  aspect-ratio: 1;
  border-radius: 100%;
  opacity: 0.5;
  background: rgba(221, 51, 120, 0.6);
  filter: blur(450px);
  position: absolute;
  top: 0;
  left: -5%;
  z-index: 1;
}
#support #become-socio .banner {
  padding: 110px 0 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #support #become-socio .banner {
    padding: 60px 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #become-socio .banner {
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  #support #become-socio .banner {
    padding: 55px 20px 30px;
  }
}
#support #become-socio .swiperMember {
  padding-top: 50px;
  padding-bottom: 110px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #become-socio .swiperMember {
    margin-left: -40px;
    margin-right: -40px;
    padding: 50px 40px 110px;
  }
}
@media screen and (max-width: 767px) {
  #support #become-socio .swiperMember {
    margin-left: -20px;
    margin-right: -20px;
    padding: 50px 20px 75px;
  }
}
#support .frame-wrapper {
  overflow: hidden;
}
#support #slider .banner {
  padding: 90px 160px 40px 90px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #support #slider .banner {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #slider .banner {
    padding: 0 50px 80px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  #support #slider .banner {
    padding: 0 35px 70px;
    margin-top: 90px;
  }
}
#support #slider .banner .image-banner {
  margin-bottom: -70px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #slider .banner .image-banner {
    margin: -50px auto 40px;
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  #support #slider .banner .image-banner {
    margin-top: -50px;
    margin-bottom: 40px;
  }
}
#support #slider .banner .wrapper-content {
  padding-left: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #support #slider .banner .wrapper-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  #support #slider .banner .wrapper-content {
    padding: 0 20px;
  }
}
#support #slider .banner .wrapper-content .price {
  margin-top: 15px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  #support #slider .banner .wrapper-content .price {
    font-size: 20px;
  }
}
#support #slider .banner .wrapper-content .swiper-button-prev {
  color: #FFF;
  width: 11px;
  height: 20px;
  left: 35px;
}
@media screen and (max-width: 767px) {
  #support #slider .banner .wrapper-content .swiper-button-prev {
    left: 20px;
  }
}
#support #slider .banner .wrapper-content .swiper-button-prev::after {
  font-size: 20px;
}
#support #slider .banner .wrapper-content .swiper-button-next {
  color: #FFF;
  width: 11px;
  height: 20px;
  right: 35px;
}
@media screen and (max-width: 767px) {
  #support #slider .banner .wrapper-content .swiper-button-next {
    right: 20px;
  }
}
#support #slider .banner .wrapper-content .swiper-button-next::after {
  font-size: 20px;
}
#support #slider .banner .wrapper-content .info {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  #support #slider .banner .wrapper-content .info {
    font-size: 12px;
  }
}
#support #gift-products {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #support #gift-products {
    padding: 190px 0 80px;
  }
}
#support #gift-products .supp-frame {
  bottom: -21%;
  width: 84%;
  max-width: 1500px;
  left: -33%;
  z-index: 0;
  transform: rotate(-86deg);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #gift-products .supp-frame {
    top: -60%;
    right: auto;
    left: -45%;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  #support #gift-products .supp-frame {
    width: 600px;
    top: -450px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
#support #gift-experience {
  position: relative;
  background: #FFF;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #gift-experience {
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #support #gift-experience {
    padding: 60px 0 0;
  }
}
#support #gift-experience .swiperGiftCard {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media screen and (min-width: 1400px) {
  #support #gift-experience .swiperGiftCard {
    margin-right: calc((1296px - 100vw) / 2);
    padding-right: calc((100vw - 1296px) / 2);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #support #gift-experience .swiperGiftCard {
    margin-right: calc((1105px - 100vw) / 2);
    padding-right: calc((100vw - 1105px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #support #gift-experience .swiperGiftCard {
    margin-right: calc((930px - 100vw) / 2);
    padding-right: calc((100vw - 930px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #gift-experience .swiperGiftCard {
    width: 100vw;
    padding-top: 45px;
    padding-left: calc((100vw - 690px) / 2);
    padding-right: calc((100vw - 690px) / 2);
    margin-left: calc((690px - 100vw) / 2);
    margin-right: calc((690px - 100vw) / 2);
  }
  #support #gift-experience .swiperGiftCard::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #support #gift-experience .swiperGiftCard {
    width: 100vw;
    padding-top: 45px;
    padding-left: calc((100vw - 490px) / 2);
    padding-right: calc((100vw - 490px) / 2);
    margin-left: calc((490px - 100vw) / 2);
    margin-right: calc((490px - 100vw) / 2);
  }
}
@media screen and (max-width: 575px) {
  #support #gift-experience .swiperGiftCard {
    width: 100vw;
    padding-top: 45px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
#support #gift-experience .swiperGiftCard::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #support #gift-experience .swiperGiftCard::after {
    display: none;
  }
}
#support #gift-experience .swiperGiftCard .swiper-pagination {
  bottom: 75px;
}
#support #gift-experience .swiper-button-prev {
  color: #000;
  left: 15px;
  width: 11px;
  height: 20px;
  left: -35px;
}
#support #gift-experience .swiper-button-prev::after {
  font-size: 20px;
}
#support #gift-experience .swiper-button-next {
  color: #000;
  right: 15px;
  width: 11px;
  height: 20px;
  right: -100px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #support #gift-experience .swiper-button-next {
    right: -15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #support #gift-experience .swiper-button-next {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #gift-experience .swiper-button-next {
    right: -35px;
  }
}
#support #gift-experience .swiper-button-next::after {
  font-size: 20px;
}
#support #agevo {
  padding-top: 110px;
  background-image: url("../img/favicon-color.png");
  background-repeat: no-repeat;
  background-size: 67vw;
  background-position: 152% 95%;
  margin-bottom: -50px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #agevo {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  #support #agevo {
    padding-top: 180px;
    background-size: 146vw;
    background-position: 43% -47%;
  }
}
#support #agevo .intestazione {
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  #support #agevo .intestazione {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #support #agevo .card-row {
    row-gap: 45px;
  }
}
#support #agevo .banner {
  padding: 80px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #support #agevo .banner {
    padding: 50px 30px;
  }
}
#support #agevo .banner .title-banner {
  text-transform: uppercase;
  max-width: 330px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #support #agevo .banner .title-banner {
    font-size: 16px;
  }
}
#support #tabs {
  position: relative;
}
#support #tabs .wrapper-tabs-pills {
  position: absolute;
  width: 100%;
  padding-top: 63px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #support #tabs .wrapper-tabs-pills {
    padding-top: 45px;
  }
}
#support #tabs .wrapper-tabs-pills .container-tabs {
  gap: 18px;
}
@media screen and (max-width: 767px) {
  #support #tabs .wrapper-tabs-pills .container-tabs {
    gap: 12px;
  }
}
#support #tabs .wrapper-tabs-pills .nav-link {
  border-radius: 11px;
  padding: 10px 21px;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  line-height: 32px;
  letter-spacing: 1.352px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #support #tabs .wrapper-tabs-pills .nav-link {
    font-size: 20px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  #support #tabs .wrapper-tabs-pills .nav-link {
    font-size: 17px;
    padding: 6px 13px;
    letter-spacing: 0.9px;
  }
}
#support #tabs .wrapper-tabs-pills .nav-link.nav-link-1 {
  background: transparent;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #support #tabs .wrapper-tabs-pills .nav-link.nav-link-1 {
    background: rgba(255, 255, 255, 0.1);
  }
}
#support #tabs .wrapper-tabs-pills .nav-link.nav-link-1.active {
  background: #14193A;
}
#support #tabs .wrapper-tabs-pills .nav-link.nav-link-2 {
  background: transparent;
  color: #14193A;
}
@media screen and (max-width: 767px) {
  #support #tabs .wrapper-tabs-pills .nav-link.nav-link-2 {
    background: rgba(20, 25, 58, 0.1);
  }
}
#support #tabs .wrapper-tabs-pills .nav-link.nav-link-2.active {
  background: #FFF;
}
#support #tabs .tab-pane {
  background: linear-gradient(180deg, #FFF 0%, #F1F6FF 34.13%);
  box-shadow: 0px 4px 94px 0px rgba(171, 38, 76, 0.09);
}

/* CONTACT */
@media screen and (min-width: 1450px) {
  #contact #hero {
    aspect-ratio: 1440/400;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1449px) {
  #contact #hero {
    aspect-ratio: 1440/500;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #contact #hero {
    aspect-ratio: 990/460;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #contact #hero {
    aspect-ratio: 770/460;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact #hero {
    aspect-ratio: 390/350;
  }
}
@media screen and (max-width: 575px) {
  #contact #hero {
    aspect-ratio: 390/430;
  }
}
#contact .wrapper-sections {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFF 0%, #F1F6FF 24.52%);
  box-shadow: 0px 4px 94px 0px rgba(171, 38, 76, 0.09);
}
#contact #locations {
  padding-top: 53px;
}
#contact #locations .wrapper-locations {
  position: relative;
}
#contact #locations .wrapper-locations .single-location {
  position: relative;
  padding: 30px 50px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #contact #locations .wrapper-locations .single-location {
    padding: 20px 26px;
    margin-bottom: 15px;
  }
}
#contact #locations .wrapper-locations .single-location.location-highlighted h2 {
  color: #FFF;
}
#contact #locations .wrapper-locations .single-location.location-highlighted .description {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #contact #locations .wrapper-locations .single-location.location-highlighted .description {
    font-size: 14px;
  }
}
#contact #locations .wrapper-locations .single-location.location-highlighted .description a {
  color: #FFF;
}
#contact #locations .wrapper-locations .single-location h2 {
  color: #14193A;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #contact #locations .wrapper-locations .single-location h2 {
    font-size: 25px;
  }
}
#contact #locations .wrapper-locations .single-location .description {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.8px;
  color: #14193A;
}
#contact #locations .wrapper-locations .single-location .description b {
  font-weight: 700;
}
#contact #locations .wrapper-locations .single-location .description a {
  color: #14193A;
}
#contact #locations .wrapper-locations .single-location .description .name-referral {
  margin-bottom: 5px;
}
#contact #locations .wrapper-locations #bgLocation {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  border-radius: 22px;
  background: #AB264C;
}
#contact #locations #map {
  aspect-ratio: 768/723;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1450px) {
  #contact #locations #map {
    aspect-ratio: 768/600;
  }
}
@media screen and (min-width: 1400px) {
  #contact #locations #map {
    width: calc(100% + (100vw - 1337px) / 2);
    margin: 0 calc((1297px - 100vw) / 2) 0 0;
    transform: translateX(40px);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #contact #locations #map {
    width: calc(100% + (100vw - 1157px) / 2);
    margin: 0 calc((1117px - 100vw) / 2) 0 0;
    transform: translateX(40px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #contact #locations #map {
    width: calc(100% + (100vw - 977px) / 2);
    margin: 0 calc((937px - 100vw) / 2) 0 0;
    transform: translateX(40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #contact #locations #map {
    width: 100vw;
    margin: 75px calc((695px - 100vw) / 2) 0;
    transform: translateX(40px);
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact #locations #map {
    width: 100vw;
    margin: 75px calc((492px - 100vw) / 2) 0;
  }
}
@media screen and (max-width: 575px) {
  #contact #locations #map {
    width: 100vw;
    margin: 75px -24px 0;
    aspect-ratio: 390/612;
  }
}
#contact #locations #map .leaflet-div-icon {
  border: none;
  background: none;
}
#contact #locations #map .leaflet-div-icon.marker-active .pin {
  filter: brightness(0) saturate(100%) invert(21%) sepia(31%) saturate(4330%) hue-rotate(319deg) brightness(99%) contrast(95%);
}
#contact #locations #map .leaflet-div-icon .marker-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#contact #locations #map .leaflet-div-icon .marker-pin .favicon {
  position: absolute;
  width: 48px;
  top: 15px;
  z-index: 1;
}
#contact #locations .favicon-color {
  position: absolute;
  width: 85vw;
  max-width: 1400px;
  top: -16%;
  right: -20%;
  z-index: 0;
  transform: rotate(-6deg);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #contact #locations .favicon-color {
    width: 75vw;
    right: -29%;
    transform: rotate(29deg);
  }
}
@media screen and (max-width: 767px) {
  #contact #locations .favicon-color {
    display: none;
  }
}
#contact #support {
  padding: 180px 0 140px;
}
@media screen and (max-width: 767px) {
  #contact #support {
    padding: 105px 0 85px;
  }
}
#contact #support .banner {
  padding: 40px 0;
}
@media screen and (max-width: 991px) {
  #contact #support .banner {
    padding: 0 35px 70px;
  }
}
#contact #support .banner .image {
  margin: -75px auto;
  max-width: 490px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #contact #support .banner .image {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  #contact #support .banner .image {
    margin: -30px auto 45px;
  }
}

/* BLOG */
#blog #articles {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
#blog #articles .opening {
  padding: 200px 0 120px;
}
#blog #articles .opening .wrapper-filters {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
#blog #articles .opening .wrapper-filters .img {
  width: 21px;
}
#blog #articles .opening .wrapper-filters span {
  letter-spacing: 0.999px;
  text-decoration: underline;
}
#blog #articles .opening .wrapper-filters .list-filters {
  position: absolute;
  top: 20px;
  right: 0;
  width: 300px;
  display: block;
}
#blog #articles .wrapper-articles {
  display: flex;
  flex-wrap: wrap;
  row-gap: 70px;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
#blog #articles .single-card.full-card {
  width: 100%;
  display: flex;
  align-items: end;
  gap: 46px;
}
#blog #articles .single-card.full-card .link-img {
  width: calc(62% - 23px);
}
#blog #articles .single-card.full-card .wrapper-info {
  width: calc(38% - 23px);
  padding-bottom: 50px;
}
#blog #articles .single-card.full-card .wrapper-info .description p {
  margin-bottom: 50px;
}
#blog #articles .single-card.full-card h2 {
  letter-spacing: 1.788px;
}
#blog #articles .single-card.small-card {
  position: relative;
  overflow: hidden;
  width: calc(32% - 20px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 35px 40px;
}
#blog #articles .single-card.small-card.bg-purple {
  background: #AB264C;
}
#blog #articles .single-card.small-card .wrapper-info {
  position: relative;
  z-index: 1;
}
#blog #articles .single-card.small-card .wrapper-info .read-more::after {
  background: #FFF;
}
#blog #articles .single-card.small-card h2 {
  letter-spacing: 1.341px;
}
#blog #articles .single-card.small-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(238deg, rgba(0, 0, 0, 0) -11.38%, rgba(0, 0, 0, 0.4) 44.93%);
  z-index: 0;
}
#blog #articles .single-card .wrapper-info .category {
  letter-spacing: 0.805px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#blog #articles .single-card .wrapper-info .read-more {
  letter-spacing: 0.999px;
  position: relative;
}
#blog #articles .single-card .wrapper-info .read-more::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #14193A;
  bottom: -2px;
}
#blog #articles .ellipse {
  position: absolute;
  top: 0;
  left: -10vw;
  width: 100vw;
  aspect-ratio: 1;
  opacity: 0.7;
  background: rgba(163, 194, 255, 0.71);
  filter: blur(750px);
  z-index: -1;
}
#blog #articles .favicon-color {
  width: 80vw;
  max-width: 1400px;
  position: absolute;
  right: -17vw;
  top: 44%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.6;
}
#blog #form {
  background: #FFF;
}

/* SINGLE POST */
#single-post {
  background: linear-gradient(180deg, #F1F6FF 0%, #FFF 98.37%);
}
#single-post #intro {
  padding: 200px 0 0;
}
#single-post #intro .opening {
  padding-bottom: 50px;
}
#single-post #intro .opening .back-blog {
  color: #14193A;
}
#single-post #intro .wrapper-info {
  padding-bottom: 130px;
}
#single-post #intro .wrapper-info .category {
  letter-spacing: 0.805px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#single-post #content {
  padding: 115px 0;
  position: relative;
}
#single-post #content .wp-block-columns {
  gap: 30px;
}
#single-post #content .wp-block-columns .wp-block-group p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.8px;
  color: #14193A;
}
#single-post #content .wp-block-columns .wp-block-group p strong {
  font-weight: 800;
}
#single-post #content .favicon-color {
  width: 80vw;
  max-width: 1400px;
  position: absolute;
  right: -17vw;
  top: 44%;
  transform: translateY(-50%);
  z-index: 0;
}
#single-post #related .banner {
  padding: 75px 65px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}
#single-post #related .banner h2 {
  margin-bottom: 70px;
}/*# sourceMappingURL=custom.css.map */