:root {
  --gutter: 24px;
  --bg: #f5f5f5;
  --gap: 12px;
  --radius: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.nav-viewport {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 8px;
  touch-action: pan-y;
  user-select: none;
  position: relative;
  z-index: 30;
}

.nav-track {
  display: inline-flex;
  align-items: center;
  gap: 0;
  will-change: transform;
  cursor: grab;
}
.nav-track.dragging {
  cursor: grabbing;
}

.spacer {
  flex: 0 0 var(--gutter);
  width: var(--gutter);
  height: 1px;
  pointer-events: none;
}

.nav-container {
  display: flex;
  gap: 1.5rem;
  background: #ed1d6d;
  padding: 0 2rem;
  border-radius: 2rem;
  white-space: nowrap;
}
.nav {
  width: 832px;
}

.nav-item {
  color: var(--White, #fff);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 127.778% */
  letter-spacing: 0.54px;
  text-decoration: none;
  white-space: nowrap;
  padding: 12px 0;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.nav-item:hover {
  color: #fff;
}

.nav-item.active {
  color: #fff;
  border-bottom-color: #fff;
  position: relative;
}

.nav-container > li {
  list-style: none;
}
.nav-container a {
  text-decoration: none;
  color: #fff;
}
.nav-container li.active > a,
.nav-container li.current-menu-item > a,
.nav-container li.current-menu-ancestor > a {
  color: #fff;
  border-bottom-color: #000;
  position: relative;
}

.wrap {
  max-width: 960px;
  margin: 0 auto;
}

.hero {
  width: 100%;
  background: url(img/bg.svg), url(img/bg2.jpg);
  background-size: cover;
  background-position: center 1px;
  padding-top: 90px;
  min-height: 120vh;
  position: relative;
}

.herocont {
  text-align: center;
  margin-top: -20vh;
  position: relative;
}

.medo {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

.krug {
  position: absolute;
  left: 50%;
  top: 5vh;
  transform: translateX(-50%);
  width: 100%;
  max-height: 110vh;
}

.how {
  width: 100%;
  background: url(img/decec.svg), url(img/curica.svg) #eaf4f9;
  background-position: 5% 20%, 95% 65%;
  background-repeat: no-repeat;
  background-size: 22%;
  padding: 0;
}

.hwrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.subtitle {
  color: #2f348b;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 100% */
  text-align: center;
  padding-bottom: 30px;
  padding-top: 200px;
}

.lead {
  color: #2f348b;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 131.818% */
}

.val1 {
  width: 100%;
  margin-top: -1px;
}

.forma {
  padding: 0;
}

.hdata {
  position: relative;
  z-index: 20;
  max-width: 486px;
  margin: 0 auto;
  padding-top: 25vh;
}

.cta {
  color: #2a276f;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 136.364% */
}
.title {
  color: #ed1d6d;
  font-size: 109.584px;
  font-style: normal;
  font-weight: 900;
  line-height: 129.584px; /* 100% */
  letter-spacing: -2.592px;
  padding: 3rem 0;
}

footer {
  background: url(img/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  padding-bottom: 3rem;
}

.fwrap {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 0;
  max-width: 1512px;
  margin: 0 auto;
  padding-top: 10rem;
}

.legal {
  color: #2f348b;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
}

.spon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.legal a {
  color: #e82e7b;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
}

@media (max-width: 1599px) {
  .lead,
  .cta {
    font-size: 18px;
    line-height: 1.2;
  }
  .title {
    font-size: 90px;
    padding: 0;
  }
}

@media (max-width: 1369px) {
  .lead,
  .cta {
    font-size: 20px;
  }
  .title {
    font-size: 90px;
    padding: 0;
  }
}

@media (max-width: 1281px) {
  .lead,
  .cta {
    font-size: 16px;
  }
  .title {
    font-size: 80px;
    padding: 0;
  }
}

@media (max-width: 971px) {
  .fwrap {
    flex-direction: column;
    gap: 1rem;
  }
  .oni {
    width: 60%;
    padding-bottom: 2rem;
  }
  .medo {
    width: 100%;
  }
  .krug {
    width: auto;
  }
  .hero {
    min-height: 100vh;
  }
  .lead,
  .cta {
    padding: 0 25px;
  }
  .subfrm {
    padding-top: 60px;
  }
}

@media (min-width: 2199px) {
  .medo {
    display: none;
  }
  .krug {
    max-height: 90vh;
  }
}
