.navbar-no-shadow {
  z-index: 10;
  background-color: rgba(148, 149, 153, .45);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 9px 5px rgba(0, 0, 0, .07);
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 5px;
}

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

.navbar-wrapper {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  background-color: rgba(211, 211, 211, 0);
  margin-top: 6px;
  margin-bottom: 0;
}

.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;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-shadow: none;
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
}

.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: rgba(26, 27, 31, .75);
}

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

.section {
  z-index: 1;
  height: 100vh;
  background-image: linear-gradient(rgba(79, 46, 127, .66), rgba(79, 46, 127, .77));
  border-radius: 0;
  align-items: center;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 35px;
  font-weight: 500;
}

.list-item {
  font-weight: 700;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 100;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-weight: 300;
}

.bold-text {
  font-size: 50px;
  line-height: 60px;
}

.button {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 3px;
  margin-top: 25px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
}

.button:hover {
  color: #4f2e7f;
  background-color: #fff;
}

.image {
  width: 230px;
  margin-top: 5px;
  margin-bottom: 0;
}

.container {
  text-align: center;
  margin-top: 0;
}

.slider {
  height: 500px;
  display: block;
}

.body {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.slide {
  background-image: linear-gradient(rgba(47, 117, 231, .68), rgba(47, 117, 231, .68)), url('../images/tyler-franta-iusJ25iYu1c-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.text-block {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.container-2 {
  height: 100%;
  align-items: center;
  display: flex;
}

.right-arrow {
  width: 80px;
  height: 75px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow {
  width: 80px;
  height: 75px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.col-50 {
  width: 50%;
  height: auto;
}

.col-50.bg-purple {
  height: auto;
  background-color: #4f2e7f;
  justify-content: flex-end;
  padding: 50px 75px 75px;
  display: flex;
}

.col-50.bg-blue {
  background-color: #2f75e7;
  justify-content: flex-start;
  padding: 50px 75px 75px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  padding: 4px 10px 4px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  display: inline-block;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.text-block-4 {
  color: #fff;
  border: 1px rgba(255, 255, 255, .33);
  border-radius: 3px;
  margin-bottom: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.div-block-2 {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.button-2 {
  color: #4f2e7f;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
}

.button-2:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}

.div-block-3 {
  justify-content: flex-end;
  display: flex;
}

.div-block-4 {
  width: 75%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-5 {
  width: 80%;
}

.button-2-copy {
  color: #2f75e7;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 700;
}

.button-2-copy:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
}

.div-block-6 {
  margin-top: 10px;
  margin-bottom: 25px;
}

.div-block-7 {
  width: 150px;
  height: 4px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 15px;
}

.bold-text-2 {
  font-size: 60px;
}

.container-3 {
  margin-top: 100px;
  margin-bottom: 150px;
}

.heading-6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 50px;
}

.div-block-9 {
  width: 32%;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 4px 5px 4px -2px rgba(0, 0, 0, .05);
}

.text-block-5 {
  text-align: center;
  font-size: 16px;
}

.footer-dark {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #a4a5a7 15%, rgba(186, 186, 187, .53));
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #2f75e7;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-7-copy {
  width: 150px;
  height: 4px;
  background-color: #2f75e7;
  border-radius: 20px;
  margin-top: 0;
}

.div-block-10 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-11 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.heading-7 {
  color: #272627;
  text-align: center;
  margin-top: 0;
}

.div-block-12 {
  align-items: center;
  display: flex;
}

.html-embed {
  height: 600px;
}

.section-2 {
  background-color: #4f2e7f;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 150px;
}

.heading-6-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 50px;
}

.div-block-7-copy-copy {
  width: 150px;
  height: 4px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 0;
}

.image-2 {
  width: 270px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 13px 18px 10px 10px;
}

.div-block-13 {
  align-items: center;
  display: flex;
}

.html-embed-2 {
  align-items: center;
  margin-right: 5px;
  padding-top: 3px;
  display: flex;
}

.div-block-14 {
  z-index: -1;
  width: 100%;
  height: 305px;
  opacity: .33;
  mix-blend-mode: luminosity;
  background-color: #bababb;
  background-image: url('../images/g22537.png');
  background-position: 50%;
  background-repeat: repeat;
  background-attachment: scroll;
  margin-top: -51px;
  margin-left: -29px;
  position: absolute;
}

.div-block-15 {
  z-index: -2;
  width: 150%;
  height: 100vh;
  background-image: linear-gradient(rgba(79, 46, 127, .76), rgba(79, 46, 127, .76)), url('../images/pexels-fauxels-3184325.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
  position: absolute;
  overflow: visible;
  transform: translate(-60px);
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .nav-link {
    width: 100%;
    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: #bababb;
  }

  .section {
    padding-left: 75px;
    padding-right: 75px;
  }

  .heading, .heading-2, .heading-3, .heading-4 {
    text-align: center;
  }

  .text-block {
    font-size: 40px;
  }

  .div-block {
    flex-direction: column;
  }

  .col-50.bg-purple {
    width: 100%;
    flex-direction: row;
  }

  .col-50.bg-blue, .div-block-4, .div-block-5 {
    width: 100%;
  }

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

  .icon {
    color: #fff;
    font-size: 45px;
  }

  .bold-text-2 {
    font-size: 50px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .list-item-2 {
    width: 100%;
    text-align: left;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .div-block-15 {
    width: 150%;
    margin-left: -100px;
    transform: translate(0);
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
    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 rgba(0, 0, 0, .05);
  }

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

  .section {
    padding: 100px 15px 75px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .bold-text {
    font-size: 45px;
  }

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

  .right-arrow {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .col-50.bg-purple, .col-50.bg-blue {
    padding-left: 50px;
    padding-right: 50px;
  }

  .bold-text-2 {
    font-size: 40px;
  }

  .container-3 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .div-block-9 {
    width: 49%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-11 {
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-2 {
    width: 350px;
  }

  .div-block-14 {
    width: 110%;
    height: 100%;
    background-position: 50%;
    background-size: contain;
    margin-left: -44px;
  }

  .div-block-15 {
    width: 200%;
    height: 110vh;
    margin-top: -50px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 5px;
  }

  .nav-menu {
    background-color: #bababb;
    flex-direction: column;
  }

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

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

  .section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

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

  .heading-2 {
    margin-bottom: 3px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 300;
  }

  .bold-text {
    font-size: 34px;
    line-height: 30px;
  }

  .image {
    width: 180px;
    margin-top: 0;
  }

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

  .col-50.bg-purple, .col-50.bg-blue {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-5 {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

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

  .div-block-6 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bold-text-2 {
    line-height: 40px;
  }

  .heading-6 {
    font-size: 35px;
  }

  .div-block-9 {
    width: 100%;
  }

  .text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .div-block-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6-copy {
    font-size: 35px;
  }

  .div-block-15 {
    width: 200%;
    height: 110vh;
    margin-top: -50px;
  }
}

#w-node-b5b6a562-c74d-6409-9988-4640ea92a24c-6a848a5b, #w-node-b5b6a562-c74d-6409-9988-4640ea92a255-6a848a5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}