/* COLORS */
/* FONTS */
@font-face {
  font-family: metric-light;
  src: url(../fonts/Metric/Metric-Light.otf);
}
@font-face {
  font-family: metric-regular;
  src: url(../fonts/Metric/Metric-Regular.otf);
}
@font-face {
  font-family: metric-semibold;
  src: url(../fonts/Metric/Metric-Semibold.otf);
}
/* GENERAL */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}
.description {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .description {
    margin-bottom: 28px;
  }
}
.description.medium {
  margin-bottom: 0;
}
.description.medium p {
  font-family: metric-regular;
  font-size: 22px;
  line-height: 26px;
}
.description.white p {
  color: #FFFFFF;
}
.description p {
  color: #333945;
  font-family: metric-light;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .description p {
    line-height: 20px;
  }
}
.description p strong {
  font-family: metric-regular;
}
.description li {
  color: #333945;
  font-family: metric-light;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}

h1,
.h1 {
  color: #333945;
  font-family: "Athena", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 69px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  h1.h1-home,
  .h1.h1-home {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 52px;
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 18px;
  }
}
h1.white,
.h1.white {
  color: #FFFFFF;
}

h2 {
  color: #333945;
  font-family: "Athena", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 15px;
  }
}
h2.white {
  color: #FFFFFF;
}

h3 {
  color: #333945;
  font-family: "Athena", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
h3.white {
  color: #FFFFFF;
}

h4 {
  color: #333945;
  font-family: "Athena", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
h4.white {
  color: #FFFFFF;
}
h4.lightblue {
  color: #6588A7;
}

h5 {
  color: #333945;
  font-family: "Athena", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
h5.white {
  color: #FFFFFF;
}
h5.lightblue {
  color: #6588A7;
}

h6 {
  color: #333945;
  font-family: metric-semibold;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
h6.white {
  color: #FFFFFF;
}

.cta {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid #333945;
  background: #333945;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transition: all 0.5s;
}
.cta span {
  color: #FFFFFF;
  font-family: "Athena", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.cta:hover {
  gap: 40px;
}
.cta:disabled {
  opacity: 0.5;
}
.cta.cta-outline {
  background: transparent;
  border: 1px solid #333945;
}
.cta.cta-outline span {
  color: #333945;
}
.cta.cta-link {
  background: transparent;
  border: none;
  padding: 0;
}
.cta.cta-link span {
  color: #333945;
}
.cta.cta-white {
  border-color: #FFFFFF;
}
.cta.cta-white span {
  color: #FFFFFF;
}

.wrapper-boxes-lighblue {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .wrapper-boxes-lighblue {
    flex-direction: column;
  }
}
.wrapper-boxes-lighblue .single-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(33.33% - 14px);
  border-radius: 4px;
  padding: 23px 21px;
  background: rgba(153, 176, 196, 0.2);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-boxes-lighblue .single-box {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .wrapper-boxes-lighblue .single-box {
    width: 100%;
    padding: 24px 28px;
  }
}
.wrapper-boxes-lighblue .single-box .update {
  color: #333945;
  font-family: "metric-regular";
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 11px;
}
.wrapper-boxes-lighblue .single-box .cta {
  margin-top: 16px;
  margin-bottom: 0;
  vertical-align: bottom;
}

.single-category .video {
  aspect-ratio: 469/459;
  overflow: hidden;
}
.single-category .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-category .title {
  padding-top: 12px;
  padding-left: 25px;
  display: inline-flex;
  align-items: flex-end;
  gap: 13px;
  color: #333945;
  font-family: metric-light;
  font-size: 32px;
  font-style: normal;
  line-height: 24px;
}

.swiperCategories {
  width: 100vw;
  margin-left: calc((1295px - 100vw) / 2);
  margin-right: calc((1295px - 100vw) / 2);
  padding: 55px calc((100vw - 1295px) / 2) 90px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiperCategories {
    margin-left: calc((1115px - 100vw) / 2);
    margin-right: calc((1115px - 100vw) / 2);
    padding: 55px calc((100vw - 1115px) / 2) 70px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiperCategories {
    margin-left: calc((935px - 100vw) / 2);
    margin-right: calc((935px - 100vw) / 2);
    padding: 55px calc((100vw - 935px) / 2) 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiperCategories {
    margin-left: calc((695px - 100vw) / 2);
    margin-right: calc((695px - 100vw) / 2);
    padding: 55px calc((100vw - 695px) / 2) 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiperCategories {
    margin-left: calc((491px - 100vw) / 2);
    margin-right: calc((491px - 100vw) / 2);
    padding: 55px calc((100vw - 491px) / 2) 70px;
  }
}
@media screen and (max-width: 575px) {
  .swiperCategories {
    padding: 55px 24px 70px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.swiperCategories .swiper-pagination-progressbar {
  width: 33vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .swiperCategories .swiper-pagination-progressbar {
    width: calc(100vw - 200px);
  }
}
.swiperCategories .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #325DA9;
}
.swiperCategories .wrapper-buttons {
  width: calc(33vw + 82px);
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .swiperCategories .wrapper-buttons {
    width: calc(100vw - 100px);
  }
}

.swiper .swiper-pagination-progressbar {
  height: 2px;
  background: #D4D5DA;
  bottom: 17px;
  top: auto;
}
.swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #325DA9;
}

.swiperMedia,
.swiperMediaBig {
  width: 100vw;
  margin-left: calc((1295px - 100vw) / 2);
  margin-right: calc((1295px - 100vw) / 2);
  padding: 55px calc((100vw - 1295px) / 2) 90px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiperMedia,
  .swiperMediaBig {
    margin-left: calc((1115px - 100vw) / 2);
    margin-right: calc((1115px - 100vw) / 2);
    padding: 55px calc((100vw - 1115px) / 2) 90px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiperMedia,
  .swiperMediaBig {
    margin-left: calc((935px - 100vw) / 2);
    margin-right: calc((935px - 100vw) / 2);
    padding: 55px calc((100vw - 935px) / 2) 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiperMedia,
  .swiperMediaBig {
    margin-left: calc((695px - 100vw) / 2);
    margin-right: calc((695px - 100vw) / 2);
    padding: 55px calc((100vw - 695px) / 2) 90px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiperMedia,
  .swiperMediaBig {
    margin-left: calc((491px - 100vw) / 2);
    margin-right: calc((491px - 100vw) / 2);
    padding: 55px calc((100vw - 491px) / 2) 90px;
  }
}
@media screen and (max-width: 575px) {
  .swiperMedia,
  .swiperMediaBig {
    padding: 55px 24px 90px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.swiperMedia .swiper-pagination-progressbar,
.swiperMediaBig .swiper-pagination-progressbar {
  width: calc(33vw + 82px);
  justify-content: space-between;
  left: auto;
  right: 110px;
}
.swiperMedia .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.swiperMediaBig .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #325DA9;
}
.swiperMedia .wrapper-buttons,
.swiperMediaBig .wrapper-buttons {
  left: auto;
  right: 30px;
}

.swiper .wrapper-buttons {
  position: absolute;
  display: flex;
  gap: 20px;
  bottom: 0px;
}
.swiper .wrapper-buttons .swiper-button-next,
.swiper .wrapper-buttons .swiper-button-prev {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  min-width: 18px;
  width: 18px;
  height: 35px;
  margin: 0;
  background-image: url("../images/arrow-swiper.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper .wrapper-buttons .swiper-button-next::after,
.swiper .wrapper-buttons .swiper-button-prev::after {
  display: none;
}
.swiper .wrapper-buttons .swiper-button-prev {
  transform: rotate(180deg);
}

#goDown {
  position: absolute;
  top: max(870px, 90vh);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 7px 9px 8px;
  border: none;
  border-radius: 15px;
}

.title-category {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding-top: 80px;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image-semisquare {
  aspect-ratio: 690/600;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.image-horizontal {
  aspect-ratio: 796/571;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .image-horizontal {
    aspect-ratio: 1;
  }
}

.image-landscape {
  aspect-ratio: 1450/600;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .image-landscape {
    aspect-ratio: 3/2;
  }
}

.article-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .article-card {
    padding: 28px;
  }
}
.article-card.horizontal-card {
  aspect-ratio: 1440/585;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-card.horizontal-card {
    aspect-ratio: 770/520;
  }
}
@media screen and (max-width: 767px) {
  .article-card.horizontal-card {
    aspect-ratio: 1/1;
  }
}
.article-card.square-card {
  aspect-ratio: 690/585;
}
@media screen and (max-width: 767px) {
  .article-card.square-card {
    aspect-ratio: 1/1;
  }
}
.article-card.no-card {
  padding: 0;
}
.article-card.single-post-card {
  margin-bottom: 200px;
  aspect-ratio: 1440/720;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-card.single-post-card {
    aspect-ratio: 770/600;
  }
}
@media screen and (max-width: 767px) {
  .article-card.single-post-card {
    margin-bottom: 170px;
    aspect-ratio: 340/670;
  }
}
.article-card.single-post-card .article-content {
  max-width: 70%;
}
@media screen and (max-width: 991px) {
  .article-card.single-post-card .article-content {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.article-card.single-post-card .article-content .article-title {
  font-size: 28px;
}
.article-card .article-content {
  position: relative;
  z-index: 1;
  padding: 20px 28px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 530px;
  width: 100%;
}
.article-card .article-content.white-text {
  border: 1px solid rgba(10, 10, 10, 0.1);
}
.article-card .article-content.white-text .article-title,
.article-card .article-content.white-text .article-meta,
.article-card .article-content.white-text a {
  color: #FFFFFF;
}
.article-card .article-content .article-title {
  line-height: 28px;
  margin-bottom: 18px;
}
.article-card .article-content .article-meta {
  font-family: "metric-regular";
  font-size: 18px;
  margin-bottom: 20px;
}
.article-card .article-content .article-meta .article-date {
  font-family: "metric-semibold";
}
.article-card .article-content a {
  color: #333945;
  text-decoration: none;
}
.article-card .overlay-card {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%);
}

#hero {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1512/1192;
  width: 100%;
  padding-top: 335px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #hero {
    aspect-ratio: 1512/1392;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #hero {
    aspect-ratio: 835/1360;
    padding-top: 275px;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    aspect-ratio: 390/1140;
    padding-top: 205px;
  }
}
#hero .container {
  position: relative;
  z-index: 1;
}

.overlay {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
}
.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  backdrop-filter: blur(0.5px);
}
.overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  backdrop-filter: blur(64px);
}
.overlay div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay div:nth-child(1) {
  z-index: 2;
  backdrop-filter: blur(1px);
}
.overlay div:nth-child(2) {
  z-index: 3;
  backdrop-filter: blur(2px);
}
.overlay div:nth-child(3) {
  z-index: 4;
  backdrop-filter: blur(4px);
}
.overlay div:nth-child(4) {
  z-index: 5;
  backdrop-filter: blur(8px);
}
.overlay div:nth-child(5) {
  z-index: 6;
  backdrop-filter: blur(16px);
}
.overlay div:nth-of-type(6) {
  z-index: 7;
  backdrop-filter: blur(32px);
}

@media screen and (max-width: 991px) {
  .tablet-reverse {
    flex-direction: column-reverse;
  }
}

form .form-inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
form .form-inputs .wrapper-input {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  form .form-inputs .wrapper-input {
    width: 100%;
  }
}
form .form-inputs .wrapper-input.submit-input {
  margin-top: 20px;
}
form .form-inputs .wrapper-input.wrapper-remember {
  flex-direction: row;
  gap: 8px;
}
form .form-inputs .wrapper-input.wrapper-remember input {
  width: 18px;
}
form .form-inputs .wrapper-input.wrapper-remember label {
  color: #333945;
  font-family: "metric-regular";
  font-size: 18px;
  line-height: normal;
}
form .form-inputs .wrapper-input.wrapper-lost-password {
  flex-direction: row;
  justify-content: flex-end;
}
form .form-inputs .wrapper-input.input-password {
  position: relative;
}
form .form-inputs .wrapper-input.input-password.show .show-hide-pass img.eye-close {
  display: none;
}
form .form-inputs .wrapper-input.input-password.show .show-hide-pass img.eye-open {
  display: block;
}
form .form-inputs .wrapper-input.input-password .show-hide-pass {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 35px;
  right: 12px;
  cursor: pointer;
}
form .form-inputs .wrapper-input.input-password .show-hide-pass img {
  position: absolute;
}
form .form-inputs .wrapper-input.input-password .show-hide-pass img.eye-open {
  display: none;
}
form .form-inputs .wrapper-input.full {
  width: 100%;
}
form .form-inputs .wrapper-input.privacy {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
form .form-inputs .wrapper-input.privacy .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
form .form-inputs .wrapper-input.privacy .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  gap: 8px;
}
form .form-inputs .wrapper-input.privacy .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  width: 20px;
}
form .form-inputs .wrapper-input.privacy .wpcf7-spinner {
  position: absolute;
}
form .form-inputs .wrapper-input.transparent input,
form .form-inputs .wrapper-input.transparent select {
  background-color: transparent;
}
form .form-inputs .wrapper-input .label-input {
  color: #333945;
  font-family: "metric-regular";
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 5px;
}
form .form-inputs .wrapper-input input,
form .form-inputs .wrapper-input select {
  width: 100%;
  padding: 11px 15px;
  border-radius: 12px;
  border: 1px solid rgba(97, 114, 139, 0.6);
  background: rgba(97, 114, 139, 0.1);
  color: #333945;
  font-family: "metric-light";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  max-height: 44px;
}
form .form-inputs .wrapper-input input.readonly-field,
form .form-inputs .wrapper-input select.readonly-field {
  border: 1px solid rgba(97, 114, 139, 0.1);
  background: rgba(97, 114, 139, 0.05);
  color: #9196A1;
  pointer-events: none;
}
form .form-inputs .wrapper-input input.wpcf7-submit,
form .form-inputs .wrapper-input select.wpcf7-submit {
  width: auto;
  padding: 14px 24px;
  border-radius: 50px;
  background: #333945;
  color: #FFFFFF;
  font-family: "Athena";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-right: 68px;
  background-image: url("../images/arrow-right-white.svg");
  background-position: right 24px center;
  background-size: 26px;
  background-repeat: no-repeat;
}
form .form-inputs .wrapper-input select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/arrow-down-menu.svg");
  background-position: right 10px center;
  background-size: 8px;
  background-repeat: no-repeat;
}
form .form-inputs .wrapper-input textarea {
  width: 100%;
  padding: 11px 15px;
  border-radius: 12px;
  border: 1px solid #61728B;
  background: transparent;
  color: #9196A1;
  font-family: "metric-light";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
form .submit-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}

.wpcf7-not-valid-tip,
.wpcf7-list-item .terms-privacy {
  font-family: "metric-regular";
  font-size: 15px;
}

.error-message {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #D52020;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.success-message {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #00B916;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

#intro {
  overflow: hidden;
  position: relative;
}

.card-product .prod-img {
  display: flex;
  overflow: hidden;
  aspect-ratio: 470/560;
  width: 100%;
  height: auto;
}
.card-product .prod-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-product .prod-info {
  padding: 24px 24px 0 24px;
}
@media screen and (max-width: 991px) {
  .card-product .prod-info {
    padding: 16px 16px 20px 16px;
  }
}
.card-product .prod-info .prod-cat {
  font-family: metric-regular;
  font-size: 16px;
  color: #333945;
  text-decoration: none;
  margin-bottom: 9px;
}
.card-product .prod-info .title {
  display: flex;
  gap: 16px;
  text-decoration: none;
}

#mediaHub .separator-hub {
  width: 100vw;
  height: 1px;
  background: #D4D5DA;
  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) {
  #mediaHub .separator-hub {
    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) {
  #mediaHub .separator-hub {
    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) {
  #mediaHub .separator-hub {
    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) {
  #mediaHub .separator-hub {
    margin-left: calc((491px - 100vw) / 2);
    margin-right: calc((491px - 100vw) / 2);
    padding: 0 calc((100vw - 491px) / 2);
  }
}
@media screen and (max-width: 575px) {
  #mediaHub .separator-hub {
    padding: 0 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
}
#mediaHub .wrapper-subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #mediaHub .wrapper-subtitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

#mediaTab {
  gap: 73px;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mediaTab {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  #mediaTab {
    gap: 30px;
    margin-bottom: 30px;
  }
}
#mediaTab .nav-item:last-of-type .nav-link::after {
  display: none;
}
#mediaTab .nav-link {
  border: none;
  padding: 0;
  position: relative;
  background: transparent;
}
#mediaTab .nav-link.active {
  border-bottom: 1px solid #333945;
}
#mediaTab .nav-link::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #333945;
  right: -39px;
  top: 17px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #mediaTab .nav-link::after {
    right: -28px;
  }
}
@media screen and (max-width: 767px) {
  #mediaTab .nav-link::after {
    display: none;
  }
}

.swiperOtherCategories {
  height: 100%;
}
.swiperOtherCategories .swiper-slide {
  display: flex;
  align-items: flex-end;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .swiperOtherCategories .swiper-slide {
    padding-bottom: 115px;
  }
}
.swiperOtherCategories .swiper-slide .container {
  position: relative;
  z-index: 3;
}
.swiperOtherCategories .swiper-slide .container h2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .swiperOtherCategories .swiper-slide .container h2 {
    margin-bottom: 15px;
  }
}
.swiperOtherCategories .swiper-slide .overlay {
  aspect-ratio: 1512/373;
  z-index: 2;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.swiperOtherCategories .swiper-slide .overlay::before {
  -webkit-mask: linear-gradient(to bottom, transparent 0%, #FFFFFF 6%, #FFFFFF 25%, transparent 31%);
  mask: linear-gradient(to bottom, transparent 0%, #FFFFFF 6%, #FFFFFF 25%, transparent 31%);
}
.swiperOtherCategories .swiper-slide .overlay::after {
  -webkit-mask: linear-gradient(to bottom, transparent 82%, #FFFFFF 100%);
  mask: linear-gradient(to bottom, transparent 82%, #FFFFFF 100%);
}
.swiperOtherCategories .swiper-slide .overlay div:nth-child(1) {
  -webkit-mask: linear-gradient(to bottom, transparent 31%, #FFFFFF 44%, #FFFFFF 62.5%, transparent 69%);
  mask: linear-gradient(to bottom, transparent 31%, #FFFFFF 44%, #FFFFFF 62.5%, transparent 69%);
}
.swiperOtherCategories .swiper-slide .overlay div:nth-child(2) {
  -webkit-mask: linear-gradient(to bottom, transparent 44%, #FFFFFF 57%, #FFFFFF 75%, transparent 82%);
  mask: linear-gradient(to bottom, transparent 44%, #FFFFFF 57%, #FFFFFF 75%, transparent 82%);
}
.swiperOtherCategories .swiper-slide .overlay div:nth-child(3) {
  -webkit-mask: linear-gradient(to bottom, transparent 57%, #FFFFFF 70%, #FFFFFF 87.5%, transparent 94%);
  mask: linear-gradient(to bottom, transparent 57%, #FFFFFF 70%, #FFFFFF 87.5%, transparent 94%);
}
.swiperOtherCategories .swiper-slide .overlay div:nth-of-type(4) {
  -webkit-mask: linear-gradient(to bottom, transparent 69%, #FFFFFF 82%, #FFFFFF 100%);
  mask: linear-gradient(to bottom, transparent 69%, #FFFFFF 82%, #FFFFFF 100%);
}
.swiperOtherCategories .swiper-pagination-progress {
  z-index: 2;
  width: 700px;
  left: 56%;
  bottom: 94px;
  transform: translateX(-56%);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiperOtherCategories .swiper-pagination-progress {
    width: 600px;
    left: 57%;
    transform: translateX(-57%);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiperOtherCategories .swiper-pagination-progress {
    width: 500px;
    left: 58%;
    transform: translateX(-58%);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiperOtherCategories .swiper-pagination-progress {
    width: 400px;
    left: 59%;
    transform: translateX(-59%);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiperOtherCategories .swiper-pagination-progress {
    width: 405px;
    left: calc((100vw - 495px) / 2);
    transform: none;
    bottom: 52px;
  }
}
@media screen and (max-width: 575px) {
  .swiperOtherCategories .swiper-pagination-progress {
    width: calc(100vw - 125px);
    left: 24px;
    transform: none;
    bottom: 52px;
  }
}
.swiperOtherCategories .wrapper-buttons {
  bottom: 76px;
  right: calc((100vw - 1050px) / 2);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiperOtherCategories .wrapper-buttons {
    right: calc((100vw - 900px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiperOtherCategories .wrapper-buttons {
    right: calc((100vw - 780px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiperOtherCategories .wrapper-buttons {
    right: calc((100vw - 680px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiperOtherCategories .wrapper-buttons {
    right: calc((100vw - 495px) / 2);
    bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .swiperOtherCategories .wrapper-buttons {
    right: 24px;
    bottom: 35px;
  }
}

#locations .wrapper-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 28px;
  padding: 12px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(213, 213, 218, 0.1) 0%, rgba(213, 213, 218, 0.9) 50%, rgba(213, 213, 218, 0.1) 100%);
  border-image: linear-gradient(90deg, rgba(213, 213, 218, 0.1) 0%, rgba(213, 213, 218, 0.9) 50%, rgba(213, 213, 218, 0.1) 100%);
  border-image-slice: 1;
}
#locations .wrapper-filter .filter-by-continent {
  display: flex;
  align-items: center;
  gap: 28px;
}
#locations .wrapper-filter .filter-by-continent .point {
  width: 7px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #333945;
}
#locations .wrapper-filter .filter-by-continent .point:last-of-type {
  display: none;
}
#locations .wrapper-filter .filter-by-continent .filter-item.active .filter-btn {
  border-bottom: 1px solid #333945;
}
#locations .wrapper-filter .filter-by-continent .filter-item .filter-btn {
  cursor: pointer;
}
#locations .wrapper-filter .filter-by-continent .filter-item .filter-btn input {
  width: 0;
  height: 0;
  display: none;
}
#locations .filter-by-type {
  position: relative;
}
#locations .filter-by-type .accordion-item {
  border: none;
}
#locations .filter-by-type .accordion-item #headingFilter button {
  background: transparent;
  padding: 0;
  color: #686E7A;
  font-family: "metric-semibold";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  box-shadow: none;
  gap: 6px;
}
#locations .filter-by-type .accordion-item #collapseFilter {
  position: absolute;
  padding: 10px;
  background: #FFFFFF;
}
#locations .filter-by-type .accordion-item #collapseFilter .accordion-body {
  padding: 0;
}
#locations #search-form #place-search {
  border-radius: 50px;
  border: 1px solid #61728B;
  padding: 12px 30px;
  color: #686E7A;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
}
#locations #search-form #place-search::-moz-placeholder {
  color: #686E7A;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
#locations #search-form #place-search::placeholder {
  color: #686E7A;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
#locations .open-locations {
  padding: 60px 0;
}
#locations .open-locations .wrapper-locations {
  display: none;
  flex-wrap: wrap;
  -moz-column-gap: 150px;
       column-gap: 150px;
  row-gap: 60px;
}
#locations .open-locations .wrapper-locations.active {
  display: flex;
}
#locations .open-locations .wrapper-locations .card-location {
  width: calc(33.33% - 100px);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #locations .open-locations .wrapper-locations .card-location {
    width: calc(50% - 100px);
  }
}
@media screen and (max-width: 767px) {
  #locations .open-locations .wrapper-locations .card-location {
    width: 100%;
  }
}
#locations .open-locations .wrapper-locations .card-location .title-location {
  color: #333945;
  font-family: "Athena";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 8px;
}
#locations .open-locations .wrapper-locations .card-location .address {
  color: #333945;
  font-family: "metric-regular";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  max-width: 260px;
  margin-bottom: 8px;
}
#locations .open-locations .wrapper-locations .card-location .contact p {
  color: #333945;
  font-family: "metric-light";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0;
}
#locations .open-locations .wrapper-locations .card-location .contact p a {
  color: #333945;
}
#locations .acf-map {
  height: 700px;
  width: 100%;
  transition: all 0.3s;
}
#locations .acf-map .gm-style-iw.gm-style-iw-c {
  min-width: 200px !important;
  max-width: 300px !important;
  padding: 23px 27px !important;
  border-radius: 16px;
  border: 1px solid rgba(101, 136, 167, 0.8);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}
#locations .acf-map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  top: 10px;
  right: 10px;
}
#locations .acf-map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button {
  width: 24px !important;
  height: 24px !important;
}
#locations .acf-map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button span {
  margin: 0 !important;
}
#locations .acf-map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
  overflow: inherit !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}
#locations .acf-map .gm-style-iw.gm-style-iw-c .title-location {
  color: #6588A7;
  font-family: "metric-regular";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 8px;
}

.breadcrumb-nav {
  gap: 10px;
  position: absolute;
  top: 145px;
  z-index: 2;
  display: flex;
}
.breadcrumb-nav.white .item-nav {
  color: #FFFFFF;
}
.breadcrumb-nav.white .item-nav a {
  color: #FFFFFF;
}
.breadcrumb-nav .item-nav {
  color: #333945;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.breadcrumb-nav .item-nav a {
  color: #333945;
  opacity: 0.4;
  text-decoration: none;
}

.pl-30 {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .pl-30 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.pr-30 {
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .pr-30 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

.pl-60 {
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .pl-60 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.pr-60 {
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .pr-60 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

/* HEADER */
#header {
  position: fixed;
  width: 100%;
  top: 30px;
  z-index: 4;
}
#header.white-text #menu-main-menu {
  border-right: 1px solid #FFFFFF;
}
#header.white-text ul li.menu-item-has-children .primary-link::after {
  background-image: url("../images/arrow-down-menu-white.svg");
}
#header.white-text ul li .primary-link {
  color: #FFFFFF;
}
#header.white-text ul li .bordered-item {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
#header.white-text .wrapper-icons .icon-search path {
  stroke: #FFFFFF;
}
#header.white-text .wrapper-icons .icon-user path {
  fill: #FFFFFF;
}
#header.white-text .wrapper-icons .icon-open-side-menu line,
#header.white-text .wrapper-icons .icon-open-mobile-menu line {
  stroke: #FFFFFF;
}
#header .wrapper-header {
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid rgba(225, 225, 225, 0.2);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.3s ease;
}
#header .wrapper-header.open-submenu {
  padding: 12px 24px 268px 24px;
}
@media screen and (max-width: 991px) {
  #header .wrapper-header {
    padding: 16px 12px;
    width: 90%;
  }
}
#header #menu-main-menu {
  border-right: 1px solid rgba(51, 57, 69, 0.6);
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  margin: 0 32px 0 0;
  padding: 0 32px 0 0;
}
#header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header ul li:hover .sub-menu {
  display: flex;
}
#header ul li.menu-item-has-children:hover a {
  color: #A86769;
}
#header ul li.menu-item-has-children:hover a::after {
  filter: invert(48%) sepia(12%) saturate(1894%) hue-rotate(309deg) brightness(89%) contrast(68%);
  transform: rotate(180deg);
}
#header ul li.menu-item-has-children .primary-link {
  position: relative;
  padding-right: 14px;
}
#header ul li.menu-item-has-children .primary-link::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 6px;
  right: 0;
  top: 28px;
  background-image: url("../images/arrow-down-menu.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#header ul li .primary-link {
  color: #333945;
  font-family: metric-regular;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  padding: 18px 0;
}
#header ul li .bordered-item {
  color: #333945;
  font-family: metric-regular;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #333945;
  padding: 8px 20px;
}
#header ul li .sub-menu {
  width: calc(100% - 48px);
  display: none;
  position: absolute;
  gap: 16px;
  left: 24px;
  bottom: 24px;
  padding-top: 48px;
}
#header ul li .sub-menu li {
  width: calc(20% - 13px);
  border-radius: 4px;
  background: #FFDBBC;
}
#header ul li .sub-menu li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 17px;
}
#header ul li .sub-menu li a .menu-custom-img {
  width: 52px;
  aspect-ratio: 1;
  border-radius: 100%;
  margin-bottom: 30px;
}
#header ul li .sub-menu li a .wrapper-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
#header ul li .sub-menu li a .wrapper-title h4 {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #header ul li .sub-menu li a .wrapper-title h4 {
    font-size: 25px;
  }
}
#header ul li .sub-menu li a .submenu-description {
  color: #333945;
  font-family: metric-regular;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
#header #open-side-menu {
  display: flex;
  gap: 32px;
}
#header #open-side-menu .wrapper-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}
#header #open-side-menu .wrapper-icons .icon-open-side-menu,
#header #open-side-menu .wrapper-icons .icon-open-mobile-menu,
#header #open-side-menu .wrapper-icons .icon-search {
  cursor: pointer;
}

#menu-mobile {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  height: 100vh;
  background: #333945;
  width: 550px;
  padding: 48px 60px 307px 60px;
  transition: opacity 1s, z-index 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #menu-mobile {
    width: 100%;
    align-items: flex-start;
  }
}
#menu-mobile.open {
  opacity: 1;
  z-index: 5;
}
#menu-mobile .wrapper-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #menu-mobile .wrapper-nav {
    justify-content: flex-end;
  }
}
#menu-mobile .wrapper-nav .icon-close-menu {
  cursor: pointer;
}
#menu-mobile .menu-menu-mobile-container {
  width: 100%;
}
#menu-mobile #menu-menu-mobile {
  margin: 0;
  padding: 90px 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #menu-mobile #menu-menu-mobile {
    padding: 60px 0;
  }
}
#menu-mobile #menu-menu-mobile li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
     border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-image-slice: 1;
  width: 100%;
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #menu-mobile #menu-menu-mobile li {
    text-align: left;
  }
}
#menu-mobile #menu-menu-mobile li.menu-item-has-children a {
  position: relative;
}
#menu-mobile #menu-menu-mobile li.menu-item-has-children a::after {
  content: "[+]";
  position: absolute;
  display: block;
  right: -21px;
  top: 11px;
  color: #FFFFFF;
  font-family: metric-regular;
  font-size: 12px;
  font-style: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #menu-mobile #menu-menu-mobile li.menu-item-has-children a::after {
    right: auto;
    left: -21px;
    top: 15px;
  }
}
#menu-mobile #menu-menu-mobile li a {
  color: #FFFFFF;
  font-family: Athena;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #menu-mobile #menu-menu-mobile li a {
    font-size: 24px;
  }
}
#menu-mobile #menu-menu-mobile li .sub-menu {
  padding: 0;
  list-style: none;
  display: none;
}
#menu-mobile #menu-menu-mobile li .sub-menu.open {
  display: block;
}
#menu-mobile #menu-menu-mobile li .sub-menu li {
  padding: 0;
  margin: 0;
  border: none;
}
#menu-mobile #menu-menu-mobile li .sub-menu a {
  color: #FFFFFF;
  font-family: metric-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#menu-mobile #menu-menu-mobile li .sub-menu a::after {
  display: none;
}
#menu-mobile .wrapper-icons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#menu-mobile .wrapper-icons .icon {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}
#menu-mobile .wrapper-icons .icon img {
  height: 18px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #menu-mobile .wrapper-icons .icon img {
    height: 23px;
  }
}
#menu-mobile .wrapper-icons .icon span {
  color: #FFFFFF;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #menu-mobile .wrapper-icons .icon span {
    font-size: 20px;
  }
}

#side-menu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  height: 100vh;
  background: #333945;
  width: 580px;
  padding: 48px 60px 307px 60px;
  transition: opacity 1s, z-index 0.3s;
}
#side-menu.open {
  opacity: 1;
  z-index: 5;
}
#side-menu .wrapper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 115px;
}
#side-menu .wrapper-nav .icon-close-menu {
  cursor: pointer;
}
#side-menu #menu-side-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#side-menu #menu-side-menu li {
  margin-bottom: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
     border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-image-slice: 1;
  width: 100%;
  display: block;
}
#side-menu #menu-side-menu li a {
  color: #FFFFFF;
  font-family: Athena;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}
#side-menu #menu-side-menu .sub-menu {
  padding: 0;
  list-style: none;
}
#side-menu #menu-side-menu .sub-menu li {
  padding: 0;
  margin: 0;
  border: none;
}
#side-menu #menu-side-menu .sub-menu a {
  color: #FFFFFF;
  font-family: metric-regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* FOOTER */
#footer {
  font-family: metric-regular;
}
#footer .footer-chemicals {
  background: #99B0C4;
  padding: 85px 0 40px;
  color: #333945;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer .footer-chemicals.footer-white {
  background: #FFFFFF;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .footer-chemicals .wrapper-logo-footer {
    display: flex;
    gap: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-chemicals .wrapper-logo-footer {
    padding-bottom: 50px;
  }
}
#footer .footer-chemicals .wrapper-logo-footer .copyright {
  padding-top: 15px;
  max-width: 333px;
}
@media screen and (max-width: 991px) {
  #footer .footer-chemicals .wrapper-logo-footer .copyright {
    max-width: 100%;
  }
}
#footer .footer-chemicals .wrapper-menus {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .footer-chemicals .wrapper-menus {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
#footer .footer-chemicals .wrapper-menus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #footer .footer-chemicals .wrapper-menus ul {
    min-width: 50%;
  }
}
#footer .footer-chemicals .wrapper-menus ul li {
  margin-bottom: 14px;
}
#footer .footer-chemicals .wrapper-menus ul a {
  color: #333945;
  text-decoration: none;
}
#footer .footer-chemicals .second-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .footer-chemicals .second-row {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 50px;
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-chemicals .second-row {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 65px;
  }
}
#footer .footer-chemicals .second-row .join-us {
  min-width: 59%;
  display: flex;
  align-items: flex-end;
  gap: 28px;
}
#footer .footer-chemicals .second-row .join-us .social-icons {
  display: flex;
  gap: 18px;
}
#footer .footer-chemicals .second-row .join-us .newsletter {
  color: #333945;
  text-decoration: none;
}
#footer .footer-chemicals .second-row .cert {
  min-width: 41%;
}
#footer .footer-chemicals .second-row .cert h5 {
  font-family: metric-semibold;
  font-size: 18px;
  font-style: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer .footer-chemicals .second-row .cert img {
    max-width: 50px;
  }
}
#footer .footer-getters {
  background: #000;
  padding: 40px 0;
  color: #FFFFFF;
}
#footer .footer-getters .wrapper-saesgetters {
  display: flex;
  align-items: center;
  gap: 15px;
}
#footer .footer-getters .wrapper-saesgetters img {
  width: 50px;
}
#footer .footer-getters .wrapper-saesgetters p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0;
}
#footer .footer-getters .menu-policies {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  #footer .footer-getters .menu-policies {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-getters .menu-policies {
    justify-content: flex-start;
    padding-top: 30px;
  }
}
#footer .footer-getters .menu-policies li, #footer .footer-getters .menu-policies a {
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  #footer .footer-getters .menu-policies li, #footer .footer-getters .menu-policies a {
    font-size: 12px;
  }
}

/* HOMEPAGE */
#homepage #hero-hp .swiperHpHero.swiper-white .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: #FFFFFF;
}
#homepage #hero-hp .swiperHpHero.swiper-white .swiper-pagination .swiper-pagination-bullet span {
  background: rgba(255, 255, 255, 0.75);
}
#homepage #hero-hp .swiperHpHero .swiper-slide {
  position: relative;
  aspect-ratio: 1512/1192;
  width: 100%;
  padding-top: 250px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #hero-hp .swiperHpHero .swiper-slide {
    aspect-ratio: 835/1360;
    padding-top: 45vh;
  }
}
@media screen and (max-width: 767px) {
  #homepage #hero-hp .swiperHpHero .swiper-slide {
    aspect-ratio: 390/1000;
    padding-top: 42vh;
  }
}
#homepage #hero-hp .swiperHpHero .swiper-slide .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #homepage #hero-hp .swiperHpHero .swiper-slide .overlay-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(240, 208, 185, 0) 0%, rgba(240, 208, 185, 0.28) 17.18%, rgba(240, 208, 185, 0.55) 31.4%, rgba(240, 208, 185, 0.55) 100%);
    bottom: 0;
    z-index: 1;
  }
}
#homepage #hero-hp .swiperHpHero .swiper-slide .overlay {
  aspect-ratio: 1512/579;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #hero-hp .swiperHpHero .swiper-slide .overlay {
    aspect-ratio: 834/500;
  }
}
@media screen and (max-width: 767px) {
  #homepage #hero-hp .swiperHpHero .swiper-slide .overlay {
    aspect-ratio: 390/550;
  }
}
#homepage #hero-hp .swiperHpHero .swiper-slide .overlay::before {
  -webkit-mask: linear-gradient(to bottom, transparent 0%, #E6BEA1 12.5%, #E6BEA1 25%, transparent 37.5%);
  mask: linear-gradient(to bottom, transparent 0%, #E6BEA1 12.5%, #E6BEA1 25%, transparent 37.5%);
}
#homepage #hero-hp .swiperHpHero .swiper-slide .overlay::after {
  -webkit-mask: linear-gradient(to bottom, transparent 87.5%, #E6BEA1 100%);
  mask: linear-gradient(to bottom, transparent 87.5%, #E6BEA1 100%);
}
#homepage #hero-hp .swiperHpHero .swiper-slide .overlay div:nth-child(1) {
  -webkit-mask: linear-gradient(to bottom, transparent 12.5%, #E6BEA1 25%, #E6BEA1 37.5%, transparent 50%);
  mask: linear-gradient(to bottom, transparent 12.5%, #E6BEA1 25%, #E6BEA1 37.5%, transparent 50%);
}
#homepage #hero-hp .swiperHpHero .swiper-slide .overlay div:nth-child(2) {
  -webkit-mask: linear-gradient(to bottom, transparent 25%, #E6BEA1 37.5%, #E6BEA1 50%, transparent 62.5%);
  mask: linear-gradient(to bottom, transparent 25%, #E6BEA1 37.5%, #E6BEA1 50%, transparent 62.5%);
}
#homepage #hero-hp .swiperHpHero .swiper-slide .overlay div:nth-child(3) {
  -webkit-mask: linear-gradient(to bottom, transparent 37.5%, #E6BEA1 50%, #E6BEA1 62.5%, transparent 75%);
  mask: linear-gradient(to bottom, transparent 37.5%, #E6BEA1 50%, #E6BEA1 62.5%, transparent 75%);
}
#homepage #hero-hp .swiperHpHero .swiper-slide .overlay div:nth-child(4) {
  -webkit-mask: linear-gradient(to bottom, transparent 50%, #E6BEA1 62.5%, #E6BEA1 75%, transparent 87.5%);
  mask: linear-gradient(to bottom, transparent 50%, #E6BEA1 62.5%, #E6BEA1 75%, transparent 87.5%);
}
#homepage #hero-hp .swiperHpHero .swiper-slide .overlay div:nth-child(5) {
  -webkit-mask: linear-gradient(to bottom, transparent 62.5%, #E6BEA1 75%, #E6BEA1 87.5%, transparent 100%);
  mask: linear-gradient(to bottom, transparent 62.5%, #E6BEA1 75%, #E6BEA1 87.5%, transparent 100%);
}
#homepage #hero-hp .swiperHpHero .swiper-slide .overlay div:nth-of-type(6) {
  -webkit-mask: linear-gradient(to bottom, transparent 75%, #E6BEA1 87.5%, #E6BEA1 100%);
  mask: linear-gradient(to bottom, transparent 75%, #E6BEA1 87.5%, #E6BEA1 100%);
}
#homepage #hero-hp .swiperHpHero .swiper-pagination {
  top: 30%;
  bottom: auto;
  right: 0%;
  left: auto;
  transform: rotate(90deg);
  width: auto;
}
@media screen and (max-width: 991px) {
  #homepage #hero-hp .swiperHpHero .swiper-pagination {
    transform: translateX(-50%);
    left: 50%;
    top: 83vh;
  }
}
#homepage #hero-hp .swiperHpHero .swiper-pagination .swiper-pagination-bullet {
  padding: 5px;
  background: transparent;
  width: auto;
  height: auto;
  margin: 0;
}
#homepage #hero-hp .swiperHpHero .swiper-pagination .swiper-pagination-bullet span {
  display: block;
  background: rgba(51, 57, 69, 0.6);
  width: 63px;
  height: 3px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #hero-hp .swiperHpHero .swiper-pagination .swiper-pagination-bullet span {
    width: 100px;
  }
}
#homepage #hero-hp .swiperHpHero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: #333945;
}
#homepage #intro {
  padding: 280px 0 100px;
  background-size: 60vw;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 991px) {
  #homepage #intro {
    background-image: none;
  }
}
#homepage #departments {
  padding: 180px 0;
}
#homepage #products {
  padding-top: 70px;
  padding-bottom: 230px;
  padding-left: calc((100vw - 1320px) / 2);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #homepage #products {
    padding-left: calc((100vw - 1115px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #homepage #products {
    padding-left: calc((100vw - 935px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #products {
    padding-left: calc((100vw - 718px) / 2);
    padding-right: calc((100vw - 718px) / 2);
    padding-top: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #homepage #products {
    padding-left: calc((100vw - 515px) / 2);
    padding-right: calc((100vw - 515px) / 2);
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  #homepage #products {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
  }
}
#homepage #products .description {
  max-width: 330px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #products .description {
    max-width: 100%;
  }
}
#homepage #products .swiperHighlightProducts {
  padding: 0 0 70px;
  margin-right: -12px;
}
@media screen and (max-width: 991px) {
  #homepage #products .swiperHighlightProducts .swiper-pagination-progress-prod {
    max-width: 70vw;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #products .swiperHighlightProducts {
    margin-left: calc((694px - 100vw) / 2);
    margin-right: calc((694px - 100vw) / 2);
    padding: 50px calc((100vw - 694px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #homepage #products .swiperHighlightProducts {
    margin-left: calc((491px - 100vw) / 2);
    margin-right: calc((491px - 100vw) / 2);
    padding: 50px calc((100vw - 491px) / 2);
  }
}
@media screen and (max-width: 575px) {
  #homepage #products .swiperHighlightProducts {
    margin-left: -24px;
    margin-right: -24px;
    padding: 50px 24px;
  }
}
#homepage #products .swiperHighlightProducts .swiper-pagination-progress-prod {
  width: calc(100% - 110px);
}
@media screen and (max-width: 575px) {
  #homepage #products .swiperHighlightProducts .swiper-pagination-progress-prod {
    width: calc(100% - 135px);
    left: 24px;
    right: auto;
  }
}
#homepage #products .swiperHighlightProducts .wrapper-buttons {
  left: auto;
  right: 30px;
}
#homepage #technologies {
  padding: 300px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #technologies {
    padding: 780px 0 135px;
  }
}
@media screen and (max-width: 767px) {
  #homepage #technologies {
    padding: 500px 0 60px;
  }
}
#homepage #technologies .container {
  position: relative;
  z-index: 2;
}
#homepage #technologies .overlay-full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.4) 39.14%, rgba(0, 0, 0, 0.4) 50.47%, rgba(0, 0, 0, 0.32) 58.04%, rgba(0, 0, 0, 0) 73.58%);
}
#homepage #media {
  padding: 280px 0;
}
@media screen and (max-width: 991px) {
  #homepage #media {
    padding: 200px 0;
  }
}
#homepage #media .first-section {
  border-top: 1px solid #D4D5DA;
  border-bottom: 1px solid #D4D5DA;
}
#homepage #media .first-section .wrapper {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  #homepage #media .first-section .wrapper {
    flex-direction: column;
  }
}
#homepage #media .first-section .wrapper .title-media {
  width: 57%;
  padding: 45px 35px 45px 0px;
  border-right: 1px solid #D4D5DA;
}
@media screen and (max-width: 991px) {
  #homepage #media .first-section .wrapper .title-media {
    width: 100%;
    border-right: none;
    padding: 45px 0 20px;
  }
}
#homepage #media .first-section .wrapper .title-media i {
  font-style: normal;
  color: #6588A7;
}
#homepage #media .first-section .wrapper .description-media {
  width: 43%;
  padding: 50px 0 0 50px;
}
@media screen and (max-width: 991px) {
  #homepage #media .first-section .wrapper .description-media {
    width: 100%;
    padding: 0;
  }
}
#homepage #media .first-section .wrapper .description-media p {
  font-size: 16px;
}
#homepage #media .second-section {
  border-bottom: 1px solid #D4D5DA;
  padding-bottom: 53px;
}
@media screen and (max-width: 991px) {
  #homepage #media .second-section {
    padding-bottom: 45px;
  }
}
#homepage #media .second-section .wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #homepage #media .second-section .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
#homepage #media .second-section .wrapper .title-events {
  width: 74%;
  padding: 50px 0;
  border-right: 1px solid #D4D5DA;
}
@media screen and (max-width: 991px) {
  #homepage #media .second-section .wrapper .title-events {
    padding: 45px 0 18px;
    width: 100%;
    border-right: none;
  }
}
#homepage #media .second-section .wrapper .wrapper-cta {
  width: 26%;
  padding: 45px 0 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #homepage #media .second-section .wrapper .wrapper-cta {
    width: 100%;
    padding: 0 0 45px;
    justify-content: flex-start;
  }
}
#homepage #media .third-section {
  padding: 55px 0;
  border-bottom: 1px solid #D4D5DA;
}
@media screen and (max-width: 991px) {
  #homepage #media .third-section {
    padding: 45px 0;
  }
}
#homepage #media .third-section .wrapper-cta {
  position: absolute;
  top: -2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #homepage #media .third-section .wrapper-cta {
    position: relative;
  }
}
#homepage #media .fourth-section {
  padding: 45px 0;
  border-bottom: 1px solid #D4D5DA;
}
#homepage #video {
  aspect-ratio: 1512/912;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #homepage #video {
    aspect-ratio: 834/1194;
  }
}
@media screen and (max-width: 767px) {
  #homepage #video {
    aspect-ratio: 390/845;
  }
}
#homepage #video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#homepage #about {
  padding: 280px 0 130px;
}
@media screen and (max-width: 991px) {
  #homepage #about {
    padding: 200px 0;
  }
}
#homepage #about .padding-top {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  #homepage #about .padding-top {
    padding-top: 0;
    padding-bottom: 85px;
  }
}
#homepage #contacts {
  position: relative;
  overflow: hidden;
  padding: 260px 0;
}
@media screen and (max-width: 991px) {
  #homepage #contacts {
    padding: 0 0 170px;
  }
}
#homepage #contacts .container {
  position: relative;
  z-index: 2;
}

/* PAGINA CATEGORIA */
#product-category #hero .wrapper-title {
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  #product-category #hero .wrapper-title {
    padding-left: 0;
  }
}
#product-category #hero .wrapper-title::before {
  content: "";
  position: absolute;
  width: 69%;
  aspect-ratio: 358/363;
  left: 0%;
  top: -14%;
  background-image: url("../images/gradient-rectangle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #product-category #hero .wrapper-title::before {
    aspect-ratio: 270/230;
    width: 84%;
    left: -24px;
  }
}
@media screen and (max-width: 767px) {
  #product-category #hero .wrapper-title .icon-category {
    max-width: 60px;
  }
}
#product-category #intro {
  padding: 270px 0;
}
@media screen and (max-width: 991px) {
  #product-category #intro {
    padding: 200px 0;
  }
}
#product-category #products {
  padding-bottom: 270px;
}
@media screen and (max-width: 991px) {
  #product-category #products {
    padding-bottom: 200px;
  }
}
#product-category #products .wrapper-products {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 80px;
}
#product-category #products .wrapper-products .prod-img {
  aspect-ratio: 590/765;
  overflow: hidden;
}
#product-category #products .wrapper-products .prod-img:first-of-type {
  width: calc(65% - 10px);
}
#product-category #products .wrapper-products .prod-img:last-of-type {
  width: calc(35% - 10px);
}
#product-category #products .wrapper-products .prod-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#product-category #documents {
  padding-bottom: 270px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #product-category #documents {
    padding-bottom: 200px;
    text-align: left;
  }
}
#product-category #documents .wrapper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(213, 213, 218, 0.1) 0%, rgba(213, 213, 218, 0.9) 50%, rgba(213, 213, 218, 0.1) 100%);
     border-image: linear-gradient(90deg, rgba(213, 213, 218, 0.1) 0%, rgba(213, 213, 218, 0.9) 50%, rgba(213, 213, 218, 0.1) 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  #product-category #documents .wrapper-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
#product-category #categories {
  margin-bottom: 270px;
  overflow: hidden;
  aspect-ratio: 1512/920;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #product-category #categories {
    aspect-ratio: 390/550;
  }
}
@media screen and (max-width: 575px) {
  #product-category #categories {
    aspect-ratio: 390/844;
    margin-bottom: 200px;
  }
}
#product-category #formulator {
  padding-bottom: 270px;
}
@media screen and (max-width: 767px) {
  #product-category #formulator {
    padding-bottom: 200px;
  }
}
#product-category #formulator .padd-right-40 {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  #product-category #formulator .padd-right-40 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-top: 48px;
  }
}

/* PAGINA SOTTOCATEGORIA */
#product-subcategory {
  position: relative;
}
#product-subcategory .background-initial {
  width: 100%;
  height: auto;
  aspect-ratio: 1512/568;
  background-image: url("/wp-content/uploads/2026/03/Rectangle-1939.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1;
}
#product-subcategory .background-initial .overlay-initial {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #FFF 84.78%, #FFF 98.51%);
}
#product-subcategory .wrapper-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
#product-subcategory .wrapper-tags .single-tag {
  color: #A86769;
  font-family: "metric-regular";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
#product-subcategory .wrapper-tags .dot {
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #A86769;
}
#product-subcategory #hero-small {
  padding-top: 230px;
}
@media screen and (max-width: 767px) {
  #product-subcategory #hero-small {
    padding-top: 195px;
  }
}
#product-subcategory #intro {
  padding: 270px 0;
}
@media screen and (max-width: 991px) {
  #product-subcategory #intro {
    padding: 200px 0;
  }
}
#product-subcategory #products {
  padding-bottom: 270px;
}
@media screen and (max-width: 991px) {
  #product-subcategory #products {
    padding-bottom: 200px;
  }
}
#product-subcategory #formulator {
  padding-bottom: 270px;
}
@media screen and (max-width: 991px) {
  #product-subcategory #formulator {
    padding-bottom: 200px;
  }
}
#product-subcategory #formulator .wrapper-formulator {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (max-width: 767px) {
  #product-subcategory #formulator .wrapper-formulator {
    display: flex;
    flex-direction: column;
  }
}
#product-subcategory #formulator .wrapper-formulator::before {
  content: "";
  position: absolute;
  width: 69%;
  aspect-ratio: 611/552;
  left: 14%;
  top: -10%;
  background-image: url("../images/gradient-rectangle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-subcategory #formulator .wrapper-formulator::before {
    width: 88%;
    right: 0;
    left: auto;
    background-position: right;
  }
}
@media screen and (max-width: 767px) {
  #product-subcategory #formulator .wrapper-formulator::before {
    background-image: url("../images/gradient-rectangle-mobile.svg");
    aspect-ratio: 198/274;
    width: 198px;
    left: 56%;
    transform: translateX(-50%);
    top: -6%;
  }
}
#product-subcategory #formulator .wrapper-formulator .left-top {
  grid-area: 1/1/5/4;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-subcategory #formulator .wrapper-formulator .left-top {
    grid-area: 1/1/5/5;
  }
}
@media screen and (max-width: 767px) {
  #product-subcategory #formulator .wrapper-formulator .left-top {
    order: 1;
  }
}
#product-subcategory #formulator .wrapper-formulator .right-top {
  grid-area: 1/4/5/9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-subcategory #formulator .wrapper-formulator .right-top {
    grid-area: 1/5/5/9;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #product-subcategory #formulator .wrapper-formulator .right-top {
    order: 3;
  }
}
#product-subcategory #formulator .wrapper-formulator .left-bottom {
  grid-area: 5/1/9/4;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-subcategory #formulator .wrapper-formulator .left-bottom {
    grid-area: 5/1/9/5;
  }
}
@media screen and (max-width: 767px) {
  #product-subcategory #formulator .wrapper-formulator .left-bottom {
    display: none;
  }
}
#product-subcategory #formulator .wrapper-formulator .right-bottom {
  grid-area: 5/4/9/9;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-subcategory #formulator .wrapper-formulator .right-bottom {
    grid-area: 5/5/9/9;
  }
}
@media screen and (max-width: 767px) {
  #product-subcategory #formulator .wrapper-formulator .right-bottom {
    order: 2;
    display: flex;
    flex-direction: column;
  }
}
#product-subcategory #formulator .wrapper-formulator .image-formulator {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #product-subcategory #formulator .wrapper-formulator .image-formulator.image-left {
    max-width: 200px;
  }
}
#product-subcategory #formulator .wrapper-formulator .image-formulator.image-bottom {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  #product-subcategory #formulator .wrapper-formulator .image-formulator.image-bottom {
    max-width: 130px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: -30px;
  }
}
#product-subcategory #related {
  padding-bottom: 270px;
}
@media screen and (max-width: 991px) {
  #product-subcategory #related {
    padding-bottom: 200px;
  }
}

/* SINGOLO PRODOTTO */
#single-product #hero .wrapper-icons {
  position: absolute;
  right: 23%;
  top: -38%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#single-product #hero .wrapper-icons .single-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#single-product #hero .wrapper-icons .single-icon .icon {
  border-radius: 100%;
  width: 96px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(153, 176, 196, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#single-product #hero .wrapper-icons .single-icon .name-icon {
  color: #333945;
  text-align: center;
  font-family: "metric-light";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
#single-product #description {
  padding: 270px 0;
}
@media screen and (max-width: 991px) {
  #single-product #description {
    padding: 200px 0;
  }
}
#single-product #description .description {
  margin-bottom: 80px;
}
#single-product #description .wrapper-lists {
  display: flex;
  gap: 4px;
  margin-bottom: 44px;
}
#single-product #description .wrapper-lists .single-list {
  padding: 0 24px;
  position: relative;
  font-size: 18px;
  font-family: "metric-regular";
}
#single-product #description .wrapper-lists .single-list:last-of-type::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #6588A7;
  right: 0;
  top: 11px;
}
#single-product #description .wrapper-lists .single-list::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #6588A7;
  left: 0;
  top: 11px;
}
#single-product #gallery .wrapper-media {
  aspect-ratio: 714/798;
  overflow: hidden;
  position: relative;
}
#single-product #gallery .wrapper-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#single-product #gallery .wrapper-media video {
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#single-product #diagrams {
  padding-top: 270px;
}
#single-product #diagrams .first-section {
  padding-bottom: 140px;
}
#single-product #diagrams .second-section {
  padding-bottom: 270px;
}
#single-product #diagrams .img-diagram {
  max-width: 100%;
}
#single-product #diagrams .description ul {
  padding: 0;
  list-style: none;
}
#single-product #diagrams .description ul li {
  padding-left: 25px;
  padding-bottom: 5px;
  color: #6588A7;
  position: relative;
}
#single-product #diagrams .description ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  aspect-ratio: 1;
  background-image: url("../images/diagram-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#single-product #full-section img {
  aspect-ratio: 1550/920;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* DOWNLOAD */
#downloads #intro {
  padding: 230px 0 50px;
}
#downloads .section-download {
  padding-bottom: 80px;
}
#downloads .section-download .wrapper-title {
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.3) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.3) 100%);
     border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.3) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.3) 100%);
  border-image-slice: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#downloads .section-download .wrapper-title h2 {
  margin-bottom: 18px;
}
#downloads .filter-bar {
  display: flex;
  align-items: center;
  gap: 28px;
}
#downloads .filter-bar .single-filter {
  position: relative;
}
#downloads .filter-bar .filter-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
#downloads .filter-bar .filter-icon span {
  color: #686E7A;
  font-family: "metric-semibold";
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
#downloads .filter-bar .filters-wrapper {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 6;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px 32px;
  min-width: 325px;
}
#downloads .filter-bar .filters-wrapper.open {
  display: block;
}
#downloads .filter-bar .filters-wrapper h4 {
  line-height: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #D8D8D8 0%, rgba(216, 216, 216, 0) 100%);
  border-image: linear-gradient(90deg, #D8D8D8 0%, rgba(216, 216, 216, 0) 100%);
  border-image-slice: 1;
}
#downloads .filter-bar .filters-wrapper .close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 32px;
  filter: invert(1);
  width: 20px;
}
#downloads .filter-bar .filters-wrapper .title-cat {
  color: #000;
  font-family: "metric-regular";
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 20px;
}
#downloads .filter-bar .filters-wrapper .wrapper-checkbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, #D8D8D8 0%, rgba(216, 216, 216, 0) 100%);
  border-image: linear-gradient(90deg, #D8D8D8 0%, rgba(216, 216, 216, 0) 100%);
  border-image-slice: 1;
}
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .wrapper-label {
  display: flex;
  align-items: center;
  gap: 12px;
}
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .wrapper-label .square {
  width: 18px;
  aspect-ratio: 1;
  border-radius: 5px;
  background: #D4D5DA;
}
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .wrapper-label .circle {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 100px;
  background: #D4D5DA;
}
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .cat-option,
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .order-option {
  cursor: pointer;
  position: relative;
  color: #000;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  display: flex;
}
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .cat-option input,
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .order-option input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
}
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .cat-option input:checked + .wrapper-label .square,
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .order-option input:checked + .wrapper-label .square {
  background-color: #6588A7;
  background-image: url("../images/check-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .cat-option input:checked + .wrapper-label .circle,
#downloads .filter-bar .filters-wrapper .wrapper-checkbox .order-option input:checked + .wrapper-label .circle {
  border: 1px solid #6588A7;
  background-image: url("../images/circle-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
#downloads .filter-bar .filters-wrapper .buttons-actions {
  display: flex;
  gap: 16px;
}
#downloads .filter-bar .divider {
  width: 7px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #333945;
}
#downloads .overlay-filters {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  top: 0;
  left: 0;
}

/* REGISTRATION */
/* LOGIN */
/* RESET PASSWORD */
/* NEW PASSWORD */
#registration,
#login,
#reset-password,
#new-password {
  padding: 280px 0 440px;
  background-image: url("../images/bg-login.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #registration,
  #login,
  #reset-password,
  #new-password {
    padding: 150px 0 100px;
  }
}
#registration .wrapper-form-user,
#login .wrapper-form-user,
#reset-password .wrapper-form-user,
#new-password .wrapper-form-user {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  padding: 38px 30px;
}
#registration form .submit-wrap,
#login form .submit-wrap,
#reset-password form .submit-wrap,
#new-password form .submit-wrap {
  justify-content: center;
}
#registration form a,
#login form a,
#reset-password form a,
#new-password form a {
  color: #6588A7;
  font-family: "metric-regular";
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
}
#registration form .remember-user,
#login form .remember-user,
#reset-password form .remember-user,
#new-password form .remember-user {
  display: flex;
  align-items: center;
}
#registration form .remember-user input[type=checkbox],
#login form .remember-user input[type=checkbox],
#reset-password form .remember-user input[type=checkbox],
#new-password form .remember-user input[type=checkbox] {
  width: auto;
}
#registration form .no-account span,
#login form .no-account span,
#reset-password form .no-account span,
#new-password form .no-account span {
  color: #333945;
  font-family: "metric-regular";
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}

#registration .wrapper-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
#registration .wrapper-steps h2 {
  margin-bottom: 0;
}
#registration .wrapper-steps .pagination-step {
  color: #333945;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
#registration .single-step {
  display: none;
}
#registration .single-step.active {
  display: block;
}

/* DASHBOARD */
#dashboard .wrapper-popup-image {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
}
#dashboard .wrapper-popup-image.open {
  display: flex;
}
#dashboard .wrapper-popup-image .popup-image-profile {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  width: 450px;
  padding: 38px 32px;
}
#dashboard .wrapper-popup-image .popup-image-profile .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#dashboard .wrapper-popup-image .popup-image-profile .heading h2 {
  margin-bottom: 0;
}
#dashboard .wrapper-popup-image .popup-image-profile .heading .close-popup {
  cursor: pointer;
}
#dashboard .wrapper-popup-image .popup-image-profile .wrapper-upload-image {
  border-radius: 8px;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
#dashboard .wrapper-popup-image .popup-image-profile .wrapper-upload-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#dashboard .wrapper-popup-image .popup-image-profile .wrapper-actions {
  display: flex;
  gap: 20px;
}
#dashboard .wrapper-popup-image .popup-image-profile .wrapper-actions .wrapper-buttons {
  display: flex;
  gap: 20px;
}
#dashboard #intro {
  padding: 445px 0 35px;
}
@media screen and (max-width: 767px) {
  #dashboard #intro {
    padding: 260px 0 35px;
  }
}
#dashboard #intro .container {
  position: relative;
  z-index: 1;
}
#dashboard #intro .wrapper-image-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
#dashboard #intro .wrapper-image-profile .wrapper-image {
  position: relative;
}
#dashboard #intro .wrapper-image-profile .wrapper-image .image-profile {
  max-width: 190px;
  border-radius: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#dashboard #intro .wrapper-image-profile .wrapper-image .modify-image {
  position: absolute;
  bottom: 5px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #D4D5DA;
  cursor: pointer;
}
#dashboard #intro .wrapper-image-profile h2 {
  font-family: "metric-regular";
  margin-bottom: 0px;
}
#dashboard #intro .wrapper-image-profile h4 {
  font-family: "metric-light";
}
#dashboard #intro .contact-us {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#dashboard #contentProfile {
  padding: 65px 0 270px;
}
@media screen and (max-width: 991px) {
  #dashboard #contentProfile {
    padding: 65px 0 200px;
  }
}
#dashboard #contentProfile .dashboard-tabs {
  align-items: center;
  gap: 28px;
  padding: 20px 0;
  margin-bottom: 65px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(213, 213, 218, 0.1) 0%, rgba(213, 213, 218, 0.9) 50%, rgba(213, 213, 218, 0.1) 100%);
     border-image: linear-gradient(90deg, rgba(213, 213, 218, 0.1) 0%, rgba(213, 213, 218, 0.9) 50%, rgba(213, 213, 218, 0.1) 100%);
  border-image-slice: 1;
}
#dashboard #contentProfile .dashboard-tabs .point {
  width: 7px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #333945;
}
#dashboard #contentProfile .dashboard-tabs a {
  text-decoration: none;
}
#dashboard #contentProfile .dashboard-tabs a.active {
  text-decoration: underline;
  color: #333945;
}
#dashboard #contentProfile .dropdown {
  margin-bottom: 60px;
}
#dashboard #contentProfile .dropdown button.btn.dropdown-toggle {
  padding: 8px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-right: none;
  -o-border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.3) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.3) 100%);
     border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.3) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.3) 100%);
  border-image-slice: 1;
}
#dashboard #contentProfile .dropdown button.btn.dropdown-toggle::after {
  border: none;
  width: 12px;
  height: 5px;
  background-image: url("../images/arrow-down-menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
}
#dashboard #contentProfile .dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0 0 4px 4px;
  background: rgba(212, 213, 218, 0.2);
  padding: 8px;
}
#dashboard #contentProfile .dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  color: #9196A1;
  font-family: "metric-regular";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  #dashboard #contentProfile #accordionDownload .collapse:not(.show) {
    display: block !important;
  }
}
#dashboard #contentProfile #accordionDownload .accordion-item {
  border: none;
}
#dashboard #contentProfile #accordionDownload .accordion-item .accordion-button {
  box-shadow: none;
  background: transparent;
  padding: 24px 0;
  margin-bottom: 24px;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(213, 213, 218, 0.1) 0%, rgba(213, 213, 218, 0.9) 50%, rgba(213, 213, 218, 0.1) 100%);
     border-image: linear-gradient(90deg, rgba(213, 213, 218, 0.1) 0%, rgba(213, 213, 218, 0.9) 50%, rgba(213, 213, 218, 0.1) 100%);
  border-image-slice: 1;
  color: #333945;
}
#dashboard #contentProfile #accordionDownload .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-icon.svg");
  width: 8px;
  transform: none;
}
#dashboard #contentProfile #accordionDownload .accordion-item .accordion-button::after {
  width: 12px;
  height: 12px;
  background-image: url("../images/plus-icon.svg");
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #dashboard #contentProfile #accordionDownload .accordion-item .accordion-button::after {
    display: none;
  }
}
#dashboard #contentProfile #accordionDownload .accordion-item .accordion-collapse {
  border: none;
  padding-bottom: 80px;
}
#dashboard #contentProfile .save-profile {
  display: none;
}
#dashboard #logout {
  padding: 270px 0;
}
@media screen and (max-width: 991px) {
  #dashboard #logout {
    padding: 200px 0;
  }
}
#dashboard #logout .registration-time {
  color: #000;
  font-family: "metric-light";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 12px;
}

/* PAGINA CONTATTI */
#contact #intro {
  padding: 230px 0 50px;
}
#contact #intro .social-icons {
  display: flex;
  gap: 27px;
  padding-bottom: 35px;
}
#contact #intro .social-icons img {
  width: 28px;
}
#contact #request {
  padding: 270px 0;
}
@media screen and (max-width: 991px) {
  #contact #request {
    padding: 200px 0;
  }
}
#contact #work {
  padding-bottom: 270px;
}
@media screen and (max-width: 991px) {
  #contact #work {
    padding-bottom: 200px;
  }
}
#contact #work .wrapper-image {
  margin-bottom: 270px;
}
@media screen and (max-width: 991px) {
  #contact #work .wrapper-image {
    margin-bottom: 200px;
  }
}

/* ABOUT US */
@media screen and (max-width: 991px) {
  #about #hero {
    padding-top: 65vh;
  }
}
#about #intro {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #about #intro {
    padding-top: 200px;
  }
}
#about #intro .wrapper-gallery {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  #about #intro .wrapper-gallery {
    flex-wrap: wrap;
  }
}
#about #intro .wrapper-gallery .single-image.image-1, #about #intro .wrapper-gallery .single-image.image-3 {
  width: calc(25% - 10px);
  aspect-ratio: 347/379;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about #intro .wrapper-gallery .single-image.image-1, #about #intro .wrapper-gallery .single-image.image-3 {
    width: calc(50% - 10px);
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767px) {
  #about #intro .wrapper-gallery .single-image.image-1, #about #intro .wrapper-gallery .single-image.image-3 {
    width: 100%;
    aspect-ratio: 340/380;
  }
}
#about #intro .wrapper-gallery .single-image.image-2 {
  width: calc(50% - 10px);
  aspect-ratio: 714/379;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about #intro .wrapper-gallery .single-image.image-2 {
    width: 100%;
    aspect-ratio: 770/410;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  #about #intro .wrapper-gallery .single-image.image-2 {
    width: 100%;
    aspect-ratio: 340/380;
  }
}
#about #intro .wrapper-gallery .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about #technology {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #about #technology {
    padding-top: 200px;
  }
}
#about #technology .wrapper-gallery {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 80px;
}
#about #technology .wrapper-gallery .single-image.image-1 {
  width: calc(70% - 10px);
  aspect-ratio: 837/644;
}
@media screen and (max-width: 767px) {
  #about #technology .wrapper-gallery .single-image.image-1 {
    width: calc(60% - 10px);
    aspect-ratio: 1;
  }
}
#about #technology .wrapper-gallery .single-image.image-2 {
  width: calc(30% - 10px);
  aspect-ratio: 347/475;
}
@media screen and (max-width: 767px) {
  #about #technology .wrapper-gallery .single-image.image-2 {
    width: calc(40% - 10px);
    aspect-ratio: 1;
  }
}
#about #technology .wrapper-gallery .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about #technology .wrapper-icons {
  padding: 0 0 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about #technology .wrapper-icons {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #about #technology .wrapper-icons {
    padding: 30px 0 0 0;
  }
}
#about #technology .wrapper-icons .single-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #about #technology .wrapper-icons .single-icon {
    margin-bottom: 20px;
  }
}
#about #technology .wrapper-icons .single-icon .icon {
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  #about #technology .wrapper-icons .single-icon .icon {
    min-width: 70px;
  }
}
#about #technology .wrapper-icons .single-icon .icon img {
  max-width: 100%;
}
#about #technology .wrapper-icons .single-icon .description {
  margin-bottom: 0;
}
#about #slider {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #about #slider {
    padding-top: 200px;
  }
}
#about #slider .swiperAbout .single-slide img {
  aspect-ratio: 1445/600;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  #about #slider .swiperAbout .single-slide img {
    aspect-ratio: 770/600;
  }
}
#about #slider .swiperAbout .single-slide .wrapper-content {
  width: 100%;
  padding: 80px 15% 0 15%;
}
@media screen and (max-width: 991px) {
  #about #slider .swiperAbout .single-slide .wrapper-content {
    padding: 80px 0 0 0;
  }
}
#about #slider .swiperAbout .wrapper-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: calc((1295px - 100vw) / 2);
  padding-left: 15%;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #about #slider .swiperAbout .wrapper-controls {
    margin-right: calc((1115px - 100vw) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #about #slider .swiperAbout .wrapper-controls {
    margin-right: calc((935px - 100vw) / 2);
  }
}
@media screen and (max-width: 991px) {
  #about #slider .swiperAbout .wrapper-controls {
    margin-right: 0;
    padding-left: 0;
    flex-direction: row-reverse;
  }
}
#about #slider .swiperAbout .wrapper-controls .wrapper-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
}
#about #slider .swiperAbout .wrapper-controls .wrapper-pagination .swiper-button-next,
#about #slider .swiperAbout .wrapper-controls .wrapper-pagination .swiper-button-prev,
#about #slider .swiperAbout .wrapper-controls .wrapper-pagination .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
#about #slider .swiperAbout .wrapper-controls .wrapper-pagination .swiper-button-prev,
#about #slider .swiperAbout .wrapper-controls .wrapper-pagination .swiper-button-next {
  min-width: 23px;
  height: 38px;
  margin: 0;
  background-image: url("../images/arrow-swiper.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#about #slider .swiperAbout .wrapper-controls .wrapper-pagination .swiper-button-prev::after,
#about #slider .swiperAbout .wrapper-controls .wrapper-pagination .swiper-button-next::after {
  display: none;
}
#about #slider .swiperAbout .wrapper-controls .wrapper-pagination .swiper-button-prev {
  transform: rotate(180deg);
}
#about #slider .swiperAbout .wrapper-controls .swiper-pagination-progress-cat {
  position: relative;
}
#about #departments {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #about #departments {
    padding-top: 200px;
  }
}
#about #getters {
  margin: 270px 0;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  #about #getters {
    margin: 200px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #about #getters {
    aspect-ratio: 835/1000;
  }
}
@media screen and (max-width: 767px) {
  #about #getters {
    aspect-ratio: 390/840;
  }
}
#about #getters video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
#about #getters .overlay-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgb(0, 0, 0) 100%);
}
#about #getters .container {
  position: relative;
  z-index: 2;
}
#about #getters .description {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #about #getters .description {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  #about #getters .cta {
    position: absolute;
    bottom: 0;
  }
}

/* SUSTAINABILITY */
@media screen and (max-width: 991px) {
  #sustainability #hero {
    padding-top: 65vh;
  }
}
#sustainability #intro {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #sustainability #intro {
    padding-top: 200px;
  }
}
#sustainability #intro .wrapper-gallery {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sustainability #intro .wrapper-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  #sustainability #intro .wrapper-gallery {
    flex-wrap: wrap;
  }
}
#sustainability #intro .wrapper-gallery .single-image.image-1 {
  width: calc(31% - 10px);
  aspect-ratio: 400/485;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sustainability #intro .wrapper-gallery .single-image.image-1 {
    width: 100%;
    grid-area: 1/1/7/6;
  }
}
@media screen and (max-width: 767px) {
  #sustainability #intro .wrapper-gallery .single-image.image-1 {
    width: calc(80% - 10px);
    aspect-ratio: 1;
  }
}
#sustainability #intro .wrapper-gallery .single-image.image-2 {
  width: calc(22% - 10px);
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sustainability #intro .wrapper-gallery .single-image.image-2 {
    width: 100%;
    grid-area: 1/6/5/10;
  }
}
@media screen and (max-width: 767px) {
  #sustainability #intro .wrapper-gallery .single-image.image-2 {
    width: calc(58% - 10px);
    aspect-ratio: 200/240;
  }
}
#sustainability #intro .wrapper-gallery .single-image.image-3 {
  width: calc(47% - 10px);
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sustainability #intro .wrapper-gallery .single-image.image-3 {
    width: 100%;
    grid-area: 5/6/13/13;
  }
}
@media screen and (max-width: 767px) {
  #sustainability #intro .wrapper-gallery .single-image.image-3 {
    width: calc(42% - 10px);
    aspect-ratio: 1;
  }
}
#sustainability #intro .wrapper-gallery .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sustainability #intro .wrapper-icons {
  padding-top: 80px;
}
#sustainability #intro .wrapper-icons .single-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #sustainability #intro .wrapper-icons .single-icon {
    margin-bottom: 20px;
    align-items: flex-start;
  }
}
#sustainability #intro .wrapper-icons .single-icon .icon {
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  #sustainability #intro .wrapper-icons .single-icon .icon {
    min-width: 70px;
  }
}
#sustainability #intro .wrapper-icons .single-icon .icon img {
  max-width: 100%;
}
#sustainability #intro .wrapper-icons .single-icon .description {
  margin-bottom: 0;
}
#sustainability #future {
  margin-top: 270px;
  overflow: hidden;
  aspect-ratio: 1512/920;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  #sustainability #future {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  #sustainability #future {
    aspect-ratio: 390/844;
  }
}
#sustainability #certifications {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #sustainability #certifications {
    padding-top: 200px;
  }
}
#sustainability #certifications .second-row {
  padding-top: 270px;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  #sustainability #certifications .second-row {
    padding-top: 200px;
  }
}
@media screen and (max-width: 991px) {
  #sustainability #certifications .second-row .order-tablet-1 {
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sustainability #certifications .second-row .order-tablet-2 {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  #sustainability #certifications .second-row .order-tablet-2 {
    order: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sustainability #certifications .second-row .order-tablet-3 {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  #sustainability #certifications .second-row .order-tablet-3 {
    order: 2;
  }
}
#sustainability #certifications .second-row .single-image.image-1 {
  aspect-ratio: 225/264;
}
#sustainability #certifications .second-row .single-image.image-2 {
  aspect-ratio: 350/410;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sustainability #certifications .second-row .single-image.image-2 {
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  #sustainability #certifications .second-row .single-image.image-2 {
    margin-bottom: 50px;
  }
}
#sustainability #certifications .second-row .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sustainability #certifications .second-row .description {
  margin-bottom: 185px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #sustainability #certifications .second-row .description {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  #sustainability #certifications .second-row .description {
    margin-bottom: 50px;
  }
}
#sustainability #mediaHub {
  padding: 270px 0;
}
@media screen and (max-width: 991px) {
  #sustainability #mediaHub {
    padding: 200px 0;
  }
}

/* TEAM */
#team #intro {
  padding-top: 230px;
}
@media screen and (max-width: 991px) {
  #team #intro {
    padding-top: 200px;
  }
}
#team #intro .image-full {
  aspect-ratio: 1450/860;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #team #intro .image-full {
    aspect-ratio: 770/740;
  }
}
@media screen and (max-width: 767px) {
  #team #intro .image-full {
    aspect-ratio: 340/590;
  }
}
#team #leadership {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #team #leadership {
    padding-top: 200px;
  }
}
#team #leadership .wrapper-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 35px;
  margin-bottom: 20px;
}
#team #leadership .wrapper-title .line {
  width: 100%;
  height: 1px;
  background: #333945;
}
#team #leadership .wrapper-manager img {
  aspect-ratio: 348/415;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#team #leadership .wrapper-manager .content {
  padding: 12px 0 20px 24px;
}
#team #leadership .wrapper-manager .content .position {
  color: #333945;
  font-family: "metric-regular";
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
#team #leadership .wrapper-manager .content .name {
  color: #333945;
  font-family: "metric-regular";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
#team #environment {
  padding: 130px 0 90px 0;
  margin-top: 270px;
  background-image: url("/wp-content/uploads/2026/04/bg-work-environment.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  #team #environment {
    margin-top: 200px;
  }
}
#team #work_life {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #team #work_life {
    padding-top: 200px;
  }
}
@media screen and (min-width: 992px) {
  #team #work_life .tablet-reverse {
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  #team #work_life .tablet-reverse {
    flex-direction: column-reverse;
  }
}
#team #work_life .image {
  aspect-ratio: 690/600;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#team #divisions {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #team #divisions {
    padding-top: 200px;
  }
}
#team #divisions .description {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #team #divisions .wrapper-division {
    padding: 0 30px;
  }
}
#team #divisions .wrapper-division .image-division {
  aspect-ratio: 715/482;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  #team #divisions .wrapper-division .image-division {
    aspect-ratio: 670/547;
  }
}
#team #divisions .wrapper-division .cta {
  padding: 14px 0 0 25px;
  margin-bottom: 60px;
}
#team #divisions .wrapper-division .cta span {
  font-family: "metric-light";
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  text-transform: none;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #team #divisions .wrapper-division .cta span {
    font-size: 24px;
    line-height: 30px;
  }
}
#team #work_with_us {
  padding: 270px 0;
}
@media screen and (max-width: 991px) {
  #team #work_with_us {
    padding: 200px 0;
  }
}

/* SINGLE DIVISION */
@media screen and (max-width: 991px) {
  #single-division #hero {
    padding-top: 65vh;
  }
}
#single-division #intro {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #single-division #intro {
    padding-top: 200px;
  }
}
#single-division #intro .wrapper-gallery {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #single-division #intro .wrapper-gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  #single-division #intro .wrapper-gallery {
    flex-wrap: wrap;
  }
}
#single-division #intro .wrapper-gallery .single-image.image-1 {
  width: calc(65% - 10px);
  aspect-ratio: 1;
}
#single-division #intro .wrapper-gallery .single-image.image-2 {
  width: calc(35% - 10px);
  aspect-ratio: 1;
}
#single-division #intro .wrapper-gallery .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#single-division #figure {
  margin-top: 270px;
  overflow: hidden;
  aspect-ratio: 1512/920;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  #single-division #figure {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  #single-division #figure {
    aspect-ratio: 390/844;
  }
}
#single-division #our_team {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #single-division #our_team {
    padding-top: 200px;
  }
}
@media screen and (max-width: 991px) {
  #single-division #our_team .mobile-reverse {
    flex-direction: column-reverse;
  }
}
#single-division #our_team .wrapper-images-employee {
  aspect-ratio: 470/590;
  position: relative;
}
@media screen and (max-width: 991px) {
  #single-division #our_team .wrapper-images-employee {
    width: 85%;
    margin: 70px auto 0;
  }
}
#single-division #our_team .wrapper-images-employee::before {
  content: "";
  position: absolute;
  width: 95%;
  aspect-ratio: 422/552;
  left: -13%;
  top: -12%;
  background-image: url("../images/gradient-rectangle-employee.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  #single-division #our_team .wrapper-images-employee::before {
    left: -10%;
    top: -8%;
  }
}
#single-division #our_team .wrapper-images-employee .single-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#single-division #our_team .wrapper-images-employee .single-image.active {
  opacity: 1;
  z-index: 1;
}
#single-division #our_team .wrapper-employees .single-employee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.2) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.2) 100%);
     border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.2) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.2) 100%);
  border-image-slice: 1;
  cursor: pointer;
}
#single-division #our_team .wrapper-employees .single-employee:first-of-type {
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.2) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.2) 100%);
     border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.2) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.2) 100%);
  border-image-slice: 1;
}
#single-division #our_team .wrapper-employees .single-employee.active {
  background: linear-gradient(90deg, rgba(101, 136, 167, 0) 0%, rgba(101, 136, 167, 0.1) 14.34%, rgba(101, 136, 167, 0.2) 45.19%, rgba(101, 136, 167, 0.1) 85.46%, rgba(101, 136, 167, 0) 100%);
}
#single-division #our_team .wrapper-employees .single-employee .name,
#single-division #our_team .wrapper-employees .single-employee .role {
  color: #333945;
  font-family: "metric-regular";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  width: calc(50% - 10px);
}
#single-division #work_with_us {
  padding: 270px 0;
}
@media screen and (max-width: 991px) {
  #single-division #work_with_us {
    padding: 200px 0;
  }
}

/* ARCHIVE MEDIAHUB */
#archiveMediaHub {
  background: #99B0C4;
  padding-top: 180px;
}
#archiveMediaHub #intro {
  padding-top: 50px;
  border-top: 1px solid #D4D5DA;
  border-bottom: 1px solid #D4D5DA;
}
#archiveMediaHub #events {
  padding-top: 50px;
}
#archiveMediaHub #allNews {
  padding-top: 50px;
  border-top: 1px solid #D4D5DA;
}
#archiveMediaHub #allNews .wrapper-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 45px 0;
}
#archiveMediaHub #allNews .wrapper-articles .article-card {
  width: calc(50% - 10px);
}
@media screen and (max-width: 991px) {
  #archiveMediaHub #allNews .wrapper-articles .article-card {
    width: 100%;
  }
}

/* SINGLE POST */
#single-news {
  background: #99B0C4;
  padding-top: 140px;
}
#single-news .breadcrumb-nav {
  top: 35px;
  left: 40px;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 991px) {
  #single-news .breadcrumb-nav {
    flex-wrap: wrap;
  }
}
#single-news .wrapper-content-post {
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  #single-news .wrapper-content-post {
    padding: 0;
  }
}
#single-news .wrapper-content-post p {
  font-family: "metric-light";
  font-size: 17px;
  line-height: 24px;
  font-style: normal;
}
#single-news .wrapper-content-post p strong {
  font-family: "metric-semibold";
}
#single-news .wrapper-content-post .wp-block-quote {
  border: none;
  padding: 0 16px;
  margin: 0;
  position: relative;
}
#single-news .wrapper-content-post .wp-block-quote::before, #single-news .wrapper-content-post .wp-block-quote::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 11px;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#single-news .wrapper-content-post .wp-block-quote::before {
  left: -3px;
  top: -3px;
}
#single-news .wrapper-content-post .wp-block-quote::after {
  right: -3px;
  bottom: -3px;
  transform: rotate(180deg);
}
#single-news .wrapper-content-post .wp-block-quote p {
  font-size: 20px;
}
#single-news .wrapper-content-post .image-full-article {
  width: calc(100% + 200px);
  margin: 0 -100px;
}
@media screen and (max-width: 991px) {
  #single-news .wrapper-content-post .image-full-article {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #single-news .wrapper-content-post .image-full-article img {
    aspect-ratio: 340/640 !important;
  }
}
#single-news .wrapper-content-post .gallery-custom {
  padding: 0 130px;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  #single-news .wrapper-content-post .gallery-custom {
    padding: 0;
  }
}
#single-news .wrapper-content-post .gallery-custom .wp-block-image:first-of-type {
  width: 37.5% !important;
}
#single-news .wrapper-content-post .gallery-custom .wp-block-image:last-of-type {
  width: 12.5% !important;
}
@media screen and (max-width: 991px) {
  #single-news .wrapper-content-post .wp-block-spacer {
    max-height: 115px;
  }
}
#single-news #mediaHub {
  border-top: 1px solid #D4D5DA;
  padding-top: 30px;
  padding-bottom: 150px;
}

/* RETAILERS */
#retailers #intro {
  padding-top: 270px;
}
@media screen and (max-width: 991px) {
  #retailers #intro {
    padding-top: 200px;
  }
}
#retailers #becomeRetailer {
  padding-top: 170px;
  background: rgba(153, 176, 196, 0.2);
}
#retailers #becomeRetailer .wrapper-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: 1/0.6;
}
#retailers #becomeRetailer .wrapper-content .single-image {
  aspect-ratio: 1;
}
#retailers #becomeRetailer .wrapper-content .single-image.image-1 {
  grid-area: 1/1/7/5;
}
#retailers #becomeRetailer .wrapper-content .single-image.image-2 {
  grid-area: 1/5/5/7;
}
#retailers #becomeRetailer .wrapper-content .single-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#retailers #becomeRetailer .wrapper-content .text {
  grid-area: 5/5/13/13;
  padding-left: 40px;
}
#retailers #request {
  padding-top: 270px;
  padding-bottom: 170px;
  margin-bottom: 270px;
  background: rgba(153, 176, 196, 0.2);
}
@media screen and (max-width: 991px) {
  #retailers #request {
    padding-top: 200px;
  }
}

/* SEARCH */
#searchOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(255, 255, 255, 0.95);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#searchOverlay.open {
  display: flex;
}
#searchOverlay .search-form {
  position: relative;
}
#searchOverlay .search-form input {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid rgba(97, 114, 139, 0.6);
  background: transparent;
  color: #333945;
  font-family: "metric-light";
  font-size: 30px;
  font-style: normal;
  line-height: normal;
}
#searchOverlay .search-form input::-moz-placeholder {
  color: #333945;
  font-family: "metric-light";
  font-size: 30px;
  font-style: normal;
  line-height: normal;
  opacity: 0.7;
}
#searchOverlay .search-form input::placeholder {
  color: #333945;
  font-family: "metric-light";
  font-size: 30px;
  font-style: normal;
  line-height: normal;
  opacity: 0.7;
}
#searchOverlay .search-form button.cta {
  position: absolute;
  right: 0;
  bottom: 10px;
}
#searchOverlay .icon-close-menu {
  position: absolute;
  top: 50px;
  filter: invert(1);
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  #searchOverlay .icon-close-menu {
    right: calc((100vw - 1295px) / 2);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #searchOverlay .icon-close-menu {
    right: calc((100vw - 1115px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #searchOverlay .icon-close-menu {
    right: calc((100vw - 935px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #searchOverlay .icon-close-menu {
    right: calc((100vw - 718px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #searchOverlay .icon-close-menu {
    right: calc((100vw - 515px) / 2);
  }
}
@media screen and (max-width: 575px) {
  #searchOverlay .icon-close-menu {
    right: 24px;
  }
}

#search {
  padding: 230px 0 180px;
}
@media screen and (max-width: 767px) {
  #search {
    padding: 200px 0 150px;
  }
}
#search #results .results-group .title-label {
  padding-bottom: 18px;
  margin-bottom: 50px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.2) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.2) 100%);
  border-image: linear-gradient(90deg, rgba(212, 213, 218, 0.2) 0%, #D4D5DA 50%, rgba(212, 213, 218, 0.2) 100%);
  border-image-slice: 1;
}
#search #results .results-group .results-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  #search #results .results-group .results-grid.wrapper-products {
    flex-wrap: nowrap;
    width: 100vw;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #search #results .results-group .results-grid.wrapper-products::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #search #results .results-group .results-grid.wrapper-products {
    margin: 0 calc((540px - 100vw) / 2) 85px;
    padding: 0 calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  #search #results .results-group .results-grid.wrapper-products {
    margin: 0 -24px 85px;
    padding: 0 24px;
  }
}
#search #results .results-group .results-grid .card-product {
  width: calc(33.33% - 15px);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #search #results .results-group .results-grid .card-product {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #search #results .results-group .results-grid .card-product {
    min-width: 60vw;
  }
}
@media screen and (max-width: 575px) {
  #search #results .results-group .results-grid .card-product {
    min-width: 80vw;
  }
}
#search #results .results-group .results-grid .article-card {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #search #results .results-group .results-grid .article-card {
    aspect-ratio: 2/2.4;
  }
}
@media screen and (max-width: 767px) {
  #search #results .results-group .results-grid .article-card {
    width: 100%;
  }
}
#search #results .results-group .results-grid .single-page {
  width: calc(33.5% - 20px);
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #search #results .results-group .results-grid .single-page {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #search #results .results-group .results-grid .single-page {
    width: 100%;
  }
}
#search #results .results-group .results-grid .single-page .main-image {
  aspect-ratio: 670/460;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */