@charset "UTF-8";
.bg--grey-light {
  background-color: #F7F9FE !important; }

.bg--purple {
  background-color: #4D30B0 !important; }

.bg--teal {
  background-color: #CCFFF8; }

.bg--yellow {
  background-color: #FFF9DA; }

.bg--purple-gradient {
  background: #4D30B0;
  background: linear-gradient(82.93deg, #4D30B0 -27.68%, #320877 89.26%); }

.bg--turquoise-gradient {
  background: #119E8D;
  background: linear-gradient(288.54deg, #119E8D 0%, #00b8aa 100%); }

.bg--purple-gradient-half {
  position: relative; }
  .bg--purple-gradient-half::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: #4D30B0;
    background: linear-gradient(82.93deg, #4D30B0 -27.68%, #320877 89.26%); }
  .bg--purple-gradient-half .wrapper {
    position: relative;
    z-index: 2; }

.bg-cover {
  background-size: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 992px) {
  .no-bg-sm {
    background-image: none !important; } }

body.debug:after {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-transform: uppercase;
  padding: 17px 25px;
  position: fixed;
  font-size: 15px;
  font-weight: 700;
  bottom: 45px;
  right: 0;
  z-index: 999; }
  @media (max-width: 767px) {
    body.debug:after {
      content: "x-small"; } }
  @media (min-width: x-small) {
    body.debug:after {
      content: "x-small"; } }
  @media (min-width: 768px) {
    body.debug:after {
      content: "small"; } }
  @media (min-width: 992px) {
    body.debug:after {
      content: "medium"; } }
  @media (min-width: 1260px) {
    body.debug:after {
      content: "large"; } }

main, .wrapper {
  *zoom: 1; }
  main:before, .wrapper:before, main:after, .wrapper:after {
    content: " ";
    display: table; }
  main:after, .wrapper:after {
    clear: both; }

.clear {
  clear: both; }
  .clear:after {
    content: "";
    display: table;
    clear: both; }

.color--white {
  color: #ffffff !important; }

.color--purple {
  color: #4D30B0 !important; }

.color--turquoise {
  color: #00EBD9 !important; }

.color--turquoise-dark {
  color: #119E8D !important; }

.color--blue {
  color: #0003FF !important; }

.color--blue-dark {
  color: #000066 !important; }

.color--orange {
  color: #FF5B41 !important; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.decor__container {
  position: relative; }
  .decor__container--overflow-hidden {
    overflow: hidden; }

.decor {
  position: absolute;
  z-index: 4; }
  @media (max-width: 768px) {
    .decor {
      width: 50%; } }

.decor--push-back {
  z-index: 2; }

.decor--t-r {
  top: 0;
  right: 0; }

.decor--t-18-r {
  top: -18px;
  right: 0; }

.decor--t180-r {
  top: 180px;
  right: 0; }

.decor--b-r {
  bottom: 0;
  right: 0; }

.decor--b-l {
  bottom: 0;
  left: 0; }

@media (max-width: 768px) {
  .decor--hidden-small-down {
    display: none; } }

@media (max-width: 992px) {
  .decor--hidden-medium-down {
    display: none; } }

@media (max-width: 1700px) {
  .decor--hidden-x-large-down {
    display: none; } }

.is-hidden {
  display: none; }

@media (min-width: 768px) {
  .is-hidden--sm {
    display: none !important; } }

@media (min-width: 992px) {
  .is-hidden--md {
    display: none !important; } }

.is-visible {
  display: block; }

.is-visible--sm {
  display: none; }
  @media (min-width: 768px) {
    .is-visible--sm {
      display: block !important; } }

.is-visible--md {
  display: none; }
  @media (min-width: 992px) {
    .is-visible--md {
      display: block !important; } }

.img--responsive {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.img--rounded {
  border-radius: 10px; }

.img--background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: 'object-fit: cover;'; }

@media (min-width: 992px) {
  .img--pinch-small {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 992px) {
  .img--pinch-medium {
    padding-left: 60px;
    padding-right: 60px; } }

@media (min-width: 992px) {
  .img--pinch-large {
    padding-left: 80px;
    padding-right: 80px; } }

@media (min-width: 992px) {
  .img--pinch-xlarge {
    padding-left: 100px;
    padding-right: 100px; } }

.pos__relative {
  position: relative; }

.frame {
  width: 100%;
  height: 250px; }
  @media (min-width: 768px) {
    .frame {
      height: 395px; } }
  @media (min-width: 992px) {
    .frame {
      height: 520px; } }
  @media (min-width: 1260px) {
    .frame {
      height: 425px; } }

@media (min-width: 768px) {
  .pull-up-from-small {
    margin-top: -200px; } }

.rounded {
  position: relative; }

.rounded--full {
  border-radius: 20px; }

.rounded-top-border {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.rounded--top:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 3; }

.rounded--bottom:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  height: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 3; }

.rounded--white.rounded--top:before {
  background: #ffffff; }

.rounded--white.rounded--bottom:after {
  background: #ffffff; }

.rounded--grey-light.rounded--top:before {
  background: #F7F9FE; }

.rounded--grey-light.rounded--bottom:after {
  background: #F7F9FE; }

.bump--xs {
  margin-bottom: 10px !important; }

.bump {
  margin-bottom: 20px !important; }

.bump--sm {
  margin-bottom: 40px !important; }

.bump--md {
  margin-bottom: 60px !important; }

.bump--lg {
  margin-bottom: 80px !important; }

.bump--xlg {
  margin-bottom: 100px !important; }

.bump--none {
  margin-bottom: 0 !important; }

@media (max-width: 768px) {
  .bump--small-down {
    margin-bottom: 20px !important; }
  .bump--sm-small-down {
    margin-bottom: 40px !important; } }

@media (max-width: 992px) {
  .bump--sm-medium-down {
    margin-bottom: 40px !important; } }

.p-bump {
  padding-bottom: 20px !important; }

.bump-top {
  margin-top: 20px !important; }

.bump-top--sm {
  margin-top: 40px !important; }

.p-bump-top--sm {
  padding-top: 40px !important; }

.nudge {
  margin-right: 20px !important; }

@media (min-width: 1260px) {
  .p-nudge-large-up {
    padding-right: 20px !important; } }

.last-p-no-margin p:last-child {
  margin-bottom: 0 !important; }

.spacer {
  margin-bottom: 4vh; }
  @media (min-width: 768px) {
    .spacer {
      margin-bottom: 6vh; } }
  .spacer--small {
    margin-bottom: 4vh; }
    @media (min-width: 768px) {
      .spacer--small {
        margin-bottom: 5vh; } }
  .spacer--large {
    margin-bottom: 4vh; }
    @media (min-width: 768px) {
      .spacer--large {
        margin-bottom: 10vh; } }
  .spacer-top {
    margin-top: 4vh; }
    @media (min-width: 768px) {
      .spacer-top {
        margin-top: 6vh; } }
    .spacer-top--small {
      margin-top: 4vh; }
      @media (min-width: 768px) {
        .spacer-top--small {
          margin-top: 5vh; } }
    .spacer-top--large {
      margin-top: 4vh; }
      @media (min-width: 768px) {
        .spacer-top--large {
          margin-top: 10vh; } }

.p-spacer {
  padding-bottom: 4vh; }
  @media (min-width: 768px) {
    .p-spacer {
      padding-bottom: 6vh; } }
  .p-spacer--small {
    padding-bottom: 4vh; }
    @media (min-width: 768px) {
      .p-spacer--small {
        padding-bottom: 5vh; } }
  .p-spacer--large {
    padding-bottom: 4vh; }
    @media (min-width: 768px) {
      .p-spacer--large {
        padding-bottom: 10vh; } }
  .p-spacer-top {
    padding-top: 4vh; }
    @media (min-width: 768px) {
      .p-spacer-top {
        padding-top: 6vh; } }
    .p-spacer-top--small {
      padding-top: 4vh; }
      @media (min-width: 768px) {
        .p-spacer-top--small {
          padding-top: 5vh; } }
    .p-spacer-top--large {
      padding-top: 4vh; }
      @media (min-width: 768px) {
        .p-spacer-top--large {
          padding-top: 10vh; } }

.box-padding {
  padding: 20px 16px; }
  @media (min-width: 768px) {
    .box-padding {
      padding: 24px 28px; } }
  @media (min-width: 992px) {
    .box-padding {
      padding: 24px 32px; } }

.tt-u {
  text-transform: uppercase; }

.xbold {
  font-weight: 900 !important; }

.bold {
  font-weight: 500 !important; }

.normal {
  font-weight: 400 !important; }

.medium {
  font-weight: 500 !important; }

.light {
  font-weight: 300 !important; }

em, .italic {
  font-style: italic; }

.under {
  text-decoration: underline; }

.td-n {
  text-decoration: none; }

.ta-c {
  text-align: center; }
  .ta-c > * {
    text-align: center; }

.ta-l {
  text-align: left; }

.ta-r {
  text-align: right; }
  @media (min-width: 768px) {
    .ta-r--sm {
      text-align: right; } }

.a11y {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

@media (max-width: 992px) {
  .a11y--md {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
            clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden; } }

.btn {
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7;
  font-family: GT Walsheim, sans-serif;
  font-weight: 400;
  outline: none;
  background-color: #00EBD9;
  color: #4D30B0;
  padding: 8px 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: unset !important; }
  .btn:hover, .btn:focus {
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 16px 4px #00EBD9;
            box-shadow: 0px 0px 16px 4px #00EBD9; }

.btn--small {
  font-size: 1.6rem;
  padding: 6px 16px; }

.btn--large {
  font-size: 2rem;
  padding: 10px 24px; }

.btn--icon-left .icon {
  position: relative;
  top: -2px;
  margin-right: 20px; }

.btn--icon-right .icon {
  position: relative;
  top: -2px;
  margin-left: 20px; }

.btn--white {
  background-color: #ffffff; }
  .btn--white:hover, .btn--white:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #ffffff;
            box-shadow: 0px 0px 16px 4px #ffffff; }

.btn--yellow {
  background-color: #FFEC83; }
  .btn--yellow:hover, .btn--yellow:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #FFEC83;
            box-shadow: 0px 0px 16px 4px #FFEC83; }

.btn--purple {
  background-color: #4D30B0;
  color: white; }
  .btn--purple:hover, .btn--purple:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #4D30B0;
            box-shadow: 0px 0px 16px 4px #4D30B0; }

.btn--turquoise {
  background-color: #00EBD9; }
  .btn--turquoise:hover, .btn--turquoise:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #00EBD9;
            box-shadow: 0px 0px 16px 4px #00EBD9; }

.btn--turquoise-light {
  background-color: #00FFDA; }
  .btn--turquoise-light:hover, .btn--turquoise-light:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #00FFDA;
            box-shadow: 0px 0px 16px 4px #00FFDA; }

.btn--white-fill {
  border-color: white;
  background-color: white;
  color: black; }

.btn--ll-yellow {
  background-color: #FFB913; }
  .btn--ll-yellow:hover, .btn--ll-yellow:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #FFB913;
            box-shadow: 0px 0px 16px 4px #FFB913; }

.btn--full {
  width: 100%; }

.btn--r {
  float: right; }

.btn--arrow {
  background-image: url("/dist/img/icons/arrow-right-white.svg");
  background-size: 15px;
  background-position: right 22px center;
  background-repeat: no-repeat;
  padding-right: 45px; }
  .btn--arrow:hover {
    background-position: right 15px center; }

html {
  height: 100%;
  scroll-behavior: smooth; }

html, body {
  max-width: 100%;
  font-size: 55% !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  min-height: 100% !important;
  font-family: GT Walsheim, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4a4a4a;
  background: white; }
  @media (min-width: 1260px) {
    html, body {
      font-size: 62.5% !important;
      /* Normalise font size so that 1rem = 10px, 2rem = 20px etc. */ } }

body {
  position: relative; }
  body.fix {
    overflow: hidden; }

main {
  position: relative;
  display: block; }

.icon {
  display: inline-block;
  vertical-align: middle;
  background-size: contain; }
  .icon > svg {
    display: block;
    shape-rendering: auto; }

.icon--white {
  fill: #ffffff !important; }

.icon--black {
  fill: #4a4a4a !important; }

.icon--turquoise {
  fill: #00EBD9 !important; }

.icon--turquoise-dark {
  fill: #119E8D !important; }

.icon--yellow {
  fill: #FFEC83 !important; }

.icon--purple {
  fill: #4D30B0 !important; }

.icon--purple-light {
  fill: #BCBCCE !important; }

.icon--white {
  fill: #ffffff !important; }

.icon--black {
  fill: #4a4a4a !important; }

.icon--light {
  fill: #F7F9FE !important; }

.icon--grey {
  fill: #5f5f5f !important; }

.icon--dark {
  fill: #3a3a3a !important; }

.icon--purple {
  fill: #4D30B0 !important; }

.icon--purple-dark {
  fill: #320877 !important; }

.icon--purple-light {
  fill: #BCBCCE !important; }

.icon--turquoise-light {
  fill: #00FFDA !important; }

.icon--turquoise {
  fill: #00EBD9 !important; }

.icon--turquoise-dark {
  fill: #119E8D !important; }

.icon--yellow-light {
  fill: #FFF9DA !important; }

.icon--yellow {
  fill: #FFEC83 !important; }

.icon--green-success {
  fill: #32b292 !important; }

.icon--red-error {
  fill: #EE3D52 !important; }

.icon--blue-main {
  fill: #0003FF !important; }

.icon--blue-dark {
  fill: #000066 !important; }

.icon--orange-main {
  fill: #FF5B41 !important; }

.icon--12,
.icon--12 > svg {
  width: 12px;
  height: 12px; }

.icon--15,
.icon--15 > svg {
  width: 15px;
  height: 15px; }

.icon--20,
.icon--20 > svg {
  width: 20px;
  height: 20px; }

.icon--25,
.icon--25 > svg {
  width: 25px;
  height: 25px; }

.icon--30,
.icon--30 > svg {
  width: 30px;
  height: 30px; }

.icon--40,
.icon--40 > svg {
  width: 40px;
  height: 40px; }

.icon--60,
.icon--60 > svg {
  width: 60px;
  height: 60px; }

.icon--hover {
  cursor: pointer; }
  .icon--hover svg {
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  .icon--hover:hover svg {
    fill: #4D30B0 !important; }

.icon--hover-turquoise {
  cursor: pointer; }
  .icon--hover-turquoise svg {
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  .icon--hover-turquoise:hover svg {
    fill: #00EBD9 !important; }

.link, .link--fake {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .link:hover, .link--fake:hover {
    color: #00EBD9; }

.link--icon span {
  margin-left: 10px; }

.link-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  font-weight: 500; }

.link-arrow--inline a {
  text-decoration: none !important; }

.link-arrow--inline:after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.link-arrow--inline.link-arrow--turquoise:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.9125 0.342857L8.6625 7.2C8.8875 7.42857 9 7.65714 9 8C9 8.34286 8.8875 8.57143 8.6625 8.8L1.9125 15.6571C1.4625 16.1143 0.7875 16.1143 0.3375 15.6571C-0.1125 15.2 -0.1125 14.5143 0.3375 14.0571L6.3 8L0.3375 1.94286C-0.1125 1.48572 -0.1125 0.8 0.3375 0.342857C0.7875 -0.114286 1.4625 -0.114286 1.9125 0.342857Z' fill='%23119E8D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.link-arrow--inline:hover:after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px); }

.link-arrow--right .text {
  margin-right: 10px; }

.link-arrow--right .icon {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.link-arrow--right:hover .icon {
  -webkit-transform: translateX(8px);
          transform: translateX(8px); }

.link-arrow--left .icon {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  margin-right: 10px; }

.link-arrow--left:hover .icon {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px); }

input {
  border: solid 1px black;
  border-radius: 0px;
  font-size: 1.5rem;
  font-family: GT Walsheim, sans-serif;
  line-height: 1.5;
  padding: 15px;
  outline: none;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  -webkit-transition: background .3s, border .5s;
  transition: background .3s, border .5s; }
  input:focus {
    border-color: #a1a1a1;
    background-color: #fbfbfb; }
  input:not(:placeholder-shown) {
    background-color: #fbfbfb; }
  input[disabled] {
    background-color: #f7f7f8;
    cursor: not-allowed; }

input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin: 0; }

.input--hold {
  margin-bottom: 20px; }

textarea {
  border: solid 1px black;
  border-radius: 0;
  font-family: GT Walsheim, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 15px;
  outline: none;
  -webkit-transition: background .3s, border .5s;
  transition: background .3s, border .5s; }
  textarea:focus {
    border-color: #a1a1a1;
    background-color: #fbfbfb; }
  textarea:not(:empty) {
    background-color: #fbfbfb; }

select {
  border: solid 1px black;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 15px 40px 15px 15px;
  outline: none;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__hold--fancy {
  margin-top: 24px;
  margin-bottom: 20px;
  position: relative; }
  .input__hold--fancy label {
    margin-top: 12px;
    margin-bottom: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: absolute;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    color: #333;
    pointer-events: none;
    font-weight: 400;
    font-size: 18px;
    left: 0;
    top: 50px; }
    .input__hold--fancy label span {
      padding-left: 10px;
      font-size: 1rem;
      display: inline-block;
      color: #c7192e; }
  .input__hold--fancy input, .input__hold--fancy textarea, .input__hold--fancy select {
    width: 100%;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    color: #333; }
  .input__hold--fancy input:focus ~ label, .input__hold--fancy input.active--input ~ label {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
    letter-spacing: 1px;
    font-size: 14px; }
  .input__hold--fancy input[type=file] {
    border: 0;
    padding-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .input__hold--fancy textarea:focus ~ label, .input__hold--fancy textarea.active--input ~ label {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
    font-size: 14px; }
  .input__hold--fancy select {
    width: 100%;
    font-size: 18px;
    -webkit-transition: border .5s;
    transition: border .5s; }
  .input__hold--fancy.active--input select {
    border-bottom: 2px solid white; }
    .input__hold--fancy.active--input select ~ label {
      color: #333;
      -webkit-transform: translateY(-75px);
      transform: translateY(-75px);
      letter-spacing: 1px;
      font-size: 14px; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .checkbox label {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.3;
    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 30px; }
    .checkbox label::before, .checkbox label::after {
      position: absolute;
      content: "";
      /*Needed for the line-height to take effect*/
      display: inline-block; }
    .checkbox label::before {
      height: 16px;
      width: 16px;
      border: 1px solid #e9dcd4;
      left: 0;
      background-color: #e9dcd4;
      /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
       *to vertically center it.
       */
      top: 3px; }
    .checkbox label::after {
      color: white;
      height: 5px;
      width: 9px;
      border-left: 2px solid;
      border-bottom: 2px solid;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      left: 4px;
      top: 7px; }
  .checkbox input[type="checkbox"] + label::after {
    content: none; }
  .checkbox input[type="checkbox"]:checked + label:before {
    background-color: green;
    border-color: green; }
  .checkbox input[type="checkbox"]:checked + label::after {
    content: ""; }
  .checkbox input[type="checkbox"]:focus + label::before {
    outline: #3b99fc auto 5px; }
  .checkbox input[type="checkbox"]:disabled ~ label:before, .checkbox input[type="checkbox"]:disabled ~ label:after {
    opacity: .5; }
  .checkbox.error label::before, .checkbox.error label::after {
    -webkit-animation: shake .5s ease-in-out forwards;
            animation: shake .5s ease-in-out forwards; }

.input--success {
  border-color: #32b292; }

.input--error {
  border-color: #EE3D52; }

#firstName {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

textarea {
  resize: none; }

a {
  color: inherit; }

@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/fonts/GT-Walsheim-Regular.woff2") format("woff2"), url("/fonts/GT-Walsheim-Regular.woff") format("woff"), url("/fonts/GT-Walsheim-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local(""), url("/fonts/GT-Walsheim-Thin.woff2") format("woff2"), url("/fonts/GT-Walsheim-Thin.woff") format("woff"), url("/fonts/GT-Walsheim-Thin.ttf") format("truetype"); }

@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("/fonts/GT-Walsheim-Light.woff2") format("woff2"), url("/fonts/GT-Walsheim-Light.woff") format("woff"), url("/fonts/GT-Walsheim-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/fonts/GT-Walsheim-Medium.woff2") format("woff2"), url("/fonts/GT-Walsheim-Medium.woff") format("woff"), url("/fonts/GT-Walsheim-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'GT Walsheim';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(""), url("/fonts/GT-Walsheim-Bold.woff2") format("woff2"), url("/fonts/GT-Walsheim-Bold.woff") format("woff"), url("/fonts/GT-Walsheim-Bold.ttf") format("truetype"); }

body {
  font-family: GT Walsheim, sans-serif;
  color: #4D30B0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px; }
  h1 a, .h1 a,
  h2 a, .h2 a,
  h3 a, .h3 a,
  h4 a, .h4 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 4.5rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 5.2rem; } }

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

h3, .h3 {
  font-size: 2.4rem; }

h4, .h4 {
  font-size: 2rem; }

p, .p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 300; }

.small > p,
.small > .p,
.small {
  font-size: 1.6rem; }

.big > p,
.big > .p,
.big {
  font-size: 2rem; }

.subtitle {
  font-size: 2.2rem; }

strong {
  font-weight: 500; }

em {
  font-style: italic; }

ul, ol {
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 25px; }
  ul.ul--unstyled, ul.ul--row, ol.ul--unstyled, ol.ul--row {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.ul--unstyled li, ul.ul--row li, ol.ul--unstyled li, ol.ul--row li {
      padding: 0; }
  ul.ul--row li, ol.ul--row li {
    display: inline-block; }

ul {
  list-style: disc; }
  ul li p:last-of-type {
    margin-bottom: 0; }

ul ul {
  margin-left: 40px; }

.ul--icon {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ul--icon li {
    background-size: 26px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 38px;
    padding-bottom: 0;
    margin-bottom: 15px; }
    @media (min-width: 375px) {
      .ul--icon li {
        padding-left: 50px; } }
    .ul--icon li.mail {
      background-image: url(/dist/img/icons/email.svg); }
    .ul--icon li.phone {
      background-size: 16px;
      background-position: left 4px top 5px;
      background-image: url(/dist/img/icons/phone-call.svg); }
      @media (min-width: 375px) {
        .ul--icon li.phone {
          background-size: 20px; } }
    .ul--icon li.im {
      background-position: left 3px center;
      background-image: url(/dist/img/icons/im.svg); }
    .ul--icon li.sms {
      background-position: left 3px center;
      background-image: url(/dist/img/icons/chat.svg);
      background-size: 20px; }
      @media (min-width: 375px) {
        .ul--icon li.sms {
          background-size: 23px; } }
    .ul--icon li.address {
      background-position: left 3px top 3px;
      background-image: url(/dist/img/icons/marker.svg); }

ol {
  list-style: decimal; }

li {
  font-family: GT Walsheim, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 15px;
  color: #4D30B0; }

.ul--links li {
  margin-bottom: 25px;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #4D30B0; }

.ul--custom {
  list-style: none;
  margin-left: 0; }
  .ul--custom li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 26px; }
    .ul--custom li .icon {
      margin-right: 20px; }

.ul--checklist {
  list-style: none;
  margin-left: 0; }
  .ul--checklist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 18px; }
    @media (min-width: 768px) {
      .ul--checklist li {
        padding-bottom: 20px; } }
    .ul--checklist li .icon {
      margin-right: 18px; }

.iframe--video {
  width: 100%; }
  .iframe--video-tight {
    height: 260px; }
    @media (min-width: 768px) {
      .iframe--video-tight {
        height: 380px; } }
    @media (min-width: 992px) {
      .iframe--video-tight {
        height: 480px; } }

.oh {
  overflow: hidden; }

.body h2, .body .h2 {
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .body h2, .body .h2 {
      font-size: 3rem; } }

.body ul ul {
  list-style-type: circle;
  padding-bottom: 0; }
  .body ul ul li:last-child {
    padding-bottom: 0; }

.body p a, .body ul a {
  text-decoration: underline; }

.sitemap ul ul li {
  list-style-type: circle; }

.sitemap a:hover {
  text-decoration: underline; }

.img-orb__hold {
  position: relative; }
  .img-orb__hold img {
    position: relative;
    z-index: 2; }
  .img-orb__hold .orb {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-60%) translateX(-50%);
            transform: translateY(-60%) translateX(-50%); }
    .img-orb__hold .orb--orange {
      -webkit-transform: translateY(-60%) translateX(-50%) rotate(-30deg);
              transform: translateY(-60%) translateX(-50%) rotate(-30deg); }

.strike {
  display: block;
  border: 1px solid #BCBCCE; }

@media (min-width: 992px) {
  .body--push-right {
    padding-right: 30px; } }

.body .eligibility__hold {
  border-radius: 15px;
  margin: 35px 0;
  padding: 30px 20px 20px; }
  .body .eligibility__hold .btn__hold {
    display: block; }
    .body .eligibility__hold .btn__hold p {
      padding: 15px 0 0; }
  .body .eligibility__hold img {
    opacity: .5; }
  .body .eligibility__hold .g {
    position: relative; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* Prevent parent styles from affecting modal */
#oakbrook-redirect-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(5, 8, 30, 0.85) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  z-index: 2147483647 !important;
  padding: 40px !important;
  -webkit-animation: fadeIn 0.25s ease-in-out !important;
          animation: fadeIn 0.25s ease-in-out !important;
  /* hide until Vue mounts */
  /* Reset inherited styles */
  /* Modal Content */
  /* Logo Section */
  /* Modal Body */
  /* Responsive Breakpoints */ }
  #oakbrook-redirect-modal[v-cloak] {
    display: none !important; }
  #oakbrook-redirect-modal * {
    font-family: inherit !important;
    line-height: normal !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important; }
  #oakbrook-redirect-modal .redirect-modal-content {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.98)), to(rgba(250, 250, 251, 0.98))) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 250, 251, 0.98) 100%) !important;
    border-radius: 18px !important;
    padding: 48px 56px !important;
    max-width: 760px !important;
    width: 100% !important;
    -webkit-box-shadow: 0 40px 80px rgba(9, 14, 36, 0.6) !important;
            box-shadow: 0 40px 80px rgba(9, 14, 36, 0.6) !important;
    position: relative !important;
    color: #0b1220 !important;
    -webkit-animation: slideUp 0.36s cubic-bezier(0.2, 0.9, 0.2, 1) !important;
            animation: slideUp 0.36s cubic-bezier(0.2, 0.9, 0.2, 1) !important; }
  #oakbrook-redirect-modal .redirect-modal-logos {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 24px !important;
    margin-bottom: 32px !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
    #oakbrook-redirect-modal .redirect-modal-logos img.img--responsive {
      height: auto !important;
      max-width: 300px !important;
      width: auto !important;
      -o-object-fit: contain !important;
         object-fit: contain !important; }
  #oakbrook-redirect-modal .logo-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 12px !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  #oakbrook-redirect-modal .logo-text {
    font-size: clamp(18px, 4vw, 20px) !important;
    font-weight: 600 !important;
    color: #1a1a1a !important; }
  #oakbrook-redirect-modal .logo-text-stacked {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0 !important;
    line-height: 1.2 !important; }
  #oakbrook-redirect-modal .logo-subtext {
    font-size: clamp(12px, 2.5vw, 14px) !important;
    color: #41C9E2 !important;
    font-weight: 400 !important; }
  #oakbrook-redirect-modal .arrow-icon {
    color: #9CA3AF !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    width: 32px !important;
    height: 32px !important; }
  #oakbrook-redirect-modal .redirect-modal-body {
    text-align: center !important; }
  #oakbrook-redirect-modal .redirect-modal-title {
    font-size: clamp(24px, 5vw, 34px) !important;
    font-weight: 800 !important;
    color: #0b1220 !important;
    line-height: 1.05 !important;
    margin: 18px 0 22px !important;
    text-align: center !important; }
  #oakbrook-redirect-modal .redirect-modal-description {
    font-size: clamp(14px, 3vw, 16px) !important;
    color: #6B7280 !important;
    line-height: 1.6 !important;
    margin-bottom: 32px !important;
    max-width: 450px !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  #oakbrook-redirect-modal .redirect-modal-button {
    width: 100% !important;
    max-width: 520px !important;
    min-height: 64px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#7B3FF2), to(#6B35D1)) !important;
    background: linear-gradient(180deg, #7B3FF2 0%, #6B35D1 100%) !important;
    color: white !important;
    font-size: clamp(16px, 3vw, 18px) !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 40px !important;
    cursor: pointer !important;
    -webkit-transition: all 0.16s ease !important;
    transition: all 0.16s ease !important;
    -webkit-box-shadow: 0 18px 40px rgba(123, 63, 242, 0.22), 0 4px 10px rgba(11, 17, 36, 0.08) inset !important;
            box-shadow: 0 18px 40px rgba(123, 63, 242, 0.22), 0 4px 10px rgba(11, 17, 36, 0.08) inset !important;
    margin: 18px auto 16px !important;
    display: inline-block !important;
    position: relative !important;
    padding: 0 28px !important;
    outline: 6px solid rgba(255, 255, 255, 0.15) !important;
    white-space: normal !important;
    line-height: 1.2 !important; }
    #oakbrook-redirect-modal .redirect-modal-button:hover {
      background: #6B35D1 !important;
      -webkit-box-shadow: 0 6px 16px rgba(123, 63, 242, 0.4) !important;
              box-shadow: 0 6px 16px rgba(123, 63, 242, 0.4) !important; }
  #oakbrook-redirect-modal .redirect-modal-countdown {
    font-size: clamp(12px, 2.5vw, 14px) !important;
    color: #6B7280 !important;
    text-align: center !important;
    margin-top: 6px !important; }
    #oakbrook-redirect-modal .redirect-modal-countdown span {
      color: #6B7280 !important; }
  #oakbrook-redirect-modal .redirect-modal-close {
    position: absolute !important;
    right: 20px !important;
    top: 18px !important;
    font-size: 20px !important;
    background: transparent !important;
    border: none !important;
    color: #101828 !important;
    cursor: pointer !important;
    width: 40px !important;
    height: 40px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    border-radius: 50% !important;
    -webkit-transition: background 0.2s ease !important;
    transition: background 0.2s ease !important; }
    #oakbrook-redirect-modal .redirect-modal-close:hover {
      background: rgba(0, 0, 0, 0.05) !important; }
  #oakbrook-redirect-modal .countdown-underline {
    text-decoration: underline !important; }
  @media (max-width: 768px) {
    #oakbrook-redirect-modal {
      padding: 16px !important; }
      #oakbrook-redirect-modal .redirect-modal-content {
        padding: 32px 24px !important;
        margin: 0 auto !important;
        max-height: calc(100vh - 32px) !important;
        overflow-y: auto !important; }
      #oakbrook-redirect-modal .redirect-modal-logos {
        gap: 16px !important; }
        #oakbrook-redirect-modal .redirect-modal-logos img.img--responsive {
          max-width: 260px !important; }
      #oakbrook-redirect-modal .arrow-icon {
        width: 24px !important;
        height: 24px !important; } }
  @media (max-width: 480px) {
    #oakbrook-redirect-modal .redirect-modal-content {
      padding: 24px 20px !important; }
    #oakbrook-redirect-modal .redirect-modal-logos {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      gap: 12px !important; }
    #oakbrook-redirect-modal .redirect-modal-button {
      padding: 0 20px !important; }
    #oakbrook-redirect-modal .redirect-modal-close {
      right: 12px !important;
      top: 12px !important; } }

#oakbrook-redirect-modal.oakbrook-modal-bg {
  background: #000 !important;
  opacity: 0.98 !important; }

/* Animations */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/* Prevent background scroll when modal is open */
body.oakbrook-modal-open {
  overflow: hidden !important;
  height: 100% !important; }

body.oakbrook-modal-open header {
  opacity: 0 !important;
  display: none; }

body.oakbrook-modal-open main .spacer-top {
  opacity: 0 !important;
  visibility: hidden; }

body.oakbrook-modal-open main #section-2 {
  opacity: 0 !important;
  visibility: hidden; }

body.oakbrook-modal-open main #section-3 {
  opacity: 0 !important;
  visibility: hidden; }

#footer {
  position: relative;
  background: #4D30B0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
  z-index: 70000;
  text-align: center; }
  #footer .logo {
    width: 250px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  #footer .footer__text {
    margin-bottom: 45px;
    pointer-events: none; }
  #footer ul li a {
    text-decoration: none; }
  #footer .footer__links {
    margin-bottom: 20px; }
    #footer .footer__links li {
      padding-bottom: 20px; }
    #footer .footer__links a {
      font-family: GT Walsheim, sans-serif;
      font-size: 1.8rem;
      font-weight: 500;
      color: #ffffff; }
      #footer .footer__links a:hover, #footer .footer__links a:focus {
        color: #00EBD9; }
  #footer .footer__button {
    margin-bottom: 40px; }
  #footer .footer__cards {
    margin-bottom: 80px; }
    #footer .footer__cards .card-entry {
      text-align: left; }
    @media (max-width: 768px) {
      #footer .footer__cards {
        padding-left: 20px;
        padding-right: 20px; } }
  #footer.footer-pullup {
    padding-top: 60px; }
    @media (min-width: 768px) {
      #footer.footer-pullup {
        padding-top: 80px; } }
  @media (max-width: 768px) {
    #footer {
      padding-bottom: 20px; } }

@media (min-width: 768px) {
  #footer {
    text-align: left; }
    #footer .footer__all {
      margin-bottom: 40px; }
    #footer .footer__links li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      padding-bottom: 0; }
      #footer .footer__links li:last-child {
        margin-right: 0; } }

@media (min-width: 992px) {
  #footer .logo {
    margin-bottom: 50px; }
  #footer .footer__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px; }
  #footer .footer__links {
    margin-bottom: 0; }
  #footer .footer__button {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right; } }

@media (min-width: 1260px) {
  #footer .footer__links li {
    margin-right: 45px; }
    #footer .footer__links li:last-child {
      margin-right: 0; } }

/*
  NOTE

	This file should only contain css related to the grid
	just widths, margins and vertical spacing,
	Any other styling, such as background colours, should be moved to a different
	selector. Nount wrong with 4/5 classes on a single element.
	<div class="g__col gm__1-2 gt__1-3 gd__1-4 cta-box"></div>
	Ideally, if you can, move the cta styling to a child element, leaving the class
	with only grid properties. Oh so reusable, oh so portable
*/
.g {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .g > * {
    width: 100%; }

.g--ng > * {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

/*
  Footer grid modification
*/
.g--gutter .g__1-2 {
  width: calc(99.9% * 1/2 - (1.33334rem - 1.33334rem * 1/2)); }
.g--gutter .g__1-2:nth-child(1n) {
  float: left;
  margin-right: 1.33334rem;
  clear: none; }
.g--gutter .g__1-2:last-child {
  margin-right: 0; }
.g--gutter .g__1-2:nth-child(2n) {
  margin-right: 0;
  float: right; }
.g--gutter .g__1-2:nth-child(2n + 1) {
  clear: both; }

.g--gutter .g__1-3 {
  width: calc(99.9% * 1/3 - (1.33334rem - 1.33334rem * 1/3)); }

.g--gutter .g__1-3:nth-child(1n) {
  float: left;
  margin-right: 1.33334rem;
  clear: none; }

.g--gutter .g__1-3:last-child {
  margin-right: 0; }

.g--gutter .g__1-3:nth-child(3n) {
  margin-right: 0;
  float: right; }

.g--gutter .g__1-3:nth-child(3n + 1) {
  clear: both; }

.g--gutter .g__2-3 {
  width: calc(99.9% * 2/3 - (1.33334rem - 1.33334rem * 2/3)); }

.g--gutter .g__2-3:nth-child(1n) {
  float: left;
  margin-right: 1.33334rem;
  clear: none; }

.g--gutter .g__2-3:last-child {
  margin-right: 0; }

.g--gutter .g__2-3:nth-child(3n) {
  margin-right: 0;
  float: right; }

.g--gutter .g__2-3:nth-child(3n + 1) {
  clear: both; }

.g__1-2 {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }

.g__1-2:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.g__1-2:last-child {
  margin-right: 0; }

.g__1-2:nth-child(2n) {
  margin-right: 0;
  float: right; }

.g__1-2:nth-child(2n + 1) {
  clear: both; }

.g__ac {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.g__5-12 {
  width: calc(99.9% * 5/12 - (30px - 30px * 5/12)); }

.g__5-12:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.g__5-12:last-child {
  margin-right: 0; }

.g__5-12:nth-child(12n) {
  margin-right: 0;
  float: right; }

.g__5-12:nth-child(12n + 1) {
  clear: both; }

.g__7-12 {
  width: calc(99.9% * 7/12 - (30px - 30px * 7/12)); }

.g__7-12:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none; }

.g__7-12:last-child {
  margin-right: 0; }

.g__7-12:nth-child(12n) {
  margin-right: 0;
  float: right; }

.g__7-12:nth-child(12n + 1) {
  clear: both; }

@media (min-width: 768px) {
  .gs__ac {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gs__jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .g--gutter .gs__1-2 {
    width: calc(99.9% * 1/2 - (1.33334rem - 1.33334rem * 1/2)); }
  .g--gutter .gs__1-2:nth-child(1n) {
    float: left;
    margin-right: 1.33334rem;
    clear: none; }
  .g--gutter .gs__1-2:last-child {
    margin-right: 0; }
  .g--gutter .gs__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .g--gutter .gs__1-2:nth-child(2n + 1) {
    clear: both; }
  .gs__1-2 {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
  .gs__1-2:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__1-2:last-child {
    margin-right: 0; }
  .gs__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .gs__1-2:nth-child(2n + 1) {
    clear: both; }
  .gs__m1-2 {
    position: relative;
    left: calc(99.9% * 1/2 - (30px - 30px * 1/2) + 30px); }
  .gs__m-1-2 {
    position: relative;
    left: calc(99.9% * -1/2 - (30px - 30px * -1/2) + 30px); }
  .gs__1-3 {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
  .gs__1-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__1-3:last-child {
    margin-right: 0; }
  .gs__1-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gs__1-3:nth-child(3n + 1) {
    clear: both; }
  .gs__2-3 {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
  .gs__2-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__2-3:last-child {
    margin-right: 0; }
  .gs__2-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gs__2-3:nth-child(3n + 1) {
    clear: both; }
  .gs__2-5 {
    width: calc(99.9% * 2/5 - (30px - 30px * 2/5)); }
  .gs__2-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__2-5:last-child {
    margin-right: 0; }
  .gs__2-5:nth-child(5n) {
    margin-right: 0;
    float: right; }
  .gs__2-5:nth-child(5n + 1) {
    clear: both; }
  .gs__3-5 {
    width: calc(99.9% * 3/5 - (30px - 30px * 3/5)); }
  .gs__3-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__3-5:last-child {
    margin-right: 0; }
  .gs__3-5:nth-child(5n) {
    margin-right: 0;
    float: right; }
  .gs__3-5:nth-child(5n + 1) {
    clear: both; }
  .gs__3-10 {
    width: calc(99.9% * 3/10 - (30px - 30px * 3/10)); }
  .gs__3-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__3-10:last-child {
    margin-right: 0; }
  .gs__3-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gs__3-10:nth-child(10n + 1) {
    clear: both; }
  .gs__4-10 {
    width: calc(99.9% * 4/10 - (30px - 30px * 4/10)); }
  .gs__4-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__4-10:last-child {
    margin-right: 0; }
  .gs__4-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gs__4-10:nth-child(10n + 1) {
    clear: both; }
  .gs__6-10 {
    width: calc(99.9% * 6/10 - (30px - 30px * 6/10)); }
  .gs__6-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gs__6-10:last-child {
    margin-right: 0; }
  .gs__6-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gs__6-10:nth-child(10n + 1) {
    clear: both; }
  .g--content .gs__1-2 {
    width: calc(99.9% * 1/2 - (40px - 40px * 1/2)); }
  .g--content .gs__1-2:nth-child(1n) {
    float: left;
    margin-right: 40px;
    clear: none; }
  .g--content .gs__1-2:last-child {
    margin-right: 0; }
  .g--content .gs__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .g--content .gs__1-2:nth-child(2n + 1) {
    clear: both; }
  .g--content .gs__m1-2 {
    position: relative !important;
    left: calc(99.9% * 1/2 - (40px - 40px * 1/2) + 40px) !important; }
  .g--content .gs__m-1-2 {
    position: relative !important;
    left: calc(99.9% * -1/2 - (40px - 40px * -1/2) + 40px) !important; } }

@media (min-width: 992px) {
  .gm__ac {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gm__jcb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .g--content .gs__1-2 {
    width: calc(99.9% * 1/2 - (85px - 85px * 1/2)); }
  .g--content .gs__1-2:nth-child(1n) {
    float: left;
    margin-right: 85px;
    clear: none; }
  .g--content .gs__1-2:last-child {
    margin-right: 0; }
  .g--content .gs__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .g--content .gs__1-2:nth-child(2n + 1) {
    clear: both; }
  .g--gutter .gm__1-2 {
    width: calc(99.9% * 1/2 - (2rem - 2rem * 1/2)); }
  .g--gutter .gm__1-2:nth-child(1n) {
    float: left;
    margin-right: 2rem;
    clear: none; }
  .g--gutter .gm__1-2:last-child {
    margin-right: 0; }
  .g--gutter .gm__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .g--gutter .gm__1-2:nth-child(2n + 1) {
    clear: both; }
  .gm__1-2 {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
  .gm__1-2:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__1-2:last-child {
    margin-right: 0; }
  .gm__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .gm__1-2:nth-child(2n + 1) {
    clear: both; }
  .gm__1-3 {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
  .gm__1-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__1-3:last-child {
    margin-right: 0; }
  .gm__1-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gm__1-3:nth-child(3n + 1) {
    clear: both; }
  .gm__2-3 {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
  .gm__2-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__2-3:last-child {
    margin-right: 0; }
  .gm__2-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gm__2-3:nth-child(3n + 1) {
    clear: both; }
  .gm__1-4 {
    width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
  .gm__1-4:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__1-4:last-child {
    margin-right: 0; }
  .gm__1-4:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .gm__1-4:nth-child(4n + 1) {
    clear: both; }
  .gm__3-4 {
    width: calc(99.9% * 3/4 - (30px - 30px * 3/4)); }
  .gm__3-4:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__3-4:last-child {
    margin-right: 0; }
  .gm__3-4:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .gm__3-4:nth-child(4n + 1) {
    clear: both; }
  .gm__2-5 {
    width: calc(99.9% * 2/5 - (30px - 30px * 2/5)); }
  .gm__2-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__2-5:last-child {
    margin-right: 0; }
  .gm__2-5:nth-child(5n) {
    margin-right: 0;
    float: right; }
  .gm__2-5:nth-child(5n + 1) {
    clear: both; }
  .gm__3-5 {
    width: calc(99.9% * 3/5 - (30px - 30px * 3/5)); }
  .gm__3-5:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__3-5:last-child {
    margin-right: 0; }
  .gm__3-5:nth-child(5n) {
    margin-right: 0;
    float: right; }
  .gm__3-5:nth-child(5n + 1) {
    clear: both; }
  .gm__6-10 {
    width: calc(99.9% * 6/10 - (30px - 30px * 6/10)); }
  .gm__6-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__6-10:last-child {
    margin-right: 0; }
  .gm__6-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gm__6-10:nth-child(10n + 1) {
    clear: both; }
  .gm__9-10 {
    width: calc(99.9% * 9/10 - (30px - 30px * 9/10)); }
  .gm__9-10:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__9-10:last-child {
    margin-right: 0; }
  .gm__9-10:nth-child(10n) {
    margin-right: 0;
    float: right; }
  .gm__9-10:nth-child(10n + 1) {
    clear: both; }
  .gm__5-12 {
    width: calc(99.9% * 5/12 - (30px - 30px * 5/12)); }
  .gm__5-12:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__5-12:last-child {
    margin-right: 0; }
  .gm__5-12:nth-child(12n) {
    margin-right: 0;
    float: right; }
  .gm__5-12:nth-child(12n + 1) {
    clear: both; }
  .gm__7-12 {
    width: calc(99.9% * 7/12 - (30px - 30px * 7/12)); }
  .gm__7-12:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gm__7-12:last-child {
    margin-right: 0; }
  .gm__7-12:nth-child(12n) {
    margin-right: 0;
    float: right; }
  .gm__7-12:nth-child(12n + 1) {
    clear: both; } }

@media (min-width: 1260px) {
  .g--gutter .gl__1-3 {
    width: calc(99.9% * 1/3 - (2rem - 2rem * 1/3)); }
  .g--gutter .gl__1-3:nth-child(1n) {
    float: left;
    margin-right: 2rem;
    clear: none; }
  .g--gutter .gl__1-3:last-child {
    margin-right: 0; }
  .g--gutter .gl__1-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .g--gutter .gl__1-3:nth-child(3n + 1) {
    clear: both; }
  .gl__1-2 {
    width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
  .gl__1-2:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gl__1-2:last-child {
    margin-right: 0; }
  .gl__1-2:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .gl__1-2:nth-child(2n + 1) {
    clear: both; }
  .gl__1-3 {
    width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
  .gl__1-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gl__1-3:last-child {
    margin-right: 0; }
  .gl__1-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gl__1-3:nth-child(3n + 1) {
    clear: both; }
  .gl__2-3 {
    width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
  .gl__2-3:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gl__2-3:last-child {
    margin-right: 0; }
  .gl__2-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gl__2-3:nth-child(3n + 1) {
    clear: both; }
  .gl__5-12 {
    width: calc(99.9% * 5/12 - (30px - 30px * 5/12)); }
  .gl__5-12:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gl__5-12:last-child {
    margin-right: 0; }
  .gl__5-12:nth-child(12n) {
    margin-right: 0;
    float: right; }
  .gl__5-12:nth-child(12n + 1) {
    clear: both; }
  .gl__7-12 {
    width: calc(99.9% * 7/12 - (30px - 30px * 7/12)); }
  .gl__7-12:nth-child(1n) {
    float: left;
    margin-right: 30px;
    clear: none; }
  .gl__7-12:last-child {
    margin-right: 0; }
  .gl__7-12:nth-child(12n) {
    margin-right: 0;
    float: right; }
  .gl__7-12:nth-child(12n + 1) {
    clear: both; } }

#header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90000;
  padding-bottom: 2px;
  background-color: transparent;
  -webkit-transition: background-color .3s, border-bottom .3s;
  transition: background-color .3s, border-bottom .3s; }
  #header .banner {
    padding: 2px 10px;
    background-color: #119E8D;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden; }
    #header .banner p {
      color: #ffffff;
      margin-bottom: 0; }
  #header .wrapper {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    padding-top: 15px; }
    @media (max-width: 992px) {
      #header .wrapper {
        padding-bottom: 15px; } }
  #header .logo {
    width: 158px;
    display: inline-block; }
    @media (min-width: 992px) {
      #header .logo {
        padding-top: 5px; } }
    #header .logo svg {
      width: 158px;
      height: 47px; }
  #header .navigation .sub-nav__hold > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #header .navigation .sub-nav__hold > a .icon {
      margin-left: 10px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
  #header.header--scrolled, #header.header--solid, #header.open {
    background-color: #4D30B0; }
    #header.header--scrolled .wrapper, #header.header--solid .wrapper, #header.open .wrapper {
      background-color: #4D30B0; }
  #header.header--scrolled .banner {
    padding: 0px 10px;
    height: 0px !important; }
  #header a:not(.btn) {
    color: white;
    text-decoration: none !important;
    font-weight: 400 !important; }

@media (max-width: 992px) {
  #header {
    height: 83px; }
    #header .wrapper {
      width: 100% !important; }
    #header.header--banner .navigation {
      top: 79px;
      height: calc(100vh - 80px); }
    #header .navigation {
      position: absolute;
      left: 0;
      right: 0;
      top: 68px;
      -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
      background-color: #4D30B0;
      height: calc(100vh - 83px);
      overflow-y: scroll;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
      transition: visibility .3s, opacity .3s, -webkit-transform .3s;
      transition: transform .3s, visibility .3s, opacity .3s;
      transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s;
      padding-top: 40px;
      padding-bottom: 150px; }
      #header .navigation ul {
        list-style: none;
        margin-left: 35px;
        padding: 0; }
        #header .navigation ul li {
          padding-bottom: 20px; }
      #header .navigation .sub-nav__hold.open > a .icon {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      #header .navigation .sub-nav {
        display: none; }
        #header .navigation .sub-nav.open {
          display: block; }
        #header .navigation .sub-nav ul {
          margin-top: 20px;
          margin-left: 10px; }
          #header .navigation .sub-nav ul li:last-of-type {
            padding-bottom: 0; }
          #header .navigation .sub-nav ul a {
            font-size: 1.8rem; }
        #header .navigation .sub-nav .icon {
          display: none; }
      #header .navigation .link__hold a {
        font-family: GT Walsheim, sans-serif;
        color: white;
        font-size: 2.6rem; }
      #header .navigation .button__hold {
        padding-top: 15px; }
        #header .navigation .button__hold .btn {
          background: #FFEC83;
          color: #4D30B0; }
        #header .navigation .button__hold .btn:first-child {
          margin-bottom: 20px; }
    #header.open .navigation {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

@media (min-width: 992px) {
  #header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    #header .logo {
      width: 200px; }
      #header .logo svg {
        width: 200px;
        height: 60px; }
    #header .button__hold {
      padding-right: 0; }
    #header .btn {
      padding: 2px 20px; }
    #header.header--scrolled, #header.header--solid, #header.open {
      border-bottom: none; }
      #header.header--scrolled .btn, #header.header--solid .btn, #header.open .btn {
        background: #FFEC83;
        color: #4D30B0; }
        #header.header--scrolled .btn:hover, #header.header--scrolled .btn:focus, #header.header--solid .btn:hover, #header.header--solid .btn:focus, #header.open .btn:hover, #header.open .btn:focus {
          -webkit-box-shadow: 0px 0px 16px 4px #FFEC83;
                  box-shadow: 0px 0px 16px 4px #FFEC83; }
      #header.header--scrolled .wrapper, #header.header--solid .wrapper, #header.open .wrapper {
        background-color: transparent; }
    #header .link__hold a {
      font-family: GT Walsheim, sans-serif;
      border-bottom: 1px solid transparent;
      -webkit-transition: border .3s;
      transition: border .3s;
      padding-bottom: 6px; }
      #header .link__hold a.link--active {
        border-bottom: 1px solid white; }
    #header .link__hold:hover a {
      color: white;
      border-bottom: 1px solid white; }
    #header.header--banner:not(.header--scrolled) .sub-nav__hold .sub-nav {
      top: 116px !important; } }
    @media (min-width: 992px) and (min-width: 1260px) {
      #header.header--banner:not(.header--scrolled) .sub-nav__hold .sub-nav {
        top: 128px !important; } }

@media (min-width: 992px) {
    #header .sub-nav__hold {
      position: relative; }
      #header .sub-nav__hold a {
        padding-bottom: 2px; }
      #header .sub-nav__hold .sub-nav {
        position: fixed;
        top: 90px;
        left: 0;
        display: none;
        background: #4D30B0;
        background: linear-gradient(82.93deg, #4D30B0 -27.68%, #320877 89.26%);
        -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
        width: 100vw;
        padding: 40px 30px 60px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px; } }
      @media (min-width: 992px) and (min-width: 1260px) {
        #header .sub-nav__hold .sub-nav {
          top: 94px; } }

@media (min-width: 992px) {
        #header .sub-nav__hold .sub-nav ul {
          list-style: none;
          padding: 0;
          margin: 0;
          margin-top: 10px; }
          #header .sub-nav__hold .sub-nav ul li {
            padding-bottom: 15px; }
            #header .sub-nav__hold .sub-nav ul li:last-of-type {
              padding-bottom: 0; }
            #header .sub-nav__hold .sub-nav ul li a {
              max-width: 300px;
              display: block;
              width: 100%;
              position: relative;
              font-size: 2rem;
              color: white !important;
              text-decoration: none !important;
              border: none; }
              #header .sub-nav__hold .sub-nav ul li a .text {
                padding-bottom: 2px;
                border-bottom: 1px solid transparent;
                -webkit-transition: border .3s;
                transition: border .3s; }
              #header .sub-nav__hold .sub-nav ul li a .icon {
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                margin-left: 15px;
                -webkit-transition: -webkit-transform .3s;
                transition: -webkit-transform .3s;
                transition: transform .3s;
                transition: transform .3s, -webkit-transform .3s; }
                #header .sub-nav__hold .sub-nav ul li a .icon svg path {
                  fill: white; }
              #header .sub-nav__hold .sub-nav ul li a:hover {
                color: #00EBD9 !important; }
                #header .sub-nav__hold .sub-nav ul li a:hover .text {
                  border-bottom: 1px solid #00EBD9; }
                #header .sub-nav__hold .sub-nav ul li a:hover .icon svg path {
                  fill: #00EBD9; }
        #header .sub-nav__hold .sub-nav a {
          color: white;
          text-decoration: none;
          font-size: 1.6rem;
          position: relative;
          padding-left: 0;
          -webkit-transition: padding-left .3s;
          transition: padding-left .3s; }
          #header .sub-nav__hold .sub-nav a:hover {
            color: pink; }
      #header .sub-nav__hold:hover > a .icon {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      #header .sub-nav__hold:hover .sub-nav {
        display: block; }
    #header .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
    #header nav {
      display: block;
      margin-bottom: -10px;
      padding-top: 10px; }
      #header nav > ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #header nav > ul > li {
          display: inline-block;
          position: relative;
          padding-left: 9px;
          padding-right: 9px;
          margin-right: 0;
          padding-top: 5px;
          padding-bottom: 35px; }
          #header nav > ul > li:last-of-type {
            margin-right: 0; } }

@media (min-width: 1260px) {
  #header .btn {
    padding: 2px 24px; }
  #header .logo .icon {
    width: 135px;
    height: 53px; }
  #header .sub-nav__hold {
    position: relative; }
    #header .sub-nav__hold .sub-nav {
      padding: 80px 30px; }
  #header nav > ul > li {
    padding-left: 13px;
    padding-right: 13px; } }

.prefooter {
  position: relative;
  margin-bottom: 7rem;
  background: #FFF9DA;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden; }
  .prefooter .prefooter__inner {
    padding: 50px 0 120px 0; }
    .prefooter .prefooter__inner .prefooter__content {
      margin-bottom: 32px; }
    @media (min-width: 768px) {
      .prefooter .prefooter__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 50px 0 70px 0; }
        .prefooter .prefooter__inner .prefooter__content {
          max-width: 520px;
          margin-bottom: 0px; }
          .prefooter .prefooter__inner .prefooter__content h2 {
            font-size: 4rem; } }
  .prefooter .prefooter__media {
    display: none; }
    @media (min-width: 768px) {
      .prefooter .prefooter__media {
        display: block;
        max-width: 260px;
        padding-left: 60px; } }
    @media (min-width: 992px) {
      .prefooter .prefooter__media {
        max-width: 300px;
        padding-left: 0px; } }
  .prefooter .prefooter__decor {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.2; }
    @media (max-width: 768px) {
      .prefooter .prefooter__decor {
        max-width: 220px; } }

.wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 1.33334rem;
  z-index: 5; }
  @media (min-width: 768px) {
    .wrapper {
      width: 720px; } }
  @media (min-width: 992px) {
    .wrapper {
      width: 940px; } }
  @media (min-width: 1260px) {
    .wrapper {
      width: 1160px; } }

.wrapper-nozindex {
  z-index: unset; }

@media (min-width: 1260px) {
  .wrapper--tight {
    width: 960px; } }

@media (min-width: 992px) {
  .wrapper--x-tight {
    width: 740px; } }

@media (min-width: 768px) {
  .wrapper--full {
    width: 100%; } }

.accord__item {
  padding: 20px 20px;
  position: relative;
  background: white;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 20px;
  font-family: GT Walsheim, sans-serif;
  border: 1px solid #F7F9FE;
  -webkit-box-shadow: 8px 8px 25px 0px #E6EBF9CC;
          box-shadow: 8px 8px 25px 0px #E6EBF9CC; }
  .accord__item.accord__item--dark-shadow {
    -webkit-box-shadow: 8px 8px 25px 0px #00000021;
            box-shadow: 8px 8px 25px 0px #00000021; }
  .accord__item:last-of-type {
    border-bottom: none; }
  .accord__item .accord__q {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    padding-right: 50px;
    line-height: 1.3; }
    .accord__item .accord__q .arrow {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
  .accord__item .accord__a {
    padding-right: 50px; }
    .accord__item .accord__a p a {
      color: #4D30B0 !important; }
    .accord__item .accord__a div {
      display: none;
      padding-top: 20px; }
  .accord__item.open .arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .accord__item.open .accord__a div {
    display: block; }
  .accord__item.open .accord__a p:first-of-type {
    padding-top: 10px; }
  .accord__item.open .accord__a p:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .accord__item {
      padding: 25px 35px; } }

.blog__header {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-top: -150px;
  z-index: 3; }
  @media (min-width: 992px) {
    .blog__header {
      margin-top: -250px; } }

.blog-filter {
  position: relative;
  top: 2px;
  width: calc(100% - 40px);
  background: #4D30B0;
  border-radius: 12px;
  -webkit-box-shadow: 8px 8px 20px 0px #4D30B033;
          box-shadow: 8px 8px 20px 0px #4D30B033;
  padding: 20px 0;
  margin: 0 auto 60px auto; }
  .blog-filter .wrapper {
    max-width: 100%; }
  @media (min-width: 768px) {
    .blog-filter .blog-filter__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .blog-filter .blog-filter__row .topic {
        opacity: 1;
        margin-bottom: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        .blog-filter .blog-filter__row .topic:hover {
          opacity: 0.75; } }
  .blog-filter p {
    color: #ffffff; }
    @media (max-width: 768px) {
      .blog-filter p {
        margin-bottom: 20px; } }

#posts {
  position: relative;
  top: -125px; }

.oh {
  overflow: hidden; }

#calc-home .calc-hero-home {
  position: relative;
  z-index: 55; }
  #calc-home .calc-hero-home .calc {
    overflow: hidden; }
  #calc-home .calc-hero-home .calc__update {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #00EBD9;
    z-index: 9;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    #calc-home .calc-hero-home .calc__update.show {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      padding: 3px 15px; }
    #calc-home .calc-hero-home .calc__update p {
      margin-bottom: 0; }
  #calc-home .calc-hero-home.calc-loaded {
    opacity: 1; }
  #calc-home .calc-hero-home input[type="number"] {
    -moz-appearance: textfield; }
  #calc-home .calc-hero-home input[type="number"]::-webkit-inner-spin-button,
  #calc-home .calc-hero-home input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  @media (min-width: 1260px) {
    #calc-home .calc-hero-home {
      padding-right: 80px; } }
  #calc-home .calc-hero-home * {
    color: #4D30B0 !important; }
  @media (max-width: 768px) {
    #calc-home .calc-hero-home .amount__text, #calc-home .calc-hero-home .calc__months {
      overflow-x: hidden; } }
  #calc-home .calc-hero-home label {
    display: inline-block; }
  #calc-home .calc-hero-home .calc__input {
    position: relative;
    display: inline-block;
    width: 130px;
    margin-left: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 1260px) {
      #calc-home .calc-hero-home .calc__input {
        width: 140px; } }
    #calc-home .calc-hero-home .calc__input:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 14px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 17px;
      height: 17px;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.758 20c-.087-.036-.177-.066-.26-.11a.926.926 0 0 1-.482-.998c.268-1.546.536-3.092.81-4.637a.435.435 0 0 1 .128-.208c3.238-3.241 6.477-6.48 9.717-9.72l.381-.382c.25-.247.513-.248.763.002.79.788 1.579 1.578 2.368 2.367l1.84 1.84c.29.29.29.533.006.818-3.36 3.36-6.719 6.719-10.08 10.075a.482.482 0 0 1-.24.128c-1.499.268-2.998.53-4.497.794-.035.006-.07.02-.104.031h-.35Zm4.466-6.565c.184.007.321-.083.446-.207 1.97-1.972 3.941-3.942 5.912-5.913.033-.034.067-.068.096-.105a.543.543 0 0 0-.323-.868c-.226-.049-.396.047-.552.202l-5.9 5.902c-.045.045-.09.09-.125.143a.52.52 0 0 0-.03.556.52.52 0 0 0 .476.29ZM3.432 14.69c-.459 0-.897-.003-1.334.005-.036 0-.092.074-.1.12a162.93 162.93 0 0 0-.402 2.28c-.01.06.02.146.063.19.343.353.69.702 1.045 1.043.05.048.15.078.219.067.651-.107 1.302-.224 1.952-.337.432-.075.432-.073.432-.516v-.984H3.432V14.69ZM15.997 0c.065.018.129.039.195.053.35.077.652.245.905.496.787.784 1.576 1.566 2.355 2.357a1.86 1.86 0 0 1-.003 2.64c-.586.596-1.18 1.184-1.772 1.774-.23.228-.497.228-.726-.001-1.426-1.424-2.85-2.849-4.275-4.275-.229-.228-.226-.495.003-.725.59-.592 1.18-1.183 1.773-1.772.286-.284.63-.457 1.03-.52.024-.003.047-.017.07-.027h.445Z' fill='%234D30B0'/%3E%3C/svg%3E");
      background-size: 100% 100%;
      pointer-events: none; }
    #calc-home .calc-hero-home .calc__input--month {
      width: 160px; }
      @media (min-width: 1260px) {
        #calc-home .calc-hero-home .calc__input--month {
          width: 180px; } }
      #calc-home .calc-hero-home .calc__input--month:before {
        content: 'months';
        position: absolute;
        top: 50%;
        left: 44px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-family: GT Walsheim, sans-serif;
        font-size: 2.2rem;
        font-weight: 500;
        color: #4D30B0;
        z-index: 1;
        pointer-events: none; }
  #calc-home .calc-hero-home .amount__text p, #calc-home .calc-hero-home .calc__months p {
    margin-bottom: 0;
    display: inline-block; }
  #calc-home .calc-hero-home .month-text {
    margin-left: 10px; }
  @media (min-width: 768px) {
    #calc-home .calc-hero-home .calc__input {
      min-width: 200px; } }
  @media (min-width: 992px) {
    #calc-home .calc-hero-home .calc__input {
      min-width: 250px; } }
  @media (min-width: 1260px) {
    #calc-home .calc-hero-home .calc__input {
      min-width: 370px; } }
  #calc-home .calc-hero-home .calc__input .input-group {
    width: 100%;
    position: relative; }
    #calc-home .calc-hero-home .calc__input .input-group .field-addon {
      position: absolute;
      left: 12px;
      top: 50%;
      -webkit-transform: translateY(-45%);
              transform: translateY(-45%);
      font-family: GT Walsheim, sans-serif;
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 1; }
    #calc-home .calc-hero-home .calc__input .input-group input {
      width: 100%;
      border: 1px solid #4D30B0;
      border-radius: 5px;
      background: transparent;
      font-size: 2.2rem;
      font-weight: 500; }
    #calc-home .calc-hero-home .calc__input .input-group .money-amount {
      padding: 5px 40px 5px 30px; }
    #calc-home .calc-hero-home .calc__input .input-group .time-amount {
      padding: 5px 40px 5px 10px; }
  #calc-home .calc-hero-home .calc__info {
    margin-top: 34px;
    padding-bottom: 20px; }
    #calc-home .calc-hero-home .calc__info .stat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      #calc-home .calc-hero-home .calc__info .stat p {
        line-height: 1;
        font-weight: 300;
        font-size: 2rem; }
      #calc-home .calc-hero-home .calc__info .stat p:last-of-type {
        font-weight: bold;
        padding-left: 16px; }
  @media (max-width: 992px) {
    #calc-home .calc-hero-home .calc__button {
      text-align: left; }
      #calc-home .calc-hero-home .calc__button .btn {
        margin-right: 0;
        margin-bottom: 12px; } }
  @media (min-width: 992px) {
    #calc-home .calc-hero-home .calc__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #calc-home .calc-hero-home .calc__button .btn {
        margin-right: 12px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
  #calc-home .calc-hero-home .calc__button p {
    font-size: 1.2rem;
    margin-bottom: 0; }
  #calc-home .calc-hero-home .label-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #calc-home .calc-hero-home .vue-slider {
    margin: 12px 0;
    /* rail style */
    /* process style */
    /* dot style */ }
    #calc-home .calc-hero-home .vue-slider .vue-slider-rail {
      background-color: #DBDBDB;
      border-radius: 3px;
      height: 8px; }
    #calc-home .calc-hero-home .vue-slider .vue-slider-process {
      background-color: #DBDBDB;
      border-radius: 15px; }
    #calc-home .calc-hero-home .vue-slider .vue-slider-dot-handle {
      cursor: pointer;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #4D30B0; }
    #calc-home .calc-hero-home .vue-slider .vue-slider-dot {
      width: 23px !important;
      height: 23px !important; }
    #calc-home .calc-hero-home .vue-slider .vue-slider-dot-tooltip {
      display: none; }

#calc-home .calc__aside {
  background: #F8F9FE;
  border: 3px solid #EDEAF7;
  border-radius: 20px;
  padding: 30px; }
  #calc-home .calc__aside .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #calc-home .calc__aside .btn {
    width: 100%;
    margin-top: 40px; }

#calc {
  margin-bottom: -140px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  #calc .calc {
    overflow: hidden; }
  #calc .calc__update {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #00EBD9;
    padding: 3px 15px;
    z-index: 9;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    #calc .calc__update.show {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    #calc .calc__update p {
      margin-bottom: 0; }
  #calc.calc-loaded {
    opacity: 1; }
  #calc input[type="number"] {
    -moz-appearance: textfield; }
  #calc input[type="number"]::-webkit-inner-spin-button,
  #calc input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.calc__below {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .calc__below {
      padding-top: 40px; } }

.calc {
  position: relative;
  z-index: 55;
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 8px 8px 25px 0 #00000021;
          box-shadow: 8px 8px 25px 0 #00000021;
  padding: 20px; }
  .calc * {
    color: #4D30B0 !important; }
  @media (max-width: 768px) {
    .calc .amount__text, .calc .calc__months {
      overflow-x: hidden; } }
  .calc label {
    display: inline-block; }
  .calc .calc__input {
    position: relative;
    display: inline-block;
    width: 130px;
    margin-left: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 1260px) {
      .calc .calc__input {
        width: 140px; } }
    .calc .calc__input:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 14px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 17px;
      height: 17px;
      background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.95481 17L0.752629 17C0.338683 17 2.26494e-07 16.6611 2.20863e-07 16.2468L1.63695e-07 12.0415C1.60965e-07 11.8407 0.075263 11.6524 0.225789 11.5143L11.5152 0.21654C11.8037 -0.0721803 12.2804 -0.0721804 12.5814 0.21654L16.7836 4.42182C17.0721 4.71054 17.0721 5.18756 16.7836 5.48883L5.49419 16.7866C5.34366 16.9247 5.15551 17 4.95481 17Z' fill='%234D30B0'/%3E%3C/svg%3E%0A");
      background-size: 100% 100%;
      pointer-events: none; }
    .calc .calc__input--month {
      width: 160px; }
      @media (min-width: 1260px) {
        .calc .calc__input--month {
          width: 180px; } }
      .calc .calc__input--month:before {
        content: 'months';
        position: absolute;
        top: 50%;
        left: 44px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-family: GT Walsheim, sans-serif;
        font-size: 2.2rem;
        font-weight: 500;
        color: #4D30B0;
        z-index: 1;
        pointer-events: none; }
  .calc .amount__text p, .calc .calc__months p {
    margin-bottom: 0;
    display: inline-block; }
  .calc .month-text {
    margin-left: 10px; }
  .calc .calc__input .input-group {
    width: 100%;
    position: relative; }
    .calc .calc__input .input-group .field-addon {
      position: absolute;
      left: 12px;
      top: 50%;
      -webkit-transform: translateY(-45%);
              transform: translateY(-45%);
      font-family: GT Walsheim, sans-serif;
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 1; }
    .calc .calc__input .input-group input {
      width: 100%;
      border: 1px solid #4D30B0;
      border-radius: 5px;
      font-size: 2.2rem;
      font-weight: 500; }
    .calc .calc__input .input-group .money-amount {
      padding: 5px 40px 5px 30px; }
    .calc .calc__input .input-group .time-amount {
      padding: 5px 40px 5px 10px; }
  .calc .calc__info {
    margin-top: 34px;
    padding-bottom: 20px; }
    .calc .calc__info .stat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .calc .calc__info .stat p {
        line-height: 1;
        font-weight: 300;
        font-size: 2rem; }
      .calc .calc__info .stat p:last-of-type {
        font-weight: bold;
        padding-left: 16px; }
  @media (max-width: 992px) {
    .calc .calc__button {
      text-align: left; }
      .calc .calc__button .btn {
        margin-right: 0;
        margin-bottom: 12px; } }
  @media (min-width: 992px) {
    .calc .calc__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .calc .calc__button .btn {
        margin-right: 12px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
  .calc .calc__button p {
    font-size: 1.2rem;
    margin-bottom: 0; }
  .calc .label-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .calc .vue-slider {
    margin: 12px 0;
    /* rail style */
    /* process style */
    /* dot style */ }
    .calc .vue-slider .vue-slider-rail {
      -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      background-color: #f0f0f0;
      border-radius: 3px;
      height: 3px; }
    .calc .vue-slider .vue-slider-process {
      background-color: #4D30B0;
      border-radius: 15px; }
    .calc .vue-slider .vue-slider-dot-handle {
      cursor: pointer;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #4D30B0; }
    .calc .vue-slider .vue-slider-dot {
      width: 23px !important;
      height: 23px !important; }
    .calc .vue-slider .vue-slider-dot-tooltip {
      display: none; }

@media (min-width: 768px) {
  .calc .amount__text label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media (min-width: 992px) {
  #calc {
    margin-bottom: -180px; }
  .calc {
    max-width: 433px;
    margin: 0 0 0 auto;
    padding: 40px; }
    .calc .amount__text label {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; }
    .calc .amount__text, .calc .calc__months {
      text-align: left; }
    .calc .calc__info .stat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px; }
      .calc .calc__info .stat p {
        margin-bottom: 0; }
        .calc .calc__info .stat p:last-of-type {
          margin-bottom: 0; } }

@media (min-width: 1260px) {
  #calc {
    margin-bottom: -160px; } }

#calc-fullwidth input[type="number"],
#calc-fullwidth2 input[type="number"],
#calc-fullwidth3 input[type="number"] {
  -moz-appearance: textfield; }

#calc-fullwidth input[type="number"]::-webkit-inner-spin-button,
#calc-fullwidth input[type="number"]::-webkit-outer-spin-button,
#calc-fullwidth2 input[type="number"]::-webkit-inner-spin-button,
#calc-fullwidth2 input[type="number"]::-webkit-outer-spin-button,
#calc-fullwidth3 input[type="number"]::-webkit-inner-spin-button,
#calc-fullwidth3 input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#calc-fullwidth .calc,
#calc-fullwidth2 .calc,
#calc-fullwidth3 .calc {
  position: relative;
  z-index: 75000;
  max-width: none;
  overflow: hidden; }
  #calc-fullwidth .calc .amount__text .calc__input,
  #calc-fullwidth2 .calc .amount__text .calc__input,
  #calc-fullwidth3 .calc .amount__text .calc__input {
    width: 140px; }
  #calc-fullwidth .calc .calc__update,
  #calc-fullwidth2 .calc .calc__update,
  #calc-fullwidth3 .calc .calc__update {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background-color: #00EBD9;
    padding: 3px 15px;
    z-index: 9;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    #calc-fullwidth .calc .calc__update.show,
    #calc-fullwidth2 .calc .calc__update.show,
    #calc-fullwidth3 .calc .calc__update.show {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    #calc-fullwidth .calc .calc__update p,
    #calc-fullwidth2 .calc .calc__update p,
    #calc-fullwidth3 .calc .calc__update p {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    #calc-fullwidth .calc.calc--blog .calc__info,
    #calc-fullwidth2 .calc.calc--blog .calc__info,
    #calc-fullwidth3 .calc.calc--blog .calc__info {
      display: block; }
      #calc-fullwidth .calc.calc--blog .calc__info .calc__info__amounts, #calc-fullwidth .calc.calc--blog .calc__info .calc__button,
      #calc-fullwidth2 .calc.calc--blog .calc__info .calc__info__amounts,
      #calc-fullwidth2 .calc.calc--blog .calc__info .calc__button,
      #calc-fullwidth3 .calc.calc--blog .calc__info .calc__info__amounts,
      #calc-fullwidth3 .calc.calc--blog .calc__info .calc__button {
        width: 100%;
        text-align: left; } }
  @media (min-width: 992px) {
    #calc-fullwidth .calc.calc--blog,
    #calc-fullwidth2 .calc.calc--blog,
    #calc-fullwidth3 .calc.calc--blog {
      padding: 40px; } }
  @media (min-width: 1260px) {
    #calc-fullwidth .calc.calc--blog,
    #calc-fullwidth2 .calc.calc--blog,
    #calc-fullwidth3 .calc.calc--blog {
      padding: 45px 60px; } }
  @media (min-width: 768px) {
    #calc-fullwidth .calc .calc__info,
    #calc-fullwidth2 .calc .calc__info,
    #calc-fullwidth3 .calc .calc__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 0; }
      #calc-fullwidth .calc .calc__info .calc__info__amounts,
      #calc-fullwidth2 .calc .calc__info .calc__info__amounts,
      #calc-fullwidth3 .calc .calc__info .calc__info__amounts {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 45%; }
      #calc-fullwidth .calc .calc__info .calc__button,
      #calc-fullwidth2 .calc .calc__info .calc__button,
      #calc-fullwidth3 .calc .calc__info .calc__button {
        display: block;
        text-align: center; }
        #calc-fullwidth .calc .calc__info .calc__button .btn,
        #calc-fullwidth2 .calc .calc__info .calc__button .btn,
        #calc-fullwidth3 .calc .calc__info .calc__button .btn {
          margin-right: 0;
          margin-bottom: 10px; } }
  @media (min-width: 992px) {
    #calc-fullwidth .calc,
    #calc-fullwidth2 .calc,
    #calc-fullwidth3 .calc {
      padding: 40px 60px; } }
  @media (min-width: 1260px) {
    #calc-fullwidth .calc,
    #calc-fullwidth2 .calc,
    #calc-fullwidth3 .calc {
      padding: 45px 80px; } }

.card-list {
  margin-bottom: 35px; }

.card {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 70px; }
  .card .link-arrow, .card .btn {
    position: absolute;
    bottom: 0;
    left: 0; }

.card-entry {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 60px;
  text-decoration: none; }
  .card-entry .card-entry__media {
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    margin-bottom: 20px; }
    .card-entry .card-entry__media:before {
      content: '';
      -webkit-box-shadow: 2px 5px 30px 0px rgba(50, 8, 119, 0.75);
              box-shadow: 2px 5px 30px 0px rgba(50, 8, 119, 0.75);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s;
      -webkit-transform: scale(0.975);
              transform: scale(0.975);
      z-index: -1;
      border-radius: 10px; }

@-webkit-keyframes pulsateShadow {
  0% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975); } }

@keyframes pulsateShadow {
  0% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975); }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975); } }

@-webkit-keyframes hoverImg {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes hoverImg {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }
  .card-entry h2, .card-entry h3 {
    margin-bottom: 10px;
    text-decoration: none; }
    .card-entry h2 a:after, .card-entry h3 a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .card-entry p {
    text-decoration: none; }
  .card-entry .link-arrow, .card-entry .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none; }
  @media (min-width: 992px) {
    .card-entry:hover .card-entry__media {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-animation: hoverImg 2.5s 0.2s ease-in-out infinite;
              animation: hoverImg 2.5s 0.2s ease-in-out infinite; }
      .card-entry:hover .card-entry__media:before {
        -webkit-animation: pulsateShadow 2.5s 0.25s ease-in-out infinite;
                animation: pulsateShadow 2.5s 0.25s ease-in-out infinite;
        opacity: 0.75; }
    .card-entry:hover .link-arrow .icon {
      -webkit-transform: translateX(8px);
              transform: translateX(8px); } }
  @media (max-width: 768px) {
    .card-entry {
      padding-bottom: 0; }
      .card-entry article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .card-entry article .card-entry__media {
          width: 40%;
          margin-right: 16px; }
        .card-entry article .card-entry__content {
          position: relative;
          width: 60%;
          padding-bottom: 26px; }
          .card-entry article .card-entry__content .topic {
            margin-bottom: 10px; }
          .card-entry article .card-entry__content .link-arrow {
            margin-bottom: 0; }
          .card-entry article .card-entry__content h2 {
            font-size: 2rem; }
          .card-entry article .card-entry__content p:not(.link-arrow) {
            font-size: 1.4rem; } }

.card-entry--light {
  color: #ffffff; }
  .card-entry--light:hover .card-entry__media {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
    .card-entry--light:hover .card-entry__media:before {
      -webkit-box-shadow: 2px 5px 30px 0px rgba(0, 235, 217, 0.75);
              box-shadow: 2px 5px 30px 0px rgba(0, 235, 217, 0.75); }

.card-news-featured {
  position: relative; }
  .card-news-featured h2, .card-news-featured h3 {
    margin-bottom: 10px;
    text-decoration: none; }
    .card-news-featured h2 a:after, .card-news-featured h3 a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .card-news-featured:hover p {
    color: #4D30B0; }
  .card-news-featured:hover .link-arrow .icon {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }

.card-info {
  height: 100%;
  padding: 32px;
  border-radius: 20px;
  background: #ffffff; }
  @media (min-width: 768px) {
    .card-info {
      padding: 40px; } }

#cookie-message {
  padding: 30px 0;
  background-color: #F0F0F0;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9999; }
  #cookie-message p {
    color: #4A4A4A;
    margin-bottom: 0; }
    #cookie-message p a {
      text-decoration: underline; }
  #cookie-message .inner {
    position: relative;
    padding-right: 50px; }
  #cookie-message .cookie-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    border-radius: 50%; }

@media (min-width: 768px) {
  #cookie-message .inner {
    position: relative;
    padding-right: 150px; } }

.copy-clipboard {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: none;
  font-family: GT Walsheim, sans-serif; }

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
[data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 8px;
  margin-left: -45px;
  padding: 9px 9px;
  background-color: #4D30B0;
  color: #ffffff;
  font-size: 14px;
  width: 90px;
  border-radius: 10px;
  font-weight: 500;
  text-align: center; }

.tooltip--big {
  display: block; }

.tooltip--big[data-tooltip]:before {
  width: 130px;
  margin-left: -65px; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 3px;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid #4D30B0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.navigation-burger {
  position: relative;
  z-index: 10;
  display: inline-block;
  float: right;
  padding-top: 15px; }

.hamburger {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 20px;
  margin: 0;
  position: relative;
  width: 30px;
  outline: none; }
  .hamburger span {
    height: 0;
    border-bottom: 2px solid white;
    border-radius: 5px;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .hamburger:hover span {
    width: 100%; }
  .hamburger:after, .hamburger:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    border-bottom: 2px solid white;
    border-radius: 5px;
    content: '';
    height: 0;
    width: 100%;
    right: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .hamburger:before {
    top: 0; }
  .hamburger:after {
    top: 100%; }
  .hamburger.open span {
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg); }
  .hamburger.open:before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .hamburger.open:after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }

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

.hero {
  position: relative;
  background: #4D30B0;
  background: linear-gradient(82.93deg, #4D30B0 -27.68%, #320877 89.26%);
  padding-top: 100px;
  padding-bottom: 20px; }
  .hero .hero__image--desktop {
    display: none; }
  .hero * {
    color: white; }
  @media (max-width: 768px) {
    .hero .hero__subheading {
      font-size: 2.25rem;
      margin-bottom: 15px; } }
  @media (max-width: 768px) {
    .hero .hero__heading {
      font-size: 3.6rem; } }
  .hero p a {
    font-weight: bold;
    text-decoration: underline; }
  .hero .inner {
    padding-top: 10vh;
    padding-bottom: 10vh; }

.blog-hero {
  position: relative; }
  .blog-hero .blog-hero__logo {
    width: clamp(320px, 40vw, 520px);
    -webkit-transform: translate(25%, 25%) scale(1.1);
            transform: translate(25%, 25%) scale(1.1);
    opacity: .9;
    pointer-events: none; }
  @media (max-width: 992px) {
    .blog-hero .blog-hero__logo {
      -webkit-transform: translate(15%, 25%) scale(0.9);
              transform: translate(15%, 25%) scale(0.9); } }

.header--banner ~ main .hero {
  padding-top: 148px; }

.hero--news-blank h1, .hero--news h1 {
  position: relative;
  z-index: 3; }
  @media (min-width: 768px) {
    .hero--news-blank h1, .hero--news h1 {
      margin-top: 90px; } }

.hero--news-blank {
  background-color: #4D30B0;
  min-height: 100px; }
  @media (min-width: 768px) {
    .hero--news-blank {
      min-height: 200px; } }

.hero--news {
  position: relative;
  min-height: 300px; }
  .hero--news::after {
    content: "";
    z-index: 3;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #4D30B0;
    opacity: .8; }
  @media (min-width: 768px) {
    .hero--news {
      min-height: 400px; } }
  @media (min-width: 992px) {
    .hero--news {
      min-height: 500px; } }

.hero--home {
  position: relative;
  background: #4D30B0;
  overflow: hidden; }
  .hero--home .inner {
    padding-top: 3vh;
    padding-bottom: 3vh; }
    @media (max-width: 768px) {
      .hero--home .inner {
        padding-bottom: 0; } }
    .hero--home .inner .btn {
      display: block;
      max-width: 250px;
      color: #4D30B0; }
      @media (max-width: 768px) {
        .hero--home .inner .btn {
          width: 100%;
          max-width: unset; } }
    .hero--home .inner .banner {
      background: #fff;
      padding: 15px;
      margin-top: 10px;
      border-radius: 10px;
      text-align: center; }
      .hero--home .inner .banner p, .hero--home .inner .banner a {
        color: #119E8D;
        padding-bottom: 0;
        margin-bottom: 0; }
  .hero--home .wrapper .banner {
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
    text-align: center; }
    .hero--home .wrapper .banner p, .hero--home .wrapper .banner a {
      color: #119E8D;
      font-size: 1.2rem !important;
      padding-bottom: 0;
      margin-bottom: 0; }
  .hero--home .wrapper .representive-banner {
    padding: 5px;
    text-align: center; }
    .hero--home .wrapper .representive-banner p, .hero--home .wrapper .representive-banner a {
      font-size: 1.2rem !important; }
  .hero--home .hero__decor {
    position: absolute;
    top: 10%;
    right: 0%;
    width: 60%;
    min-width: 350px; }
    @media (min-width: 375px) {
      .hero--home .hero__decor {
        top: 10%;
        right: 0%;
        min-width: 400px; } }
    @media (min-width: 480px) {
      .hero--home .hero__decor {
        right: 0%; } }
    .hero--home .hero__decor svg {
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .hero--home .hero__decor {
        right: 0% !important;
        top: 25% !important;
        min-width: 100px !important;
        width: 50% !important; } }
    @media (min-width: 768px) {
      .hero--home .hero__decor {
        display: none; } }
  .hero--home .trustpilot {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .hero--home .trustpilot {
        height: 65%; } }
    @media (min-width: 1260px) {
      .hero--home .trustpilot {
        height: 80%; } }
    .hero--home .trustpilot h2 {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .hero--home .trustpilot h2 {
          margin-bottom: 8px;
          font-size: 3rem; } }
      @media (min-width: 1260px) {
        .hero--home .trustpilot h2 {
          font-size: 4rem; } }
  @media (min-width: 992px) {
    .hero--home .inner {
      padding-top: 6vh;
      padding-bottom: 6vh; } }
  @media (min-width: 1260px) {
    .hero--home .text .hero__heading {
      max-width: 660px; } }
  @media (min-width: 1260px) and (max-width: 768px) {
    .hero--home .text .hero__heading {
      font-size: 2.6rem; } }
  @media (min-width: 1260px) and (min-width: 768px) {
    .hero--home .text .hero__heading {
      font-size: 3rem; } }
  @media (min-width: 1260px) and (min-width: 992px) {
    .hero--home .text .hero__heading {
      font-size: 4rem; } }

#hero-home-calc .hero__image--oa {
  left: auto;
  right: 0vw;
  bottom: auto;
  top: 20%;
  width: 70vw;
  max-width: 920px;
  min-width: 420px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none; }

@media (min-width: 992px) {
  #hero-home-calc .hero__image--oa {
    right: 0vw;
    top: 21%;
    width: 58vw; } }

@media (min-width: 1260px) {
  #hero-home-calc .hero__image--oa {
    right: 0vw;
    top: 21%;
    width: 50vw;
    max-width: 980px; } }

.calc-home-trigger {
  position: relative;
  width: 100%;
  height: 1px;
  top: -120px; }

.hero--loan {
  position: relative; }
  .hero--loan .inner {
    padding-bottom: 0;
    padding-top: 5vh; }
  @media (min-width: 992px) {
    .hero--loan .inner {
      padding-top: 15vh; }
    .hero--loan .text {
      padding-bottom: 92px; } }
  @media (min-width: 1260px) {
    .hero--loan .text p {
      padding-right: 100px; }
    .hero--loan .text h2 {
      font-size: 5.2rem;
      max-width: 600px; } }

.hero--tint {
  position: relative; }
  .hero--tint::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #320877;
    background: linear-gradient(82.93deg, #4D30B0 -27.68%, #320877 89.26%);
    opacity: .7; }
  .hero--tint .inner {
    position: relative;
    z-index: 55; }

@media (max-width: 768px) {
  .hero h1 {
    padding: 0 30px; }
  .hero--home h1, .hero--loan h1 {
    padding: 0; } }

@media (min-width: 768px) {
  .hero .hero__image--desktop {
    display: block; }
  .hero .hero__image--mobile {
    display: none; } }

@media (min-width: 992px) {
  .hero {
    padding-top: 110px; } }

.hero--push {
  padding-top: 80px;
  background: #4D30B0; }
  @media (min-width: 992px) {
    .hero--push {
      padding-top: 120px; } }

.header--banner ~ main .hero--push {
  padding-top: 132px; }
  @media (min-width: 530px) {
    .header--banner ~ main .hero--push {
      padding-top: 110px; } }
  @media (min-width: 992px) {
    .header--banner ~ main .hero--push {
      padding-top: 130px; } }
  @media (min-width: 1260px) {
    .header--banner ~ main .hero--push {
      padding-top: 138px; } }

.hero--curve {
  position: relative; }
  .hero--curve:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(/dist/img/hero/hero-curve.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .hero--curve:after {
        height: 60px; } }
    @media (min-width: 992px) {
      .hero--curve:after {
        height: 80px; } }
    @media (min-width: 1260px) {
      .hero--curve:after {
        height: 100px; } }

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

.mt-10 {
  margin-top: 10px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mt-160 {
  margin-top: 160px !important; }

.hero-list-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center; }
  .hero-list-desktop .hero-trustpilot-desktop {
    float: left;
    width: 50%;
    margin-top: 10px; }
    .hero-list-desktop .hero-trustpilot-desktop .hero-trustpilot-inner-desktop {
      border-left: solid 1px #fff;
      padding-left: 30px; }

.img--background-watermark {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.6; }

.loans-list {
  position: relative; }
  .loans-list .loans-list__decor {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-69%);
            transform: translateY(-69%);
    max-width: 280px;
    display: none; }
    @media (min-width: 992px) {
      .loans-list .loans-list__decor {
        display: block; } }
    @media (min-width: 1260px) {
      .loans-list .loans-list__decor {
        max-width: 350px; } }

.office-location p {
  margin-bottom: 10px; }

.pagination {
  text-align: center; }
  .pagination .number, .pagination .current {
    display: inline-block;
    padding: 0px 10px;
    margin: 0 2px;
    color: #4D30B0;
    background: transparent;
    border: 2px solid #FFEC83;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    min-width: 35px; }
  .pagination .current {
    background: #FFEC83; }
  .pagination .dots {
    display: inline-block;
    padding: 0 2px;
    margin: 0 2px;
    color: #4D30B0;
    font-weight: 500;
    height: 30px;
    width: 30px; }
  .pagination .arrow {
    margin: 0 4px;
    padding: 0 2px; }
  .pagination .icon {
    padding: 0; }
  .pagination .previous {
    margin-right: 10px; }
  .pagination .next {
    margin-left: 10px; }
  @media (min-width: 992px) {
    .pagination .previous {
      margin-right: 20px; }
    .pagination .next {
      margin-left: 20px; } }

.quote-single {
  position: relative; }
  .quote-single::before {
    content: "“";
    font-size: 125px;
    color: #FFEC83; }
  .quote-single::after {
    content: "”";
    font-size: 125px;
    color: #FFEC83;
    position: absolute;
    bottom: -20px;
    right: 0; }
  .quote-single .quote-text {
    margin-top: -50px;
    margin-bottom: 35px;
    padding-right: 56px; }
    .quote-single .quote-text p {
      font-size: 3rem;
      font-weight: 500;
      line-height: 1.5; }
  @media (min-width: 768px) {
    .quote-single {
      padding-left: 70px; }
      .quote-single::before {
        position: absolute;
        top: 2px;
        left: 0px; }
      .quote-single::after {
        position: absolute;
        bottom: 0;
        right: 0; }
      .quote-single .quote-text {
        position: relative;
        margin-top: 0;
        padding-right: 70px; }
        .quote-single .quote-text p {
          font-size: 3.6rem; } }
  @media (min-width: 992px) {
    .quote-single {
      padding-left: 100px;
      padding-right: 80px; }
      .quote-single::before {
        font-size: 150px;
        top: 2px;
        left: 0px; }
      .quote-single::after {
        font-size: 150px;
        bottom: -20px;
        right: 120px; }
      .quote-single .quote-text {
        padding-right: 90px; } }
  @media (min-width: 1260px) {
    .quote-single {
      padding-right: 120px; }
      .quote-single .quote-text {
        padding-right: 90px; } }

.quote-slider_hold {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 20px 50px; }
  .quote-slider_hold .quote-slider--prev, .quote-slider_hold .quote-slider--next {
    position: absolute;
    cursor: pointer;
    bottom: 20px;
    opacity: .5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .quote-slider_hold .quote-slider--prev:hover, .quote-slider_hold .quote-slider--next:hover {
      opacity: 1; }
  .quote-slider_hold .quote-slider--next {
    right: 30px; }
  .quote-slider_hold .quote-slider--prev {
    right: 80px; }
  @media (min-width: 768px) {
    .quote-slider_hold {
      padding: 40px 60px; } }

.quote-slider_hold .slider__item {
  width: 100%; }

.blocks-slider {
  position: relative; }
  .blocks-slider .slide {
    min-height: 100%;
    width: 75%;
    margin-right: 25px;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .blocks-slider .slide {
      width: calc(40% - 35px);
      margin-right: 35px; } }
  @media (min-width: 992px) {
    .blocks-slider.blocks-slider--3 .slide {
      width: calc(33.3% - 35px);
      margin-right: 35px; } }
  @media (min-width: 992px) {
    .blocks-slider.blocks-slider--4 .slide {
      width: calc(25% - 35px);
      margin-right: 35px; } }

.reviews-slider {
  position: relative;
  max-width: 675px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 8px 8px 25px 0px #00000021;
          box-shadow: 8px 8px 25px 0px #00000021;
  border-radius: 10px;
  padding: 32px 32px 50px; }
  @media (min-width: 768px) {
    .reviews-slider {
      padding: 40px 40px 55px; } }
  @media (max-width: 500px) {
    .reviews-slider {
      padding-bottom: 100px; } }
  .reviews-slider .review {
    width: 100%; }
    .reviews-slider .review .review__details {
      margin-bottom: 0; }
  .reviews-slider .reviews-slider__trustpilot {
    max-width: 256px;
    margin-bottom: 42px;
    width: 100%; }

.reviews-slider__controls {
  position: absolute;
  bottom: 24px;
  right: 32px;
  z-index: 1; }
  @media (min-width: 768px) {
    .reviews-slider__controls {
      bottom: 30px;
      right: 40px; } }
  .reviews-slider__controls .reviews-slider__control {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: none;
    padding: 12px;
    border-radius: 50%;
    border: 1px solid #BCBCCE;
    -webkit-transition: border 0.3s;
    transition: border 0.3s; }
    .reviews-slider__controls .reviews-slider__control:focus, .reviews-slider__controls .reviews-slider__control:active {
      outline: none; }
    .reviews-slider__controls .reviews-slider__control svg path {
      -webkit-transition: fill 0.3s;
      transition: fill 0.3s; }
    .reviews-slider__controls .reviews-slider__control:hover {
      border: 1px solid #119E8D; }
      .reviews-slider__controls .reviews-slider__control:hover svg path {
        fill: #119E8D !important; }
  .reviews-slider__controls .reviews-slider__control--prev {
    margin-right: 10px; }

.tab {
  position: relative;
  padding: 18px 22px;
  color: #ffffff;
  background: #4D30B0;
  border-radius: 10px;
  cursor: pointer;
  font-family: GT Walsheim, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 32px; }
  .tab.is-active {
    color: #ffffff;
    background: #4D30B0;
    -webkit-box-shadow: 8px 8px 25px 0px #00000021;
            box-shadow: 8px 8px 25px 0px #00000021; }
    .tab.is-active .tab__heading .arrow {
      -webkit-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
      .tab.is-active .tab__heading .arrow .icon path {
        fill: #ffffff !important; }
  .tab.tab--content-right.is-active .tab__heading .arrow {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg); }
    @media (min-width: 992px) {
      .tab.tab--content-right.is-active .tab__heading .arrow {
        -webkit-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); } }
  .tab:not(.tab--content-right).tab--last:not(.is-active) {
    margin-bottom: 0; }
  .tab:not(.tab--content-right).tab--last + .tab__content {
    padding-bottom: 0; }
    .tab:not(.tab--content-right).tab--last + .tab__content p:last-child {
      margin-bottom: 0; }
  .tab .tab__heading {
    position: relative;
    font-size: 2rem;
    font-weight: 900;
    padding-right: 50px;
    line-height: 1.3; }
    .tab .tab__heading .arrow {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      .tab .tab__heading .arrow .icon path {
        -webkit-transition: fill 0.2s;
        transition: fill 0.2s; }

.tab__content {
  display: none;
  padding-bottom: 20px; }
  .tab__content.is-active {
    display: block; }

.tab__image {
  display: none; }
  .tab__image.is-active {
    display: block; }
  @media (max-width: 992px) {
    .tab__image {
      display: none !important; } }
  @media (min-width: 992px) {
    .tab__image {
      padding-left: 40px; } }
  @media (min-width: 1260px) {
    .tab__image {
      padding-left: 60px; } }

@media (min-width: 768px) {
  .tabs-spacer {
    padding-top: 200px !important; } }

.table-container {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px; }
  .table-container::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em; }
  .table-container::-webkit-scrollbar-track {
    background-color: #F7F9FE;
    -webkit-box-shadow: inset 0 0 4px #F7F9FE;
            box-shadow: inset 0 0 4px #F7F9FE; }
  .table-container::-webkit-scrollbar-thumb {
    background-color: #5f5f5f;
    outline: 1px solid #5f5f5f; }

.table, .body table {
  margin-bottom: 25px;
  border-radius: 12px;
  font-size: 1.8rem;
  border-collapse: collapse;
  background-color: #F7F9FE;
  width: 100%;
  overflow: hidden; }
  .table tbody tr:first-child td, .body table tbody tr:first-child td {
    padding-top: 20px; }
    @media (min-width: 768px) {
      .table tbody tr:first-child td, .body table tbody tr:first-child td {
        padding-top: 40px; } }
  .table tbody tr:last-child td, .body table tbody tr:last-child td {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .table tbody tr:last-child td, .body table tbody tr:last-child td {
        padding-bottom: 40px; } }
  .table td, .table th, .body table td, .body table th {
    padding: 10px 20px;
    color: #4D30B0;
    font-weight: 300;
    line-height: 1.5; }
    .table td p:last-child, .table th p:last-child, .body table td p:last-child, .body table th p:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .table td, .table th, .body table td, .body table th {
        padding: 20px 40px; } }
  .table th, .body table th {
    text-align: left;
    color: #ffffff;
    background-color: #320877; }
  @media (min-width: 768px) {
    .table, .body table {
      border-radius: 20px; } }

.tile-stat {
  margin-bottom: 25px; }
  .tile-stat .big {
    font-size: 2.8rem;
    font-family: GT Walsheim, sans-serif;
    line-height: 1.4;
    margin-bottom: 4px; }
  .tile-stat p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .tile-stat .big {
    font-size: 4rem; } }

.tile--page-ll {
  border-radius: 36px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  .tile--page-ll .top__hold {
    padding: 40px;
    background-image: url("/dist/img/bkg/ll-large-bkg-mobile.jpg");
    background-size: cover;
    text-align: center; }
  .tile--page-ll .btn {
    padding: 6px 40px;
    border-radius: 8px;
    font-weight: bold; }
  .tile--page-ll .btn--green {
    background-color: #33D167;
    color: white; }
  .tile--page-ll .btn--blue {
    background-color: #005BC6;
    color: white; }
  .tile--page-ll .btn--yellow {
    background-color: #FFEC83;
    color: #4D30B0; }
  .tile--page-ll .icon--logo-finio {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
    margin-right: 20px; }
    .tile--page-ll .icon--logo-finio, .tile--page-ll .icon--logo-finio svg {
      width: 215px;
      height: 80px; }
  .tile--page-ll .icon--logo-ll {
    position: relative;
    z-index: 2;
    margin-bottom: 25px; }
    .tile--page-ll .icon--logo-ll, .tile--page-ll .icon--logo-ll svg {
      width: 215px;
      height: 80px; }
    .tile--page-ll .icon--logo-ll .swap {
      fill: #fff; }
  .tile--page-ll .bottom__hold {
    background-color: white;
    padding: 40px 25px; }
    .tile--page-ll .bottom__hold h2 {
      font-weight: bold;
      color: #005BC6; }
    .tile--page-ll .bottom__hold li {
      text-align: left; }
    .tile--page-ll .bottom__hold p, .tile--page-ll .bottom__hold li {
      color: #4a4a4a; }
  .tile--page-ll .extra__block {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    text-align: center;
    padding: 90px 20px 20px;
    position: relative;
    overflow: hidden;
    height: 100%; }
    @media (min-width: 375px) {
      .tile--page-ll .extra__block {
        padding: 90px 25px 25px; } }
    .tile--page-ll .extra__block::before {
      content: "";
      position: absolute;
      background-color: #FEAC13;
      height: 180px;
      width: 180px;
      border-radius: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -110px; }
    .tile--page-ll .extra__block h3 {
      font-weight: bold;
      color: #005BC6; }
    .tile--page-ll .extra__block .extra__block__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tile--page-ll .extra__block .extra__block__row div:nth-child(1) {
        width: 45%; }
      .tile--page-ll .extra__block .extra__block__row div:nth-child(2) {
        width: 55%; }
  @media (min-width: 768px) {
    .tile--page-ll .top__hold {
      background-image: url("/dist/img/bkg/ll-large-bkg-desktop.jpg");
      background-size: cover;
      background-position: center; } }
  @media (min-width: 992px) {
    .tile--page-ll .top__hold {
      padding: 40px 40px 80px; } }

.tile--home-ll {
  padding: 40px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  background-image: url("/dist/img/bkg/ll-bkg-mobile.jpg");
  background-size: cover;
  text-align: center; }
  .tile--home-ll h3 {
    color: white; }
  .tile--home-ll .icon--logo-ll {
    position: relative;
    z-index: 2;
    margin-bottom: 25px; }
    .tile--home-ll .icon--logo-ll, .tile--home-ll .icon--logo-ll svg {
      width: 215px;
      height: 80px; }
    .tile--home-ll .icon--logo-ll .swap {
      fill: #fff; }
  @media (min-width: 768px) {
    .tile--home-ll {
      background-image: url("/dist/img/bkg/ll-bkg-desktop.jpg");
      background-size: cover;
      background-position: center left -360px; } }
  @media (min-width: 992px) {
    .tile--home-ll {
      background-position: center; } }
  @media (min-width: 1260px) {
    .tile--home-ll h3 {
      padding-left: 40px;
      padding-right: 40px; } }

.tile--contact-ll {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  padding: 110px 40px 35px;
  position: relative;
  overflow: hidden; }
  .tile--contact-ll .logo__container {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px); }
  .tile--contact-ll .logo__container > * {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0; }
  .tile--contact-ll .logo__hold {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0; }
    .tile--contact-ll .logo__hold::before {
      content: "";
      position: absolute;
      background-color: #005bc6;
      height: 230px;
      width: 230px;
      border-radius: 50%;
      right: -50px;
      top: -170px;
      z-index: 1; }
  .tile--contact-ll .logo__container > .logo__hold:first-child {
    margin-right: 90px !important; }
    .tile--contact-ll .logo__container > .logo__hold:first-child::before {
      right: -20px; }
  .tile--contact-ll .icon--logo-finio {
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    font-size: 0;
    line-height: 0; }
    .tile--contact-ll .icon--logo-finio, .tile--contact-ll .icon--logo-finio img {
      height: 41px;
      width: auto;
      display: block !important;
      margin: 0 !important;
      padding: 0 !important;
      right: 20px;
      bottom: 5px; }
  .tile--contact-ll .icon--logo-ll {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    font-size: 0;
    line-height: 0; }
    .tile--contact-ll .icon--logo-ll, .tile--contact-ll .icon--logo-ll svg {
      width: 107px;
      height: 41px;
      display: block !important;
      margin: 0 !important;
      padding: 0 !important;
      right: 6px; }
    .tile--contact-ll .icon--logo-ll .swap {
      fill: #fff; }
  .tile--contact-ll h2 {
    font-weight: bold;
    color: #005BC6; }
  .tile--contact-ll li {
    color: #4a4a4a; }
  .tile--contact-ll .btn__hold {
    background: #F2F7FC;
    border-radius: 7px;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .tile--contact-ll .btn__hold {
        margin-bottom: 0px; } }
    .tile--contact-ll .btn__hold h3 {
      color: #0D2C54;
      font-size: 20px; }
    .tile--contact-ll .btn__hold .btn {
      background-color: #005bc6;
      padding: 8px 30px;
      border-radius: 8px;
      font-weight: bold;
      color: white; }
  @media (min-width: 768px) {
    .tile--contact-ll {
      padding: 55px 40px 35px; }
      .tile--contact-ll .logo__container {
        right: 0;
        padding-right: 20px; } }
  @media (max-width: 767px) {
    .tile--contact-ll .logo__hold::before {
      height: 150px;
      width: 150px;
      right: -30px;
      top: -110px; }
    .tile--contact-ll .logo__container > .logo__hold:first-child::before {
      right: -10px; }
    .tile--contact-ll .icon--logo-finio, .tile--contact-ll .icon--logo-finio img {
      height: 28px;
      right: 12px;
      bottom: 3px; }
    .tile--contact-ll .icon--logo-ll, .tile--contact-ll .icon--logo-ll svg {
      width: 70px;
      height: 28px;
      right: 4px; } }
  @media (min-width: x-small) {
    .tile--contact-ll .logo__hold::before {
      height: 150px;
      width: 150px;
      right: -30px;
      top: -110px; }
    .tile--contact-ll .logo__container > .logo__hold:first-child::before {
      right: -10px; }
    .tile--contact-ll .icon--logo-finio, .tile--contact-ll .icon--logo-finio img {
      height: 28px;
      right: 12px;
      bottom: 3px; }
    .tile--contact-ll .icon--logo-ll, .tile--contact-ll .icon--logo-ll svg {
      width: 70px;
      height: 28px;
      right: 4px; } }
  @media (min-width: 992px) {
    .tile--contact-ll {
      padding: 35px 40px 35px; }
      .tile--contact-ll .logo__container {
        right: 30px;
        padding-right: 20px; }
      .tile--contact-ll h2 {
        margin-bottom: 40px; } }

.topics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1; }

.topic {
  padding: 6px 10px;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 1.4rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .topic:not(:last-child) {
    margin-right: 12px; }

.topic--outline {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff; }

.topic--active {
  color: #4D30B0 !important;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important; }

.tp-widget-wrapper {
  min-width: auto; }

.trustpilot-alt .trustpilot-alt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px; }
  @media (max-width: 768px) {
    .trustpilot-alt .trustpilot-alt__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 768px) {
    .trustpilot-alt .trustpilot-alt__inner h2 {
      margin-bottom: 0; } }

.clb .clb__media {
  max-height: 206px;
  display: block; }

.icon-tiles {
  border-radius: 20px;
  background: #d8d5ed; }
  .icon-tiles .slide.slide-w-btn, .icon-tiles .icon-tile--stacked {
    padding-bottom: 66px; }
    .icon-tiles .slide.slide-w-btn .btn, .icon-tiles .icon-tile--stacked .btn {
      position: absolute;
      bottom: 16px;
      left: 0; }
  .icon-tiles .icon-tile--stacked {
    position: relative;
    height: auto !important; }
  .icon-tiles .icon-tile {
    height: 100%; }
    .icon-tiles .icon-tile .icon-tile__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .icon-tiles .icon-tile .icon-tile__icon__wrapper {
      width: 86px; }

.info-cards > .wrapper {
  position: relative; }
  .info-cards > .wrapper .info-cards__decor {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-69%);
            transform: translateY(-69%);
    width: 160px; }
    @media (max-width: 992px) {
      .info-cards > .wrapper .info-cards__decor {
        display: none; } }
    @media (min-width: 1260px) {
      .info-cards > .wrapper .info-cards__decor {
        width: 185px; } }

.text-tiles {
  position: relative;
  overflow: visible; }
  .text-tiles > .p-spacer,
  .text-tiles > .p-spacer-top,
  .text-tiles > .spacer,
  .text-tiles > .spacer-top {
    position: relative;
    z-index: 1; }
  .text-tiles .text-tiles__decor {
    position: absolute;
    top: 50%;
    left: -28vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
    z-index: 0; }
    @media (max-width: 768px) {
      .text-tiles .text-tiles__decor {
        display: none; } }
    @media (min-width: 992px) {
      .text-tiles .text-tiles__decor {
        left: -20vw; } }
    @media (min-width: 1260px) {
      .text-tiles .text-tiles__decor {
        left: -16vw; } }
    .text-tiles .text-tiles__decor svg {
      width: 50vw;
      max-width: 640px;
      min-width: 360px;
      height: auto; }

@media print {
  .no-print {
    display: none; } }

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