:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #bebebe;
  text-shadow: 2px 2px #000;
  background-color: #1a1a1a;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22vw;
  line-height: 1;
}

.page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.body {
  color: #bcbcbc;
  background-color: #1a1a1a;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20vw;
  font-weight: 700;
}

.text-block {
  line-height: 1;
}

.blur {
  z-index: -1;
  opacity: .5;
  filter: blur(100px);
  background-color: #6b27c4;
  border-radius: 100vw;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: 5vw 15vw auto auto;
}

.blur.is-red {
  background-color: #44adef;
  position: absolute;
  top: 20vw;
  right: 5vw;
}

.flex-horizontal {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 90%;
  display: flex;
}

.stat-block {
  flex-direction: column;
  align-items: center;
  min-width: 27%;
  display: flex;
}

.stat-block.is-expanded {
  flex: 1;
}

.stat {
  color: #e2e2e2;
  font-family: Changa One, Impact, sans-serif;
  font-size: 244px;
  line-height: 250px;
}

.stat.is-smaller {
  font-size: 8vw;
  display: inline;
}

.stat.is-medium {
  font-size: 14vw;
}

.stat-caption {
  font-size: 3vw;
  line-height: 1.3;
}

.revenue-wrapper {
  display: flex;
}

.stat-wrap {
  flex-direction: row;
  display: flex;
}

.text-block-2 {
  color: #96e5ff;
  text-align: center;
  text-transform: none;
  text-shadow: none;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.page---02 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.container {
  margin-top: 60px;
  display: block;
}

.page---01 {
  text-align: center;
  text-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 22px;
  line-height: 36px;
  display: block;
  position: static;
}

.paragraph {
  color: #e2e2e2;
  -webkit-text-stroke-color: #e2e2e2;
  text-shadow: 2px 2px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 244px;
  line-height: 250px;
}

.section {
  text-align: center;
  background-image: url('../images/07.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 111vh;
}

.menu-2 {
  z-index: 99;
  opacity: 1;
  color: #080808;
  background-color: #0a0a0a00;
  margin-top: 0;
  padding-top: 10px;
  display: block;
  position: relative;
}

.link-1 {
  color: #ec383b;
  text-shadow: none;
  font-size: 14px;
}

.nav-link-3 {
  color: #fff9f9;
  text-align: center;
  text-shadow: none;
  font-size: 14px;
}

.container-11 {
  text-align: left;
  background-color: #0000;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
}

.image-38 {
  text-align: left;
  width: 70px;
  padding-left: 0;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.quick-stack {
  margin-top: 40px;
  padding-left: 100px;
}

.text-block-5 {
  color: #fff;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 42px;
}

.section-2 {
  margin-top: 100px;
}

.page---03 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.link-2 {
  color: #fff;
  font-weight: 600;
}

.page---04 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.link-3 {
  color: #fff;
  font-weight: 500;
}

.page---05 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.paragraph-copy {
  color: #e2e2e2;
  -webkit-text-stroke-color: #e2e2e2;
  text-shadow: 2px 2px #000;
  margin-left: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 244px;
  line-height: 250px;
}

.page---06, .page---07 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.link-4, .link-5 {
  color: #fff;
  font-weight: 500;
}

.page---08 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.stat---2 {
  color: #e2e2e2;
  font-family: Changa One, Impact, sans-serif;
  font-size: 200px;
  line-height: 200px;
}

.stat---2.is-smaller {
  font-size: 8vw;
  display: inline;
}

.stat---2.is-medium {
  font-size: 14vw;
}

.page---09, .page---10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.link-6 {
  color: #fff;
  font-weight: 500;
}

.page---11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.section-23 {
  margin-top: 60px;
}

.flex-block {
  justify-content: center;
  align-items: flex-start;
}

.facebook {
  width: 100px;
  height: auto;
  font-size: 20px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-auto-flow: column;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 43px;
}

.heading-15 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.heading-14 {
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin: 100px 60px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.image-16 {
  width: auto;
  height: auto;
}

.section-22 {
  color: #ac9f9f;
  display: block;
}

.div-block-6 {
  color: #b98e8e;
  background-image: linear-gradient(#000, #000);
  border-radius: 5px;
  margin-bottom: 6px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.image-17 {
  height: auto;
}

.text-block-26 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.button-2 {
  color: #fff;
  text-shadow: none;
  background-color: #ec383b;
  border-radius: 5px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.section-9 {
  color: #000;
  background-color: #000;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.image-39 {
  margin-top: 10px;
  margin-left: 60px;
}

.text-block-9 {
  color: #fff;
  text-align: left;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
}

.link-7 {
  color: #fec144;
}

.text-block-9-copy {
  color: #fff;
  text-align: left;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  text-shadow: 5px 7px 15px #000;
  margin-top: 40px;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

.bold-text {
  text-align: center;
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.image-7 {
  width: auto;
  max-width: none;
  height: 35px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.image-40 {
  display: none;
}

.list {
  margin-top: 20px;
}

.list-item {
  margin-bottom: 10px;
}

.list-item-2 {
  margin-bottom: 20px;
}

.link-8 {
  color: #fff;
  font-weight: 500;
}

.link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18 {
  color: #fff;
}

.section-24 {
  color: #ac9f9f;
  display: block;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin: 100px 60px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.image-42 {
  height: auto;
}

.text-block-28 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.image-41 {
  width: auto;
  height: auto;
}

.section-24-copy {
  color: #ac9f9f;
  display: block;
}

.section-22-copy {
  color: #ac9f9f;
  display: none;
}

.link-19, .link-20 {
  color: #fff;
}

.image-43 {
  width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  margin-top: 60px;
}

.text-block-29 {
  color: #dbdbdb;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.container-12 {
  margin-top: 20px;
}

.container---2 {
  margin-top: 60px;
  display: block;
}

.link-21 {
  color: #96e5ff;
}

.list-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.list-item-3, .list-item-4 {
  margin-bottom: 10px;
}

.link-22, .link-23 {
  color: #96e5ff;
}

.quick-stack-2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.image-43---2 {
  width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7---2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-7---3 {
  margin-top: 60px;
  margin-bottom: 0;
}

.link-24, .link-25, .link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32 {
  color: #96e5ff;
}

.heading-25 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.section-29 {
  z-index: 99;
  background-color: #2b2b2b00;
  background-image: linear-gradient(#000, #202020);
  padding-bottom: 0;
  position: relative;
}

.button-9 {
  float: none;
  clear: none;
  text-shadow: none;
  cursor: pointer;
  object-fit: cover;
  background-color: #e30613;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: static;
  overflow: auto;
}

.div-block-54 {
  z-index: 9;
  background-color: #2b2b2b00;
  width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding: 41px;
  position: static;
}

.div-block-21---3 {
  border: 2px solid #2b2b2b;
  border-radius: 0;
  width: auto;
  height: 100%;
  padding: 40px;
}

.image-80 {
  border-radius: 0;
  height: auto;
  margin-bottom: 20px;
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.heading-24 {
  color: #fec144;
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.div-block-21---2 {
  background-color: #0c0c0c00;
  border: 2px solid #2b2b2b;
  border-radius: 0;
  width: auto;
  height: 100%;
  padding: 40px;
}

.div-block-21---4 {
  color: #d8d8d8;
  border: 2px solid #2b2b2b;
  border-radius: 0;
  width: auto;
  height: 100%;
  margin-top: 60px;
  padding: 40px;
}

.quick-stack-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.heading-25---2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.background-video-2 {
  z-index: 99;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-17 {
  text-align: center;
  width: 80px;
  margin: 10px auto 20px;
}

.image-77 {
  height: 60px;
}

.heading-23-2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 202px;
  font-weight: 700;
  line-height: 128px;
}

.heading-23 {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 79px;
  font-weight: 700;
  line-height: 70px;
}

@media screen and (max-width: 991px) {
  .stat {
    font-size: 158px;
  }

  .text-block-2 {
    margin-top: 40px;
    font-size: 38px;
    line-height: 44px;
  }

  .paragraph {
    font-size: 158px;
    line-height: 160px;
  }

  .menu-2 {
    color: #080808;
    background-color: #0a0a0a00;
    margin-top: 0;
  }

  .link-1 {
    text-align: center;
    background-color: #1b1b1b;
  }

  .nav-link-3 {
    background-color: #1c1c1c;
  }

  .container-11 {
    padding-left: 40px;
  }

  .menu-button-2 {
    background-color: #08080800;
    margin-right: 10px;
  }

  .menu-button-2.w--open {
    background-color: #1c1c1c00;
  }

  .icon-2 {
    color: #fff;
  }

  .text-block-4 {
    font-size: 52px;
    line-height: 66px;
  }

  .quick-stack {
    padding-left: 40px;
  }

  .paragraph-copy {
    font-size: 158px;
    line-height: 160px;
  }

  .stat---2 {
    font-size: 140px;
    line-height: 150px;
  }

  .heading-15 {
    font-size: 20px;
  }

  .image-16, .image-17 {
    height: 40%;
  }

  .image-39 {
    margin-left: 40px;
  }

  .text-block-27 {
    font-size: 28px;
    line-height: 38px;
  }

  .bold-text {
    font-size: 74px;
    line-height: 84px;
  }

  .image-42, .image-41 {
    height: 40%;
  }

  .quick-stack-2 {
    width: auto;
  }

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

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

  .image-80 {
    height: auto;
  }

  .quick-stack-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-25---2 {
    font-size: 24px;
    line-height: 38px;
  }

  .heading-23-2 {
    font-size: 126px;
    line-height: 100px;
  }

  .heading-23 {
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .stat {
    font-size: 134px;
  }

  .text-block-2 {
    margin-top: 20px;
    line-height: 48px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 134px;
    line-height: 140px;
  }

  .section {
    background-image: url('../images/05.png');
    background-position: 50%;
    background-size: cover;
    height: 140vh;
  }

  .menu-2 {
    color: #080808;
    background-color: #08080800;
    margin-top: 0;
  }

  .container-11 {
    color: #08080800;
    background-color: #0a0a0a00;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-button-2 {
    color: #a5a5a5;
    background-color: #08080800;
    margin-left: 0;
    margin-right: 10px;
    padding-right: 18px;
  }

  .image-38 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .text-block-4 {
    text-align: center;
    margin-top: 100px;
  }

  .paragraph-copy {
    font-size: 134px;
    line-height: 140px;
  }

  .stat---2 {
    font-size: 120px;
    line-height: 130px;
  }

  .grid-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-15 {
    font-size: 18px;
  }

  .image-16 {
    height: 30%;
  }

  .div-block-6 {
    padding-bottom: 20px;
  }

  .image-17 {
    height: 30%;
  }

  .image-39 {
    margin-left: 40px;
  }

  .text-block-27 {
    font-size: 20px;
    line-height: 36px;
  }

  .image-42, .image-41 {
    height: 30%;
  }

  .container---2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-25 {
    margin-top: 20px;
    line-height: 34px;
  }

  .image-80 {
    width: 100%;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quick-stack-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-25---2 {
    margin-top: 20px;
    line-height: 34px;
  }

  .heading-23-2 {
    font-size: 92px;
    line-height: 100px;
  }

  .heading-23 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stat {
    font-size: 96px;
    line-height: 111px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-3 {
    line-height: 32px;
  }

  .page---02, .page---01 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    font-size: 96px;
    line-height: 110px;
  }

  .section {
    background-image: url('../images/mob.png');
    background-position: 50%;
    background-attachment: fixed;
    height: 120vh;
  }

  .menu-2 {
    color: #080808;
    -webkit-text-stroke-color: #08080800;
    background-color: #08080800;
    padding-top: 0;
  }

  .container-11 {
    margin-left: 10px;
  }

  .menu-button-2 {
    color: #919191;
    background-color: #08080800;
    margin-right: 0;
    right: 10px;
  }

  .image-38 {
    width: 60px;
    margin-top: 5px;
    margin-left: 0;
  }

  .text-block-4 {
    margin-top: 140px;
    font-size: 48px;
    line-height: 58px;
  }

  .quick-stack {
    padding-left: 20px;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 33px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page---03, .page---04, .page---05 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-copy {
    font-size: 96px;
    line-height: 110px;
  }

  .page---06, .page---07, .page---08 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stat---2 {
    font-size: 72px;
    line-height: 84px;
  }

  .page---09, .page---10, .page---11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
  }

  .heading-15 {
    color: #fff;
  }

  .heading-14 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
  }

  .section-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    background-image: linear-gradient(#000, #000);
    margin-bottom: 40px;
    padding-top: 0;
  }

  .text-block-26 {
    color: #fff;
  }

  .image-39 {
    margin-left: 10px;
  }

  .text-block-9-copy {
    line-height: 24px;
  }

  .text-block-27 {
    font-size: 18px;
    line-height: 28px;
  }

  .bold-text {
    font-size: 48px;
    line-height: 58px;
  }

  .image-7 {
    height: 30px;
  }

  .list {
    padding-left: 20px;
  }

  .section-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-16 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
  }

  .text-block-28 {
    color: #fff;
  }

  .section-24-copy, .section-22-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-25 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-54, .div-block-21---3, .div-block-21---2, .div-block-21---4 {
    padding: 20px;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .heading-25---2 {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .background-video-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .link-block-17 {
    margin-bottom: 20px;
  }

  .image-77 {
    height: 50px;
  }

  .heading-23-2 {
    margin-bottom: 0;
    font-size: 102px;
    line-height: 100px;
  }

  .heading-23 {
    font-size: 40px;
    line-height: 34px;
  }
}

#w-node-_706309c1-7f2d-6a73-3fe1-6dc64faa8242-b7c4a715, #w-node-_4cf5acd4-3904-a837-8604-eecac76a424c-b7c4a715, #w-node-_91f8de14-25fe-41bb-e1b8-b4189eaf70e2-b7c4a715 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5a200d47-fb85-703c-d4e2-f4ab813c9ce9-b7c4a715, #w-node-_5a200d47-fb85-703c-d4e2-f4ab813c9cea-b7c4a715, #w-node-_5a200d47-fb85-703c-d4e2-f4ab813c9ce9-b7c4a716, #w-node-_5a200d47-fb85-703c-d4e2-f4ab813c9cea-b7c4a716 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_706309c1-7f2d-6a73-3fe1-6dc64faa8242-b7c4a715, #w-node-_4cf5acd4-3904-a837-8604-eecac76a424c-b7c4a715, #w-node-_91f8de14-25fe-41bb-e1b8-b4189eaf70e2-b7c4a715 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


