@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-BoldItalic.woff2') format("woff2"), url('../fonts/Inter-ExtraBoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBold.woff2') format("woff2"), url('../fonts/Inter-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLightItalicBETA.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-LightItalicBETA.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLightBETA.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-LightBETA.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ThinBETA.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ThinItalicBETA.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

.section {
  background-color: #ffebfa;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section.hero-kv {
  min-height: auto;
}

.q-flex {
  grid-column-gap: 9.53125vw;
  grid-row-gap: 9.53125vw;
  width: 84.7917vw;
  margin-top: 2.60417vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.q-flex.style-hero {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
}

.q-flex.style-hero.pad {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12vw;
  margin-bottom: 0;
  padding-bottom: 5vw;
}

.q-flex.style-hero.last {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12vw;
  margin-bottom: 0;
  padding-bottom: 5vw;
}

.inner-q-block-black {
  color: #fff;
  background-color: #333434;
  padding: 2.5vw 2.60417vw;
}

.q-block-black {
  position: relative;
  overflow: hidden;
}

.ask-block-inner-body {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  cursor: pointer;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6.5vw;
  padding-left: 2.60417vw;
  padding-right: 2.60417vw;
  display: flex;
}

.q-r-block {
  flex: none;
  width: 38.9063vw;
  position: relative;
}

.ask-block {
  grid-column-gap: .520833vw;
  grid-row-gap: .520833vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.04167vw;
  display: flex;
}

.p-32-15 {
  margin-bottom: 0;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 110%;
}

.p-24-14 {
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 110%;
}

.ask-block-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image {
  width: 2.60417vw;
  height: 2.60417vw;
  position: absolute;
  inset: -1.3vw -1.3vw auto auto;
}

.image.p1 {
  inset: -1.3vw auto auto -1.3vw;
}

.image.p2 {
  inset: auto auto -1.3vw -1.3vw;
}

.image.p3 {
  inset: auto -1.3vw -1.3vw auto;
}

.decor-colo {
  border: 3px solid #5f8dff;
  border-radius: 100px;
  flex: none;
  width: 1.30208vw;
  height: 1.30208vw;
}

.body {
  color: #333434;
  background-color: #ffebfa;
  font-family: Inter, Arial, sans-serif;
  font-weight: 500;
}

.p-64-24 {
  z-index: 2;
  text-align: center;
  letter-spacing: -.06em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vw;
  font-size: 3.33333vw;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.p-32-24 {
  margin-bottom: 0;
  font-size: 1.66667vw;
  font-weight: 700;
  line-height: 110%;
}

.p-32-24.txt-color-5f8dff {
  color: #5f8dff;
}

.p-32-24.style {
  text-transform: uppercase;
  width: 80%;
}

.p-32-24.txt-color-ff540e {
  color: #ff540e;
}

.paragraph-rezult {
  z-index: 1;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 8vw;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

.p-20-16 {
  margin-bottom: 0;
  font-size: 1.04167vw;
  font-weight: 400;
  line-height: 110%;
}

.p-20-16.big {
  font-size: 1.3vw;
  font-weight: 500;
}

.description-wrap {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.q-l-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.svg-in-title {
  z-index: 0;
  color: #ff540e;
  width: 6.86667vw;
  height: 4.125vw;
  margin-top: 1.7vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.svg-in-title.color5f8dff {
  color: #5f8dff;
}

.svg-in-title.color5fff94 {
  color: #5fff94;
}

.svg-in-title.big {
  z-index: 0;
  width: 20vw;
  height: 29vw;
  margin-top: 0;
}

.title-block {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.q-inner-number {
  z-index: 5;
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/vector11.svg');
  background-position: 50%;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6.11927vw;
  padding-left: 2.60417vw;
  padding-right: 2.60417vw;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: -4.3vw auto auto -3.5vw;
  overflow: hidden;
  transform: rotate(-18deg);
}

.q-inner-number.big-in-hero {
  z-index: 4;
  text-align: center;
  width: 23.2292vw;
  height: 10.4167vw;
  position: absolute;
  inset: auto auto -4.5vw -5vw;
  transform: rotate(-13deg);
}

.q-inner-number.big-in-rez {
  z-index: 4;
  text-align: center;
  width: 25vw;
  height: 12vw;
  position: absolute;
  inset: auto auto -4.5vw;
  transform: rotate(-13deg);
}

.p-25-10 {
  margin-bottom: 0;
  font-size: 1.30208vw;
  font-weight: 700;
  line-height: 110%;
}

.q-number {
  width: 18.2208vw;
  position: relative;
}

.img-mame {
  width: auto;
  height: 15vw;
}

.img-mame.w100 {
  width: 33vw;
  max-width: none;
  height: 13vw;
}

.img-mame.angle-5 {
  transform: rotate(-5deg);
}

.img-mame.angle3 {
  transform: rotate(3.4deg);
}

.img-mame.angle-2 {
  transform: rotate(-2deg);
}

.wrap-img-mame {
  width: auto;
  height: 15vw;
}

.wrap-img-mame.angle-5 {
  transform: rotate(-5deg);
}

.wrap-img-mame.angle-2 {
  border: 1px solid #fdebfa;
  overflow: hidden;
  transform: rotate(-2deg);
}

.wrap-img-mame.angle2 {
  border: 1px solid #fdebfa;
  transform: rotate(2deg);
}

.wrap-img-mame.angle2.unic, .wrap-img-mame.unic {
  margin-top: 3vw;
}

.video-mame {
  z-index: 2;
  border: 1px solid #fdebfa;
  width: 28vw;
  height: 15vw;
  overflow: hidden;
}

.video-mame.angle-2 {
  transform: rotate(-2deg);
}

.orangedecor {
  background-color: #f65100;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30%;
  left: 2%;
}

.orangedecor.stylepos1 {
  background-color: #6c93ff;
  top: 55%;
}

.orangedecor.stylepos2 {
  background-color: #78fe8f;
  top: 40%;
}

.orangedecor.stylepos2.colorblue {
  background-color: #6690ff;
}

.bluedecor {
  background-color: #6690ff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 65% 50% auto auto;
}

.bluedecor.stylepos1 {
  background-color: #78fe8f;
  top: 80%;
}

.bluedecor.stylepos2 {
  background-color: #f65100;
  top: 40%;
  right: 5%;
}

.bluedecor.unic {
  top: 60%;
}

.greendecor {
  background-color: #78fe8f;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 5% 10% auto auto;
}

.greendecor.stylepos1 {
  background-color: #ed4e00;
  top: 25%;
}

.greendecor.stylepos2 {
  background-color: #6c93ff;
  top: 2%;
  right: 30%;
}

.greendecor.inhero {
  background-color: #f65100;
  width: 38px;
  height: 38px;
  top: 55%;
  right: 15%;
}

.greendecor.small {
  width: 20px;
  height: 20px;
  top: 10%;
}

.decor-satar-svg {
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -3% -3% auto auto;
}

.h1-kviz {
  z-index: 2;
  letter-spacing: -.06vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18vw;
  line-height: 110%;
  position: relative;
}

.wrap-h1-kviz {
  justify-content: center;
  align-items: center;
  height: 30vw;
  display: flex;
  position: relative;
}

.logo-kviz {
  width: 11.5625vw;
}

.p-big {
  text-transform: uppercase;
  font-size: 5vw;
  font-weight: 700;
  line-height: 110%;
}

.wrapper-in-prav {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.button-kviz {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #5f8dff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 28vw;
  height: 3vw;
  font-size: 1.3vw;
  line-height: 100%;
  transition: opacity .3s;
  display: flex;
}

.button-kviz:hover {
  background-color: #f65100;
}

.mainwrapperoverflow {
  overflow: hidden;
}

.os-decription-wrap {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #333434;
  text-decoration: underline;
}

.ramka {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ramka-inner {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: #fff;
  background-color: #ff540e;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 14vw;
  padding-left: 2.60417vw;
  padding-right: 2.60417vw;
  display: flex;
}

.decor-necolo {
  flex: none;
  width: 1.30208vw;
  height: 1.30208vw;
}

.ramka-inner-flex {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  color: #fff;
  background-color: #ff540e;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.lastimg {
  width: 100%;
  height: auto;
}

.section_uber0226 {
  margin-top: 7.8125vw;
}

.section_uber0226.last {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.container_uber0226 {
  width: 76.7708vw;
  margin-left: auto;
  margin-right: auto;
}

.content-block_uber0226 {
  position: relative;
}

.p24_uber0226 {
  margin-bottom: 0;
  font-size: 1.25vw;
  line-height: 110%;
}

.p24_uber0226.w1142 {
  width: 59.4792vw;
}

.p24_uber0226.w1142.center {
  text-align: center;
  width: 65vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2vw;
}

.italic-text {
  font-size: 1vw;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    min-height: 100vh;
  }

  .button-kviz {
    height: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
  }

  .q-flex {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    margin-top: 10vw;
    padding-bottom: 10vw;
  }

  .q-flex.style-hero {
    grid-column-gap: 40vw;
    grid-row-gap: 40vw;
    margin-top: 8vw;
    padding-bottom: 0;
  }

  .q-flex.style-hero.pad {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-top: 15vw;
    padding-bottom: 15vw;
  }

  .q-flex.style-hero.pad.unic {
    margin-top: 5.33333vw;
    padding-bottom: 0;
  }

  .q-flex.style-hero.last {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-top: 15vw;
    padding-bottom: 15vw;
  }

  .inner-q-block-black {
    padding: 8vw;
  }

  .ask-block-inner-body {
    grid-column-gap: 5.33333vw;
    grid-row-gap: 5.33333vw;
    height: 20vw;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }

  .q-r-block {
    width: auto;
  }

  .ask-block {
    grid-column-gap: 1.3vw;
    grid-row-gap: 1.3vw;
    margin-top: 2.66667vw;
  }

  .p-32-15 {
    font-size: 4vw;
  }

  .p-24-14 {
    font-size: 3.73333vw;
  }

  .image {
    width: 4vw;
    height: 4vw;
  }

  .decor-colo {
    width: 2.66667vw;
    height: 2.66667vw;
  }

  .p-64-24, .p-32-24 {
    font-size: 6.4vw;
  }

  .paragraph-rezult {
    font-size: 15vw;
  }

  .p-20-16 {
    font-size: 4.26667vw;
  }

  .p-20-16.big {
    font-size: 3.73333vw;
  }

  .description-wrap {
    grid-column-gap: 5.33333vw;
    grid-row-gap: 5.33333vw;
  }

  .q-l-block {
    grid-column-gap: 14vw;
    grid-row-gap: 14vw;
    align-items: stretch;
  }

  .svg-in-title {
    width: 15vw;
    height: 10vw;
    margin-top: 0;
  }

  .svg-in-title.big {
    width: 35vw;
    height: 38vw;
    top: -2vw;
  }

  .svg-in-title.big.rez {
    width: 32vw;
    height: 35vw;
  }

  .title-block {
    margin-top: 5vw;
  }

  .q-inner-number {
    height: 10vw;
  }

  .q-inner-number.big-in-hero {
    width: 50vw;
    height: 35vw;
    bottom: -35vw;
    left: auto;
    transform: rotate(0);
  }

  .q-inner-number.big-in-rez {
    width: 55vw;
    height: 37vw;
    bottom: -35vw;
    left: auto;
    transform: rotate(0);
  }

  .p-25-10 {
    font-size: 2.66667vw;
  }

  .q-number {
    width: auto;
  }

  .img-mame {
    width: 100%;
    height: auto;
  }

  .img-mame.w100 {
    width: 100%;
    height: 50vw;
  }

  .wrap-img-mame {
    z-index: 2;
    width: 100%;
    height: 50vw;
  }

  .wrap-img-mame.angle2.unic, .wrap-img-mame.unic {
    margin-top: 0;
  }

  .video-mame {
    width: 100%;
    height: 50vw;
  }

  .orangedecor {
    top: 30%;
    left: auto;
    right: 15%;
  }

  .orangedecor.stylepos1 {
    background-color: #78fe8f;
    top: 50%;
  }

  .orangedecor.stylepos2 {
    top: 50%;
  }

  .orangedecor.stylepos2.colorblue {
    top: 49%;
  }

  .orangedecor.u {
    right: 2%;
  }

  .bluedecor {
    background-color: #78fe8f;
    top: 57%;
    right: 4%;
  }

  .bluedecor.stylepos1 {
    right: 4%;
  }

  .bluedecor.stylepos2 {
    right: 3%;
  }

  .greendecor {
    background-color: #6c93ff;
  }

  .greendecor.stylepos1 {
    background-color: #7196ff;
    width: 30px;
    height: 30px;
    top: 28%;
    right: 2%;
  }

  .greendecor.stylepos2 {
    right: 20%;
  }

  .greendecor.stylepos2.coloromob, .greendecor.coloromob {
    background-color: #ed4e00;
  }

  .greendecor.inhero {
    top: 65%;
  }

  .greendecor.inhero.n-mob {
    display: none;
  }

  .greendecor.small {
    right: 4%;
  }

  .decor-satar-svg {
    width: 100px;
    height: 100px;
    top: -1%;
  }

  .h1-kviz {
    font-size: 35vw;
  }

  .logo-kviz {
    width: 25vw;
  }

  .wrapper-in-prav {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .button-kviz {
    width: 100%;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 4vw;
  }

  .os-decription-wrap {
    grid-column-gap: 5.33333vw;
    grid-row-gap: 5.33333vw;
  }

  .ramka-inner {
    z-index: 1;
    grid-column-gap: 5.33333vw;
    grid-row-gap: 5.33333vw;
    height: 48vw;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    position: relative;
  }

  .decor-necolo {
    width: 2.66667vw;
    height: 2.66667vw;
  }

  .ramka-inner-flex {
    grid-column-gap: 5.33333vw;
    grid-row-gap: 5.33333vw;
    height: auto;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }

  .wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .section_uber0226 {
    margin-top: 20vw;
  }

  .section_uber0226.last {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .container_uber0226 {
    width: 90vw;
  }

  .p24_uber0226 {
    font-size: 4.8vw;
  }

  .p24_uber0226.w1142 {
    width: auto;
  }

  .p24_uber0226.w1142.center {
    width: auto;
    max-width: 93vw;
    font-size: 3vw;
  }

  .italic-text {
    font-size: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .p-20-16.big {
    font-weight: 500;
  }

  .q-l-block {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .img-mame {
    min-width: 100%;
  }

  .orangedecor {
    top: 60vw;
    right: -1%;
  }

  .orangedecor.stylepos1, .orangedecor.stylepos2, .bluedecor {
    top: 150vw;
  }

  .bluedecor.stylepos1 {
    right: 1%;
  }

  .bluedecor.stylepos2 {
    top: 80vw;
  }

  .bluedecor.unic {
    top: 55%;
  }

  .greendecor {
    top: 3vw;
  }

  .greendecor.stylepos1 {
    top: 40vw;
    right: 1%;
  }

  .greendecor.stylepos2.coloromob {
    top: 2vw;
  }

  .button-kviz {
    width: 100%;
    height: 17vw;
    font-weight: 500;
  }

  .lastimg {
    margin-left: -3vw;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BoldItalic.woff2') format('woff2'), url('../fonts/Inter-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightItalicBETA.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightItalicBETA.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightBETA.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightBETA.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ThinBETA.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ThinItalicBETA.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}