@charset "UTF-8";
* {
  box-sizing: border-box; }

@font-face {
  font-family: 'GT Flexa Cn';
  src: url("./fonts/GTFlexa-CnBd.eot");
  src: url("./fonts/GTFlexa-CnBd.eot?#iefix") format("embedded-opentype"), url("./fonts/GTFlexa-CnBd.woff2") format("woff2"), url("./fonts/GTFlexa-CnBd.woff") format("woff"), url("./fonts/GTFlexa-CnBd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GT Flexa Rg';
  src: url("./fonts/GTFlexa-Rg.eot");
  src: url("./fonts/GTFlexa-Rg.eot?#iefix") format("embedded-opentype"), url("./fonts/GTFlexa-Rg.woff2") format("woff2"), url("./fonts/GTFlexa-Rg.woff") format("woff"), url("./fonts/GTFlexa-Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Inter';
  src: url("./fonts/Inter-Regular.eot");
  src: url("./fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff"), url("./fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GT Flexa Rg';
  src: url("./fonts/GTFlexa-Rg_1.eot");
  src: url("./fonts/GTFlexa-Rg_1.eot?#iefix") format("embedded-opentype"), url("./fonts/GTFlexa-Rg_1.woff2") format("woff2"), url("./fonts/GTFlexa-Rg_1.woff") format("woff"), url("./fonts/GTFlexa-Rg_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GT Flexa Rg';
  src: url("./fonts/GTFlexa-Bd.eot");
  src: url("./fonts/GTFlexa-Bd.eot?#iefix") format("embedded-opentype"), url("./fonts/GTFlexa-Bd.woff2") format("woff2"), url("./fonts/GTFlexa-Bd.woff") format("woff"), url("./fonts/GTFlexa-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GT Flexa Cn';
  src: url("./fonts/GTFlexa-CnBd_1.eot");
  src: url("./fonts/GTFlexa-CnBd_1.eot?#iefix") format("embedded-opentype"), url("./fonts/GTFlexa-CnBd_1.woff2") format("woff2"), url("./fonts/GTFlexa-CnBd_1.woff") format("woff"), url("./fonts/GTFlexa-CnBd_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GT Flexa Rg';
  src: url("./fonts/GTFlexa-Bd_1.eot");
  src: url("./fonts/GTFlexa-Bd_1.eot?#iefix") format("embedded-opentype"), url("./fonts/GTFlexa-Bd_1.woff2") format("woff2"), url("./fonts/GTFlexa-Bd_1.woff") format("woff"), url("./fonts/GTFlexa-Bd_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
.button {
  display: table;
  align-items: center;
  border: none;
  border-radius: 1.875rem;
  color: #6F47F4;
  background-color: #FFFF6F;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1.25rem 3rem;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  transition: all 0.25s ease-in-out; }
  .button:hover {
    background-color: #2D2B51;
    color: #f9f9f9; }
    .button:hover span {
      color: #FFFF6F; }
  .button--secondary {
    background-color: #6F47F4;
    color: #fff; }
    .button--secondary:hover {
      background-color: #2D2B51; }
  .button span {
    color: #3F3169;
    transition: all 0.25s ease-in-out; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.footer {
  background-color: #1D1D34;
  padding: 5rem 0 3.5rem;
  position: relative; }
  @media (max-width: 1024px) {
    .footer {
      padding: 4rem 0 3rem; } }

.footer__wrapper {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .footer__wrapper {
      width: 90%;
      flex-direction: column; } }

.footer__left {
  display: flex; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .footer__left {
      flex-direction: column;
      text-align: center; } }

.footer__logo {
  margin-right: 2rem;
  display: block;
  height: 2.1875rem;
  width: auto; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .footer__logo {
      margin: 0; } }

.footer__text {
  font-family: "Inter", sans-serif;
  padding-left: 2rem;
  color: #f9f9f9;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  white-space: nowrap;
  position: relative;
  margin: 0; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .footer__text {
      padding: 0;
      margin-top: 1.5rem; } }
  .footer__text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    height: 1.5rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25); }
    @media (max-width: 1024px) and (orientation: portrait) {
      .footer__text:before {
        display: none; } }

.footer__links {
  display: flex;
  align-items: center; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .footer__links {
      justify-content: center;
      margin-top: 2rem; } }

.footer__link {
  font-family: "Inter", sans-serif;
  display: block;
  margin: 0 0 0 2rem;
  position: relative;
  color: #f9f9f9;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.25s ease-in-out; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .footer__link {
      margin: 0 1rem; } }
  .footer__link:before {
    content: "•";
    font-size: 0.9375rem;
    font-weight: 500;
    color: #f9f9f9;
    position: absolute;
    left: -1.1rem;
    top: -0.15rem; }
  .footer__link:nth-child(1):before {
    display: none; }
  .footer__link:hover {
    color: #FFFF6F; }

.footer__copyrights {
  font-family: "Inter", sans-serif;
  text-align: right;
  color: #9f9f9f;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .footer__copyrights {
      text-align: center;
      margin-top: 2rem; } }

.hero {
  background-color: #6F47F4; }

.hero__content {
  max-width: 1440px;
  margin: 0 auto;
  background-image: url("./images/hero-bg.jpg");
  background-size: cover;
  background-position: bottom;
  padding: 3rem 0 0; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .hero__content {
      padding: 2rem 0; } }

.hero__wrapper {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .hero__wrapper {
      min-height: 85vh; } }

.hero__main {
  text-align: center;
  margin-bottom: 5rem;
  padding: 0 1.5rem; }

.hero__logo {
  display: block;
  margin: 0 auto;
  height: 6.25rem;
  width: auto; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .hero__logo {
      height: 4.375rem; } }

.hero__title {
  font-family: "GT Flexa Cn", sans-serif;
  color: #f9f9f9;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .hero__title {
      font-size: 3.125rem;
      line-height: 1.2;
      margin: 0 0 1.5rem; } }

.hero__text {
  font-family: "Inter", sans-serif;
  max-width: 40.625rem;
  color: #f9f9f9;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 auto 2rem; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .hero__text {
      margin: 0 auto 2.5rem; } }

.hero__button {
  margin: 0 auto; }

.about {
  padding: 0 0 3rem;
  background-color: #6F47F4;
  margin-top: -1px;
  margin-bottom: -1px; }

.about__boxes {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  width: 80%; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .about__boxes {
      width: 90%;
      flex-direction: column; } }

.about__box {
  width: 30%;
  text-align: center; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .about__box {
      width: 100%;
      margin-bottom: 4.5rem; }
      .about__box:last-of-type {
        margin-bottom: 0; } }

.about__box-image {
  display: block;
  height: 7.9375rem;
  width: auto;
  margin: 0 auto 1.5rem; }

.about__box-step {
  font-family: "Inter", sans-serif;
  color: #f9f9f9;
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.8px;
  margin: 0; }

.about__box-title {
  font-family: "GT Flexa Cn", sans-serif;
  color: #FFFF6F;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.5rem; }

.about__box-text {
  font-family: "Inter", sans-serif;
  color: #f9f9f9;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 80%;
  margin: 0 auto; }

.about__box {
  opacity: 0; }
  .about__box.active {
    animation: fadeIn 0.5s ease-in-out forwards; }
  .about__box:nth-child(1).active {
    animation-delay: 0.25s; }
  .about__box:nth-child(2).active {
    animation-delay: 0.5s; }
  .about__box:nth-child(3).active {
    animation-delay: 0.75s; }

.video {
  padding: 5.5rem 0 3rem;
  background: linear-gradient(to bottom, #6F47F4 0%, #6F47F4 55%, #4C359E 55%, #4C359E 100%); }

.video__wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }

.video__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  background: linear-gradient(180deg, #4C359E 44.3%, rgba(76, 53, 158, 0) 91.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "GT Flexa Rg", sans-serif; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .video__title {
      font-size: 3.125rem;
      top: 25%; } }

.video__player {
  width: 85%;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0 40px 30px -25px #301D73;
  border-radius: 0.625rem;
  overflow: hidden; }
  .video__player:hover .video__cover {
    filter: contrast(105%); }
  .video__player.active .video__cover {
    z-index: 2; }
  .video__player.active .video__play {
    display: none; }

.video__play {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 45%;
  margin: auto;
  width: 6.25rem;
  height: auto;
  display: block;
  transition: filter 0.25s ease-in-out; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .video__play {
      width: 3.75rem;
      top: 37.5%; } }

.video__cover {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: filter 0.25s ease-in-out; }

.video__video {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto; }

.loot {
  padding: 0;
  background-color: #4C359E;
  position: relative;
  margin-top: -1px; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .loot {
      padding: 1rem 0 0; } }

.loot__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .loot__wrapper {
      flex-direction: column; } }

.loot__info {
  width: 50%;
  padding-left: 10%; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .loot__info {
      padding: 0 5%;
      width: 100%; } }

.loot__title {
  color: #f9f9f9;
  font-size: 7.75rem;
  font-weight: 600;
  line-height: 0.9;
  margin: 0 0 2rem;
  position: relative;
  z-index: 3;
  font-family: "GT Flexa Rg", sans-serif; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .loot__title {
      font-size: 3.125rem; } }
  .loot__title span {
    display: block;
    margin: 0;
    opacity: 0; }

.loot__text {
  font-family: "Inter", sans-serif;
  color: #f9f9f9;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 80%;
  margin: 0 0 2rem;
  position: relative;
  z-index: 3; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .loot__text {
      max-width: 100%; } }

.loot__button {
  position: relative;
  z-index: 3; }
  .loot__button:hover {
    color: #FFFF6F;
    background-color: #2D2B51; }

.loot__image {
  width: 40%;
  transform: scale(1.2);
  transform-origin: top center; }
  @media (max-width: 1440px) {
    .loot__image {
      transform: scale(1.275); } }
  @media (max-width: 1024px) and (orientation: portrait) {
    .loot__image {
      width: 100%;
      transform: none;
      margin-top: 4rem; } }
  .loot__image img {
    display: block;
    width: 100%;
    height: auto; }

.loot__parallax {
  position: absolute;
  display: block; }
  .loot__parallax.first {
    left: -2.5%;
    top: 7.5%;
    height: 10.25rem;
    width: auto; }
    @media (max-width: 1024px) and (orientation: portrait) {
      .loot__parallax.first {
        display: none; } }
  .loot__parallax.second {
    left: 0;
    bottom: -10%;
    height: 18.125rem;
    width: auto; }
    @media (max-width: 1024px) and (orientation: portrait) {
      .loot__parallax.second {
        height: 12.5rem;
        bottom: -5.5%; } }
  .loot__parallax.third {
    right: 5%;
    top: 0;
    height: 5rem;
    width: auto; }
    @media (max-width: 1024px) and (orientation: portrait) {
      .loot__parallax.third {
        height: 4.375rem; } }

.loot__title.active span {
  animation: fadeFromLeft 0.75s ease-in-out forwards; }
  .loot__title.active span:nth-child(1) {
    animation-delay: 0.25s; }
  .loot__title.active span:nth-child(2) {
    animation-delay: 0.35s; }
  .loot__title.active span:nth-child(3) {
    animation-delay: 0.45s; }
  .loot__title.active span:nth-child(4) {
    animation-delay: 0.55s; }

.game {
  padding: 4rem 0;
  background-color: #fff; }

.game__title {
  display: block;
  height: 8.8125rem;
  width: auto;
  margin: 0 auto 3rem; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .game__title {
      width: 80%;
      height: auto; } }

.game__boxes {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .game__boxes {
      flex-direction: column; } }

.game__box-wrapper {
  position: relative;
  width: 23%; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .game__box-wrapper {
      margin: 0 0 3.5rem;
      width: 100%; }
      .game__box-wrapper:last-of-type {
        margin: 0; } }

.game__box {
  display: block;
  text-align: center;
  overflow: hidden;
  border-radius: 0.9375rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .game__box {
      margin: 0 0 2rem;
      width: 100%; }
      .game__box:last-of-type {
        margin: 0; } }
  .game__box:hover .game__box-image {
    transform: scale(1.05); }

.game__box-image {
  position: relative;
  z-index: 3;
  display: block;
  height: 26.25rem;
  width: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: all 0.35s ease-in-out; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .game__box-image {
      height: 28.125rem; } }

.game__box-logo {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  top: 35%;
  display: block;
  height: 6.25rem;
  width: auto;
  max-width: 11.25rem;
  object-fit: contain;
  object-position: center; }

.game__box-content {
  position: relative;
  z-index: 4;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 1.75rem 1.5rem; }

.game__box-badge {
  position: absolute;
  background-color: #9f9f9f;
  padding: 0.85rem 1rem;
  border-radius: 62.4375rem;
  bottom: -1.55rem;
  width: fit-content;
  white-space: nowrap;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .game__box-badge img {
    display: block;
    margin-right: 0.5rem;
    height: 0.875rem;
    width: auto; }
  .game__box-badge p {
    margin: 0;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase; }

.game__box-left {
  display: flex;
  align-items: center; }
  .game__box-left img {
    display: block;
    margin-right: 0.75rem;
    height: 1rem;
    width: auto; }
  .game__box-left p {
    font-family: "Inter", sans-serif;
    color: #9f9f9f;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.3;
    margin: 0; }

.game__box-icon {
  display: block;
  height: 1.5rem;
  width: auto; }

.game__button {
  margin: 4.5rem auto 1rem;
  min-width: 26.4375rem; }
  .game__button:hover {
    color: #FFFF6F; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .game__button {
      min-width: unset;
      width: 90%; } }

.game__extra {
  font-family: "Inter", sans-serif;
  display: table;
  margin: 0 auto;
  color: #3F3169;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.25s ease-in-out; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .game__extra {
      width: 90%;
      text-align: center; } }

.logos {
  padding: 0; }

.logos__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .logos__wrapper {
      flex-direction: column;
      align-items: flex-start; } }

.logos__image {
  width: 27.5%;
  height: auto;
  transform: translateX(-5%); }
  @media (max-width: 1024px) and (orientation: portrait) {
    .logos__image {
      transform: none;
      width: 65%; } }

.logos__content {
  width: 70%;
  padding-right: 5%; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .logos__content {
      width: 100%;
      margin-top: 3rem; } }

.logos__top {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .logos__top {
      flex-direction: column;
      align-items: flex-start;
      padding: 0 5%; } }

.logos__title {
  font-family: "GT Flexa Cn", sans-serif;
  color: #EC3D64;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .logos__title {
      line-height: 1.1; } }

.logos__button {
  font-family: "Inter", sans-serif;
  display: table;
  align-items: center;
  border: 1px solid #9f9f9f;
  border-radius: 62.4375rem;
  letter-spacing: 0.8px;
  color: #9f9f9f;
  background-color: transparent;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-in-out; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .logos__button {
      margin: 2rem 0 0; } }
  .logos__button:hover {
    background-color: #2D2B51;
    color: #FFFF6F;
    border-color: #6F47F4; }

.logos__logos {
  margin-top: 2rem; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .logos__logos {
      padding: 0 5%; } }
  .logos__logos img {
    display: block;
    width: 100%;
    height: auto; }

.bottom__wrapper {
  max-width: 1440px;
  margin: 5rem auto;
  position: relative;
  overflow: hidden;
  background-image: url("./images/bottom-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
  height: 34.375rem;
  width: 90%; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .bottom__wrapper {
      margin: 3.5rem auto;
      background-image: none;
      background-color: #f0f3f2;
      height: auto;
      padding: 3rem 2.5rem; } }

.bottom__content {
  position: absolute;
  width: 40%;
  top: 45%;
  left: 55%; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .bottom__content {
      position: static;
      width: 100%; } }

.bottom__text {
  font-family: "GT Flexa Cn", sans-serif;
  color: #4C359E;
  font-size: 2.3125rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1.5rem; }
  @media (max-width: 1024px) and (orientation: portrait) {
    .bottom__text {
      font-size: 1.625rem;
      text-align: center; } }
  .bottom__text span {
    color: #6F47F4; }

.bottom__button:hover {
  color: #FFFF6F; }

html {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  scroll-behavior: smooth; }
  @media (max-width: 1440px) {
    html {
      font-size: 14px; } }
  @media (max-width: 1280px) {
    html {
      font-size: 12px; } }
  @media (max-width: 1024px) {
    html {
      font-size: 20px; } }
  @media (max-width: 1024px) and (orientation: landscape) {
    html {
      font-size: 9px;
      scroll-padding-top: 3rem; } }
  @media (max-width: 768px) {
    html {
      font-size: 20px; } }
  @media (max-width: 768px) and (orientation: landscape) {
    html {
      font-size: 9px; } }
  @media (max-width: 576px) {
    html {
      font-size: 13px; } }
  @media (max-width: 576px) and (orientation: landscape) {
    html {
      font-size: 10px; } }

body {
  padding: 0;
  margin: 0;
  color: #363636; }
  body * {
    box-sizing: border-box; }

.container {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .container {
      width: 90%; } }

#smooth-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

.homepage__wrapper {
  max-width: 100vw;
  overflow: hidden; }

/*# sourceMappingURL=style.css.map */
