.slide {
  background-image: url('../images/b1.png');
  background-position: 50%;
  background-size: cover;
}

.section {
  z-index: -1;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  display: none;
}

.slide-2 {
  background-image: url('../images/b2.png');
  background-position: 50%;
  background-size: cover;
}

.right-arrow {
  color: rgba(161, 39, 39, 0);
  display: none;
}

.left-arrow {
  display: none;
}

.slide-3, .slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider-b3 {
  background-image: url('../images/b3.png');
  background-position: 50%;
  background-size: cover;
}

.slider-b4 {
  background-image: url('../images/b4.png');
  background-position: 50%;
  background-size: cover;
}

.slider-b5 {
  background-image: url('../images/b5.png');
  background-position: 50%;
  background-size: cover;
}

.slider-b6 {
  background-image: url('../images/b6.png');
  background-position: 50%;
  background-size: cover;
}

.slider-b4-copy {
  background-image: url('../images/b4.png');
  background-position: 50%;
  background-size: cover;
}

.slider-b2 {
  background-image: url('../images/b2.png');
  background-position: 50%;
  background-size: cover;
}

.slider-b1 {
  background-image: url('../images/b1.png');
  background-position: 50%;
  background-size: cover;
}

.slider-b7 {
  background-image: url('../images/b7.png');
  background-position: 50%;
  background-size: cover;
}

.body {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.heading {
  font-weight: 400;
}

.lg3, .lg2 {
  margin-top: 4vh;
}

.download-link {
  color: #fff;
  border: 1px solid #997c84;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 9px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.download-link:hover {
  background-color: rgba(255, 255, 255, .1);
}

.text-block {
  margin-left: 8px;
  font-weight: 300;
}

.link-block-3, .icons-neutral {
  margin-right: 0;
  position: relative;
}

.icons-hover {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-sec {
  padding-top: 0;
  padding-bottom: 0;
}

.icons-neutral-2 {
  margin-right: 10px;
  position: relative;
}

.icon {
  margin-right: 10px;
}

.flex-buttons {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.link-block-7 {
  color: #6e2195;
  align-items: center;
  margin-top: 4px;
  margin-left: 20px;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-7:hover {
  color: #ffb71b;
}

.link-block-8 {
  position: relative;
}

.h2 {
  color: #6e2195;
  font-size: 22px;
  line-height: 100%;
  display: inline;
}

.icons-yellow {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: -23%;
  right: auto;
}

.button {
  color: #6e2195;
  background-color: #ffb71b;
  border-radius: 100px;
  margin-top: 20px;
  padding: 20px 50px;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  color: #ffb71b;
  background-color: #6e2195;
}

.button.no-margin {
  color: #fff;
  background-color: #6e2195;
  margin-top: 0;
}

.button.no-margin:hover {
  background-color: #ffb71b;
}

.grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.08fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.social-icons {
  margin-top: 35px;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.h1 {
  color: #111;
  font-size: 40px;
  line-height: 110%;
}

.signup-wrapper {
  display: inline-block;
}

.content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar-flexbox {
  max-width: 1180px;
  justify-content: space-between;
  margin-top: 4vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-container {
  max-width: 239px;
}

.links-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.buttons-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.link-block---contact {
  color: #fff;
  border: 1px solid #997c84;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 13px 30px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block---contact:hover {
  background-color: rgba(255, 255, 255, .1);
}

.info---button {
  color: #fff;
  border: 1px solid #997c84;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.info---button:hover {
  background-color: rgba(255, 255, 255, .1);
}

.text-block-2 {
  max-width: 500px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

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

.banner-desktop {
  background-color: #111;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.row, .div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.html-embed {
  max-width: 40px;
}

.phone-link {
  color: #fff;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.phone-link:hover {
  color: #997c84;
}

.email-link {
  color: #fff;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.email-link:hover {
  color: #997c84;
}

.slider-b8 {
  background-image: url('../images/b8.png');
  background-position: 50%;
  background-size: cover;
}

.slider-b9 {
  background-image: url('../images/b9.png');
  background-position: 50%;
  background-size: cover;
}

.banner-tablet, .banner-mobile {
  background-color: #111;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-sec {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .h3 {
    max-width: 80%;
    text-align: center;
    margin-top: 10px;
  }

  .image {
    display: none;
  }

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

  .h1 {
    text-align: center;
    margin-top: 10px;
  }

  .banner-desktop {
    display: none;
  }

  .row.center {
    justify-content: center;
  }

  .phone-link {
    align-items: center;
  }

  .banner-tablet {
    display: block;
  }

  .col {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .banner-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .download-link {
    margin-right: 10px;
  }

  .link-block-3 {
    margin-left: 10px;
  }

  .h3 {
    font-size: 15px;
  }

  .h2 {
    font-size: 18px;
  }

  .button {
    padding: 16px 35px;
    font-size: 16px;
  }

  .h1 {
    font-size: 30px;
  }

  .row {
    margin-top: 5px;
  }

  .phone-link {
    align-items: center;
    margin-right: 10px;
  }

  .email-link {
    margin-left: 10px;
  }

  .banner-tablet {
    display: none;
  }

  .col {
    align-items: center;
  }

  .banner-mobile {
    display: block;
  }
}

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

  .h2 {
    text-align: center;
  }

  .image-9 {
    margin-top: 20px;
  }

  .container.hero-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .row.vertical {
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Sfuidisplay Regular';
  src: url('../fonts/SFUIDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfuidisplay';
  src: url('../fonts/SFUIDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}