@import url();
body, html {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", Fallback, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

* {
  box-sizing: border-box;
}

content {
  display: block;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px;
  position: relative;
}

.show-for-tablet {
  display: none;
}

@media (min-width: 768px) {
  .show-for-tablet {
    display: inline-block !important;
  }

  .hide-for-tablet {
    display: none !important;
  }
}
.show-for-wide {
  display: none;
}

@media (min-width: 2560px) {
  .show-for-wide {
    display: inline-block !important;
  }

  .hide-for-wide {
    display: none !important;
  }
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  color: #000000;
  src: url(https://fonts.googleapis.com/css2?family=DM+Sans&display=swap);
}
/*********************************************************************
Global styles - section overrides will exist in content.scss
**********************************************************************/
img {
  margin: 20px 0px;
  width: 100px;
}

h1 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 40px;
  text-align: left;
}

h2 {
  color: #5200FF;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  h1, h3 {
    font-size: 38px;
    line-height: 1.08;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  h1, h3 {
    font-size: 44px;
  }

  p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  h1, h3 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  h1, h3 {
    font-size: 52px;
  }
}
.empowering .swiper-container {
  height: 78px;
  max-width: 99%;
  overflow: hidden;
  transform: rotate(-4deg);
}
.empowering .swiper-container-free-mode > .swiper-wrapper {
  height: 75px;
  width: 570px;
  transition-timing-function: linear;
}
.empowering .swiper-slide {
  margin-right: 60px;
  padding: 20px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 570px 75px;
}

@media (min-width: 768px) {
  .empowering .swiper-container {
    height: 115px;
    margin-bottom: -65px;
  }
  .empowering .swiper-container-free-mode > .swiper-wrapper {
    height: 112px;
    width: 855px;
  }
  .empowering .swiper-slide {
    background-size: 855px 112px;
  }
}
@media (min-width: 1024px) {
  .empowering .swiper-container {
    height: 140px;
    margin-bottom: -120px;
  }
  .empowering .swiper-container-free-mode > .swiper-wrapper {
    height: 135px;
    width: 1268px;
  }
  .empowering .swiper-slide {
    background-size: 1268px 135px;
  }
}
@media (min-width: 1440px) {
  .empowering .swiper-container {
    height: 180px;
    margin-bottom: -160px;
  }
  .empowering .swiper-container-free-mode > .swiper-wrapper {
    height: 150px;
    width: 1140px;
  }
  .empowering .swiper-slide {
    background-size: 1140px 150px;
  }
}
/* Swiper styles */
.future .swiperImage-container {
  height: 110px;
  overflow: hidden;
}
.future .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}
.future .swiper-slide {
  height: 80px;
  width: 170px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

/* Fade */
.fade {
  opacity: 0;
  /* visibility: hidden; */
  transition: 2s cubic-bezier(0.12, 0.75, 0.4, 1);
}

.fade.in {
  opacity: 1;
  /* visibility: visible; */
  transition: 2s cubic-bezier(0.12, 0.75, 0.4, 1);
}

/*******************
Header styles 
*******************/
header {
  position: relative;
}
header .hero {
  background-position: center;
  background-size: cover;
  height: 570px;
  width: 100%;
}
header .corner_logo {
  display: none;
  position: absolute;
  top: 60px;
  left: 65px;
  width: 215px;
}
header .logo {
  width: 270px;
  margin: 150px auto;
}
header .gradient-top-left {
  background-image: linear-gradient(127deg, rgba(255, 108, 50, 0.3) 3%, rgba(82, 0, 255, 0.2) 13%, rgba(82, 0, 255, 0) 27%);
  height: 400px;
  margin: 0 0 24px;
  position: absolute;
  left: 0;
  top: 0px;
  width: 320px;
}
header .gradient-bottom-right {
  background-image: linear-gradient(318deg, rgba(8, 248, 161, 0.2) 7%, rgba(82, 0, 255, 0.2) 20%, rgba(255, 166, 50, 0) 40%);
  height: 400px;
  position: absolute;
  bottom: 25px;
  right: 0px;
  width: 320px;
}

@media (min-width: 768px) {
  header {
    position: relative;
  }
  header .hero {
    height: 620px;
  }
  header .logo {
    width: 340px;
    margin: 150px auto;
  }
}
@media (min-width: 1024px) {
  header {
    position: relative;
  }
  header .hero {
    height: 680px;
  }
  header .logo {
    width: 420px;
    margin: 150px auto;
  }
  header .gradient-bottom-right {
    bottom: 45px;
  }
}
@media (min-width: 1200px) {
  header {
    position: relative;
  }
  header .hero {
    height: 780px;
  }
  header .corner_logo {
    display: block;
  }
  header .logo {
    width: 540px;
    margin: 150px auto;
  }
  header .gradient-bottom-right {
    bottom: 63px;
  }
}
@media (min-width: 1440px) {
  header {
    position: relative;
  }
  header .hero {
    height: 850px;
  }
  header .logo {
    width: 640px;
    margin: 100px auto;
  }
  header .gradient-bottom-right {
    bottom: 0px;
  }
}
/*********************
Content Sections
**********************/
.intro {
  margin: 0 auto;
  max-width: 1440px;
  text-align: left;
  padding-bottom: 120px;
}
.intro .intro_copy_container {
  padding: 0px 20px 30px;
}
.intro .intro_images_container {
  max-width: 996px;
  position: relative;
}
.intro .intro_images_container .intro_image {
  width: 100%;
}
.intro .intro_images_container .intro_image_large {
  display: flex;
  margin-left: auto;
  max-width: 80%;
}
.intro .intro_images_container .intro_image_small {
  position: absolute;
  max-width: 45%;
  bottom: 0px;
  left: 0px;
}
.intro .intro_images_container .rotating_text {
  bottom: -20%;
  left: 22%;
  position: absolute;
  width: 55%;
}
.intro .intro_images_container #rotate {
  animation-name: circularText;
  animation-duration: 16.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 50% 50%;
  display: inline-block;
}
@keyframes circularText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .intro {
    display: flex;
  }
  .intro .intro_copy_container {
    display: inline-block;
    max-width: 40%;
  }
  .intro .intro_copy_container h1 {
    margin-top: 120px;
  }
  .intro .intro_images_container {
    display: inline-block;
    height: 100%;
    padding-bottom: 120px;
    max-width: 50%;
    margin-left: auto;
    margin-top: 120px;
  }
  .intro .intro_images_container .rotating_text {
    top: 52%;
  }
}
@media (min-width: 968px) {
  .intro .intro_images_container .rotating_text {
    top: 55%;
  }
}
@media (min-width: 1024px) {
  .intro .intro_copy_container {
    padding: 0px 60px 30px;
  }
  .intro .intro_images_container .rotating_text {
    top: 56%;
  }
}
@media (min-width: 1200px) {
  .intro {
    padding-bottom: 120px;
  }
  .intro .intro_images_container .rotating_text {
    top: 58%;
  }
}
@media (min-width: 1440px) {
  .intro {
    padding-bottom: 160px;
  }
  .intro .intro_images_container .rotating_text {
    top: 60%;
  }
}
.quote {
  margin-top: 20%;
  padding: 0px 20px 100px;
}
.quote .quote_intro {
  max-width: 1200px;
  margin: 0 auto;
}
.quote .quote_intro h2 {
  font-size: 40px;
  line-height: 45px;
  max-width: 1200px;
  position: relative;
  z-index: 0;
}
.quote .quote_intro h2::before {
  background-image: url(/assets/img/other/quote_icon.png);
  background-repeat: no-repeat;
  background-size: 88px 70px;
  content: "";
  height: 70px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -50px;
  width: 88px;
  z-index: -1;
}
.quote .quote_intro p {
  font-size: 20px;
  line-height: 28px;
  margin: 0px auto 30px;
  max-width: 860px;
}
.quote .quote_signoff {
  margin: 0 auto;
  max-width: 1200px;
}
.quote .quote_signoff img {
  display: block;
  margin: 20px auto 0;
  width: 220px;
}
.quote .quote_signoff h3 {
  color: #5200FF;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.quote .quote_signoff p {
  font-size: 14px;
  line-height: 1.36;
  margin: 0 auto;
  max-width: 860px;
}

@media (min-width: 768px) {
  .quote {
    margin: 0 auto 40px;
    max-width: 80%;
  }
  .quote .quote_intro h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .quote .quote_intro h2::before {
    background-size: 124px 100px;
    height: 100px;
    top: -68px;
    width: 124px;
  }
  .quote .quote_signoff h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .quote {
    margin: 0 auto 80px;
  }
}
@media (min-width: 1200px) {
  .quote {
    margin: 0 auto 100px;
    max-width: 100%;
  }
  .quote .quote_intro h2 {
    font-size: 70px;
    line-height: 70px;
  }
  .quote .quote_intro h2::before {
    top: -60px;
  }
  .quote .quote_intro h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 1440px) {
  .quote {
    margin: 0 auto 120px;
  }
  .quote .quote_intro h2 {
    font-size: 88px;
    line-height: 105px;
  }
  .quote .quote_intro h2::before {
    background-size: 164px 132px;
    height: 132px;
    top: -75px;
    width: 164px;
  }
}
.empowering {
  margin: 0 auto;
  text-align: left;
}
.empowering .empowering_copy {
  padding: 0px 20px 0px;
}
.empowering img {
  margin-top: -40px;
  width: 100%;
}
.empowering h3 {
  line-height: 1.17;
}
.empowering ul {
  display: block;
  padding: 0px;
}
.empowering li {
  color: #5200FF;
  display: inline-block;
  font-size: 16px;
  font-stretch: normal;
  line-height: 1.14;
  padding-bottom: 0px;
  width: 49%;
}

@media (min-width: 768px) {
  .empowering .empowering_image {
    float: left;
    max-width: 664px;
    width: 50%;
  }
  .empowering .empowering_content_wrapper {
    margin: 0 auto;
    max-width: 1440px;
  }
  .empowering .empowering_copy {
    margin-left: auto;
    max-width: 600px;
    padding-left: 60px;
    position: relative;
    width: 50%;
    z-index: 10;
  }
  .empowering li {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .empowering li {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .empowering .empowering_copy {
    padding-right: 60px;
  }
}
.future {
  margin: 0 auto 20px;
  max-width: 1550px;
  text-align: left;
}
.future h3 {
  margin-right: 10px;
}
.future a {
  color: #5200FF;
  text-decoration: none;
}

@media (min-width: 768px) {
  .future {
    margin: 0 auto 50px;
  }
  .future h3 {
    margin-bottom: 65px;
    margin-right: 10px;
  }
  .future p {
    max-width: 528px;
  }
}
@media (min-width: 1024px) {
  .future {
    margin: 0 auto 100px;
  }
}
@media (min-width: 1200px) {
  .future .container {
    padding: 20px 60px;
  }
}
footer {
  background-color: #5200FF;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
footer img {
  margin: 20px 0px;
  width: 84px;
}
footer .footer-copy {
  font-size: 16px;
  margin-bottom: 22px;
}
footer .footer_copyright {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  footer .container {
    display: flex;
  }
  footer img {
    width: 140px;
  }
  footer .footer-copy-container {
    text-align: right;
    margin-left: auto;
    margin-top: 60px;
    max-width: 640px;
    width: 60%;
  }
}
@media (min-width: 1024px) {
  footer .container {
    max-width: 2880px;
    padding: 0px 64px;
  }
  footer .footer-copy-container {
    margin-top: 80px;
  }
  footer img {
    margin: 60px 0px;
  }
}

/*# sourceMappingURL=index.css.map */
