@charset "UTF-8";
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"; } }

@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"); }

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

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

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

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

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

.box-padding {
  padding: 24px; }
  @media (min-width: 992px) {
    .box-padding {
      padding: 50px 100px; } }

.bg--lightOrange {
  background: rgba(255, 91, 65, 0.2); }

.bg--lightGray {
  background: #f8f9fe; }

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

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

.blocks-slider {
  position: relative; }
  .blocks-slider .slide {
    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; } }

.content-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.d-flex {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .d-flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.right-col {
  color: #000066;
  font-size: 20px;
  padding-bottom: 12px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .right-col {
      font-size: 36px;
      padding-bottom: 20px; } }

.mb-0 {
  margin-bottom: 0 !important; }

.icon-tiles {
  border-radius: 20px;
  background: #f8f9fe; }
  .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;
      height: 100px;
      margin-left: auto;
      margin-right: auto; }

.text-tiles {
  position: relative;
  overflow: hidden; }
  .text-tiles .text-tiles__decor {
    position: absolute;
    top: 20px;
    left: 0; }
    @media (max-width: 768px) {
      .text-tiles .text-tiles__decor {
        display: none; } }
    .text-tiles .text-tiles__decor svg {
      width: 360px;
      height: auto; }

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

.bg-decor {
  background: url(/dist/img/bkg/OakbrookLoans_LightOrb.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52%;
  padding-bottom: 15%;
  padding-top: 45%;
  margin-top: -45%;
  margin-bottom: -15%;
  z-index: -1; }
  @media (min-width: 768px) {
    .bg-decor {
      padding-top: 30%;
      margin-top: -30%; } }

.show-large {
  display: none; }
  @media (min-width: 768px) {
    .show-large {
      display: block; } }

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

.plr-10 {
  padding: 0 10px !important; }

.show-lg {
  display: none !important; }
  @media (min-width: 768px) {
    .show-lg {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.show-md {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media (min-width: 768px) {
    .show-md {
      display: none !important; } }

.mt-40 {
  margin-top: 40px; }

.read_more_btn {
  display: block; }

.puimp {
  position: unset !important; }

.white-anchor a {
  color: white; }

.list-black-tick ul {
  padding: 0; }
  .list-black-tick ul li {
    position: relative;
    padding-left: 26px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .list-black-tick ul li::before {
      content: "";
      position: absolute;
      background-image: url("/dist/img/icons/shield-check.png");
      background-repeat: no-repeat;
      background-position: center;
      left: -21px;
      width: 26px;
      height: 32px; }

.list--tick ul {
  padding: 0; }
  .list--tick ul li {
    position: relative;
    padding-left: 26px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .list--tick ul li::before {
      content: "";
      position: absolute;
      background-image: url("/dist/img/icons/check.png");
      background-repeat: no-repeat;
      background-position: center;
      left: -21px;
      width: 26px;
      height: 32px; }

.list-orange-tick ul {
  padding: 0; }
  .list-orange-tick ul li {
    position: relative;
    padding-left: 26px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .list-orange-tick ul li::before {
      content: "";
      position: absolute;
      background-image: url("/dist/img/icons/shield-check-orange.png");
      background-repeat: no-repeat;
      background-position: center;
      left: -21px;
      width: 26px;
      height: 32px; }

.bump {
  margin-bottom: 20px; }

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

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

.nudge {
  margin-right: 15px; }

.spacer {
  margin-bottom: 8vh; }
  .spacer--large {
    margin-bottom: 8vh; }
    @media (min-width: 768px) {
      .spacer--large {
        margin-bottom: 15vh; } }
  .spacer-top {
    margin-top: 8vh; }
    .spacer-top--large {
      margin-top: 8vh; }
      @media (min-width: 768px) {
        .spacer-top--large {
          margin-top: 15vh; } }

.p-spacer {
  padding-bottom: 8vh; }
  .p-spacer--large {
    padding-bottom: 8vh; }
    @media (min-width: 768px) {
      .p-spacer--large {
        padding-bottom: 15vh; } }
  .p-spacer-top {
    padding-top: 8vh; }
    .p-spacer-top--sm-bottom-mobile {
      padding-bottom: 1vh; }
      @media (min-width: 768px) {
        .p-spacer-top--sm-bottom-mobile {
          padding-bottom: 8vh; } }
    .p-spacer-top--sm-top-mobile {
      padding-top: 1vh; }
      @media (min-width: 768px) {
        .p-spacer-top--sm-top-mobile {
          padding-top: 8vh; } }
    .p-spacer-top--large {
      padding-top: 8vh; }
      @media (min-width: 768px) {
        .p-spacer-top--large {
          padding-top: 15vh; } }
    .p-spacer-top--small {
      margin-top: 4vh; }
      @media (min-width: 768px) {
        .p-spacer-top--small {
          margin-top: 8vh; } }

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

.bold, .bold > * {
  font-weight: 800; }

.normal {
  font-weight: 400; }

.medium, .medium > * {
  font-weight: 600; }

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

.under {
  text-decoration: underline; }

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

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

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

.w-half {
  width: 50%; }

.btn {
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7;
  font-family: GT Walsheim, sans-serif;
  font-weight: 400;
  color: white;
  outline: none;
  background-color: #0003FF;
  padding: 8px 30px;
  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 {
    -webkit-box-shadow: 0px 0px 16px 4px #0003ff;
            box-shadow: 0px 0px 16px 4px #0003ff;
    border: 1px solid white; }
  .btn-sm-full {
    width: 100%; }
    @media (min-width: 768px) {
      .btn-sm-full {
        width: auto; } }

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

.btn--r {
  float: right; }

.btn--small {
  font-size: 1.7rem;
  line-height: 2.3rem;
  padding: 7px 20px; }

.btn--large {
  font-size: 2.8rem;
  line-height: 3.3rem;
  padding: 14px 40px; }

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

.btn--white {
  border-color: white;
  color: white; }

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

.btn--blue {
  background-color: #2ee0ff !important;
  color: white !important; }
  .btn--blue:hover, .btn--blue:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #2ee0ff !important;
            box-shadow: 0px 0px 16px 4px #2ee0ff !important; }

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

.btn--aqua {
  background-color: #00FFDA;
  color: #000066;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.48px; }
  .btn--aqua:hover, .btn--aqua:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #00FFDA;
            box-shadow: 0px 0px 16px 4px #00FFDA; }

.btn--quote {
  background-color: #00FFDA;
  font-size: 2rem;
  padding: 15px 30px;
  color: #000066;
  font-weight: 500;
  margin-right: 15px; }
  .btn--quote span {
    margin-left: 5px; }
  .btn--quote p {
    margin-bottom: 0; }
  .btn--quote:hover, .btn--quote:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #00FFDA;
            box-shadow: 0px 0px 16px 4px #00FFDA; }

.btn--quoteCalc {
  background-color: #2ee0ff;
  font-size: 2rem;
  padding: 15px 30px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px; }
  .btn--quoteCalc span {
    margin-left: 5px; }
  .btn--quoteCalc p {
    margin-bottom: 0; }
  .btn--quoteCalc:hover, .btn--quoteCalc:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #2ee0ff;
            box-shadow: 0px 0px 16px 4px #2ee0ff; }

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;
  color: #000066; }
  body.fix {
    overflow: hidden; }

main {
  position: relative;
  z-index: 1;
  display: block; }

.icon {
  background-size: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  background-size: contain; }
  .icon > svg {
    display: block; }
  .icon path, .icon polygon {
    -webkit-transition: fill .3s;
    transition: fill .3s; }

.icon--white path {
  fill: white; }

.icon--black path, .icon--black polygon {
  fill: black !important; }

.icon--black path, .icon--black polygon, .icon--black rect, .icon--black circle {
  fill: #4a4a4a; }

.icon--light path, .icon--light polygon, .icon--light rect, .icon--light circle {
  fill: #eaeaea; }

.icon--grey path, .icon--grey polygon, .icon--grey rect, .icon--grey circle {
  fill: #5f5f5f; }

.icon--dark path, .icon--dark polygon, .icon--dark rect, .icon--dark circle {
  fill: #3a3a3a; }

.icon--green-success path, .icon--green-success polygon, .icon--green-success rect, .icon--green-success circle {
  fill: #32b292; }

.icon--red-error path, .icon--red-error polygon, .icon--red-error rect, .icon--red-error circle {
  fill: #EE3D52; }

.icon--blue-main path, .icon--blue-main polygon, .icon--blue-main rect, .icon--blue-main circle {
  fill: #0003FF; }

.icon--blue-dark path, .icon--blue-dark polygon, .icon--blue-dark rect, .icon--blue-dark circle {
  fill: #000066; }

.icon--turquoise-main path, .icon--turquoise-main polygon, .icon--turquoise-main rect, .icon--turquoise-main circle {
  fill: #00FFDA; }

.icon--orange-main path, .icon--orange-main polygon, .icon--orange-main rect, .icon--orange-main circle {
  fill: #FF5B41; }

.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--facebook svg > *, .icon--twitter svg > *, .icon--instagram svg > *, .icon--mail svg > * {
  fill: #4a4a4a; }

a:hover .icon--facebook svg > * {
  fill: #3b5998; }

a:hover .icon--twitter svg > * {
  fill: #00b6f1; }

a:hover .icon--instagram svg > * {
  fill: #c32aa3; }

a:hover .icon--mail svg > * {
  fill: black; }

input {
  border: solid 1px black;
  border-radius: 0px;
  font-size: 1.5rem;
  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-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; }

#firstName {
  display: none; }

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

/* 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;
  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; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: GT Walsheim, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
  color: #0003FF; }

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

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

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

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

.subtitle {
  font-size: 2.2rem; }

p, .p {
  font-family: GT Walsheim, sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 400;
  color: inherit; }

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

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

a, .link--fake {
  cursor: pointer;
  text-decoration: none;
  color: #050675;
  font-weight: 400;
  -webkit-transition: color .3s;
  transition: color .3s; }

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

p a, li a {
  font-weight: bold;
  text-decoration: underline; }

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

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

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

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

.link-arrow-left .icon {
  margin-right: 5px; }
  .link-arrow-left .icon svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center; }

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--links li {
  margin-bottom: 25px;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #BCBCCE; }

.ul--links a {
  font-weight: 500; }

ol {
  list-style: decimal; }

li {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 15px;
  color: inherit; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.color--white {
  color: white !important; }
  .color--white > * {
    color: white !important; }

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

.color--turquoise {
  color: #00FFDA !important; }
  .color--turquoise > * {
    color: #00FFDA !important; }

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

.heading--height {
  min-height: 20px; }
  @media (min-width: 768px) {
    .heading--height {
      min-height: 70px; } }

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

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

.icon--orange {
  fill: #FF5B41; }

.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 .img {
  margin: 35px 0; }

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

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

.body table {
  margin-bottom: 25px;
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  font-size: 1.6rem;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%; }
  .body table tr:not(:last-child) {
    border-bottom: 1px solid #e3e3e3; }
  .body table td {
    padding: 15px; }
  .body table tr:nth-child(2n) {
    background: #fff; }

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

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

.quote-single {
  position: relative; }
  .quote-single::before {
    content: "“";
    font-size: 125px;
    color: #00FFDA; }
  .quote-single .quote-text {
    margin-top: -50px;
    margin-bottom: 35px; }
    .quote-single .quote-text p {
      font-size: 3rem; }
    .quote-single .quote-text::after {
      content: "“";
      font-size: 125px;
      color: #00FFDA; }
  @media (min-width: 768px) {
    .quote-single {
      padding-left: 70px; }
      .quote-single::before {
        position: absolute;
        top: 2px;
        left: 0px; }
      .quote-single .quote-text {
        position: relative;
        margin-top: 0;
        padding-right: 70px; }
        .quote-single .quote-text::after {
          position: absolute;
          right: 0;
          bottom: -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 .quote-text {
        padding-right: 90px; }
        .quote-single .quote-text::after {
          font-size: 150px; } }
  @media (min-width: 1260px) {
    .quote-single {
      padding-right: 120px; }
      .quote-single .quote-text {
        padding-right: 90px; }
        .quote-single .quote-text::after {
          bottom: -90px; } }

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

table {
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
  font-size: 1.8rem;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  background-color: #F7F9FE; }
  table tr {
    border-bottom: 1px solid #e3e3e3; }
  table tr:last-child {
    border-bottom: none; }
  table td, table th {
    padding: 15px;
    color: #050675; }
  table th {
    text-align: left;
    color: white;
    background-color: #050675; }

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

.body img {
  border-radius: 15px;
  margin: 35px 0; }

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

.icon--hover svg path, .copy-clipboard svg path {
  -webkit-transition: stroke .3s;
  transition: stroke .3s; }

.icon--hover:hover, .copy-clipboard:hover {
  cursor: pointer; }
  .icon--hover:hover svg path, .copy-clipboard:hover svg path {
    stroke: #0003FF; }

.copy-clipboard {
  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 {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 8px;
  margin-left: -45px;
  padding: 9px 9px;
  font-size: 14px;
  width: 90px;
  border-radius: 10px;
  background-color: #0003FF;
  color: white;
  font-weight: 500;
  content: attr(data-tooltip);
  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 {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 3px;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid #0003FF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: ' ';
  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; }

#footer {
  overflow: hidden;
  background: #000066;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    #footer {
      text-align: center; } }
  #footer.p-spacer-top {
    padding-top: 24px; }
    @media (min-width: 992px) {
      #footer.p-spacer-top {
        padding-top: 50px; } }
  #footer.p-spacer {
    padding-bottom: 24px; }
    @media (min-width: 992px) {
      #footer.p-spacer {
        padding-bottom: 50px; } }
  #footer .logo {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      #footer .logo {
        display: inline-block; } }
  #footer p {
    margin-bottom: 0; }
  #footer .footer__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    margin-bottom: 50px; }
    #footer .footer__text p {
      margin-bottom: 0; }
  #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-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: -0.32px; }
  #footer .footer__button {
    margin-bottom: 40px; }
    #footer .footer__button .btn {
      font-size: 20px; }
    #footer .footer__button__col {
      width: 200px; }
  #footer .footer__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      #footer .footer__all {
        -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; } }

@media (min-width: 768px) {
  #footer {
    text-align: left;
    background-position: 85% 50%; }
    #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__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; } }

.footer-set {
  min-width: 160px;
  margin-bottom: 40px;
  margin-right: 40px; }
  .footer-set h4 {
    margin-bottom: 16px; }

.footer__col {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .footer__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 200px); } }
  .footer__col .accord-body {
    background: transparent !important;
    margin-left: 40px; }
  .footer__col .accord__item .accord__q {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }

.font-weight-regular > a {
  font-weight: 400; }

.footer-panel-contact-number {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .footer-panel-contact-number {
      margin-top: 0;
      text-align: right; } }

.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 30px 0;
  padding: 0;
  list-style: none; }
  .footer-social-icons__item {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    padding-bottom: 0px !important; }
    .footer-social-icons__item:hover {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px); }
  .footer-social-icons__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 8px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .footer-social-icons__link:hover {
      background: #363affc3; }
  .footer-social-icons__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px; }
    .footer-social-icons__icon svg {
      width: 100%;
      height: 100%;
      fill: currentColor; }

/*
  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; }
  .gsn__1-3 {
    width: calc(99.9% * 1/3 - (5.33334rem - 5.33334rem * 1/3)); }
  .gsn__1-3:nth-child(1n) {
    float: left;
    margin-right: 5.33334rem;
    clear: none; }
  .gsn__1-3:last-child {
    margin-right: 0; }
  .gsn__1-3:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .gsn__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__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; }
  .gmn__1-4 {
    width: calc(99.9% * 1/4 - (6.66667rem - 6.66667rem * 1/4)); }
  .gmn__1-4:nth-child(1n) {
    float: left;
    margin-right: 6.66667rem;
    clear: none; }
  .gmn__1-4:last-child {
    margin-right: 0; }
  .gmn__1-4:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .gmn__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__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__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; } }

.banner {
  padding: 2px 10px;
  background-color: #00FFDA;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden; }
  .banner p {
    color: #000066;
    margin-bottom: 0; }

#header {
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  #header .logo {
    width: 158px;
    display: inline-block; }
    #header .logo svg {
      width: 158px;
      height: 47px; }
  #header.header--scrolled {
    background-color: #050675; }
  #header a {
    color: white;
    text-decoration: none !important;
    font-weight: 400 !important; }
  #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 .2s;
      transition: all .2s; }
  #header .sub-nav__hold:hover > a .icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  #header .sub-nav__hold.open > a .icon {
    -webkit-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }

@media (max-width: 992px) {
  #header {
    height: 83px; }
    #header .wrapper {
      width: 100% !important; }
    #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: #050675;
      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 {
        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 {
        color: white;
        font-size: 2.6rem; }
      #header .navigation .button__hold {
        padding-top: 15px; }
    #header.open .navigation {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

@media (min-width: 992px) {
  #header {
    z-index: 4;
    padding-top: 25px;
    padding-bottom: 0; }
    #header .logo {
      width: 200px; }
      #header .logo svg {
        width: 200px;
        height: 60px; }
    #header .btn {
      padding: 8px 10px; }
    #header .link__hold a {
      border-bottom: 1px solid transparent;
      -webkit-transition: border .3s;
      transition: border .3s;
      padding-bottom: 2px; }
      #header .link__hold a.link--active {
        border-bottom: 1px solid white; }
    #header .link__hold:hover a {
      color: white;
      border-bottom: 1px solid white; }
    #header .sub-nav__hold {
      position: relative; }
      #header .sub-nav__hold .sub-nav {
        position: fixed;
        top: 111px;
        left: 0;
        display: none;
        background: #050675;
        -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: 10px;
        border-bottom-right-radius: 10px; }
        #header .sub-nav__hold .sub-nav ul {
          list-style: none;
          padding: 0;
          margin: 0;
          margin-top: 30px; }
          #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 !important; }
              #header .sub-nav__hold .sub-nav ul li a span {
                position: absolute;
                right: 0;
                top: 0;
                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 span svg path {
                  fill: white; }
              #header .sub-nav__hold .sub-nav ul li a:hover {
                color: #00FFDA !important; }
                #header .sub-nav__hold .sub-nav ul li a:hover span {
                  -webkit-transform: translateX(15px);
                          transform: translateX(15px); }
                  #header .sub-nav__hold .sub-nav ul li a:hover span svg path {
                    fill: #00FFDA; }
        #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 .sub-nav {
        display: block; }
    #header nav {
      display: block;
      float: right;
      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-bottom: 40px; }
          #header nav > ul > li:last-of-type {
            margin-right: 0; } }

@media (min-width: 1260px) {
  #header .btn {
    padding: 8px 30px; }
  #header .logo .icon {
    width: 135px;
    height: 53px; }
  #header nav > ul > li {
    padding-left: 13px;
    padding-right: 13px; } }

.header-panel-text {
  font-size: 16px; }

.header-panel-right-content {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.show-large {
  display: none; }
  @media (min-width: 768px) {
    .show-large {
      display: block; } }

.wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 1.33334rem; }
  .wrapper .full-screen-left-0 {
    width: calc(100vw - 18px);
    margin-left: -12px; }
  @media (min-width: 768px) {
    .wrapper {
      width: 720px; }
      .wrapper .full-screen-left-0 {
        width: calc(100vw - 18px);
        margin-left: calc(357px - 50vw); } }
  @media (min-width: 992px) {
    .wrapper {
      width: 940px; }
      .wrapper .full-screen-left-0 {
        width: calc(100vw - 18px);
        margin-left: calc(467px - 50vw); } }
  @media (min-width: 1260px) {
    .wrapper {
      width: 1260px; }
      .wrapper .full-screen-left-0 {
        width: calc(100vw - 18px);
        margin-left: calc(475px - 50vw); } }

@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%; } }

.pre-footer {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: url("/dist/img/bkg/Ring_BlueBG.png");
  background-repeat: no-repeat;
  background-position: -25% center;
  background-size: 180%;
  padding-bottom: 20px;
  margin-bottom: -20px;
  z-index: -1;
  overflow: hidden; }
  @media (min-width: 992px) {
    .pre-footer {
      background-position: 163% 0%;
      background-size: 65%; } }
  .pre-footer .content-holder {
    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;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center; }
    @media (min-width: 992px) {
      .pre-footer .content-holder {
        padding: 100px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .pre-footer .content-holder .pre-footer-content {
      max-width: 530px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media (min-width: 992px) {
        .pre-footer .content-holder .pre-footer-content {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .pre-footer .content-holder .pre-footer-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 24px; }
      .pre-footer .content-holder .pre-footer-image img {
        max-width: 141px;
        height: auto; }
        @media (min-width: 992px) {
          .pre-footer .content-holder .pre-footer-image img {
            max-width: 242px; } }
      @media (min-width: 992px) {
        .pre-footer .content-holder .pre-footer-image {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-bottom: 0; } }
    .pre-footer .content-holder h2.heading {
      font-size: 36px;
      font-style: normal;
      font-weight: 400;
      margin-bottom: 29px;
      color: #000067;
      text-align: center; }
      @media (min-width: 992px) {
        .pre-footer .content-holder h2.heading {
          font-size: 36px;
          text-align: left; } }
    .pre-footer .content-holder p.info {
      font-size: 20px;
      color: #000067;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: -0.96px;
      margin-bottom: 29px; }
      @media (min-width: 992px) {
        .pre-footer .content-holder p.info {
          font-size: 36px;
          line-height: 48px;
          /* 100% */ } }
  .pre-footer::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(179, 180, 255, 0.5); }

.accord__item {
  position: relative;
  cursor: pointer; }
  .accord__item:last-of-type {
    border-bottom: none; }
  .accord__item .accord__q {
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.32px;
    background-color: #000066;
    border-radius: 6px;
    padding: 12px 16px 12px 24px;
    margin-bottom: 24px;
    padding-right: 40px; }
    @media (min-width: 992px) {
      .accord__item .accord__q {
        margin-bottom: 50px; } }
    .accord__item .accord__q .plus {
      position: absolute;
      right: 20px;
      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;
      background-image: url("/dist/img/icons/icon-plus.png");
      background-repeat: no-repeat; }
  .accord__item .fqfont_bgc {
    background-color: transparent; }
  .accord__item .accord__a p a {
    color: #050675 !important; }
  .accord__item .accord__a div {
    display: none; }
  .accord__item .accord__a .accord-body {
    background-color: #fff;
    color: #000066;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: -0.32px;
    padding: 0px 0 24px; }
    @media (min-width: 992px) {
      .accord__item .accord__a .accord-body {
        padding: 0px 0 50px; } }
  .accord__item.open .plus {
    background-image: url("/dist/img/icons/icon-minus.png"); }
  .accord__item.open .accord__a .fqfont {
    font-weight: 400;
    font-size: 1.8rem;
    color: white;
    padding-left: 23px; }
  .accord__item.open .accord__a .fqfont a {
    color: white !important; }
  .accord__item.open .accord__a div {
    display: block; }
  .accord__item.open .accord__a p:last-of-type {
    margin-top: -30px;
    margin-bottom: 55px; }

.oh {
  overflow: hidden; }

#calc .calc,
#calc-inline .calc {
  overflow: hidden; }

#calc .calc__update,
#calc-inline .calc__update {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: #00ffda;
  padding: 3px 15px;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  #calc .calc__update.show,
  #calc-inline .calc__update.show {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #calc .calc__update p,
  #calc-inline .calc__update p {
    margin-bottom: 0; }

#calc.calc-loaded,
#calc-inline.calc-loaded {
  opacity: 1; }

#calc input,
#calc-inline input {
  background-image: url(/dist/img/icons/pencil.svg);
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding-right: 30px; }

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

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

#calc {
  margin-bottom: -140px;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow: hidden; }

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

.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: #000066; }
  .calc label {
    display: inline-block; }
  .calc .calc__input {
    display: inline-block;
    width: 146px;
    margin-left: 12px; }
    .calc .calc__input--month {
      width: 85px; }
  .calc .button__hold .btn {
    margin-bottom: 10px; }
  .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(-50%);
              transform: translateY(-50%);
      font-family: inherit;
      font-size: 2.8rem;
      font-weight: 500;
      line-height: 1; }
    .calc .calc__input .input-group input {
      width: 100%;
      border: 2px solid #0003ff;
      border-radius: 5px;
      font-size: 3rem;
      font-weight: 500; }
    .calc .calc__input .input-group .money-amount {
      padding: 5px 5px 5px 30px; }
    .calc .calc__input .input-group .time-amount {
      padding: 5px 5px 5px 10px; }
  .calc .calc__info {
    margin-top: 15px; }
    .calc .calc__info .stat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -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-size: 2rem; }
      .calc .calc__info .stat .color--blue {
        color: #0003ff; }
      .calc .calc__info .stat p:last-of-type {
        font-weight: bold;
        padding-left: 10px; }
  .calc .vue-slider {
    margin: 8px 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: #0003ff;
      border-radius: 15px; }
    .calc .vue-slider .vue-slider-dot-handle {
      cursor: pointer;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: #000066; }
    .calc .vue-slider .vue-slider-dot {
      width: 20px !important;
      height: 20px !important; }
    .calc .vue-slider .vue-slider-dot-tooltip {
      display: none; }

@media (min-width: 768px) {
  .calc .label-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .calc .amount__text label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media (min-width: 992px) {
  #calc {
    margin-bottom: -180px; }
    #calc .calc {
      max-width: 433px; }
  .calc {
    padding: 40px 40px 20px; }
    .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-inline {
    padding-left: 25px; }
  .body #calc-inline {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; } }

.calculator-container-shadow {
  -webkit-box-shadow: 8px 8px 25px 0 #00000021;
          box-shadow: 8px 8px 25px 0 #00000021; }

.calc .calchome__input {
  display: inline-block;
  width: 146px;
  margin-left: 12px; }
  .calc .calchome__input--month {
    width: 200px; }

.calc .calchome__input .input-group {
  width: 100%;
  position: relative; }
  .calc .calchome__input .input-group .field-addon {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 22px;
    font-weight: 700;
    line-height: 1; }
    @media (min-width: 1260px) {
      .calc .calchome__input .input-group .field-addon {
        font-size: 24px; } }
  .calc .calchome__input .input-group .monthtext-addon {
    position: absolute;
    top: 50%;
    left: unset !important;
    right: 52px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 22px;
    font-weight: 700;
    line-height: 1; }
    @media (min-width: 1260px) {
      .calc .calchome__input .input-group .monthtext-addon {
        font-size: 24px; } }
  .calc .calchome__input .input-group input {
    width: 100%;
    border: 2px solid #000067;
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 91.667% */
    letter-spacing: -0.48px; }
    @media (min-width: 1260px) {
      .calc .calchome__input .input-group input {
        font-size: 24px; } }

.calc .calchome__info {
  margin-left: 0;
  border-radius: 24px;
  border: 4px solid #edeaf7;
  background: #f8f9fe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: unset;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1260px) {
    .calc .calchome__info {
      margin-left: 100px;
      padding: 50px;
      max-width: 456px; } }
  .calc .calchome__info #monthly-repayment-amount-inline label {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 91.667% */
    letter-spacing: -0.48px; }
    @media (min-width: 1260px) {
      .calc .calchome__info #monthly-repayment-amount-inline label {
        font-size: 24px; } }
  .calc .calchome__info #monthly-repayment-amount-inline .repayableamt {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    /* 104.167% */
    letter-spacing: -1.92px;
    margin-top: 24px;
    margin-bottom: 50px; }
    @media (min-width: 1260px) {
      .calc .calchome__info #monthly-repayment-amount-inline .repayableamt {
        font-size: 96px; } }
  .calc .calchome__info #monthly-repayment-amount-inline.stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .calc .calchome__info .repayable,
  .calc .calchome__info .representative-APR {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .calc .calchome__info .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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 .calchome__info .stat p {
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      /* 91.667% */
      letter-spacing: -0.48px; }
      @media (min-width: 1260px) {
        .calc .calchome__info .stat p {
          font-size: 24px; } }
    .calc .calchome__info .stat p.totalrepayableamt,
    .calc .calchome__info .stat .representative-APRamt {
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px;
      /* 68.75% */
      letter-spacing: -0.64px; }
      @media (min-width: 1260px) {
        .calc .calchome__info .stat p.totalrepayableamt,
        .calc .calchome__info .stat .representative-APRamt {
          font-size: 32px; } }
    .calc .calchome__info .stat .color--blue {
      color: #000067; }
    .calc .calchome__info .stat p:last-of-type {
      font-weight: bold;
      padding-left: 10px; }
  .calc .calchome__info .btn {
    margin-top: 20px; }

.calc .vue-slider {
  margin: 8px 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: #000066;
    border-radius: 15px; }
  .calc .vue-slider .vue-slider-dot-handle {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000066; }
  .calc .vue-slider .vue-slider-dot {
    width: 20px !important;
    height: 20px !important; }
  .calc .vue-slider .vue-slider-dot-tooltip {
    display: none; }

.calc .label-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.calc .amount__text label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (min-width: 992px) {
  #calc {
    margin-bottom: -180px; }
    #calc .calc {
      max-width: 433px; }
  .calc {
    padding: 40px 40px 20px; }
    .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-inline {
    padding-left: 25px; }
  .body #calc-inline {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; } }

.small-font-repay {
  font-size: 48px !important; }
  @media (min-width: 1260px) {
    .small-font-repay {
      font-size: 64px !important; } }

.no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  padding: 0 !important; }

.calchome-heading {
  font-size: 36px;
  text-align: center;
  color: #000066;
  margin-bottom: 12px; }
  @media (min-width: 992px) {
    .calchome-heading {
      font-size: 48px;
      margin-bottom: 0; } }

.calchome-subheading p {
  font-size: 18px;
  text-align: center;
  color: #000066; }
  @media (min-width: 992px) {
    .calchome-subheading p {
      font-size: 24px; } }

.f-b {
  font-size: 22px;
  font-weight: 700; }
  @media (min-width: 992px) {
    .f-b {
      font-size: 32px; } }

.card-simple {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 45px; }
  .card-simple img {
    padding-left: 40px;
    padding-right: 40px; }
  .card-simple h3 {
    margin-bottom: 5px; }
  @media (min-width: 992px) {
    .card-simple {
      margin-bottom: 0; }
      .card-simple img {
        padding-left: 10px;
        padding-right: 10px; } }

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

.card-news {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 70px; }
  .card-news h2,
  .card-news h3 {
    margin-bottom: 10px; }
  .card-news .img__hold {
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .card-news .link-arrow,
  .card-news .btn {
    position: absolute;
    bottom: 0;
    left: 0; }
  .card-news:hover .img__hold {
    opacity: 0.3; }
  .card-news:hover .link-arrow .icon {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }

.card-loan {
  border-radius: 15px;
  overflow: hidden;
  background-color: white; }
  .card-loan .img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative; }
    .card-loan .img::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000066;
      opacity: 0.7; }
  .card-loan .text-inner {
    position: relative;
    padding: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(31, 22, 48, 0.1);
            box-shadow: 0 2px 20px 0 rgba(31, 22, 48, 0.1);
    border-radius: 15px;
    margin-top: -15px; }
    .card-loan .text-inner p:last-of-type {
      margin-bottom: 0; }
    .card-loan .text-inner .learn {
      color: #1a00ff; }
    .card-loan .text-inner .big {
      border-bottom: 2px solid #0a02ff;
      padding-bottom: 15px; }
  @media (min-width: 768px) {
    .card-loan .text-inner {
      padding: 25px; } }

.card-icon img {
  margin-bottom: 32px; }

@media (min-width: 768px) {
  .card-icon {
    position: relative;
    height: 100%;
    padding-bottom: 45px; }
    .card-icon .btn {
      position: absolute;
      bottom: 0;
      left: 0; } }

.card-simple--image-container {
  height: 120px;
  margin: 0 auto;
  margin-bottom: 30px; }
  .card-simple--image-container img {
    max-height: 100%; }

.oh {
  overflow: hidden; }

.chunk--blue {
  background-color: #0003FF; }

.chunk--blue-dark {
  background-color: #000066;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  .chunk--blue-dark p a {
    color: white; }

.chunk--blue-dark-half {
  position: relative; }
  .chunk--blue-dark-half::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: #000066;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
  .chunk--blue-dark-half .wrapper {
    position: relative;
    z-index: 2; }

.chunk--blue-dark-full {
  background-color: #000066; }
  .chunk--blue-dark-full p a {
    color: white; }

.chunk--blue-light {
  background: #F7F9FE;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.chunk--grey {
  background-color: #f0f0f0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.chunk--quote {
  overflow: hidden;
  position: relative; }
  .chunk--quote .orb {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(25%) rotate(-110deg);
            transform: translateX(-50%) translateY(25%) rotate(-110deg);
    bottom: 0;
    width: 100%; }
  @media (min-width: 992px) {
    .chunk--quote .orb {
      left: 0;
      -webkit-transform: translateX(-25%) translateY(25%) rotate(-223deg);
              transform: translateX(-25%) translateY(25%) rotate(-223deg);
      width: 555px; } }

.chunk--text-full {
  overflow: hidden;
  position: relative; }
  .chunk--text-full .ring--right {
    display: none;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(40%) translateY(-50%) rotate(-250deg);
            transform: translateX(40%) translateY(-50%) rotate(-250deg);
    top: 0;
    width: 530px; }
  @media (min-width: 992px) {
    .chunk--text-full .ring--right {
      display: block; } }
  @media (min-width: 1260px) {
    .chunk--text-full .ring--right {
      width: 670px; } }

.chunk--faqs {
  overflow: hidden;
  position: relative; }
  .chunk--faqs .ring--left {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-40%) rotate(-110deg);
            transform: translateX(-50%) translateY(-40%) rotate(-110deg);
    top: 0;
    width: 600px; }
  .chunk--faqs .ring--right {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(40%) translateY(60%) rotate(-110deg);
            transform: translateX(40%) translateY(60%) rotate(-110deg);
    bottom: 0;
    width: 650px; }
  @media (min-width: 992px) {
    .chunk--faqs .ring--left {
      position: absolute;
      left: 0;
      -webkit-transform: translateX(-50%) translateY(0%) rotate(-110deg);
              transform: translateX(-50%) translateY(0%) rotate(-110deg);
      top: 50px;
      width: 400px; }
    .chunk--faqs .ring--right {
      position: absolute;
      right: 0;
      -webkit-transform: translateX(40%) translateY(30%) rotate(-110deg);
              transform: translateX(40%) translateY(30%) rotate(-110deg);
      bottom: 0;
      width: 650px; } }

@media (min-width: 768px) {
  .chunk--eligibility-white .btn__hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px; }
    .chunk--eligibility-white .btn__hold .btn, .chunk--eligibility-white .btn__hold p {
      margin-bottom: 0; }
    .chunk--eligibility-white .btn__hold p {
      padding-left: 20px;
      padding-right: 5px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

@media (min-width: 992px) {
  .chunk--eligibility-white .btn__hold {
    padding-left: 40px; }
    .chunk--eligibility-white .btn__hold p {
      padding-left: 20px;
      padding-right: 40px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

@media (min-width: 1260px) {
  .chunk--eligibility-white .btn__hold {
    padding-left: 80px; }
    .chunk--eligibility-white .btn__hold p {
      padding-left: 20px;
      padding-right: 100px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.chunk--eligibility {
  overflow: hidden;
  position: relative; }
  .chunk--eligibility .ring {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(-60deg);
            transform: translateX(50%) translateY(-50%) rotate(-60deg);
    width: 450px; }
  .chunk--eligibility .btn {
    margin-bottom: 15px; }
  @media (min-width: 992px) {
    .chunk--eligibility .ring {
      -webkit-transform: translateX(50%) translateY(-50%) rotate(111deg);
              transform: translateX(50%) translateY(-50%) rotate(111deg);
      width: 550px; } }
  @media (min-width: 1260px) {
    .chunk--eligibility .btn__hold {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .chunk--eligibility .btn__hold .btn, .chunk--eligibility .btn__hold p {
        margin-bottom: 0; }
      .chunk--eligibility .btn__hold p {
        padding-left: 20px;
        padding-right: 225px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .chunk--eligibility-news .ring {
    -webkit-transform: translateX(50%) translateY(-50%) rotate(-60deg);
            transform: translateX(50%) translateY(-50%) rotate(-60deg); }
  @media (min-width: 992px) {
    .chunk--eligibility-news .ring {
      -webkit-transform: translateX(50%) translateY(-50%) rotate(-60deg);
              transform: translateX(50%) translateY(-50%) rotate(-60deg); } }

.above {
  position: relative;
  z-index: 6; }

.push-up {
  margin-top: 50px; }

.article__header {
  border-radius: 15px;
  overflow: hidden;
  margin-top: -200px; }
  @media (min-width: 768px) {
    .article__header {
      margin-top: -300px; } }
  @media (min-width: 992px) {
    .article__header {
      margin-top: -275px; } }

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

.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: #000066;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 100px;
  padding-bottom: 20px;
  background-image: url("/dist/img/bkg/Ring_BlueBG.png");
  background-repeat: no-repeat;
  background-position: 200% -15%;
  background-size: 80%; }
  .hero .hero__image--desktop {
    display: none; }
  .hero p a {
    text-decoration: underline; }
  .hero .btn--aqua {
    margin-top: 0;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .hero .btn--aqua {
        margin-top: 30px;
        margin-bottom: 0; } }
  .hero .inner {
    padding-top: 10vh;
    padding-bottom: 10vh; }
  .hero h1.hero-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.02em;
    font-family: GT Walsheim, sans-serif;
    text-align: left; }
    @media (min-width: 768px) {
      .hero h1.hero-title {
        font-size: 64px;
        line-height: 72px; } }

.btn-micro-text {
  text-align: center;
  color: white;
  font-size: 1.5rem;
  margin-top: 1rem; }
  @media (max-width: 992px) {
    .btn-micro-text {
      margin-bottom: 2rem; } }

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

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

.hero--home {
  position: relative;
  z-index: 2; }
  .hero--home .inner {
    padding-bottom: 0;
    padding-top: 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .hero--home .inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .hero--home .inner .text {
      max-width: 595px; }
      .hero--home .inner .text .big ul {
        padding: 0; }
        .hero--home .inner .text .big ul li {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 32px;
          letter-spacing: -0.52px;
          position: relative;
          padding-left: 26px;
          list-style: none;
          color: #fff; }
          @media (min-width: 992px) {
            .hero--home .inner .text .big ul li {
              font-size: 26px;
              line-height: 58px; } }
          .hero--home .inner .text .big ul li::before {
            content: "";
            position: absolute;
            background-image: url("/dist/img/icons/icon-arrow.png");
            background-repeat: no-repeat;
            background-position: center;
            left: -21px;
            top: 3px;
            width: 26px;
            height: 26px; }
            @media (min-width: 992px) {
              .hero--home .inner .text .big ul li::before {
                top: 16px; } }
    .hero--home .inner .trustpilot-widget-hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
  .hero--home .banner {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center; }
    .hero--home .banner p, .hero--home .banner a {
      color: #119E8D; }
  @media (min-width: 992px) {
    .hero--home .inner {
      padding-top: 10vh; }
    .hero--home .text {
      padding-bottom: 92px; }
    .hero--home .banner {
      margin-top: -70px;
      margin-bottom: 22px; } }
  @media (min-width: 1260px) {
    .hero--home .text p {
      padding-right: 100px; }
    .hero--home .text h1 {
      font-size: 6.5rem; } }

.hero--tint {
  position: relative; }
  .hero--tint::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000066;
    opacity: 0.7; }
  .hero--tint .inner {
    position: relative;
    z-index: 55; }

@media (max-width: 768px) {
  .hero h1 {
    padding: 0 30px; }
  .hero--home 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; } }

.xbold {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px; }
  @media (min-width: 992px) {
    .xbold {
      font-size: 3.6rem;
      margin-bottom: 26px; } }

.pagination {
  text-align: center; }
  .pagination a, .pagination span {
    padding: 0 2px;
    margin: 0 8px;
    color: black;
    font-weight: 300; }
    @media (min-width: 992px) {
      .pagination a, .pagination span {
        margin: 0 12px; } }
  .pagination .icon {
    padding: 0;
    opacity: .5;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }
    .pagination .icon:hover {
      opacity: 1; }
  .pagination .previous {
    margin-right: 10px; }
  .pagination .next {
    margin-left: 10px; }
  @media (min-width: 992px) {
    .pagination .previous {
      margin-right: 20px; }
    .pagination .next {
      margin-left: 20px; } }
  .pagination span.current {
    border-bottom: 2px solid blue; }

.quote-slider_hold {
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding: 20px 20px 50px; }
  .quote-slider_hold .slider__item {
    width: 100%; }
  .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; } }

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

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

.trustpilot .trustpilot__decor {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-92%);
          transform: translateY(-92%);
  width: 160px;
  z-index: -1; }
  @media (max-width: 992px) {
    .trustpilot .trustpilot__decor {
      display: none; } }
  @media (min-width: 1260px) {
    .trustpilot .trustpilot__decor {
      width: 180px; } }

@media (min-width: 992px) {
  .trustpilot.trustpilot--decor {
    padding-top: 80px; } }

.trustpilot__slider {
  position: relative;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 103, 0.2);
          box-shadow: 0 2px 14px 0 rgba(0, 0, 103, 0.2);
  padding: 20px 20px 50px; }
  @media (min-width: 768px) {
    .trustpilot__slider {
      padding: 40px 60px; } }

.oakbrook-one #header {
  background-color: #050675 !important; }

.oakbrook-one .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 (max-width: 768px) {
  .oakbrook-one .hero--home {
    background-size: cover !important;
    background-position: center !important; } }

.oakbrook-one .one-logo {
  width: 285px;
  display: -ms-flexbox;
  position: absolute;
  z-index: 9;
  top: -8rem; }
  @media (max-width: 768px) {
    .oakbrook-one .one-logo {
      width: 225px;
      margin-top: 0rem; } }

.oakbrook-one .hero {
  margin: 15rem auto 0 auto !important;
  max-width: 90vw !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 8px 40px rgba(5, 6, 117, 0.1);
          box-shadow: 0 8px 40px rgba(5, 6, 117, 0.1);
  background: transparent !important; }
  @media (max-width: 768px) {
    .oakbrook-one .hero {
      margin: 1rem auto 0 auto !important;
      max-width: 100% !important;
      background-size: cover !important;
      background-position: center !important; } }
  .oakbrook-one .hero .wrapper.inner {
    margin-top: 10rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 0px 0px 0px 7rem; }
  .oakbrook-one .hero .gs__1-2 {
    margin-top: 0rem !important; }
  .oakbrook-one .hero .gs__1-2-cal {
    margin-top: 5rem !important; }
    .oakbrook-one .hero .gs__1-2-cal .calculator-container-shadow {
      -webkit-box-shadow: 2px 3px 5px 0 #00000021;
      box-shadow: 0px 0px 0px 0 #00000021; }
    @media (max-width: 768px) {
      .oakbrook-one .hero .gs__1-2-cal {
        margin-left: -4rem !important;
        margin-top: 0rem !important; } }
  .oakbrook-one .hero .color-head-text {
    color: #2ee0ff !important;
    margin-top: 2rem; }
    @media (max-width: 768px) {
      .oakbrook-one .hero .color-head-text {
        color: #ffffff !important; } }
  .oakbrook-one .hero #calc {
    overflow: unset !important; }
  .oakbrook-one .hero .calc .calc__input .input-group input {
    border: 2px solid #2ee0ff !important; }
  .oakbrook-one .hero .calc .calc__info .stat .color--blue {
    color: #2ee0ff !important; }
  .oakbrook-one .hero .btn--quote {
    background-color: #2ee0ff !important;
    color: #FFF !important; }
  .oakbrook-one .hero .btn--quote:hover, .oakbrook-one .hero .btn--quote:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #2ee0ff !important;
    box-shadow: 0px 0px 16px 4px #2ee0ff !important; }
  .oakbrook-one .hero p strong {
    color: #2ee0ff !important; }
  .oakbrook-one .hero .calc-hero {
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 8px 32px rgba(5, 6, 117, 0.12);
            box-shadow: 0 8px 32px rgba(5, 6, 117, 0.12);
    padding: 32px 28px;
    max-width: 350px;
    width: 100%;
    color: #050675;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: auto; }

.oakbrook-one .hero--tint:after {
  background: transparent !important; }

.oakbrook-one .calc__below {
  margin: 7rem auto 0 auto !important;
  max-width: 90vw !important; }
  @media (max-width: 768px) {
    .oakbrook-one .calc__below {
      margin: 3rem auto 0 auto !important;
      max-width: 100vw !important; } }
  .oakbrook-one .calc__below .wrapper {
    color: #0c0939 !important;
    padding: 0 5rem !important; }

@media (min-width: 992px) {
  .oakbrook-one .hero {
    padding-top: 0px !important; }
  .oakbrook-one .hero--home .text {
    padding-bottom: 15px !important; } }

.oakbrook-one #section-1 {
  margin: 5rem auto 0 auto !important;
  max-width: 90vw !important; }
  @media (max-width: 768px) {
    .oakbrook-one #section-1 {
      margin: 0 auto 0 auto !important;
      max-width: 100% !important; } }
  .oakbrook-one #section-1 .wrapper {
    background-color: #F5F6FA;
    padding: 5rem 0px;
    text-align: center !important; }
  .oakbrook-one #section-1 .bump--sm h2 {
    color: #2ee0ff !important; }
  .oakbrook-one #section-1 .card-simple h3 {
    color: #2ee0ff !important; }
  @media (max-width: 768px) {
    .oakbrook-one #section-1 .wrapper .g .gs__1-2 {
      margin-top: 0rem !important; }
    .oakbrook-one #section-1 .wrapper .bump--sm h2 {
      top: 10rem !important; } }
  @media (min-width: 1260px) {
    .oakbrook-one #section-1 .wrapper {
      width: 100%; } }

.oakbrook-one #section-2 {
  margin: -5rem auto 0 auto !important;
  max-width: 90vw !important; }
  @media (max-width: 768px) {
    .oakbrook-one #section-2 {
      margin: 0 auto 0 auto !important;
      max-width: 100% !important; } }
  .oakbrook-one #section-2 .spacer-top {
    margin-top: 4vh !important; }
    @media (max-width: 768px) {
      .oakbrook-one #section-2 .spacer-top {
        margin-top: 0rem !important; } }
  .oakbrook-one #section-2 .wrapper .bump--sm h2 {
    color: #2ee0ff !important;
    position: relative;
    top: 10rem !important; }
  @media (min-width: 1260px) {
    .oakbrook-one #section-2 .wrapper {
      width: 100%; } }
  @media (max-width: 768px) {
    .oakbrook-one #section-2 .show-md .wrapper .bump--sm h2 {
      color: #2ee0ff !important;
      position: relative;
      top: 2rem !important; } }
  @media (min-width: 992px) {
    .oakbrook-one #section-2 .g .gs__1-2 {
      margin-top: 6rem !important; } }

.oakbrook-one #section-3 {
  margin: 0rem auto 0 auto !important;
  max-width: 90vw !important;
  margin-bottom: 2rem !important; }
  @media (max-width: 768px) {
    .oakbrook-one #section-3 {
      margin: 0 auto 0 auto !important;
      max-width: 100% !important;
      margin-bottom: 5rem !important; } }
  .oakbrook-one #section-3 .wrapper {
    margin-top: 4rem !important; }
    .oakbrook-one #section-3 .wrapper .bg--lightOrange {
      background: #FFEAFE !important; }
    .oakbrook-one #section-3 .wrapper .bump--sm {
      color: #1e1e24 !important; }
    .oakbrook-one #section-3 .wrapper .list-orange-tick ul li {
      color: #1e1e24 !important; }
      .oakbrook-one #section-3 .wrapper .list-orange-tick ul li::before {
        content: "";
        position: absolute;
        background-image: url("/dist/img/icons/shield-check-pink.png");
        background-repeat: no-repeat;
        background-position: center;
        left: -21px;
        width: 26px;
        height: 32px; }

.oakbrook-one #section-5 {
  margin: 0rem auto 0 auto !important;
  max-width: 90vw !important;
  padding-top: 0rem;
  background-color: transparent !important;
  overflow: unset !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important; }
  @media (max-width: 768px) {
    .oakbrook-one #section-5 {
      margin: 0 auto 0 auto !important;
      max-width: 100% !important;
      padding-top: 0rem !important; } }
  .oakbrook-one #section-5 .g .bump--sm h2 span:first-child {
    color: #2ee0ff !important; }
  .oakbrook-one #section-5 .g .bump--sm h2 span:last-child {
    color: #0c0939 !important; }
  .oakbrook-one #section-5 .g .bump--sm h2 {
    color: #2ee0ff !important; }
  .oakbrook-one #section-5 .g .calc .calc__info .stat .color--blue {
    color: #2ee0ff !important; }
  .oakbrook-one #section-5 .g .calc .calc__input .input-group input {
    border: 2px solid #2ee0ff !important; }
  .oakbrook-one #section-5 .g .btn--quote {
    background-color: #2ee0ff !important;
    color: #FFF !important; }
  .oakbrook-one #section-5 .g .btn--quote:hover, .oakbrook-one #section-5 .g .btn--quote:focus {
    -webkit-box-shadow: 0px 0px 16px 4px #2ee0ff !important;
    box-shadow: 0px 0px 16px 4px #2ee0ff !important; }
  @media (max-width: 768px) {
    .oakbrook-one #section-5 .bump--sm h2 {
      margin-top: -1rem !important; } }
  @media (min-width: 1260px) {
    .oakbrook-one #section-5 .wrapper {
      width: 100%; } }

.oakbrook-one #section-5::-webkit-scrollbar {
  display: none; }

.oakbrook-one .chunk--eligibility .ring {
  position: absolute;
  -webkit-transform: translateX(0%) translateY(0%) rotate(0deg) !important;
          transform: translateX(0%) translateY(0%) rotate(0deg) !important;
  width: 52rem !important;
  top: -12rem;
  right: 1.5rem; }
  @media (max-width: 768px) {
    .oakbrook-one .chunk--eligibility .ring {
      width: 50rem !important;
      top: 25rem !important;
      right: 1.5rem !important; } }

.oakbrook-one #section-6 {
  margin: 15rem auto 0 auto !important;
  max-width: 90vw !important; }
  @media (max-width: 768px) {
    .oakbrook-one #section-6 {
      margin: 6rem auto 0 auto !important;
      max-width: 100% !important; } }
  .oakbrook-one #section-6 .wrapper .box-padding .ta-c .color--blue-dark {
    color: #0c0939 !important; }
  .oakbrook-one #section-6 .wrapper .g .accord__item .accord__q {
    background: #0c0939 !important;
    color: #fff !important; }
  .oakbrook-one #section-6 .wrapper .g .accord__item .accord__a .accord-body {
    color: #0c0939 !important;
    background: #fff !important; }
  .oakbrook-one #section-6 .box-padding {
    padding: 10px; }
  @media (min-width: 992px) {
    .oakbrook-one #section-6 .box-padding {
      padding: 10px; } }
  @media (min-width: 1260px) {
    .oakbrook-one #section-6 .wrapper {
      width: 100%; } }

.oakbrook-one #footer {
  width: 90vw !important;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5rem; }
  @media (max-width: 768px) {
    .oakbrook-one #footer {
      margin: 0 auto 0 auto !important;
      width: 100% !important;
      max-width: 100% !important; } }
  .oakbrook-one #footer .wrapper {
    padding: 0px 5rem; }
  @media (max-width: 768px) {
    .oakbrook-one #footer .footer-social-icons {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; } }
  @media (min-width: 1260px) {
    .oakbrook-one #footer .wrapper {
      width: 100%; } }

.oakbrook-one .oak-one-calc-your-savings-btn {
  background-color: #fd24f2 !important;
  color: #FFF !important; }

.oakbrook-one .oak-one-calc-your-savings-btn:hover, .oakbrook-one .oak-one-calc-your-savings-btn:focus {
  background-color: #ed47e5 !important;
  color: #FFF !important;
  -webkit-box-shadow: 0px 0px 16px 4px #3cc4f4;
  box-shadow: 0px 0px 16px 4px #3cc4f4;
  border: 1px solid white; }

.oakbrook-one-calculator {
  margin-top: 15rem !important;
  background-color: #001F4E !important;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  border-radius: 20px; }
  .oakbrook-one-calculator * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .oakbrook-one-calculator body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0 !important;
    background-color: #001F4E !important;
    color: #ffffff !important; }
  .oakbrook-one-calculator .hero-heading {
    font-size: 3.5rem !important;
    font-weight: bold !important;
    margin-top: 3rem; }
  .oakbrook-one-calculator h1 {
    color: #001F4E !important;
    font-weight: bold !important; }
  .oakbrook-one-calculator h2 {
    color: #001F4E !important;
    font-size: 2.4rem !important;
    font-weight: bold !important; }
  .oakbrook-one-calculator .calculator-container-1 {
    background: #ffffff !important;
    color: #000000 !important;
    max-width: 800px;
    margin: 30px auto;
    padding: 30px;
    border-radius: 16px;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important; }
  .oakbrook-one-calculator .logo-oakbrook-one-b {
    display: block;
    margin-bottom: 20px;
    height: 60px; }
  .oakbrook-one-calculator table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    overflow: auto !important;
    display: inline-table !important;
    background: unset !important; }
  .oakbrook-one-calculator th, .oakbrook-one-calculator td {
    border: 1px solid #ccc !important;
    padding: 10px !important;
    text-align: center !important;
    color: #000000 !important; }
  .oakbrook-one-calculator th {
    background-color: #f4f6f8 !important;
    color: #000000 !important; }
  .oakbrook-one-calculator input[type="number"] {
    width: 100% !important;
    padding: 8px !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important; }
  .oakbrook-one-calculator button {
    background-color: #3cc4f4 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    font-size: 1.4rem !important;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .oakbrook-one-calculator button:hover {
    background-color: #001F4E !important; }
  .oakbrook-one-calculator .add-loan-row-btn {
    margin-bottom: 5rem !important; }
  .oakbrook-one-calculator .oakbrook-one-try-now-cont {
    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; }
  .oakbrook-one-calculator .oakbrook-one-try-now-btn {
    margin: 20px auto 0px;
    background-color: #090b43;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 4px 12px rgba(9, 11, 67, 0.2);
            box-shadow: 0 4px 12px rgba(9, 11, 67, 0.2); }
  .oakbrook-one-calculator .oakbrook-one-try-now-btn:hover {
    background-color: #2ee0ff;
    color: #090b43;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 16px rgba(9, 11, 67, 0.3);
            box-shadow: 0 6px 16px rgba(9, 11, 67, 0.3); }
  .oakbrook-one-calculator label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500; }
  .oakbrook-one-calculator .result {
    margin-top: 30px;
    padding: 20px;
    background-color: #f4f6f8;
    border-radius: 12px;
    color: #001F4E;
    font-weight: 500;
    font-size: 1.1rem;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
  .oakbrook-one-calculator .disclaimers {
    margin-top: 30px;
    padding: 20px;
    background-color: #e9f0ff;
    border-left: 5px solid #023A9B;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #001F4E; }
  .oakbrook-one-calculator .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 30px; }
  .oakbrook-one-calculator .radio-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .oakbrook-one-calculator input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .oakbrook-one-calculator input[type="radio"]:checked {
    border-color: #fd24f2;
    background-color: #ffffff; }
  .oakbrook-one-calculator input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fd24f2;
    border-radius: 50%; }
  .oakbrook-one-calculator input[type="radio"] + label {
    color: #001F4E;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    min-width: auto;
    text-align: left;
    font-size: 1.5rem !important; }
  .oakbrook-one-calculator .calculator-container-2 {
    text-align: center !important;
    margin-top: 40px !important; }
    .oakbrook-one-calculator .calculator-container-2 img {
      height: 60px !important; }
  @media (max-width: 768px) {
    .oakbrook-one-calculator .calculator-container-1 {
      margin: 15px;
      padding: 20px; }
    .oakbrook-one-calculator .radio-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px; }
    .oakbrook-one-calculator .radio-option {
      width: 100%; } }

.oakbrook-one-debt-consolidation-calculator {
  overflow-x: hidden !important; }
  .oakbrook-one-debt-consolidation-calculator #header {
    background-color: #050675 !important; }
  .oakbrook-one-debt-consolidation-calculator .hero--calc-centered {
    background: #050675 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
    position: relative;
    overflow: visible !important;
    padding: 80px 0 60px !important;
    min-height: auto !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .hero--calc-centered {
        padding: 50px 0 40px !important; } }
    .oakbrook-one-debt-consolidation-calculator .hero--calc-centered::before, .oakbrook-one-debt-consolidation-calculator .hero--calc-centered::after {
      display: none !important; }
    .oakbrook-one-debt-consolidation-calculator .hero--calc-centered .wrapper.inner {
      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;
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
      padding: 0 20px !important;
      margin-top: 0 !important;
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      width: 100% !important;
      height: auto !important;
      overflow: visible !important; }
  .oakbrook-one-debt-consolidation-calculator .hero__orb {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(25%);
            transform: translateY(-50%) translateX(25%);
    width: 450px;
    height: 450px;
    opacity: 0.35;
    pointer-events: none;
    z-index: 1;
    overflow: hidden; }
    .oakbrook-one-debt-consolidation-calculator .hero__orb img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    @media (max-width: 992px) {
      .oakbrook-one-debt-consolidation-calculator .hero__orb {
        width: 350px;
        height: 350px;
        -webkit-transform: translateY(-50%) translateX(30%);
                transform: translateY(-50%) translateX(30%); } }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .hero__orb {
        display: none; } }
  .oakbrook-one-debt-consolidation-calculator .hero__header-centered {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 2;
    color: #fff; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .hero__header-centered {
        margin-bottom: 25px;
        margin-top: 50px !important; } }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .hero__header-centered {
        margin-top: 50px !important; } }
    .oakbrook-one-debt-consolidation-calculator .hero__header-centered h1 {
      font-size: 28px !important;
      font-weight: 700 !important;
      margin-bottom: 16px !important;
      line-height: 1.3 !important;
      color: #fff !important; }
      @media (max-width: 768px) {
        .oakbrook-one-debt-consolidation-calculator .hero__header-centered h1 {
          font-size: 22px !important; } }
    .oakbrook-one-debt-consolidation-calculator .hero__header-centered .big {
      font-size: 16px !important;
      line-height: 1.6 !important;
      color: rgba(255, 255, 255, 0.9) !important;
      margin: 0 !important; }
      @media (max-width: 768px) {
        .oakbrook-one-debt-consolidation-calculator .hero__header-centered .big {
          font-size: 14px !important; } }
  .oakbrook-one-debt-consolidation-calculator .hero__calc-card {
    max-width: 520px;
    width: 100%;
    position: relative;
    z-index: 2;
    height: auto !important;
    overflow: visible !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .hero__calc-card {
        max-width: 100%; } }
  .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc {
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    padding: 32px 28px;
    width: 100%;
    color: #050675;
    border: 1px solid #e5e7eb;
    height: auto !important;
    overflow: visible !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc {
        padding: 24px 20px;
        border-radius: 12px; } }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__form {
      display: block;
      height: auto !important;
      overflow: visible !important; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px;
      margin-bottom: 20px; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__label {
      font-size: 15px;
      font-weight: 600;
      color: #1a1a2e;
      margin-bottom: 0; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input-group {
      position: relative;
      width: 100%; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input {
      width: 100%;
      padding: 16px 18px;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      font-size: 15px;
      color: #1a1a2e;
      background: #fff;
      -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
      transition: border-color 0.2s, -webkit-box-shadow 0.2s;
      transition: border-color 0.2s, box-shadow 0.2s;
      transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input::-webkit-input-placeholder {
        color: #9ca3af; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input::-moz-placeholder {
        color: #9ca3af; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input::-ms-input-placeholder {
        color: #9ca3af; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input::placeholder {
        color: #9ca3af; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input:focus {
        outline: none;
        border-color: #2ee0ff;
        -webkit-box-shadow: 0 0 0 3px rgba(46, 224, 255, 0.15);
                box-shadow: 0 0 0 3px rgba(46, 224, 255, 0.15); }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input::-webkit-inner-spin-button, .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__input[type="number"] {
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
                appearance: textfield; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__error {
      display: none;
      color: #dc2626;
      font-size: 12px;
      margin-top: 6px; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__button {
      width: 100%;
      padding: 16px 24px;
      background: #2ee0ff !important;
      color: #fff !important;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
      transition: background-color 0.2s, -webkit-box-shadow 0.2s;
      transition: background-color 0.2s, box-shadow 0.2s;
      transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
      margin-bottom: 0; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__button:hover, .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__button:focus {
        background: #1ecfef !important;
        -webkit-box-shadow: 0 4px 15px rgba(46, 224, 255, 0.4) !important;
                box-shadow: 0 4px 15px rgba(46, 224, 255, 0.4) !important; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .kill-m {
      font-size: 13px;
      color: #6b7280;
      margin-top: 12px;
      margin-bottom: 12px;
      text-align: center; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results {
      margin-top: 24px;
      background: #f5f7fa;
      border-radius: 12px;
      padding: 24px 20px;
      height: auto !important;
      overflow: visible !important; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-header {
      font-size: 17px;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 20px;
      text-align: center; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-container {
      background: #fff;
      border-radius: 8px;
      overflow: visible !important; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-row {
      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: 14px 16px;
      border-bottom: 1px solid #e5e7eb;
      background: #fff; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-row:first-child {
        border-radius: 8px 8px 0 0; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-row:last-child {
        border-radius: 0 0 8px 8px;
        border-bottom: none; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-row--highlight {
        background: linear-gradient(135deg, #e6faf9 0%, #d4f5f3 100%);
        border-bottom: 1px solid #b8ebe8; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-label {
      font-size: 14px;
      color: #6b7280;
      font-weight: 400; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-value {
      font-size: 15px;
      font-weight: 700;
      color: #1a1a2e; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-value--cyan {
        color: #2ee0ff; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__results-value--highlight {
        color: #2ee0ff;
        font-size: 17px;
        font-weight: 700; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__disclaimer {
      margin-top: 20px;
      padding: 0;
      background: transparent;
      border-radius: 0; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__disclaimer p {
        font-size: 11px;
        line-height: 1.6;
        color: #6b7280;
        margin-bottom: 10px; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__disclaimer p:last-child {
          margin-bottom: 0; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__ready-to-apply-card {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid #e5e7eb;
      height: auto !important;
      overflow: visible !important; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__ready-header {
      margin-bottom: 24px;
      text-align: center; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__ready-header p {
        font-size: 18px;
        font-weight: 700;
        color: #1a1a2e;
        margin: 0; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__cta-button {
      display: block;
      width: 100%;
      padding: 16px 24px;
      background: #2ee0ff !important;
      color: #fff !important;
      border: none;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
      transition: background-color 0.2s, -webkit-box-shadow 0.2s;
      transition: background-color 0.2s, box-shadow 0.2s;
      transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
      margin-top: 18px; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__cta-button:hover, .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc__cta-button:focus {
        background: #1ecfef !important;
        -webkit-box-shadow: 0 4px 15px rgba(46, 224, 255, 0.4) !important;
                box-shadow: 0 4px 15px rgba(46, 224, 255, 0.4) !important;
        color: #fff !important;
        text-decoration: none; }
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc,
    .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper {
      height: auto !important;
      overflow: visible !important;
      position: static !important; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc.sticky,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc.stuck,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .debt-calc-inner,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc.sticky,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc.stuck,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .debt-calc-inner {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        -webkit-transform: none !important;
                transform: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
        z-index: auto !important; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__update,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__update {
        display: none !important; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .amount__text,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__months,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .amount__text,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__months {
        margin-bottom: 20px; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .label-input,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .label-input {
        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;
        margin-bottom: 12px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 8px; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .label-input label .h3,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .label-input label .h3 {
          font-size: 15px;
          font-weight: 600;
          color: #1a1a2e;
          margin: 0; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input {
        width: 100px;
        margin-left: auto; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input .input-group,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input .input-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 4px; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input .input-group input,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input .input-group input {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #d1d5db !important;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 600;
            color: #1a1a2e;
            text-align: center;
            background: #fff; }
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input .input-group input:focus,
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input .input-group input:focus {
              outline: none;
              border-color: #2ee0ff !important;
              -webkit-box-shadow: 0 0 0 2px rgba(46, 224, 255, 0.15);
                      box-shadow: 0 0 0 2px rgba(46, 224, 255, 0.15); }
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input .input-group input::-webkit-inner-spin-button, .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input .input-group input::-webkit-outer-spin-button,
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input .input-group input::-webkit-inner-spin-button,
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input .input-group input::-webkit-outer-spin-button {
              -webkit-appearance: none;
              appearance: none; }
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input .input-group input[type="number"],
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input .input-group input[type="number"] {
              -moz-appearance: textfield;
              -webkit-appearance: textfield;
                      appearance: textfield; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input .input-group .field-addon,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input .input-group .field-addon {
            font-size: 15px;
            color: #1a1a2e;
            font-weight: 500;
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input--month,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input--month {
          width: 100px; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input--month .input-group,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input--month .input-group {
          border: 1px solid #d1d5db;
          border-radius: 6px;
          background: #fff;
          padding: 0;
          gap: 0; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input--month .input-group input,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input--month .input-group input {
            border: none !important;
            border-radius: 6px 0 0 6px;
            width: 45px !important;
            min-width: 45px;
            max-width: 45px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 45px;
                    flex: 0 0 45px;
            text-align: right;
            background: transparent; }
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input--month .input-group input:focus,
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input--month .input-group input:focus {
              -webkit-box-shadow: none;
                      box-shadow: none; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input--month .input-group .field-addon--suffix,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input--month .input-group .field-addon--suffix {
            position: static !important;
            -webkit-transform: none !important;
                    transform: none !important;
            font-size: 13px;
            font-weight: 500;
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            white-space: nowrap;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            text-align: right;
            padding-right: 10px; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__input--month .input-group:focus-within,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__input--month .input-group:focus-within {
            border-color: #2ee0ff;
            -webkit-box-shadow: 0 0 0 2px rgba(46, 224, 255, 0.15);
                    box-shadow: 0 0 0 2px rgba(46, 224, 255, 0.15); }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .vue-slider,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .vue-slider {
        margin: 0 4px;
        height: auto !important;
        overflow: visible !important; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .vue-slider .vue-slider-rail,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .vue-slider .vue-slider-rail {
          background: #e5e7eb !important;
          border-radius: 4px; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .vue-slider .vue-slider-process,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .vue-slider .vue-slider-process {
          background: #2ee0ff !important;
          border-radius: 4px; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .vue-slider .vue-slider-dot-handle,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .vue-slider .vue-slider-dot-handle {
          background: #fff !important;
          border: 3px solid #2ee0ff !important;
          -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
                  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__info,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__info {
        margin: 20px 0;
        text-align: center; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__info .stat,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__info .stat {
          margin-bottom: 6px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 4px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__info .stat:last-child,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__info .stat:last-child {
            margin-bottom: 0; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__info .stat .label,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__info .stat .label {
            font-size: 14px;
            color: #6b7280;
            margin: 0; }
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__info .stat .label span,
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__info .stat .label span {
              color: #6b7280; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .calc__info .stat .color--blue,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .calc__info .stat .color--blue {
            color: #2ee0ff !important;
            font-weight: 600; }
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .button__hold,
      .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .button__hold {
        text-align: center; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .button__hold > div,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .button__hold > div {
          margin-bottom: 0; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .button__hold .btn--quote,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .button__hold .btn--quote {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 8px;
          width: 100%;
          padding: 16px 24px;
          background: #2ee0ff !important;
          color: #fff !important;
          border: none;
          border-radius: 8px;
          font-size: 16px;
          font-weight: 600;
          text-decoration: none;
          cursor: pointer;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .button__hold .btn--quote:hover,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .button__hold .btn--quote:hover {
            background: #1ecfef !important;
            -webkit-box-shadow: 0 4px 15px rgba(46, 224, 255, 0.4) !important;
                    box-shadow: 0 4px 15px rgba(46, 224, 255, 0.4) !important;
            color: #fff !important;
            text-decoration: none; }
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .button__hold .btn--quote .icon,
          .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .button__hold .btn--quote .icon {
            width: 8px;
            height: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .button__hold .btn--quote .icon svg,
            .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .button__hold .btn--quote .icon svg {
              width: 100%;
              height: 100%; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .button__hold .kill-m,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .button__hold .kill-m {
          font-size: 13px;
          color: #6b7280;
          margin-top: 2px;
          margin-bottom: 12px; }
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc #calc .button__hold .h3.color--blue-dark,
        .oakbrook-one-debt-consolidation-calculator .debt-consolidation-calc .debt-calc-vue-wrapper .button__hold .h3.color--blue-dark {
          font-size: 15px;
          font-weight: 700;
          color: #1a1a2e !important;
          margin: 0; }
  .oakbrook-one-debt-consolidation-calculator .calc__below--centered {
    background: #050675 !important;
    padding: 30px 0 50px !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important; }
    .oakbrook-one-debt-consolidation-calculator .calc__below--centered .wrapper {
      max-width: 700px !important;
      margin: 0 auto !important;
      padding: 0 20px !important; }
    .oakbrook-one-debt-consolidation-calculator .calc__below--centered .bold {
      color: #fff !important;
      font-size: 16px !important;
      margin-bottom: 16px !important; }
      .oakbrook-one-debt-consolidation-calculator .calc__below--centered .bold.ta-c {
        text-align: center !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        margin-bottom: 20px !important; }
    .oakbrook-one-debt-consolidation-calculator .calc__below--centered .apr-content {
      text-align: left; }
      .oakbrook-one-debt-consolidation-calculator .calc__below--centered .apr-content .bold {
        font-size: 14px !important;
        font-weight: 600 !important;
        margin-bottom: 8px !important; }
      .oakbrook-one-debt-consolidation-calculator .calc__below--centered .apr-content .small {
        color: rgba(255, 255, 255, 0.85) !important;
        font-size: 12px !important;
        line-height: 1.7 !important; }
  .oakbrook-one-debt-consolidation-calculator #section-1 {
    margin: 5rem auto 0 auto !important;
    max-width: 90vw !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #section-1 {
        margin: 0 auto 0 auto !important;
        max-width: 100% !important; } }
    .oakbrook-one-debt-consolidation-calculator #section-1 .wrapper {
      background-color: #F5F6FA;
      padding: 5rem 0px;
      text-align: center !important; }
    .oakbrook-one-debt-consolidation-calculator #section-1 .bump--sm h2 {
      color: #2ee0ff !important; }
    .oakbrook-one-debt-consolidation-calculator #section-1 .card-simple h3 {
      color: #2ee0ff !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #section-1 .wrapper .g .gs__1-2 {
        margin-top: 0rem !important; }
      .oakbrook-one-debt-consolidation-calculator #section-1 .wrapper .bump--sm h2 {
        top: 10rem !important; } }
    @media (min-width: 1260px) {
      .oakbrook-one-debt-consolidation-calculator #section-1 .wrapper {
        width: 100%; } }
  .oakbrook-one-debt-consolidation-calculator #section-2 {
    margin: -5rem auto 0 auto !important;
    max-width: 90vw !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #section-2 {
        margin: 0 auto 0 auto !important;
        max-width: 100% !important; } }
    .oakbrook-one-debt-consolidation-calculator #section-2 .spacer-top {
      margin-top: 4vh !important; }
      @media (max-width: 768px) {
        .oakbrook-one-debt-consolidation-calculator #section-2 .spacer-top {
          margin-top: 0rem !important; } }
    .oakbrook-one-debt-consolidation-calculator #section-2 .wrapper .bump--sm h2 {
      color: #2ee0ff !important;
      position: relative;
      top: 10rem !important; }
    @media (min-width: 1260px) {
      .oakbrook-one-debt-consolidation-calculator #section-2 .wrapper {
        width: 100%; } }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #section-2 .show-md .wrapper .bump--sm h2 {
        color: #2ee0ff !important;
        position: relative;
        top: 2rem !important; } }
    @media (min-width: 992px) {
      .oakbrook-one-debt-consolidation-calculator #section-2 .g .gs__1-2 {
        margin-top: 6rem !important; } }
  .oakbrook-one-debt-consolidation-calculator #section-3 {
    margin: 0rem auto 0 auto !important;
    max-width: 90vw !important;
    margin-bottom: 2rem !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #section-3 {
        margin: 0 auto 0 auto !important;
        max-width: 100% !important;
        margin-bottom: 5rem !important; } }
    .oakbrook-one-debt-consolidation-calculator #section-3 .wrapper {
      margin-top: 4rem !important; }
      .oakbrook-one-debt-consolidation-calculator #section-3 .wrapper .bg--lightOrange {
        background: #FFEAFE !important; }
      .oakbrook-one-debt-consolidation-calculator #section-3 .wrapper .bump--sm {
        color: #1e1e24 !important; }
      .oakbrook-one-debt-consolidation-calculator #section-3 .wrapper .list-orange-tick ul li {
        color: #1e1e24 !important; }
        .oakbrook-one-debt-consolidation-calculator #section-3 .wrapper .list-orange-tick ul li::before {
          content: "";
          position: absolute;
          background-image: url("/dist/img/icons/shield-check-pink.png");
          background-repeat: no-repeat;
          background-position: center;
          left: -21px;
          width: 26px;
          height: 32px; }
  .oakbrook-one-debt-consolidation-calculator #section-5 {
    margin: 0rem auto 0 auto !important;
    max-width: 90vw !important;
    padding-top: 0rem;
    background-color: transparent !important;
    overflow: unset !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #section-5 {
        margin: 0 auto 0 auto !important;
        max-width: 100% !important;
        padding-top: 0rem !important; } }
    .oakbrook-one-debt-consolidation-calculator #section-5 .g .bump--sm h2 span:first-child {
      color: #2ee0ff !important; }
    .oakbrook-one-debt-consolidation-calculator #section-5 .g .bump--sm h2 span:last-child {
      color: #0c0939 !important; }
    .oakbrook-one-debt-consolidation-calculator #section-5 .g .bump--sm h2 {
      color: #2ee0ff !important; }
    .oakbrook-one-debt-consolidation-calculator #section-5 .g .calc .calc__info .stat .color--blue {
      color: #2ee0ff !important; }
    .oakbrook-one-debt-consolidation-calculator #section-5 .g .calc .calc__input .input-group input {
      border: 2px solid #2ee0ff !important; }
    .oakbrook-one-debt-consolidation-calculator #section-5 .g .btn--quote {
      background-color: #2ee0ff !important;
      color: #FFF !important; }
    .oakbrook-one-debt-consolidation-calculator #section-5 .g .btn--quote:hover, .oakbrook-one-debt-consolidation-calculator #section-5 .g .btn--quote:focus {
      -webkit-box-shadow: 0px 0px 16px 4px #2ee0ff !important;
      box-shadow: 0px 0px 16px 4px #2ee0ff !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #section-5 .bump--sm h2 {
        margin-top: -1rem !important; } }
    @media (min-width: 1260px) {
      .oakbrook-one-debt-consolidation-calculator #section-5 .wrapper {
        width: 100%; } }
  .oakbrook-one-debt-consolidation-calculator #section-5::-webkit-scrollbar {
    display: none; }
  .oakbrook-one-debt-consolidation-calculator .chunk--eligibility .ring {
    position: absolute;
    -webkit-transform: translateX(0%) translateY(0%) rotate(0deg) !important;
            transform: translateX(0%) translateY(0%) rotate(0deg) !important;
    width: 52rem !important;
    top: -12rem;
    right: 1.5rem; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .chunk--eligibility .ring {
        width: 50rem !important;
        top: 25rem !important;
        right: 1.5rem !important; } }
  .oakbrook-one-debt-consolidation-calculator #section-6 {
    margin: 15rem auto 0 auto !important;
    max-width: 90vw !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #section-6 {
        margin: 6rem auto 0 auto !important;
        max-width: 100% !important; } }
    .oakbrook-one-debt-consolidation-calculator #section-6 .wrapper .box-padding .ta-c .color--blue-dark {
      color: #0c0939 !important; }
    .oakbrook-one-debt-consolidation-calculator #section-6 .wrapper .g .accord__item .accord__q {
      background: #0c0939 !important;
      color: #fff !important; }
    .oakbrook-one-debt-consolidation-calculator #section-6 .wrapper .g .accord__item .accord__a .accord-body {
      color: #0c0939 !important;
      background: #fff !important; }
    .oakbrook-one-debt-consolidation-calculator #section-6 .box-padding {
      padding: 10px; }
    @media (min-width: 992px) {
      .oakbrook-one-debt-consolidation-calculator #section-6 .box-padding {
        padding: 10px; } }
    @media (min-width: 1260px) {
      .oakbrook-one-debt-consolidation-calculator #section-6 .wrapper {
        width: 100%; } }
  .oakbrook-one-debt-consolidation-calculator .testimonial-carousel-section {
    margin: 0 auto !important;
    max-width: 90vw !important;
    padding: 6rem 0 4rem !important;
    overflow: hidden; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .testimonial-carousel-section {
        max-width: 100% !important;
        padding: 4rem 0 3rem !important; } }
    @media (min-width: 1260px) {
      .oakbrook-one-debt-consolidation-calculator .testimonial-carousel-section .wrapper {
        width: 100%; } }
  .oakbrook-one-debt-consolidation-calculator .testimonial-carousel__header {
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 2rem; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .testimonial-carousel__header {
        margin-bottom: 2rem;
        padding-top: 1rem; } }
  .oakbrook-one-debt-consolidation-calculator .testimonial-carousel__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0c0939 !important;
    margin-bottom: 16px !important;
    line-height: 1.3 !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .testimonial-carousel__title {
        font-size: 24px !important;
        margin-bottom: 12px !important; } }
  .oakbrook-one-debt-consolidation-calculator .testimonial-carousel__subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto; }
    .oakbrook-one-debt-consolidation-calculator .testimonial-carousel__subtitle p {
      margin: 0; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .testimonial-carousel__subtitle {
        font-size: 14px; } }
  .oakbrook-one-debt-consolidation-calculator .testimonial-slider {
    overflow: hidden;
    width: 100%;
    position: relative; }
    .oakbrook-one-debt-consolidation-calculator .testimonial-slider__track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      -webkit-animation: testimonial-scroll 30s linear infinite;
              animation: testimonial-scroll 30s linear infinite; }
    .oakbrook-one-debt-consolidation-calculator .testimonial-slider .slide {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 320px;
      margin-right: 24px; }
      @media (max-width: 991px) {
        .oakbrook-one-debt-consolidation-calculator .testimonial-slider .slide {
          width: 300px;
          margin-right: 20px; } }
      @media (max-width: 768px) {
        .oakbrook-one-debt-consolidation-calculator .testimonial-slider .slide {
          width: 280px;
          margin-right: 16px; } }
    .oakbrook-one-debt-consolidation-calculator .testimonial-slider:hover .oakbrook-one-debt-consolidation-calculator .testimonial-slider__track {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }

@-webkit-keyframes testimonial-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes testimonial-scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
  .oakbrook-one-debt-consolidation-calculator .testimonial-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    height: 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-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease; }
    .oakbrook-one-debt-consolidation-calculator .testimonial-card:hover {
      -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
              box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .testimonial-card {
        padding: 24px 20px; } }
  .oakbrook-one-debt-consolidation-calculator .testimonial-card__avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .oakbrook-one-debt-consolidation-calculator .testimonial-card__avatar img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .testimonial-card__avatar {
        width: 70px;
        height: 70px;
        margin-bottom: 16px; } }
  .oakbrook-one-debt-consolidation-calculator .testimonial-card__name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0c0939 !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .testimonial-card__name {
        font-size: 16px !important;
        margin-bottom: 10px !important; } }
  .oakbrook-one-debt-consolidation-calculator .testimonial-card__text {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator .testimonial-card__text {
        font-size: 13px;
        line-height: 1.6; } }
  .oakbrook-one-debt-consolidation-calculator .show-large {
    display: block; }
    @media (max-width: 992px) {
      .oakbrook-one-debt-consolidation-calculator .show-large {
        display: none; } }
  .oakbrook-one-debt-consolidation-calculator .show-mobile {
    display: none; }
    @media (max-width: 992px) {
      .oakbrook-one-debt-consolidation-calculator .show-mobile {
        display: block; } }
  .oakbrook-one-debt-consolidation-calculator #footer {
    width: 90vw !important;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5rem; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #footer {
        margin: 0 auto 0 auto !important;
        width: 100% !important;
        max-width: 100% !important; } }
    .oakbrook-one-debt-consolidation-calculator #footer .wrapper {
      padding: 0px 5rem; }
    @media (max-width: 768px) {
      .oakbrook-one-debt-consolidation-calculator #footer .footer-social-icons {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important; } }
    @media (min-width: 1260px) {
      .oakbrook-one-debt-consolidation-calculator #footer .wrapper {
        width: 100%; } }

/*! 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; }

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

body #ccc, body #ccc p, body #ccc .third-party-cookie-link {
  font-size: 2rem !important; }

body #ccc h3, body #ccc p, body .ccc-intro {
  font-size: 2rem !important; }

body #ccc .ccc-notify-button {
  font-size: 2rem !important; }

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