/*---------------------------------------------------

	1.0 Colour Variables

---------------------------------------------------*/
/*---------------------------------------------------

	Break points

---------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 400;
  color: #6B6073;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, h2, h3, h4,
.heading-1, .heading-2, .heading-3, .heading-4 {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  color: #4D4454;
  line-height: 1.5;
}

h1,
.heading-1 {
  font-size: 2.8rem;
  margin: 0 0 2.4rem 0;
}

@media (min-width: 768px) {
  h1,
  .heading-1 {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  h1,
  .heading-1 {
    font-size: 5rem;
    line-height: 6.4rem;
  }
}

h2,
.heading-2 {
  font-size: 2.8rem;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  h2,
  .heading-2 {
    font-size: 3.2rem;
  }
}

h3,
.heading-3 {
  font-size: 2.2rem;
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  h3,
  .heading-3 {
    font-size: 2.4rem;
  }
}

h4,
.heading-4 {
  font-size: 1.8rem;
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
}

@media (min-width: 768px) {
  h4,
  .heading-4 {
    font-size: 2rem;
  }
}

.sub-heading {
  font-size: 20px;
  line-height: 32px;
}

.caption, .top-nav__nav {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.btn {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
}

.body-2, .wpcf7 label, .accordion__question, .accordion__content, .header__nav-menu, .footer__menu {
  font-size: 14px;
  line-height: 24px;
}

p {
  margin: 0;
  margin-bottom: 2.4rem;
}

a {
  color: #65308C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.copy-wrap a:not(.btn) {
  text-decoration: underline;
}

.copy-wrap a:not(.btn):hover {
  color: #4a2366;
}

.wpcf7 label {
  color: #6B6073;
  margin-bottom: 1.6rem;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 textarea {
  background: #FFFFFF;
  border: 1px solid #DFDAE3;
  border-radius: 4px;
  height: 4.8rem;
  width: 100%;
  line-height: 4.8rem;
  padding: 0.8rem;
}

.wpcf7 textarea {
  min-height: 8rem;
  line-height: initial;
}

.wpcf7 .required {
  color: #F05050;
}

.wpcf7 .wpcf7-response-output {
  margin: 2.4rem 0 !important;
}

.wpcf7 input[type=submit]:hover {
  text-decoration: underline;
}

.btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid transparent;
  padding: 11px 8px;
  border-radius: 4px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn--secondary {
  border-color: #EEEBF0;
  color: #65308C;
  background: #FFFFFF;
}

.btn--secondary:hover {
  border-color: #65308C;
  color: #65308C;
}

.btn--primary {
  background: #65308C;
  border-color: transparent;
  color: #FFFFFF;
}

.btn--primary:hover {
  color: #FFFFFF;
  background: #4a2366;
}

.btn--inline {
  display: inline-flex;
}

.btn:hover {
  text-decoration: underline;
}

.accordion {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
}

.accordion__question {
  display: block;
  color: #65308C;
  cursor: pointer;
  padding: 8px 24px 8px 0px;
  font-weight: 600;
  transition: all 0.2s linear;
  display: flex;
  background: #FFFFFF;
  border: 0px none;
  text-align: left;
  border: 1px solid transparent;
}

.accordion__question:focus {
  outline: none;
  border: 1px solid #65308C;
}

.accordion__icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-basis: 24px;
  flex-grow: 0;
  flex-shrink: 0;
}

.accordion__icon--closed {
  background: url("../img/accordion-closed.svg") no-repeat;
}

.accordion__icon--open {
  background: url("../img/accordion-open.svg") no-repeat;
}

.accordion__content {
  display: none;
  padding: 0px 24px 16px 32px;
}

.body-content ul {
  margin: 2.4rem 0;
  padding: 0;
}

.body-content ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 2.6rem;
}

.body-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #65308C;
  border-radius: 8px;
  left: 0.8rem;
  top: 0.8rem;
}

.body-content ol {
  margin: 2.4rem 0;
  padding: 0;
  padding-left: 2.8rem;
}

.body-content ol li {
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 0.4rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1172px;
}

@media (max-width: 767px) {
  .container {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}

.d-flex {
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.body-content {
  background: #FAF9FA;
}

.body-content__container {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

@media (min-width: 768px) {
  .body-content__left {
    width: calc(45% - 1.6rem);
    max-width: 464px;
  }
}

@media (min-width: 768px) {
  .body-content__left--large {
    width: 70%;
    max-width: 700px;
  }
}

@media (min-width: 768px) {
  .body-content__right {
    width: calc(55% - 1.6rem);
    max-width: 608px;
  }
}

@media (min-width: 768px) {
  .row-split {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.copy-wrap {
  max-width: 688px;
  margin: auto;
}

.copy-wrap .iframe-container {
  margin-bottom: 4rem;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.32);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  position: relative;
  margin-bottom: 3.2rem;
  margin-left: -16px;
  margin-right: -8px;
}

@media (min-width: 768px) {
  .hero-image {
    margin-bottom: 4.8rem;
    margin-left: -32px;
    margin-right: -16px;
  }
}

.hero-image__background {
  width: 100%;
  max-width: 753px;
  display: block;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../img/mask-img-bg.svg);
  mask-size: 100vmin;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/mask-img-bg.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  z-index: 2;
}

@media (min-width: 768px) {
  .hero-image__background {
    height: 240px;
  }
}

.hero-image:before {
  content: "";
  background: #65308C;
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 100%;
  height: 100%;
  z-index: 0;
  mask-image: url(../img/mask-img-bg.svg);
  mask-size: 100vmin;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/mask-img-bg.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

@media (min-width: 768px) {
  .hero-image:before {
    right: -10px;
    bottom: -10px;
  }
}

.top-nav {
  border-bottom: 2px solid #F5F3F6;
}

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

@media (min-width: 576px) {
  .top-nav__container {
    height: 40px;
  }
}

.top-nav__links {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .top-nav__links {
    justify-content: initial;
    width: auto;
  }
}

.top-nav__social {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  margin: 0 2px;
}

.top-nav__nav {
  padding: 0;
  margin: 0 0 0 24px;
  list-style: none;
  display: flex;
  flex-direction: row;
}

.top-nav__nav li {
  display: flex;
  padding: 0 8px;
  position: relative;
}

.top-nav__nav li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 16px;
  width: 1px;
  background: #82758C;
}

.top-nav__nav li:last-child:after {
  content: none;
}

.top-nav__nav a {
  color: #6B6073;
}

.top-nav__nav a:hover {
  color: #65308C;
}

.header__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: #FFFFFF;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.08));
}

@media (min-width: 992px) {
  .header__container {
    flex-wrap: nowrap;
    filter: none;
  }
}

.header__logo-img {
  width: 64px;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .header__logo-img {
    width: 107px;
    height: 80px;
  }
}

.header__nav-menu {
  padding: 0px;
  margin: 0;
  list-style: none;
  display: none;
  margin: auto;
  text-align: center;
  padding-top: 4rem;
  width: 100%;
}

.header__nav-menu li {
  margin: 0 0 2.4rem 0;
}

@media (min-width: 992px) {
  .header__nav-menu li {
    margin: 0 1.2rem;
  }
}

.header__nav-menu .menu-item a {
  color: #6B6073;
}

.header__nav-menu .menu-item a:hover {
  color: #65308C;
}

.header__nav-menu .current-menu-item a {
  color: #65308C;
  text-decoration: underline;
}

.header__nav-menu-button {
  display: inline-block;
}

@media (min-width: 992px) {
  .header__nav-menu-button {
    display: none;
  }
}

@media (min-width: 992px) {
  .header__nav-menu {
    padding-top: 0;
    display: flex !important;
    margin-right: 5.6rem;
    order: 2;
    width: auto;
  }
}

.header__ctas {
  width: calc(100% - 10rem);
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .header__ctas {
    order: 3;
    width: auto;
  }
}

.header__ctas .btn {
  margin-right: 0.8rem;
}

.header__ctas .btn:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}

.footer {
  border-top: 1px solid #F5F3F6;
  padding: 2rem 0;
}

.footer__container {
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .footer__container {
    justify-content: space-between;
  }
}

.footer__menu {
  padding: 0px;
  margin: 0px;
  flex-direction: row;
  display: flex;
}

.footer__menu ul {
  margin: 0;
  padding: 0;
}

.footer__menu li {
  display: inline-flex;
  padding: 0 8px;
  position: relative;
}

.footer__menu li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.4rem;
  height: 16px;
  width: 1px;
  background: #82758C;
}

.footer__menu li:last-child:after {
  content: none;
}

.footer__menu a {
  color: #6B6073;
}

.footer__menu a:hover {
  color: #65308C;
}

.footer-logos {
  padding: 1.6rem 0;
  border-top: 1px solid #F5F3F6;
}

@media (min-width: 992px) {
  .footer-logos {
    padding: 3.2rem 0;
  }
}

.footer-logos__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: center;
}

@media (min-width: 992px) {
  .footer-logos__list {
    justify-content: space-between;
  }
}

.footer-logos__list li {
  margin: 16px;
}

@media (min-width: 768px) {
  .footer-logos__list li {
    margin: 16px 24px;
  }
}

.footer-logos__list li:first-child {
  margin-left: 0;
}

.footer-logos__list li:last-child {
  margin-right: 0;
}

.footer-logos__list-image {
  display: block;
  max-width: 100px;
  height: auto;
}

@media (min-width: 768px) {
  .footer-logos__list-image {
    max-width: 144px;
  }
}

.key-facts {
  padding: 1.6rem 0;
}

.key-facts__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  align-items: top;
}

@media (min-width: 992px) {
  .key-facts__list {
    justify-content: space-between;
  }
}

.key-facts__list li {
  width: 50%;
  position: relative;
  text-align: center;
  padding: 8px;
  margin: 8px auto;
}

@media (min-width: 768px) {
  .key-facts__list li {
    width: 25%;
    margin: 0 auto;
  }
}

.key-facts__list li span {
  display: block;
}

.key-facts__list li:after {
  content: "";
  width: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #F5F3F6;
}

.key-facts__list li:nth-child(2n):after {
  background: transparent;
}

@media (min-width: 768px) {
  .key-facts__list li:nth-child(2n):after {
    background: #F5F3F6;
  }
}

@media (min-width: 768px) {
  .key-facts__list li:last-child:after {
    background: transparent;
  }
}

.key-facts__number {
  color: #65308C;
  margin: 0 0 0.8rem 0;
}

.hero {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 100px;
  background-color: #65308C;
}

@media (min-width: 576px) {
  .hero {
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 768px) {
  .hero {
    height: 490px;
    background-size: cover;
    background-position: center top;
    padding-top: 0;
    border-bottom: 8px solid #65308C;
    display: flex;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .hero__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero__content {
  background: #65308C;
  color: #FFFFFF;
  max-width: 450px;
  padding: 24px;
}

@media (min-width: 768px) {
  .hero__content {
    padding: 32px;
  }
}

.hide-sm {
  display: none;
}

@media (min-width: 768px) {
  .hide-sm {
    display: block;
  }
}

.hide-md {
  display: none;
}

@media (min-width: 992px) {
  .hide-md {
    display: block;
  }
}

.hide-lg {
  display: inherit;
}

@media (min-width: 992px) {
  .hide-lg {
    display: none;
  }
}

.text-white {
  color: #FFFFFF;
}

.mb-xs {
  margin-bottom: 0.8rem;
}

.mb-sm {
  margin-bottom: 1.6rem;
}

.mb-md {
  margin-bottom: 2.4rem;
}

.mb-lg {
  margin-bottom: 3.2rem;
}

.img-fluid {
  width: 100%;
  height: auto;
}

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