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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

/*
// Variable Font
@font-face {
  font-family: "EBGaramond";
  src: url("../../assets/fonts/EBGaramond-VariableFont_wght.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-VariableFont_wght.ttf");
  font-display: swap;
}
*/
/*
// Not Variable font
@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR.eot");
  src: url("../../assets/fonts/Cera/Cera-GR.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Light.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Black.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Black.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Black.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Black.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?dpw0v0");
  src: url("../../assets/fonts/icomoon.eot?dpw0v0#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?dpw0v0") format("truetype"), url("../../assets/fonts/icomoon.woff?dpw0v0") format("woff"), url("../../assets/fonts/icomoon.svg?dpw0v0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1,
.heading-ml {
  font-size: clamp(34px, 5.46875vw, 56px);
  line-height: 1.1;
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(56px, 2.1875vw, 84px);
  }
}

h2,
.heading {
  font-size: clamp(24px, 4.8828125vw, 50px);
  line-height: 1.1;
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(50px, 1.953125vw, 75px);
  }
}

h3,
.heading-ms {
  font-size: clamp(20px, 2.34375vw, 24px);
  line-height: 1.1;
}
@media only screen and (min-width: 1921px) {
  h3,
  .heading-ms {
    font-size: clamp(24px, 0.9375vw, 36px);
  }
}

h4,
.heading-s {
  font-size: clamp(14px, 1.953125vw, 20px);
  line-height: 1.1;
}
@media only screen and (min-width: 1921px) {
  h4,
  .heading-s {
    font-size: clamp(20px, 0.78125vw, 30px);
  }
}

h5,
.text-l {
  font-size: clamp(22px, 2.9296875vw, 30px);
  line-height: 1.3;
  font-weight: 400;
  margin-block: 20px;
}
@media only screen and (min-width: 1921px) {
  h5,
  .text-l {
    font-size: clamp(30px, 1.171875vw, 45px);
  }
}

.text-ml {
  font-size: clamp(17px, 2.1484375vw, 22px);
  line-height: 1.18;
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(22px, 0.859375vw, 33px);
  }
}

.text {
  font-size: clamp(15px, 1.66015625vw, 17px);
  line-height: 1.76;
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(17px, 0.6640625vw, 25.5px);
  }
}

.text-ms {
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}

.text-s {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(12px, 0.46875vw, 18px);
  }
}

.button {
  font-size: clamp(15px, 1.66015625vw, 17px);
  font-weight: 600;
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(17px, 0.6640625vw, 25.5px);
  }
}

.body {
  position: relative;
  overflow-x: hidden;
  background-color: #f1f1f1;
  font-family: "Poppins", sans-serif;
  font-size: clamp(15px, 1.66015625vw, 17px);
  line-height: 1.76;
}
@media only screen and (min-width: 1921px) {
  .body {
    font-size: clamp(17px, 0.6640625vw, 25.5px);
  }
}

main {
  position: relative;
  overflow: hidden;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #49494b;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

.boxed {
  max-width: 1480px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1440px, 75vw, 2880px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1480px;
    padding-inline: 40px;
  }
}
@media only screen and (min-width: 1921px) {
  .boxed-desktop {
    max-width: clamp(1440px, 75vw, 2880px);
  }
}

.boxed-sm {
  max-width: 1320px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1280px, 66.6666666667vw, 2560px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed-sm {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1440px, 75vw, 2880px);
    padding-inline: 40px;
  }
}

.boxed-xs {
  max-width: 850px;
}
@media only screen and (min-width: 1921px) {
  .boxed-xs {
    max-width: clamp(850px, 33.203125vw, 1275px);
  }
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .centered-desktop {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .centered-mob {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1440px) {
  .push-left {
    margin-left: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1440px, 75vw, 2880px)) / 2);
  }
}

@media only screen and (min-width: 1440px) {
  .push-right {
    margin-right: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1440px, 75vw, 2880px)) / 2);
  }
}

.no-padding {
  padding-inline: 0;
}

.inline-padding {
  padding-inline: 20px;
}

.bottom-padding {
  padding-bottom: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .bottom-padding {
    padding-bottom: clamp(80px, 3.125vw, 120px);
  }
}

.first-section {
  padding-block: clamp(150px, 19.53125vw, 200px) clamp(75px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(200px, 7.8125vw, 300px) clamp(100px, 3.90625vw, 150px);
  }
}

.basic {
  padding-block: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .basic {
    padding-block: clamp(40px, 1.5625vw, 60px);
  }
}

.last-section {
  padding-bottom: clamp(150px, 19.53125vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .last-section {
    padding-bottom: clamp(200px, 7.8125vw, 300px);
  }
}

.poppins-font {
  font-family: "Poppins", sans-serif;
}

.raleway-font {
  font-family: "Raleway", sans-serif;
}

.thin {
  font-weight: 100;
}

.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.letter-spacing-wide {
  letter-spacing: 0.15em;
}

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

.hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.primary {
  color: #49494b;
}

.gradient-ball {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -3;
}
.gradient-ball--1 {
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: clamp(330px, 45.8333333333vw, 660px);
  height: clamp(330px, 45.8333333333vw, 660px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 50%);
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--1 {
    width: clamp(660px, 25.78125vw, 990px);
    height: clamp(660px, 25.78125vw, 990px);
  }
}
.gradient-ball--2 {
  top: 0;
  right: 0;
  width: clamp(310px, 43.0555555556vw, 620px);
  height: clamp(310px, 43.0555555556vw, 620px);
  background: radial-gradient(circle, #7abcd5 0%, transparent 50%);
}
@media only screen and (max-width: 1024px) {
  .gradient-ball--2 {
    transform: translateX(50%);
  }
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--2 {
    width: clamp(620px, 24.21875vw, 930px);
    height: clamp(620px, 24.21875vw, 930px);
  }
}
.gradient-ball--3 {
  bottom: 0;
  right: 0;
  width: clamp(200px, 27.7777777778vw, 400px);
  height: clamp(200px, 27.7777777778vw, 400px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 50%);
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--3 {
    width: clamp(400px, 15.625vw, 600px);
    height: clamp(400px, 15.625vw, 600px);
  }
}
.gradient-ball--4 {
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  width: clamp(540px, 75vw, 1080px);
  height: clamp(540px, 75vw, 1080px);
  background: radial-gradient(circle, #dfc4ac 0%, transparent 50%);
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--4 {
    width: clamp(1080px, 42.1875vw, 1620px);
    height: clamp(1080px, 42.1875vw, 1620px);
  }
}
.gradient-ball--5 {
  bottom: 0;
  right: 0;
  transform: translateX(40%) translateY(20%);
  width: clamp(200px, 27.7777777778vw, 400px);
  height: clamp(200px, 27.7777777778vw, 400px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 50%);
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--5 {
    width: clamp(400px, 15.625vw, 600px);
    height: clamp(400px, 15.625vw, 600px);
  }
}
.gradient-ball--6 {
  top: 0;
  right: 0;
  transform: translateX(-50%) translateY(-50%);
  width: clamp(170px, 23.6111111111vw, 340px);
  height: clamp(170px, 23.6111111111vw, 340px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 50%);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--6 {
    width: clamp(340px, 13.28125vw, 510px);
    height: clamp(340px, 13.28125vw, 510px);
  }
}
.gradient-ball--7 {
  top: 0;
  right: 0;
  transform: translateX(10%) translateY(0);
  width: clamp(130px, 18.0555555556vw, 260px);
  height: clamp(130px, 18.0555555556vw, 260px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 50%);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--7 {
    width: clamp(260px, 10.15625vw, 390px);
    height: clamp(260px, 10.15625vw, 390px);
  }
}
.gradient-ball--8 {
  top: 0;
  left: 0;
  transform: translateX(-10%);
  width: clamp(350px, 48.6111111111vw, 700px);
  height: clamp(350px, 48.6111111111vw, 700px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 50%);
}
@media only screen and (max-width: 1024px) {
  .gradient-ball--8 {
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--8 {
    width: clamp(700px, 27.34375vw, 1050px);
    height: clamp(700px, 27.34375vw, 1050px);
  }
}
.gradient-ball--9 {
  bottom: 0;
  right: 0;
  transform: translateX(0%) translateY(40%);
  width: clamp(110px, 15.2777777778vw, 220px);
  height: clamp(110px, 15.2777777778vw, 220px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 50%);
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .gradient-ball--9 {
    display: none;
  }
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--9 {
    width: clamp(220px, 8.59375vw, 330px);
    height: clamp(220px, 8.59375vw, 330px);
  }
}
.gradient-ball--10 {
  bottom: 0;
  right: 0;
  transform: translateX(50%) translateY(15%);
  width: clamp(540px, 75vw, 1080px);
  height: clamp(540px, 75vw, 1080px);
  background: radial-gradient(circle, #dfc4ac 0%, transparent 50%);
}
@media only screen and (min-width: 1921px) {
  .gradient-ball--10 {
    width: clamp(1080px, 42.1875vw, 1620px);
    height: clamp(1080px, 42.1875vw, 1620px);
  }
}

.bg-cells {
  background-image: url(../../assets/img/bg-cells.svg);
  background-size: cover;
  background-position: top left;
}
.bg-cells--full {
  background-image: url(../../assets/img/cells-bg-full.svg);
  background-position: center;
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  padding-block: clamp(8px, 1.5625vw, 16px);
  background-color: #f1f1f1;
  box-shadow: 0 0 30px #e3e3e3;
}
@media only screen and (min-width: 1921px) {
  .header {
    padding-block: clamp(16px, 0.625vw, 24px);
  }
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.header--sticky:before {
  opacity: 1;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
    min-height: 75px;
  }
}
@media only screen and (min-width: 1921px) {
  .header__container {
    gap: clamp(24px, 0.9375vw, 36px);
  }
}
@media only screen and (max-width: 1024px) {
  .header__container--search-open {
    grid-template-columns: 1fr min-content;
  }
}
.header__container img {
  min-width: clamp(105px, 12.6953125vw, 130px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    min-width: clamp(130px, 5.078125vw, 195px);
  }
}
.header__logo-container {
  min-width: clamp(105px, 9.0277777778vw, 130px);
}
@media only screen and (min-width: 1921px) {
  .header__logo-container {
    min-width: clamp(130px, 5.078125vw, 195px);
  }
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

.main-menu {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .main-menu {
    position: absolute;
    inset: 0;
    flex-direction: column;
    justify-content: revert;
    gap: 40px;
    height: 100vh;
    padding: 100px 40px;
    background-color: #fff;
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: all ease 300ms;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu--closed {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
.main-menu__list {
  display: flex;
  gap: clamp(20px, 2.0833333333vw, 40px);
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list {
    gap: clamp(40px, 1.5625vw, 60px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    flex-direction: column;
    gap: revert;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li {
    border-bottom: solid 1px #49494b;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  font-size: 15px;
  text-transform: lowercase;
  color: #000;
  transition: ease 300ms;
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(15px, 0.5859375vw, 22.5px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    align-items: revert;
    padding-block: 20px;
  }
}
.main-menu__list a:hover {
  color: #49494b;
}
.main-menu__list ul {
  position: absolute;
  padding: 8px 16px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul {
    position: revert;
    display: none;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul li {
    border: none;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul a {
    padding: 8px;
    font-weight: 300;
  }
}
.main-menu__list > li:hover ul {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list > li:hover ul {
    display: block;
  }
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: clamp(180px, 25vw, 360px);
}
@media only screen and (max-width: 1024px) {
  .hero {
    padding-bottom: clamp(85px, 9.765625vw, 100px);
  }
}
@media only screen and (min-width: 1921px) {
  .hero {
    padding-top: clamp(360px, 14.0625vw, 540px);
  }
}
.hero__container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: clamp(125px, 20.8333333333vw, 300px);
}
@media only screen and (min-width: 1921px) {
  .hero__container {
    height: clamp(300px, 11.71875vw, 450px);
  }
}
.hero__inner {
  position: relative;
  display: grid;
  height: 100%;
  padding-block: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .hero__inner {
    padding-block: clamp(40px, 1.5625vw, 60px);
  }
}
@media only screen and (min-width: 1025px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .hero__inner {
    padding-block: 0;
  }
}
.hero__img-container {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .hero__img-container {
    left: 0;
    width: 50%;
    max-width: 1024px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1921px) {
  .hero__img-container {
    max-width: clamp(1024px, 40vw, 1536px);
  }
}
@media only screen and (max-width: 1024px) {
  .hero__img-container {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 630px;
  }
}
.hero__img-container img {
  max-height: clamp(220px, 32.6388888889vw, 470px);
  margin-inline: auto;
}
@media only screen and (min-width: 1921px) {
  .hero__img-container img {
    max-height: clamp(470px, 18.359375vw, 705px);
  }
}
.hero__heading {
  color: #49494b;
}
@media only screen and (min-width: 1025px) {
  .hero__heading {
    grid-column: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .hero__heading {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
    width: 100%;
    padding: 20px 20px;
    text-align: center;
  }
}

.intro {
  padding-block: clamp(60px, 6.9444444444vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .intro {
    padding-block: clamp(100px, 3.90625vw, 150px);
  }
}
.intro__container {
  max-width: 1200px;
}
@media only screen and (min-width: 1921px) {
  .intro__container {
    max-width: clamp(1200px, 46.875vw, 1800px);
  }
}

.text-container {
  display: grid;
  gap: 20px;
}
.text-container__cta {
  padding-top: clamp(30px, 3.125vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .text-container__cta {
    padding-top: clamp(60px, 2.34375vw, 90px);
  }
}

.archive-grid {
  position: relative;
  display: grid;
  column-gap: clamp(8px, 1.5625vw, 16px);
  row-gap: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
@media only screen and (min-width: 768px) {
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-grid__post {
  display: grid;
  align-content: start;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__post {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
.archive-grid__post img {
  width: 100%;
}
.archive-grid__img-container {
  width: 100%;
  aspect-ratio: 1;
  background-color: #fff;
}
.archive-grid__title {
  padding-top: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__title {
    padding-top: clamp(16px, 0.625vw, 24px);
  }
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 3.125vw, 32px);
}
.archive-grid__no-more-posts {
  display: none;
}
.archive-grid__loader {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: #f1f1f1;
}
.archive-grid__excerpt {
  padding-right: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .archive-grid__excerpt {
    padding-right: clamp(40px, 1.5625vw, 60px);
  }
}
.archive-grid__excerpt strong {
  font-weight: 600;
}

.contact-info {
  display: grid;
  max-width: 250px;
  padding-top: clamp(10px, 1.3888888889vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .contact-info {
    padding-top: clamp(20px, 0.78125vw, 30px);
    max-width: clamp(500px, 19.53125vw, 750px);
  }
}

.social {
  display: flex;
  align-items: center;
}
.social__icons {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 1921px) {
  .social__icons {
    gap: clamp(15px, 0.5859375vw, 22.5px);
    padding-left: clamp(15px, 0.5859375vw, 22.5px);
  }
}
.social__icon {
  color: #000;
}
.social__icon--linkedin::before {
  content: "\e908";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .carousel__container {
    gap: 16px;
  }
}
.carousel__slide {
  color: #000;
  cursor: grab;
}
.carousel__button {
  cursor: pointer;
  transform: rotate(0deg);
  margin-top: -140px;
}
.carousel__button--previous {
  transform: rotate(180deg);
}
.carousel__button::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px;
}
.carousel__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: clamp(20px, 4.8828125vw, 50px) 1fr clamp(20px, 4.8828125vw, 50px);
  gap: clamp(10px, 1.953125vw, 20px);
  align-items: center;
}
.carousel__controls {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(40px, 8.072653885vw, 80px);
  margin-inline: auto;
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #000;
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.5625vw, 16px) clamp(16px, 3.125vw, 32px);
  border: solid 1px rgba(73, 73, 75, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #49494b;
}
.tabs__button--active {
  background-color: #49494b;
  color: #f1f1f1;
}
.tabs__content {
  padding: clamp(8px, 1.5625vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.accordion__item {
  border: solid 1px rgba(73, 73, 75, 0.2);
  transition: border ease 300ms;
}
.accordion__item:hover {
  border: solid 1px #49494b;
}
.accordion__item--open {
  border: solid 1px #49494b;
}
.accordion__button, .accordion__text {
  padding: clamp(8px, 1.5625vw, 16px);
}
.accordion__button {
  cursor: pointer;
  transition: all ease 300ms;
}
.accordion__button--active {
  background-color: #49494b;
  color: #fff;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 300ms;
}

.cta-banner {
  position: relative;
  background-color: #657585;
  overflow: hidden;
}
.cta-banner__container {
  display: grid;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .cta-banner__container {
    grid-template-columns: 1fr 1fr;
  }
}
.cta-banner .text-container {
  padding-block: clamp(30px, 8.7890625vw, 90px) clamp(40px, 5.859375vw, 60px);
  background-image: url(/wp-content/uploads/2025/05/cta-banner-lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
@media only screen and (max-width: 767px) {
  .cta-banner .text-container {
    grid-row: 2;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .cta-banner__cta {
    position: absolute;
    width: 50%;
    left: 50%;
  }
}
.cta-banner img {
  margin-inline: auto;
  margin-block: -3%;
  transform: scale(1.05);
}
.cta-banner .button::after {
  color: #f7adb9;
}

.error-page__container {
  position: relative;
  z-index: 1;
}
.error-page__button {
  width: fit-content;
  margin-top: clamp(30px, 5.859375vw, 60px);
}
@media only screen and (min-width: 1921px) {
  .error-page__button {
    margin-top: clamp(60px, 2.34375vw, 90px);
  }
}

.search__results {
  display: grid;
}
.search__result {
  padding-block: 20px;
  border-bottom: 1px solid #d5d2c5;
}
.search__result:last-child {
  border: none;
}

.main--error-page .gradient-ball {
  z-index: 0;
}
.main--simple-page h2, .main--simple-page h3, .main--simple-page h4, .main--simple-page h5 {
  color: #49494b;
  margin: 0;
  padding-block: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .main--simple-page h2, .main--simple-page h3, .main--simple-page h4, .main--simple-page h5 {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.main--simple-page p {
  margin-bottom: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .main--simple-page p {
    margin-bottom: clamp(30px, 1.171875vw, 45px);
  }
}

.footer {
  padding-block: clamp(20px, 3.90625vw, 40px);
  background-color: white;
  color: #000;
}
@media only screen and (min-width: 1921px) {
  .footer {
    padding-block: clamp(40px, 1.5625vw, 60px);
  }
}
.footer a {
  color: #000;
  transition: 0.3s ease;
}
.footer a:hover {
  color: #8ea7aa;
}
.footer__logo-container {
  width: fit-content;
}
.footer__logo-container img {
  width: 120px;
}
@media only screen and (min-width: 1921px) {
  .footer__logo-container img {
    width: clamp(120px, 4.6875vw, 180px);
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}
.footer__grid {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(24px, 3.3333333333vw, 48px);
}
@media only screen and (max-width: 1024px) {
  .footer__grid {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__grid {
    padding-top: clamp(48px, 1.875vw, 72px);
  }
}
.footer__column {
  border-left: solid 1px #000;
  padding-block: clamp(28px, 2.7777777778vw, 40px);
  padding-inline: 14px;
}
@media only screen and (max-width: 1024px) {
  .footer__column {
    border-left: none;
    border-bottom: 1px solid #000;
    padding-inline: 0;
  }
  .footer__column:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__column {
    padding-block: clamp(40px, 1.5625vw, 60px);
    padding-inline: clamp(14px, 0.546875vw, 21px);
  }
}
.footer__quote {
  padding-block: clamp(28px, 2.7777777778vw, 40px);
  font-size: 20px;
  max-width: 120px;
}
@media only screen and (max-width: 1024px) {
  .footer__quote {
    padding-bottom: 0;
    max-width: 190px;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__quote {
    padding-block: clamp(40px, 1.5625vw, 60px);
    font-size: clamp(20px, 0.78125vw, 30px);
    max-width: clamp(120px, 4.6875vw, 180px);
  }
}
@media only screen and (min-width: 1025px) {
  .footer__categories {
    column-count: 2;
    column-gap: clamp(20px, 5.5555555556vw, 80px);
  }
}
.footer__bottom {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-top: clamp(16px, 3.3333333333vw, 48px);
}
@media only screen and (max-width: 1024px) {
  .footer__bottom {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1921px) {
  .footer__bottom {
    gap: clamp(20px, 0.78125vw, 30px);
    padding-top: clamp(48px, 1.875vw, 72px);
  }
}
.footer__legal-menu {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 1921px) {
  .footer__legal-menu {
    gap: clamp(50px, 1.953125vw, 75px);
  }
}

.loader {
  display: grid;
  place-content: center;
  background-color: #f1f1f1;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 48px;
  height: 48px;
  background: #49494b;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
  animation: animloader 1s ease-in infinite;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  align-items: center;
  text-transform: lowercase;
}
.button::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-inline: clamp(15px, 2.0833333333vw, 30px);
  transform: translateX(0px);
  transition: ease 300ms;
}
.button:hover::after {
  transform: translateX(8px);
}

.link {
  color: #49494b;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.hamburger__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 2px;
  background: transparent;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .hamburger__button {
    display: none;
  }
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #49494b;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-7px);
}
.hamburger__button:after {
  transform: translateY(7px);
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: clamp(24px, 4.6875vw, 48px);
  padding: clamp(12px, 2.34375vw, 24px);
  background-color: #8ea7aa;
  border-radius: 50%;
  aspect-ratio: 1;
  color: #f1f1f1;
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity ease 0.2s;
  cursor: pointer;
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-form {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: clamp(12px, 1.6666666667vw, 24px);
}
@media only screen and (max-width: 1024px) {
  .search-form {
    margin-left: auto;
  }
}
.search-form__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  font-size: 22px;
  line-height: 1.18;
}
@media only screen and (min-width: 1921px) {
  .search-form__button {
    font-size: clamp(22px, 0.859375vw, 33px);
  }
}
.search-form__button:before {
  content: "\e902";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #49494b;
}
.search-form__input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  width: 0;
  border-bottom: solid 1px #49494b;
  transition: width ease 0.3s;
}

.blob-lines {
  position: relative;
}
.blob-lines::before {
  content: url("../../assets/img/blob-lines.svg");
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .blob-lines::before {
    transform: translateX(-50%) translateY(-50%) scale(0.5);
  }
}

.blob img {
  overflow: hidden;
  border-radius: 56% 44% 54% 46%/40% 41% 59% 60%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.blob--reverse img {
  border-radius: 33% 67% 41% 59%/46% 51% 49% 54%;
}

.asterisk-box {
  position: relative;
  max-width: 250px;
  padding-bottom: clamp(60px, 6.25vw, 120px);
  z-index: 1;
}
@media only screen and (min-width: 1921px) {
  .asterisk-box {
    max-width: clamp(250px, 9.765625vw, 375px);
    padding-bottom: clamp(120px, 4.6875vw, 180px);
  }
}
.asterisk-box::before {
  content: "\e913";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: fit-content;
  color: #49494b;
  animation: rotatePause 3s infinite;
  transform-origin: center;
  margin-bottom: 10px;
}
@keyframes rotatePause {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.4);
  }
  100% {
    transform: rotate(780deg) scale(1);
  }
}

.home-hero__container {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-content: center;
}
.home-hero__heading {
  max-width: 800px;
  line-height: 1.3;
}
@media only screen and (min-width: 1921px) {
  .home-hero__heading {
    max-width: clamp(800px, 31.25vw, 1200px);
  }
}
.home-hero__img-container {
  position: absolute;
  z-index: -1;
  max-width: 400px;
}
.home-hero__img-container--1 {
  max-width: clamp(95px, 17.3611111111vw, 250px);
  top: -130%;
  left: -40%;
}
@media only screen and (max-width: 1024px) {
  .home-hero__img-container--1 {
    top: -100%;
    left: 0%;
  }
}
@media only screen and (min-width: 1921px) {
  .home-hero__img-container--1 {
    max-width: clamp(250px, 9.765625vw, 375px);
  }
}
.home-hero__img-container--2 {
  max-width: clamp(140px, 27.7777777778vw, 400px);
  bottom: -170%;
  left: -40%;
}
@media only screen and (max-width: 1024px) {
  .home-hero__img-container--2 {
    left: 0%;
  }
}
@media only screen and (min-width: 1921px) {
  .home-hero__img-container--2 {
    max-width: clamp(400px, 15.625vw, 600px);
  }
}
.home-hero__img-container--3 {
  max-width: clamp(100px, 18.75vw, 270px);
  bottom: 70%;
  right: -35%;
}
@media only screen and (max-width: 1024px) {
  .home-hero__img-container--3 {
    right: 0%;
    bottom: 140%;
  }
}
@media only screen and (min-width: 1921px) {
  .home-hero__img-container--3 {
    max-width: clamp(270px, 10.546875vw, 405px);
  }
}
.home-hero__img-container--4 {
  max-width: clamp(75px, 13.8888888889vw, 200px);
  bottom: -80%;
  right: -20%;
}
@media only screen and (max-width: 1024px) {
  .home-hero__img-container--4 {
    right: 0%;
  }
}
@media only screen and (min-width: 1921px) {
  .home-hero__img-container--4 {
    max-width: clamp(200px, 7.8125vw, 300px);
  }
}

.home-about {
  position: relative;
}
.home-about__container {
  position: relative;
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .home-about__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .home-about__img-container {
    max-width: 90vw;
  }
}
@media only screen and (min-width: 1025px) {
  .home-about__img-container {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1921px) {
  .home-about__img-container {
    padding-top: 0;
  }
}
.home-about__text-container {
  padding-right: clamp(20px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 1024px) {
  .home-about__text-container {
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 1921px) {
  .home-about__text-container {
    padding-right: clamp(80px, 3.125vw, 120px);
  }
}
.home-about__heading {
  max-width: clamp(200px, 31.25vw, 320px);
  margin-bottom: clamp(55px, 6.25vw, 90px);
}
@media only screen and (max-width: 1024px) {
  .home-about__heading {
    position: absolute;
    top: 0;
    left: 52%;
  }
}
@media only screen and (min-width: 1921px) {
  .home-about__heading {
    max-width: clamp(320px, 12.5vw, 480px);
    margin-bottom: clamp(90px, 3.515625vw, 135px);
  }
}
.home-about__text {
  background-color: #d5d2c5;
  padding: clamp(25px, 5.37109375vw, 55px) clamp(20px, 4.8828125vw, 50px) clamp(35px, 6.8359375vw, 70px);
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .home-about__text {
    padding: clamp(55px, 2.1484375vw, 82.5px) clamp(50px, 1.953125vw, 75px) clamp(70px, 2.734375vw, 105px);
    aspect-ratio: 2;
    align-content: center;
  }
}
.home-about__button {
  justify-self: end;
}
.home-about__bg-image {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(min(50vw, 720px) * 0.4736111111 + 40px);
  transform: translateY(-100%);
  z-index: -1;
}
.home-about__bg-image img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-about__bg-image {
    top: 42.625vw;
    min-width: 155%;
  }
}
@media only screen and (min-width: 1921px) {
  .home-about__bg-image {
    top: calc(clamp(720px, 37.5vw, 1440px) * 0.4736111111);
  }
}

.home-areas {
  position: relative;
}
.home-areas__filters {
  position: relative;
  display: grid;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .home-areas__filters {
    grid-template-columns: 1fr 2fr;
  }
}
.home-areas__posts {
  background: linear-gradient(180deg, #f1f1f1 50%, #eaeaea 50%);
}
.home-areas__category-url {
  width: fit-content;
  margin: auto;
  margin-top: 60px;
}

.filters__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.5625vw, 20px);
  width: fit-content;
  justify-self: end;
}
.filters__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(150px, 12.890625vw, 165px);
  aspect-ratio: 5/6;
  cursor: pointer;
}
.filters__item:hover {
  z-index: 10;
}
.filters__item:hover::before {
  transform: scale(1.3);
}
.filters__item:nth-child(1), .filters__item:nth-child(2), .filters__item:nth-child(3) {
  transform: translateX(-55%);
}
.filters__item:nth-child(4), .filters__item:nth-child(5), .filters__item:nth-child(6) {
  transform: translateY(-25%);
}
@media only screen and (max-width: 1024px) {
  .filters__item {
    width: clamp(90px, 14.6484375vw, 150px);
  }
}
@media only screen and (min-width: 1921px) {
  .filters__item {
    width: clamp(165px, 6.4453125vw, 247.5px);
  }
}
.filters__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  transition: ease 300ms;
}
.filters__item--women:before {
  background-color: #f7adb9;
}
.filters__item--oncology:before {
  background-color: #bcccc3;
}
.filters__item--dermatology:before {
  background-color: #dfc4ac;
}
.filters__item--medical:before {
  background-color: #8ea7aa;
}
.filters__item--diabetes:before {
  background-color: #d0abcb;
}
.filters__item--pediatrics:before {
  background-color: #67b1d8;
}
.filters__text {
  max-width: clamp(135px, 10.78125vw, 138px);
  font-size: clamp(12px, 1.328125vw, 17px);
  line-height: 1.17;
}
@media only screen and (min-width: 1921px) {
  .filters__text {
    font-size: clamp(17px, 0.6640625vw, 25.5px);
    max-width: clamp(120px, 4.6875vw, 180px);
  }
}

.home-bg-color {
  background-color: #bcccc3;
}

.home-collaborations {
  position: relative;
}
.home-collaborations__asterisk-container {
  position: relative;
}
.home-collaborations__container {
  display: grid;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .home-collaborations__container {
    grid-template-columns: 1fr 1fr;
  }
}
.home-collaborations .button {
  align-items: end;
}

.globe__line {
  clip-path: polygon(100% 100%, 100% 0, 100% 100%, 0% 100%);
}

.main--about .hero__heading {
  max-width: clamp(300px, 48.828125vw, 500px);
}
@media only screen and (max-width: 1024px) {
  .main--about .hero__heading {
    left: 50%;
    transform: translateX(-50%) translateY(100%);
  }
}
.main--about .gradient-ball--about-1 {
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-80%);
  width: clamp(310px, 42.5vw, 612px);
  height: clamp(310px, 42.5vw, 612px);
  background: radial-gradient(circle, #f7adb9 10%, transparent 50%);
}
@media only screen and (min-width: 1921px) {
  .main--about .gradient-ball--about-1 {
    width: clamp(612px, 23.90625vw, 918px);
    height: clamp(612px, 23.90625vw, 918px);
  }
}
.main--about .gradient-ball--about-2 {
  bottom: 0;
  right: 0;
  transform: translateX(50%);
  width: clamp(185px, 25.6944444444vw, 370px);
  height: clamp(185px, 25.6944444444vw, 370px);
  background: radial-gradient(circle, #7abcd5 0%, transparent 70%);
}
@media only screen and (max-width: 1024px) {
  .main--about .gradient-ball--about-2 {
    transform: translateX(50%) translateY(100%);
  }
}
@media only screen and (min-width: 1921px) {
  .main--about .gradient-ball--about-2 {
    width: clamp(370px, 14.453125vw, 555px);
    height: clamp(370px, 14.453125vw, 555px);
  }
}
.main--about .gradient-ball--about-3 {
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(0%);
  width: clamp(160px, 21.8055555556vw, 314px);
  height: clamp(160px, 21.8055555556vw, 314px);
  background: radial-gradient(circle, #7abcd5 0%, transparent 50%);
}
@media only screen and (min-width: 1921px) {
  .main--about .gradient-ball--about-3 {
    width: clamp(314px, 12.265625vw, 471px);
    height: clamp(314px, 12.265625vw, 471px);
  }
}
.main--about .gradient-ball--about-4 {
  right: 0;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  width: clamp(325px, 45.1388888889vw, 650px);
  height: clamp(325px, 45.1388888889vw, 650px);
  background: radial-gradient(circle, #dfc4ac 0%, transparent 70%);
}
@media only screen and (min-width: 1921px) {
  .main--about .gradient-ball--about-4 {
    width: clamp(650px, 25.390625vw, 975px);
    height: clamp(650px, 25.390625vw, 975px);
  }
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1280px) {
  .about-grid__container {
    padding-inline: 0;
  }
  .about-grid__container > h2 {
    padding-inline: 20px;
  }
}
.about-grid__item {
  height: clamp(190px, 33.8541666667vw, 260px);
}
.about-grid__item--3, .about-grid__item--5, .about-grid__item--6, .about-grid__item--8, .about-grid__item--9 {
  grid-column: span 2;
}
.about-grid__item--1 {
  background-color: rgba(255, 255, 255, 0.52);
}
.about-grid__item--3, .about-grid__item--9 {
  background-color: rgba(255, 255, 255, 0.39);
}
.about-grid__item--5 {
  background-color: white;
}
.about-grid__item--7 {
  background-color: rgba(255, 255, 255, 0.78);
}
@media only screen and (min-width: 1921px) {
  .about-grid__item {
    height: clamp(260px, 10.15625vw, 390px);
  }
}
.about-grid__text-container {
  padding: clamp(20px, 2.34375vw, 30px) 20px clamp(16px, 2.734375vw, 35px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about-grid__text-container h3 {
  position: relative;
  line-height: 1.1;
}
.about-grid__text-container h3::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  transform: rotate(90deg) translateX(100%);
  left: 0;
  bottom: 0;
  font-size: clamp(10px, 1.09375vw, 14px);
}
@media only screen and (min-width: 1921px) {
  .about-grid__text-container {
    padding: clamp(30px, 1.171875vw, 45px) clamp(20px, 0.78125vw, 30px) clamp(35px, 1.3671875vw, 52.5px);
  }
  .about-grid__text-container h3::after {
    font-size: clamp(14px, 0.546875vw, 21px);
  }
}
.about-grid__img-container {
  width: 100%;
  height: 100%;
}
.about-grid__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid__item--5, .about-grid__item--6, .about-grid__item--9, .about-grid__item--8 {
    grid-column: span 2;
  }
  .about-grid__item--3 {
    grid-column: span 1;
  }
  .about-grid__item--4 {
    grid-area: 2/1/3/2;
  }
  .about-grid__item--7 {
    grid-column: 2/3;
  }
  .about-grid__item--8 {
    grid-row: 6/7;
  }
  .about-grid__item--9 {
    grid-row: 5/6;
  }
  .about-grid__item--10 {
    grid-column: 1/2;
    grid-row: 7/8;
  }
}

.about-business-model {
  position: relative;
  padding-block: clamp(240px, 25vw, 360px);
}
@media only screen and (min-width: 1921px) {
  .about-business-model {
    padding-block: clamp(360px, 14.0625vw, 540px);
  }
}
.about-business-model__text-container {
  justify-items: center;
  max-width: 750px;
}
.about-business-model__img-container {
  position: absolute;
  z-index: -2;
  max-width: 400px;
}
.about-business-model__img-container--1 {
  max-width: clamp(120px, 16.3194444444vw, 235px);
  top: 0;
  left: 0;
  transform: translateX(80%) translateY(-150%);
}
@media only screen and (min-width: 1921px) {
  .about-business-model__img-container--1 {
    max-width: clamp(235px, 9.1796875vw, 352.5px);
  }
}
.about-business-model__img-container--2 {
  max-width: clamp(150px, 20.1388888889vw, 290px);
  top: 0;
  left: 0;
  transform: translateX(-5%) translateY(-105%);
}
@media only screen and (min-width: 1921px) {
  .about-business-model__img-container--2 {
    max-width: clamp(290px, 11.328125vw, 435px);
  }
}
.about-business-model__img-container--3 {
  max-width: clamp(140px, 18.75vw, 270px);
  bottom: 0;
  right: 0;
  transform: translateX(20%) translateY(20%);
}
@media only screen and (max-width: 1024px) {
  .about-business-model__img-container--3 {
    transform: translateX(10%) translateY(100%);
  }
}
@media only screen and (min-width: 1921px) {
  .about-business-model__img-container--3 {
    max-width: clamp(270px, 10.546875vw, 405px);
  }
}
.about-business-model__img-container--4 {
  max-width: clamp(115px, 15.2777777778vw, 220px);
  bottom: 0;
  right: 0;
  transform: translateX(-30%) translateY(90%);
}
@media only screen and (max-width: 1024px) {
  .about-business-model__img-container--4 {
    transform: translateX(-55%) translateY(170%);
  }
}
@media only screen and (min-width: 1921px) {
  .about-business-model__img-container--4 {
    max-width: clamp(220px, 8.59375vw, 330px);
  }
}
.about-business-model .blob-lines::before {
  content: none;
}

.about-why {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .about-why__container {
    padding-inline: 0;
  }
  .about-why__container .text-container {
    padding-inline: 20px;
  }
}
.about-why__list {
  padding-block: clamp(12px, 1.6666666667vw, 24px) clamp(50px, 6.9444444444vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .about-why__list {
    padding-block: clamp(24px, 0.9375vw, 36px) clamp(100px, 3.90625vw, 150px);
  }
}
.about-why__item {
  display: grid;
  column-gap: clamp(12px, 1.6666666667vw, 24px);
  padding: clamp(0px, 1.1111111111vw, 16px) clamp(20px, 1.6666666667vw, 24px) 20px;
}
@media only screen and (min-width: 1025px) {
  .about-why__item {
    grid-template-columns: 1fr 4fr;
  }
}
@media only screen and (min-width: 1921px) {
  .about-why__item {
    padding: clamp(16px, 0.625vw, 24px) clamp(24px, 0.9375vw, 36px);
  }
}
.about-why__item--1 {
  background: linear-gradient(180deg, #8768ac, #f1f1f1);
}
.about-why__item--2 {
  background: linear-gradient(180deg, #db9dc3, #f1f1f1);
}
.about-why__item--3 {
  background: linear-gradient(180deg, #f0918a, #f1f1f1);
}
.about-why__item--4 {
  background: linear-gradient(180deg, #fac89f, #f1f1f1);
}
.about-why__item--5 {
  background: linear-gradient(180deg, #f8a76b, #f1f1f1);
}
.about-why__item-text {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6666666667vw, 24px);
}
@media only screen and (min-width: 1921px) {
  .about-why__item-text {
    gap: clamp(24px, 0.9375vw, 36px);
  }
}
.about-why__item-text::before {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  transform: translateY(3px);
}
@media only screen and (min-width: 1921px) {
  .about-why__item-text::before {
    font-size: clamp(12px, 0.46875vw, 18px);
    transform: translateY(clamp(3px, 0.1171875vw, 4.5px));
  }
}

.main--business-model .hero {
  padding-top: clamp(145px, 20.4861111111vw, 295px);
}
@media only screen and (min-width: 1921px) {
  .main--business-model .hero {
    padding-top: clamp(295px, 11.5234375vw, 442.5px);
  }
}
.main--business-model .hero__container {
  background-position: center;
  height: clamp(160px, 25.3472222222vw, 365px);
}
@media only screen and (min-width: 1921px) {
  .main--business-model .hero__container {
    height: clamp(365px, 19.0104166667vw, 730px);
  }
}
.main--business-model .hero__heading {
  max-width: clamp(300px, 48.828125vw, 500px);
}
@media only screen and (min-width: 1025px) {
  .main--business-model .hero__heading {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .main--business-model .hero__heading {
    left: 50%;
    transform: translateX(-50%) translateY(100%);
  }
}
@media only screen and (min-width: 1921px) {
  .main--business-model .hero__heading {
    margin-top: clamp(60px, 2.34375vw, 90px);
  }
}
.main--business-model .gradient-ball--model-1 {
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  width: clamp(380px, 52.6388888889vw, 758px);
  height: clamp(380px, 52.6388888889vw, 758px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 50%);
}
@media only screen and (min-width: 1921px) {
  .main--business-model .gradient-ball--model-1 {
    width: clamp(758px, 29.609375vw, 1137px);
    height: clamp(758px, 29.609375vw, 1137px);
  }
}
.main--business-model .gradient-ball--model-2 {
  bottom: 0;
  right: 0;
  transform: translateX(50%);
  width: clamp(300px, 41.6666666667vw, 600px);
  height: clamp(300px, 41.6666666667vw, 600px);
  background: radial-gradient(circle, #dfc4ac 0%, transparent 70%);
}
@media only screen and (min-width: 1921px) {
  .main--business-model .gradient-ball--model-2 {
    width: clamp(600px, 23.4375vw, 900px);
    height: clamp(600px, 23.4375vw, 900px);
  }
}
.main--business-model .gradient-ball--model-3 {
  top: 0;
  left: 0;
  transform: translateX(-100%) translateY(0%);
  width: clamp(160px, 21.8055555556vw, 314px);
  height: clamp(160px, 21.8055555556vw, 314px);
  background: radial-gradient(circle, #7abcd5 0%, transparent 50%);
}
@media only screen and (max-width: 1280px) {
  .main--business-model .gradient-ball--model-3 {
    transform: translateX(-50%) translateY(-50%);
  }
}
@media only screen and (min-width: 1921px) {
  .main--business-model .gradient-ball--model-3 {
    width: clamp(314px, 12.265625vw, 471px);
    height: clamp(314px, 12.265625vw, 471px);
  }
}
.main--business-model .gradient-ball--model-4 {
  right: 0;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  width: clamp(190px, 26.3888888889vw, 380px);
  height: clamp(190px, 26.3888888889vw, 380px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 70%);
}
@media only screen and (min-width: 1921px) {
  .main--business-model .gradient-ball--model-4 {
    width: clamp(380px, 14.84375vw, 570px);
    height: clamp(380px, 14.84375vw, 570px);
  }
}
.main--business-model .gradient-ball--model-5 {
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-80%);
  width: clamp(300px, 41.6666666667vw, 600px);
  height: clamp(300px, 41.6666666667vw, 600px);
  background: radial-gradient(circle, #dfc4ac 0%, transparent 70%);
}
@media only screen and (min-width: 1921px) {
  .main--business-model .gradient-ball--model-5 {
    width: clamp(600px, 23.4375vw, 900px);
    height: clamp(600px, 23.4375vw, 900px);
  }
}

@media only screen and (max-width: 1280px) {
  .business-model__scroll {
    overflow-x: auto;
  }
}

.model {
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
@media only screen and (max-width: 1280px) {
  .model {
    width: fit-content;
  }
}
@media only screen and (min-width: 1921px) {
  .model {
    padding-bottom: clamp(80px, 3.125vw, 120px);
  }
}
.model__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.model__item:last-child .model__heading::after {
  display: none;
}
.model__img-container {
  position: relative;
}
.model__circle {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 12%;
  background-color: #fff;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.model__heading {
  display: flex;
  align-items: center;
  margin-top: 6px;
  line-height: 1.1;
  min-height: clamp(20px, 3.90625vw, 40px);
}
.model__heading::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-inline: clamp(12px, 1.5625vw, 30px);
}
.model__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
.model__bar {
  position: relative;
  width: 100%;
  height: 15px;
  background: linear-gradient(90deg, #d5d2c5, #d5cdc5, #88d2d9, #e3c0c0, #f7adb9);
  background-size: 100% 100%;
}
.model__layer {
  position: absolute;
  inset: 0;
  background-color: #fff;
}

.business-cards {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .business-cards__container {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) {
  .business-cards__text {
    padding-inline: 20px;
  }
}
.business-cards__cards {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (min-width: 768px) {
  .business-cards__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1921px) {
  .business-cards__cards {
    margin-top: clamp(120px, 4.6875vw, 180px);
  }
}
.business-cards__card {
  background-color: #fff;
}
.business-cards__card-text-container {
  padding: clamp(20px, 2.7777777778vw, 40px);
  gap: 0;
}
@media only screen and (min-width: 1921px) {
  .business-cards__card-text-container {
    padding: clamp(40px, 1.5625vw, 60px);
  }
}
.business-cards__image {
  width: 100%;
  aspect-ratio: 2.48;
}
.business-cards__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-product-fundamentals {
  position: relative;
  padding-bottom: clamp(60px, 8.3333333333vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .business-product-fundamentals {
    padding-bottom: clamp(120px, 4.6875vw, 180px);
  }
}
.business-product-fundamentals__text-container {
  position: relative;
  max-width: 1000px;
}
.business-product-fundamentals__heading {
  margin-top: clamp(80px, 17.578125vw, 180px);
}
@media only screen and (min-width: 1921px) {
  .business-product-fundamentals__heading {
    margin-top: clamp(180px, 7.03125vw, 270px);
  }
}
.business-product-fundamentals__image {
  padding-block: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .business-product-fundamentals__image {
    padding-block: clamp(80px, 3.125vw, 120px);
  }
}
.business-product-fundamentals__card {
  display: grid;
  align-items: center;
  padding-block: clamp(90px, 12.5vw, 180px) clamp(45px, 6.25vw, 90px);
}
@media only screen and (min-width: 1921px) {
  .business-product-fundamentals__card {
    padding-block: clamp(180px, 7.03125vw, 270px) clamp(90px, 3.515625vw, 135px);
  }
}
@media only screen and (min-width: 768px) {
  .business-product-fundamentals__card {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .business-product-fundamentals__card--reverse .text-container {
    order: -1;
  }
}
.business-product-fundamentals__card--reverse .business-product-fundamentals__card-img-container {
  justify-self: end;
}
.business-product-fundamentals__card-img-container {
  max-width: clamp(200px, 20.8333333333vw, 400px);
}

.main--product-category .hero__heading {
  max-width: 540px;
}
@media only screen and (min-width: 1921px) {
  .main--product-category .hero__heading {
    max-width: clamp(540px, 21.09375vw, 810px);
  }
}
@media only screen and (min-width: 1025px) {
  .main--product-category .hero__heading {
    color: #fff;
  }
}
.main--product-category .gradient-ball--cat-1 {
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-15%);
  width: clamp(450px, 62.5vw, 900px);
  height: clamp(450px, 62.5vw, 900px);
}
@media only screen and (min-width: 1921px) {
  .main--product-category .gradient-ball--cat-1 {
    width: clamp(900px, 35.15625vw, 1350px);
    height: clamp(900px, 35.15625vw, 1350px);
  }
}
.main--product-category .gradient-ball--cat-2 {
  bottom: 0;
  right: 0;
  transform: translateX(50%);
  width: clamp(285px, 39.5833333333vw, 570px);
  height: clamp(285px, 39.5833333333vw, 570px);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .main--product-category .gradient-ball--cat-2 {
    width: clamp(570px, 22.265625vw, 855px);
    height: clamp(570px, 22.265625vw, 855px);
  }
}
.main--product-category .intro {
  position: relative;
}
.main--women .hero__container {
  background-color: #f7adb9;
}
.main--women .product-category-conditions__heading {
  background: linear-gradient(180deg, #f7adb9 0%, #f1f1f1 100%);
}
.main--women .product-category-conditions__list {
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
.main--women .gradient-ball {
  background: radial-gradient(circle, #f7adb9 0%, transparent 70%);
}
.main--oncology .hero__container {
  background-color: #bcccc3;
}
.main--oncology .product-category-conditions__heading {
  background: linear-gradient(180deg, #bcccc3 0%, #f1f1f1 100%);
}
.main--oncology .product-category-conditions__list {
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
.main--oncology .gradient-ball {
  background: radial-gradient(circle, #bcccc3 0%, transparent 70%);
}
.main--dermatology .hero__container {
  background-color: #dfc4ac;
}
.main--dermatology .product-category-conditions__heading {
  background: linear-gradient(180deg, #dfc4ac 0%, #f1f1f1 100%);
}
.main--dermatology .product-category-conditions__list {
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
.main--dermatology .gradient-ball {
  background: radial-gradient(circle, #dfc4ac 0%, transparent 70%);
}
.main--medical .hero__container {
  background-color: #8ea7aa;
}
.main--medical .product-category-conditions__heading {
  background: linear-gradient(180deg, #8ea7aa 0%, #f1f1f1 100%);
}
.main--medical .product-category-conditions__list {
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
.main--medical .hero__container {
  background-color: #8ea7aa;
  background-image: url(/wp-content/uploads/2025/05/medical-hero-bg.png), radial-gradient(circle at 30% 30%, rgba(0, 0, 0, 0.4), transparent 50%);
  background-size: contain;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: 10%;
}
@media only screen and (max-width: 1024px) {
  .main--medical .hero__container {
    background-image: url(/wp-content/uploads/2025/05/medical-hero-bg.png), radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0.4), transparent 50%);
    background-position: bottom center;
  }
}
.main--medical .gradient-ball {
  background: radial-gradient(circle, #8ea7aa 0%, transparent 70%);
}
.main--diabetes .hero__container {
  background-color: #d0abcb;
}
.main--diabetes .product-category-conditions__heading {
  background: linear-gradient(180deg, #d0abcb 0%, #f1f1f1 100%);
}
.main--diabetes .product-category-conditions__list {
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
.main--diabetes .gradient-ball {
  background: radial-gradient(circle, #d0abcb 0%, transparent 70%);
}
.main--pediatrics .hero__container {
  background-color: #67b1d8;
}
.main--pediatrics .product-category-conditions__heading {
  background: linear-gradient(180deg, #67b1d8 0%, #f1f1f1 100%);
}
.main--pediatrics .product-category-conditions__list {
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
.main--pediatrics .hero__container {
  background-color: #67b1d8;
  background-position: top center;
}
.main--pediatrics .gradient-ball {
  background: radial-gradient(circle, #67b1d8 0%, transparent 70%);
}

.product-category-conditions__table {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
@media only screen and (min-width: 1025px) {
  .product-category-conditions__table {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1025px) {
  .product-category-conditions__column:only-child {
    grid-column: span 2;
  }
}
.product-category-conditions__heading {
  margin-block: 0;
  padding: clamp(20px, 2.7777777778vw, 40px) clamp(18px, 2.5vw, 36px);
}
@media only screen and (min-width: 1921px) {
  .product-category-conditions__heading {
    padding: clamp(40px, 1.5625vw, 60px) clamp(36px, 1.40625vw, 54px);
  }
}
.product-category-conditions__list {
  padding: clamp(8px, 0.8333333333vw, 12px) clamp(20px, 1.6666666667vw, 24px) clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 641px) {
  .product-category-conditions__list {
    column-count: 2;
  }
}
@media only screen and (min-width: 1921px) {
  .product-category-conditions__list {
    padding: clamp(12px, 0.46875vw, 18px) clamp(24px, 0.9375vw, 36px) clamp(40px, 1.5625vw, 60px);
  }
}
.product-category-conditions__item::before {
  content: "\e913";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 12px;
}

.product-category-products {
  position: relative;
}
.product-category-products__container {
  position: relative;
  z-index: 1;
}
.product-category-products h2 {
  max-width: 680px;
  padding-right: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .product-category-products h2 {
    max-width: clamp(680px, 26.5625vw, 1020px);
    padding-right: clamp(40px, 1.5625vw, 60px);
  }
}
.product-category-products__grid {
  padding-block: clamp(20px, 2.7777777778vw, 40px) clamp(80px, 10.4166666667vw, 150px);
}
@media only screen and (min-width: 1921px) {
  .product-category-products__grid {
    padding-block: clamp(40px, 1.5625vw, 60px) clamp(150px, 5.859375vw, 225px);
  }
}

@media only screen and (min-width: 641px) {
  .main--women .product-category-conditions__list {
    column-count: 1;
  }
}

.main--contact .hero__container {
  background-color: #7abcd5;
}
@media only screen and (min-width: 1440px) {
  .main--contact .hero__img-container {
    left: calc((100vw - 1440px) / 2 * -1);
  }
}
@media only screen and (min-width: 1921px) {
  .main--contact .hero__img-container {
    left: calc((100vw - clamp(1440px, 75vw, 2880px)) / 2 * -1);
  }
}
@media only screen and (max-width: 1024px) {
  .main--contact .hero__img-container {
    left: 0;
    transform: none;
  }
}
.main--contact .hero__img-container img {
  margin-right: auto;
  margin-left: 0;
}
.main--contact .gradient-ball {
  width: clamp(390px, 40.2777777778vw, 580px);
  height: clamp(390px, 40.2777777778vw, 580px);
  background: radial-gradient(circle, #7abcd5 0%, transparent 50%);
}
.main--contact .gradient-ball--contact-1 {
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .main--contact .gradient-ball--contact-1 {
    top: 0;
    transform: translateX(-50%) translateY(-25%);
  }
}
.main--contact .gradient-ball--contact-2 {
  bottom: 0;
  right: 0;
  transform: translateX(60%);
}
@media only screen and (min-width: 1921px) {
  .main--contact .gradient-ball {
    width: clamp(580px, 22.65625vw, 870px);
    height: clamp(580px, 22.65625vw, 870px);
  }
}

.contact-intro {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contact-intro__container {
    padding-inline: 0;
  }
}
.contact-intro__map-container {
  position: relative;
}
.contact-intro__map-container iframe {
  filter: grayscale(1);
  height: clamp(365px, 31.25vw, 400px);
}
.contact-intro__map-container iframe .place-card-large {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .contact-intro__map-container iframe {
    height: 600px;
  }
}
@media only screen and (min-width: 1921px) {
  .contact-intro__map-container iframe {
    height: clamp(400px, 15.625vw, 600px);
  }
}
.contact-intro__wrapper {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 8px;
  width: calc(100% - 16px);
  max-width: 470px;
  height: fit-content;
}
@media only screen and (min-width: 1921px) {
  .contact-intro__wrapper {
    max-width: clamp(470px, 18.359375vw, 705px);
  }
}
.contact-intro__info {
  width: 100%;
  background-color: rgba(223, 218, 203, 0.9);
  padding: clamp(20px, 2.7777777778vw, 40px);
  line-height: 1.3;
}
@media only screen and (min-width: 1921px) {
  .contact-intro__info {
    padding: clamp(40px, 1.5625vw, 60px);
  }
}
.contact-intro__info a {
  color: #000;
}
.contact-intro__button {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}
@media only screen and (min-width: 1025px) {
  .contact-intro__button {
    width: fit-content;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1921px) {
  .contact-intro__button {
    margin-top: clamp(40px, 1.5625vw, 60px);
  }
}

.contact-form form {
  display: grid;
  gap: 16px;
}
.contact-form__grid {
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 1025px) {
  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form__interest {
  padding-block: clamp(25px, 2.734375vw, 35px);
}
.contact-form__interest-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .contact-form__interest-items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.contact-form__interest-items span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.contact-form__acceptance span {
  margin: 0;
}
.contact-form__acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-form__acceptance > div {
  margin-left: 30px;
  margin-top: 10px;
}
@media only screen and (min-width: 1921px) {
  .contact-form__acceptance > div {
    margin-left: clamp(30px, 1.171875vw, 45px);
    margin-top: clamp(10px, 0.390625vw, 15px);
  }
}
.contact-form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.contact-form input,
.contact-form textarea {
  background-color: #fff;
  border: none;
  font-weight: 600;
  color: #000;
  width: 100%;
  padding: clamp(16px, 1.953125vw, 25px);
}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 0;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 400;
}
.contact-form input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.contact-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  top: 5px;
  left: 5px;
  background-color: #8ea7aa;
  transform: scale(0);
  transition: all 0.3s ease;
}
.contact-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
@media only screen and (min-width: 1921px) {
  .contact-form input[type=checkbox] {
    width: clamp(30px, 1.171875vw, 45px);
    height: clamp(30px, 1.171875vw, 45px);
    min-width: clamp(30px, 1.171875vw, 45px);
  }
  .contact-form input[type=checkbox]::before {
    width: clamp(20px, 0.78125vw, 30px);
    height: clamp(20px, 0.78125vw, 30px);
    top: clamp(5px, 0.1953125vw, 7.5px);
    left: clamp(5px, 0.1953125vw, 7.5px);
  }
}
.contact-form__acceptance {
  line-height: 1.2;
}
.contact-form__acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.contact-form__acceptance input[type=checkbox]::before {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
}
@media only screen and (min-width: 1921px) {
  .contact-form__acceptance input[type=checkbox] {
    width: clamp(20px, 0.78125vw, 30px);
    height: clamp(20px, 0.78125vw, 30px);
    min-width: clamp(20px, 0.78125vw, 30px);
  }
  .contact-form__acceptance input[type=checkbox]::before {
    width: clamp(14px, 0.546875vw, 21px);
    height: clamp(14px, 0.546875vw, 21px);
    top: clamp(3px, 0.1171875vw, 4.5px);
    left: clamp(3px, 0.1171875vw, 4.5px);
  }
}
.contact-form__button {
  cursor: pointer;
}
.contact-form input[type=submit] {
  background-color: revert;
  padding: 0;
  cursor: pointer;
}
.contact-form input[type=submit]:disabled {
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}
.contact-form .wpcf7-spinner {
  display: none;
}

.main--research .gradient-ball {
  background: radial-gradient(circle, #f7adb9 0%, transparent 50%);
}
.main--research .gradient-ball--research-1 {
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: clamp(200px, 27.7777777778vw, 400px);
  height: clamp(200px, 27.7777777778vw, 400px);
}
@media only screen and (min-width: 1921px) {
  .main--research .gradient-ball--research-1 {
    width: clamp(400px, 15.625vw, 600px);
    height: clamp(400px, 15.625vw, 600px);
  }
}
.main--research .gradient-ball--research-2 {
  bottom: 0;
  right: 0;
  transform: translateX(50%) translateY(50%);
  width: clamp(542px, 75.2777777778vw, 1084px);
  height: clamp(542px, 75.2777777778vw, 1084px);
}
@media only screen and (min-width: 1921px) {
  .main--research .gradient-ball--research-2 {
    width: clamp(1084px, 42.34375vw, 1626px);
    height: clamp(1084px, 42.34375vw, 1626px);
  }
}
.main--research .gradient-ball--research-3 {
  top: 0;
  left: 0;
  transform: translateX(-20%) translateY(-50%);
  width: clamp(200px, 27.7777777778vw, 400px);
  height: clamp(200px, 27.7777777778vw, 400px);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .main--research .gradient-ball--research-3 {
    width: clamp(400px, 15.625vw, 600px);
    height: clamp(400px, 15.625vw, 600px);
  }
}
.main--research .gradient-ball--research-4 {
  right: 0;
  top: 0;
  transform: translateX(10%) translateY(-30%);
  width: clamp(255px, 35.4166666667vw, 510px);
  height: clamp(255px, 35.4166666667vw, 510px);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .main--research .gradient-ball--research-4 {
    width: clamp(510px, 19.921875vw, 765px);
    height: clamp(510px, 19.921875vw, 765px);
  }
}
.main--research .gradient-ball--research-5 {
  left: 0;
  bottom: 0;
  transform: translateX(-60%) translateY(55%);
  width: clamp(542px, 75.2777777778vw, 1084px);
  height: clamp(542px, 75.2777777778vw, 1084px);
  z-index: 0;
}
@media only screen and (min-width: 1921px) {
  .main--research .gradient-ball--research-5 {
    width: clamp(1084px, 42.34375vw, 1626px);
    height: clamp(1084px, 42.34375vw, 1626px);
  }
}

.research-key-points {
  position: relative;
}
.research-key-points__heading {
  max-width: clamp(230px, 46.875vw, 480px);
  padding-block: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .research-key-points__heading {
    max-width: clamp(480px, 18.75vw, 720px);
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.research-key-points__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
}
@media only screen and (min-width: 1921px) {
  .research-key-points__grid {
    gap: clamp(10px, 0.390625vw, 15px);
  }
}
@media only screen and (max-width: 1024px) {
  .research-key-points__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .research-key-points__grid {
    grid-template-columns: 1fr;
  }
}
.research-key-points__item {
  padding-block: 10px 20px;
}
@media only screen and (min-width: 1921px) {
  .research-key-points__item {
    padding-block: clamp(10px, 0.390625vw, 15px) clamp(20px, 0.78125vw, 30px);
  }
}
.research-key-points__item-text {
  line-height: 1.5;
}

.research-pillars {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.research-pillars__heading {
  padding-block: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .research-pillars__heading {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.research-pillars__grid {
  display: grid;
  column-gap: 10px;
  row-gap: clamp(40px, 7.8125vw, 80px);
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 1921px) {
  .research-pillars__grid {
    column-gap: clamp(10px, 0.390625vw, 15px);
    row-gap: clamp(80px, 3.125vw, 120px);
  }
}
@media only screen and (max-width: 1024px) {
  .research-pillars__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .research-pillars__grid {
    grid-template-columns: 1fr;
  }
}
.research-pillars__number {
  position: relative;
}
.research-pillars__number::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -2px;
  width: 100%;
  height: clamp(9px, 1.171875vw, 12px);
  background-color: #d5d2c5;
  z-index: -1;
}
@media only screen and (min-width: 1921px) {
  .research-pillars__number::after {
    height: clamp(12px, 0.46875vw, 18px);
  }
}
.research-pillars__item-text {
  padding-top: clamp(20px, 2.44140625vw, 25px);
}
@media only screen and (min-width: 1921px) {
  .research-pillars__item-text {
    padding-top: clamp(25px, 0.9765625vw, 37.5px);
  }
}
.research-pillars__item--2 .research-pillars__number::after {
  background-color: #bcccc3;
}
.research-pillars__item--3 .research-pillars__number::after {
  background-color: #f7adb9;
}
.research-pillars__item--4 .research-pillars__number::after {
  background-color: #7abcd5;
}
.research-pillars__item--5 .research-pillars__number::after {
  background-color: #dfc4ac;
}
.research-pillars__item--6 .research-pillars__number::after {
  background-color: #8ea7aa;
}

.research-formulations {
  position: relative;
}
.research-formulations__container {
  position: relative;
  z-index: 1;
}
.research-formulations__heading {
  padding-block: clamp(20px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .research-formulations__heading {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.research-formulations__text-container {
  display: grid;
  gap: clamp(15px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .research-formulations__text-container {
    gap: clamp(30px, 1.171875vw, 45px);
  }
}
.research-formulations__text {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1921px) {
  .research-formulations__text {
    margin-bottom: clamp(30px, 1.171875vw, 45px);
  }
}
.research-formulations__text--6 {
  max-width: 1000px;
}
@media only screen and (min-width: 1921px) {
  .research-formulations__text--6 {
    max-width: clamp(1000px, 39.0625vw, 1500px);
  }
}
.research-formulations__logos {
  display: flex;
  gap: clamp(20px, 2.9296875vw, 30px);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .research-formulations__logos {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1921px) {
  .research-formulations__logos {
    gap: clamp(30px, 1.171875vw, 45px);
  }
}
.research-formulations__logo img {
  height: clamp(45px, 7.2265625vw, 74px);
}
@media only screen and (min-width: 1921px) {
  .research-formulations__logo img {
    height: clamp(74px, 2.890625vw, 111px);
  }
}

.main--collaborations .hero__container {
  background-color: #d6d2ce;
}
.main--collaborations .product-category-conditions__heading {
  background: linear-gradient(180deg, #d6d2ce 0%, #f1f1f1 100%);
}
.main--collaborations .product-category-conditions__list {
  background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%);
}
.main--collaborations .hero__img-container {
  left: -5%;
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .main--collaborations .hero__img-container {
    width: 100%;
    left: 50%;
  }
}
.main--collaborations .gradient-ball--collab-1 {
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  width: clamp(290px, 40.2777777778vw, 580px);
  height: clamp(290px, 40.2777777778vw, 580px);
  background: radial-gradient(circle, #7abcd5 0%, transparent 50%);
}
@media only screen and (min-width: 1921px) {
  .main--collaborations .gradient-ball--collab-1 {
    width: clamp(580px, 22.65625vw, 870px);
    height: clamp(580px, 22.65625vw, 870px);
  }
}
.main--collaborations .gradient-ball--collab-2 {
  top: 0;
  right: 0;
  transform: translateX(40%) translateY(-40%);
  width: clamp(230px, 31.9444444444vw, 460px);
  height: clamp(230px, 31.9444444444vw, 460px);
  background: radial-gradient(circle, #f7adb9 0%, transparent 70%);
  opacity: 0.5;
}
@media only screen and (min-width: 1921px) {
  .main--collaborations .gradient-ball--collab-2 {
    width: clamp(460px, 17.96875vw, 690px);
    height: clamp(460px, 17.96875vw, 690px);
  }
}

.collaborations-map__container {
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 1921px) {
  .collaborations-map__container {
    gap: clamp(30px, 1.171875vw, 45px);
  }
}
.collaborations-map__image {
  max-width: calc(100vw - 40px);
}
.collaborations-map__image img {
  min-width: 540px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.collaborations-map__list {
  column-count: 6;
}
@media only screen and (max-width: 1024px) {
  .collaborations-map__list {
    column-count: 4;
  }
}
@media only screen and (max-width: 640px) {
  .collaborations-map__list {
    column-count: 2;
  }
}
.collaborations-map__list-item {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1921px) {
  .collaborations-map__list-item {
    gap: clamp(10px, 0.390625vw, 15px);
    margin-bottom: clamp(5px, 0.1953125vw, 7.5px);
  }
}
.collaborations-map__list-color {
  width: 14px;
  height: 14px;
  aspect-ratio: 1;
  margin-top: 4px;
  border-radius: 50%;
  border: 1px solid #49494b;
}
@media only screen and (min-width: 1921px) {
  .collaborations-map__list-color {
    width: clamp(14px, 0.546875vw, 21px);
    height: clamp(14px, 0.546875vw, 21px);
  }
}

.collaborations-partners__heading {
  padding-block: 30px;
}
@media only screen and (min-width: 1921px) {
  .collaborations-partners__heading {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.collaborations-partners__logos {
  display: flex;
  gap: clamp(25px, 3.515625vw, 45px);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .collaborations-partners__logos {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1921px) {
  .collaborations-partners__logos {
    gap: clamp(45px, 1.7578125vw, 67.5px);
  }
}
.collaborations-partners__logo img {
  height: clamp(40px, 3.90625vw, 50px);
}
@media only screen and (min-width: 1921px) {
  .collaborations-partners__logo img {
    height: clamp(50px, 1.953125vw, 75px);
  }
}

.collaborations-b2b {
  position: relative;
}
.collaborations-b2b__form {
  position: relative;
}
.collaborations-b2b__heading {
  padding-block: 30px;
}
@media only screen and (min-width: 1921px) {
  .collaborations-b2b__heading {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}

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