/* [project]/src/widgets/header/index.module.scss.module.css [app-client] (css) */
.index-module-scss-module__hBRl5W__Header {
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  padding: 3.125vw 5.20833vw;
  transition: opacity .7s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.index-module-scss-module__hBRl5W__Header > * {
  pointer-events: all;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__Header {
    padding: 5.85938vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__Header {
    padding: 20px 16px;
  }
}

.index-module-scss-module__hBRl5W__logo {
  font-size: 1.45833vw;
  font-weight: 800;
  line-height: 100%;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__logo {
    font-size: 2.73438vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__logo {
    font-size: 20px;
  }
}

.index-module-scss-module__hBRl5W__link, .index-module-scss-module__hBRl5W__link *, .index-module-scss-module__hBRl5W__menu, .index-module-scss-module__hBRl5W__menu * {
  font-size: max(16px, .833333vw);
  font-weight: 400;
  line-height: 100%;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__link, .index-module-scss-module__hBRl5W__link *, .index-module-scss-module__hBRl5W__menu, .index-module-scss-module__hBRl5W__menu * {
    font-size: 1.5625vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__link, .index-module-scss-module__hBRl5W__link *, .index-module-scss-module__hBRl5W__menu, .index-module-scss-module__hBRl5W__menu * {
    font-size: 16px;
  }
}

.index-module-scss-module__hBRl5W__link {
  color: #66d6ff;
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__link {
    display: none;
  }
}

.index-module-scss-module__hBRl5W__menu {
  color: #fff;
  transition: color .5s;
}

.index-module-scss-module__hBRl5W__menu:before, .index-module-scss-module__hBRl5W__menu:after {
  transition: transform .5s;
}

.index-module-scss-module__hBRl5W__menu.index-module-scss-module__hBRl5W__active {
  color: #3f65fd;
}

.index-module-scss-module__hBRl5W__menu.index-module-scss-module__hBRl5W__active:before, .index-module-scss-module__hBRl5W__menu.index-module-scss-module__hBRl5W__active:after {
  transform: rotateY(180deg);
}

.index-module-scss-module__hBRl5W__aside {
  align-items: center;
  gap: 2.08333vw;
  display: flex;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__aside {
    gap: 3.90625vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__aside {
    gap: 16px;
  }
}

.index-module-scss-module__hBRl5W__divider {
  background: #fff;
  width: .0520833vw;
  height: 1.04167vw;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__divider {
    height: 1.95313vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__divider {
    height: 20px;
    display: none;
  }
}

.index-module-scss-module__hBRl5W__mobileMenu {
  z-index: 1000;
  grid-gap: 1.04167vw;
  grid-template-rows: max-content 12.0313vw 7.1875vw;
  grid-template-columns: 100%;
  width: 33vw;
  height: 100vh;
  padding: 6.25vw 5.20833vw 5.20833vw;
  transition: transform .5s ease-in-out;
  display: grid;
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  transform: translateX(100vw);
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__mobileMenu {
    grid-gap: 1.95313vw;
    grid-template-rows: max-content 19.5313vw 14.6484vw;
    width: 40vw;
    padding: 9.76563vw 4.88281vw 4.88281vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__mobileMenu {
    grid-gap: 16px;
    grid-template-rows: max-content 200px 140px;
    width: 100vw;
    padding: 60px 16px 16px;
  }
}

.index-module-scss-module__hBRl5W__mobileMenu.index-module-scss-module__hBRl5W__active {
  transform: translateX(0);
}

.index-module-scss-module__hBRl5W__mobileMenu ul {
  flex-direction: column;
  justify-content: space-between;
  gap: .833333vw;
  height: 100%;
  display: flex;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__mobileMenu ul {
    gap: 1.5625vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__mobileMenu ul {
    gap: 16px;
  }
}

.index-module-scss-module__hBRl5W__mobileMenu ul a {
  font-family: var(--var-poppins), sans-serif;
  opacity: .63;
  font-size: 1.875vw;
  font-weight: 400;
  line-height: 150%;
  transition: opacity .5s;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__mobileMenu ul a {
    font-size: 2.34375vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__mobileMenu ul a {
    font-size: 24px;
  }
}

.index-module-scss-module__hBRl5W__mobileMenu ul a.index-module-scss-module__hBRl5W__activeLink {
  opacity: 1;
  font-weight: 700;
}

.index-module-scss-module__hBRl5W__mobileMenu h3 {
  font-family: var(--var-poppins), sans-serif;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 150%;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__mobileMenu h3 {
    font-size: 2.34375vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__mobileMenu h3 {
    font-size: 24px;
  }
}

.index-module-scss-module__hBRl5W__mobileMenu .index-module-scss-module__hBRl5W__blur1 {
  padding: 2.08333vw;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__mobileMenu .index-module-scss-module__hBRl5W__blur1 {
    padding: 3.90625vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__mobileMenu .index-module-scss-module__hBRl5W__blur1 {
    padding: 16px;
  }
}

.index-module-scss-module__hBRl5W__playground {
  justify-content: space-between;
  align-items: center;
  font-size: 1.875vw;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  position: relative;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__playground {
    font-size: 2.34375vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__playground {
    font-size: 24px;
  }
}

.index-module-scss-module__hBRl5W__playground:after {
  content: "";
  background: url("../media/arrow.55cefa8d.svg") center / contain no-repeat;
  width: 1.97917vw;
  height: 1.97917vw;
  display: block;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__playground:after {
    width: 3.71094vw;
    height: 3.71094vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__playground:after {
    width: 38px;
    height: 38px;
  }
}

.index-module-scss-module__hBRl5W__blur1, .index-module-scss-module__hBRl5W__blur3, .index-module-scss-module__hBRl5W__blur2 {
  padding: 0 2.08333vw;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__blur1, .index-module-scss-module__hBRl5W__blur3, .index-module-scss-module__hBRl5W__blur2 {
    padding: 0 3.90625vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__blur1, .index-module-scss-module__hBRl5W__blur3, .index-module-scss-module__hBRl5W__blur2 {
    padding: 0 16px;
  }
}

.index-module-scss-module__hBRl5W__blur2 {
  flex-direction: column;
  justify-content: center;
  gap: .833333vw;
  display: flex;
}

@media (width <= 1024px) {
  .index-module-scss-module__hBRl5W__blur2 {
    gap: 1.5625vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__hBRl5W__blur2 {
    gap: 16px;
  }
}

.index-module-scss-module__hBRl5W__blur3 {
  align-items: center;
  display: flex;
}

.index-module-scss-module__hBRl5W__blur3 a {
  width: 100%;
}


/* [project]/src/shared/components/blur/style.module.scss.module.css [app-client] (css) */
.style-module-scss-module__y17ChG__blur {
  will-change: transform;
  background: #97e3ff08;
  border: .0520833vw solid #97e3ff33;
  border-radius: .520833vw;
  width: 100%;
  height: 100%;
  padding: 1.97917vw;
  position: relative;
  overflow: hidden;
}

.style-module-scss-module__y17ChG__blur.style-module-scss-module__y17ChG__border {
  border: none;
}

.style-module-scss-module__y17ChG__blur.style-module-scss-module__y17ChG__border canvas {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.style-module-scss-module__y17ChG__blur.style-module-scss-module__y17ChG__borderHover canvas {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.style-module-scss-module__y17ChG__blur.style-module-scss-module__y17ChG__borderHover:hover canvas {
  opacity: 1;
}

@media (width <= 1024px) {
  .style-module-scss-module__y17ChG__blur {
    border: .0976563vw solid #97e3ff33;
    border-radius: .976563vw;
    padding: 3.71094vw;
  }
}

@media (width <= 768px) {
  .style-module-scss-module__y17ChG__blur {
    border: 1px solid #97e3ff33;
    border-radius: 10px;
    padding: 24px;
  }
}

.style-module-scss-module__y17ChG__blur:after {
  content: "";
  backdrop-filter: blur(1.04167vw);
  position: absolute;
  inset: 0;
}

@media (width <= 1024px) {
  .style-module-scss-module__y17ChG__blur:after {
    backdrop-filter: blur(1.95313vw);
  }
}

@media (width <= 768px) {
  .style-module-scss-module__y17ChG__blur:after {
    backdrop-filter: blur(20px);
  }
}

.style-module-scss-module__y17ChG__blur:before {
  content: "";
  filter: blur(6.77083vw);
  width: 33%;
  height: 100%;
  transform: translate(var(--x), var(--y));
  opacity: var(--opacity);
  background: #66adff;
  border-radius: 100%;
  position: absolute;
  top: 40%;
  right: 0%;
}

@media (width <= 1024px) {
  .style-module-scss-module__y17ChG__blur:before {
    filter: blur(12.6953vw);
  }
}

@media (width <= 768px) {
  .style-module-scss-module__y17ChG__blur:before {
    filter: blur(130px);
  }
}

.style-module-scss-module__y17ChG__blur > * {
  z-index: 1;
  position: relative;
}

.style-module-scss-module__y17ChG__blur canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}


/* [project]/src/shared/components/canvas-gradient/index.module.scss.module.css [app-client] (css) */
.index-module-scss-module__YoDlmG__canvas {
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid #0000;
  border-width: inherit;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* [project]/src/shared/components/button/index.module.scss.module.css [app-client] (css) */
.index-module-scss-module__BHNGuW__button {
  color: #0080d0;
  background: #fff;
  border-radius: .729167vw;
  padding: 1.04167vw 1.5625vw;
  font-size: 1.04167vw;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

@media (width <= 1024px) {
  .index-module-scss-module__BHNGuW__button {
    border-radius: 1.36719vw;
    padding: 1.95313vw 2.92969vw;
    font-size: 1.95313vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__BHNGuW__button {
    border-radius: 7px;
    padding: 10px 15px;
    font-size: 12px;
  }
}

.index-module-scss-module__BHNGuW__button canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-module-scss-module__BHNGuW__button:hover .index-module-scss-module__BHNGuW__text {
  transform: translateY(-100%);
}

.index-module-scss-module__BHNGuW__content {
  position: relative;
  overflow: hidden;
}

.index-module-scss-module__BHNGuW__content .index-module-scss-module__BHNGuW__text {
  transition: transform .25s ease-in-out;
}

.index-module-scss-module__BHNGuW__content .index-module-scss-module__BHNGuW__hidden {
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.index-module-scss-module__BHNGuW__buttonBlue {
  text-align: center;
  font-family: var(--font-helvetica-neue), sans-serif;
  color: #fff;
  background: #3f65fd;
  border-radius: .416667vw;
  padding: .520833vw 1.25vw;
  font-size: .833333vw;
  font-weight: 400;
  line-height: 180%;
  transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 #00000040;
}

@media (width <= 1024px) {
  .index-module-scss-module__BHNGuW__buttonBlue {
    border-radius: .78125vw;
    padding: .976563vw 2.34375vw;
    font-size: 1.5625vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__BHNGuW__buttonBlue {
    border-radius: 7px;
    padding: 10px 15px;
    font-size: 12px;
  }
}

.index-module-scss-module__BHNGuW__buttonBlue:hover {
  background: #1741e8;
}

.index-module-scss-module__BHNGuW__buttonBlue:hover .index-module-scss-module__BHNGuW__text {
  transform: translateY(-100%);
}

.index-module-scss-module__BHNGuW__buttonBlue:active {
  background: #1237c9;
  box-shadow: inset 2px 3px 4px #00000040;
}

.index-module-scss-module__BHNGuW__buttonBlue[disabled] {
  pointer-events: none;
  background: #cacbcf;
}

.index-module-scss-module__BHNGuW__buttonBlue.index-module-scss-module__BHNGuW__full {
  width: 100%;
}

.index-module-scss-module__BHNGuW__buttonBlue canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-module-scss-module__BHNGuW__buttonBlue.index-module-scss-module__BHNGuW__isSecondaryBtn {
  font-family: var(--var-poppins), sans-serif;
  border-radius: .104167vw;
  padding-inline: 2.1875vw;
}

@media (width <= 1024px) {
  .index-module-scss-module__BHNGuW__buttonBlue.index-module-scss-module__BHNGuW__isSecondaryBtn {
    border-radius: .195313vw;
    padding-inline: 4.10156vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__BHNGuW__buttonBlue.index-module-scss-module__BHNGuW__isSecondaryBtn {
    border-radius: 2px;
    padding-inline: 42px;
  }
}


/* [project]/src/widgets/footer/index.module.scss.module.css [app-client] (css) */
.index-module-scss-module__zhg22W__Footer {
  z-index: 1;
  opacity: 0;
  transition: opacity .7s;
  position: relative;
  overflow: hidden;
}

.index-module-scss-module__zhg22W__Footer.index-module-scss-module__zhg22W__visible {
  opacity: 1;
}

.index-module-scss-module__zhg22W__title {
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 19.7917vw;
  font-weight: 800;
  display: inline-block;
}

@media (width <= 1024px) {
  .index-module-scss-module__zhg22W__title {
    font-size: 19.5313vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__zhg22W__title {
    margin-bottom: 20px;
    font-size: 18.2292vw;
  }
}

.index-module-scss-module__zhg22W__content {
  text-align: left;
  grid-gap: 10.4167vw;
  grid-template-columns: 1fr max-content max-content;
  padding: 0 6.77083vw 2.60417vw;
  display: grid;
}

.index-module-scss-module__zhg22W__content p {
  width: 22.1354vw;
}

@media (width <= 1024px) {
  .index-module-scss-module__zhg22W__content {
    grid-gap: 4.6875vw;
    padding: 0 6.25vw 4.88281vw;
  }

  .index-module-scss-module__zhg22W__content p {
    width: 24.4141vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__zhg22W__content {
    grid-gap: 32px;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding: 0 16px 50px;
  }

  .index-module-scss-module__zhg22W__content p {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (width <= 640px) {
  .index-module-scss-module__zhg22W__content {
    grid-template-columns: 1fr;
  }
}

.index-module-scss-module__zhg22W__bottom {
  background: #001322;
  grid-template-columns: 40% 25%;
  justify-content: space-between;
  padding: 2.60417vw 6.77083vw;
  display: grid;
  box-shadow: 0 0 3.125vw -.520833vw #2da0ff;
}

@media (width <= 1024px) {
  .index-module-scss-module__zhg22W__bottom {
    grid-template-columns: 40% 30%;
    padding: 4.88281vw 6.25vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__zhg22W__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 50px 16px;
  }
}

.index-module-scss-module__zhg22W__list {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (width <= 768px) {
  .index-module-scss-module__zhg22W__list {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 16px;
  }
}

.index-module-scss-module__zhg22W__link {
  font-size: .9375vw;
  font-weight: 500;
}

@media (width <= 1024px) {
  .index-module-scss-module__zhg22W__link {
    font-size: 1.5625vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__zhg22W__link {
    font-size: 16px;
  }
}

.index-module-scss-module__zhg22W__copyright {
  background: #001322;
  justify-content: center;
  align-items: center;
  padding: 2.60417vw 0;
  display: flex;
}

@media (width <= 1024px) {
  .index-module-scss-module__zhg22W__copyright {
    padding: 1.5625vw 0;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__zhg22W__copyright {
    padding: 16px 0;
  }
}

.index-module-scss-module__zhg22W__copyright span {
  text-align: center;
  text-transform: lowercase;
  color: #ffffff9e;
  font-size: .833333vw;
  font-weight: 400;
  line-height: 140%;
}

@media (width <= 1024px) {
  .index-module-scss-module__zhg22W__copyright span {
    font-size: 1.5625vw;
  }
}

@media (width <= 768px) {
  .index-module-scss-module__zhg22W__copyright span {
    font-size: 16px;
  }
}


/* [project]/src/layouts/style.module.scss.module.css [app-client] (css) */
.style-module-scss-module__Xud_uW__wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}


/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* [project]/src/styles/index.scss.css [app-client] (css) */
*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  display: block;
}

ul {
  padding-inline-start: 0;
  list-style: none;
}

input:focus, button:focus, textarea:focus {
  outline: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: none;
}

input, textarea {
  resize: none;
  background: none;
  border: none;
  outline: none;
  max-width: 100%;
  font-family: inherit;
}

input::-webkit-scrollbar, textarea::-webkit-scrollbar {
  display: none;
}

input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

img {
  -webkit-user-drag: none;
  user-select: none;
  display: block;
}

span {
  font: inherit;
  display: inline-block;
}

svg {
  overflow: visible;
}

html {
  width: 100vw;
}

::-webkit-scrollbar {
  background: #00213c;
  width: .416667vw;
}

@media (width <= 1024px) {
  ::-webkit-scrollbar {
    width: .78125vw;
  }
}

@media (width <= 768px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
}

::-webkit-scrollbar-thumb {
  background: #ffffff1a;
}

.line-appearance {
  cursor: pointer;
  position: relative;
}

.line-appearance:before {
  content: "";
  transform-origin: 100%;
  background: currentColor;
  border-radius: 100px;
  width: 100%;
  height: 2px;
  transition: transform .4s;
  position: absolute;
  top: 100%;
  transform: scaleX(0);
}

.line-appearance:hover:before {
  transform-origin: 0;
  transform: scaleX(1);
}

.line-appearance.active:before {
  transform: scaleX(1);
}

body {
  color: #fff;
  width: 100vw;
  min-height: 100vh;
  font-family: var(--var-open-sans), sans-serif;
  background-color: #001322;
  font-weight: 400;
  overflow-x: hidden !important;
}

body.overflow {
  height: 100vh;
  overflow: hidden !important;
}

section {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.visible {
  opacity: 1 !important;
}

.brackets {
  align-items: center;
  gap: .208333vw;
  font-size: 1.04167vw;
  font-weight: 400;
  display: flex;
}

@media (width <= 1024px) {
  .brackets {
    gap: .390625vw;
    font-size: 1.95313vw;
  }
}

@media (width <= 768px) {
  .brackets {
    gap: 4px;
    font-size: 20px;
  }
}

.brackets:before {
  content: "[";
}

.brackets:after {
  content: "]";
}

.title-2 {
  text-align: left;
  font-size: 3.33333vw;
  font-weight: 700;
  line-height: 150%;
}

@media (width <= 1024px) {
  .title-2 {
    font-size: 4.6875vw;
  }
}

@media (width <= 768px) {
  .title-2 {
    font-size: 28px;
  }
}

.title-2 .color {
  font-weight: inherit;
  color: #31b7f6;
}

.char, .charBig {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
}

.charBig {
  white-space: nowrap;
}

.description {
  letter-spacing: .17em;
  letter-spacing: .17em;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 125%;
}

@media (width <= 1024px) {
  .description {
    font-size: 2.34375vw;
  }
}

@media (width <= 768px) {
  .description {
    text-align: center;
    font-size: 20px;
  }
}

.hover-text-wrapper {
  overflow: hidden;
}

.hover-text-wrapper:hover .hover-text {
  transform: translateY(-100%);
}

.hover-text {
  transition: transform .25s ease-in-out;
  position: relative;
}

.hover-text:before {
  content: attr(data-text);
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.arrow-popup {
  transform-origin: 0 0;
  background: #09283acc;
  border: 1px solid #c3f8fee3;
  border-radius: 8px;
  padding: 25px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px 1px #c3f8fe80, inset 0 0 10px 1px #c3f8fe80;
}

.arrow-popup .upper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.arrow-popup .upper svg {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.disabled-arrow {
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}

.time {
  grid-gap: 2.5vw;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4.375vw;
  display: grid;
}

@media (width <= 1024px) {
  .time {
    gap: 2.34375vw;
  }
}

@media (width <= 768px) {
  .time {
    gap: 24px;
  }
}

.time b {
  width: 2ch;
  font-size: 3.75vw;
  font-weight: 400;
  font-family: var(--var-poppins), sans-serif;
  text-align: center;
  display: inline-block;
}

.time span {
  font-size: 1.04167vw;
  font-family: var(--var-poppins), sans-serif;
  opacity: .75;
}

.time > div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}


/* [next]/internal/font/google/open_sans_88328410.module.css [app-client] (css) */
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw-s.f3eefe80.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSumu0SC55K5gw-s.f38b4fa4.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw-s.5a745ee4.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSymu0SC55K5gw-s.6e5d2e23.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw-s.a00bbcad.woff2") format("woff2");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw-s.47f76a40.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw-s.60933461.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw-s.c4f38493.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw-s.34f8f8d7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS_mu0SC55I-s.p.47b51c64.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw-s.f3eefe80.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSumu0SC55K5gw-s.f38b4fa4.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw-s.5a745ee4.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSymu0SC55K5gw-s.6e5d2e23.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw-s.a00bbcad.woff2") format("woff2");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw-s.47f76a40.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw-s.60933461.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw-s.c4f38493.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw-s.34f8f8d7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS_mu0SC55I-s.p.47b51c64.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw-s.f3eefe80.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSumu0SC55K5gw-s.f38b4fa4.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw-s.5a745ee4.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSymu0SC55K5gw-s.6e5d2e23.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw-s.a00bbcad.woff2") format("woff2");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw-s.47f76a40.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw-s.60933461.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw-s.c4f38493.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw-s.34f8f8d7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Open Sans;
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS_mu0SC55I-s.p.47b51c64.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw-s.f3eefe80.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSumu0SC55K5gw-s.f38b4fa4.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw-s.5a745ee4.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSymu0SC55K5gw-s.6e5d2e23.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw-s.a00bbcad.woff2") format("woff2");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw-s.47f76a40.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw-s.60933461.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw-s.c4f38493.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw-s.34f8f8d7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS_mu0SC55I-s.p.47b51c64.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw-s.f3eefe80.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSumu0SC55K5gw-s.f38b4fa4.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw-s.5a745ee4.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSymu0SC55K5gw-s.6e5d2e23.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw-s.a00bbcad.woff2") format("woff2");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw-s.47f76a40.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw-s.60933461.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw-s.c4f38493.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw-s.34f8f8d7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS_mu0SC55I-s.p.47b51c64.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw-s.f3eefe80.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSumu0SC55K5gw-s.f38b4fa4.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw-s.5a745ee4.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSymu0SC55K5gw-s.6e5d2e23.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw-s.a00bbcad.woff2") format("woff2");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTVOmu0SC55K5gw-s.47f76a40.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTUGmu0SC55K5gw-s.60933461.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw-s.c4f38493.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw-s.34f8f8d7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Open Sans;
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../media/memvYaGs126MiZpBA_UvWbX2vVnXBbObj2OVTS_mu0SC55I-s.p.47b51c64.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Open Sans Fallback;
  src: local(Arial);
  ascent-override: 101.65%;
  descent-override: 27.86%;
  line-gap-override: 0.0%;
  size-adjust: 105.15%;
}

.open_sans_88328410-module__XYTPsq__className {
  font-family: Open Sans, Open Sans Fallback;
  font-style: normal;
}

.open_sans_88328410-module__XYTPsq__variable {
  --var-open-sans: "Open Sans", "Open Sans Fallback";
}


/* [next]/internal/font/google/poppins_e6f8c181.module.css [app-client] (css) */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../media/pxiGyp8kv8JHgFVrLPTucXtAOvWDSHFF-s.477e9f30.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../media/pxiGyp8kv8JHgFVrLPTufntAOvWDSHFF-s.f058f0cf.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Poppins;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../media/pxiGyp8kv8JHgFVrLPTucHtAOvWDSA-s.p.65d31cf5.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLFj_Z11lFd2JQEl8qw-s.796e930e.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw-s.a000242e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Poppins;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk-s.p.79a0f3e8.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLDz8Z11lFd2JQEl8qw-s.07792bab.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw-s.8da2481e.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk-s.p.11d83409.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ-s.f7608c0b.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ-s.bfdffbb8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/pxiEyp8kv8JHgFVrJJfecnFHGPc-s.p.c336a9d1.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw-s.a02d710f.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw-s.87c6fae1.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk-s.p.ab5dbd7e.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw-s.55ef469a.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw-s.cc58d8dc.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk-s.p.dd0b3887.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw-s.45055564.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw-s.0c442f40.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk-s.p.d95035ce.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLDD4Z11lFd2JQEl8qw-s.8e4a632a.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLDD4Z1JlFd2JQEl8qw-s.65d48da8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, 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: Poppins;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../media/pxiByp8kv8JHgFVrLDD4Z1xlFd2JQEk-s.p.d66bbad7.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

.poppins_e6f8c181-module__UrZgXa__className {
  font-family: Poppins, Poppins Fallback;
  font-style: normal;
}

.poppins_e6f8c181-module__UrZgXa__variable {
  --var-poppins: "Poppins", "Poppins Fallback";
}


/* [project]/src/app/helveticaneue_3a8972fb.module.css [app-client] (css) */
@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueBlack-s.p.c0d5ba22.otf") format("opentype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueBlackItalic-s.p.ffad51f6.otf") format("opentype");
  font-display: swap;
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueBold-s.p.37862a1f.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueBoldItalic-s.p.cf7507b5.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueLight-s.p.6ff1b5f9.otf") format("opentype");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueLightItalic-s.p.5406c1b9.otf") format("opentype");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueMedium-s.p.649bd960.otf") format("opentype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueMediumItalic-s.p.4efcf4b7.otf") format("opentype");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueRoman-s.p.8a450906.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueThin-s.p.cdf70926.otf") format("opentype");
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueThinItalic-s.p.86e392ea.otf") format("opentype");
  font-display: swap;
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueUltraLight-s.p.f4bdd0ac.otf") format("opentype");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueUltraLightItalic-s.p.5997bbcf.otf") format("opentype");
  font-display: swap;
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueHeavy-s.p.285508dd.otf") format("opentype");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueHeavyItalic-s.p.006340e9.otf") format("opentype");
  font-display: swap;
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: helveticaNeue;
  src: url("../media/HelveticaNeueItalic-s.p.b537d349.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: helveticaNeue Fallback;
  src: local(Arial);
  ascent-override: 70.43%;
  descent-override: 19.53%;
  line-gap-override: 8.19%;
  size-adjust: 101.37%;
}

.helveticaneue_3a8972fb-module__9yhmdq__className {
  font-family: helveticaNeue, helveticaNeue Fallback;
}

.helveticaneue_3a8972fb-module__9yhmdq__variable {
  --font-helvetica-neue: "helveticaNeue", "helveticaNeue Fallback";
}


/*# sourceMappingURL=%5Broot-of-the-server%5D__4efab016._.css.map*/