:root {
  --dark-blue: #0d1642;
  --grey-text: #697694;
  --aqua: #7fdbda;
  --primary-purple: #626be8;
  --off-white-bg: #f5f7fa;
}

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

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

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

body {
  color: #333;
  font-family: Urbanist, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 500;
  line-height: 119%;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 103%;
}

p {
  color: var(--grey-text);
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

.hero {
  background-image: radial-gradient(circle farthest-side, #521dff, #1c014b);
  height: auto;
  padding-bottom: 140px;
  padding-left: 60px;
  padding-right: 60px;
}

.container {
  max-width: 1160px;
}

.navbar {
  background-color: #0000;
  padding-top: 30px;
}

.nav-link {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.nav-button {
  letter-spacing: normal;
  background-color: #626be8;
  border-radius: 4px;
}

.image {
  width: 160px;
  margin-top: 14px;
}

.white {
  color: #fff;
  font-size: 64px;
}

.paragraph {
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 163%;
}

.hero-subheading {
  color: var(--aqua);
  font-size: 16px;
  font-weight: 400;
  line-height: 151%;
}

.hero-content {
  min-width: 50%;
  max-width: 565px;
  margin-top: 147px;
  padding-top: 0;
}

.discovery-button {
  background-color: var(--primary-purple);
  letter-spacing: 0;
  border-radius: 4px;
  margin-top: 50px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
}

.section {
  background-color: var(--off-white-bg);
  padding: 80px 60px;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.overflow-hidden.testimonial-section {
  padding-bottom: 220px;
}

.section.footer-section {
  background-color: var(--dark-blue);
  padding-top: 60px;
  padding-bottom: 30px;
}

.section.home-cta {
  background-image: linear-gradient(#0d1642b3, #0d1642b3), url('../images/sunrise.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 160px;
}

.section.section-why {
  padding-bottom: 141px;
}

.div-block {
  max-width: 565px;
}

.heading-sections {
  color: var(--dark-blue);
  padding-bottom: 40px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.heading-sections.white-headings {
  color: #fff;
}

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

.image-column-right {
  min-width: 44%;
  margin-top: 0;
  margin-left: 140px;
  margin-right: 0;
}

.flexbox-div-hero {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-column-hero {
  min-width: auto;
  max-width: none;
  margin-top: 147px;
  margin-left: 100px;
  margin-right: 0;
}

.image-3 {
  min-width: 390px;
  max-width: 100%;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 120px;
}

.left-arrow {
  color: var(--primary-purple);
}

.arrow {
  width: 40px;
  color: var(--primary-purple);
  inset: auto 0% -60px auto;
}

.arrow.left-arrow {
  right: 60px;
}

.slide-nav {
  display: none;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  width: 367px;
  height: auto;
  padding: 60px 40px 40px;
  font-size: 14px;
  box-shadow: 0 15px 35px #272c2f26;
}

.slide {
  width: 367px;
  margin-right: 30px;
  box-shadow: 0 2px 5px #0003;
}

.image-4 {
  margin-bottom: 30px;
  margin-left: -3px;
}

.testimonial-name {
  color: var(--grey-text);
  margin-top: 6px;
  font-size: 17px;
  font-weight: 600;
}

.testimonial-company {
  opacity: .7;
  color: var(--grey-text);
  font-weight: 600;
}

.image-5 {
  float: left;
  margin-right: 20px;
}

.div-block-2 {
  margin-top: 60px;
}

.testimonial-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.mask {
  width: 367px;
  overflow: visible;
}

.image-6 {
  color: var(--primary-purple);
}

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

.flexbox.footer-flex {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.footer-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16.6667%;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-column.first {
  min-width: 200px;
  margin-left: 0;
}

.footer-column.last {
  margin-right: 0;
}

.link {
  color: #ffffffc2;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 170%;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: var(--primary-purple);
}

.text-block-2 {
  color: #ffffffbf;
  padding-top: 20px;
  font-size: 16px;
}

.text-block-3 {
  color: #ffffff80;
  margin-top: 180px;
  font-size: 13px;
  line-height: 145%;
}

.image-7 {
  width: 160px;
}

.flexbox-div-why {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-col-left-neg {
  margin-left: -550px;
}

.div-block-3 {
  max-width: 66%;
  padding-left: 40px;
}

.flex-quad {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-item {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 48%;
  padding-top: 20px;
  display: flex;
}

.flex-icon-row {
  min-width: 58%;
  display: flex;
}

.heading-h4 {
  color: var(--dark-blue);
  text-decoration: none;
}

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

.paragraph-quad {
  font-size: 16px;
  font-weight: 500;
}

.paragraph-2 {
  color: #acb5c8;
  width: 98%;
}

.div-block-cta {
  width: 55%;
}

.image-column-left-2 {
  min-width: 44%;
  margin-right: 60px;
}

.about {
  background-image: radial-gradient(circle farthest-side, #521dff, #1c014b);
  height: auto;
  padding-bottom: 140px;
  padding-left: 60px;
  padding-right: 60px;
}

.flexbox-div-about {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-content {
  min-width: 50%;
  max-width: 565px;
  margin-top: 147px;
  padding-top: 0;
}

.image-column-about {
  min-width: auto;
  max-width: none;
  margin-top: 147px;
  margin-left: 100px;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    padding-bottom: 80px;
  }

  .image {
    width: 150px;
  }

  .hero-content {
    margin-top: 0;
  }

  .section.overflow-hidden.testimonial-section {
    padding-bottom: 100px;
  }

  .section.home-cta {
    background-image: linear-gradient(#0d1642b3, #0d1642b3), url('../images/sunrise.avif');
    background-position: 0 0, 50%;
  }

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

  .div-block.div-right {
    min-width: 50%;
  }

  .heading-sections {
    font-size: 46px;
  }

  .heading-sections.white-headings.heading-cta {
    font-size: 48px;
  }

  .image-column-right {
    min-width: 383px;
    margin-left: 60px;
    margin-right: -200px;
  }

  .flexbox-div-hero {
    margin-top: 100px;
  }

  .image-column-hero {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 40px;
  }

  .image-3 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .testimonial-slider {
    margin-top: 80px;
  }

  .flexbox.footer-flex {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer-column {
    width: auto;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 30px;
  }

  .footer-column.first {
    max-width: 130px;
  }

  .text-block-3 {
    margin-top: 60px;
  }

  .div-block-3 {
    width: 80%;
    min-width: 84%;
    max-width: none;
  }

  .image-8, .image-9 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .image-column-left-2 {
    min-width: 385px;
    margin-left: -200px;
  }

  .about {
    height: auto;
    padding-bottom: 80px;
  }

  .flexbox-div-about {
    margin-top: 100px;
  }

  .about-content {
    margin-top: 0;
  }

  .image-column-about {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .nav-link.nav-button {
    margin-top: 8px;
    margin-left: 20px;
    display: inline-block;
  }

  .hero-content {
    min-width: 0%;
    max-width: none;
  }

  .section {
    padding-left: 60px;
  }

  .div-block {
    width: auto;
  }

  .flexbox-div {
    flex-flow: wrap-reverse;
  }

  .flexbox-div.flex-2 {
    flex-flow: wrap;
  }

  .image-column-right {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .flexbox-div-hero {
    flex-flow: column-reverse;
    margin-top: 60px;
  }

  .image-column-hero {
    max-width: none;
    margin-left: 0;
    padding: 0 40px 20px;
  }

  .flexbox.footer-flex {
    justify-content: space-between;
  }

  .footer-column.first {
    width: auto;
    min-width: 100%;
    max-width: 130px;
    margin-bottom: 60px;
  }

  .footer-column.footer-hide {
    display: none;
  }

  .text-block-2 {
    width: 200px;
  }

  .menu-button {
    color: #fff;
    padding: 7px;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: var(--dark-blue);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .nav-menu {
    background-color: var(--dark-blue);
    text-align: left;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 20px 20px 36px;
  }

  .brand {
    padding-left: 0;
  }

  .flexbox-div-why {
    flex-flow: column;
  }

  .image-col-left-neg {
    margin-left: -100px;
    margin-right: -100px;
  }

  .div-block-3 {
    width: auto;
    min-width: 0;
    padding-left: 0;
  }

  .flex-item {
    max-width: none;
  }

  .image-column-left-2 {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .about {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .flexbox-div-about {
    flex-flow: column-reverse;
    margin-top: 60px;
  }

  .about-content {
    min-width: 0%;
    max-width: none;
  }

  .image-column-about {
    max-width: none;
    margin-left: 0;
    padding: 0 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image {
    width: 145px;
  }

  .white {
    font-size: 50px;
  }

  .hero-subheading {
    padding-top: 10px;
    font-size: 14px;
  }

  .hero-content {
    min-width: auto;
    max-width: 100%;
  }

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

  .div-block {
    width: auto;
    max-width: 100%;
  }

  .heading-sections {
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .flexbox-div {
    flex-flow: wrap-reverse;
  }

  .image-column-right {
    min-width: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-column-hero {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .image-3 {
    width: 100%;
    min-width: auto;
    max-width: none;
    display: block;
    overflow: clip;
  }

  .footer-column {
    width: 100%;
  }

  .footer-column.first {
    min-width: 280px;
    max-width: none;
  }

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

  .image-column-left-2 {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-content {
    min-width: auto;
    max-width: 100%;
  }

  .image-column-about {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}


