/*------------------------------------*    $UTILITIES
\*------------------------------------*/
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/*------------------------------------*    $BASE
\*------------------------------------*/
@font-face {
  font-family: 'Helvetica Neue';
  src: url("/Static/fonts/Helvetica_Neue_Roman.eot?#iefix");
  src: url("/Static/fonts/Helvetica_Neue_Roman.eot?#iefix") format("eot"), url("/Static/fonts/Helvetica_Neue_Roman.woff2") format("woff2"), url("/Static/fonts/Helvetica_Neue_Roman.woff") format("woff"), url("/Static/fonts/Helvetica_Neue_Roman.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/Static/fonts/Helvetica_Neue_Medium.eot?#iefix");
  src: url("/Static/fonts/Helvetica_Neue_Medium.eot?#iefix") format("eot"), url("/Static/fonts/Helvetica_Neue_Medium.woff2") format("woff2"), url("/Static/fonts/Helvetica_Neue_Medium.woff") format("woff"), url("/Static/fonts/Helvetica_Neue_Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("/Static/fonts/Helvetica_Neue_Bold.eot?#iefix");
  src: url("/Static/fonts/Helvetica_Neue_Bold.eot?#iefix") format("eot"), url("/Static/fonts/Helvetica_Neue_Bold.woff2") format("woff2"), url("/Static/fonts/Helvetica_Neue_Bold.woff") format("woff"), url("/Static/fonts/Helvetica_Neue_Bold.ttf") format("truetype");
  font-weight: 700; }

@font-face {
  font-family: 'FF DIN Condensed Bold';
  src: url("/Static/fonts/FF_DIN_Condensed_Bold.eot?#iefix");
  src: url("/Static/fonts/FF_DIN_Condensed_Bold.eot?#iefix") format("eot"), url("/Static/fonts/FF_DIN_Condensed_Bold.woff2") format("woff2"), url("/Static/fonts/FF_DIN_Condensed_Bold.woff") format("woff"), url("/Static/fonts/FF_DIN_Condensed_Bold.ttf") format("truetype"); }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*------------------------------------*    $RESET
\*------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    body {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (min-width: 620px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

::-moz-selection,
::-moz-selection {
  color: #fff;
  background: #51375c;
  text-shadow: none; }

::-moz-selection,
::selection {
  color: #fff;
  background: #51375c;
  text-shadow: none; }

img {
  display: block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

/*------------------------------------*		$HELPER
\*------------------------------------*/
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  .print-hidden {
    display: none !important; } }

.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

/**
 * for the benefit of screen-readers, hide content off-screen without resorting to `display:none;`,
 * also add breakpoint specific options
 */
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .visually-hidden--xs {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 620px) and (max-width: 959px) {
  .visually-hidden--sm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 620px) {
  .visually-hidden--sm-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 960px) and (max-width: 1109px) {
  .visually-hidden--md {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 960px) {
  .visually-hidden--md-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 1110px) {
  .visually-hidden--lg {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

.invisible {
  visibility: hidden; }

.hidden--xs-plus {
  display: none !important;
  visibility: hidden !important; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .hidden--xs {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 620px) and (max-width: 959px) {
  .hidden--sm {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 620px) {
  .hidden--sm-plus {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 960px) and (max-width: 1109px) {
  .hidden--md {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 960px) {
  .hidden--md-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 1110px) {
  .hidden--lg {
    display: none !important;
    visibility: hidden !important; } }

/*------------------------------------*    $TYPOGRAPHY
\*------------------------------------*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  line-height: 1.35;
  font-weight: bold;
  padding: 0;
  margin: 0; }

h1, .h1 {
  line-height: 1.15; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    h1, .h1 {
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 15px; } }
  @media screen and (min-width: 960px) {
    h1, .h1 {
      font-size: 58px;
      font-size: 5.8rem;
      margin-bottom: 25px; } }

@media screen and (min-width: 0) and (max-width: 959px) {
  h2, .h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px; } }

@media screen and (min-width: 960px) {
  h2, .h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px; } }

h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px; }

h4, .h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px; }

h5, .h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px; }

a {
  color: #208de9;
  text-decoration: underline;
  cursor: pointer; }
  .ageas-theme a {
    font-weight: 700; }

a:visited {
  color: #51375c; }

a:hover {
  color: #1d74be; }

a:focus {
  outline: none;
  background-color: #f4c82d;
  box-shadow: 0 0 0 4px #f4c82d; }
  .ageas-theme a:focus {
    background-color: transparent; }

a:active {
  box-shadow: none; }

.ageas-theme button {
  font-weight: 700; }

button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #f4c82d; }

button:active {
  box-shadow: none; }

@media screen and (min-width: 0) and (max-width: 619px) {
  p {
    margin: 0 0 20px 0; } }

@media screen and (min-width: 620px) {
  p {
    margin: 0 0 30px 0; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .intro-text {
    font-size: 16px;
    font-size: 1.6rem; } }

@media screen and (min-width: 620px) {
  .intro-text {
    font-size: 20px;
    font-size: 2rem; } }

.ageas-theme .intro-text {
  margin-bottom: 70px; }

.ageas-theme .intro-text + .intro-text {
  margin-top: -40px; }

ol,
ul {
  list-style-position: outside;
  padding: 0; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    ol,
    ul {
      margin: 0 0 20px 18px; } }
  @media screen and (min-width: 620px) {
    ol,
    ul {
      margin: 0 0 30px 18px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  li {
    margin-bottom: 22px; } }

@media screen and (min-width: 620px) {
  li {
    margin-bottom: 20px; } }

.list-unstyled {
  list-style: none;
  list-style-image: none; }

.list-inline-unstyled {
  margin: 0 0 15px 0;
  list-style: none;
  list-style-image: none;
  overflow: hidden; }
  .list-inline-unstyled li {
    float: left;
    margin: 0 10px 0 0; }

dt {
  font-weight: bold;
  margin-left: 15px; }

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
  border: 0;
  border-top: 1px solid #eceff4; }

q {
  display: block;
  line-height: 1.2;
  font-weight: bold; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    q {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 20px 0; } }
  @media screen and (min-width: 620px) {
    q {
      font-size: 32px;
      font-size: 3.2rem;
      margin-bottom: 30px; } }

.blockquote {
  border-left: 0;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .blockquote {
      text-align: center; } }

.blockquote__quote {
  display: block;
  line-height: 1.35;
  font-weight: bold; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .blockquote__quote {
      font-size: 16px;
      font-size: 1.6rem;
      margin: 15px 0; } }
  @media screen and (min-width: 620px) {
    .blockquote__quote {
      font-size: 24px;
      font-size: 2.4rem;
      margin: 18px 0; } }

.blockquote__attribution {
  opacity: 0.4;
  margin: 0; }

ins {
  background: #f4c82d;
  color: #000;
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*------------------------------------*    $BUTTONS
\*------------------------------------*/
.btn {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  color: #fff;
  background-color: #51375c;
  border: 2px solid #51375c;
  border-radius: 50em;
  margin: 0;
  transition: background-color 0.2s linear, border 0.2s linear; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .btn {
      font-size: 13px;
      font-size: 1.3rem;
      padding: 9px 32px; }
      .ageas-theme .btn {
        padding: 12px 32px; } }
  @media screen and (min-width: 620px) {
    .btn {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 12px 32px; } }
  .btn:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #3c2048;
    border-color: #3c2048; }
  .btn:visited {
    color: #fff; }
  .btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px #f4c82d; }
    .btn:focus:not(:hover) {
      background-color: #51375c; }
  .btn:active {
    box-shadow: none; }
  .btn[disabled], .btn[disabled]:focus {
    pointer-events: none;
    cursor: default;
    color: #fff;
    background-color: #999;
    border-color: #999; }
  .btn.btn--secondary:not(:hover) {
    color: #51375c;
    background-color: transparent; }
  .btn.btn--secondary:hover {
    background-color: #3c2048;
    border-color: #3c2048; }
  .btn.btn--tertiary:not(:hover) {
    background-color: #24ab8d;
    border-color: #24ab8d; }
  .btn.btn--tertiary:hover {
    background-color: #198a71;
    border-color: #198a71; }

.btn-reverse {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  color: #51375c;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50em;
  transition: background-color 0.2s linear, border 0.2s linear;
  margin: 0; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .btn-reverse {
      font-size: 13px;
      font-size: 1.3rem;
      padding: 9px 32px; }
      .ageas-theme .btn-reverse {
        padding: 12px 32px; } }
  @media screen and (min-width: 620px) {
    .btn-reverse {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 12px 32px; } }
  .btn-reverse:hover {
    text-decoration: underline;
    color: #51375c;
    background-color: #f6f8fa; }
  .btn-reverse:visited {
    color: #51375c; }
  .btn-reverse[disabled], .btn-reverse[disabled]:focus {
    pointer-events: none;
    cursor: default;
    color: #fff;
    background-color: #999;
    border-color: #999; }
  .btn-reverse:focus {
    outline: none;
    box-shadow: 0 0 0 4px #f4c82d; }
    .btn-reverse:focus:not(:hover) {
      background-color: #fff; }
  .btn-reverse:active {
    box-shadow: none; }
  .btn-reverse.btn--secondary:not(:hover) {
    color: #fff;
    background-color: transparent; }
  .btn-reverse.btn--secondary:hover {
    background-color: #fff; }
    .ageas-theme .btn-reverse.btn--secondary:hover {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.2); }

.btn-text {
  text-decoration: none;
  color: #208de9; }
  .ageas-theme .hero-banner__body--dark .btn-text,
  body:not(.ageas-theme) .hero-banner--overlay .btn-text,
  .ageas-theme .hero-banner:not(.hero-banner--overlay) .btn-text {
    color: #fff; }
  .btn-text:hover, .btn-text:visited {
    color: #208de9; }
    .ageas-theme .hero-banner__body--dark .btn-text:hover,
    body:not(.ageas-theme) .hero-banner--overlay .btn-text:hover,
    .ageas-theme .hero-banner:not(.hero-banner--overlay) .btn-text:hover, .ageas-theme .hero-banner__body--dark .btn-text:visited,
    body:not(.ageas-theme) .hero-banner--overlay .btn-text:visited,
    .ageas-theme .hero-banner:not(.hero-banner--overlay) .btn-text:visited {
      color: #fff; }
  .btn-text:focus {
    background-color: #f4c82d;
    outline: 3px solid #f4c82d; }
  .ageas-theme .btn-text:hover {
    text-decoration: underline;
    color: #1d74be; }

.btn-text__icon {
  display: inline-block;
  margin: -2px 16px 0 0;
  fill: #208de9;
  transition: margin-right 0.2s linear; }
  .ageas-theme .btn-text__icon {
    margin-right: 12px; }
  .ageas-theme .hero-banner__body--dark .btn-text__icon,
  body:not(.ageas-theme) .hero-banner--overlay .btn-text__icon,
  .ageas-theme .hero-banner:not(.hero-banner--overlay) .btn-text__icon {
    fill: #fff; }
  .btn-text:hover .btn-text__icon {
    margin-right: 20px; }
    .ageas-theme .btn-text:hover .btn-text__icon {
      fill: #1d74be;
      margin-right: 16px; }
    .ageas-theme .hero-banner__body--dark .btn-text:hover .btn-text__icon,
    body:not(.ageas-theme) .hero-banner--overlay .btn-text:hover .btn-text__icon,
    .ageas-theme .hero-banner:not(.hero-banner--overlay) .btn-text:hover .btn-text__icon {
      fill: #fff; }

.back-link {
  display: inline-block;
  text-decoration: none;
  color: #208de9; }
  @media screen and (min-width: 620px) {
    .back-link {
      font-size: 15px;
      font-size: 1.5rem; } }
  .back-link:hover, .back-link:visited {
    text-decoration: underline;
    color: #208de9; }
  .ageas-theme .back-link:hover {
    color: #1d74be; }
  body:not(.ageas-theme) .back-link:focus {
    color: #208de9; }

.back-link__icon {
  fill: #208de9;
  margin-right: 12px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  body:not(.ageas-theme) .back-link:focus .back-link__icon {
    fill: #208de9; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .back-link__icon {
      width: 5px;
      height: 10px; } }
  .ageas-theme .back-link:hover .back-link__icon {
    fill: #1d74be; }

@media screen and (min-width: 620px) {
  .double-ctas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .double-ctas.double-ctas--center {
      -ms-flex-pack: center;
          justify-content: center; } }

.double-ctas__btn {
  margin-top: 15px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .double-ctas__btn {
      width: 100%;
      text-align: center;
      padding: 9px; } }
  @media screen and (min-width: 620px) {
    .double-ctas__btn {
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
      max-width: 48%;
      min-width: 120px;
      padding: 12px; }
      .double-ctas__btn:first-child {
        margin-right: 2%; }
      .double-ctas__btn:last-child {
        margin-left: 2%; } }

.bg-grey-light {
  background-color: #f6f8fa; }

.bg-grey-medium {
  background-color: #e1e7f2; }

.bg-grey-dark {
  background-color: #434d60; }

.bg-grey-gradient {
  background-image: linear-gradient(to bottom, #eceff4, #fff 60%); }

.bg-plum {
  background-color: #51375c; }

.bg-mint {
  background-color: #c5d8ce; }

.bg-campaign-page {
  background-image: linear-gradient(to bottom, #f5f7f9, #fff 40%);
  padding-top: 10px; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  display: block;
  cursor: pointer; }

button,
input,
select,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, sans-serif; }

textarea {
  resize: vertical; }

legend {
  white-space: normal; }

button {
  line-height: normal; }

input:invalid,
textarea:invalid {
  background-color: #f0dddd; }

::-webkit-input-placeholder {
  color: #333;
  opacity: 1; }

::-moz-placeholder {
  color: #333;
  opacity: 1; }

:-ms-input-placeholder {
  color: #333;
  opacity: 1; }

.form-container {
  position: relative;
  max-width: 920px;
  background-color: #fff; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .form-container {
      min-height: 20vw;
      padding: 45px 16px;
      margin: 0 16px; } }
  @media screen and (min-width: 960px) {
    .form-container {
      min-height: 18vw;
      padding: 60px 0;
      margin: 0 auto; } }
  .ageas-theme .blocks-panel .form-container {
    padding-bottom: 0; }

.select-day {
  width: 65px;
  float: left !important;
  margin-right: 2px; }
  @media screen and (min-width: 620px) {
    .select-day {
      width: 118px !important; } }

.select-month {
  width: 65px;
  float: left !important;
  margin-right: 2px; }
  @media screen and (min-width: 620px) {
    .select-month {
      width: 118px !important; } }

.select-year {
  width: 74px;
  float: left !important;
  margin-right: 2px; }
  @media screen and (min-width: 620px) {
    .select-year {
      width: 118px !important; } }

select {
  cursor: pointer; }

input[type='radio'],
input[type='checkbox'] {
  margin-right: 5px; }

input[type='submit'],
input[type='reset'] {
  padding: 6px 20px; }

.radio-inline,
.checkbox-inline {
  float: left;
  margin-right: 30px; }

.form {
  max-width: 540px;
  margin: 0 auto; }
  .form:before, .form:after {
    content: ' ';
    display: table; }
  .form:after {
    clear: both; }

.form__item {
  position: relative;
  clear: both;
  margin-bottom: 35px; }
  .form__item:after {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 50%;
    padding-top: 2px; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .form__item:after {
        right: 12px;
        bottom: 10px; } }
    @media screen and (min-width: 620px) {
      .form__item:after {
        right: 20px;
        bottom: 16px; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .form__item.form__item--group:after {
      top: -6px;
      bottom: auto; } }
  @media screen and (min-width: 620px) {
    .form__item.form__item--group:after {
      top: -4px;
      bottom: auto; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .form__item.form__checkbox--inline:after {
      top: 13px; } }
  @media screen and (min-width: 620px) {
    .form__item.form__checkbox--inline:after {
      top: 14px; } }
  .form__item.ValidationSuccess:after {
    content: url(/Static/images/svg/rias/icon-tick-white.svg);
    color: #fff;
    background-color: #039226; }
  .form__item.ValidationFail:after {
    content: '!';
    color: #fff;
    background-color: #dc1818; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .form__item.ValidationFail:after {
        bottom: 36px; } }
    @media screen and (min-width: 620px) {
      .form__item.ValidationFail:after {
        bottom: 46px; } }

.form__label {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .form__label {
      font-size: 13px;
      font-size: 1.3rem; } }

.form__tooltip {
  margin-bottom: 10px; }
  .form__label + .form__tooltip {
    margin-top: -13px; }

.form-input {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d4d4d4; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .form-input {
      padding: 14px 47px 14px 14px; } }
  @media screen and (min-width: 620px) {
    .form-input {
      padding: 17px 65px 17px 17px; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .form-input {
      font-size: 13px;
      font-size: 1.3rem; } }
  .form-input::-webkit-input-placeholder {
    color: #333;
    opacity: 0.6; }
  .form-input::-moz-placeholder {
    color: #333;
    opacity: 0.6; }
  .form-input:-ms-input-placeholder {
    color: #333;
    opacity: 0.6; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .form-input:focus,
    .form__item.ValidationFail .form-input {
      padding: 13px 45px 13px 13px; } }
  @media screen and (min-width: 620px) {
    .form-input:focus,
    .form__item.ValidationFail .form-input {
      padding: 16px 64px 16px 16px; } }
  .form-input:focus {
    outline: none;
    border: 2px solid #51375c; }
    .ageas-theme .form-input:focus {
      border-color: #198a71; }
  .form__item.ValidationFail .form-input {
    border: 2px solid #dc1818; }
  textarea.form-input {
    height: 200px; }
  select.form-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url(/Static/images/svg/rias/chevron-select.svg) no-repeat calc(100% - 20px) center; }
    select.form-input::-ms-expand {
      display: none; }
    .ageas-theme select.form-input {
      background-image: url(/Static/images/svg/ageas/chevron-select.svg); }
    select.form-input:focus,
    .form__item.ValidationFail select.form-input {
      background-position: calc(100% - 19px) center; }
  .form-input[type='file'], .form-input.form-input--range {
    border-radius: 5px; }
  .form-input.form-input--range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .form-input.form-input--range span {
      display: inline-block;
      padding: 0 10px;
      margin-top: 2px; }
    .form-input.form-input--range input {
      -ms-flex-positive: 10;
          flex-grow: 10; }

.form-radio + .form-radio,
.form-checkbox + .form-radio, .form-radio +
.form-checkbox,
.form-checkbox +
.form-checkbox {
  margin-top: 12px; }

.form-radio__input,
.form-checkbox__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.form-radio__text,
.form-checkbox__text {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 14px; }
  .form-radio__input:focus + .form-radio__text,
  .form-checkbox__input:focus + .form-radio__text,
  .form__item--group.ValidationFail .form-radio__input:focus + .form-radio__text,
  .form__item--group.ValidationFail .form-checkbox__input:focus + .form-radio__text, .form-radio__input:focus +
  .form-checkbox__text,
  .form-checkbox__input:focus +
  .form-checkbox__text,
  .form__item--group.ValidationFail .form-radio__input:focus +
  .form-checkbox__text,
  .form__item--group.ValidationFail .form-checkbox__input:focus +
  .form-checkbox__text {
    border: 2px solid #51375c;
    padding: 13px; }
    .ageas-theme .form-radio__input:focus + .form-radio__text, .ageas-theme
    .form-checkbox__input:focus + .form-radio__text, .ageas-theme
    .form__item--group.ValidationFail .form-radio__input:focus + .form-radio__text, .ageas-theme
    .form__item--group.ValidationFail .form-checkbox__input:focus + .form-radio__text, .ageas-theme .form-radio__input:focus +
    .form-checkbox__text, .ageas-theme
    .form-checkbox__input:focus +
    .form-checkbox__text, .ageas-theme
    .form__item--group.ValidationFail .form-radio__input:focus +
    .form-checkbox__text, .ageas-theme
    .form__item--group.ValidationFail .form-checkbox__input:focus +
    .form-checkbox__text {
      border-color: #198a71; }
  .form__item--group.ValidationFail .form-radio__text, .form__item--group.ValidationFail
  .form-checkbox__text {
    border: 2px solid #dc1818;
    padding: 13px; }

.form-radio__text:before,
.form-checkbox__text:before {
  content: '';
  display: inline-block;
  background-color: #f6f8fa;
  border: 1px solid #d6d6d6; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .form-radio__text:before,
    .form-checkbox__text:before {
      vertical-align: -0.45em;
      margin-right: 13px; } }
  @media screen and (min-width: 620px) {
    .form-radio__text:before,
    .form-checkbox__text:before {
      vertical-align: -0.25em;
      margin-right: 23px; } }

.form-radio__text:before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #f6f8fa;
  transition: background-color 0.5s ease; }
  .form-radio__input:checked + .form-radio__text:before {
    background-color: #51375c; }
    .ageas-theme .form-radio__input:checked + .form-radio__text:before {
      background-color: #198a71; }

.form-checkbox__text:before {
  width: 22px;
  height: 22px;
  border-radius: 3px; }

.form-checkbox__text:after {
  content: url(/Static/images/svg/rias/icon-tick.svg);
  position: absolute;
  left: 17px;
  top: 20px;
  line-height: 11px;
  opacity: 0;
  transition: opacity 0.5s ease; }
  .ageas-theme .form-checkbox__text:after {
    content: url(/Static/images/svg/ageas/icon-tick.svg); }
  .form-checkbox__input:checked + .form-checkbox__text:after {
    opacity: 1; }
  .form-checkbox__input:focus + .form-checkbox__text:after {
    left: 16px;
    top: 19px; }

.form__checkbox--inline .form-checkbox__text {
  padding-left: 0;
  border-color: transparent;
  transition: padding-left 0.5s ease; }
  .form__checkbox--inline .form-checkbox__text:after {
    left: 3px; }

.form__checkbox--inline .form-checkbox__input:focus + .form-checkbox__text,
.form__checkbox--inline .form-checkbox__input:checked:focus + .form-checkbox__text {
  padding: 14px 14px 14px 0;
  border: 1px solid transparent; }
  .form__checkbox--inline .form-checkbox__input:focus + .form-checkbox__text:before,
  .form__checkbox--inline .form-checkbox__input:checked:focus + .form-checkbox__text:before {
    box-shadow: 0 0 0 4px #f4c82d; }
  .form__checkbox--inline .form-checkbox__input:focus + .form-checkbox__text:after,
  .form__checkbox--inline .form-checkbox__input:checked:focus + .form-checkbox__text:after {
    left: 3px;
    top: 20px; }

.form__captcha {
  margin-bottom: 15px; }
  @media screen and (min-width: 620px) {
    .form__captcha {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }

.form__captcha-image {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .form__captcha-image {
      margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .form__captcha-btn {
    margin-left: 15px; } }

.form__image-choice-item {
  margin-bottom: 15px; }

.form__image-choice-input {
  margin-right: 0; }
  .form__image-choice-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #f4c82d;
    background-color: #f4c82d; }

.form__image-choice-input:checked ~ .form__image-choice-img {
  outline: 2px solid #51375c; }
  .ageas-theme .form__image-choice-input:checked ~ .form__image-choice-img {
    outline-color: #198a71; }

.form__image-choice-file-name {
  display: inline-block;
  margin-bottom: 10px; }
  .form__image-choice-input:focus ~ .form__image-choice-file-name {
    box-shadow: 0 0 0 2px #f4c82d;
    background-color: #f4c82d; }

.form__btn {
  margin-bottom: 20px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .form__btn {
      display: block;
      width: 100%; } }
  @media screen and (min-width: 620px) {
    .form__btn {
      float: right; } }

.form__error {
  display: none;
  font-weight: 600;
  color: #dc1818;
  margin-top: 7px; }
  .form__checkbox--inline .form__error {
    margin-top: -5px; }
  .form__item.ValidationFail .form__error {
    display: block;
    color: #dc1818; }

.form.EPiServerForms .Form__Status .Form__Success__Message {
  background-color: transparent;
  padding: 0;
  margin: 0; }

/*------------------------------------*    $TABLES
\*------------------------------------*/
td {
  vertical-align: top; }

/*------------------------------------*    $LAYOUT
\*------------------------------------*/
/**
 * structural elements/areas, grids, columns etc.
 */
/*------------------------------------*    $LAYOUT
\*------------------------------------*/
@media screen and (min-width: 0) and (max-width: 959px) {
  html.nav-active,
  html.search-active {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden; } }

@media screen and (min-width: 0) and (max-width: 959px) {
  html.nav-active body,
  html.search-active body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden; } }

body {
  overflow-x: hidden; }

.page-wrapper {
  max-width: 2000px;
  overflow-x: hidden;
  margin: 0 auto; }

.skip-link {
  position: absolute;
  z-index: 9999;
  left: -9999px;
  top: 5px; }
  .skip-link:focus {
    left: 5px; }
    .ageas-theme .skip-link:focus {
      color: #333;
      background-color: #f4c82d;
      padding: 10px; }

.container {
  max-width: 1140px; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .ageas-theme .main {
    background: linear-gradient(#fff 500px, transparent 50%), linear-gradient(transparent 85%, #fff 90%), repeating-linear-gradient(45deg, #fff, white 5px, #f3cdf4 6px, #f3cdf4 6px, white 7px); } }

@media screen and (min-width: 620px) {
  .ageas-theme .main {
    background: linear-gradient(#fff, transparent 700px), linear-gradient(transparent 85%, #fff 90%), repeating-linear-gradient(45deg, #fff, white 5px, #f3cdf4 6px, #f3cdf4 6px, white 7px); } }

.ageas-theme .blocks-panel {
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 50px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .ageas-theme .blocks-panel {
      padding: 30px 0;
      margin-bottom: 25px; } }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    .ageas-theme .blocks-panel {
      padding: 30px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 960px) {
    .ageas-theme .blocks-panel {
      padding: 75px;
      margin-bottom: 50px; } }
  .ageas-theme .blocks-panel > :last-child {
    margin-bottom: 0; }
  .ageas-theme .blocks-panel > :last-child > :last-child {
    margin-bottom: 0; }

.blocks-panel .container {
  padding: 0; }

#svg-poly-target {
  display: none; }

svg path {
  fill: inherit; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: ' ';
    display: table; }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  .row:before, .row:after {
    content: ' ';
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 620px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1110px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .page-wrapper {
    overflow-x: hidden; }
  .full-bleed--xs {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

/*------------------------------------*    $GLOABL
\*------------------------------------*/
/**
 * Global elements that are on all or the majority of pages, such as header, footer etc
 */
/*------------------------------------*    $HEADER
\*------------------------------------*/
.header {
  position: relative;
  z-index: 900;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s linear; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .header {
      padding: 0 15px;
      margin-left: -15px;
      margin-right: -15px; }
      .header.is-active {
        position: static;
        background-color: #51375c; } }
  @media screen and (min-width: 960px) {
    .header {
      position: relative;
      z-index: 900; } }

.header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .header__container:after, .header__container:before {
    display: none; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .header__container {
      min-height: 82px; } }
  .ageas-theme .header__container {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .ageas-theme .header--walled-garden .header__container,
  .server-error .header__container {
    -ms-flex-pack: center;
        justify-content: center; }

.site-logo {
  text-decoration: none; }
  .site-logo:focus {
    background-color: transparent; }
  @media screen and (min-width: 960px) {
    .site-logo {
      margin: 20px 0 20px 0; }
      .ageas-theme .site-logo {
        margin: 40px 0 25px 0; } }
  .site-logo svg {
    display: block;
    fill: #fff; }
    .ageas-theme .site-logo svg {
      fill: #666; }
    @media screen and (min-width: 0) and (max-width: 959px) {
      .site-logo svg {
        width: 70px;
        height: 56px;
        fill: #51375c;
        margin: -17px -4px;
        transition: fill 0.5s linear; }
        .ageas-theme .site-logo svg {
          height: 24px;
          margin: 0 0 -7px 0; }
        .is-active .site-logo svg {
          fill: #fff; } }

@media screen and (min-width: 0) and (max-width: 959px) {
  .rias-logo__blocks {
    display: none; } }

/*------------------------------------*    $PRIMARY NAVIGATION
\*------------------------------------*/
.primary-nav {
  transition: opacity 0.5s linear; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .primary-nav {
      position: absolute;
      z-index: 800;
      top: 82px;
      bottom: 0;
      left: -9999px;
      opacity: 0;
      overflow-y: scroll;
      background-color: #51375c;
      color: white;
      padding: 20px 15px; }
      .nav-active .primary-nav {
        left: 0;
        right: 0;
        opacity: 1; } }
  @media screen and (min-width: 960px) {
    .primary-nav {
      display: inline-block;
      -ms-flex-order: 2;
          order: 2; } }

.primary-nav__list {
  margin: 0; }

.primary-nav__item {
  display: block;
  margin: 0; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .primary-nav__item {
      border-bottom: 2px solid rgba(60, 32, 72, 0.4); }
      .ageas-theme .primary-nav__item {
        border-color: rgba(255, 255, 255, 0.1); } }
  @media screen and (min-width: 960px) {
    .primary-nav__item {
      display: inline-block;
      vertical-align: middle; }
      .primary-nav__item + .primary-nav__item {
        border-left: 2px dotted #c9cbd0; } }

.primary-nav__link {
  display: block;
  text-decoration: none; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .primary-nav__link {
      color: #fff;
      padding: 12px 15px; }
      .primary-nav__link:visited, .primary-nav__link:hover {
        color: #fff; }
      .primary-nav__link:focus {
        color: #208de9; } }
    @media screen and (min-width: 0) and (max-width: 959px) and (min-width: 0) and (max-width: 959px) {
      .primary-nav__link:focus {
        box-shadow: none; } }
  @media screen and (min-width: 960px) {
    .primary-nav__link {
      text-align: center;
      color: #51375c;
      padding: 8px 15px;
      margin: 3px 15px; }
      .ageas-theme .primary-nav__link {
        color: #333; }
      .primary-nav__link:visited {
        color: #51375c; }
        .ageas-theme .primary-nav__link:visited {
          color: #333; }
      .primary-nav__link:focus {
        color: #208de9; }
      .ageas-theme .primary-nav__link:hover, .ageas-theme .primary-nav__link:focus {
        position: relative;
        color: #c025e6; }
        .ageas-theme .primary-nav__link:hover:after, .ageas-theme .primary-nav__link:focus:after {
          content: '';
          position: absolute;
          bottom: 0;
          right: 15px;
          left: 15px;
          height: 2px;
          background-color: #c025e6; } }
  @media screen and (min-width: 960px) and (max-width: 1080px) {
    .primary-nav__link {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 8px 10px;
      margin: 3px 10px; } }
  .primary-nav__link.primary-nav__link--home {
    padding: 8px; }
    .primary-nav__link.primary-nav__link--home svg {
      display: block;
      fill: #51375c; }
  @media screen and (min-width: 960px) {
    .primary-nav__item--products .primary-nav__link {
      display: inline-block;
      margin-right: 0; } }

.primary-nav__link-icon {
  display: inline-block;
  fill: #fff;
  transition: margin-right 0.2s linear; }
  .primary-nav__link:focus > .primary-nav__link-icon,
  .primary-nav__link-lvl2:focus > .primary-nav__link-icon {
    fill: #208de9; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .primary-nav__link-icon {
      margin-right: 7px; }
      .primary-nav__link:hover > .primary-nav__link-icon,
      .primary-nav__link-lvl2:hover > .primary-nav__link-icon {
        margin-right: 11px; }
      .primary-nav__link > .primary-nav__link-icon {
        -ms-transform: translateY(-1px);
            transform: translateY(-1px); } }
  @media screen and (min-width: 960px) {
    .primary-nav__link-icon {
      width: 7px;
      height: 13px;
      margin-right: 10px; }
      .primary-nav__link-lvl2:hover > .primary-nav__link-icon {
        margin-right: 14px; }
      .primary-nav__link > .primary-nav__link-icon {
        display: none; } }

.primary-nav__reveal-btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: #24ab8d;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin-right: 30px;
  transition: transform 0.2s linear; }
  .primary-nav__reveal-btn.is-active {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .primary-nav__reveal-btn:active:hover {
    padding: 0; }
  @media screen and (min-width: 960px) and (max-width: 1080px) {
    .primary-nav__reveal-btn {
      margin-right: 10px; } }

.primary-nav__reveal-btn-icon {
  display: block;
  fill: #fff;
  margin: 0 auto; }

@media screen and (min-width: 960px) {
  .primary-nav__lvl2 {
    position: absolute;
    top: 100%;
    left: -9999px;
    color: #fff;
    background-color: #3c2048; }
    .primary-nav__lvl2.is-active {
      left: 0;
      right: 0; } }

.primary-nav__list-lvl2 {
  list-style-type: none;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .primary-nav__list-lvl2 {
      position: relative;
      max-width: 1140px;
      padding: 0 15px;
      margin: 0 auto; } }

.primary-nav__item-lvl2 {
  margin: 0; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .primary-nav__item-lvl2 {
      border-top: 2px solid rgba(60, 32, 72, 0.4); } }

.primary-nav__link-lvl2 {
  text-decoration: none;
  color: #fff; }
  .primary-nav__link-lvl2:hover {
    color: #fff; }
  .primary-nav__link-lvl2:visited {
    color: #fff; }
  .primary-nav__link-lvl2:focus {
    color: #208de9; }
    @media screen and (min-width: 0) and (max-width: 959px) {
      .primary-nav__link-lvl2:focus {
        box-shadow: none; } }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .primary-nav__link-lvl2 {
      display: block;
      padding: 12px 15px 12px 34px; } }
  @media screen and (min-width: 960px) {
    .primary-nav__link-lvl2 {
      display: inline-block;
      width: 330px;
      padding: 20px 20px 20px 100px; }
      .primary-nav__link-lvl2.is-active {
        background-color: #51375c; }
        .primary-nav__link-lvl2.is-active:focus {
          background-color: #f4c82d;
          padding: 17px 20px 17px 100px;
          margin: 3px 0; } }

@media screen and (min-width: 0) and (max-width: 959px) {
  .primary-nav__panel {
    display: none; } }

@media screen and (min-width: 960px) {
  .primary-nav__panel {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 100%;
    top: 0;
    left: -9999px;
    background-color: #51375c;
    padding: 15px 0 15px 110px;
    margin-left: 345px; }
    .is-active ~ .primary-nav__panel {
      left: 0;
      right: -1000px; } }

.primary-nav__panel-text {
  max-width: 390px;
  padding: 30px 0; }

.primary-nav__panel-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 25px; }

.primary-nav__panel-terms {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 25px; }
  .primary-nav__panel-terms :last-child {
    margin-bottom: 0; }
  .primary-nav__panel-terms a:not(:focus), .primary-nav__panel-terms a:visited {
    color: #fff; }
  .primary-nav__panel-terms a:focus {
    color: #208de9; }

.primary-nav__panel-image {
  margin-left: 80px; }

@media screen and (min-width: 0) and (max-width: 959px) {
  .primary-nav-page-mask {
    display: none; } }

@media screen and (min-width: 960px) {
  .primary-nav-page-mask {
    position: fixed;
    z-index: 700;
    left: -9999px;
    top: 0;
    bottom: 0;
    background-color: #231e25;
    opacity: 0;
    transition: opacity 0.2s linear; } }

.nav-active .primary-nav-page-mask,
.search-active .primary-nav-page-mask {
  left: 0;
  right: 0;
  opacity: 0.8; }

@media screen and (min-width: 0) and (max-width: 959px) {
  .primary-nav__account-btn {
    position: absolute;
    bottom: 45px;
    right: 30px;
    left: 30px; } }

@media screen and (min-width: 960px) {
  .primary-nav__account-btn {
    display: none; } }

.tertiary-nav {
  margin-left: auto; }
  .ageas-theme .tertiary-nav {
    margin-left: 0; }
  @media screen and (min-width: 960px) {
    .tertiary-nav {
      -ms-flex-order: 3;
          order: 3; } }

.tertiary-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.tertiary-nav__item {
  margin: 0 10px; }

.tertiary-nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  width: 40px; }
  .tertiary-nav__link.tertiary-nav__link--site-search {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #f6f8fa;
    border-radius: 50%;
    transition: background-color 0.2s linear; }
    .tertiary-nav__link.tertiary-nav__link--site-search.is-active {
      background-color: #51375c; }
      .tertiary-nav__link.tertiary-nav__link--site-search.is-active:after {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 50%;
        bottom: -43px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 20px;
        border-color: transparent transparent #eceff3 transparent;
        margin-left: -20px; }
      @media screen and (min-width: 960px) {
        .tertiary-nav__link.tertiary-nav__link--site-search.is-active svg {
          fill: #fff; } }
  @media screen and (min-width: 960px) {
    .tertiary-nav__link.tertiary-nav__link--existing-customers {
      width: auto;
      height: auto;
      display: inline-block;
      cursor: pointer;
      white-space: nowrap;
      text-decoration: none;
      text-align: center;
      font-family: "Helvetica Neue", Arial, sans-serif;
      line-height: 1.4;
      color: #fff;
      background-color: #51375c;
      border: 2px solid #51375c;
      border-radius: 50em;
      margin: 0;
      transition: background-color 0.2s linear, border 0.2s linear; } }
  @media screen and (min-width: 960px) and (min-width: 0) and (max-width: 619px) {
    .tertiary-nav__link.tertiary-nav__link--existing-customers {
      font-size: 13px;
      font-size: 1.3rem;
      padding: 9px 32px; }
      .ageas-theme .tertiary-nav__link.tertiary-nav__link--existing-customers {
        padding: 12px 32px; } }
  @media screen and (min-width: 960px) and (min-width: 620px) {
    .tertiary-nav__link.tertiary-nav__link--existing-customers {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 12px 32px; } }
  @media screen and (min-width: 960px) {
      .tertiary-nav__link.tertiary-nav__link--existing-customers:hover {
        text-decoration: underline;
        color: #fff;
        background-color: #3c2048;
        border-color: #3c2048; }
      .tertiary-nav__link.tertiary-nav__link--existing-customers:visited {
        color: #fff; }
      .tertiary-nav__link.tertiary-nav__link--existing-customers:focus {
        outline: none;
        box-shadow: 0 0 0 4px #f4c82d; }
        .tertiary-nav__link.tertiary-nav__link--existing-customers:focus:not(:hover) {
          background-color: #51375c; }
      .tertiary-nav__link.tertiary-nav__link--existing-customers:active {
        box-shadow: none; }
      .tertiary-nav__link.tertiary-nav__link--existing-customers[disabled], .tertiary-nav__link.tertiary-nav__link--existing-customers[disabled]:focus {
        pointer-events: none;
        cursor: default;
        color: #fff;
        background-color: #999;
        border-color: #999; }
      .ageas-theme .tertiary-nav__link.tertiary-nav__link--existing-customers:not(:hover) {
        color: #51375c;
        background-color: transparent; }
      .ageas-theme .tertiary-nav__link.tertiary-nav__link--existing-customers:hover {
        background-color: #3c2048;
        border-color: #3c2048; } }
  .tertiary-nav__link.tertiary-nav__link--nav-btn {
    background-color: transparent;
    border: none;
    padding: 0; }
    @media screen and (min-width: 960px) {
      .tertiary-nav__link.tertiary-nav__link--nav-btn {
        display: none; } }
  .tertiary-nav__link svg {
    display: block;
    fill: #51375c;
    transition: fill 0.5s linear; }
    .ageas-theme .tertiary-nav__link svg {
      fill: #333; }
    @media screen and (min-width: 0) and (max-width: 959px) {
      .nav-active .tertiary-nav__link svg {
        fill: #fff; } }

@media screen and (min-width: 0) and (max-width: 959px) {
  .tertiary-nav__account-btn {
    display: none; } }

/*------------------------------------*  $SITE SEARCH
\*------------------------------------*/
@media screen and (min-width: 0) and (max-width: 959px) {
  .site-search {
    background-color: #fff;
    border-radius: 50em;
    margin: 20px 15px 0; } }

@media screen and (min-width: 960px) {
  .site-search {
    position: absolute;
    top: 100%;
    left: -9999px;
    background-color: #eceff3;
    padding: 20px 0 30px; }
    .site-search.is-active {
      left: 0;
      right: 0; } }

.site-search__fieldset:before, .site-search__fieldset:after {
  content: ' ';
  display: table; }

.site-search__fieldset:after {
  clear: both; }

@media screen and (min-width: 960px) {
  .site-search__fieldset {
    max-width: 790px;
    border-bottom: 2px solid #cacfd5;
    margin: 0 auto; } }

.site-search__term {
  float: left; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .site-search__term {
      width: calc(100% - 50px);
      line-height: 40px;
      color: #51375c;
      background-color: transparent;
      border: 0;
      padding: 0 20px; } }
  @media screen and (min-width: 960px) {
    .site-search__term {
      width: calc(100% - 56px);
      line-height: 52px;
      font-size: 28px;
      font-size: 2.8rem;
      background-color: transparent;
      border: 0;
      padding-left: 15px;
      margin-left: 1px;
      margin-bottom: 1px; }
      .site-search__term::-webkit-input-placeholder {
        font-weight: bold;
        opacity: 0.5; }
      .site-search__term::-moz-placeholder {
        font-weight: bold;
        opacity: 0.5; }
      .site-search__term:-ms-input-placeholder {
        font-weight: bold;
        opacity: 0.5; } }
  .site-search__term:focus {
    outline: 3px solid #f4c82d; }

.site-search__btn {
  float: left; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .site-search__btn {
      width: 40px;
      height: 40px;
      background-color: transparent;
      border: 0;
      padding: 8px; } }
  @media screen and (min-width: 960px) {
    .site-search__btn {
      width: 52px;
      height: 52px;
      background-color: transparent;
      border: 0;
      padding: 14px; } }
  .site-search__btn:focus {
    background-color: #f4c82d;
    outline: 3px solid #f4c82d; }
  .site-search__btn svg {
    fill: #51375c; }

/*------------------------------------*    $FOOTER
\*------------------------------------*/
.footer {
  position: relative;
  color: #fff;
  background-color: #434d60;
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .footer {
      padding: 40px 0; } }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .ageas-theme .footer {
      padding-top: 30px; } }
  @media screen and (min-width: 960px) {
    .ageas-theme .footer {
      padding-top: 70px; } }
  .ageas-theme .footer:before {
    content: '';
    position: absolute;
    top: 0;
    background-color: #fff; }
    @media screen and (min-width: 0) and (max-width: 959px) {
      .ageas-theme .footer:before {
        left: -10px;
        right: -10px;
        height: 25px;
        border-bottom-left-radius: 50% 20px;
        border-bottom-right-radius: 50% 20px; } }
    @media screen and (min-width: 960px) {
      .ageas-theme .footer:before {
        left: -20px;
        right: -20px;
        height: 40px;
        border-bottom-left-radius: 50% 40px;
        border-bottom-right-radius: 50% 40px; } }

@media screen and (min-width: 960px) {
  .footer__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media screen and (min-width: 0) and (max-width: 959px) {
  .footer-ctas {
    padding: 35px 0; } }

@media screen and (min-width: 960px) {
  .footer-ctas {
    -ms-flex-order: 2;
        order: 2;
    width: 36%;
    background-image: linear-gradient(#363e4d 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 3px 9px;
    background-repeat: repeat-y;
    padding: 15px 0 15px 60px; }
    .ageas-theme .footer-ctas {
      background-image: linear-gradient(#42126c 33%, rgba(255, 255, 255, 0) 0%); } }

.footer-ctas__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 30px 4px; }
  .ageas-theme .footer-ctas__title {
    font-weight: 400; }

@media screen and (min-width: 0) and (max-width: 959px) {
  .footer-ctas__btn {
    display: block;
    text-align: center; }
    .footer-ctas__btn + .footer-ctas__btn {
      margin-top: 10px; } }

@media screen and (min-width: 960px) {
  .footer-ctas__btn {
    display: inline-block;
    margin-right: 5px; }
    .footer-ctas__btn:last-child {
      margin-right: 0; }
    .footer-ctas__btn + .footer-ctas__btn {
      margin-top: 10px; } }

.footer__copyright {
  line-height: 1.8;
  font-size: 12px;
  font-size: 1.2rem; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .footer__copyright {
      padding: 22px 15px 22px 34px; } }
  @media screen and (min-width: 960px) {
    .footer__copyright {
      margin-top: 80px; } }
  .footer__copyright :last-child {
    margin-bottom: 0; }
  .footer__copyright a,
  .footer__copyright a:visited {
    color: #fff; }

@media screen and (min-width: 0) and (max-width: 959px) {
  .footer-nav-wrapper {
    border-top: 2px solid rgba(0, 0, 0, 0.15); }
    .ageas-theme .footer-nav-wrapper {
      border-top-color: rgba(255, 255, 255, 0.2); } }

@media screen and (min-width: 960px) {
  .footer-nav-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 60%;
    padding: 15px 0; }
    .ageas-theme .footer-nav-wrapper {
      -ms-flex-pack: start;
          justify-content: flex-start; } }

@media screen and (min-width: 960px) {
  .footer-nav {
    width: 31%; }
    .ageas-theme .footer-nav {
      width: auto;
      max-width: calc(50% - 17px); } }

@media screen and (min-width: 960px) {
  .ageas-theme .footer-nav + .footer-nav {
    margin-left: 34px; } }

.footer-nav__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .footer-nav__title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      border-bottom: 2px solid rgba(0, 0, 0, 0.15);
      padding: 25px 15px;
      margin-bottom: 0; }
      .ageas-theme .footer-nav__title {
        border-bottom-color: rgba(255, 255, 255, 0.2); } }
  @media screen and (min-width: 960px) {
    .footer-nav__title {
      pointer-events: none;
      margin-bottom: 30px; } }

.footer-nav__title-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: #fff;
  border: 0;
  border-radius: 50%;
  transition: transform 0.2s linear; }
  .ageas-theme .footer-nav__title-icon {
    background-color: #51375c; }
  .footer-nav.is-active .footer-nav__title-icon {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .footer-nav__title-icon svg {
    display: block;
    fill: #434d60;
    margin: 0 auto; }
    .ageas-theme .footer-nav__title-icon svg {
      fill: #fff; }

.footer-nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .footer-nav__list {
      display: none; } }
  @media screen and (min-width: 960px) {
    .footer-nav__list {
      display: block !important; } }

.footer-nav__item {
  margin-bottom: 0; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .footer-nav__item {
      border-bottom: 2px solid rgba(0, 0, 0, 0.15); }
      .ageas-theme .footer-nav__item {
        border-bottom-color: rgba(255, 255, 255, 0.2); } }
  @media screen and (min-width: 960px) {
    .footer-nav__item {
      margin-bottom: 15px; } }

.footer-nav__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: padding 0.2s linear; }
  .footer-nav__link:visited {
    color: #fff; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .footer-nav__link {
      padding: 12px 24px 12px 44px; } }
  @media screen and (min-width: 960px) {
    .footer-nav__link {
      padding-left: 20px;
      padding-right: 4px; } }
  .footer-nav__link:hover:not(:focus) {
    color: #fff; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .footer-nav__link:hover {
      padding: 12px 20px 12px 48px; } }
  @media screen and (min-width: 960px) {
    .footer-nav__link:hover {
      padding-left: 24px;
      padding-right: 0; } }

.footer-nav__link-icon {
  position: absolute;
  display: inline-block;
  fill: #fff; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .footer-nav__link-icon {
      top: 16px;
      left: 28px; } }
  @media screen and (min-width: 960px) {
    .footer-nav__link-icon {
      top: 8px;
      left: 0; } }

.footer__social {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .footer__social {
      -ms-flex-pack: center;
          justify-content: center;
      margin: 40px 0; } }
  @media screen and (min-width: 960px) {
    .footer__social {
      margin: 30px 0; }
      .ageas-theme .footer__social {
        width: 100%; } }

/*------------------------------------*    $COMPONENTS
\*------------------------------------*/
/**
 * objects and abstractions etc.
 */
@media screen and (min-width: 0) and (max-width: 619px) {
  .double-banner {
    margin-bottom: 30px; } }

@media screen and (min-width: 620px) {
  .double-banner {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 45px; } }

.double-banner__panel {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .double-banner__panel {
      -ms-flex-line-pack: end;
          align-content: flex-end; } }
  @media screen and (min-width: 620px) {
    .double-banner__panel {
      position: relative;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      width: 50%;
      text-align: center;
      transition: width 0.5s cubic-bezier(0.46, 0.01, 0.68, 0.99); }
      .double-banner__panel:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -9999px;
        background-color: black;
        opacity: 0;
        transition: opacity 0.5s cubic-bezier(0.46, 0.01, 0.68, 0.99); }
      .double-banner:hover .double-banner__panel:after {
        left: 0;
        right: 0;
        opacity: 0.25; }
      .double-banner:hover .double-banner__panel:hover:after {
        left: -9999px;
        right: auto;
        opacity: 0; }
      .double-banner__panel:first-child {
        animation: panelMoveUp 1.5s cubic-bezier(0.46, 0.01, 0.68, 0.99); }
    @keyframes panelMoveUp {
      0% {
        opacity: 0;
        transform: translateY(100%); }
      100% {
        opacity: 1;
        transform: translateY(0%); } }
      .double-banner__panel:last-child {
        animation: panelMoveDown 1.5s cubic-bezier(0.46, 0.01, 0.68, 0.99); }
    @keyframes panelMoveDown {
      0% {
        opacity: 0;
        transform: translateY(-100%); }
      100% {
        opacity: 1;
        transform: translateY(0%); } } }
  @media screen and (min-width: 960px) {
    .double-banner__panel:hover {
      width: 70%; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .double-banner__body {
    width: 65%;
    max-width: 340px;
    padding: 45px 0 35px 32px; } }

@media screen and (min-width: 620px) {
  .double-banner__body {
    width: 100%;
    max-width: 395px;
    padding: 0 10px;
    margin: 95px auto 40px; } }

.double-banner__title {
  display: block; }
  @media screen and (min-width: 620px) {
    .double-banner__title {
      font-size: 24px;
      font-size: 2.4rem; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .double-banner__text {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .double-banner__text {
    max-width: 210px;
    margin: 0 auto 25px; } }

.double-banner__text :last-child {
  margin-bottom: 0; }

.double-banner__img {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .double-banner__img {
      -ms-flex-positive: 1;
          flex-grow: 1; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .double-banner__img img {
      height: 95%;
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 0; } }
  @media screen and (min-width: 620px) {
    .double-banner__img img {
      max-width: 100%;
      margin: 0 auto; } }

.double-banner__roundel {
  position: absolute;
  top: 0;
  right: 3vw; }

.roundel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #f4c82d;
  border-radius: 50%;
  box-shadow: 25px 25px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 0 20px; }
  .roundel.roundel--blue {
    color: #fff;
    background-color: #208de9; }
  .roundel.roundel--large {
    box-shadow: 50px 50px 70px 0 rgba(0, 0, 0, 0.05); }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .roundel.roundel--large {
        width: 150px;
        height: 150px; } }
    @media screen and (min-width: 620px) and (max-width: 959px) {
      .roundel.roundel--large {
        width: 180px;
        height: 180px;
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (min-width: 960px) {
      .roundel.roundel--large {
        width: 270px;
        height: 270px;
        line-height: 1.05;
        font-size: 36px;
        font-size: 3.6rem; } }
  .roundel :last-child {
    margin-bottom: 0; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .claim-banner-sticky-wrapper {
    margin-bottom: 40px; } }

@media screen and (min-width: 620px) {
  .claim-banner-sticky-wrapper {
    margin-bottom: 70px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .claim-banner {
    margin-bottom: 40px; } }

@media screen and (min-width: 620px) {
  .claim-banner {
    margin-bottom: 70px; } }

.is-sticky .claim-banner {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 0; }

.is-sticky .claim-banner.claim-banner--dark {
  background-color: #51375c; }

.claim-banner__inner {
  background-color: #e1e7f2; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .claim-banner__inner {
      padding: 15px 30px 32px; } }
  @media screen and (min-width: 620px) {
    .claim-banner__inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 20px 0; } }
  .claim-banner--dark .claim-banner__inner {
    color: #fff;
    background-color: #51375c; }
  .is-sticky .claim-banner__inner {
    background-color: transparent; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .is-sticky .claim-banner__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: end;
            align-items: flex-end;
        padding: 20px 10px 25px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .claim-banner__img {
    max-width: 430px;
    margin: 0 auto; } }

@media screen and (min-width: 620px) and (max-width: 959px) {
  .claim-banner__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20%; } }

@media screen and (min-width: 960px) {
  .claim-banner__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25%; } }

.is-sticky .claim-banner__img {
  width: auto;
  margin-right: 100px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .is-sticky .claim-banner__img {
      display: none; } }

.claim-banner__img img {
  max-height: 160px;
  max-width: 100%;
  margin: auto; }
  .is-sticky .claim-banner__img img {
    max-height: 70px; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .claim-banner__body {
    max-width: 430px;
    margin: 0 auto; }
    .is-sticky .claim-banner__body {
      margin: 0; } }

@media screen and (min-width: 620px) {
  .claim-banner__body {
    margin-right: 40px; } }

.claim-banner__sub-title {
  opacity: 0.4;
  margin-bottom: 6px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .claim-banner__sub-title {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 620px) {
    .claim-banner__sub-title {
      font-size: 14px;
      font-size: 1.4rem; } }

@media screen and (min-width: 620px) {
  .claim-banner__title {
    margin-bottom: 15px; } }

.is-sticky .claim-banner__title {
  margin: 0; }

.claim-banner__text :last-child {
  margin-bottom: 0; }

.is-sticky .claim-banner__text {
  display: none; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .claim-banner__ctas {
    max-width: 430px;
    margin: 15px auto 0; }
    .is-sticky .claim-banner__ctas {
      margin: 0; } }

@media screen and (min-width: 620px) {
  .claim-banner__ctas {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 30%;
    min-width: 240px;
    max-width: 280px;
    background-image: linear-gradient(#b4b9c2 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 3px 9px;
    background-repeat: repeat-y;
    padding: 0 20px;
    margin-left: auto; }
    .claim-banner--dark .claim-banner__ctas {
      background-image: linear-gradient(#3c2048 33%, rgba(255, 255, 255, 0) 0%); }
    .is-sticky .claim-banner__ctas {
      -ms-flex-direction: row;
          flex-direction: row;
      width: auto;
      min-width: 0;
      max-width: none;
      background: none;
      padding: 0; } }

.claim-banner__btn {
  width: 100%; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .claim-banner__btn {
      display: block;
      text-align: center; }
      .is-sticky .claim-banner__btn.btn--secondary {
        padding-left: 15px;
        padding-right: 15px; } }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .is-sticky .claim-banner__btn.btn--secondary {
      display: none; } }
  .claim-banner__btn + .claim-banner__btn {
    margin-left: 0;
    margin-top: 15px; }
    .is-sticky .claim-banner__btn + .claim-banner__btn {
      margin-top: 0;
      margin-left: 15px; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .carousel {
    margin-bottom: 20px; } }

@media screen and (min-width: 620px) {
  .carousel {
    margin-bottom: 50px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .carousel[class*='bg-'] {
    padding-bottom: 20px; } }

@media screen and (min-width: 620px) {
  .carousel[class*='bg-'] {
    padding-bottom: 30px; } }

@media screen and (min-width: 620px) and (max-width: 959px) {
  .ageas-theme .blocks-panel .carousel {
    margin-left: -30px;
    margin-right: -30px; } }

@media screen and (min-width: 960px) {
  .ageas-theme .blocks-panel .carousel {
    margin-left: -75px;
    margin-right: -75px; } }

@media screen and (min-width: 0) and (max-width: 959px) {
  .ageas-theme .blocks-panel .carousel[class*='bg-']:first-child {
    margin-top: -30px; } }

@media screen and (min-width: 960px) {
  .ageas-theme .blocks-panel .carousel[class*='bg-']:first-child {
    margin-top: -75px; } }

.carousel__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto; }

.carousel__items {
  max-width: 700px;
  margin: 0 auto; }
  @media screen and (min-width: 620px) and (max-width: 850px) {
    .carousel__items {
      margin: 0 75px; } }

.carousel__item {
  position: relative; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel__item {
      padding: 35px 0 45px; } }
  @media screen and (min-width: 620px) {
    .carousel__item {
      padding: 80px 0; } }
  .carousel__item:focus {
    outline: none; }

.carousel__btn {
  position: absolute;
  background-color: #51375c;
  border: 0;
  border-radius: 50%;
  padding: 0;
  transition: background-color 0.2s linear, transform 0.2s linear; }
  .ageas-theme .carousel__btn {
    background-color: transparent;
    border: 1px solid #51375c; }
    @media screen and (min-width: 620px) {
      .ageas-theme .carousel__btn {
        border-width: 2px; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel__btn {
      top: 95px;
      width: 30px;
      height: 30px; }
      .alt-carousel .carousel__btn {
        top: 45%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
  @media screen and (min-width: 620px) {
    .carousel__btn {
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 48px;
      height: 48px; }
      .alt-carousel .carousel__btn {
        top: 75px;
        -ms-transform: translateY(0);
            transform: translateY(0); } }
  .carousel__btn:hover {
    background-color: #3c2048;
    border-color: #3c2048; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel__btn.carousel__btn--prev {
      left: 18px; } }
  @media screen and (min-width: 620px) {
    .carousel__btn.carousel__btn--prev {
      left: 15px; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .alt-carousel .carousel__btn.carousel__btn--prev {
      left: -15px; } }
  @media screen and (min-width: 620px) {
    .alt-carousel .carousel__btn.carousel__btn--prev {
      left: -24px; } }
  .carousel__btn.carousel__btn--prev:hover {
    -ms-transform: translateY(-50%), translateX(-12px);
        transform: translateY(-50%), translateX(-12px); }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel__btn.carousel__btn--next {
      right: 18px; } }
  @media screen and (min-width: 620px) {
    .carousel__btn.carousel__btn--next {
      right: 15px; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .alt-carousel .carousel__btn.carousel__btn--next {
      right: -15px; } }
  @media screen and (min-width: 620px) {
    .alt-carousel .carousel__btn.carousel__btn--next {
      right: 75px; } }
  .carousel__btn.carousel__btn--next:hover {
    -ms-transform: translateY(-50%), translateX(12px);
        transform: translateY(-50%), translateX(12px); }

.carousel__btn-icon {
  display: block;
  fill: #fff;
  margin: 0 auto;
  transition: transform 0.2s linear; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel__btn-icon {
      width: 6px;
      height: 11px; } }
  .ageas-theme .carousel__btn-icon {
    fill: #51375c; }
    @media screen and (min-width: 620px) {
      .ageas-theme .carousel__btn-icon {
        width: 8px;
        height: 16px; } }
  .ageas-theme .carousel__btn:hover .carousel__btn-icon {
    fill: #fff; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel__btn--prev .carousel__btn-icon {
      -ms-transform: translateX(-1px) rotate(180deg);
          transform: translateX(-1px) rotate(180deg); } }
  @media screen and (min-width: 620px) {
    .carousel__btn--prev .carousel__btn-icon {
      -ms-transform: translateX(-3px) rotate(180deg);
          transform: translateX(-3px) rotate(180deg); }
      .ageas-theme .carousel__btn--prev .carousel__btn-icon {
        -ms-transform: translateX(-2px) rotate(180deg);
            transform: translateX(-2px) rotate(180deg); } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel__btn--next .carousel__btn-icon {
      -ms-transform: translateX(1px);
          transform: translateX(1px); } }
  @media screen and (min-width: 620px) {
    .carousel__btn--next .carousel__btn-icon {
      -ms-transform: translateX(3px);
          transform: translateX(3px); }
      .ageas-theme .carousel__btn--next .carousel__btn-icon {
        -ms-transform: translateX(1px);
            transform: translateX(1px); } }

.carousel__pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  list-style-type: none;
  margin: 0 auto; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .alt-carousel .carousel__pagination {
      position: absolute;
      left: -9999px; } }
  @media screen and (min-width: 620px) {
    .alt-carousel .carousel__pagination {
      position: static;
      left: auto;
      bottom: auto;
      -ms-transform: translateX(0);
          transform: translateX(0); } }
  .carousel__pagination li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0; }
    .ageas-theme .carousel__pagination li {
      width: 22px; }
    .carousel__pagination li:not(.slick-active) {
      cursor: pointer; }
    .carousel__pagination li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 4px;
      height: 4px;
      background-color: #999;
      border-radius: 50%;
      margin: -2px 0 0 -2px; }
      .ageas-theme .carousel__pagination li:before {
        width: 6px;
        height: 6px;
        background-color: #989898; }
    .carousel__pagination li.slick-active:before {
      width: 8px;
      height: 8px;
      background-color: #24ab8d;
      margin: -4px 0 0 -4px; }
      .ageas-theme .carousel__pagination li.slick-active:before {
        width: 10px;
        height: 10px;
        background-color: #989898; }
  .carousel__pagination button {
    display: none; }

.alt-carousel {
  position: relative;
  margin-bottom: 60px; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .alt-carousel__container {
    padding: 0 30px; } }

@media screen and (min-width: 620px) {
  .alt-carousel__container {
    position: relative;
    left: 6vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto; } }

@media screen and (min-width: 620px) {
  .alt-carousel__intro {
    width: 150px; } }

@media screen and (min-width: 960px) {
  .alt-carousel__intro {
    margin-left: 5vw; } }

.alt-carousel__inner {
  position: relative; }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    .alt-carousel__inner {
      width: calc(100% - 180px); } }
  @media screen and (min-width: 960px) {
    .alt-carousel__inner {
      width: calc(100% - 250px); } }

@media screen and (min-width: 620px) {
  .alt-carousel__items {
    padding-right: 1040px;
    margin-right: -980px;
    overflow-x: hidden; } }

@media screen and (min-width: 1400px) {
  .alt-carousel__items {
    padding-right: 800px; } }

@media screen and (min-width: 620px) {
  .alt-carousel__items .slick-list {
    overflow: visible; } }

@media screen and (min-width: 620px) {
  .alt-carousel__item {
    margin-right: 15px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .carousel-slide {
    padding: 0 30px 0; } }

@media screen and (min-width: 620px) {
  .carousel-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

.carousel-slide__img {
  position: relative; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel-slide__img {
      margin: 0 auto 20px; } }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    .carousel-slide__img {
      max-width: 220px;
      margin-right: 4vw; } }
  @media screen and (min-width: 960px) {
    .carousel-slide__img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 270px;
      margin-right: 7vw; } }
  @media screen and (min-width: 960px) and (min-width: 620px) and (max-width: 959px) {
    .ageas-theme .blocks-panel .carousel-slide__img {
      max-width: 170px;
      margin-right: 4vw; } }
  .carousel-slide--round-img .carousel-slide__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 50px 50px 70px 0 rgba(0, 0, 0, 0.05); }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .carousel-slide--round-img .carousel-slide__img {
        width: 140px;
        height: 140px; } }
    @media screen and (min-width: 620px) {
      .carousel-slide--round-img .carousel-slide__img {
        width: 250px;
        height: 250px; } }
    @media screen and (min-width: 620px) and (max-width: 959px) {
      .ageas-theme .blocks-panel .carousel-slide--round-img .carousel-slide__img {
        width: 170px;
        height: 170px; } }
  .carousel-slide--defaqto .carousel-slide__img {
    background-color: #ffae00; }
    .carousel-slide--defaqto .carousel-slide__img img {
      max-width: 65%;
      max-height: 65%; }
  .carousel-slide--roundel .carousel-slide__img {
    padding-top: 25px; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .carousel-slide--roundel .carousel-slide__img {
        text-align: right;
        max-width: 170px;
        margin: 0 auto; } }
    .carousel-slide--roundel .carousel-slide__img img {
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 0) and (max-width: 619px) {
        .carousel-slide--roundel .carousel-slide__img img {
          display: inline-block;
          max-height: 150px; } }
  @media screen and (min-width: 960px) {
    .carousel-slide--quote .carousel-slide__img {
      margin-right: 2vw; } }
  .carousel-slide__img img {
    max-width: 100%; }

.carousel-slide__roundel {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  box-shadow: none; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel-slide__roundel {
      width: 90px;
      height: 90px;
      padding: 0 10px; } }
  @media screen and (min-width: 620px) {
    .carousel-slide__roundel {
      width: 140px;
      height: 140px; } }

.carousel-slide__body {
  -ms-flex-positive: 1;
      flex-grow: 1; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel-slide__body {
      max-width: 350px;
      text-align: center;
      margin: 0 auto; } }
  @media screen and (min-width: 620px) {
    .carousel-slide__body {
      max-width: 330px; } }
  @media screen and (min-width: 620px) {
    .carousel-slide--quote .carousel-slide__body {
      max-width: 370px; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel-slide--roundel .carousel-slide__body {
      text-align: left; } }
  .carousel-slide__body :last-child {
    margin-bottom: 0; }

.carousel-slide__stars {
  fill: #ffae00;
  margin-bottom: 5px; }

.carousel-slide__sub-title {
  opacity: 0.4;
  margin-bottom: 12px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel-slide__sub-title {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 620px) {
    .carousel-slide__sub-title {
      font-size: 14px;
      font-size: 1.4rem; } }

.carousel-slide__title {
  line-height: 1.35; }
  .ageas-theme .carousel-slide--round-img:not(.carousel-slide--defaqto) .carousel-slide__title {
    opacity: 0.4;
    margin-bottom: 5px; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .ageas-theme .carousel-slide--round-img:not(.carousel-slide--defaqto) .carousel-slide__title {
        font-size: 17px;
        font-size: 1.7rem; } }
    @media screen and (min-width: 620px) {
      .ageas-theme .carousel-slide--round-img:not(.carousel-slide--defaqto) .carousel-slide__title {
        font-size: 18px;
        font-size: 1.8rem; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel-slide__title {
      margin-bottom: 15px; } }
  @media screen and (min-width: 620px) {
    .carousel-slide__title {
      margin-bottom: 20px; } }

.carousel-slide__text {
  margin-bottom: 15px; }
  .ageas-theme .carousel-slide--round-img:not(.carousel-slide--defaqto) .carousel-slide__text {
    line-height: 1.4;
    font-weight: 600; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .ageas-theme .carousel-slide--round-img:not(.carousel-slide--defaqto) .carousel-slide__text {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (min-width: 620px) {
      .ageas-theme .carousel-slide--round-img:not(.carousel-slide--defaqto) .carousel-slide__text {
        font-size: 24px;
        font-size: 2.4rem; } }

.carousel-card {
  display: block;
  text-decoration: none; }
  .carousel-card:focus {
    background-color: transparent;
    box-shadow: none; }

.carousel-card__image {
  margin-bottom: 15px; }
  .carousel-card__image img {
    width: 100%; }

.carousel-card__title {
  display: inline;
  text-decoration: underline; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .carousel-card__title {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media screen and (min-width: 620px) {
    .carousel-card__title {
      font-size: 16px;
      font-size: 1.6rem; } }
  .carousel-card:focus .carousel-card__title {
    background-color: #f4c82d;
    box-shadow: 0 0 0 4px #f4c82d; }

.carousel-card__text {
  color: #333;
  margin-top: 15px; }

.section-intro {
  text-align: center;
  margin: 0 auto; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .section-intro {
      padding: 24px 0; } }
  @media screen and (min-width: 620px) {
    .section-intro {
      max-width: 1290px;
      padding: 30px 0; } }
  .section-intro.section-intro--dark {
    position: relative;
    background-color: #e1e7f2; }
    .section-intro.section-intro--dark:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 14vw;
      background-color: #e1e7f2; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .section-intro.section-intro--dark {
        padding: 24px 0 15px; } }
    @media screen and (min-width: 620px) {
      .section-intro.section-intro--dark {
        padding: 50px 0; } }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    .ageas-theme .blocks-panel .section-intro {
      margin-left: -30px;
      margin-right: -30px; } }
  @media screen and (min-width: 960px) {
    .ageas-theme .blocks-panel .section-intro {
      margin-left: -75px;
      margin-right: -75px; } }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .ageas-theme .blocks-panel .section-intro:first-child {
      margin-top: -30px; } }
  @media screen and (min-width: 960px) {
    .ageas-theme .blocks-panel .section-intro:first-child {
      margin-top: -75px; } }

.section-intro__container {
  text-align: center;
  margin: 0 auto; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .section-intro__container {
      max-width: 300px; } }
  @media screen and (min-width: 620px) {
    .section-intro__container {
      max-width: 540px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .section-intro__title {
    font-size: 16px;
    font-size: 1.6rem; }
    .ageas-theme .section-intro__title {
      font-size: 24px;
      font-size: 2.4rem; } }

@media screen and (min-width: 620px) {
  .section-intro__title {
    font-size: 36px;
    font-size: 3.6rem; } }

.ageas-theme .section-intro__title {
  font-weight: 400; }

@media screen and (min-width: 620px) {
  .section-intro__text {
    font-size: 20px;
    font-size: 2rem; } }

.section-intro__text :last-child {
  margin-bottom: 0; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .teaser {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .teaser {
    margin-bottom: 55px; } }

.teaser__image img {
  width: 100%; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .teaser__body {
    padding: 15px; } }

@media screen and (min-width: 620px) {
  .teaser__body {
    padding-top: 15px; } }

.teaser__date,
.teaser__sub-title {
  display: inline-block;
  font-weight: bold;
  opacity: 0.4; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .teaser__date,
    .teaser__sub-title {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px; } }
  @media screen and (min-width: 620px) {
    .teaser__date,
    .teaser__sub-title {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 15px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .teaser__title {
    max-width: 90%;
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .teaser__title {
    margin-bottom: 25px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .teaser__title {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .teaser__title {
    margin-bottom: 25px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .teaser__btn {
    display: block; } }

@media screen and (min-width: 620px) {
  .cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .cards.cards--large {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .cards.cards--large {
    margin-bottom: 55px; }
    .article__end .cards.cards--large {
      margin-bottom: 0; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .standard-card {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .standard-card {
    width: 49%;
    margin-bottom: 2%; } }

.standard-card.standard-card--large {
  margin-bottom: 0; }
  @media screen and (min-width: 620px) {
    .standard-card.standard-card--large {
      width: 50%; } }

.standard-card__image img {
  width: 100%; }

.standard-card__body {
  background-color: #fff; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .standard-card__body {
      padding: 15px; } }
  @media screen and (min-width: 620px) {
    .standard-card__body {
      padding: 30px 3vw 35px; } }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    .standard-card--large .standard-card__body {
      padding: 4vw; } }
  @media screen and (min-width: 620px) {
    .standard-card--large .standard-card__body {
      transition: border-left-color 0.2s linear, background-color 0.2s linear; } }
  @media screen and (min-width: 960px) {
    .standard-card--large .standard-card__body {
      padding: 50px 8vw 55px; }
      .ageas-theme .blocks-panel .standard-card--large .standard-card__body {
        padding-left: 3vw;
        padding-right: 3vw; } }
  @media screen and (min-width: 620px) {
    .standard-card--large + .standard-card--large .standard-card__body {
      border-left: 2px solid #f6f8fa; }
    .standard-card--large:hover .standard-card__body {
      background-color: #f6f8fa; }
    .standard-card--large + .standard-card--large:hover .standard-card__body {
      border-left-color: transparent; } }

.standard-card__sub-title {
  display: inline-block;
  font-weight: bold;
  opacity: 0.4; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .standard-card__sub-title {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px; } }
  @media screen and (min-width: 620px) {
    .standard-card__sub-title {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 15px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .standard-card__title {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .standard-card__title {
    margin-bottom: 25px; } }

.standard-card__text {
  margin-bottom: 15px; }
  .standard-card__text :last-child {
    margin-bottom: 0; }

@media screen and (min-width: 620px) {
  .standard-card__ctas {
    max-width: 375px; } }

.ageas-theme .blocks-panel .standard-card__ctas .double-ctas__btn {
  max-width: none; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .terms {
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 30px; } }

@media screen and (min-width: 620px) {
  .terms {
    margin-top: 25px;
    margin-bottom: 60px; } }

.terms-container-bottom .terms {
  margin-top: 0;
  margin-bottom: 0; }
  .ageas-theme .terms-container-bottom .terms {
    background-color: #fff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    padding-top: 35px;
    margin-bottom: -20px; }

.terms__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 620px) {
    .terms__header {
      border-bottom: 2px solid #eceff4;
      padding-bottom: 30px; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .terms-container-bottom .terms__header {
      padding-bottom: 24px; } }
  @media screen and (min-width: 620px) {
    .terms-container-bottom .terms__header {
      border: 0; } }

.terms__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.terms__btn {
  position: relative;
  margin-bottom: 0; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .terms__btn {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 30px;
      height: 30px;
      text-indent: -9999px;
      color: #fff !important;
      background-color: #24ab8d !important;
      border: 0;
      padding: 0;
      margin-right: 3px;
      transition: transform 0.2s linear; }
      .ageas-theme .terms__btn {
        padding: 0; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .terms.is-active .terms__btn {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); } }
  @media screen and (min-width: 620px) {
    .terms.is-active .terms__btn {
      width: 50px;
      text-indent: -9999px;
      border-color: transparent;
      background-color: transparent;
      padding-left: 0;
      padding-right: 0; } }

.terms__chevron-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-40%);
      transform: translateX(-50%) translateY(-40%);
  fill: #fff; }
  @media screen and (min-width: 620px) {
    .terms__chevron-icon {
      display: none; } }

.terms__close-icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  fill: #51375c; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .terms__close-icon {
      display: none; } }
  @media screen and (min-width: 620px) {
    .terms.is-active .terms__close-icon {
      display: block; } }

.terms__content {
  display: none;
  max-width: 730px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 30px 0; }
  .terms-container-bottom .terms__content {
    padding-top: 0; }

.hero-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background-color: #e1e7f2;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .hero-banner {
      padding: 35px 15px; } }
  @media screen and (min-width: 620px) {
    .hero-banner {
      padding: 40px 15px;
      margin-bottom: 60px; } }
  .hero-banner.hero-banner--with-image {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .hero-banner.hero-banner--with-image {
        background-image: linear-gradient(to bottom, #e1e7f2 0%, #e1e7f2 80%, #fff 80%, #fff 100%); } }
    @media screen and (min-width: 620px) {
      .hero-banner.hero-banner--with-image {
        background-image: linear-gradient(to bottom, #e1e7f2 0%, #e1e7f2 60%, #fff 60%, #fff 100%); } }
    .ageas-theme .hero-banner.hero-banner--with-image {
      max-width: 1140px;
      background-color: transparent;
      background-image: none;
      margin: 0 auto; }
      @media screen and (min-width: 0) and (max-width: 619px) {
        .ageas-theme .hero-banner.hero-banner--with-image {
          padding-bottom: 15px; } }
      @media screen and (min-width: 620px) {
        .ageas-theme .hero-banner.hero-banner--with-image {
          padding-top: 120px; } }
  .hero-banner.hero-banner--overlay {
    background-color: transparent; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .hero-banner.hero-banner--overlay {
        padding-bottom: 190px; } }
    @media screen and (min-width: 620px) {
      .hero-banner.hero-banner--overlay {
        padding-bottom: 25vw; } }
  .ageas-theme .hero-banner {
    background: linear-gradient(170deg, #3c2048, #c025e6) #c025e6; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .ageas-theme .hero-banner {
        padding-bottom: 80px; }
        .ageas-theme .hero-banner + * {
          position: relative;
          z-index: 2;
          margin-top: -20px; } }
    @media screen and (min-width: 620px) {
      .ageas-theme .hero-banner {
        padding-bottom: 230px;
        margin-bottom: 0; }
        .ageas-theme .hero-banner + * {
          position: relative;
          z-index: 2;
          margin-top: -130px; } }

.hero-banner__body {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 0 auto; }
  .hero-banner__body > :last-child {
    margin-bottom: 0; }
  .ageas-theme .hero-banner--with-image .hero-banner__body {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    margin: 0; }
    .ageas-theme .hero-banner--with-image .hero-banner__body.hero-banner__body--dark {
      color: #fff;
      background: linear-gradient(170deg, #3c2048, #c025e6) #c025e6; }
    @media screen and (min-width: 0) and (max-width: 959px) {
      .ageas-theme .hero-banner--with-image .hero-banner__body {
        padding: 30px; } }
    @media screen and (min-width: 620px) {
      .ageas-theme .hero-banner--with-image .hero-banner__body {
        max-width: 430px; } }
    @media screen and (min-width: 960px) {
      .ageas-theme .hero-banner--with-image .hero-banner__body {
        padding: 50px 30px 80px; } }

.hero-banner__sub-image {
  display: inline-block;
  margin: 0 auto 15px; }

.hero-banner__sub-title {
  text-transform: uppercase;
  font-family: "FF DIN Condensed Bold", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  color: #208de9; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .hero-banner__sub-title {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 12px; } }
  @media screen and (min-width: 960px) {
    .hero-banner__sub-title {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 20px; } }
  .hero-banner--overlay .hero-banner__sub-title {
    color: #fff; }
  .ageas-theme .hero-banner__sub-title {
    opacity: 0.5;
    text-transform: none;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #fff; }
    @media screen and (min-width: 0) and (max-width: 959px) {
      .ageas-theme .hero-banner__sub-title {
        font-size: 17px;
        font-size: 1.7rem; } }
    @media screen and (min-width: 960px) {
      .ageas-theme .hero-banner__sub-title {
        font-size: 18px;
        font-size: 1.8rem; } }
  .ageas-theme .hero-banner--with-image .hero-banner__sub-title {
    color: #333; }

@media screen and (min-width: 960px) {
  .hero-banner__title {
    letter-spacing: -2px;
    line-height: 1; } }

.hero-banner--overlay .hero-banner__title {
  color: #fff; }

.ageas-theme .hero-banner__title {
  letter-spacing: 0;
  font-weight: 400;
  color: #fff; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .ageas-theme .hero-banner__title {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (min-width: 960px) {
    .ageas-theme .hero-banner__title {
      font-size: 36px;
      font-size: 3.6rem; } }

.ageas-theme .hero-banner--with-image .hero-banner__title {
  color: inherit;
  margin-bottom: 10px; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .hero-banner__ctas {
    display: inline-block;
    width: 100%;
    max-width: 225px;
    margin-bottom: 25px; } }

@media screen and (min-width: 620px) {
  .hero-banner__ctas {
    max-width: 400px;
    margin: 0 auto 30px; } }

.ageas-theme .hero-banner__ctas .double-ctas__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  white-space: normal; }

.ageas-theme .hero-banner--with-image .hero-banner__ctas {
  display: block;
  max-width: 250px;
  margin: 0 auto 25px; }
  .ageas-theme .hero-banner--with-image .hero-banner__ctas .double-ctas__btn {
    display: block;
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0; }

.hero-banner__text-cta {
  margin-bottom: 30px; }
  @media screen and (min-width: 620px) {
    .hero-banner__text-cta {
      display: block;
      width: 180px;
      white-space: nowrap;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      .ageas-theme .hero-banner__text-cta {
        width: auto;
        white-space: normal; } }

.hero-banner__image {
  position: relative;
  display: inline-block;
  margin-top: 40px; }
  .hero-banner--overlay .hero-banner__image {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .ageas-theme .hero-banner--overlay .hero-banner__image {
        position: static; } }
  .hero-banner__image.object-fit-pollyfill {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat; }
  .hero-banner__image img {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .hero-banner__image img {
        max-width: 90%;
        margin: 0 auto; }
        .ageas-theme .hero-banner--with-image .hero-banner__image img {
          max-width: 100%; } }
    @media screen and (min-width: 620px) {
      .hero-banner__image img {
        max-width: 100%;
        max-height: 350px; } }
    .hero-banner--overlay .hero-banner__image img {
      max-width: none;
      max-height: none;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .object-fit-pollyfill .hero-banner__image img {
      display: none; }

.hero-banner__roundel {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  -ms-transform: translateX(35%) translateY(-40%);
      transform: translateX(35%) translateY(-40%); }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .hero-banner__roundel {
      display: none; } }
  .ageas-theme .hero-banner__roundel {
    display: none; }

.hero-banner__form {
  display: block; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .hero-banner__form {
      max-width: 225px;
      margin: 0 auto 20px; } }
  @media screen and (min-width: 620px) {
    .hero-banner__form {
      max-width: 315px;
      margin: 0 auto 23px; } }

.quick-quote-form__fieldset {
  position: relative; }

.quick-quote-form__input {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #24ab8d;
  border: 0;
  border-radius: 10px;
  box-shadow: inset 0 -3px 0 0 #198a71;
  padding: 18px; }
  .quick-quote-form__input::-webkit-input-placeholder {
    position: relative;
    text-transform: none;
    color: #fff; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .quick-quote-form__input::-webkit-input-placeholder {
        top: -2px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (min-width: 620px) {
      .quick-quote-form__input::-webkit-input-placeholder {
        top: -4px;
        font-size: 24px;
        font-size: 2.4rem; } }
  .quick-quote-form__input::-moz-placeholder {
    position: relative;
    text-transform: none;
    color: #fff; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .quick-quote-form__input::-moz-placeholder {
        top: -2px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (min-width: 620px) {
      .quick-quote-form__input::-moz-placeholder {
        top: -4px;
        font-size: 24px;
        font-size: 2.4rem; } }
  .quick-quote-form__input:-ms-input-placeholder {
    position: relative;
    text-transform: none;
    color: #fff; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .quick-quote-form__input:-ms-input-placeholder {
        top: -2px;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media screen and (min-width: 620px) {
      .quick-quote-form__input:-ms-input-placeholder {
        top: -4px;
        font-size: 24px;
        font-size: 2.4rem; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .quick-quote-form__input {
      font-size: 20px;
      font-size: 2rem; } }
  @media screen and (min-width: 620px) {
    .quick-quote-form__input {
      font-size: 36px;
      font-size: 3.6rem; } }
  .quick-quote-form__input:focus {
    outline: none;
    box-shadow: 0 0 0 4px #f4c82d; }
  .quick-quote-form__input:invalid {
    background-color: #24ab8d; }
  .quick-quote-form__input:valid, .quick-quote-form__input.valid {
    padding: 18px 80px 18px 18px; }

.quick-quote-form__btn {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 10px;
  text-indent: -9999px;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .quick-quote-form__btn {
      width: 32px;
      height: 32px; } }
  @media screen and (min-width: 620px) {
    .quick-quote-form__btn {
      width: 48px;
      height: 48px; } }
  .quick-quote-form__input.valid ~ .quick-quote-form__btn,
  .quick-quote-form__input:valid ~ .quick-quote-form__btn {
    display: block; }
  .quick-quote-form__btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #24ab8d;
    -ms-transform: translateX(-40%) translateY(-45%);
        transform: translateX(-40%) translateY(-45%); }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .quick-quote-form__btn svg {
        top: 56%;
        width: 8px;
        height: auto; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .promo-block {
    margin-bottom: 30px; }
    .blocks-panel > section:first-child .promo-block {
      margin-top: -30px; } }

@media screen and (min-width: 620px) {
  .promo-block {
    margin-bottom: 70px; } }

@media screen and (min-width: 620px) and (max-width: 959px) {
  .ageas-theme .promo-block[class*='bg-'] {
    padding: 30px; } }

@media screen and (min-width: 960px) {
  .ageas-theme .promo-block[class*='bg-'] {
    padding: 60px 75px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .ageas-theme .blocks-panel .promo-block[class*='bg-']:first-child {
    margin-top: -30px; } }

@media screen and (min-width: 620px) {
  .ageas-theme .blocks-panel .promo-block[class*='bg-'] {
    margin-bottom: 0; } }

@media screen and (min-width: 620px) and (max-width: 959px) {
  .ageas-theme .blocks-panel .promo-block[class*='bg-'] {
    margin-left: -30px;
    margin-right: -30px; }
    .ageas-theme .blocks-panel .promo-block[class*='bg-']:first-child {
      margin-top: -30px; } }

@media screen and (min-width: 960px) {
  .ageas-theme .blocks-panel .promo-block[class*='bg-'] {
    margin-left: -75px;
    margin-right: -75px; }
    .ageas-theme .blocks-panel .promo-block[class*='bg-']:first-child {
      margin-top: -75px; } }

@media screen and (min-width: 620px) {
  .promo-block__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
    padding: 30px 0; } }

.promo-block__image {
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .promo-block__image {
      position: relative;
      height: 0;
      padding-bottom: 65%;
      margin: 0 -15px -80px; }
      .ageas-theme .promo-block__image {
        margin-bottom: 0; } }
  @media screen and (min-width: 620px) {
    .promo-block__image {
      width: 60%;
      margin: -30px -15% -30px 0; } }
  @media screen and (min-width: 620px) {
    .promo-block--left .promo-block__image {
      -ms-flex-order: 2;
          order: 2;
      margin-right: 0;
      margin-left: -15%; } }
  .promo-block__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .promo-block__image img {
        position: absolute; } }

.promo-block__body {
  position: relative;
  z-index: 2;
  background-color: #fff; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .promo-block__body {
      padding: 25px 15px 10px; } }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    .promo-block__body {
      width: 80%;
      padding: 40px 60px 30px; } }
  @media screen and (min-width: 960px) {
    .promo-block__body {
      width: 55%;
      padding: 60px 95px 40px; } }
  .promo-block__body :last-child {
    margin-bottom: 0; }

.promo-block__sub-title {
  opacity: 0.4;
  margin-bottom: 12px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .promo-block__sub-title {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 620px) {
    .promo-block__sub-title {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .ageas-theme .promo-block__sub-title {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media screen and (min-width: 620px) {
    .ageas-theme .promo-block__sub-title {
      font-size: 18px;
      font-size: 1.8rem; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .promo-block__title {
    width: 75%;
    margin-bottom: 20px; }
    .ageas-theme .promo-block__title {
      width: auto;
      font-size: 23px;
      font-size: 2.3rem; } }

@media screen and (min-width: 620px) {
  .promo-block__title {
    margin-bottom: 25px; } }

.promo-block__text {
  margin-bottom: 15px; }

@media screen and (min-width: 620px) {
  .promo-block__ctas {
    max-width: 360px; } }

.tick-list {
  padding: 0;
  margin: 0; }
  .tick-list li {
    position: relative;
    list-style-type: none;
    padding-left: 50px;
    margin: 0 0 25px 0; }
    .tick-list li:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0;
      width: 26px;
      height: 26px;
      background: url(/Static/images/svg/rias/icon-tick-white.svg) no-repeat #24ab8d center center;
      border-radius: 50%; }
      .ageas-theme .tick-list li:before {
        width: 27px;
        height: 27px;
        background: url(/Static/images/svg/ageas/icon-tick-purple.svg) no-repeat center center; }
      .ageas-theme .footer .tick-list li:before {
        background-image: url(/Static/images/svg/ageas/icon-tick-white.svg); }
      @media screen and (min-width: 0) and (max-width: 619px) {
        .tick-list li:before {
          -ms-transform: scale(0.75);
              transform: scale(0.75); } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .content-banner {
    padding-top: 30px;
    margin-bottom: 55px; } }

@media screen and (min-width: 620px) {
  .content-banner {
    padding-top: 80px;
    margin-bottom: 80px; } }

@media screen and (min-width: 620px) {
  .content-banner__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

.content-banner__image {
  position: relative; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .content-banner__image {
      width: 80%;
      max-width: 350px;
      padding: 70px 0 40px;
      margin: 0 auto; } }
  @media screen and (min-width: 620px) {
    .content-banner__image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 40%;
      padding: 105px 0 90px; } }
  .content-banner__image img {
    position: relative;
    z-index: 2;
    max-width: 100%; }

.content-banner__roundel {
  position: absolute;
  z-index: 1;
  top: 0; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .content-banner__roundel {
      right: -15%; } }
  @media screen and (min-width: 620px) {
    .content-banner__roundel {
      left: 100%;
      margin-left: -30%; } }
  @media screen and (min-width: 960px) {
    .content-banner__roundel {
      margin-left: -25%; } }
  .content-banner__roundel :last-child:after {
    content: '';
    display: block;
    height: 4px;
    width: 38px;
    background-color: #333;
    margin: 15px auto 0; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .content-banner__roundel :last-child:after {
        height: 2px;
        width: 20px;
        margin: 10px auto 0; } }
    @media screen and (min-width: 620px) {
      .content-banner__roundel :last-child:after {
        height: 4px;
        width: 38px;
        margin: 15px auto 0; } }
  .content-banner__roundel.roundel--blue :last-child:after {
    background-color: #fff; }

.content-banner__body :last-child {
  margin-bottom: 0; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .content-banner__body {
    padding: 0 15px; } }

@media screen and (min-width: 620px) {
  .content-banner__body {
    width: 40%; } }

.accordion-block {
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .accordion-block {
      margin: 0 auto 40px; } }
  @media screen and (min-width: 620px) {
    .accordion-block {
      margin: 0 auto 80px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .accordion-block__header {
    padding: 0 18px 18px; } }

@media screen and (min-width: 620px) {
  .accordion-block__header {
    position: relative;
    padding-right: 135px; }
    .ageas-theme .accordion-block__header {
      padding-left: 135px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .accordion-block__title {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .accordion-block__title {
    margin-bottom: 30px; } }

.ageas-theme .accordion-block__title {
  text-align: center;
  font-weight: normal; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .ageas-theme .accordion-block__title {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media screen and (min-width: 620px) {
    .ageas-theme .accordion-block__title {
      font-size: 36px;
      font-size: 3.6rem; } }

.accordion-block__close-btn:before {
  content: 'Open'; }
  .accordion-block.is-active .accordion-block__close-btn:before {
    content: 'Close'; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .accordion-block__close-btn {
    display: block;
    width: 100%;
    margin: 0; } }

@media screen and (min-width: 620px) {
  .accordion-block__close-btn {
    position: absolute;
    top: 50%;
    right: 13px;
    -ms-transform: translatey(-50%);
        transform: translatey(-50%); }
    .accordion-block.is-active .accordion-block__close-btn {
      width: 56px;
      height: 56px;
      text-indent: -9999px;
      border-color: transparent;
      background-color: transparent;
      padding: 0; }
      .accordion-block.is-active .accordion-block__close-btn:hover {
        border-color: #f6f8fa !important;
        background-color: #f6f8fa !important; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .accordion-block__close-icon {
    display: none; } }

@media screen and (min-width: 620px) {
  .accordion-block__close-icon {
    display: none;
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .accordion-block.is-active .accordion-block__close-icon {
      display: block; } }

.accordion-block__cta {
  text-align: center; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .accordion-block__cta {
      margin: 30px auto 0; } }
  @media screen and (min-width: 620px) {
    .accordion-block__cta {
      margin: 30px auto 0; } }

.accordion-item {
  border-top: 2px solid #eceff4; }
  .accordion-item:last-of-type {
    border-bottom: 2px solid #eceff4; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .ageas-theme .accordion-item {
      border-width: 1px; } }

.accordion-item__header {
  position: relative;
  background-color: transparent;
  transition: background-color 0.2s linear; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .accordion-item__header {
      padding: 13px 65px 15px 18px; } }
  @media screen and (min-width: 620px) {
    .accordion-item__header {
      padding: 28px 70px 30px 25px; } }
  .accordion-item.is-active .accordion-item__header {
    background-color: #f6f8fa; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .ageas-theme .accordion-item__header {
      padding-top: 28px;
      padding-bottom: 28px; } }

.accordion-item__title {
  font-weight: 400;
  margin: 0; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .accordion-item__title {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 620px) {
    .accordion-item__title {
      font-size: 20px;
      font-size: 2rem; } }
  .ageas-theme .accordion-item__title {
    font-weight: 700; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .ageas-theme .accordion-item__title {
        font-size: 18px;
        font-size: 1.8rem; } }

.accordion-item__btn {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: #24ab8d;
  border-radius: 50%;
  border: 0;
  margin-top: -15px;
  transition: transform 0.2s linear; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .accordion-item__btn {
      right: 18px; } }
  @media screen and (min-width: 620px) {
    .accordion-item__btn {
      right: 25px; } }
  .accordion-item.is-active .accordion-item__btn {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.accordion-item__btn-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-40%);
      transform: translateX(-50%) translateY(-40%);
  fill: #fff; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .accordion-item__body {
    padding: 15px 15px 30px; } }

@media screen and (min-width: 620px) {
  .accordion-item__body {
    padding: 40px 100px 50px; } }

.accordion-item__body > :last-child {
  margin-bottom: 0; }

.wysiwyg {
  padding-bottom: 60px; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .wysiwyg img {
      width: calc(100% + 66px);
      margin: 0 -33px 15px; } }
  @media screen and (min-width: 960px) {
    .wysiwyg img {
      width: calc(100% + 200px);
      margin: 50px -100px; } }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .wysiwyg .fluid-width-video-outer {
      margin: 0 -30px 15px; } }
  @media screen and (min-width: 960px) {
    .wysiwyg .fluid-width-video-outer {
      margin: 30px -100px 35px; } }
  .wysiwyg :last-child {
    margin-bottom: 0; }

@media screen and (min-width: 0) and (max-width: 959px) {
  .wysiwyg-block {
    margin-bottom: 25px; } }

@media screen and (min-width: 960px) {
  .wysiwyg-block {
    margin-bottom: 40px; } }

.sticky-table-outer {
  position: relative; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .sticky-table-outer {
      margin: 0 -30px 15px; } }
  @media screen and (min-width: 960px) {
    .sticky-table-outer {
      margin: 30px -100px 35px; } }

@media screen and (min-width: 0) and (max-width: 959px) {
  .sticky-table {
    overflow-x: scroll;
    margin-left: 150px; }
    .sticky-table th:first-child {
      position: absolute;
      width: 150px;
      left: 0;
      margin-top: -1px; }
    .sticky-table th {
      min-width: 150px; }
    .sticky-table td {
      white-space: nowrap; } }

table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 50px 0; }
  table thead th {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 15px; }
  table tbody tr:nth-child(odd) {
    background: #f6f8fa; }
  table tbody th,
  table tbody td {
    padding: 20px;
    border-top: 2px solid #efefef; }
  table tbody th {
    text-align: left;
    background-color: #fff;
    border-right: 2px solid #efefef; }
  table tbody td {
    text-align: center; }

.video-block {
  margin: 50px 0; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .defaqto-banner {
    padding: 30px 25px;
    border-bottom-left-radius: 50% 15%;
    border-bottom-right-radius: 50% 15%;
    margin: 0 -10px 35px; } }

@media screen and (min-width: 620px) {
  .defaqto-banner {
    padding: 75px 55px;
    border-bottom-left-radius: 50% 45%;
    border-bottom-right-radius: 50% 45%;
    margin: 0 -40px 60px; } }

.defaqto-banner__body {
  text-align: center;
  margin: 0 auto; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .defaqto-banner__body {
      max-width: 240px; } }
  @media screen and (min-width: 620px) {
    .defaqto-banner__body {
      max-width: 510px; } }

.defaqto-banner__stars {
  fill: #ffae00; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .defaqto-banner__stars {
      margin-bottom: 15px; } }
  @media screen and (min-width: 620px) {
    .defaqto-banner__stars {
      margin-bottom: 30px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .defaqto-banner__title {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .defaqto-banner__title {
    margin-bottom: 25px; } }

.defaqto-banner__img-link {
  display: inline-block; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .defaqto-banner__img-link {
      max-width: 100px; } }
  @media screen and (min-width: 620px) {
    .defaqto-banner__img-link {
      max-width: 180px; } }
  .defaqto-banner__img-link img {
    width: 100%; }

.document-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.document-list__item {
  margin-bottom: 30px; }

.document-list__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding-left: 70px; }
  .document-list__link:hover, .document-list__link:visited {
    color: #333; }
  .document-list__link:focus {
    background-color: transparent;
    box-shadow: none; }
  .document-list__link:before {
    content: url(/Static/images/svg/rias/doc-icon-pdf.svg);
    position: absolute;
    left: 0;
    top: 2px;
    width: 44px;
    height: 54px; }
    .ageas-theme .document-list__link:before {
      content: url(/Static/images/svg/ageas/doc-icon-pdf.svg);
      top: 0;
      width: 41px; }
  .document-list__link:focus:before {
    background-color: #f4c82d;
    box-shadow: 0 0 0 4px #f4c82d; }

.document-list__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 3px; }
  .ageas-theme .document-list__title {
    font-size: 18px;
    font-size: 1.8rem; }

.document-list__doc-name {
  font-weight: 600;
  text-decoration: underline;
  color: #208de9; }
  .document-list__link:focus .document-list__doc-name {
    background-color: #f4c82d;
    box-shadow: 0 0 0 4px #f4c82d; }
  .ageas-theme .document-list__doc-name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }

.document-list__meta {
  display: block;
  font-size: 12px;
  font-size: 1.2rem; }

.contact-banner {
  margin-bottom: 60px; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .contact-banner {
      margin-top: 30px; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .ageas-theme .contact-banner {
      margin-top: -30px; }
      .ageas-theme .contact-banner:last-child {
        margin-bottom: -30px; } }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    .ageas-theme .contact-banner {
      margin-top: 0; } }

@media screen and (min-width: 960px) {
  .contact-banner__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.contact-banner__panel {
  color: #fff;
  background-color: #208de9; }
  .ageas-theme .contact-banner__panel {
    background-color: #51375c; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .contact-banner__panel {
      padding: 22px 22px 32px 32px; } }
  @media screen and (min-width: 960px) {
    .contact-banner__panel {
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
      width: 33%;
      padding: 55px 50px 50px 65px; } }
  .contact-banner__panel.contact-banner__panel--dark {
    background-color: #2281d2; }
    .ageas-theme .contact-banner__panel.contact-banner__panel--dark {
      background-color: #7920c7; }
    .contact-banner__panel.contact-banner__panel--dark + .contact-banner__panel.contact-banner__panel--dark {
      position: relative; }
      .contact-banner__panel.contact-banner__panel--dark + .contact-banner__panel.contact-banner__panel--dark:before {
        content: '';
        position: absolute;
        background-image: radial-gradient(#1b67a8 20%, rgba(255, 255, 255, 0) 30%); }
        .ageas-theme .contact-banner__panel.contact-banner__panel--dark + .contact-banner__panel.contact-banner__panel--dark:before {
          background-image: radial-gradient(#611a9f 20%, rgba(255, 255, 255, 0) 30%); }
        @media screen and (min-width: 0) and (max-width: 959px) {
          .contact-banner__panel.contact-banner__panel--dark + .contact-banner__panel.contact-banner__panel--dark:before {
            left: 32px;
            right: 22px;
            top: -5px;
            height: 10px;
            background-size: 12px 12px;
            background-position: top;
            background-repeat: repeat-x; } }
        @media screen and (min-width: 960px) {
          .contact-banner__panel.contact-banner__panel--dark + .contact-banner__panel.contact-banner__panel--dark:before {
            left: -5px;
            top: 55px;
            bottom: 50px;
            width: 10px;
            background-size: 15px 15px;
            background-position: top;
            background-repeat: repeat-y; } }
  .contact-banner__panel :last-child {
    margin-bottom: 0; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .contact-banner__title {
    margin-bottom: 10px; } }

@media screen and (min-width: 620px) {
  .contact-banner__title {
    margin-bottom: 30px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .contact-banner__text {
    margin-bottom: 20px; } }

@media screen and (min-width: 620px) {
  .contact-banner__text {
    margin-bottom: 40px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .contact-banner__text p {
    margin-bottom: 15px; } }

@media screen and (min-width: 620px) {
  .contact-banner__text p {
    margin-bottom: 25px; } }

.contact-banner__ctas {
  margin-bottom: 8px; }
  .contact-banner__ctas:last-child {
    margin-bottom: 0; }

.contact-banner__cta {
  display: block;
  white-space: normal; }
  .contact-banner__cta + .contact-banner__cta {
    margin-top: 8px; }

.tabs-bg:before, .tabs-bg:after {
  content: ' ';
  display: table; }

.tabs-bg:after {
  clear: both; }

@media screen and (min-width: 0) and (max-width: 959px) {
  .tabs-bg {
    background-color: #eceff4; } }

@media screen and (min-width: 620px) {
  .tabs-bg {
    background-image: linear-gradient(to bottom, #f6f8fa 700px, #fff 1100px); } }

.ageas-theme .tabs-bg {
  background: transparent; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .ageas-theme .tabs-bg {
      margin-bottom: 30px; } }
  @media screen and (min-width: 620px) {
    .ageas-theme .tabs-bg {
      margin-bottom: 60px; } }

.tab-nav {
  text-align: center;
  background-color: #fff; }
  .ageas-theme .tab-nav {
    background-color: transparent; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .tab-nav {
      display: none; } }

.tab-nav__list {
  display: inline-block;
  margin: 0; }

.tab-nav__item {
  display: inline-block;
  margin: 0 3px; }

.tabs-accordion__heading {
  margin-bottom: 0; }

.tab-nav__link {
  text-decoration: none; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .tab-nav__link {
      position: relative;
      display: block;
      width: 100%;
      color: #333;
      background-color: #f6f8fa;
      border-bottom: 2px solid #e5e7e9;
      padding: 20px; } }
  @media screen and (min-width: 620px) {
    .tab-nav__link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      text-align: center;
      font-weight: bold;
      color: #fff;
      background-color: #51375c;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding: 10px; } }
  @media screen and (min-width: 620px) and (max-width: 959px) {
    .tab-nav__link {
      width: 20vw;
      min-height: 60px;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 960px) {
    .tab-nav__link {
      width: 170px;
      min-height: 80px;
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .tab-nav__link:hover {
      text-decoration: underline;
      color: #333; } }
  @media screen and (min-width: 620px) {
    .tab-nav__link:hover {
      text-decoration: underline;
      color: #fff; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .tab-nav__link:visited {
      color: #333; } }
  @media screen and (min-width: 620px) {
    .tab-nav__link:visited {
      color: #fff; } }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .tab-nav__link:focus {
      outline: none;
      background-color: #f6f8fa;
      box-shadow: none; } }
  @media screen and (min-width: 620px) {
    .tab-nav__link:focus {
      border: 3px solid #f4c82d;
      border-bottom: none;
      background-color: #51375c;
      box-shadow: none;
      padding: 7px 10px 10px 10px; } }
  .tab-nav__link.is-active {
    color: #51375c;
    background-color: #f6f8fa; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .tab-nav__link-icon {
    transition: transform 0.2s linear; }
    .tab-nav__link:focus .tab-nav__link-icon {
      box-shadow: 0 0 0 4px #f4c82d; }
    .is-active > .tab-nav__link-icon {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); } }

@media screen and (min-width: 620px) {
  .tab-nav__link-icon {
    display: none; } }

.tabs-accordion__panels {
  padding-top: 60px; }
  .ageas-theme .tabs-accordion__panels {
    background-color: #f6f8fa;
    padding: 0; }
    @media screen and (min-width: 0) and (max-width: 619px) {
      .ageas-theme .tabs-accordion__panels {
        margin-bottom: 30px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .tabs-accordion__panel {
    padding-top: 20px; } }

.tabs-accordion__panel:not(.is-active) {
  position: absolute;
  left: -9999px;
  bottom: 0; }

@media screen and (min-width: 0) and (max-width: 959px) {
  .ageas-theme .tabs-accordion__panel {
    padding: 20px; } }

@media screen and (min-width: 960px) {
  .ageas-theme .tabs-accordion__panel {
    padding: 60px; } }

.tabs-accordion__cards {
  margin-bottom: 60px; }

.hub-strip {
  background: #f6f8fa; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .hub-strip {
      padding: 18px; } }
  @media screen and (min-width: 620px) {
    .hub-strip {
      padding: 25px 0; }
      .hero-banner:not(.hero-banner--with-image) + .hub-strip {
        margin-top: -60px; } }

.load-more-strip {
  width: 100%;
  text-align: center;
  background: #f6f8fa; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .load-more-strip {
      padding: 18px; } }
  @media screen and (min-width: 620px) {
    .load-more-strip {
      padding: 25px 0; }
      .cards + .load-more-strip {
        margin-top: -55px; } }

.load-more-strip__link {
  color: #51375c;
  background-color: transparent;
  border: none; }
  @media screen and (min-width: 620px) {
    .load-more-strip__link {
      font-size: 15px;
      font-size: 1.5rem; } }
  .load-more-strip__link:hover {
    text-decoration: underline;
    color: #51375c; }
  .load-more-strip__link:focus {
    color: #208de9;
    background-color: #f4c82d; }

.load-more-strip__link-icon {
  fill: #51375c;
  margin-left: 10px; }
  .load-more-strip__link:focus .load-more-strip__link-icon {
    fill: #208de9; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .load-more-strip__link-icon {
      width: 10px;
      height: 5px; } }

.load-more-strip__error {
  display: none;
  color: #dc1818;
  margin: 0; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .article__image {
    margin-bottom: 30px; } }

@media screen and (min-width: 620px) {
  .article__image {
    margin-bottom: 40px; } }

.article__image img {
  width: 100%; }

.article__container {
  max-width: 930px;
  margin: 0 auto; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .article__container {
      padding: 0 30px; } }
  @media screen and (min-width: 960px) {
    .article__container {
      padding: 0 100px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .article__intro {
    padding-bottom: 25px; } }

@media screen and (min-width: 620px) {
  .article__intro {
    position: relative;
    padding-bottom: 50px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .article__back-link {
    margin-bottom: 20px; } }

@media screen and (min-width: 620px) {
  .article__back-link {
    margin-bottom: 35px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .article__title {
    margin-bottom: 10px; } }

@media screen and (min-width: 620px) {
  .article__title {
    margin-bottom: 25px; } }

.ageas-theme .article__title {
  font-weight: 400; }

.article__meta {
  opacity: 0.4; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .article__meta {
      margin-bottom: 25px; } }
  @media screen and (min-width: 960px) {
    .article__meta {
      margin-bottom: 0; } }
  .ageas-theme .article__meta {
    font-weight: 700; }

@media screen and (min-width: 0) and (max-width: 959px) {
  .article__social {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 960px) {
  .article__social {
    position: absolute;
    top: 100%;
    left: -100px;
    margin-top: 5px; }
    .article__social .social-link {
      margin: 0 0 12px 0; }
    .article__social .social-link + .social-link {
      margin-left: 0; } }

.author-bio {
  max-width: 580px;
  text-align: center;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .author-bio {
      margin-bottom: 25px; } }
  @media screen and (min-width: 620px) {
    .author-bio {
      margin-bottom: 55px; } }
  .author-bio :last-child {
    margin-bottom: 0; }

.author-bio__img {
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px; }
  .author-bio__img img {
    width: 100%; }

.social-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 46px;
  height: 46px;
  background-color: currentColor;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: background-color 0.2s linear; }
  .ageas-theme .footer__social .social-link {
    background-color: transparent;
    border-width: 1px;
    color: #fff; }
  .social-link:focus {
    background-color: currentColor; }
  .social-link:hover {
    background-color: #fff; }
    .ageas-theme .footer__social .social-link:hover {
      background-color: #fff;
      border-color: #fff; }
  .social-link + .social-link {
    margin-left: 15px; }
  .social-link.social-link--facebook {
    color: #36589b; }
    .ageas-theme .footer__social .social-link.social-link--facebook:hover {
      color: #36589b; }
  .social-link.social-link--twitter {
    color: #31aae1; }
    .ageas-theme .footer__social .social-link.social-link--twitter:hover {
      color: #31aae1; }
  .social-link.social-link--youtube {
    color: #e61f2c; }
    .ageas-theme .footer__social .social-link.social-link--youtube:hover {
      color: #e61f2c; }
  .social-link.social-link--email {
    color: #51375c; }

.social-link__icon {
  fill: #fff;
  transition: fill 0.2s linear; }
  .social-link--facebook .social-link__icon {
    width: 11px;
    height: 22px; }
  .social-link--twitter .social-link__icon {
    width: 22px;
    height: 20px; }
  .social-link--youtube .social-link__icon {
    width: 24px;
    height: 24px; }
  .social-link--email .social-link__icon {
    width: 20px;
    height: 14px; }
  .social-link:hover .social-link__icon {
    fill: currentColor; }

@media screen and (min-width: 0) and (max-width: 619px) {
  .hotspot-block {
    margin: 30px auto; } }

@media screen and (min-width: 620px) {
  .hotspot-block {
    max-width: 810px;
    padding: 0 145px;
    margin: 95px auto; } }

.hotspot-block__container {
  position: relative; }

.hotspot-block__img {
  position: relative;
  z-index: 1; }
  .hotspot-block__img img {
    width: 100%;
    margin: 0; }

@keyframes hotspot-pulse {
  0% {
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(36, 171, 141, 0); }
  10% {
    box-shadow: inset 0 0 1px 1px rgba(36, 171, 141, 0.2); }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(36, 171, 141, 0.2); }
  100% {
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(36, 171, 141, 0); } }

.hotspot-block__spot-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.hotspot-block__spot {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #24ab8d;
  border: none;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  .hotspot-block__spot:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 50%;
    animation: 2s ease 0s normal none infinite running hotspot-pulse; }

.hotspot-panel__spot-icon {
  display: block;
  fill: #fff;
  margin: 0 auto; }

.hotspot-panel {
  display: none;
  z-index: 3; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .hotspot-panel {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); } }
  @media screen and (min-width: 620px) {
    .hotspot-panel {
      position: absolute;
      top: 50%;
      right: -130px;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }

.hotspot-panel__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 18px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #fff;
  background-color: #24ab8d;
  border: none;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2); }

.hotspot-panel__close-icon {
  display: block;
  fill: #fff;
  margin: 0 auto; }

.hotspot-panel__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 290px;
  height: 290px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 80px 20px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .hotspot-panel__body {
      padding: 0 30px; } }
  @media screen and (min-width: 960px) {
    .hotspot-panel__body {
      padding: 0 15%; } }

.hotspot-panel__title {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 10px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .hotspot-panel__title {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (min-width: 620px) and (max-width: 1109px) {
    .hotspot-panel__title {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (min-width: 1110px) {
    .hotspot-panel__title {
      font-size: 28px;
      font-size: 2.8rem; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .hotspot-panel__btn {
    display: block; } }

@media screen and (min-width: 620px) {
  .hotspot-panel__btn {
    min-width: 230px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .search-results__filter {
    padding: 35px 15px 0;
    margin-bottom: 25px; } }

@media screen and (min-width: 620px) {
  .search-results__filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 40px; } }

.search-results__filter-showing {
  font-weight: 500; }
  @media screen and (min-width: 620px) {
    .search-results__filter-showing {
      padding: 17px 0;
      margin: 0; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .search-filter-form {
    width: 100%; } }

@media screen and (min-width: 620px) {
  .search-filter-form {
    width: 255px; } }

.search-filter-form__label {
  font-weight: bold; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .search-filter-form__label {
      margin-bottom: 5px; } }
  @media screen and (min-width: 620px) {
    .search-filter-form__label {
      margin-bottom: 15px; } }

.search-filter-form__select {
  border: 1px solid #d4d4d4; }

.search-results__list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .search-results__list {
      border-top: 2px solid #eceff4;
      margin-bottom: 30px; } }
  @media screen and (min-width: 620px) {
    .search-results__list {
      margin-bottom: 60px; } }

.search-results__item {
  border-bottom: 2px solid #eceff4; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .search-results__item {
      padding: 25px 15px;
      margin: 0; } }
  @media screen and (min-width: 620px) {
    .search-results__item {
      padding-bottom: 35px;
      margin-bottom: 30px; } }

.search-result__link:visited {
  color: #208de9; }

.search-result {
  max-width: 700px; }

.search-result__text :last-child {
  margin: 0; }

.pagination {
  text-align: center;
  padding: 0; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .pagination {
      margin-bottom: 35px; } }
  @media screen and (min-width: 620px) {
    .pagination {
      margin-bottom: 60px; } }

.pagination__list {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.pagination__item {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2px; }
  .pagination__item.pagination__item--prev {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.pagination__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  font-weight: 500;
  color: #333;
  border-radius: 50%; }
  .pagination__link:hover {
    text-decoration: none; }
  .pagination__link:focus {
    background-color: #f4c82d; }
  .pagination__item--first .pagination__link,
  .pagination__item--last .pagination__link {
    display: none; }
  .pagination__item--prev .pagination__link,
  .pagination__item--next .pagination__link {
    background-color: #24ab8d; }
    .pagination__item--prev .pagination__link:focus,
    .pagination__item--next .pagination__link:focus {
      background-color: #24ab8d; }
  .is-active .pagination__link,
  .is-active .pagination__link:focus {
    pointer-events: none;
    color: #fff;
    background-color: #208de9; }

.pagination__link-icon {
  fill: #fff; }

.pagination__link--active,
.pagination__link--ellipsis {
  text-decoration: none; }

.error-banner {
  position: relative;
  background-color: #e1e7f2;
  padding: 55px 15px 290px;
  margin-bottom: 100px; }

.error-banner__body {
  position: relative;
  z-index: 2;
  max-width: 520px;
  text-align: center;
  margin: 0 auto 25px; }
  .server-error .error-banner__body {
    max-width: 560px; }
  .error-banner__body :last-child {
    margin-bottom: 0; }

.error-banner__title {
  font-size: 56px;
  font-size: 5.6rem; }
  .ageas-theme .error-banner__title {
    font-weight: 400; }

.error-banner__sub-title {
  font-size: 32px;
  font-size: 3.2rem; }
  .ageas-theme .error-banner__sub-title {
    font-weight: 400; }

.error-banner__text {
  margin-bottom: 25px; }
  .ageas-theme .error-banner__text {
    font-weight: 700; }

.error-banner__ctas {
  max-width: 360px;
  margin: 0 auto; }

.error-banner__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

.error-banner__img {
  position: absolute; }

.error-banner__cloud-1 {
  left: 3vw;
  top: 170px;
  width: 165px;
  animation: moveCloudsRight 170s linear infinite, wiggleCloud 4s linear infinite; }

.error-banner__cloud-2 {
  left: 16vw;
  top: 45px;
  width: 155px;
  animation: moveCloudsRight 120s linear infinite, wiggleCloud 6s linear infinite; }

.error-banner__cloud-3 {
  left: -20vw;
  top: 150px;
  width: 135px;
  animation: moveCloudsRight 200s linear infinite, wiggleCloud 3s linear infinite; }

.error-banner__cloud-4 {
  left: -50vw;
  top: 65px;
  width: 95px;
  animation: moveCloudsRight 190s linear infinite, wiggleCloud 11s linear infinite; }

.error-banner__cloud-5 {
  right: 18vw;
  top: 200px;
  width: 90px;
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
  animation: moveCloudsLeft 120s linear infinite, wiggleCloud 7s linear infinite; }

.error-banner__cloud-6 {
  right: 7vw;
  top: 75px;
  width: 130px;
  -ms-transform: rotate(-15deg);
      transform: rotate(-15deg);
  animation: moveCloudsLeft 180s linear infinite, wiggleCloud 4s linear infinite; }

.error-banner__cloud-7 {
  right: -19vw;
  top: 105px;
  width: 150px;
  -ms-transform: rotate(-15deg);
      transform: rotate(-15deg);
  animation: moveCloudsLeft 150s linear infinite, wiggleCloud 5s linear infinite; }

.error-banner__cloud-8 {
  right: -30vw;
  top: 105px;
  width: 100px;
  -ms-transform: rotate(-15deg);
      transform: rotate(-15deg);
  animation: moveCloudsLeft 200s linear infinite, wiggleCloud 10s linear infinite; }

.error-banner__cloud--desktop {
  opacity: 0;
  transition: opacity 0.2s linear; }
  @media screen and (min-width: 960px) {
    .error-banner__cloud--desktop {
      opacity: 1; } }

.error-banner__building-1,
.error-banner__building-2 {
  position: absolute;
  bottom: 0;
  z-index: 1; }

.error-banner__building-1 {
  left: 3vw; }

.error-banner__building-2 {
  right: 2vw; }

.error-banner__car {
  bottom: -60px;
  z-index: 3;
  width: 322px;
  height: 199px; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .error-banner__car {
      right: 50px; }
      .server-error .error-banner__car {
        right: 100px; } }
  @media screen and (min-width: 620px) {
    .error-banner__car {
      left: 50%;
      -ms-transform: translateX(-13%);
          transform: translateX(-13%);
      animation: carCrash 3s linear; }
      .server-error .error-banner__car {
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        animation: carStop 3s linear; } }

.error-banner__car-frame {
  fill: #3c2048; }
  @media screen and (min-width: 620px) {
    .error-banner__car-frame {
      animation: carBounce 1s linear 3; } }

.error-banner__car-wheels {
  position: absolute;
  bottom: 0;
  left: 0; }

.error-banner__car-smoke {
  position: absolute;
  top: 25px;
  right: -5px;
  opacity: 0;
  animation: carSmoke 2s cubic-bezier(0.24, -0.24, 1, 1) infinite; }
  @media screen and (min-width: 620px) {
    .error-banner__car-smoke {
      animation-delay: 3s; } }

.error-banner__lamppost {
  bottom: -45px;
  z-index: 2; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .error-banner__lamppost {
      right: 0; } }
  @media screen and (min-width: 620px) {
    .error-banner__lamppost {
      left: 50%;
      margin-left: 280px;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .svg-lamppost__upper {
    -ms-transform: rotate(9deg) translateX(35px);
        transform: rotate(9deg) translateX(35px); } }

@media screen and (min-width: 620px) {
  .svg-lamppost__upper {
    animation: slantLampPost 0.25s linear 1;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    -ms-transform-origin: bottom;
        transform-origin: bottom; } }

.svg-lamppost__yellow-light {
  fill: #fed141; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .svg-lamppost__yellow-light {
      animation: brokenLight 5s linear infinite; } }
  @media screen and (min-width: 620px) {
    .svg-lamppost__yellow-light {
      animation: brokenLight 5s linear infinite;
      animation-delay: 3s;
      animation-fill-mode: forwards; } }

.error-banner__traffic-light {
  bottom: -45px;
  z-index: 2; }
  @media screen and (min-width: 0) and (max-width: 619px) {
    .error-banner__traffic-light {
      right: 25px; } }
  @media screen and (min-width: 620px) {
    .error-banner__traffic-light {
      left: 50%;
      margin-left: 280px;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

@keyframes slantLampPost {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(9deg); } }

@keyframes brokenLight {
  0% {
    opacity: 1; }
  4% {
    opacity: 0; }
  6% {
    opacity: 0; }
  8% {
    opacity: 1; }
  10% {
    opacity: 0; }
  30% {
    opacity: 0; }
  32% {
    opacity: 1; }
  34% {
    opacity: 0; }
  70% {
    opacity: 0; }
  72% {
    opacity: 1; }
  74% {
    opacity: 0; }
  76% {
    opacity: 0; }
  78% {
    opacity: 1; }
  80% {
    opacity: 0; }
  98% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes moveCloudsLeft {
  0% {
    margin-right: 0; }
  100% {
    margin-right: 2000px; } }

@keyframes moveCloudsRight {
  0% {
    margin-left: 0; }
  100% {
    margin-left: 2000px; } }

@keyframes wiggleCloud {
  0% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(10deg); } }

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

@keyframes carCrash {
  0% {
    transform: translateX(-200%); }
  100% {
    transform: translateX(-13%); } }

@keyframes carStop {
  0% {
    transform: translateX(-200%); }
  100% {
    transform: translateX(-50%); } }

@keyframes carSmoke {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.7; }
  100% {
    opacity: 0;
    transform: translateY(-50px) rotate(5deg); } }

.js-waypoint {
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0, 0, 0.2, 1); }

.waypoint-off {
  opacity: 0;
  -ms-transform: translateY(100px);
      transform: translateY(100px); }

.animates-1 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 1s;
  animation-fill-mode: both; }

.animates-2 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 1.5s;
  animation-fill-mode: both; }

.animates-3 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 2s;
  animation-fill-mode: both; }

.animates-4 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 2.5s;
  animation-fill-mode: both; }

.animates-5 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 3s;
  animation-fill-mode: both; }

.animates-6 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 3.5s;
  animation-fill-mode: both; }

.animates-7 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 4s;
  animation-fill-mode: both; }

.animates-8 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 4.5s;
  animation-fill-mode: both; }

.animates-9 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 5s;
  animation-fill-mode: both; }

.animates-10 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 5.5s;
  animation-fill-mode: both; }

.animates-11 {
  animation: fadeIn 2.5s cubic-bezier(0.46, 0.01, 0.68, 0.99);
  animation-delay: 6s;
  animation-fill-mode: both; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*------------------------------------*    $COOKIE POLICY
\*------------------------------------*/
.cookie-banner {
  display: none;
  background: #51375c;
  z-index: 1000; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; } }
  @media screen and (min-width: 960px) {
    .cookie-banner {
      position: -webkit-sticky;
      position: sticky;
      top: 0; } }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .nav-active .cookie-banner {
      display: none !important; } }

.cookie-banner__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .cookie-banner__body {
      padding: 20px 0; } }
  @media screen and (min-width: 960px) {
    .cookie-banner__body {
      padding: 30px 0; } }

.cookie-banner__text {
  max-width: 680px;
  color: #fff; }
  .ageas-theme .cookie-banner__text {
    font-size: 13px;
    font-size: 1.3rem; }
  .cookie-banner__text a {
    color: #fff; }
    .cookie-banner__text a:focus {
      color: #208de9; }
  .cookie-banner__text :last-child {
    margin-bottom: 0; }

.cookie-banner__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  margin-top: -8px; }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .cookie-banner__btn {
      width: 40px;
      height: 40px;
      margin-left: 15px; } }
  @media screen and (min-width: 960px) {
    .cookie-banner__btn {
      width: 50px;
      height: 50px;
      margin-left: 30px; } }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .ageas-theme .cookie-banner__btn {
      width: 36px;
      height: 36px;
      border: 1px solid #fff;
      margin-left: 36px; } }
  @media screen and (min-width: 960px) {
    .ageas-theme .cookie-banner__btn {
      width: 40px;
      height: 40px;
      border: 2px solid #fff; } }

.cookie-banner__close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  @media screen and (min-width: 0) and (max-width: 959px) {
    .cookie-banner__close-icon {
      width: 16px;
      height: 16px; } }
  .ageas-theme .cookie-banner__close-icon {
    width: 12px;
    height: 12px; }

/*------------------------------------*    $MEDIA OBJECT
\*------------------------------------*/
/**
 * variation on the "classic/"stubonella version which uss floats to acheive layout
 * this version uses display table to allow greater flexibility of image alignment with content
 */
.media-object {
  margin: 0 0 60px 0;
  padding: 0;
  display: table;
  overflow: hidden; }

.media-object__left,
.media-object__right,
.media-object__body {
  display: table-cell;
  vertical-align: top; }

/**
 *  use helper classes for image margins
 *  eg:
 *
 *  <img src="/images/placeholder1.gif" alt="" class="margin-left-40">
 *
 *  rather than
 *  .media-object__left img {
 *   margin-right: 40px;
 *  }
 *
 *  use alignment helper classes to align image with content
 *  eg:
 *
 * .align-top    { vertical-align: top!important; }
 * .align-middle { vertical-align: middle!important; }
 * .align-bottom { vertical-align: bottom!important; }
 *
 */
/*
      <div class="modal-wrapper">
      <div class="modal-dialog">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="modal-close" data-dismiss="modal" aria-label="close"><span aria-hidden="true">&times;</span></button>
          <h4>Modal title</h4>
        </div>

      <div class="modal-body">
        <h4>Text in a modal</h4>
        <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
      </div>
        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
          <button type="button" class="btn btn-primary">Save changes</button>
        </div>
      </div>
      </div>
      </div>
*/
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade {
    transition: opacity 0.2s linear, top 0.2s ease-out;
    top: -20%;
    outline: none; }
  .modal.fade.in {
    transition: opacity 0.3s linear, top 0.2s ease-out;
    top: 0%; }

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 15px;
  z-index: 300; }

.modal-content {
  position: relative;
  border: 1px solid #eceff4;
  border-radius: 5px;
  background-clip: padding-box;
  outline: none;
  background: #fff; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 600;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  border: 1px solid #eceff4;
  padding: 5px 10px;
  border-radius: 50%; }

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #eceff4;
  min-height: 30px;
  position: relative; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 30px; }

.modal-footer {
  margin-top: 15px;
  padding: 20px;
  text-align: right;
  border-top: 1px solid #eceff4; }
  .modal-footer:before, .modal-footer:after {
    content: ' ';
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 620px) {
  .modal-dialog {
    width: 650px;
    padding: 60px 0; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }

@media screen and (min-width: 960px) {
  .modal-dialog {
    width: 750px; } }

/*------------------------------------*    $GALLERY
\*------------------------------------*/
@media screen and (min-width: 0) and (max-width: 619px) {
  .gallery-example {
    position: relative;
    padding: 0 40px 60px; } }

@media screen and (min-width: 0) and (max-width: 619px) {
  .gallery-example__container {
    max-width: 500px;
    margin: 0 auto; } }

@media screen and (min-width: 620px) {
  .gallery-example__container {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 620px) {
  .gallery-example__item {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .gallery-example__item + .gallery-example__item {
      margin-left: 40px; } }

.gallery-example__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
  @media screen and (min-width: 620px) {
    .gallery-example__pagination {
      display: none; } }
  .gallery-example__pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #333;
    border-radius: 50%;
    margin: 0 15px; }
    .gallery-example__pagination span.cycle-pager-active {
      cursor: default;
      background-color: black; }

.gallery-example__prev,
.gallery-example__next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 28px;
  color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  margin-top: -15px; }
  @media screen and (min-width: 620px) {
    .gallery-example__prev,
    .gallery-example__next {
      display: none; } }

.gallery-example__prev {
  left: 0; }
  .gallery-example__prev:before {
    content: '<'; }

.gallery-example__next {
  right: 0; }
  .gallery-example__next:before {
    content: '>'; }

/*------------------------------------*    $LIBRARIES
\*------------------------------------*/
/**
 * Third party CSS
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*------------------------------------*    $PRINT
\*------------------------------------*/
/**
 * print style
 */
/*------------------------------------*    $PRINT
\*------------------------------------*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=maps/rias.css.map */
