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

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

.body {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section {
  height: 190px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px 5px 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-left {
  height: auto;
  padding: 0 30px 10px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.hero-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  text-align: right;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.shadow-two {
  max-width: 0%;
}

.heading {
  color: #fff;
  text-align: right;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 46px;
  font-weight: 400;
}

.text-span, .italic-text {
  font-weight: 800;
}

.image {
  aspect-ratio: auto;
  margin-left: 0;
}

.button {
  background-image: url('../images/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg');
  background-position: 50%;
  background-size: 100%;
}

.body-2 {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
}

.rich-text-block {
  color: #000;
  background-color: #fff;
  margin-bottom: 60px;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 1px 2px #00000057;
}

.body-3 {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
}

.image-2 {
  text-align: left;
  visibility: hidden;
  min-height: 56px;
  max-height: 56px;
}

.youtube {
  margin-left: 40px;
  margin-right: 40px;
}

.section-2 {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.youtube-2 {
  max-width: 1024px;
}

.container-2 {
  max-width: 1256px;
  margin-top: 0;
}

.youtube-3 {
  display: flex;
}

.div-block {
  text-align: right;
  width: 100%;
}

.text-block {
  color: #fff;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.italic-text-2 {
  margin-left: 0;
  font-weight: 300;
}

.link-block {
  display: none;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  margin-left: 0;
  padding-left: 20px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link {
  color: #bda7ff;
}

.image-3 {
  min-height: 56px;
  max-height: 56px;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    color: var(--black);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-heading-left {
    padding-top: 10px;
  }

  .container {
    max-width: 728px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }

  .shadow-two {
    opacity: 1;
  }

  .heading {
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .image {
    margin-left: 12px;
  }

  .youtube-3 {
    background-image: none;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 20px 15px 60px;
  }

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

  .margin-bottom-24px {
    width: 100%;
  }

  .image {
    margin-left: 0;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    color: #3b3b3b;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero-heading-left {
    padding-top: 20px;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .margin-bottom-24px {
    width: 100%;
  }

  .heading {
    margin-top: 20px;
  }
}


