:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

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

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  background-color: #5a8eff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #ff47bc;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #ff47bc;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  float: right;
  clear: right;
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/IMG_7621-min.JPG');
  background-size: 1500px;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
  background-size: 1700px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  height: auto;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url('../images/MISC-SHIT-SCREENSHOT.PNG');
  background-position: 50%;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #ff36f2;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 800;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  float: none;
  clear: none;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-right-style: solid;
  padding-right: 30px;
  position: static;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff0;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #fff;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 0;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 0%;
  width: 40%;
  height: auto;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-span {
  color: #ff47bc;
}

.paragraph {
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #fff0;
  position: relative;
  top: -25px;
}

.column {
  height: auto;
}

.paragraph-2 {
  height: 75px;
}

.text-span-2, .heading, .text-span-3, .heading-2 {
  color: #fff;
}

.section-2, .section-2-copy {
  background-color: #fff;
}

.container {
  padding-bottom: 661px;
}

.heading-3 {
  color: #f464c4;
  font-family: Merriweather, serif;
  font-style: normal;
}

.youtube {
  aspect-ratio: auto;
  object-fit: cover;
  width: 940px;
  height: auto;
  margin-bottom: -316px;
  margin-right: -542px;
  padding-left: 0;
  padding-right: 651px;
}

.container-2 {
  margin-bottom: 905px;
  margin-right: 600px;
  padding-bottom: 233px;
}

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

.container-3 {
  padding-right: 0;
}

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

.paragraph-5, .paragraph-6, .paragraph-7 {
  color: #fff;
  text-align: center;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  background-image: none;
  background-size: auto;
}

.grid {
  aspect-ratio: auto;
}

.container-4 {
  background-image: url('../images/IMG_7621-min.JPG');
  background-size: auto;
  width: 940px;
}

.column-2, .column-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  position: static;
  bottom: auto;
  left: auto;
}

.heading-4 {
  color: #f804b7;
}

.body {
  background-image: url('../images/IMG_7621-min.JPG');
  background-position: 100% 0;
  background-size: auto;
}

.paragraph-9 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.body-2 {
  background-image: url('../images/IMG_7621-min.JPG');
  background-position: 100%;
  background-size: auto;
}

.image-2 {
  margin-right: 0;
  position: relative;
  right: -200px;
}

.image-3 {
  position: relative;
  right: -200px;
}

.image-4, .image-5 {
  position: relative;
  left: 200px;
}

.heading-5 {
  position: relative;
  left: -200px;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.heading-6 {
  color: #fff;
}

.heading-7 {
  color: #fff;
  text-align: center;
}

.bold-text {
  position: static;
}

.paragraph-11, .services, .paragraph-12 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.paragraph-13 {
  color: #fcfdff;
}

.bold-text-2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

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

.paragraph-15 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.image-6 {
  padding-right: 0;
  position: relative;
  left: 100px;
}

.heading-8 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  position: absolute;
}

.image-7 {
  clear: right;
  position: relative;
  right: -391px;
}

.bold-text-3 {
  position: relative;
}

.image-8 {
  position: relative;
  bottom: 122px;
  left: 100px;
}

.section-3 {
  margin-bottom: 42px;
  margin-left: 0;
  margin-right: 445px;
  padding-right: 102px;
}

.section-4 {
  margin-left: 0;
  margin-right: 500px;
}

.paragraph-16 {
  position: relative;
  bottom: -50px;
}

.paragraph-17 {
  position: relative;
  bottom: -368px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: relative;
  bottom: -156px;
}

.section-5 {
  margin-left: 533px;
  position: relative;
  top: -639px;
  left: 55px;
}

.heading-10 {
  color: #fff;
  font-size: 20px;
  position: relative;
  bottom: -14px;
  left: 60px;
}

.section-6 {
  margin-left: 505px;
  position: relative;
  bottom: 830px;
}

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

.heading-11 {
  color: #fff;
}

.heading-12 {
  color: #fff;
  text-align: left;
  margin-top: 6px;
  margin-bottom: -3px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.image-10 {
  position: relative;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: relative;
  left: auto;
}

.heading-14, .heading-15, .heading-16 {
  color: #fff;
  font-size: 20px;
  position: relative;
  left: auto;
}

.image-11 {
  margin-right: 0;
  padding-right: 0;
  position: relative;
  left: auto;
}

.image-12, .image-13, .image-14 {
  position: relative;
  left: auto;
}

.body-3 {
  background-image: url('../images/IMG_7621-min.JPG');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: auto;
}

.cell, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.column-5 {
  margin-bottom: 30px;
}

.heading-17 {
  color: #fff;
  text-align: center;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-18 {
  color: #fff;
  flex: 0 auto;
  margin-top: 12px;
}

.paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21 {
  color: #fff;
  text-align: center;
}

.youtube-2 {
  background-image: none;
  background-size: cover;
}

.heading-19 {
  color: #9cc1e2;
  text-align: center;
}

.column-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-4 {
  background-image: url('../images/IMG_7621-min.JPG');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 1512px;
  background-attachment: scroll;
}

.heading-20 {
  color: #e23bb5;
  text-align: center;
}

.section-8 {
  margin-left: 69px;
  margin-right: 69px;
}

.paragraph-22 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.section-9 {
  margin-left: 69px;
  margin-right: 69px;
}

.container-6, .section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  border-radius: 0;
  flex: 1;
  width: 300px;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-21, .paragraph-23 {
  color: #fff;
}

.paragraph-24, .paragraph-25 {
  color: #fff;
  text-align: center;
}

.youtube-3 {
  height: 337.688px;
  padding-bottom: 0;
}

.youtube-4 {
  height: 337.688px;
}

.paragraph-26, .paragraph-27 {
  color: #fff;
  text-align: center;
}

.text-span-4 {
  color: #fff;
}

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

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .image {
    bottom: auto;
    left: auto;
  }

  .container-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .paragraph-9 {
    padding-left: 9px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-heading.centered.white {
    font-size: 25px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-title-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-image {
    width: 35%;
  }

  .heading-18 {
    text-align: center;
    margin-bottom: -22px;
    font-size: 30px;
    position: relative;
    left: 5px;
  }

  .body-4 {
    background-size: auto;
  }

  .container-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

#w-node-_2a67b63a-fa93-2034-7c2d-fa9015dce964-27c70a87 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_2a67b63a-fa93-2034-7c2d-fa9015dce964-27c70a87 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


