.intro {
  background: #0048ff;
  padding: clamp(54px, 45.7411764706px + 2.1176470588vw, 72px) 0;
  position: relative;
  overflow: hidden;
}
.intro::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 7, 23, 0.5), rgba(0, 7, 23, 0.5)), #0048ff;
  mix-blend-mode: multiply;
}
.intro__bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.intro__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(36px, 30.4941176471px + 1.4117647059vw, 48px);
  z-index: 10;
}
.intro__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
}
.intro__text h1 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-family: "Unbounded";
  font-size: 42px;
}
@media (max-width: 390px) {
  .intro__text h1 {
    font-size: 24px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .intro__text h1 {
    font-size: calc(0.0211764706 * 100vw + 15.7411764706px);
  }
}
@media (min-width: 1241px) {
  .intro__text h1 {
    font-size: 42px;
  }
}
.intro__text h1 {
  color: #f9f9f9;
  text-align: center;
}
.intro__text h4 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .intro__text h4 {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .intro__text h4 {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .intro__text h4 {
    font-size: 18px;
  }
}
.intro__text h4 {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
}

.seo {
  background: #f9f9f9;
  padding: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px) 0 clamp(54px, 45.7411764706px + 2.1176470588vw, 72px);
}
.seo__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
}
.seo__read {
  display: flex;
  align-items: center;
  gap: clamp(9px, 7.6235294118px + 0.3529411765vw, 12px);
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.seo__read svg {
  flex-shrink: 0;
}
.seo__read span {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .seo__read span {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .seo__read span {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .seo__read span {
    font-size: 18px;
  }
}
.seo__read span {
  color: #0048ff;
}
.seo__text {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(13.5px, 11.4352941176px + 0.5294117647vw, 18px);
  max-height: 150px;
  overflow: hidden;
  transition: all 1s ease-in-out;
  height: auto;
  position: relative;
}
.seo__text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(249, 249, 249), rgba(249, 249, 249, 0));
  transition: all 1s ease-in-out;
}
.seo__text.active {
  max-height: 500px;
}
.seo__text.active::before {
  opacity: 0;
}
.seo__text p {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .seo__text p {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .seo__text p {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .seo__text p {
    font-size: 16px;
  }
}
.seo__text p {
  color: #000717;
}

.support {
  background: #f9f9f9;
  padding: clamp(45px, 38.1176470588px + 1.7647058824vw, 60px) 0 clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
  width: 100%;
}
.support__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
}
.support__links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
}
.support__link {
  display: flex;
  align-items: center;
  gap: clamp(13.5px, 11.4352941176px + 0.5294117647vw, 18px);
  box-sizing: border-box;
  padding: clamp(9px, 7.6235294118px + 0.3529411765vw, 12px) clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
  border-radius: 10px;
  background: rgba(177, 218, 255, 0.4);
  text-decoration: none;
  border: 1px solid transparent;
}
.support__link p {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .support__link p {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .support__link p {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .support__link p {
    font-size: 18px;
  }
}
.support__link p {
  color: #000717;
}
.support__link-icon {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  width: 34px;
  height: 34px;
  border-radius: 6px;
}
.support__link:hover {
  background: #f9f9f9;
  border: 1px solid #b1daff;
  box-shadow: 0px 4px 20px rgba(0, 7, 23, 0.14);
}
.support__link:hover .support__link-icon {
  background: rgba(177, 218, 255, 0.4);
}

.menu {
  background: #f9f9f9;
  padding: clamp(54px, 45.7411764706px + 2.1176470588vw, 72px) 0 clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
}
.menu__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 567px) {
  .menu__container {
    justify-content: center;
  }
}
.menu__link {
  width: calc(25% - clamp(18px, 15.2470588235px + 0.7058823529vw, 24px));
  background: rgba(177, 218, 255, 0.4);
  border-radius: 18px;
  padding: clamp(22.5px, 19.0588235294px + 0.8823529412vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
  border: 1px solid transparent;
  text-decoration: none;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .menu__link {
    width: calc(50% - clamp(9px, 7.6235294118px + 0.3529411765vw, 12px));
  }
}
@media (max-width: 567px) {
  .menu__link {
    width: 100%;
    max-width: 282px;
  }
}
.menu__link:hover {
  background: #f9f9f9;
  border: 1px solid #b1daff;
  box-shadow: 0px 4px 20px rgba(0, 7, 23, 0.14);
}
.menu__link:hover svg path {
  fill: #0048ff !important;
  fill-opacity: 1 !important;
}
.menu__link:hover .menu__icon {
  background: rgba(177, 218, 255, 0.4);
}
.menu__info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu__info h3 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-family: "Unbounded";
  font-size: 24px;
}
@media (max-width: 390px) {
  .menu__info h3 {
    font-size: 18px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .menu__info h3 {
    font-size: calc(0.0070588235 * 100vw + 15.2470588235px);
  }
}
@media (min-width: 1241px) {
  .menu__info h3 {
    font-size: 24px;
  }
}
.menu__info h3 {
  color: #000717;
}
.menu__icon {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__icon img,
.menu__icon svg {
  width: 18px;
  height: auto;
}/*# sourceMappingURL=sip.css.map */