@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest/onest-cyrillic-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest/onest-cyrillic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest/onest-latin-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest/onest-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/STIXTwoText-VariableFont_wght.ttf") format("truetype-variations"), url("../fonts/STIX_Two_Text/STIXTwoText-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "STIX Two Text";
  src: url("../fonts/STIX_Two_Text/STIXTwoText-Italic-VariableFont_wght.ttf") format("truetype-variations"), url("../fonts/STIX_Two_Text/STIXTwoText-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  overflow-x: clip;
  scrollbar-gutter: stable;
}

body {
  font-family: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111111;
  background: #ffffff;
  line-height: 1.5;
  overflow-x: clip;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "STIX Two Text", Georgia, "Times New Roman", serif;
}

a {
  color: #d6336c;
  text-decoration: none;
}
a:hover, a:focus-visible {
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 0rem;
}

.site-main {
  padding-top: calc(4.5rem + 0rem * 2);
  padding-bottom: calc(0rem * 2);
}

body.home .site-main {
  padding-top: 0;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

[data-reveal=left] {
  transform: translateX(-30px);
}

[data-reveal=right] {
  transform: translateX(30px);
}

[data-reveal=scale] {
  transform: scale(0.94);
}

[data-reveal=fade] {
  transform: none;
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.is-dev-mode .dev-block-overlay {
  position: relative;
  outline: 1px dashed rgba(214, 51, 108, 0.5);
  outline-offset: -1px;
}
.is-dev-mode .dev-block-overlay__label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  padding: 0.25rem 0.5rem;
  background: #d6336c;
  color: #fff;
  font-family: system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  border-bottom-left-radius: 0.375rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.site-header {
  position: fixed;
  top: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  height: 4.5rem;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.site-header__inner {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 0rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0rem;
  border-radius: 2.25rem;
  padding: 1rem 1.125rem 1rem 2rem;
  box-shadow: 0 0 0 rgba(29, 33, 65, 0);
  transition: box-shadow 0.3s ease;
}
.site-header.is-scrolled .site-header__inner {
  box-shadow: 0 10px 28px rgba(29, 33, 65, 0.1);
}
.site-header__brand {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #111111;
  text-decoration: none;
}
.site-header__logo {
  display: block;
  height: calc(4.5rem - 0rem * 2);
  width: auto;
  max-width: 12rem;
}
.site-header__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.site-header__menu .menu-item a {
  font-family: "STIX Two Text", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #1d2141;
}
.site-header__menu .menu-item a:hover {
  text-decoration: none;
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.site-header__btn.btn {
  width: 8.25rem;
  height: 2.5rem;
  font-weight: 500;
  font-size: 12px;
}

html:has(.hero__choose.active) .site-header {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -1.5rem);
}

html:not(:has(.hero__choose.active)) .site-header {
  animation: header-appear 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes header-appear {
  from {
    opacity: 0;
    transform: translate(-50%, -1.5rem);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-header,
  html:not(:has(.hero__choose.active)) .site-header {
    animation: none;
    transition: opacity 0.2s ease;
  }
}
.site-footer {
  border-top: 1px solid #eee;
  padding-block: 0rem;
  margin-top: calc(0rem * 3);
  color: #6b6b6b;
}
.site-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0rem;
  flex-wrap: wrap;
}
.site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.25rem;
  height: 3.875rem;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.btn--outline {
  color: #fff;
  border: 1px solid #fff;
  background: rgba(225, 241, 255, 0.2);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
}
.btn--outline:hover, .btn--outline:focus-visible {
  background: #fff;
  color: #111111;
  border-color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  outline: none;
}
.btn--outline:active {
  transform: translateY(1px);
  box-shadow: none;
}
.btn--blue {
  background-color: #1d2141;
  border: none;
  color: #fff;
}
.btn--blue:hover, .btn--blue:focus-visible {
  background-color: #2c3160;
  box-shadow: 0 10px 24px rgba(29, 33, 65, 0.35);
  outline: none;
}
.btn--blue:active {
  transform: translateY(1px);
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
  .btn:hover, .btn:focus-visible, .btn:active {
    transform: none;
  }
}