.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.sect-hero {
  background-color: #0000;
}

.container {
  max-width: 1200px;
}

.cont-hero {
  text-align: center;
  max-width: 1300px;
  height: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container-3 {
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 20px 40px;
}

.navbar {
  background-color: #0000;
}

.cont-nav {
  background-color: #0000;
  max-width: 1300px;
}

.image {
  width: 300px;
  max-width: 300px;
}

.nav-link {
  border-radius: 100px;
  margin-top: 12px;
  padding: 16px 28px;
  font-size: 16px;
  transition: background-color .5s;
}

.nav-link:hover {
  color: #fff;
  background-color: #60c8ad;
  border-radius: 100px;
  margin-top: 12px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
}

.cont-sine {
  max-width: 100%;
}

.code-embed {
  background-color: #0000;
  margin-top: -16px;
  margin-bottom: 0;
}

.grid {
  grid-template-rows: auto;
  margin-top: 119px;
}

.heading {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 145px;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 90px;
}

.heading-3 {
  color: #ff3438;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 0 1px 1px #fff3;
  margin-top: 10px;
  font-family: Rancho, sans-serif;
  font-size: 5.5rem;
  line-height: 6rem;
}

.cont-dark {
  background-color: #00000082;
  max-width: 100%;
}

.background-video {
  height: auto;
}

.sect-top-nav {
  z-index: 21;
  -webkit-backdrop-filter: drop-shadow(0 16px 5px #961717fc);
  backdrop-filter: drop-shadow(0 16px 5px #961717fc);
  position: relative;
  box-shadow: 0 2px 2px 4px #0006;
}

.nav-link-2 {
  color: #fff;
  background-color: #1e8688;
  border-radius: 100px;
  margin-top: 14px;
  margin-left: 10px;
  margin-right: 6px;
  padding: 16px 34px;
  font-size: 16px;
  transition: background-color .5s;
}

.nav-link-2:hover {
  background-color: #60c8ad;
}

.nav-link-3 {
  color: #fff;
  background-color: #2028d1;
  border-radius: 100px;
  margin-top: 12px;
  margin-left: 0;
  padding: 16px 28px;
  font-size: 16px;
  transition: background-color .3s;
}

.nav-link-3:hover {
  background-color: #fe0127;
}

.grid-2 {
  grid-template-columns: 1fr;
}

.div-star {
  width: 200px;
  height: 200px;
  margin-top: 100px;
  margin-left: 840px;
  display: none;
  position: absolute;
}

.heading-4 {
  color: #ffffff08;
  height: auto;
  font-family: PT Serif, serif;
  font-size: 30rem;
  line-height: 24rem;
}

.div-block {
  background-color: #ffffffa8;
  padding-left: 40px;
  padding-right: 30px;
}

.heading-5 {
  color: #333;
}

.paragraph {
  color: #333;
  font-size: 18px;
  line-height: 24px;
}

.div-star2 {
  width: 180px;
  height: 120px;
  margin-top: 180px;
  margin-left: 1311px;
  display: none;
  position: absolute;
}

.heading-6 {
  color: #ffffff08;
  margin-top: 84px;
  font-family: PT Serif, serif;
  font-size: 24rem;
  line-height: 24rem;
}

.paragraph-2 {
  text-align: center;
  width: 80%;
  margin: 30px auto 40px;
  font-size: 20px;
  line-height: 32px;
}

.bold-text {
  color: #89aee2;
}

.sect-cont {
  background-color: #0a1f7e;
  height: 63px;
  box-shadow: 0 2px 3px 1px #000000a1;
}

.button {
  z-index: 20;
  background-color: #0042ad;
  border-radius: 100px;
  width: 280px;
  margin-top: 20px;
  margin-right: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  transition: background-color .4s;
  position: relative;
}

.button:hover {
  background-color: #5878aa;
}

.button-2 {
  z-index: 20;
  background-color: #e40000;
  border-radius: 100px;
  width: 280px;
  margin-top: 20px;
  margin-left: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  transition: background-color .4s;
  position: relative;
}

.button-2:hover {
  background-color: #5bb0b8;
}

.container-4 {
  max-width: 900px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3px;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.div-block-2 {
  display: block;
}

.circle1.floaty {
  background-color: #9cfff212;
  border-radius: 450px;
  width: 500px;
  height: 500px;
}

.circle3.floaty {
  background-color: #c7d2ff1a;
  border-radius: 600px;
  width: 900px;
  height: 900px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sect-svcs {
  background-color: #f3f3f3;
}

.container-5 {
  max-width: 1300px;
}

.grid-4 {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6px;
  margin-bottom: 90px;
}

.heading-7 {
  color: #d60000;
  -webkit-text-stroke-color: #c76767;
  text-transform: uppercase;
  margin-top: 21px;
  margin-bottom: 28px;
  margin-left: 0;
  padding: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: static;
}

.heading-8 {
  color: #0042ad;
  margin-top: 82px;
  margin-bottom: 35px;
  font-family: Nunito, sans-serif;
  font-size: 64px;
  font-weight: 600;
}

.paragraph-3 {
  width: 70%;
  margin-top: 18px;
  margin-bottom: 44px;
  font-size: 16px;
  line-height: 24px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  background-color: #002975;
  border-radius: 20px 20px 0 0;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 7px;
  font-size: 28px;
  font-weight: 400;
  line-height: 84px;
  position: relative;
  top: 0;
}

.paragraph-4 {
  text-align: center;
  height: 120px;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.image-2 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  max-width: 100%;
}

.button-3 {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 1px solid #9c9c9c;
  border-radius: 4px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.div-block-4 {
  position: absolute;
}

.div-block-5 {
  overflow: hidden;
}

.sect-proc {
  background-color: #0000;
}

.circle4 {
  z-index: -10;
  background-color: #bbffe8;
  border-radius: 400px;
  width: 800px;
  height: 800px;
  position: absolute;
}

.circle4.floaty {
  background-color: #bbffe83d;
}

.white-circ1 {
  z-index: -19;
  background-color: #1e7dc026;
  border-radius: 200px;
  width: 300px;
  height: 300px;
  margin-top: -652px;
  margin-left: 954px;
  position: absolute;
}

.white-circ1.floaty {
  background-color: #1e7dc017;
}

.heading-10 {
  color: #007b8b;
  text-align: center;
  margin-top: 52px;
  font-family: Rancho, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

.container-6 {
  max-width: 1600px;
}

.div-block-6 {
  background-color: #b2c6f8;
  height: 6px;
  margin-top: 52px;
}

.text-block-2 {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 52px;
  font-size: 20px;
  line-height: 24px;
}

.div-block-7 {
  text-align: center;
  width: 450px;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px;
}

.grid-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 9px;
}

.image-4 {
  width: 30px;
  max-width: 40px;
  margin-top: 7px;
}

.sect-whatis {
  background-image: url('../images/child-balance.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.cont-whatis {
  background-color: #0000;
  max-width: 1300px;
  padding: 0;
}

.heading-11 {
  color: #0042ad;
  width: 60%;
  margin-top: 79px;
  font-family: Nunito, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.paragraph-5 {
  width: 100%;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 82px;
}

.paragraph-6 {
  font-size: 16px;
  line-height: 24px;
}

.div-block-9 {
  background-color: #fff;
  border: 1px solid #22af90;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: relative;
}

.image-6 {
  padding: 9px;
}

.div-block-10 {
  border-radius: 12px;
  padding: 21px;
  box-shadow: 0 0 20px 10px #23abff12;
}

.heading-12 {
  color: #4d4d4d;
}

.heading-13 {
  color: #5c5c5c;
  width: 60%;
  max-width: 60%;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.container-7 {
  max-width: 1300px;
}

.heading-14 {
  color: #5e5e5e;
  margin-top: 12px;
}

.div-block-11 {
  background-color: #fff;
  border: 1px #f1f1f1;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 0 16px 16px #23abff12;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-6 {
  color: #333;
  text-align: center;
  background-color: #91adff;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  padding-top: 14px;
  font-size: 24px;
  font-weight: 700;
  position: static;
}

.heading-15 {
  color: #6c6c6c;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 63px;
  font-size: 18px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 44px;
  margin-bottom: 46px;
}

.paragraph-8 {
  width: 60%;
  max-width: 60%;
  font-size: 16px;
  line-height: 24px;
}

.heading-16 {
  color: #0042ad;
  font-family: Nunito, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.bold-text-4 {
  color: #27b1ac;
}

.sect-games {
  background-color: #002ea3;
}

.bold-text-3 {
  color: #d2ffc1;
  -webkit-text-stroke-color: #d2ffc1;
}

.paragraph-14 {
  height: 40px;
  margin-bottom: 10px;
  font-size: 16px;
}

.button-8 {
  text-transform: uppercase;
  border-radius: 50px;
  width: 80%;
  max-width: 80%;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  transition: background-color .2s;
  display: block;
}

.button-8:hover {
  background-color: #156ebd;
}

.button-7 {
  text-transform: uppercase;
  background-color: #f60000;
  border-radius: 50px;
  width: 80%;
  max-width: 80%;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 14px;
  font-size: 16px;
  transition: background-color .4s;
  display: block;
}

.button-7:hover {
  background-color: #87b9ff;
}

.heading-19 {
  color: #545454;
  margin-top: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 28px;
}

.div-block-23 {
  text-align: center;
  background-color: #fff;
  border-radius: 14px;
  margin: 0;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-17 {
  width: 120px;
  height: 140px;
}

.heading-18 {
  color: #9ae9ff;
  margin-top: 57px;
  margin-bottom: 14px;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block-7 {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.bold-text-5 {
  color: #ffae00;
}

.cont-games {
  max-width: 1300px;
  margin-top: 0;
}

.grid-13 {
  background-color: #f1f1f1;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 49px;
  margin-bottom: 98px;
  padding: 24px;
}

.paragraph-12 {
  color: #fff;
  max-width: 60%;
  margin-top: 26px;
  margin-bottom: 57px;
  font-size: 16px;
  line-height: 24px;
}

.heading-20 {
  color: #fff;
  text-align: center;
  background-color: #002975;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  top: 0;
}

.heading-21 {
  color: #a2ffe3;
  margin-top: 62px;
  font-family: Nunito, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.heading-22 {
  color: #d60000;
  text-transform: uppercase;
  margin-top: 51px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.sect-about {
  background-color: #0000;
}

.cont-about {
  max-width: 1300px;
}

.grid-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 50px;
  margin-bottom: 89px;
}

.paragraph-15 {
  font-size: 16px;
  line-height: 24px;
}

.heading-23 {
  margin-top: 58px;
}

.text-block-8 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-24 {
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 34px 40px;
}

.button-9 {
  text-transform: uppercase;
  background-color: #00bdb0;
  border-radius: 100px;
  width: 200px;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 48px;
}

.div-block-25 {
  text-align: center;
  margin-bottom: 46px;
}

.sect-getstart {
  background-color: #eee;
}

.cont-getstart {
  max-width: 1300px;
}

.grid-11 {
  background-color: #fff;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-20 {
  padding: 29px 29px 29px 40px;
}

.heading-25 {
  color: #5c5c5c;
  margin-bottom: 28px;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-10 {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 24px;
}

.image-15 {
  text-align: center;
  width: 160px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  padding-top: 21px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.heading-26 {
  color: #0042ad;
  font-family: Nunito, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.sect-foot {
  background-color: #161f88;
}

.cont-foot {
  max-width: 1300px;
}

.div-block-26 {
  background-color: #fff;
  border-radius: 12px;
  width: 36px;
  height: 36px;
}

.link-block {
  text-decoration: none;
}

.heading-27 {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
}

.text-block-9 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.button-10 {
  text-transform: uppercase;
  background-color: #0000;
  font-size: 16px;
  display: block;
}

.grid-15 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 190px;
  margin-top: 30px;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 42px;
  margin-bottom: 34px;
}

.image-19 {
  max-width: 90%;
}

.cont-rights {
  max-width: 1300px;
}

.code-embed-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.code-embed-3 {
  margin-bottom: 36px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.grid-17 {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 50%;
  margin: 36px auto 90px;
}

.heading-28 {
  color: #fff;
  text-align: center;
  background-color: #15217a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 7px;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-16 {
  margin-bottom: 42px;
  font-size: 16px;
  line-height: 24px;
}

.nav-link-4 {
  color: #fff;
  background-color: #03097a;
  border-radius: 100px;
  margin-top: 12px;
  margin-left: 6px;
  padding: 16px 28px;
  font-size: 16px;
  transition: background-color .5s;
}

.nav-link-4:hover {
  background-color: #fe0127;
}

.nav-link-5 {
  color: #fff;
  background-color: #000569;
  border-radius: 100px;
  margin-top: 12px;
  margin-left: 6px;
  padding: 16px 28px;
  font-size: 16px;
  transition: background-color .3s;
}

.nav-link-5:hover {
  background-color: #fe0127;
}

@media screen and (min-width: 1920px) {
  .cont-hero {
    max-width: 1600px;
    margin-top: 0;
  }

  .cont-nav {
    max-width: 1600px;
  }

  .image {
    width: 400px;
    max-width: 400px;
  }

  .nav-link {
    margin-top: 11px;
    font-size: 18px;
  }

  .nav-link:hover {
    font-size: 18px;
  }

  .grid {
    grid-template-rows: auto;
    margin-top: 127px;
  }

  .heading-2 {
    z-index: 30;
    margin-top: 155px;
    font-size: 84px;
    line-height: 100px;
    position: relative;
  }

  .heading-3 {
    margin-top: 15px;
    font-size: 6.7rem;
    line-height: 7rem;
  }

  .background-video {
    height: auto;
  }

  .sect-top-nav {
    margin-top: 0;
  }

  .nav-link-2 {
    background-color: #11989b;
    margin-top: 11px;
    margin-left: 10px;
  }

  .nav-link-3 {
    margin-top: 11px;
    font-size: 18px;
    transition-duration: .3s;
  }

  .div-star {
    margin-top: 166px;
    margin-left: 1167px;
  }

  .heading-4 {
    color: #ffffff12;
    margin-top: 0;
  }

  .div-star2 {
    margin-top: 126px;
  }

  .heading-6 {
    color: #ffffff08;
  }

  .paragraph-2 {
    margin-top: 33px;
    font-size: 24px;
    line-height: 34px;
  }

  .sect-cont {
    height: 70px;
  }

  .button, .button-2 {
    width: 280px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .container-4 {
    max-width: 1200px;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .text-block {
    color: #fff;
    margin-top: 24px;
    font-size: 18px;
  }

  .div-block-3 {
    position: absolute;
  }

  .circle1 {
    filter: blur(100px);
    background-color: #87ffef54;
    width: 600px;
    height: 600px;
    margin-left: 198px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .circle1.floaty {
    filter: none;
    background-color: #9cfff212;
    border-radius: 450px;
    width: 800px;
    height: 800px;
  }

  .circle3 {
    background-color: #acbbff;
    border-radius: 300px;
    width: 400px;
    height: 400px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .circle3.floaty {
    background-color: #c7d2ff1a;
    border-radius: 500px;
    width: 990px;
    height: 990px;
    margin-left: 0;
    margin-right: 0;
  }

  .sect-svcs {
    background-color: #f7f7f7;
  }

  .container-5 {
    max-width: 1600px;
  }

  .heading-7 {
    margin-top: 23px;
    margin-bottom: 7px;
    margin-left: 0;
    padding: 0;
    font-size: 20px;
    position: static;
  }

  .heading-8 {
    font-size: 76px;
    line-height: 70px;
  }

  .paragraph-3 {
    width: 70%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-9 {
    background-image: none;
    height: 88px;
    font-size: 36px;
    line-height: 90px;
    top: 0;
  }

  .paragraph-4 {
    height: 130px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .button-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 12px;
  }

  .cont-whatis {
    max-width: 1600px;
  }

  .heading-11 {
    width: auto;
    line-height: 64px;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-6 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-13 {
    width: auto;
    font-size: 60px;
    line-height: 62px;
  }

  .container-7 {
    max-width: 1600px;
  }

  .heading-14 {
    font-size: 28px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-7 {
    margin-bottom: 97px;
  }

  .paragraph-8 {
    width: auto;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-14 {
    height: 44px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .button-8 {
    margin-bottom: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .button-7 {
    border: 1px solid #7ed829;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .heading-19 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .div-block-23 {
    padding-top: 22px;
  }

  .image-17 {
    width: 160px;
    height: 160px;
  }

  .heading-18 {
    font-size: 60px;
    line-height: 60px;
  }

  .text-block-7 {
    font-size: 26px;
  }

  .cont-games {
    max-width: 1600px;
    margin-top: 0;
  }

  .grid-13 {
    padding: 14px;
  }

  .paragraph-12 {
    font-size: 18px;
  }

  .heading-20 {
    height: 88px;
    font-size: 36px;
    line-height: 34px;
  }

  .sect-about {
    background-color: #0000;
  }

  .cont-about {
    max-width: 1600px;
  }

  .grid-14 {
    grid-template-columns: 1.75fr 1fr;
  }

  .paragraph-15 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .bold-text-6 {
    font-size: 20px;
  }

  .button-9 {
    width: 240px;
    height: 54px;
    font-size: 18px;
    line-height: 54px;
  }

  .cont-getstart {
    max-width: 1600px;
  }

  .div-block-20 {
    padding: 38px;
  }

  .heading-25 {
    font-size: 60px;
    line-height: 60px;
  }

  .paragraph-10 {
    font-size: 18px;
  }

  .cont-foot {
    max-width: 1600px;
  }

  .div-block-26 {
    background-color: #fff;
    border-radius: 12px;
    width: 50px;
    height: 50px;
  }

  .link-block, .text-block-9 {
    text-decoration: none;
  }

  .grid-15 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 260px;
    margin-top: 32px;
  }

  .grid-16 {
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    margin-top: 50px;
    margin-bottom: 34px;
  }

  .image-19 {
    max-width: 80%;
  }

  .cont-rights {
    max-width: 1600px;
  }

  .code-embed-2 {
    margin-bottom: 0;
  }

  .paragraph-16 {
    font-size: 18px;
    line-height: 28px;
  }

  .nav-link-4 {
    margin-top: 11px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .cont-hero {
    width: 90vw;
    max-width: 90vw;
  }

  .nav-link, .nav-link:hover {
    border-radius: 0;
    margin-top: 0;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 18px;
  }

  .heading-2 {
    margin-top: 76px;
  }

  .nav-link-2 {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 18px;
  }

  .nav-link-3 {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 18px;
  }

  .nav-link-3:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-2 {
    z-index: 8;
    position: relative;
  }

  .sect-cont {
    height: auto;
  }

  .container-4 {
    max-width: 90vw;
  }

  .grid-3 {
    margin-bottom: 19px;
  }

  .container-5 {
    width: 90vw;
    max-width: 90vw;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 70px;
  }

  .heading-7 {
    text-align: center;
    margin-bottom: 34px;
  }

  .heading-8 {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
  }

  .paragraph-3 {
    text-align: center;
    width: auto;
  }

  .heading-9 {
    background-image: none;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 40px;
    top: 0;
  }

  .paragraph-4 {
    height: 110px;
    margin-bottom: 10px;
  }

  .image-2 {
    width: 100%;
  }

  .div-block-5 {
    margin-bottom: 30px;
  }

  .white-circ1.floaty {
    margin-top: -731px;
    margin-left: 0;
  }

  .container-6 {
    width: 90vw;
    max-width: 90vw;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .cont-whatis {
    width: 90vw;
    max-width: 90vw;
  }

  .heading-11 {
    text-align: center;
    width: auto;
    margin-top: 50px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-13 {
    text-align: center;
    width: auto;
    max-width: none;
    margin-top: 54px;
    margin-bottom: 37px;
  }

  .container-7 {
    max-width: 86vw;
  }

  .div-block-11 {
    text-align: center;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-15 {
    text-align: center;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-8 {
    text-align: center;
    width: auto;
    max-width: none;
  }

  .heading-16 {
    text-align: center;
  }

  .button-8 {
    margin-bottom: 40px;
  }

  .div-block-23 {
    padding-top: 24px;
  }

  .heading-18 {
    width: 60vw;
    max-width: 60vw;
  }

  .text-block-7 {
    text-align: center;
    line-height: 26px;
  }

  .cont-games {
    background-size: 220px;
    width: 86vw;
    max-width: 86vw;
  }

  .grid-13 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-12 {
    text-align: center;
    max-width: none;
  }

  .heading-20 {
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 40px;
  }

  .heading-21 {
    text-align: center;
    margin-top: 73px;
  }

  .heading-22 {
    text-align: center;
  }

  .cont-about {
    width: 90vw;
    max-width: 90vw;
  }

  .cont-getstart {
    width: 90vh;
    max-width: 90vw;
  }

  .grid-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    text-align: center;
  }

  .paragraph-10 {
    margin-bottom: 32px;
  }

  .div-block-21 {
    padding-left: 20px;
  }

  .div-block-26 {
    border-radius: 12px;
  }

  .div-block-27, .div-block-28 {
    text-align: center;
    margin-bottom: 40px;
  }

  .link-block {
    text-decoration: none;
  }

  .div-block-29 {
    text-align: center;
  }

  .grid-15 {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-16 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-30 {
    text-align: center;
    margin-bottom: 40px;
  }

  .image-19 {
    max-width: 40%;
  }

  .grid-17 {
    width: 100%;
  }

  .heading-28 {
    color: #fff;
    text-align: center;
    background-color: #002975;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 7px;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
  }

  .nav-link-4 {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 18px;
  }

  .nav-link-5 {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link, .nav-link:hover {
    border-radius: 0;
  }

  .heading-2 {
    line-height: 70px;
  }

  .heading-3 {
    line-height: 5.5rem;
  }

  .nav-link-2 {
    border-radius: 0;
  }

  .paragraph-2 {
    width: 86%;
    font-size: 22px;
  }

  .button {
    width: 70vw;
  }

  .button-2 {
    width: 70vw;
    margin-top: 10px;
  }

  .grid-3 {
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block {
    margin-top: 0;
    margin-bottom: -6px;
  }

  .div-block-2 {
    margin-top: 10px;
  }

  .circle3.floaty {
    display: block;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    text-align: center;
    line-height: 24px;
  }

  .heading-8 {
    text-align: center;
    line-height: 70px;
  }

  .paragraph-3 {
    text-align: center;
    width: 100%;
  }

  .heading-9 {
    background-color: #15217a;
    background-image: none;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 30px;
    line-height: 40px;
    position: static;
    top: 0;
  }

  .paragraph-4 {
    height: 70px;
  }

  .image-2 {
    height: auto;
  }

  .div-block-5 {
    margin-top: 0;
  }

  .circle4.floaty {
    width: 500px;
    height: 500px;
  }

  .grid-5 {
    margin-top: -8px;
  }

  .heading-11 {
    text-align: center;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-6 {
    margin-bottom: 20px;
  }

  .div-block-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10 {
    text-align: center;
  }

  .heading-13 {
    text-align: center;
    margin-top: 44px;
  }

  .container-7 {
    text-align: center;
  }

  .text-block-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-18 {
    width: 70vw;
    max-width: 70vw;
    margin-top: 20px;
  }

  .cont-games {
    background-image: linear-gradient(#0000, #0000);
    width: 90vw;
    max-width: 90vw;
  }

  .paragraph-12 {
    width: auto;
  }

  .heading-21 {
    margin-bottom: 26px;
  }

  .cont-about {
    width: 90vw;
    max-width: 90vw;
  }

  .grid-14 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .image-18 {
    width: 100%;
  }

  .link-block {
    text-decoration: none;
  }

  .grid-17 {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .heading-28 {
    height: auto;
    padding-bottom: 18px;
    line-height: 40px;
  }

  .paragraph-16 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .cont-hero {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    width: 46vw;
    max-width: 48vw;
    margin-top: 0;
  }

  .nav-link:hover {
    font-size: 18px;
  }

  .heading-2 {
    width: 86vw;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 54px;
    line-height: 54px;
  }

  .heading-3 {
    font-size: 64px;
    line-height: 58px;
  }

  .paragraph-2 {
    width: 88vw;
    font-size: 18px;
  }

  .button, .button-2 {
    width: 80vw;
  }

  .grid-3 {
    margin-top: 13px;
  }

  .div-block-2 {
    margin-top: 10px;
  }

  .circle3.floaty {
    z-index: -1;
  }

  .brand {
    padding-left: 0;
  }

  .heading-7 {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-8 {
    margin-top: 50px;
    margin-bottom: 28px;
    font-size: 50px;
    line-height: 60px;
  }

  .paragraph-4 {
    height: auto;
    margin-bottom: 6px;
  }

  .div-block-5 {
    margin-bottom: 10px;
  }

  .circle4.floaty {
    width: 300px;
    height: 300px;
  }

  .div-block-7 {
    width: auto;
  }

  .image-3 {
    max-width: 100%;
  }

  .image-5 {
    max-width: 70%;
  }

  .menu-button {
    padding-top: 4px;
    padding-right: 0;
  }

  .heading-11 {
    white-space: normal;
    word-break: normal;
    width: auto;
    max-width: none;
    font-size: 46px;
    line-height: 42px;
  }

  .grid-6 {
    margin-bottom: 40px;
  }

  .container-7 {
    text-align: center;
  }

  .div-block-11 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .heading-15 {
    margin-top: 40px;
    line-height: 26px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .button-8, .button-7 {
    width: 100%;
    max-width: 100%;
  }

  .image-17 {
    width: 140px;
  }

  .heading-18 {
    width: 80vw;
    max-width: 80vw;
  }

  .cont-games {
    background-image: linear-gradient(#0000, #0000);
    width: 90vw;
    max-width: 90vw;
  }

  .grid-13 {
    margin-bottom: 60px;
  }

  .paragraph-12 {
    width: auto;
    max-width: none;
  }

  .cont-about {
    width: 86vw;
    max-width: 86vw;
  }

  .heading-24 {
    color: #0042ad;
    text-align: center;
    font-family: Nunito, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
  }

  .heading-28 {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 30px;
  }
}

#w-node-_2a2f3bb8-6dad-0c73-4fea-626299c4cf08-9338f1d9, #w-node-ed3901c0-24a6-c15b-feee-e62cd63c8d99-9338f1d9 {
  align-self: auto;
}

#w-node-_6fd22e60-d80f-c69f-9903-1381d66d0086-9338f1d9 {
  place-self: center;
}

#w-node-_841d311d-eb35-e554-2f4e-97a34bbb73ac-9338f1d9 {
  align-self: center;
}

#w-node-f64066ad-9d0b-3409-a9aa-59f6bce38dcf-9338f1d9 {
  align-self: start;
}

#w-node-f324ddf7-57c7-0a56-8b1c-428fe814fe41-9338f1d9, #w-node-_08b38d24-e9ae-096f-e0d8-06dc2a0dd674-9338f1d9, #w-node-_2f9d5708-1114-b250-60da-7d7c272ed7b7-9338f1d9 {
  align-self: center;
}

#w-node-_12489831-8d77-e2f3-41be-35893f9f48b0-9338f1d9 {
  justify-self: end;
}

#w-node-_2a2f3bb8-6dad-0c73-4fea-626299c4cf08-b00d9b60, #w-node-ed3901c0-24a6-c15b-feee-e62cd63c8d99-b00d9b60 {
  align-self: auto;
}

#w-node-_6fd22e60-d80f-c69f-9903-1381d66d0086-b00d9b60 {
  place-self: center;
}

#w-node-_841d311d-eb35-e554-2f4e-97a34bbb73ac-b00d9b60, #w-node-f324ddf7-57c7-0a56-8b1c-428fe814fe41-b00d9b60, #w-node-_45e34724-e1f0-caf0-12f5-8999d91da8ea-b00d9b60, #w-node-_08b38d24-e9ae-096f-e0d8-06dc2a0dd674-b00d9b60, #w-node-_2f9d5708-1114-b250-60da-7d7c272ed7b7-b00d9b60 {
  align-self: center;
}

#w-node-_12489831-8d77-e2f3-41be-35893f9f48b0-b00d9b60 {
  justify-self: end;
}

#w-node-_2a2f3bb8-6dad-0c73-4fea-626299c4cf08-2ca97bff, #w-node-ed3901c0-24a6-c15b-feee-e62cd63c8d99-2ca97bff {
  align-self: auto;
}

#w-node-_6fd22e60-d80f-c69f-9903-1381d66d0086-2ca97bff {
  place-self: center;
}

#w-node-_841d311d-eb35-e554-2f4e-97a34bbb73ac-2ca97bff {
  align-self: center;
}

#w-node-d240818e-0a74-e74d-c2ce-1f9cc418ad60-2ca97bff {
  align-self: start;
}

#w-node-f324ddf7-57c7-0a56-8b1c-428fe814fe41-2ca97bff, #w-node-_08b38d24-e9ae-096f-e0d8-06dc2a0dd674-2ca97bff, #w-node-_2f9d5708-1114-b250-60da-7d7c272ed7b7-2ca97bff {
  align-self: center;
}

#w-node-_12489831-8d77-e2f3-41be-35893f9f48b0-2ca97bff {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_12489831-8d77-e2f3-41be-35893f9f48b0-9338f1d9, #w-node-_12489831-8d77-e2f3-41be-35893f9f48b0-b00d9b60, #w-node-_12489831-8d77-e2f3-41be-35893f9f48b0-2ca97bff {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fef1f3c8-7246-1319-a2ea-392700f87b60-9338f1d9, #w-node-f958eb09-1325-1636-3a12-2afca9242781-9338f1d9, #w-node-f958eb09-1325-1636-3a12-2afca924278e-9338f1d9, #w-node-f958eb09-1325-1636-3a12-2afca924279e-9338f1d9, #w-node-fef1f3c8-7246-1319-a2ea-392700f87b60-b00d9b60, #w-node-f958eb09-1325-1636-3a12-2afca9242781-b00d9b60, #w-node-f958eb09-1325-1636-3a12-2afca924278e-b00d9b60, #w-node-f958eb09-1325-1636-3a12-2afca924279e-b00d9b60, #w-node-fef1f3c8-7246-1319-a2ea-392700f87b60-2ca97bff, #w-node-f958eb09-1325-1636-3a12-2afca9242781-2ca97bff, #w-node-f958eb09-1325-1636-3a12-2afca924278e-2ca97bff, #w-node-f958eb09-1325-1636-3a12-2afca924279e-2ca97bff {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12489831-8d77-e2f3-41be-35893f9f48b0-9338f1d9, #w-node-_12489831-8d77-e2f3-41be-35893f9f48b0-b00d9b60, #w-node-_12489831-8d77-e2f3-41be-35893f9f48b0-2ca97bff {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7aa3eef6-5e68-d661-40be-c5315a7e25df-9338f1d9, #w-node-_7aa3eef6-5e68-d661-40be-c5315a7e25df-b00d9b60, #w-node-_7aa3eef6-5e68-d661-40be-c5315a7e25df-2ca97bff {
    place-self: center;
  }
}


