﻿/*!
 * site.css
 */
@font-face {
    font-family: 'Lora';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/lora-v32-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/lora-v32-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('/fonts/lora-v32-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('/fonts/lora-v32-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Lora';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/lora-v32-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/lora-v32-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('/fonts/lora-v32-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('/fonts/lora-v32-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v20-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('/fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('/fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/poppins-v20-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('/fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('/fonts/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
*:focus {
  outline: none;
}
html.safe-focus *:focus {
    box-shadow: 0 0 0 2px #000, 0 0 0 4px white !important;
}
button:-moz-focusring {
  outline: none;
}
html.safe-focus button:-moz-focusring {
    box-shadow: 0 0 0 2px #000, 0 0 0 4px white !important;
}
body {
  line-height: 1.625rem;
  color: #5C5651;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
h1 {
  font-family: 'Lora', serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #05286c;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.875rem;
  }
}
h2 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #5c5651;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #05286c;
  margin-bottom: 1.125rem;
}
h4 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #5c5651;
  margin-bottom: 1rem;
}
h5 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #5c5651;
  margin-bottom: 1rem;
}
h6 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #05286c;
  margin-bottom: 1rem;
}
p {
    font-size: 1rem;
}
blockquote:not([class]) {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #5c5651;
  margin-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  blockquote:not([class]) {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 2rem;
  }
}
blockquote:not([class]) p::before {
    content: "\201C";
    font-size: 2rem;
    position: absolute;
    top: 1.25rem;
    left: -1rem;
}
blockquote:not([class]) p::after {
    content: "\201D";
    font-size: 2rem;
    position: absolute;
    padding: 0.25rem 0 0 0.25rem;
}
blockquote:not([class])::after {
  content: "";
  display: block;
  background: url("../images/triangles-light.svg");
  height: 8.6875rem;
  width: 11.5625rem;
  position: absolute;
  top: 0;
  left: -3.875rem;
  z-index: -1;
}
a {
  text-decoration: underline;
}
a:not([class]) {
  color: #001732;
  border-bottom: 2px solid #218921;
  text-decoration: none;
  transition: background-position cubic-bezier(0.19, 1, 0.22, 1) 150ms;
  background-size: 100% 200%;
  background-position-y: -100%;
  background-image: linear-gradient(to top, transparent 50%, #bef2be 50%);
  background-repeat: no-repeat;
}
a:not([class]):hover,
a:not([class]):focus {
  background-position-y: 0;
}
a:not([class]):active {
  background-image: linear-gradient(to top, transparent 50%, #94ea94 50%);
}
p:not([class]),
ol:not([class]),
ul:not([class]) {
  margin-bottom: 2rem;
}
li:not([class]) {
  margin-bottom: 1rem;
}
ol:not([class]) {
  counter-reset: li;
  list-style-type: none;
}
ol:not([class]) li {
  position: relative;
}
ol:not([class]) li::before {
  content: counter(li) ".";
  counter-increment: li;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  left: -1.5rem;
  top: 0;
}
ul:not([class]) {
  list-style-type: none;
}
ul:not([class]) li {
  position: relative;
}
ul:not([class]) li::before {
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: -1rem;
  top: 0.9rem;
}
li {
  font-size: 1rem;
}
img[class*="img"],
img:not([class]) {
  border-radius: 2rem;
  max-width: 100%;
}
figure:not([class]) {
  width: 100%;
}
figure:not([class]) img {
  border-radius: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: none;
}
@media (min-width: 992px) {
  figure:not([class]) img {
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
  }
}
figcaption:not([class]) {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #05286c;
}
.container {
  margin: auto;
}
.container-small {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .container-small {
    max-width: 33.75rem;
  }
}
@media (min-width: 768px) {
  .container-small {
    max-width: 45rem;
  }
}
@media (min-width: 1200px) {
  .container-small {
    max-width: 47.5rem;
  }
}
@media (min-width: 30em) {
  .o-testimonial-layout {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .o-testimonial-layout__item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.lead {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #5c5651;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 2rem;
  }
}
.blockquote {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #5c5651;
  margin-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .blockquote {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 2rem;
  }
}
.blockquote p::before {
    content: "\201C";
    font-size: 2rem;
    position: absolute;
    top: 1.25rem;
    left: -1rem;
}
.blockquote p::after {
    content: "\201D";
    font-size: 2rem;
    position: absolute;
    padding: 0.25rem 0 0 0.25rem;
}
.blockquote::after {
  content: "";
  display: block;
  background: url("../images/triangles-light.svg");
  height: 8.6875rem;
  width: 11.5625rem;
  position: absolute;
  top: 0;
  left: -3.875rem;
  z-index: -1;
}
.blockquote--small-triangles {
  margin-left: 2.5rem;
}
.blockquote--small-triangles::after {
  left: -2rem;
  height: 6rem;
  width: 8rem;
  background-size: 100%;
}
.figure {
  width: 100%;
}
.figure-img {
  border-radius: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: none;
}
@media (min-width: 992px) {
  .figure-img {
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
  }
}
.figure-caption {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #05286c;
}
.h1,
.display-1 {
  font-family: "Lora", serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #05286c;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .h1,
  .display-1 {
    font-size: 2.875rem;
  }
}
.h2,
.display-2 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #5c5651;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .h2,
  .display-2 {
    font-size: 2rem;
  }
}
.h3,
.display-3 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #05286c;
  margin-bottom: 1.125rem;
}
.h4,
.display-4 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #5c5651;
  margin-bottom: 1rem;
}
.h5 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #5c5651;
  margin-bottom: 1rem;
}
.h6 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #05286c;
  margin-bottom: 1rem;
}
.img-left {
  margin: 0 1rem 1rem 0;
  float: left;
}
.img-center {
  margin: 0 auto 1rem;
  display: block;
}
.img-right {
  margin: 0 0 1rem 1rem;
  float: right;
}
.icon-chevron {
  height: 0.5rem;
  width: 1rem;
}
.icon-menu {
  width: 0.75rem;
  height: 0.75rem;
}
.icon-close {
  width: 0.75rem;
  height: 0.75rem;
}
.icon-triangle {
  width: 1.8125rem;
  height: 3.4375rem;
}
.icon-call-us {
  width: 1.3125rem;
  height: 2.125rem;
}
.icon-email-us {
  width: 2.1875rem;
  height: 1.625rem;
}
.icon-coin-x {
  width: 4.6875rem;
  height: 4.6875rem;
}
.icon-low-percentage {
  width: 4.6875rem;
  height: 4.6875rem;
}
.icon-money-calendar {
  width: 4.6875rem;
  height: 4.6875rem;
}
.icon-play {
  width: 0.815rem;
  height: 0.875rem;
}
.icon-pause {
  width: 0.675rem;
  height: 0.75rem;
}
.btn {
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 1.25rem;
  border-radius: 2rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.btn:hover,
.btn:focus {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.btn-cta {
  color: #0b360a;
  background-color: #bef2be;
  border-color: #47cd47;
  z-index: 100;
  box-shadow: 0 3px 8px 0 rgba(41, 150, 41, 0.08),
    1px 3px 8px 0 rgba(41, 150, 41, 0.16),
    6px 8px 34px 0 rgba(41, 150, 41, 0.28),
    4px 6px 20px 0 rgba(190, 242, 190, 0.4);
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active {
  color: #0b360a !important;
  background-color: #47cd47 !important;
  border-color: #47cd47 !important;
  box-shadow: 0 3px 8px 0 rgba(41, 150, 41, 0.08),
    1px 3px 8px 0 rgba(41, 150, 41, 0.16),
    6px 8px 34px 0 rgba(41, 150, 41, 0.28),
    4px 6px 20px 0 rgba(190, 242, 190, 0.4) !important;
}
.btn-primary {
  box-shadow: 0 3px 8px 0 rgba(5, 40, 108, 0.1),
    1px 3px 8px 0 rgba(5, 40, 108, 0.1), 6px 8px 34px 0 rgba(5, 40, 108, 0.09),
    4px 6px 20px 0 rgba(5, 40, 108, 0.03);
}
.btn-secondary {
  color: #05286c;
  background-color: #fff;
  border-color: #05286c;
  box-shadow: 0 3px 8px 0 rgba(5, 40, 108, 0.1),
    1px 3px 8px 0 rgba(5, 40, 108, 0.1), 6px 8px 34px 0 rgba(5, 40, 108, 0.09),
    4px 6px 20px 0 rgba(5, 40, 108, 0.03);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #05286c !important;
  background-color: #d7dce8 !important;
  border-color: #05286c !important;
  box-shadow: 0 3px 8px 0 rgba(5, 40, 108, 0.1),
    1px 3px 8px 0 rgba(5, 40, 108, 0.1), 6px 8px 34px 0 rgba(5, 40, 108, 0.09),
    4px 6px 20px 0 rgba(5, 40, 108, 0.03) !important;
}
.btn-tertiary {
  color: #05286c;
  background-color: #fff;
  border-color: #05286c;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active {
  color: #05286c !important;
  background-color: #fff !important;
  border-color: #05286c !important;
  box-shadow: 0 3px 8px 0 rgba(5, 40, 108, 0.1),
    1px 3px 8px 0 rgba(5, 40, 108, 0.1), 6px 8px 34px 0 rgba(5, 40, 108, 0.09),
    4px 6px 20px 0 rgba(5, 40, 108, 0.03) !important;
}
.btn-danger {
  color: #001732 !important;
}
.btn-danger:hover,
.btn-danger:not(:disabled):not(.disabled):active {
  background-color: #FEFBFA;
}
.btn-mobile-menu {
  color: #05286c;
  padding-left: 0;
  padding-right: 0;
  transition: none !important;
}
.btn-mobile-menu:hover,
.btn-mobile-menu:focus,
.btn-mobile-menu:active {
  color: #05286c;
  outline: none;
  box-shadow: none;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.btn-link {
  color: #f2f4f9;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #f2f4f9;
  background-color: transparent !important;
  text-decoration: none !important;
}
@media (min-width: 48rem) {
  .btn-link {
    color: #05286c !important;
  }
}
@media (min-width: 75rem) {
  .btn-link {
    background-color: #fff;
  }
}
.btn-xsm {
  padding: 0.5rem 1rem;
}
.btn-skip-to-content {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1.5rem;
  z-index: 1200;
  border-radius: 0;
  background: #001732;
  color: #fff;
}
.btn-skip-to-content:focus {
  top: 0;
}
.btn-skip-to-content:hover {
  color: #fff;
}
.btn.btn-radius-sm {
    border-radius: 0.4rem;
}
.alert {
  margin-bottom: 0;
}
.alert-dismissible {
  padding-right: 1.3125rem;
}
.alert-link {
  text-decoration: underline;
}
.alert-primary .alert-link {
  color: #f2f4f9;
}
.alert-secondary .alert-link,
.alert-info .alert-link,
.alert-success .alert-link,
.alert-warning .alert-link,
.alert-danger .alert-link {
  color: #001732;
}
.alert-text {
  color: #001732;
  margin-right: 1rem;
}
.alert-primary .alert-text {
  color: #f2f4f9;
}
.alert .close {
  height: 2.75rem;
  -ms-flex: 0 0 2.75rem;
  flex: 0 0 2.75rem;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
  opacity: 1;
  float: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.alert .close:focus {
  outline: none;
}
.card {
  background-image: radial-gradient(circle, #f2f4f9, #f9f5f2);
  background-size: 200%;
  position: relative;
}
@media (min-width: 992px) {
  .card--overflow-container {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.card--ghost {
  background: transparent;
  border: 1px solid #d7dce8;
}
.card--with-triangles .card-body {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}
@media (min-width: 48rem) {
  .card--with-triangles .card-body {
    padding-right: 16.8rem;
  }
}
.card--with-triangles::after {
  content: "";
  background: url("../images/card-triangles.svg");
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  width: 212px;
  height: 137px;
  bottom: -1rem;
  right: -90px;
}
@media (min-width: 36rem) {
  .card--with-triangles::after {
    right: -2rem;
  }
}
@media (min-width: 48rem) {
  .card--with-triangles::after {
    right: -1rem;
  }
}
.card--with-cutout-image .card-body {
  padding-bottom: 11.7rem;
}
@media (min-width: 36rem) {
  .card--with-cutout-image .card-body {
    padding-bottom: 2.8rem;
    padding-right: 16.8rem;
  }
}
.card__cutout-image {
  position: absolute;
  bottom: 0;
  right: -0.5rem;
  width: 15.3rem;
  pointer-events: none;
}
@media (min-width: 36rem) {
  .card__cutout-image {
    right: -1rem;
  }
}
.card-body {
  padding: 1.5rem 1.5rem 0;
}
@media (min-width: 768px) {
  .card-body {
    padding: 3rem 3rem 1rem;
  }
}
.container-hero {
  background: white url("../images/hero-background.jpg") center/cover;
  padding: 0;
  z-index: -1;
  position: relative;
}
.cmp-hero {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 576px) {
  .cmp-hero {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .cmp-hero {
    margin-bottom: 6rem;
  }
}
.container-fluid .cmp-hero,
.container-sm .cmp-hero,
.container-md .cmp-hero,
.container-lg .cmp-hero,
.container-xl .cmp-hero {
  position: relative;
}
.cmp-hero .row {
  position: relative;
}
@media (min-width: 768px) {
  .cmp-hero .row {
    min-height: 25rem;
  }
}
.cmp-hero__text-container {
  padding: 1.75rem 15px;
}
@media (min-width: 992px) {
  .cmp-hero__text-container {
    padding: 3.75rem 15px;
  }
}
.cmp-hero__title {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.cmp-hero__image {
  width: 100%;
}
.cmp-hero__image--home {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .cmp-hero__image--home {
    max-width: none;
    margin-top: 1rem;
  }
}
.cmp-hero__image--clipped {
  -webkit-clip-path: polygon(
    100% 0,
    100% 100%,
    100% 19.25rem,
    19.25rem 31.875rem,
    0 100%,
    0 0,
    2rem 0
  );
  clip-path: polygon(
    100% 0,
    100% 100%,
    100% 19.25rem,
    19.25rem 31.875rem,
    0 100%,
    0 0,
    2rem 0
  );
}
@media (min-width: 576px) {
  .cmp-hero__image--clipped {
    -webkit-clip-path: polygon(
      100% 0,
      35rem 35rem,
      35rem 19.5rem,
      19.5rem 35rem,
      0 100%,
      0 4rem,
      4rem 0
    );
    clip-path: polygon(
      100% 0,
      35rem 35rem,
      35rem 19.5rem,
      19.5rem 35rem,
      0 100%,
      0 4rem,
      4rem 0
    );
  }
}
@media (min-width: 768px) {
  .cmp-hero__image--clipped {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-clip-path: polygon(
      100% 0,
      19.5rem 19.5rem,
      19.5rem 11rem,
      11rem 19.5rem,
      0 100%,
      0 2rem,
      2rem 0
    );
    clip-path: polygon(
      100% 0,
      19.5rem 19.5rem,
      19.5rem 11rem,
      11rem 19.5rem,
      0 100%,
      0 2rem,
      2rem 0
    );
  }
}
@media (min-width: 992px) {
  .cmp-hero__image--clipped {
    -webkit-clip-path: polygon(
      100% 0,
      32.5rem 32.5rem,
      32.5rem 16rem,
      16rem 32.5rem,
      0 100%,
      0 4rem,
      4rem 0
    );
    clip-path: polygon(
      100% 0,
      32.5rem 32.5rem,
      32.5rem 16rem,
      16rem 32.5rem,
      0 100%,
      0 4rem,
      4rem 0
    );
  }
}
@media (min-width: 1200px) {
  .cmp-hero__image--clipped {
    top: 0%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-clip-path: polygon(
      100% 0,
      37.5rem 37.5rem,
      37.5rem 20rem,
      20rem 37.5rem,
      0 100%,
      0 5rem,
      5rem 0
    );
    clip-path: polygon(
      100% 0,
      37.5rem 37.5rem,
      37.5rem 20rem,
      20rem 37.5rem,
      0 100%,
      0 5rem,
      5rem 0
    );
  }
}
.cmp-hero--home {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .cmp-hero--home {
    padding-top: 5rem;
    margin-bottom: 0;
  }
}
.cmp-hero__left-triangles-image {
    content: "";
    display: block;
    height: 9.375rem;
    width: 11rem;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    z-index: 900;
    background-image: url("../images/triangles-imagedetail-left.svg");
    position: absolute;
    top: -1.5rem;
    left: -3.5rem;
    scale: 0.75;
}
.cmp-hero__left-triangles-image.small-triangles {
    background-image: url("../images/triangles-left.svg");
}
@media (min-width: 768px) {
  .cmp-hero__left-triangles-image {
    scale: 0.5;
    top: 2rem;
    left: -4.5rem;
  }
}
@media (min-width: 992px) {
  .cmp-hero__left-triangles-image {
    scale: none;
    top: 0;
    left: -2.6rem;
  }
}
@media (min-width: 1200px) {
  .cmp-hero__left-triangles-image.small-triangles {
    left: -6rem;
  }
}
.cmp-hero__right-triangles-image {
  content: "";
  display: block;
  height: 20.1875rem;
  width: 13.75rem;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: 900;
  background-image: url("../images/triangles-imagedetail-right.svg");
  position: absolute;
  bottom: -3.75rem;
  right: -3rem;
  scale: 0.75;
}
.cmp-hero__right-triangles-image.small-triangles {
    background-image: url("../images/triangles-right.svg");
}
@media (min-width: 768px) {
  .cmp-hero__right-triangles-image {
    right: -6rem;
    scale: 0.5;
  }
  .cmp-hero__right-triangles-image.small-triangles {
      bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cmp-hero__right-triangles-image {
    scale: 0.7;
    bottom: -8rem;
    right: -5rem;
  }
  .cmp-hero__right-triangles-image.small-triangles {
      bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .cmp-hero__right-triangles-image {
    scale: none;
    bottom: -10rem;
  }
  .cmp-hero__right-triangles-image.small-triangles {
      bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .cmp-hero__left-triangles-home {
    content: "";
    display: block;
    height: 7.375rem;
    width: 13.25rem;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    z-index: 900;
    background-image: url("../images/triangles-home-left.svg");
    position: absolute;
    top: -1.5rem;
    left: -6rem;
  }
}
@media (min-width: 992px) {
  .cmp-hero__left-triangles-home {
    left: -4rem;
  }
}
.cmp-hero__right-triangles-home {
  content: "";
  display: block;
  height: 15.375rem;
  width: 33.0625rem;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: 900;
  background-image: url("../images/triangles-home-right.svg");
  position: absolute;
  bottom: -5rem;
  right: 1rem;
}
@media (min-width: 768px) {
  .cmp-hero__right-triangles-home {
    bottom: -3rem;
    right: -8rem;
  }
}
@media (min-width: 992px) {
  .cmp-hero__right-triangles-home {
    bottom: -2rem;
  }
}
@media (min-width: 1200px) {
  .cmp-hero__right-triangles-home {
    bottom: 3rem;
    right: -3rem;
  }
}
.cmp-footer {
  background-color: #f2f4f9;
  font-size: 1rem;
}
.cmp-footer__copy {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.cmp-footer__copy--light {
  opacity: 0.6;
}
.cmp-footer__image {
  max-width: 4rem;
  -webkit-filter: brightness(0.75) sepia(1) saturate(100%) hue-rotate(180deg);
  filter: brightness(0.75) sepia(1) saturate(100%) hue-rotate(180deg);
}
.cmp-footer__list {
  list-style-type: none;
}
.cmp-footer__links {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .cmp-footer__links {
    padding: 2.9375rem 0 0;
  }
}
.cmp-footer__tel {
  text-decoration: none;
  color: #001732;
}
.cmp-footer__tel:hover {
  text-decoration: none;
}
.cmp-footer__social-icon {
  height: 1.375rem;
}
.cmp-image-list {
  background-color: #fafbfe;
}
.cmp-image-list__collection {
  list-style-type: none;
}
.cmp-image-list__link {
  display: block;
  text-decoration: none;
}
.cmp-image-list__link:hover {
  text-decoration: none;
}
.cmp-image-list__image {
  max-height: 5rem;
  max-width: 8.25rem;
  -webkit-filter: brightness(0.75) sepia(1) saturate(100%) hue-rotate(180deg);
  filter: brightness(0.75) sepia(1) saturate(100%) hue-rotate(180deg);
}
.cmp-block--light {
  background: #f9f5f2 radial-gradient(circle, #f2f4f9, #f9f5f2);
  color: #001732;
}
.cmp-block--dark {
  background: #05286c linear-gradient(341deg, #001732, #05286c);
  color: #fff;
}
.cmp-calculator {
  background-color: #fff;
  border-radius: 2rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .cmp-calculator {
    padding: 3rem 3rem 1rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .cmp-calculator::after {
    content: "";
    display: block;
    height: 16.0625rem;
    width: 10.3125rem;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    z-index: 900;
    background-image: url("../images/triangles-home-calculator.svg");
    position: absolute;
    top: -2.5rem;
    right: -5.5rem;
    transition: all 0.5s;
  }
}
@media (min-width: 768px) {
  .cmp-calculator::after {
    top: -6.5rem;
    right: -3.5rem;
  }
}
@media (min-width: 992px) {
  .cmp-calculator::after {
    top: -8.25rem;
    right: -4.25rem;
  }
}
.cmp-calculator__eyebrow {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #218921;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cmp-calculator__example-owed {
    margin-top: -1.825rem;
  }
}
.cmp-calculator__amount {
  font-family: "Lora", serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #05286c;
  margin-bottom: 2rem;
  display: block;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .cmp-calculator__amount {
    font-size: 2.875rem;
  }
}
@media (min-width: 992px) {
  .cmp-calculator__amount {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .cmp-calculator__amount {
    font-size: 5.375rem;
  }
}
.cmp-calculator__icon {
  margin: 2rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 992px) {
  .cmp-calculator__icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.cmp-calculator__sample-payments {
  background: #f9f5f2 radial-gradient(circle, #f2f4f9, #f9f5f2);
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
  position: relative;
  background-attachment: fixed;
}
@media (min-width: 576px) {
  .cmp-calculator__sample-payments {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .cmp-calculator__sample-payments {
    padding: 3rem 2rem;
  }
}
.cmp-calculator__sample-payments::before {
  content: "";
  display: block;
  background-color: #6d81cb;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
@media (min-width: 576px) {
  .cmp-calculator__sample-payments::before {
    height: auto;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
  }
}
.cmp-calculator__payment-value {
  font-family: "Lora", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 0.9;
  color: #05286c;
}
@media (min-width: 576px) {
  .cmp-calculator__payment-value {
    font-size: 2.875rem;
  }
}
@media (min-width: 992px) {
  .cmp-calculator__payment-value {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .cmp-calculator__payment-value {
    font-size: 2.875rem;
  }
}
.cmp-calculator__payment-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  margin-top: 0.75rem;
}
.cmp-calculator__payment-label--center {
  background: #f9f5f2 radial-gradient(circle, #f2f4f9, #f9f5f2);
  background-attachment: fixed;
  border-left: 1px solid #6d81cb;
  border-right: 1px solid #6d81cb;
  max-width: 2.875rem;
  padding: 1rem 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cmp-calculator__payment-label--center {
    border-top: 1px solid #6d81cb;
    border-bottom: 1px solid #6d81cb;
    border-left: none;
    border-right: none;
  }
}
.cmp-calculator__hide {
  opacity: 0;
}
.cmp-calculator__show {
  -webkit-animation: show-values 2s;
  animation: show-values 2s;
}
@-webkit-keyframes show-values {
  0% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  15% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
  }
}
@keyframes show-values {
  0% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  15% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  85% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
  }
}
.cmp-calculator__play-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.cmp-calculator__play-btn--show {
  display: block;
}
.cmp-calculator__play-btn--hide {
  display: none;
}
.cmp-calculator__pause-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.cmp-calculator__pause-btn--show {
  display: block;
}
.cmp-calculator__pause-btn--hide {
  display: none;
}
.cmp-icon-list__item {
  margin-bottom: 1.5rem;
}
.cmp-icon-list__icon {
  text-align: center;
  margin-bottom: 1rem;
}
.cmp-icon-list__icon svg {
  width: 5rem;
  height: 5rem;
}
@media (min-width: 30rem) {
  .cmp-icon-list__icon {
    float: left;
    margin-right: 1rem;
  }
}
@media (min-width: 75rem) {
  .cmp-icon-list__icon {
    margin-right: 1.5rem;
  }
}
.cmp-icon-list__text {
  overflow: hidden;
}
.c-css-icon {
  width: 5rem;
  height: 5rem;
}
.dropdown {
  display: inline-block;
  width: 100%;
}
.dropdown:focus-within .dropdown-list {
  outline: none;
}
html.safe-focus .dropdown:focus-within .dropdown-list {
  box-shadow: 0 0 0 2px #000, 0 0 0 4px white !important;
}
.dropdown-toggle {
    transition: none;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
}
.dropdown-toggle.nav {
    color: #f2f4f9;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle.nav[aria-expanded="true"] {
    color: #f2f4f9 !important;
    background-color: #05286c !important;
    border-color: #05286c !important;
    text-decoration: none !important;
    border-bottom: none;
    z-index: 1100;
    position: relative;
    box-shadow: none !important;
}
.dropdown-toggle[aria-expanded="true"] #myResurgentIcon {
  -webkit-filter: unset;
  filter: unset;
}
@media (min-width: 48rem) {
    .dropdown-toggle.nav[aria-expanded="true"]:hover {
        color: #f2f4f9;
    }
}
.dropdown.show .dropdown-toggle {
  border-color: transparent !important;
  box-shadow: none !important;
}
.dropdown.show .dropdown-toggle:hover,
.dropdown.show .dropdown-toggle:focus,
.dropdown.show .dropdown-toggle:active {
  box-shadow: none !important;
}
@media (min-width: 48rem) {
  .dropdown-toggle.nav {
    width: unset;
    color: #05286c;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
@media (min-width: 75rem) {
  .dropdown-toggle.nav {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
    .dropdown-toggle.nav {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.dropdown .btn:hover,
.dropdown .btn:focus,
.dropdown .btn:active {
  box-shadow: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 48rem) {
  .dropdown .btn:hover,
  .dropdown .btn:focus,
  .dropdown .btn:active {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.dropdown hr {
  background-color: white;
  margin: 0.5rem 1.3rem;
  height: 1px;
}
@media (min-width: 48rem) {
  .dropdown hr {
    display: none;
  }
}
.dropdown-icon {
  margin-left: 0.5rem;
  transition: -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.dropdown-toggle.nav[aria-expanded="true"] .dropdown-icon {
  -webkit-filter: invert(100%) sepia(0%) saturate(40%) hue-rotate(53deg)
    brightness(150%) contrast(108%);
  filter: invert(100%) sepia(0%) saturate(40%) hue-rotate(53deg)
    brightness(150%) contrast(108%);
}
.dropdown-toggle.nav[aria-expanded="false"] .dropdown-icon {
  -webkit-filter: invert(100%) sepia(0%) saturate(40%) hue-rotate(53deg)
    brightness(150%) contrast(108%);
  filter: invert(100%) sepia(0%) saturate(40%) hue-rotate(53deg)
    brightness(150%) contrast(108%);
}
@media (min-width: 48rem) {
    .dropdown-toggle.nav[aria-expanded="false"] .dropdown-icon {
        -webkit-filter: none;
        filter: none;
    }
}
.dropdown-toggle.nav .dropdown-icon {
  margin-right: 0.45rem;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 48rem) {
  .dropdown-toggle.nav .dropdown-icon {
    margin-right: 0;
    height: 0.5rem;
    width: 1rem;
  }
}
.dropdown-menu {
  border: none;
  padding: 0;
  margin: 0;
}
.dropdown-list {
  top: 100% !important;
  z-index: 1000;
  background-color: #05286c;
  border: none;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  will-change: unset;
  box-shadow: none;
}
.dropdown-list > a.dropdown-item {
  color: #001732;
  border-bottom: 2px solid #218921;
  text-decoration: none;
  transition: background-position cubic-bezier(0.19, 1, 0.22, 1) 150ms;
  background-size: 100% 200%;
  background-position-y: -100%;
  background-repeat: no-repeat;
  font-weight: normal;
  color: #f2f4f9;
  border-bottom: none;
  text-decoration: none;
}
@media (min-width: 48rem) {
  .dropdown-list > a.dropdown-item:last-child {
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
  }
}
.dropdown-list > a.dropdown-item:hover,
.dropdown-list > a.dropdown-item:focus-visible {
  background-color: #d7dce8;
  color: #05286c;
}
@media (min-width: 48rem) {
  .dropdown-list {
    box-shadow: 0 0.25rem 1.875rem -0.4375rem rgba(0, 0, 0, 0.05),
      0 0.25rem 2.6875rem -0.4375rem rgba(0, 0, 0, 0.05);
    position: absolute;
  }
}
.dropdown-item {
  font-weight: 700;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
  width: unset;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
}
.dropdown-item:last-child {
  padding-bottom: 0.25rem;
}
@media (min-width: 48rem) {
  .dropdown-item:last-child {
    padding-bottom: 0;
  }
}
.dropdown-item a {
  color: #001732;
  border-bottom: 2px solid #218921;
  text-decoration: none;
  transition: background-position cubic-bezier(0.19, 1, 0.22, 1) 150ms;
  background-size: 100% 200%;
  background-position-y: -100%;
  background-image: linear-gradient(to top, transparent 50%, #bef2be 50%);
  background-repeat: no-repeat;
  font-weight: 700;
  color: #f2f4f9;
  border-bottom: none;
  text-decoration: none;
}
.dropdown-item a:hover,
.dropdown-item a:focus {
  background-position-y: 0;
}
.dropdown-item a:active {
  background-image: linear-gradient(to top, transparent 50%, #94ea94 50%);
}
.dropdown-item a:hover {
  border-bottom: 2px solid #218921;
  text-decoration: none;
}
@media (min-width: 48rem) {
  .dropdown-item {
    margin-left: unset;
    margin-right: 0;
    padding-left: 2rem;
    width: 100%;
  }
  .dropdown-item:last-child {
    padding-bottom: 0.75rem;
  }
}
.dropdown .our-company-btn {
  border-radius: 0;
}
.dropdown .our-company-btn:hover,
.dropdown .our-company-btn:focus-visible {
  color: #f2f4f9;
}
@media (min-width: 48rem) {
  .dropdown .our-company-btn {
    height: 3.4rem;
    margin-top: -1.1rem;
    margin-bottom: -1rem;
  }
  .dropdown .our-company-btn:hover,
  .dropdown .our-company-btn:focus-visible {
    background-color: #d7dce8;
    color: #05286c;
  }
}
@media (min-width: 75rem) {
  .dropdown .our-company-btn {
    width: 10rem;
    height: 6rem;
    margin-top: -6.7rem;
    margin-bottom: -6.6rem;
  }
}
.dropdown .our-company-list {
  border-radius: 0 0 1.375rem 1.375rem;
}
@media (min-width: 48rem) {
  .dropdown .our-company-list {
    margin-top: 0.75rem;
  }
}
@media (min-width: 75rem) {
  .dropdown .our-company-list {
    margin-top: 2.1rem;
  }
}
.dropdown .understanding-btn {
  border-radius: 0;
}
.dropdown .understanding-btn:hover,
.dropdown .understanding-btn:focus-visible {
  color: #f2f4f9;
}
@media (min-width: 48rem) {
  .dropdown .understanding-btn {
    height: 3.4rem;
    margin-top: -1.1rem;
    margin-bottom: -1rem;
  }
  .dropdown .understanding-btn:hover,
  .dropdown .understanding-btn:focus-visible {
    background-color: #d7dce8;
    color: #05286c;
  }
}
@media (min-width: 75rem) {
  .dropdown .understanding-btn {
    width: 12rem;
    height: 6rem;
    margin-top: -6.7rem;
    margin-bottom: -6.6rem;
  }
}
.dropdown .understanding-list {
  border-radius: 0 0 1.375rem 1.375rem;
  width: 100%;
}
@media (min-width: 48rem) {
  .dropdown .understanding-list {
    width: 230px;
    margin-top: 0.75rem;
  }
}
@media (min-width: 75rem) {
  .dropdown .understanding-list {
    width: 230px;
    margin-top: 2.1rem;
  }
}
.dropdown .get-support-btn {
  border-radius: 0;
}
.dropdown .get-support-btn:hover,
.dropdown .get-support-btn:focus-visible {
  color: #f2f4f9;
}
@media (min-width: 48rem) {
  .dropdown .get-support-btn {
    height: 3.4rem;
    margin-top: -1.1rem;
    margin-bottom: -1rem;
  }
  .dropdown .get-support-btn:hover,
  .dropdown .get-support-btn:focus-visible {
    background-color: #d7dce8;
    color: #05286c;
  }
}
@media (min-width: 75rem) {
  .dropdown .get-support-btn {
    width: 9rem;
    height: 6rem;
    margin-top: -6.7rem;
    margin-bottom: -6.6rem;
  }
}
.dropdown .get-support-list {
  border-radius: 0 0 1.375rem 1.375rem;
}
@media (min-width: 48rem) {
  .dropdown .get-support-list {
    width: 163px;
    margin-top: 0.75rem;
  }
}
@media (min-width: 75rem) {
  .dropdown .get-support-list {
    width: 155px;
    margin-top: 2.1rem;
  }
}
.dropdown .my-resurgent-btn {
  border-radius: 0;
}
.dropdown .my-resurgent-btn:hover,
.dropdown .my-resurgent-btn:focus-visible {
  color: #f2f4f9;
}
@media (min-width: 48rem) {
  .dropdown .my-resurgent-btn {
    height: 3.4rem;
    margin-top: -1.1rem;
    margin-bottom: -1rem;
  }
  .dropdown .my-resurgent-btn:hover,
  .dropdown .my-resurgent-btn:focus-visible {
    background-color: #d7dce8;
    color: #05286c;
  }
}
@media (min-width: 75rem) {
  .dropdown .my-resurgent-btn {
    width: 12rem;
    height: 6rem;
    margin-top: -6.7rem;
    margin-bottom: -6.6rem;
  }
}
.dropdown .my-resurgent-list {
  border-radius: 0 0 1.375rem 1.375rem;
}
@media (min-width: 48rem) {
  .dropdown .my-resurgent-list {
    margin-top: 0.75rem;
    min-width: 195px;
  }
}
@media (min-width: 75rem) {
  .dropdown .my-resurgent-list {
    margin-top: 2.1rem;
    min-width: 191.8px;
  }
}
body.show-mobile-nav .cmp-header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  overflow: auto;
  background-color: #05286c;
}
.cmp-header__preheader {
  background-color: #05286c;
  color: white;
  font-size: 90%;
  line-height: 1.4;
}

body.show-mobile-nav .cmp-header__preheader {
    display: none !important;
}

body.show-mobile-nav {
    overflow: hidden !important;
}

body.dev .cmp-header__preheader,
body.test .cmp-header__preheader {
    background-color: green;
}

body.test .cmp-header__preheader div.container::before {
    content: '⚡TEST⚡';
}

body.dev .cmp-header__preheader div.container::before {
    content: '⚡DEV⚡';
}

.navbar {
  background: linear-gradient(
    to bottom,
    white,
    white 13.625rem,
    #fafbfe 13.625rem
  );
  position: relative;
  border-bottom: 2px solid #D7DCE8;
}
@media (min-width: 19.0625rem) {
  .navbar {
    background: linear-gradient(
      to bottom,
      white,
      white 10.125rem,
      #fafbfe 10.125rem
    );
  }
}
@media (min-width: 28.5rem) {
  .navbar {
    background: linear-gradient(to bottom, white, white 6rem, #fafbfe 6rem);
  }
}
@media (min-width: 48rem) {
  .navbar {
    padding-bottom: 0;
  }
}
@media (min-width: 75rem) {
  .navbar {
    padding-bottom: 0.5rem;
    background: #fff;
  }
}
.navbar .container {
  margin: auto;
}
.navbar-brand {
  height: 5rem;
  width: 12rem;
  margin-left: 0;
  margin-right: 0.5rem;
}
@media (min-width: 36rem) {
  .navbar-brand {
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .navbar-collapse {
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    margin-top: 0.5rem;
  }
}
@media (min-width: 75rem) {
  .navbar-collapse {
    background-color: transparent;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}
.navbar-collapse.show {
  z-index: 1200;
  transition: height 500ms ease-out;
}
.navbar-collapse .collapsing {
  z-index: 1200;
  transition: height 0s ease !important;
}
.navbar-toggler {
  font-size: 1rem;
  margin: 0.5rem 0;
  z-index: 1300;
}
.navbar-toggler[aria-expanded="true"] {
  background-color: #6d81cb;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.navbar-toggler[aria-expanded="true"] .cmp-header {
  background-color: #05286c;
}
.navbar-toggler[aria-expanded="true"] .mobile-brand-menu {
  -ms-flex-pack: right;
  justify-content: right;
}
.navbar-toggler[aria-expanded="true"] .navbar-brand,
.navbar-toggler[aria-expanded="true"] .mobile-login {
  display: none !important;
}
.navbar-toggler[aria-expanded="true"] .icon-menu {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .icon-close {
  height: 1rem;
  width: 1rem;
}
.navbar-toggler[aria-expanded="false"]::before {
  content: "Menu";
}
.navbar-toggler[aria-expanded="false"] .icon-menu {
  height: 1.3rem;
  width: 1.3rem;
}
.navbar-toggler[aria-expanded="false"] .icon-close {
  display: none;
}
.navbar .navbar-nav .nav-item {
  margin: 0.25rem 0 0.25rem 0;
}
.navbar .navbar-nav .nav-item.show {
  background-color: #05286c;
}
@media (min-width: 48rem) {
  .navbar .navbar-nav .nav-item.show {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 75rem) {
  .navbar .navbar-nav .nav-item.show {
    margin-top: -1.4rem;
    margin-bottom: -1.5rem;
  }
}
.cmp-nav-buttons {
  display: none;
}
@media (min-width: 768px) {
  .cmp-nav-buttons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .cmp-nav-buttons {
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 768px) {
  .cmp-nav-buttons__payment-btn,
  .cmp-nav-buttons__login-btn {
    display: none;
  }
}
.cmp-nav-buttons__payment-btn {
  margin: 0.5rem 0 0.5rem 0;
}
.cmp-nav-fallback-page {
  display: block !important;
}
.cmp-nav-fallback-page .dropdown-menu {
  display: block;
  margin-bottom: 1rem;
}
.cmp-nav-fallback-page .dropdown-icon {
  display: none;
}
.cmp-nav-fallback-page [aria-haspopup="true"] {
  color: #333 !important;
  font-size: 0.75rem;
  text-transform: uppercase;
  border: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  margin-top: 1rem;
}
.cmp-nav-fallback-page [aria-haspopup="true"]:hover {
  cursor: default;
  color: #333 !important;
  box-shadow: none !important;
}
.cmp-nav-fallback-page .cmp-nav-buttons__login-btn {
  display: block;
}
html.no-js .cmp-bulletproof-nav .cmp-bulletproof-nav__no-js-toggle {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
html.no-js .cmp-bulletproof-nav .cmp-bulletproof-nav__js-toggle {
  display: none !important;
}
html.no-js .cmp-bulletproof-nav #navbarSupportedContent {
  display: none !important;
}
html.no-js .cmp-bulletproof-nav .cmp-nav-buttons__payment-btn {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
html.no-js .cmp-bulletproof-nav .cmp-nav-buttons {
  display: none;
}
html.js .cmp-bulletproof-nav .cmp-bulletproof-nav__no-js-toggle {
  display: none !important;
}
.zone-navigation {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.zone-navigation #navbarSupportedContent {
  background-color: #05286c;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 4rem;
  padding-bottom: 50%;
  position: absolute;
}
.zone-navigation #navbarSupportedContent .navbar-nav.menu-main-menu {
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
  text-align: left !important;
}
@media (min-width: 48rem) {
  .zone-navigation #navbarSupportedContent {
    display: block;
    width: 100%;
    background-color: #fafbfe;
    inset: unset;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: unset;
  }
}
@media (min-width: 75rem) {
  .zone-navigation #navbarSupportedContent {
    background-color: white;
  }
  .zone-navigation #navbarSupportedContent .navbar-nav.menu-main-menu {
    -ms-flex-pack: right !important;
    justify-content: right !important;
  }
}
.zone-navigation .cta-buttons {
  display: none;
}
@media (min-width: 48rem) {
  .zone-navigation .cta-buttons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 10rem;
  }
}
@media (min-width: 75rem) {
  .zone-navigation .cta-buttons {
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .zone-navigation .mobile-buttons {
    display: none;
  }
}
.zone-navigation .logo {
  display: inline-block;
  width: 100%;
}
@media (min-width: 36rem) {
  .zone-navigation .logo {
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .zone-navigation .logo {
    margin-right: auto;
    width: unset;
  }
}
.zone-navigation .logo .mobile-brand-menu {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
a.active-link::before {
  content: url("../images/triangles-menu-right.svg");
  position: absolute;
  height: 0.8em;
  left: 0.9em;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
@media (min-width: 48rem) {
  a.active-link::before {
    height: 1.1em;
    left: 0.4em;
  }
}
.my-resurgent-li {
    display: none;
}
#myResurgentHrTag {
  display: unset;
}
@media (min-width: 48rem) {
  #myResurgentHrTag {
    display: none !important;
  }
}
#myResurgentNavText {
  padding-right: 0.5rem;
}
@media (min-width: 48rem) {
  #myResurgentNavText {
    padding-right: unset;
  }
}
#myResurgentIcon {
  border-radius: 0;
  height: 1rem;
  width: 0.8rem;
  margin-top: -0.1rem;
}
@media (min-width: 48rem) {
  #myResurgentIcon {
    -webkit-filter: invert(90%) sepia(37%) saturate(6216%) hue-rotate(215deg)
      brightness(112%) contrast(98%);
    filter: invert(90%) sepia(37%) saturate(6216%) hue-rotate(215deg)
      brightness(112%) contrast(98%);
  }
}
.text-extra-small {
  font-size: 0.8125rem;
  line-height: 1.4;
}
.text-small {
  font-size: 90%;
  line-height: 1.4;
}
.text-medium {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .text-medium {
    font-size: 1.25rem;
  }
}
.text-large {
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 2.5625rem;
    line-height: 1.325;
  }
}
.text-extra-large {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .text-extra-large {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .text-extra-large {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .text-extra-large {
    font-size: 5.375rem;
  }
}
.text-no-wrap {
  white-space: nowrap;
}
.text-no-decoration {
  text-decoration: none;
}
.text-serif {
  font-family: "Lora", serif;
}
body.cookie-banner-open {
    overflow: hidden;
}
.mt-6 {
    margin-top: 6rem;
}
@media (min-width: 768px) {
    .text-center-md {
        text-align: center !important;
    }
    .mt-md-6 {
        margin-top: 6rem !important;
    }
}

.pdf-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 135%;
}

.pdf-wrapper iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 300px;
}

.text-underline {
    text-decoration: underline;
}

.table-striped tbody {
  color: #5C5651;
}

.table-striped tbody th {
  font-weight: bold;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F2F4F9;
}

.table thead > tr > th {
  background-color: #05286C;
  color: white;
}