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

.container {
  max-height: none;
  max-width: none;
  min-height: auto;
}

.div-block {
  position: relative;
  z-index: 2;
  display: block;
  width: 65%;
  height: 50vh;
  max-width: 1140px;
  margin-top: -1%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading {
  position: relative;
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  height: 120px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 131px;
  font-weight: 900;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-3 {
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12%;
  padding-left: 12%;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.text-block {
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.button {
  position: relative;
  display: block;
  width: 60%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 80px;
  border-style: solid;
  border-width: 4px;
  border-color: #cc5a28;
  background-color: transparent;
  font-family: Nunitosans, sans-serif;
  color: #cc5a28;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button:hover {
  border-color: rgba(203, 88, 40, 0.89);
  background-color: rgba(203, 88, 40, 0.9);
  opacity: 1;
  color: #fff;
}

.container-2 {
  max-width: 100%;
  margin-top: 51px;
}

.image {
  position: static;
  display: inline-block;
  margin-right: -200px;
  float: right;
  clear: none;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2 {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  width: auto;
  max-width: 830px;
  padding-left: 55px;
}

.heading-4 {
  display: block;
  margin-bottom: 49px;
  font-family: Nunitosans, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 38px;
  font-weight: 400;
}

.heading-5 {
  font-family: Nunitosans, sans-serif;
  font-weight: 900;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 41px;
  font-family: Nunitosans, sans-serif;
  color: #000;
  font-size: 49px;
  line-height: 62px;
  font-weight: 900;
}

.text-block-2 {
  margin-top: 25px;
  margin-bottom: 63px;
  font-family: Nunitosans, sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 46px;
  font-weight: 300;
}

.container-3 {
  height: auto;
  max-width: 100%;
  margin-bottom: 221px;
  background-image: url('https://www.solunacomputing.com/wp-content/uploads/2022/11/circle.svg');
  background-position: -350px 35%;
  background-size: auto 600px;
  background-repeat: no-repeat;
}

.div-block-4 {
  width: 85vw;
  max-width: none;
  margin: 0px auto auto;
  padding-bottom: 0px;
}

.div-block-5 {
  width: 65%;
  max-width: none;
  margin-right: auto;
  margin-left: 330px;
  text-align: left;
}

.heading-7 {
  position: relative;
  margin-top: 75px;
  margin-bottom: 64px;
  font-family: Nunitosans, sans-serif;
  color: #000;
  font-size: 37px;
  line-height: 62px;
  font-weight: 900;
  text-align: left;
}

.div-block-6 {
  border-top: 3px solid #dadada;
}

.columns {
  margin-right: auto;
  margin-left: auto;
}

.columns-2 {
  margin-right: 0px;
  margin-bottom: 76px;
  margin-left: 0px;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 80px;
  margin-left: -10px;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  color: #3078ba;
  font-size: 64px;
  font-weight: 100;
  text-align: left;
}

.text-block-4 {
  position: relative;
  left: 79px;
  top: -47px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Nunitosans, sans-serif;
  font-size: 27px;
  line-height: 37px;
  font-weight: 300;
  text-align: left;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 80px;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  color: #3078ba;
  font-size: 64px;
  font-weight: 100;
  text-align: left;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: -79px;
  margin-left: 63px;
  font-family: Nunitosans, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
}

.div-block-7 {
  border-top: 3px solid #dadada;
}

.container-4 {
  max-width: 100%;
  margin-top: 48px;
}

.div-block-8 {
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 83px;
  margin-left: auto;
}

.heading-8 {
  font-family: Nunitosans, sans-serif;
  font-weight: 900;
}

.heading-9 {
  margin-bottom: 9px;
  font-family: Nunitosans, sans-serif;
  font-size: 40px;
  line-height: 62px;
  font-weight: 900;
}

.text-span {
  color: #cb5828;
}

.columns-3 {
  margin-right: 0px;
  margin-left: 0px;
}

.heading-10 {
  font-family: Nunitosans, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.list {
  margin-right: 76px;
  padding-top: 21px;
  padding-left: 19px;
}

.list-item {
  padding-bottom: 13px;
  font-family: Nunitosans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.list-item-2 {
  font-family: Nunitosans, sans-serif;
  font-size: 17px;
}

.list-item-3 {
  padding-bottom: 13px;
  font-family: Nunitosans, sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}

.list-item-4 {
  padding-bottom: 13px;
  font-family: Nunitosans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.list-item-5 {
  font-family: Nunitosans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

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

.heading-11 {
  font-family: Nunitosans, sans-serif;
  font-size: 51px;
  font-weight: 900;
  text-align: center;
}

.div-block-10 {
  max-width: 1230px;
  margin-top: 160px;
  padding-bottom: 0px;
  font-family: Nunitosans, sans-serif;
  font-weight: 600;
  text-align: center;
}

.button-2 {
  position: relative;
  display: block;
  max-width: 1230px;
  margin-right: auto;
  margin-bottom: 128px;
  margin-left: auto;
  padding: 29px 33px 27px;
  border-style: solid;
  border-width: 6px;
  border-color: #2c75bc;
  background-color: transparent;
  font-family: Nunitosans, sans-serif;
  color: #2c75bc;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: rgba(203, 88, 40, 0.9);
  background-color: rgba(203, 88, 40, 0.9);
  color: #fff;
}

.div-block-11 {
  max-width: 1230px;
  margin: 76px auto 105px;
  text-align: center;
}

.button-3 {
  padding: 29px 33px 27px;
  border-style: solid;
  border-width: 6px;
  border-color: #2c75bc;
  background-color: transparent;
  font-family: Nunitosans, sans-serif;
  color: #2c75bc;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-3:hover {
  border-color: rgba(203, 88, 40, 0.9);
  background-color: rgba(203, 88, 40, 0.9);
  color: #fff;
}

.container-5 {
  position: relative;
  display: block;
  max-width: 100%;
  background-color: #d9e3ee;
}

.div-block-12 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 80%;
  height: auto;
  max-width: none;
  margin: auto auto;
  padding-top: 178px;
}

.heading-12 {
  margin-bottom: 82px;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
}

.text-block-7 {
  font-family: Nunitosans, sans-serif;
  font-size: 26px;
  line-height: 43px;
  font-weight: 600;
}

.text-block-8 {
  font-family: Nunitosans, sans-serif;
  font-size: 22px;
  line-height: 39px;
  font-weight: 300;
}

.columns-4 {
  margin-bottom: 63px;
}

.div-block-13 {
  max-width: 1230px;
  margin: 26px auto 134px;
  padding-bottom: 0px;
  text-align: center;
}

.button-4 {
  padding: 29px 115px 27px 114px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  background-color: transparent;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-4:hover {
  border-color: rgba(203, 88, 40, 0.9);
  background-color: rgba(203, 88, 40, 0.9);
  color: #fff;
}

.column-3 {
  padding-right: 20px;
}

.column-6 {
  padding-right: 21px;
}

.column-7 {
  padding-right: 21px;
}

.column-8 {
  padding-right: 21px;
}

.column-9 {
  padding-right: 21px;
}

.column-10 {
  padding-right: 21px;
}

.button-copy {
  width: 100%;
  height: 70px;
  margin: 0px auto 65px;
  padding: 22px 24px 12px;
  border-style: solid;
  border-width: 4px;
  border-color: #cc5a28;
  background-color: transparent;
  font-family: Nunitosans, sans-serif;
  color: #cc5a28;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-copy:hover {
  border-color: rgba(203, 88, 40, 0.89);
  background-color: rgba(203, 88, 40, 0.9);
  opacity: 1;
  color: #fff;
}

.text-span-2 {
  font-weight: 700;
}

.video {
  display: none;
}

.div-block-14 {
  height: 300px;
}

.text-block-9 {
  width: 90%;
  margin-top: -59px;
  margin-bottom: 0px;
  font-family: Nunitosans, sans-serif;
  font-size: 21px;
  line-height: 46px;
}

.column-11 {
  padding-right: 76px;
}

.text-span-3 {
  color: #cc5a28;
}

.columns-5 {
  width: 95vw;
  margin-right: auto;
  margin-left: auto;
}

.section-2 {
  width: auto;
  height: 600px;
  background-image: url('https://www.solunacomputing.com/wp-content/uploads/2022/11/geometrictile.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://www.solunacomputing.com/wp-content/uploads/2022/11/SOLUNA_DOROTHY_01-remini-enhanced.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-3 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: none;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.34;
}

.columns-6 {
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
}

.heading-13 {
  position: relative;
  width: auto;
  margin-top: 9px;
  font-family: Nunitosans, sans-serif;
  color: #cc5a28;
  font-size: 33px;
  line-height: 52px;
  font-weight: 700;
}

.column-12 {
  padding-left: 0px;
}

.text-block-10 {
  font-family: Nunitosans, sans-serif;
}

.text-block-11 {
  margin-top: 19px;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 39px;
  font-weight: 600;
}

.column-13 {
  padding-left: 39px;
}

.grid {
  margin-top: 11px;
  grid-column-gap: 28px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}

.text-block-12 {
  position: relative;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.scroll-snap-wrapper {
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.section-3 {
  position: relative;
  top: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 154px;
}

.column-14 {
  padding-right: 20px;
}

.column-15 {
  padding-right: 20px;
}

.column-16 {
  padding-right: 20px;
}

.html-embed-2 {
  display: none;
}

.html-embed-3 {
  display: block;
}

.section-4 {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 0px;
  background-color: #000;
}

.grid-2 {
  margin-bottom: 84px;
  grid-column-gap: 61px;
  grid-row-gap: 46px;
}

.div-block-15 {
  position: relative;
  width: auto;
  height: auto;
}

.image-5 {
  position: relative;
}

.faq {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 100px 100px;
}

.faq-headline {
  padding-right: 20px;
  padding-left: 20px;
}

.faq-paragraph {
  margin-bottom: 40px;
}

.accordion-item {
  overflow: hidden;
  width: 100%;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
}

.accordion-icon {
  color: #cc5a28;
}

.text-block-13 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  white-space: normal;
}

.dropdown-list {
  position: static;
  display: block;
  padding: 0px 20px 20px;
  background-color: transparent;
}

.dropdown-link {
  padding-left: 0px;
}

.faq-answer {
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 31px;
  font-weight: 300;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 161px;
}

.image-7 {
  width: 85%;
  padding-bottom: 86px;
}

.div-block-16 {
  width: 80px;
  height: 4px;
  background-color: #cc5a28;
}

.text-span-4 {
  color: #348a3a;
}

.heading-13-copy {
  position: relative;
  width: 360px;
  margin-top: 9px;
  font-family: Nunitosans, sans-serif;
  color: #cc5a28;
  font-size: 49px;
  line-height: 57px;
  font-weight: 700;
}

.text-block-14 {
  font-family: Nunitosans, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.text-block-15 {
  width: 400px;
  margin-top: 18px;
  font-family: Nunitosans, sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}

.image-8 {
  position: relative;
  width: 131px;
  margin-top: 42px;
}

.text-block-16 {
  position: relative;
  margin-bottom: 52px;
  font-family: Nunitosans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.div-block-17 {
  position: absolute;
  left: 181px;
  top: 223px;
  right: auto;
  bottom: 0%;
  width: 200px;
}

.image-9 {
  margin-left: -27px;
}

.text-block-17 {
  width: 500px;
  font-family: Nunitosans, sans-serif;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
}

.image-10 {
  display: none;
}

.heading-13-copy {
  position: relative;
  display: none;
  width: auto;
  margin-top: 9px;
  font-family: Nunitosans, sans-serif;
  color: #cc5a28;
  font-size: 33px;
  line-height: 52px;
  font-weight: 700;
}

.whiteheaders {
  position: relative;
  width: 360px;
  margin-top: 9px;
  font-family: Nunitosans, sans-serif;
  color: #cc5a28;
  font-size: 49px;
  line-height: 57px;
  font-weight: 700;
}

.link {
  color: #cc5a28;
}

.div-block-18 {
  position: absolute;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.64;
}

.topbutton {
  position: relative;
  display: block;
  width: 60%;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 80px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: transparent;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.topbutton:hover {
  border-color: rgba(203, 88, 40, 0.89);
  background-color: rgba(203, 88, 40, 0.9);
  opacity: 1;
  color: #fff;
}

.heading-14 {
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 66px;
  font-weight: 900;
}

.heading-15 {
  margin-bottom: 48px;
  font-family: Nunitosans, sans-serif;
  color: #fff;
  font-size: 31px;
  font-weight: 400;
}

.text-span-5 {
  color: #4fbb53;
}

.text-span-6 {
  color: #00b5ec;
}

.text-span-7 {
  font-weight: 900;
}

@media screen and (min-width: 1280px) {
  .div-block {
    margin-top: 2%;
  }

  .div-block-4 {
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-height: 800px;
    min-height: 800px;
  }

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

  .heading {
    max-width: 80%;
    font-size: 24px;
    line-height: 40px;
  }

  .heading-2 {
    height: 160px;
    padding-top: 59px;
    font-size: 168px;
  }

  .heading-3 {
    margin-top: 29px;
  }

  .button {
    margin-top: 57px;
  }

  .div-block-3 {
    width: 67%;
  }

  .div-block-4 {
    max-width: none;
  }

  .button-4 {
    margin-top: 47px;
  }

  .section-1 {
    background-position: 0% 10px;
  }

  .columns-6 {
    width: 85vw;
  }

  .image-7 {
    width: 75%;
  }

  .topbutton {
    margin-top: 66px;
  }

  .heading-15 {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 29px;
    line-height: 52px;
  }

  .button {
    margin-top: 102px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 28px;
  }

  .container-2 {
    background-size: auto 826px;
  }

  .div-block-2 {
    width: 80%;
    max-width: none;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 45px;
  }

  .container-3 {
    height: 840px;
    background-position: -314px 61%;
    background-size: auto 772px;
  }

  .div-block-4 {
    width: 85vw;
    max-width: none;
    margin-top: 147px;
  }

  .div-block-5 {
    margin-left: 397px;
  }

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

  .container-4 {
    margin-top: 99px;
  }

  .div-block-8 {
    margin-bottom: 147px;
  }

  .heading-9 {
    font-size: 55px;
  }

  .heading-11 {
    margin-bottom: 106px;
    font-size: 61px;
  }

  .div-block-10 {
    max-width: none;
    padding-top: 25px;
    padding-bottom: 147px;
  }

  .div-block-12 {
    margin-top: 141px;
  }

  .heading-12 {
    font-size: 82px;
    line-height: 82px;
  }

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

  .section-2 {
    height: 670px;
  }

  .section-1 {
    background-position: 0% 0px;
  }

  .columns-6 {
    width: 85vw;
  }

  .heading-13 {
    font-size: 46px;
    line-height: 69px;
  }

  .image-4 {
    width: 100px;
  }

  .text-block-12 {
    font-size: 27px;
    line-height: 33px;
  }

  .section-3 {
    padding-top: 33px;
  }

  .faq {
    max-width: 950px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .text-block-13 {
    font-size: 28px;
  }

  .faq-answer {
    font-size: 22px;
    line-height: 40px;
  }

  .image-7 {
    width: 875px;
  }

  .heading-13-copy {
    width: 460px;
    margin-bottom: 60px;
    font-size: 58px;
    line-height: 69px;
  }

  .text-block-15 {
    width: 500px;
    font-size: 30px;
    line-height: 41px;
  }

  .image-8 {
    width: 170px;
  }

  .text-block-16 {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 41px;
  }

  .div-block-17 {
    left: 226px;
    top: 306px;
    width: 300px;
    font-size: 17px;
    line-height: 23px;
  }

  .image-9 {
    width: 500px;
    max-width: none;
  }

  .text-block-17 {
    width: 600px;
    font-size: 17px;
    line-height: 34px;
  }

  .heading-13-copy {
    font-size: 46px;
    line-height: 69px;
  }

  .whiteheaders {
    width: 460px;
    margin-top: 5px;
    margin-bottom: 60px;
    font-size: 58px;
    line-height: 69px;
  }

  .topbutton {
    margin-top: 102px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 28px;
  }

  .heading-14 {
    font-size: 84px;
    line-height: 89px;
  }

  .heading-15 {
    margin-bottom: 75px;
  }

  .text-span-5 {
    font-size: 39px;
  }

  .text-span-6 {
    font-size: 39px;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 65%;
    max-width: 700px;
    margin-top: -1%;
  }

  .heading {
    padding-top: 0px;
    font-size: 20px;
    line-height: 40px;
  }

  .heading-2 {
    height: 100px;
    padding-top: 30px;
    font-size: 98px;
  }

  .heading-3 {
    font-size: 21px;
    line-height: 38px;
  }

  .button {
    margin-top: 56px;
    padding-right: 33px;
    padding-left: 33px;
  }

  .container-2 {
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-2 {
    width: 85%;
    max-width: none;
  }

  .div-block-3 {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    padding-left: 0px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 37px;
  }

  .heading-6 {
    margin-bottom: 56px;
    font-size: 37px;
    line-height: 54px;
  }

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

  .container-3 {
    max-width: none;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-4 {
    width: 78%;
    max-width: none;
  }

  .div-block-5 {
    max-width: 100%;
    margin-left: 0px;
  }

  .heading-7 {
    margin-bottom: 51px;
    font-size: 43px;
    line-height: 54px;
  }

  .columns-2 {
    margin-bottom: 91px;
  }

  .div-block-8 {
    max-width: 700px;
  }

  .heading-8 {
    font-size: 21px;
    line-height: 28px;
  }

  .heading-9 {
    font-size: 43px;
    line-height: 54px;
  }

  .heading-11 {
    font-size: 43px;
    line-height: 54px;
  }

  .div-block-10 {
    max-width: 700px;
  }

  .button-2 {
    max-width: 700px;
  }

  .div-block-12 {
    max-width: 700px;
    padding-top: 122px;
  }

  .text-block-7 {
    font-size: 22px;
    line-height: 36px;
  }

  .text-block-8 {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-13 {
    max-width: 700px;
    margin-top: 88px;
  }

  .button-4 {
    font-size: 33px;
  }

  .section-2 {
    height: auto;
  }

  .columns-6 {
    width: 78%;
    padding-top: 91px;
  }

  .heading-13 {
    display: none;
  }

  .text-block-11 {
    font-size: 13px;
    line-height: 28px;
  }

  .column-13 {
    margin-top: 28px;
    padding-left: 0px;
  }

  .grid {
    margin-bottom: 76px;
  }

  .text-block-12 {
    margin-bottom: 22px;
    line-height: 25px;
  }

  .faq {
    padding-right: 0px;
    padding-bottom: 13px;
    padding-left: 0px;
  }

  .text-block-13 {
    font-size: 23px;
  }

  .faq-answer {
    font-size: 17px;
    line-height: 37px;
  }

  .image-7 {
    display: none;
    padding-bottom: 57px;
  }

  .heading-13-copy {
    display: block;
    width: 100%;
    font-size: 43px;
  }

  .text-block-15 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 21px;
  }

  .image-8 {
    margin-left: 109px;
  }

  .div-block-17 {
    left: 298px;
    top: 170px;
  }

  .image-9 {
    display: block;
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
    text-align: left;
  }

  .column-17 {
    margin-top: 124px;
  }

  .image-10 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 47px;
  }

  .heading-13-copy {
    display: block;
    font-size: 29px;
  }

  .whiteheaders {
    display: none;
    width: 100%;
    font-size: 43px;
  }

  .topbutton {
    margin-top: 56px;
    padding-right: 33px;
    padding-left: 33px;
  }

  .heading-14 {
    margin-bottom: -23px;
    font-size: 48px;
    line-height: 65px;
  }

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

  .text-span-5 {
    font-size: 22px;
  }

  .text-span-6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-height: 400px;
    min-height: 400px;
  }

  .div-block {
    height: 50vh;
    max-width: none;
    margin-top: -2%;
  }

  .heading {
    height: auto;
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 11px;
    line-height: 20px;
  }

  .heading-2 {
    height: 60px;
    margin-bottom: 0px;
    padding-top: 6px;
    font-size: 59px;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 17px;
  }

  .text-block {
    margin-top: -16px;
    font-size: 12px;
  }

  .button {
    margin-top: 10px;
    padding: 5px 15px;
    border-width: 3px;
    font-size: 15px;
  }

  .container-2 {
    margin-top: 19px;
  }

  .div-block-2 {
    max-width: 510px;
  }

  .div-block-3 {
    max-width: 510px;
  }

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

  .heading-6 {
    font-size: 31px;
    line-height: 41px;
  }

  .text-block-2 {
    margin-top: 19px;
    margin-bottom: 41px;
    font-size: 18px;
    line-height: 32px;
  }

  .div-block-4 {
    max-width: 510px;
    margin-top: 44px;
  }

  .heading-7 {
    margin-top: 35px;
    font-size: 31px;
    line-height: 41px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 57px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .container-4 {
    margin-top: 38px;
  }

  .div-block-8 {
    max-width: 510px;
  }

  .heading-8 {
    margin-top: 10px;
    font-size: 18px;
  }

  .heading-9 {
    margin-bottom: 29px;
    font-size: 31px;
    line-height: 41px;
  }

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

  .list {
    margin-right: -3px;
    padding-top: 13px;
    padding-left: 19px;
  }

  .heading-11 {
    margin-top: -25px;
    font-size: 36px;
    line-height: 41px;
  }

  .div-block-10 {
    max-width: 510px;
    padding-bottom: 59px;
  }

  .button-2 {
    max-width: 510px;
  }

  .div-block-11 {
    margin-top: 54px;
    margin-bottom: 83px;
  }

  .div-block-12 {
    max-width: 510px;
    margin-top: 76px;
    padding-top: 51px;
  }

  .heading-12 {
    margin-bottom: 57px;
    font-size: 44px;
  }

  .text-block-7 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 35px;
  }

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

  .columns-4 {
    margin-bottom: 44px;
  }

  .div-block-13 {
    max-width: 510px;
    margin-top: 67px;
  }

  .button-4 {
    padding: 22px 80px;
    border-width: 4px;
    font-size: 22px;
  }

  .column {
    padding-left: 0px;
  }

  .image-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-2 {
    margin-top: 19px;
  }

  .button-copy {
    margin-top: 10px;
    padding: 5px 15px;
    border-width: 3px;
    font-size: 15px;
  }

  .section-2 {
    height: auto;
  }

  .section-1 {
    background-position: 100% 50%;
  }

  .image-3 {
    width: 20px;
    margin-top: 22px;
  }

  .columns-6 {
    padding-top: 61px;
  }

  .heading-13 {
    display: block;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 40px;
  }

  .grid {
    margin-bottom: 69px;
  }

  .text-block-12 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 23px;
  }

  .section-3 {
    padding-top: 26px;
    padding-bottom: 21px;
  }

  .text-block-13 {
    font-size: 19px;
  }

  .faq-answer {
    font-size: 15px;
    line-height: 33px;
  }

  .image-7 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 22px;
  }

  .heading-13-copy {
    font-size: 32px;
  }

  .image-8 {
    margin-left: 0px;
  }

  .div-block-17 {
    left: 180px;
  }

  .text-block-17 {
    margin-bottom: 49px;
    font-size: 12px;
    line-height: 27px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-10 {
    display: none;
  }

  .heading-13-copy {
    display: none;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 40px;
  }

  .whiteheaders {
    display: block;
    font-size: 32px;
  }

  .topbutton {
    margin-top: 10px;
    padding: 5px 15px;
    border-width: 3px;
    font-size: 15px;
  }

  .heading-14 {
    margin-bottom: -43px;
    font-size: 34px;
  }

  .heading-15 {
    margin-bottom: 9px;
  }

  .text-span-5 {
    font-size: 15px;
  }

  .text-span-6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-height: 590px;
    min-height: 590px;
    background-image: url('../images/SUN22_015_micrositebg_mobile.jpg');
    background-position: 43% 50%;
  }

  .div-block {
    width: 75%;
    height: auto;
    max-width: none;
    margin-top: 28%;
  }

  .heading {
    height: auto;
    font-size: 15px;
    line-height: 31px;
  }

  .heading-2 {
    height: 50px;
    margin-bottom: 3px;
    font-size: 45px;
  }

  .heading-3 {
    width: 90%;
    margin-top: 26px;
    margin-bottom: 10px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 20px;
    line-height: 30px;
  }

  .text-block {
    margin-top: 0px;
    font-size: 16px;
  }

  .button {
    width: 100%;
    height: auto;
    margin-top: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
  }

  .div-block-2 {
    width: auto;
    max-width: none;
  }

  .div-block-3 {
    max-width: none;
  }

  .heading-4 {
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-6 {
    width: 80%;
    margin: 35px auto 47px;
    font-size: 27px;
    line-height: 37px;
  }

  .div-block-4 {
    max-width: 290px;
  }

  .heading-7 {
    margin-top: 57px;
    font-size: 27px;
    line-height: 37px;
  }

  .div-block-6 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-2 {
    display: block;
    margin-top: -1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .text-block-3 {
    font-size: 72px;
  }

  .text-block-4 {
    width: 75%;
    font-size: 17px;
  }

  .text-block-5 {
    font-size: 72px;
  }

  .text-block-6 {
    margin-left: 73px;
    font-size: 17px;
  }

  .div-block-8 {
    max-width: 290px;
  }

  .heading-8 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-9 {
    margin-top: 13px;
    font-size: 27px;
    line-height: 37px;
  }

  .heading-10 {
    font-size: 16px;
  }

  .list {
    padding-top: 8px;
  }

  .list-item {
    font-size: 15px;
  }

  .list-item-3 {
    font-size: 15px;
    line-height: 20px;
  }

  .list-item-4 {
    font-size: 15px;
  }

  .list-item-5 {
    font-size: 15px;
  }

  .div-block-10 {
    max-width: 290px;
  }

  .button-2 {
    max-width: 290px;
    padding: 14px 21px 11px;
    border-width: 4px;
    font-size: 22px;
  }

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

  .button-3 {
    padding: 14px 21px 11px;
    border-width: 4px;
    font-size: 22px;
  }

  .div-block-12 {
    max-width: 290px;
    margin-top: 70px;
  }

  .heading-12 {
    margin-bottom: 41px;
    font-size: 40px;
  }

  .text-block-7 {
    font-size: 21px;
    line-height: 32px;
  }

  .button-4 {
    padding: 14px 21px 11px;
    border-width: 4px;
    font-size: 22px;
  }

  .column-3 {
    margin-top: 55px;
    padding-left: 0px;
  }

  .column-4 {
    margin-top: 24px;
    padding-left: 0px;
  }

  .column-5 {
    margin-top: 0px;
  }

  .button-copy {
    display: block;
    width: 80%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    font-size: 17px;
  }

  .video {
    width: 100%;
  }

  .section-2 {
    height: 100vh;
  }

  .section-1 {
    background-position: 100% 50%;
  }

  .image-3 {
    width: 30px;
  }

  .columns-6 {
    padding-top: 47px;
  }

  .heading-13 {
    margin-top: 0px;
    font-size: 27px;
    line-height: 46px;
  }

  .column-13 {
    margin-top: 49px;
  }

  .grid {
    margin-top: 53px;
    justify-items: center;
  }

  .image-4 {
    width: auto;
    height: 50px;
    max-width: none;
  }

  .accordion-toggle {
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-answer {
    font-size: 13px;
    line-height: 30px;
  }

  .image-7 {
    display: none;
    width: 100%;
    padding-bottom: 32px;
  }

  .heading-13-copy {
    display: none;
    margin-top: 0px;
    font-size: 31px;
    line-height: 40px;
  }

  .image-8 {
    width: 95px;
    margin-top: 37px;
  }

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

  .div-block-17 {
    left: 123px;
    top: 171px;
    width: auto;
    line-height: 15px;
  }

  .text-block-17 {
    width: 100%;
    margin-bottom: 24px;
    font-size: 11px;
  }

  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-10 {
    display: block;
    width: 100%;
    padding-bottom: 32px;
  }

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

  .whiteheaders {
    display: block;
    margin-top: 9px;
    font-size: 27px;
    line-height: 40px;
  }

  .topbutton {
    width: 100%;
    height: auto;
    margin-top: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
  }

  .heading-14 {
    margin-bottom: -12px;
    font-size: 50px;
    line-height: 54px;
  }

  .heading-15 {
    margin-bottom: 28px;
    line-height: 32px;
  }

  .text-span-5 {
    font-size: 20px;
  }

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

#w-node-dfcad753-d593-3e93-219c-a0814638da42-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0fbbf5de-5033-5a55-e33a-dc45b3f70479-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fdfdc413-3af9-3d99-dab9-13cdcd64461b-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fdfdc413-3af9-3d99-dab9-13cdcd64461c-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c384b12-3168-f14d-329f-a828067725e6-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6c384b12-3168-f14d-329f-a828067725e7-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6b443787-f0a2-d44b-fafb-69d5dec9ef9e-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6b443787-f0a2-d44b-fafb-69d5dec9ef9f-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72038980-6524-6ff3-469a-2f463bb8aff0-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f974f34-e06c-6b1b-8175-81cb43925e6c-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f974f34-e06c-6b1b-8175-81cb43925e6d-34829504 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-ExtraBold.ttf') format('truetype'), url('../fonts/NunitoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-BoldItalic.ttf') format('truetype'), url('../fonts/NunitoSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunitosans';
  src: url('../fonts/NunitoSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}