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

@font-face {
  font-family: "TT Hoves Pro";
  src: url("../fonts/tt_hoves_pro_medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
  font-family: "TT Hoves Pro", system-ui, sans-serif;
}

section + section {
  margin-top: -1px;
}

.is-hidden {
  opacity: 0;
}

.grecaptcha-badge {
  display: none !important;
}

main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

@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;
    transition: none;
  }
}
body {
  margin: 0 auto;
  position: relative;
}

h1,
h2,
h3,
h4,
ul,
p {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.site-footer {
  padding: 48px 10px 98px;
  background: #064137;
  color: #93afab;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding: 60px 20px 116px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer {
    padding-top: clamp(25.6px, calc(2.5vw), 48px);
    padding-inline: clamp(
      14.2222222222px,
      calc(1.3888888889vw),
      26.6666666667px
    );
    padding-bottom: clamp(
      28.4444444444px,
      calc(2.7777777778vw),
      53.3333333333px
    );
  }
}
.site-footer__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
@media screen and (min-width: 768px) {
  .site-footer__container {
    display: grid;
    grid-template-columns: 26% minmax(0, 1fr);
    grid-template-areas: "logo title" ". contacts" "socials addresses" "bottom bottom";
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    column-gap: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.site-footer__logo {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .site-footer__logo {
    grid-area: logo;
    align-self: start;
  }
}
.site-footer__logo-link {
  display: inline-flex;
  width: 138px;
  line-height: 0;
  text-decoration: none;
}
.site-footer__logo-link:focus-visible {
  outline: 1px solid #fff083;
  outline-offset: 4px;
}
@media screen and (min-width: 1024px) {
  .site-footer__logo-link {
    width: clamp(149.3333333333px, calc(14.5833333333vw), 280px);
  }
}
.site-footer__logo-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.site-footer__title {
  max-width: 330px;
  margin: 44px 0 0;
  color: #fff083;
  font-family: inherit;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .site-footer__title {
    grid-area: title;
    max-width: 406px;
    margin-top: 0;
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__title {
    max-width: clamp(425.2444444444px, calc(41.5277777778vw), 797.3333333333px);
    font-size: clamp(29.8666666667px, calc(2.9166666667vw), 56px);
    line-height: clamp(32.8533333333px, calc(3.2083333333vw), 61.6px);
  }
}
.site-footer__contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 24px;
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .site-footer__contacts {
    grid-area: contacts;
    width: 100%;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 16px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__contacts {
    max-width: clamp(426.6666666667px, calc(41.6666666667vw), 800px);
    -moz-column-gap: clamp(
      22.7555555556px,
      calc(2.2222222222vw),
      42.6666666667px
    );
    column-gap: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
    row-gap: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    margin-top: clamp(25.6px, calc(2.5vw), 48px);
  }
}
.site-footer__contact {
  min-width: 0;
}
.site-footer__phone {
  display: inline-block;
  color: #fff083;
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
.site-footer__phone:hover {
  opacity: 0.7;
}
.site-footer__phone:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}
@media screen and (min-width: 1024px) {
  .site-footer__phone {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.site-footer__contact-description {
  margin-top: 4px;
  color: #93afab;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.site-footer__contact-description span {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .site-footer__contact-description {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__contact-description {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
    margin-top: clamp(2.8444444444px, calc(0.2777777778vw), 5.3333333333px);
  }
}
.site-footer__addresses {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .site-footer__addresses {
    grid-area: addresses;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    width: 100%;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__addresses {
    max-width: clamp(426.6666666667px, calc(41.6666666667vw), 800px);
    -moz-column-gap: clamp(
      22.7555555556px,
      calc(2.2222222222vw),
      42.6666666667px
    );
    column-gap: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
    margin-top: clamp(68.2666666667px, calc(6.6666666667vw), 128px);
  }
}
.site-footer__address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.site-footer__address--legal {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .site-footer__address--legal {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__address {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.site-footer__label {
  margin: 0;
  color: #93afab;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (min-width: 1024px) {
  .site-footer__label {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.site-footer__address-text {
  max-width: 290px;
  margin: 0;
  color: #fff083;
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .site-footer__address-text {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__address-text {
    max-width: clamp(199.1111111111px, calc(19.4444444444vw), 373.3333333333px);
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.site-footer__map-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #93afab;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
.site-footer__map-link span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.site-footer__map-link svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.site-footer__map-link:hover {
  color: #fff083;
}
.site-footer__map-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}
@media screen and (min-width: 1024px) {
  .site-footer__map-link {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .site-footer__socials {
    grid-area: socials;
    align-self: end;
    gap: 10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__socials {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
  }
}
.site-footer__social-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
  color: #fff083;
  line-height: 0;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
.site-footer__social-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.site-footer__social-link svg path {
  fill: currentColor;
}
.site-footer__social-link:hover {
  color: #fffad0;
}
.site-footer__social-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}
@media screen and (min-width: 768px) {
  .site-footer__social-link {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__social-link {
    width: clamp(34.1333333333px, calc(3.3333333333vw), 64px);
    height: clamp(34.1333333333px, calc(3.3333333333vw), 64px);
  }
}
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 20px;
  padding-top: 8px;
  border-top: 0.5px solid #93afab;
}
@media screen and (min-width: 768px) {
  .site-footer__bottom {
    grid-area: bottom;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 27px;
    padding-top: 12px;
  }
  .site-footer__bottom > :last-child {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__bottom {
    gap: clamp(19.2px, calc(1.875vw), 36px);
    margin-top: clamp(25.6px, calc(2.5vw), 48px);
    padding-top: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.site-footer__copyright,
.site-footer__bottom-link {
  margin: 0;
  color: #93afab;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (min-width: 1024px) {
  .site-footer__copyright,
  .site-footer__bottom-link {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.site-footer__bottom-link {
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
.site-footer__bottom-link:hover {
  color: #fff083;
}
.site-footer__bottom-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.project-contact {
  color: #064137;
  background: #fffdef;
}
.project-contact__container {
  width: 100%;
  margin: 0 auto;
  padding: 72px 10px 66px;
}
@media screen and (min-width: 768px) {
  .project-contact__container {
    padding: 90px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .project-contact__container {
    max-width: 1920px;
    padding-block: clamp(
      75.3777777778px,
      calc(7.3611111111vw),
      141.3333333333px
    );
    padding-inline: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.project-contact__index {
  padding-bottom: 8px;
  border-bottom: 0.5px solid #93afab;
  color: #93afab;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .project-contact__index {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .project-contact__index {
    padding-bottom: clamp(
      5.6888888889px,
      calc(0.5555555556vw),
      10.6666666667px
    );
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.project-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
}
@media screen and (min-width: 768px) {
  .project-contact__layout {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .project-contact__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: clamp(
      9.9555555556px,
      calc(0.9722222222vw),
      18.6666666667px
    );
    column-gap: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.project-contact__content {
  min-width: 0;
}
.project-contact__title {
  margin: 0 0 20px;
  padding-top: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .project-contact__title {
    margin-bottom: 40px;
    padding-top: 20px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .project-contact__title {
    margin-bottom: clamp(25.6px, calc(2.5vw), 48px);
    padding-top: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    font-size: clamp(29.8666666667px, calc(2.9166666667vw), 56px);
  }
}
.project-contact__details {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin: 0;
  color: #064137;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .project-contact__details {
    gap: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .project-contact__details {
    gap: clamp(8.5333333333px, calc(0.8333333333vw), 16px);
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.project-contact__address {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .project-contact__address {
    max-width: 214px;
  }
}
@media screen and (min-width: 1024px) {
  .project-contact__address {
    max-width: clamp(241.7777777778px, calc(23.6111111111vw), 453.3333333333px);
  }
}
.project-contact__link {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
@media (hover: hover) {
  .project-contact__link:hover {
    color: #93afab;
    text-decoration: underline;
  }
}
.project-contact__form-stage {
  display: grid;
  min-width: 0;
}
.project-contact__form-stage > .wpcf7,
.project-contact__form-stage > .project-contact__success {
  grid-area: 1/1;
  min-width: 0;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .project-contact__form-stage > .wpcf7,
  .project-contact__form-stage > .project-contact__success {
    align-self: flex-start;
  }
}
.project-contact__form-stage > .wpcf7 {
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
.project-contact__success {
  align-self: start;
  padding-top: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
@media screen and (min-width: 768px) {
  .project-contact__success {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .project-contact__success {
    padding-top: 0;
  }
}
.project-contact__success-title {
  margin-bottom: 12px;
  color: #064137;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .project-contact__success-title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .project-contact__success-title {
    margin-bottom: clamp(12.8px, calc(1.25vw), 24px);
    font-size: clamp(29.8666666667px, calc(2.9166666667vw), 56px);
    line-height: clamp(32.8533333333px, calc(3.2083333333vw), 61.6px);
  }
}
.project-contact__success-text {
  max-width: 355px;
  margin: 0;
  color: #064137;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .project-contact__success-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .project-contact__success-text {
    max-width: clamp(224px, calc(21.875vw), 420px);
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.project-contact.is-success .project-contact__form-stage > .wpcf7 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px);
}
.project-contact.is-success .project-contact__success {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.project-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  width: 100%;
  color: #064137;
}
@media screen and (min-width: 768px) {
  .project-form {
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .project-form {
    gap: clamp(34.1333333333px, calc(3.3333333333vw), 64px);
  }
}
.project-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .project-form__row {
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .project-form__row {
    gap: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
  }
}
.project-form__row--two {
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 768px) {
  .project-form__row--two {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .project-form__row--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.project-form__field {
  display: block;
  width: 100%;
  min-width: 0;
}
.project-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-width: 0;
}
.project-form__control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  border: 0;
  border-bottom: 0.5px solid #93afab;
  border-radius: 0;
  outline: 0;
  color: #064137;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
.project-form__control:not(textarea) {
  height: 32px;
}
.project-form__control::-moz-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  color: #93afab;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  opacity: 1;
}
.project-form__control::placeholder {
  position: absolute;
  top: 0;
  left: 0;
  color: #93afab;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  opacity: 1;
}
.project-form__control:focus {
  border-bottom-color: #064137;
}
.project-form__control.wpcf7-not-valid {
  color: #a4303f;
  caret-color: #a4303f;
  border-bottom-color: #a4303f;
}
.project-form__control.wpcf7-not-valid::-moz-placeholder {
  color: #a4303f;
}
.project-form__control.wpcf7-not-valid::placeholder {
  color: #a4303f;
}
@media screen and (min-width: 768px) {
  .project-form__control {
    font-size: 18px;
  }
  .project-form__control:not(textarea) {
    min-height: 30px;
  }
  .project-form__control::-moz-placeholder {
    font-size: 14px;
    line-height: 120%;
  }
  .project-form__control::placeholder {
    font-size: 14px;
    line-height: 120%;
  }
}
@media screen and (min-width: 1024px) {
  .project-form__control {
    font-size: clamp(18.4888888889px, calc(1.8055555556vw), 34.6666666667px);
  }
  .project-form__control:not(textarea) {
    min-height: clamp(29.8666666667px, calc(2.9166666667vw), 56px);
  }
  .project-form__control::-moz-placeholder {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
    line-height: 120%;
  }
  .project-form__control::placeholder {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
    line-height: 120%;
  }
}
.project-form textarea.project-form__textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  min-height: 32px;
  max-height: 92px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  resize: none;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  scrollbar-width: thin;
  scrollbar-color: #93afab transparent;
}
.project-form textarea.project-form__textarea::-webkit-scrollbar {
  width: 4px;
}
.project-form textarea.project-form__textarea::-webkit-scrollbar-track {
  background: transparent;
}
.project-form textarea.project-form__textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #93afab;
}
@media screen and (min-width: 768px) {
  .project-form textarea.project-form__textarea {
    height: 30px;
    min-height: 30px;
    max-height: 92px;
  }
}
@media screen and (min-width: 1024px) {
  .project-form textarea.project-form__textarea {
    height: clamp(88.1777777778px, calc(8.6111111111vw), 165.3333333333px);
    min-height: clamp(88.1777777778px, calc(8.6111111111vw), 165.3333333333px);
    max-height: clamp(102.4px, calc(10vw), 192px);
  }
}
.project-form__footer {
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .project-form__footer {
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .project-form__footer {
    gap: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
  }
}
.project-form__actions {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
}
@media (hover: hover) {
  .project-form__actions:has(.project-form__submit:not(:disabled):hover)
    .project-form__submit-icon {
    background: #fff083;
  }
  .project-form__actions:has(.project-form__submit:not(:disabled):hover)
    .project-form__submit-icon
    path {
    fill: #064137;
  }
}
.project-form__actions {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
}
@media (hover: hover) {
  .project-form__actions:has(.project-form__submit:not(:disabled):hover)
    .project-form__submit-icon {
    background-color: #fff083;
  }
  .project-form__actions:has(.project-form__submit:not(:disabled):hover)
    .project-form__submit-icon
    path {
    fill: #064137;
  }
}
.project-form__submit {
  display: block;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  border-radius: 50px;
  color: #064137;
  background-image: linear-gradient(
    90deg,
    #fff083 0%,
    #fff9cd 25%,
    #064137 75%,
    #93afab 100%
  );
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 400% 100%;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
.project-form__submit:disabled {
  color: #b3b3b3;
  background-image: linear-gradient(90deg, #e2e2e2 0%, #f0f0f0 100%);
  background-position: left center;
  background-size: 100% 100%;
  cursor: wait;
  opacity: 1;
}
@media (hover: hover) {
  .project-form__submit:not(:disabled):hover {
    color: #fff083;
    background-position: right center;
  }
}
@media screen and (min-width: 768px) {
  .project-form__submit {
    min-height: 52px;
    padding-right: 66px;
    padding-left: 24px;
    font-size: 16px;
    text-align: start;
  }
}
@media screen and (min-width: 1024px) {
  .project-form__submit {
    min-height: clamp(36.9777777778px, calc(3.6111111111vw), 69.3333333333px);
    padding-inline: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
    padding-block: clamp(7.1111111111px, calc(0.6944444444vw), 13.3333333333px);
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.project-form__submit-icon {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #064137;
  pointer-events: none;
  place-items: center;
  transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
.project-form__submit-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.project-form__submit-icon path {
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
@media screen and (min-width: 768px) {
  .project-form__submit-icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .project-form__submit-icon {
    width: clamp(39.8222222222px, calc(3.8888888889vw), 74.6666666667px);
    height: clamp(39.8222222222px, calc(3.8888888889vw), 74.6666666667px);
  }
  .project-form__submit-icon svg {
    width: clamp(12.8px, calc(1.25vw), 24px);
    height: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.project-form__actions:has(.project-form__submit:disabled)
  .project-form__submit-icon {
  background-color: #d7d7d7;
  opacity: 1;
}
.project-form__actions:has(.project-form__submit:disabled)
  .project-form__submit-icon
  path {
  fill: #a8a8a8;
}
.project-form__privacy {
  margin: 0;
  color: #064137;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .project-form__privacy {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .project-form__privacy {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}

.project-contact .wpcf7 {
  width: 100%;
}
.project-contact .wpcf7 form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.project-contact .wpcf7 form.submitting .project-form__submit {
  color: #b3b3b3;
  background: linear-gradient(90deg, #e2e2e2 0%, #f0f0f0 100%);
  cursor: wait;
  opacity: 1;
}
.project-contact .wpcf7 form.submitting .project-form__submit-icon {
  background: #d7d7d7;
  opacity: 1;
}
.project-contact .wpcf7 form.submitting .project-form__submit-icon path {
  fill: #a8a8a8;
}

.project-form__control:-webkit-autofill,
.project-form__control:-webkit-autofill:hover,
.project-form__control:-webkit-autofill:focus {
  -webkit-text-fill-color: #064137;
  caret-color: #064137;
  -webkit-transition: background-color 9999s ease-out 0s;
  transition: background-color 9999s ease-out 0s;
}

.project-form__control.wpcf7-not-valid:-webkit-autofill,
.project-form__control.wpcf7-not-valid:-webkit-autofill:hover,
.project-form__control.wpcf7-not-valid:-webkit-autofill:focus {
  -webkit-text-fill-color: #a4303f;
  caret-color: #a4303f;
}

.wpcf7-not-valid-tip,
.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .project-contact *,
  .project-contact *::before,
  .project-contact *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.partners {
  background: var(--pine-teal-40, #f0f3e9);
}

.partners__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 74px 10px 72px;
}
@media screen and (min-width: 768px) {
  .partners__container {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .partners__container {
    padding-block: clamp(
      75.3777777778px,
      calc(7.3611111111vw),
      141.3333333333px
    );
    padding-inline: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .partners__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .partners__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: clamp(
      14.2222222222px,
      calc(1.3888888889vw),
      26.6666666667px
    );
    column-gap: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    row-gap: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
  }
}

.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.partners__logo {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 71px;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .partners__logo {
    max-width: 230px;
    height: 94px;
    padding: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .partners__logo {
    max-width: clamp(238.2222222222px, calc(23.2638888889vw), 446.6666666667px);
    height: clamp(98.1333333333px, calc(9.5833333333vw), 184px);
    padding: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}

.partners__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about {
  color: #064137;
  background: #fffdef;
}
.about__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 72px 10px 10px;
}
@media screen and (min-width: 768px) {
  .about__container {
    padding: 90px 20px 25px;
  }
}
@media screen and (min-width: 1024px) {
  .about__container {
    padding-top: clamp(64px, calc(6.25vw), 120px);
    padding-inline: clamp(
      14.2222222222px,
      calc(1.3888888889vw),
      26.6666666667px
    );
    padding-bottom: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.about__header {
  padding-bottom: 8px;
  border-bottom: 0.5px solid #93afab;
}
@media screen and (min-width: 768px) {
  .about__header {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .about__header {
    padding-bottom: clamp(
      11.3777777778px,
      calc(1.1111111111vw),
      21.3333333333px
    );
  }
}
.about__number {
  display: block;
  color: #93afab;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
@media screen and (min-width: 1024px) {
  .about__number {
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.about__content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .about__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .about__content {
    margin-top: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.about__title {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .about__title {
    font-size: clamp(29.8666666667px, calc(2.9166666667vw), 56px);
  }
}
.about__description {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .about__description {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about__description {
    justify-self: start;
    max-width: clamp(490.6666666667px, calc(47.9166666667vw), 920px);
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    line-height: clamp(15.9288888889px, calc(1.5555555556vw), 29.8666666667px);
  }
}
.about__description p {
  margin: 0;
}
.about__description p + p {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .about__description p + p {
    margin-top: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
  }
}
.about__media {
  width: 100%;
  height: 430px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .about__media {
    height: 850px;
    margin-top: 60px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .about__media {
    margin-inline: auto;
    width: clamp(995.5555555556px, calc(97.2222222222vw), 1866.6666666667px);
    height: clamp(455.1111111111px, calc(44.4444444444vw), 853.3333333333px);
    margin-top: clamp(42.6666666667px, calc(4.1666666667vw), 80px);
    border-radius: clamp(
      17.7777777778px,
      calc(1.7361111111vw),
      33.3333333333px
    );
  }
}
.about__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.about__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.policy {
  width: 100%;
  background-color: #fffdef;
  color: #064137;
}
.policy__container {
  width: 100%;
  margin: 0 auto;
  padding: 108px 10px 72px;
}
@media screen and (min-width: 768px) {
  .policy__container {
    padding: 133px 20px 90px;
  }
}
@media screen and (min-width: 1024px) {
  .policy__container {
    max-width: 1920px;
    padding-top: clamp(
      135.1111111111px,
      calc(13.1944444444vw),
      253.3333333333px
    );
    padding-bottom: clamp(68.2666666667px, calc(6.6666666667vw), 128px);
    padding-inline: clamp(
      14.2222222222px,
      calc(1.3888888889vw),
      26.6666666667px
    );
  }
}
.policy__article {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .policy__article {
    width: 71%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .policy__article {
    width: 66.6667%;
  }
}
.policy__title {
  margin: 0 0 20px;
  color: #064137;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .policy__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .policy__title {
    margin-bottom: clamp(
      14.2222222222px,
      calc(1.3888888889vw),
      26.6666666667px
    );
    font-size: clamp(29.8666666667px, calc(2.9166666667vw), 56px);
  }
}
.policy__content {
  color: #064137;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .policy__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .policy__content {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.policy__content h2,
.policy__content h3,
.policy__content h4,
.policy__content h5,
.policy__content h6 {
  color: #064137;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.policy__content h2:first-child,
.policy__content h3:first-child,
.policy__content h4:first-child,
.policy__content h5:first-child,
.policy__content h6:first-child {
  margin-top: 0;
}
.policy__content h2 {
  font-size: 26px;
  line-height: 140%;
  margin-block: 20px;
}
@media screen and (min-width: 768px) {
  .policy__content h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1024px) {
  .policy__content h2 {
    font-size: clamp(18.4888888889px, calc(1.8055555556vw), 34.6666666667px);
    margin-block: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
  }
}
.policy__content h2:first-child {
  margin-top: 0;
}
.policy__content h3 {
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  margin-block: 20px;
}
@media screen and (min-width: 768px) {
  .policy__content h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .policy__content h3 {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
    margin-block: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
  }
}
.policy__content h3:first-child {
  margin-top: 0;
}
.policy__content h4 {
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  margin-block: 20px;
}
@media screen and (min-width: 768px) {
  .policy__content h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .policy__content h4 {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
    margin-block: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
  }
}
.policy__content h4:first-child {
  margin-top: 0;
}
.policy__content h5,
.policy__content h6 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .policy__content h5,
  .policy__content h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .policy__content h5,
  .policy__content h6 {
    font-size: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.policy__content p {
  margin: 0;
}
.policy__content p + p {
  margin-top: 18px;
}
@media screen and (min-width: 1024px) {
  .policy__content p + p {
    margin-top: clamp(12.8px, calc(1.25vw), 24px);
  }
}
.policy__content h2 + p,
.policy__content h3 + p,
.policy__content h4 + p,
.policy__content h5 + p,
.policy__content h6 + p {
  margin-top: 0;
}
.policy__content ul,
.policy__content ol {
  margin-block: 18px;
  padding-left: 22px;
}
@media screen and (min-width: 1024px) {
  .policy__content ul,
  .policy__content ol {
    margin-block: clamp(14.2222222222px, calc(1.3888888889vw), 26.6666666667px);
    padding-left: clamp(19.9111111111px, calc(1.9444444444vw), 37.3333333333px);
  }
}
.policy__content ul {
  list-style: disc;
}
.policy__content ol {
  list-style: decimal;
}
.policy__content li {
  padding-left: 2px;
}
.policy__content li + li {
  margin-top: 6px;
}
@media screen and (min-width: 1024px) {
  .policy__content li + li {
    margin-top: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
.policy__content li p {
  margin: 0;
}
.policy__content li ul,
.policy__content li ol {
  margin-top: 8px;
}
.policy__content a {
  color: #064137;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
@media (hover: hover) {
  .policy__content a:hover {
    opacity: 0.65;
  }
}
.policy__content a:focus-visible {
  outline: 1px solid #064137;
  outline-offset: 3px;
}
.policy__content strong,
.policy__content b {
  font-weight: 600;
}
.policy__content em,
.policy__content i {
  font-style: italic;
}
.policy__content blockquote {
  margin: 24px 0 0;
  padding-left: 16px;
  border-left: 2px solid #064137;
}
@media screen and (min-width: 1024px) {
  .policy__content blockquote {
    margin-top: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
    padding-left: clamp(17.0666666667px, calc(1.6666666667vw), 32px);
  }
}
.policy__content blockquote p {
  margin: 0;
}
.policy__content figure {
  width: 100%;
  margin: 24px 0 0;
}
@media screen and (min-width: 1024px) {
  .policy__content figure {
    margin-top: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
  }
}
.policy__content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.policy__content table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}
@media screen and (min-width: 1024px) {
  .policy__content table {
    margin-top: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
  }
}
.policy__content th,
.policy__content td {
  padding: 10px;
  border: 1px solid #064137;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 1024px) {
  .policy__content th,
  .policy__content td {
    padding: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.policy__content th {
  font-weight: 600;
}
.policy__content hr {
  width: 100%;
  height: 1px;
  margin: 32px 0;
  border: 0;
  background-color: #064137;
}
@media screen and (min-width: 1024px) {
  .policy__content hr {
    margin-block: clamp(34.1333333333px, calc(3.3333333333vw), 64px);
  }
}
.policy__content > *:first-child {
  margin-top: 0;
}
.policy__content > *:last-child {
  margin-bottom: 0;
}

.hero {
  width: 100%;
  color: #064137;
  background: #fffdef;
}

.hero__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 168px 10px 0;
}
@media screen and (min-width: 768px) {
  .hero__container {
    padding: 220px 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container {
    padding-top: clamp(
      227.5555555556px,
      calc(22.2222222222vw),
      426.6666666667px
    );
    padding-inline: clamp(
      14.2222222222px,
      calc(1.3888888889vw),
      26.6666666667px
    );
    padding-bottom: 0;
  }
}

.hero__title {
  max-width: 355px;
  margin: 0;
  color: #064137;
  font-size: 32px;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .hero__title {
    max-width: 635px;
    font-size: 48px;
    line-height: 98%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__title {
    max-width: clamp(
      596.6222222222px,
      calc(58.2638888889vw),
      1118.6666666667px
    );
    font-size: clamp(48.3555555556px, calc(4.7222222222vw), 90.6666666667px);
    line-height: clamp(45.9377777778px, calc(4.4861111111vw), 86.1333333333px);
  }
}

.hero__description {
  margin: 12px 0 0;
  color: #064137;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .hero__description {
    max-width: 514px;
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__description {
    max-width: clamp(509.1555555556px, calc(49.7222222222vw), 954.6666666667px);
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    margin-top: clamp(12.8px, calc(1.25vw), 24px);
    line-height: clamp(15.9288888889px, calc(1.5555555556vw), 29.8666666667px);
  }
}

.hero__media {
  width: 100%;
  height: 480px;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .hero__media {
    height: 640px;
    margin-top: 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__media {
    margin-top: clamp(34.1333333333px, calc(3.3333333333vw), 64px);
    height: clamp(455.1111111111px, calc(44.4444444444vw), 853.3333333333px);
    border-radius: clamp(
      17.7777777778px,
      calc(1.7361111111vw),
      33.3333333333px
    );
  }
}

.hero__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.more-banner {
  background: var(--banana-cream-20, #fffdef);
  color: #000;
  font-family: "TT Hoves Pro", sans-serif;
}
.more-banner__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10px 72px;
}
@media screen and (min-width: 768px) {
  .more-banner__container {
    padding: 0 24px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .more-banner__container {
    padding-top: clamp(0, calc(0vw), 0);
    padding-inline: clamp(
      14.2222222222px,
      calc(1.3888888889vw),
      26.6666666667px
    );
    padding-bottom: clamp(85.3333333333px, calc(8.3333333333vw), 160px);
  }
}
.more-banner__card {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  grid-template-areas: "logo description" ". link";
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 16px;
  align-items: start;
  min-height: 145px;
  padding: 24px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    var(--banana-cream-100, #fff083) 0%,
    var(--banana-cream-40, #fff9cd) 100%
  );
}
@media screen and (min-width: 768px) {
  .more-banner__card {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    grid-template-areas: "logo description link";
    -moz-column-gap: 58px;
    column-gap: 58px;
    align-items: center;
    min-height: 90px;
    padding: 25px 30px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .more-banner__card {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    -moz-column-gap: 0;
    column-gap: 0;
    padding-block: 0;
    min-height: clamp(89.6px, calc(8.75vw), 168px);
    padding-inline: clamp(
      86.7555555556px,
      calc(8.4722222222vw),
      162.6666666667px
    );
    padding-block: clamp(
      17.7777777778px,
      calc(1.7361111111vw),
      33.3333333333px
    );
    border-radius: clamp(
      17.7777777778px,
      calc(1.7361111111vw),
      33.3333333333px
    );
  }
}
.more-banner__logo {
  grid-area: logo;
  width: 105px;
  aspect-ratio: 105/44;
  line-height: 0;
}
@media screen and (min-width: 1024px) {
  .more-banner__logo {
    width: clamp(74.6666666667px, calc(7.2916666667vw), 140px);
  }
}
.more-banner__logo-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.more-banner__description {
  grid-area: description;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.1px;
}
@media screen and (min-width: 768px) {
  .more-banner__description {
    line-height: 19.6px;
    max-width: 305px;
  }
}
@media screen and (min-width: 1024px) {
  .more-banner__description {
    max-width: clamp(242.4888888889px, calc(23.6805555556vw), 454.6666666667px);
    font-size: clamp(11.3777777778px, calc(1.1111111111vw), 21.3333333333px);
    line-height: clamp(12.8711111111px, calc(1.2569444444vw), 24.1333333333px);
  }
}
.more-banner__link {
  grid-area: link;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .more-banner__link {
    justify-self: end;
  }
}
@media screen and (min-width: 1024px) {
  .more-banner__link {
    gap: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    font-size: clamp(9.9555555556px, calc(0.9722222222vw), 18.6666666667px);
  }
}
.more-banner__link:focus-visible {
  outline: 1px solid #000;
  outline-offset: 4px;
  border-radius: 6px;
}
.more-banner__link-text {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.more-banner__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #000;
  color: var(--banana-cream-100, #fff083);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.69, 1);
}
.more-banner__link-icon svg {
  display: block;
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 1024px) {
  .more-banner__link-icon svg {
    width: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
    height: clamp(5.6888888889px, calc(0.5555555556vw), 10.6666666667px);
  }
}
@media screen and (min-width: 1024px) {
  .more-banner__link-icon {
    padding-block: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
    padding-inline: clamp(
      7.1111111111px,
      calc(0.6944444444vw),
      13.3333333333px
    );
    width: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
    height: clamp(22.7555555556px, calc(2.2222222222vw), 42.6666666667px);
    border-radius: clamp(4.2666666667px, calc(0.4166666667vw), 8px);
  }
}
.more-banner__link:hover .more-banner__link-icon {
  background: var(--pine-teal-100, #064137);
}

@media (prefers-reduced-motion: reduce) {
  .more-banner__link-icon {
    transition: none;
  }
} /*# sourceMappingURL=index.css.map */
