/* 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
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
/** Colors */

/** Box Model  */

/** Fonts */

@font-face {
  font-family: "Inter Semibold";
  src: url(/wp-content/themes/ltsa/dist/fonts/Inter-SemiBold.ttf) format("truetype");
  src: url(/wp-content/themes/ltsa/dist/fonts/Inter-SemiBold.woff2) format("woff2");
}

@font-face {
  font-family: "Inter Medium";
  src: url(/wp-content/themes/ltsa/dist/fonts/Inter-Medium.ttf) format("truetype");
  src: url(/wp-content/themes/ltsa/dist/fonts/Inter-Medium.woff2) format("woff2");
}

@font-face {
  font-family: "Inter Regular";
  src: url(/wp-content/themes/ltsa/dist/fonts/Inter-Regular.ttf) format("truetype");
  src: url(/wp-content/themes/ltsa/dist/fonts/Inter-Regular.woff2) format("woff2");
}

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 4, resources/assets/styles/common/_global.scss */

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 14, resources/assets/styles/common/_global.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 22, resources/assets/styles/common/_global.scss */

body {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.4;
  margin: 0;
  word-wrap: break-word;
  overflow-x: hidden;
}

/* line 34, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/* line 43, resources/assets/styles/common/_global.scss */

p {
  margin: 0 0 30px;
}

/* line 47, resources/assets/styles/common/_global.scss */

a {
  text-decoration: none;
}

/* line 53, resources/assets/styles/common/_global.scss */

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}

/* line 61, resources/assets/styles/common/_global.scss */

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

/* line 66, resources/assets/styles/common/_global.scss */

textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 73, resources/assets/styles/common/_global.scss */

button {
  background: none;
  border: none;
  cursor: pointer;
}

/* line 79, resources/assets/styles/common/_global.scss */

img {
  max-width: 100%;
  width: 100%;
  width: auto;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* line 88, resources/assets/styles/common/_global.scss */

svg {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* line 95, resources/assets/styles/common/_global.scss */

blockquote {
  padding: 0;
}

/* line 99, resources/assets/styles/common/_global.scss */

figure {
  margin: 0;
}

/* line 103, resources/assets/styles/common/_global.scss */

figcaption {
  padding-top: 10px;
  position: relative;
}

/* line 108, resources/assets/styles/common/_global.scss */

pre {
  white-space: normal;
}

/* line 1, resources/assets/styles/components/_typography.scss */

body,
.body {
  font-family: "Inter Regular", sans-serif;
  -webkit-font-variant-ligatures: no-contextual;
          font-variant-ligatures: no-contextual;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
}

/* line 6, resources/assets/styles/components/_typography.scss */

h1,
.h1 {
  font-size: 56px;
  font-size: 3.5rem;
  font-family: "Inter Semibold", sans-serif;
  letter-spacing: 0;
  line-height: 60px;
  color: #282b67;
}

@media (max-width: 1230px) {
  /* line 6, resources/assets/styles/components/_typography.scss */

  h1,
  .h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 44px;
  }
}

/* line 11, resources/assets/styles/components/_typography.scss */

h2,
.h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Inter Semibold", sans-serif;
  line-height: 46px;
  letter-spacing: 0;
  color: #282b67;
}

@media (max-width: 1230px) {
  /* line 11, resources/assets/styles/components/_typography.scss */

  h2,
  .h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
  }
}

/* line 16, resources/assets/styles/components/_typography.scss */

h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Inter Semibold", sans-serif;
  line-height: 32px;
  letter-spacing: 0;
  color: #282b67;
}

@media (max-width: 1230px) {
  /* line 16, resources/assets/styles/components/_typography.scss */

  h3,
  .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}

/* line 21, resources/assets/styles/components/_typography.scss */

h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter Semibold", sans-serif;
  line-height: 28px;
  letter-spacing: 0;
  color: #282b67;
}

/* line 26, resources/assets/styles/components/_typography.scss */

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Inter Semibold", sans-serif;
  line-height: 24px;
  letter-spacing: 0;
  color: #2f353b;
}

/* line 31, resources/assets/styles/components/_typography.scss */

a {
  color: #4467ce;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: "Inter Medium", sans-serif;
  position: relative;
  padding-bottom: 4px;
}

/* line 39, resources/assets/styles/components/_typography.scss */

a:visited {
  color: #4467ce;
}

/* line 43, resources/assets/styles/components/_typography.scss */

a:hover,
a:focus {
  color: #282b67;
}

/* line 49, resources/assets/styles/components/_typography.scss */

a[target="_blank"] {
  padding-right: 20px;
  position: relative;
}

/* line 53, resources/assets/styles/components/_typography.scss */

a[target="_blank"]::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiMzQjlDRUYiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  margin-left: 6px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
}

/* line 61, resources/assets/styles/components/_typography.scss */

a[target="_blank"]:hover::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiMyODJiNjciIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  -webkit-transform: translate(3px, -3px);
       -o-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}

/* line 68, resources/assets/styles/components/_typography.scss */

a.pdf-link {
  position: relative;
  padding-right: 0;
}

/* line 72, resources/assets/styles/components/_typography.scss */

a.pdf-link::after {
  position: static;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTAgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZG93bmxvYWQgaWNvbjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjEuMS54LURldGFpbC1QYWdlLVRlbXBsYXRlLShEZXNrdG9wKS1leC4tU2VhcmNoLWZvci1UaXRsZS0oSCktQ29udGVudC1BbGVydHMtTm90ZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OTYuMDAwMDAwLCAtNzE1Ny4wMDAwMDApIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTUuMDAwMDAwLCA3MTU3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjA0MDYxMCwgNi4wMDAwMDApIHJvdGF0ZSgtMjI1LjAwMDAwMCkgdHJhbnNsYXRlKC02LjA0MDYxMCwgLTYuMDAwMDAwKSB0cmFuc2xhdGUoMi4wNDA2MTAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjM0I5Q0VGIj4KICAgICAgICAgICAgICAgICAgICA8bGluZSB4MT0iOCIgeTE9IjAiIHgyPSIwIiB5Mj0iOCIgaWQ9IlN0cm9rZS0xIj48L2xpbmU+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIyIiB5MT0iMTUuODM4NjU0NCIgeDI9IjEwLjA0MDYxMDIiIHkyPSIxNS44Mzg2NTQ0IiBpZD0iUGF0aC0yIiBzdHJva2U9IiMxRThGRUYiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 80, resources/assets/styles/components/_typography.scss */

a.pdf-link:hover::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTAgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZG93bmxvYWQgaWNvbjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjEuMS54LURldGFpbC1QYWdlLVRlbXBsYXRlLShEZXNrdG9wKS1leC4tU2VhcmNoLWZvci1UaXRsZS0oSCktQ29udGVudC1BbGVydHMtTm90ZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OTYuMDAwMDAwLCAtNzE1Ny4wMDAwMDApIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTUuMDAwMDAwLCA3MTU3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjA0MDYxMCwgNi4wMDAwMDApIHJvdGF0ZSgtMjI1LjAwMDAwMCkgdHJhbnNsYXRlKC02LjA0MDYxMCwgLTYuMDAwMDAwKSB0cmFuc2xhdGUoMi4wNDA2MTAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMjgyYjY3Ij4KICAgICAgICAgICAgICAgICAgICA8bGluZSB4MT0iOCIgeTE9IjAiIHgyPSIwIiB5Mj0iOCIgaWQ9IlN0cm9rZS0xIj48L2xpbmU+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIyIiB5MT0iMTUuODM4NjU0NCIgeDI9IjEwLjA0MDYxMDIiIHkyPSIxNS44Mzg2NTQ0IiBpZD0iUGF0aC0yIiBzdHJva2U9IiMyODJiNjciPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 87, resources/assets/styles/components/_typography.scss */

a.border-bottom {
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e8fef), to(#1e8fef));
  background-image: -webkit-linear-gradient(#1e8fef, #1e8fef);
  background-image: -o-linear-gradient(#1e8fef, #1e8fef);
  background-image: linear-gradient(#1e8fef, #1e8fef);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 97, resources/assets/styles/components/_typography.scss */

a.border-bottom.bb-white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
}

/* line 102, resources/assets/styles/components/_typography.scss */

a.border-bottom.bb-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282b67), to(#282b67));
  background-image: -webkit-linear-gradient(#282b67, #282b67);
  background-image: -o-linear-gradient(#282b67, #282b67);
  background-image: linear-gradient(#282b67, #282b67);
}

/* line 107, resources/assets/styles/components/_typography.scss */

a.border-bottom:hover {
  background-size: 0% 1px;
  color: #4467ce;
}

/* line 114, resources/assets/styles/components/_typography.scss */

.highlight {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 118, resources/assets/styles/components/_typography.scss */

figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "Inter Regular", sans-serif;
  color: #2f353b;
}

/* line 126, resources/assets/styles/components/_typography.scss */

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

/* line 131, resources/assets/styles/components/_typography.scss */

ul li {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

/* line 136, resources/assets/styles/components/_typography.scss */

ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #282b67;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* line 148, resources/assets/styles/components/_typography.scss */

ul ul {
  margin-top: 20px;
}

/* line 152, resources/assets/styles/components/_typography.scss */

ul ul li::before {
  background: #fff;
  border: 1px solid #282b67;
}

/* line 160, resources/assets/styles/components/_typography.scss */

ul.u-no-bullets li {
  padding-left: 0;
}

/* line 164, resources/assets/styles/components/_typography.scss */

ul.u-no-bullets li::before {
  display: none;
}

/* line 171, resources/assets/styles/components/_typography.scss */

ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}

/* line 177, resources/assets/styles/components/_typography.scss */

ol h1,
ol h2,
ol h3,
ol h4 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Inter Semibold", sans-serif;
  margin: 0;
  color: #2f353b;
  line-height: 24px;
}

/* line 189, resources/assets/styles/components/_typography.scss */

ol li {
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  counter-increment: li;
}

/* line 195, resources/assets/styles/components/_typography.scss */

ol li::before {
  content: counter(li);
  color: #fff;
  width: 26px;
  height: 26px;
  background: #282b67;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  font-family: "Inter Semibold", sans-serif;
}

/* line 212, resources/assets/styles/components/_typography.scss */

ol li ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 218, resources/assets/styles/components/_typography.scss */

ol li li::before {
  content: counter(li, upper-alpha);
  color: #282b67;
  background: transparent;
  border: 1px solid #282b67;
  line-height: 22px;
}

/* line 229, resources/assets/styles/components/_typography.scss */

.meta {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  color: #282b67;
  font-family: "Inter Medium", sans-serif;
}

/* line 236, resources/assets/styles/components/_typography.scss */

.meta:visited {
  color: #282b67;
}

/* line 241, resources/assets/styles/components/_typography.scss */

time {
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 245, resources/assets/styles/components/_typography.scss */

.arrow-right {
  position: relative;
}

/* line 248, resources/assets/styles/components/_typography.scss */

.arrow-right a {
  color: #282b67;
}

/* line 252, resources/assets/styles/components/_typography.scss */

.arrow-right::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMTQgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+WEwgQVJST1c8L3RpdGxlPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIxLjAtU2VjdGlvbi1PdmVydmlldy1EVC0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00ODIuMDAwMDAwLCAtMjgyOC4wMDAwMDApIj4KICAgICAgICAgICAgPHJlY3QgZmlsbD0idHJhbnNwYXJlbnQiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMzY2IiBoZWlnaHQ9IjQ1ODciPjwvcmVjdD4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0ODMuMDAwMDAwLCAyODI5LjAwMDAwMCkiIHN0cm9rZT0iIzFhNmViYSIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlN0cm9rZS0xLUNvcHktMiI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIHBvaW50cz0iOC4zOTYwNjE2MmUtMTcgMCAxMSAxMC41IDIuMTI1OTY2NzZlLTEyIDIxIj48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  position: absolute;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 262, resources/assets/styles/components/_typography.scss */

.arrow-right:hover {
  color: #4467ce;
}

/* line 265, resources/assets/styles/components/_typography.scss */

.arrow-right:hover a {
  color: #4467ce;
}

/* line 269, resources/assets/styles/components/_typography.scss */

.arrow-right:hover::after {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 275, resources/assets/styles/components/_typography.scss */

.arrow-right-sm {
  position: relative;
}

/* line 278, resources/assets/styles/components/_typography.scss */

.arrow-right-sm a {
  color: #282b67;
}

/* line 282, resources/assets/styles/components/_typography.scss */

.arrow-right-sm::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA5IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlN0cm9rZSAxPC90aXRsZT4KICAgIDxnIGlkPSJkZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMS4xLngtRGV0YWlsLVBhZ2UtVGVtcGxhdGUtKERlc2t0b3ApLWV4Li1TZWFyY2gtZm9yLVRpdGxlLShIKS1Db250ZW50LUFsZXJ0cy1Ob3RlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxMS4wMDAwMDAsIC03NjE1LjAwMDAwMCkiIHN0cm9rZT0iIzNCOUNFRiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMSIgcG9pbnRzPSIzMTIgNzYxNiAzMTggNzYyMS41IDMxMiA3NjI3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  position: absolute;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  bottom: 0;
}

/* line 293, resources/assets/styles/components/_typography.scss */

.arrow-right-sm:hover {
  color: #4467ce;
}

/* line 296, resources/assets/styles/components/_typography.scss */

.arrow-right-sm:hover a {
  color: #4467ce;
}

/* line 300, resources/assets/styles/components/_typography.scss */

.arrow-right-sm:hover::after {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 306, resources/assets/styles/components/_typography.scss */

.subtext {
  font-size: 14px;
  font-size: 0.875rem;
  color: #889bc8;
  margin-bottom: 15px;
  display: block;
}

/* line 314, resources/assets/styles/components/_typography.scss */

.title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}

/* line 320, resources/assets/styles/components/_typography.scss */

strong {
  font-family: "Inter Semibold", sans-serif;
}

/* line 324, resources/assets/styles/components/_typography.scss */

a.back {
  padding-left: 15px;
  position: relative;
}

/* line 328, resources/assets/styles/components/_typography.scss */

a.back::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCA4IDExIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlN0cm9rZSAxPC90aXRsZT4KICAgIDxnIGlkPSJkZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iNS4yLjEueC1Cb2FyZC1vZi1EaXJlY3RvcnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NC4wMDAwMDAsIC0zNDQuMDAwMDAwKSIgc3Ryb2tlPSIjM0I5Q0VGIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iU3Ryb2tlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU4LjUwMDAwMCwgMzQ5LjUwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTU4LjUwMDAwMCwgLTM0OS41MDAwMDApICIgcG9pbnRzPSI1NiAzNDUgNjEgMzQ5LjUgNTYgMzU0Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
}

/* line 337, resources/assets/styles/components/_typography.scss */

a.back:hover::before {
  -webkit-transform: translateX(-5px);
       -o-transform: translateX(-5px);
          transform: translateX(-5px);
}

/* line 343, resources/assets/styles/components/_typography.scss */

blockquote {
  font-family: "Inter Medium", sans-serif;
  margin: 0;
}

/* line 347, resources/assets/styles/components/_typography.scss */

blockquote p {
  margin: 0 0 50px;
}

/* line 351, resources/assets/styles/components/_typography.scss */

blockquote em {
  font-family: "Inter Regular", sans-serif;
  display: block;
  margin: 0 0 18px;
}

/* line 1, resources/assets/styles/components/_grid.scss */

.container--inner {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 55px;
}

@media (max-width: 767px) {
  /* line 1, resources/assets/styles/components/_grid.scss */

  .container--inner {
    padding: 0 26px;
  }
}

/* line 11, resources/assets/styles/components/_grid.scss */

.container--small {
  max-width: 712px;
  margin: 0 auto;
  padding: 0 55px;
}

@media (max-width: 767px) {
  /* line 11, resources/assets/styles/components/_grid.scss */

  .container--small {
    padding: 0 26px;
  }
}

/* line 21, resources/assets/styles/components/_grid.scss */

.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 26, resources/assets/styles/components/_grid.scss */

.flex-grid.flex-grid--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 30, resources/assets/styles/components/_grid.scss */

.flex-grid.flex-grid--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 34, resources/assets/styles/components/_grid.scss */

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

/* line 38, resources/assets/styles/components/_grid.scss */

.flex-grid::after {
  content: "";
  width: 33%;
  height: 0;
}

/* line 45, resources/assets/styles/components/_grid.scss */

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

/* line 49, resources/assets/styles/components/_grid.scss */

.col {
  width: 100%;
}

/* line 53, resources/assets/styles/components/_grid.scss */

.col-1 {
  width: calc(8.333% - 22.5px);
}

/* line 57, resources/assets/styles/components/_grid.scss */

.col-2 {
  width: calc(16.666% - 22.5px);
}

/* line 61, resources/assets/styles/components/_grid.scss */

.col-3 {
  width: calc(25% - 22.5px);
}

/* line 65, resources/assets/styles/components/_grid.scss */

.col-4 {
  width: calc(33.333% - 22.5px);
}

/* line 69, resources/assets/styles/components/_grid.scss */

.col-5 {
  width: calc(41.666% - 22.5px);
}

/* line 73, resources/assets/styles/components/_grid.scss */

.col-6 {
  width: calc(50% - 22.5px);
}

/* line 77, resources/assets/styles/components/_grid.scss */

.col-7 {
  width: calc(58.333% - 22.5px);
}

/* line 81, resources/assets/styles/components/_grid.scss */

.col-8 {
  width: calc(66.666% - 22.5px);
}

/* line 85, resources/assets/styles/components/_grid.scss */

.col-9 {
  width: 75%;
}

/* line 89, resources/assets/styles/components/_grid.scss */

.col-10 {
  width: calc(83.333% - 22.5px);
}

/* line 94, resources/assets/styles/components/_grid.scss */

.offset-1-right {
  margin-right: 8.333%;
}

/* line 98, resources/assets/styles/components/_grid.scss */

.offset-2-left {
  margin-left: 16.666%;
}

@media (max-width: 1365px) {
  /* line 103, resources/assets/styles/components/_grid.scss */

  .col-3-mt {
    width: calc(25% - 22.5px);
  }

  /* line 107, resources/assets/styles/components/_grid.scss */

  .offset-2-left-mt {
    margin-left: 16.666%;
  }

  /* line 111, resources/assets/styles/components/_grid.scss */

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

@media (max-width: 959px) {
  /* line 117, resources/assets/styles/components/_grid.scss */

  .col-4 {
    width: calc(50% - 5px);
  }
}

@media (min-width: 768px) {
  /* line 123, resources/assets/styles/components/_grid.scss */

  .offset-1-right-td {
    margin-right: 8.333%;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  /* line 129, resources/assets/styles/components/_grid.scss */

  .col-3-t {
    width: calc(25% - 22.5px);
  }
}

@media (min-width: 1231px) {
  /* line 135, resources/assets/styles/components/_grid.scss */

  .offset-1-right-d {
    margin-right: 8.333%;
  }

  /* line 139, resources/assets/styles/components/_grid.scss */

  .col-2-d {
    width: calc(16.666% - 22.5px);
  }

  /* line 143, resources/assets/styles/components/_grid.scss */

  .col-3-d {
    width: calc(25% - 22.5px);
  }

  /* line 147, resources/assets/styles/components/_grid.scss */

  .col-6-d {
    width: calc(50% - 22.5px);
  }
}

@media (max-width: 639px) {
  /* line 153, resources/assets/styles/components/_grid.scss */

  .col-2-mdmd {
    width: calc(50% - 22.5px);
  }
}

@media (min-width: 640px) {
  /* line 159, resources/assets/styles/components/_grid.scss */

  .col-4-mdm {
    width: calc(33.333% - 22.5px);
  }
}

@media (max-width: 767px) {
  /* line 165, resources/assets/styles/components/_grid.scss */

  .col-10,
  .col-6,
  .col-5,
  .col-4,
  .col-7,
  .col-8,
  .col-3,
  .col-2,
  .col-1 {
    width: 100%;
    margin-bottom: 25px;
  }

  /* line 177, resources/assets/styles/components/_grid.scss */

  .col-10:last-child,
  .col-6:last-child,
  .col-5:last-child,
  .col-4:last-child,
  .col-7:last-child,
  .col-8:last-child,
  .col-3:last-child,
  .col-2:last-child,
  .col-1:last-child {
    margin-bottom: 0;
  }

  /* line 181, resources/assets/styles/components/_grid.scss */

  .banner .col-10,
  .template-glossary .col-10,
  .banner
    .col-6,
  .template-glossary
    .col-6,
  .banner
    .col-5,
  .template-glossary
    .col-5,
  .banner
    .col-4,
  .template-glossary
    .col-4,
  .banner
    .col-7,
  .template-glossary
    .col-7,
  .banner
    .col-8,
  .template-glossary
    .col-8,
  .banner
    .col-3,
  .template-glossary
    .col-3,
  .banner
    .col-2,
  .template-glossary
    .col-2,
  .banner
    .col-1,
  .template-glossary
    .col-1 {
    margin-bottom: 0;
  }

  /* line 187, resources/assets/styles/components/_grid.scss */

  .offset-1-right {
    margin-right: 0;
  }
}

@media (max-width: 1230px) {
  /* line 193, resources/assets/styles/components/_grid.scss */

  .site-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 196, resources/assets/styles/components/_grid.scss */

  .site-content > div {
    max-width: 602px;
    width: 100%;
    margin: 0 auto;
  }

  /* line 202, resources/assets/styles/components/_grid.scss */

  .site-content .bring-to-top {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* line 1, resources/assets/styles/components/_buttons.scss */

button {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-appearance: none;
  background: #4467ce;
  color: #fff;
  padding: 17px 20px;
  border-radius: 4px;
  text-align: left;
  line-height: 24px;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

/* line 14, resources/assets/styles/components/_buttons.scss */

button:hover {
  background: #282b67;
}

/* line 18, resources/assets/styles/components/_buttons.scss */

button a,
button a:visited,
button a:focus {
  color: #fff;
}

/* line 23, resources/assets/styles/components/_buttons.scss */

button a:hover,
button a:visited:hover,
button a:focus:hover {
  color: #fff;
}

/* line 28, resources/assets/styles/components/_buttons.scss */

button a[target="_blank"] {
  width: 100%;
  display: block;
}

/* line 32, resources/assets/styles/components/_buttons.scss */

button a[target="_blank"]::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZXh0ZXJuYWwgbGluayBpY29uIDI8L3RpdGxlPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJTVFlMRUdVSURFIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzMwLjAwMDAwMCwgLTMzNTUuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMwLjAwMDAwMCwgMzM1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJleHRlcm5hbC1saW5rLWFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjUzODQ2MiwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGxpbmUgeDE9IjYuNDYxNTM4NDYiIHkxPSIwIiB4Mj0iMCIgeTI9IjYuNDYxNTM4NDYiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlN0cm9rZS0zIiBwb2ludHM9IjEuODQ2MTUzODUgMCA2LjQ2MTUzODQ2IDAgNi40NjE1Mzg0NiA0LjYxNTM4NDYyIj48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41Mzg0NjE1NCwwIEwyLDAgQzAuODk1NDMwNSwyLjAyOTA2MTI1ZS0xNiAtMS4zNTI3MDc1ZS0xNiwwLjg5NTQzMDUgMCwyIEwwLDEwIEMxLjM1MjcwNzVlLTE2LDExLjEwNDU2OTUgMC44OTU0MzA1LDEyIDIsMTIgTDEwLDEyIEMxMS4xMDQ1Njk1LDEyIDEyLDExLjEwNDU2OTUgMTIsMTAgTDEyLDYuNDYxNTM4NDYgTDEyLDYuNDYxNTM4NDYiIGlkPSJQYXRoLTMiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  right: 0;
}

/* line 38, resources/assets/styles/components/_buttons.scss */

button a[target="_blank"]:hover::after {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

@media (max-width: 1230px) {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  button {
    width: 100%;
  }
}

/* line 49, resources/assets/styles/components/_buttons.scss */

a.button {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-appearance: none;
  background: #4467ce;
  color: #fff;
  padding: 17px 20px;
  border-radius: 4px;
  min-width: 100px;
  text-align: left;
  line-height: 24px;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  display: inline-block;
}

/* line 64, resources/assets/styles/components/_buttons.scss */

a.button:hover {
  background: #282b67;
}

/* line 69, resources/assets/styles/components/_buttons.scss */

a.button[target="_blank"]::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZXh0ZXJuYWwgbGluayBpY29uIDI8L3RpdGxlPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJTVFlMRUdVSURFIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzMwLjAwMDAwMCwgLTMzNTUuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMwLjAwMDAwMCwgMzM1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJleHRlcm5hbC1saW5rLWFycm93IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjUzODQ2MiwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPGxpbmUgeDE9IjYuNDYxNTM4NDYiIHkxPSIwIiB4Mj0iMCIgeTI9IjYuNDYxNTM4NDYiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlN0cm9rZS0zIiBwb2ludHM9IjEuODQ2MTUzODUgMCA2LjQ2MTUzODQ2IDAgNi40NjE1Mzg0NiA0LjYxNTM4NDYyIj48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41Mzg0NjE1NCwwIEwyLDAgQzAuODk1NDMwNSwyLjAyOTA2MTI1ZS0xNiAtMS4zNTI3MDc1ZS0xNiwwLjg5NTQzMDUgMCwyIEwwLDEwIEMxLjM1MjcwNzVlLTE2LDExLjEwNDU2OTUgMC44OTU0MzA1LDEyIDIsMTIgTDEwLDEyIEMxMS4xMDQ1Njk1LDEyIDEyLDExLjEwNDU2OTUgMTIsMTAgTDEyLDYuNDYxNTM4NDYgTDEyLDYuNDYxNTM4NDYiIGlkPSJQYXRoLTMiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  right: 20px;
}

/* line 75, resources/assets/styles/components/_buttons.scss */

a.button[target="_blank"]:hover::after {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

@media (max-width: 1230px) {
  /* line 49, resources/assets/styles/components/_buttons.scss */

  a.button {
    width: 100%;
  }
}

@media (max-width: 399px) {
  /* line 49, resources/assets/styles/components/_buttons.scss */

  a.button {
    margin-top: 30px;
  }
}

/* line 90, resources/assets/styles/components/_buttons.scss */

.faq {
  padding-left: 10%;
}

/** Search form */

/* line 8, resources/assets/styles/components/_forms.scss */

.banner__search .search-form .search-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 106px;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  padding: 20px 0 5px 30px;
  border-bottom: 1px solid transparent;
  color: #282b67;
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 19, resources/assets/styles/components/_forms.scss */

.banner__search .search-form .search-field::-webkit-input-placeholder {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #282b67;
}

.banner__search .search-form .search-field::-moz-placeholder {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #282b67;
}

.banner__search .search-form .search-field::-ms-input-placeholder {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #282b67;
}

.banner__search .search-form .search-field::placeholder {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #282b67;
}

/* line 25, resources/assets/styles/components/_forms.scss */

.banner__search .search-form .search-field:focus {
  width: 150px;
  border-bottom: 1px solid #c5d1e7;
}

@media (min-width: 1366px) {
  /* line 25, resources/assets/styles/components/_forms.scss */

  .banner__search .search-form .search-field:focus {
    width: 200px;
  }
}

/* line 33, resources/assets/styles/components/_forms.scss */

.banner__search .search-form .search-field:focus::-webkit-input-placeholder {
  color: #c5d1e7;
}

.banner__search .search-form .search-field:focus::-moz-placeholder {
  color: #c5d1e7;
}

.banner__search .search-form .search-field:focus::-ms-input-placeholder {
  color: #c5d1e7;
}

.banner__search .search-form .search-field:focus::placeholder {
  color: #c5d1e7;
}

/* line 39, resources/assets/styles/components/_forms.scss */

.banner__search .search-form .search-submit {
  display: none;
}

/* line 44, resources/assets/styles/components/_forms.scss */

.page-header__search {
  position: relative;
}

/* line 47, resources/assets/styles/components/_forms.scss */

.page-header__search::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjAgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c2VhcmNoPC90aXRsZT4KICAgIDxnIGlkPSJzZWFyY2giIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJHcm91cC05IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjMjgyYjY3IiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTUuNDQ5NTAxNCw5LjE0OTI1NTkgQzE1LjQ0MjU5NjEsMTIuNjIyMDcwMiAxMi42MjY4OTk4LDE1LjQ0Mjc0MTYgOS4xNTg5NzI0NywxNS40NDk2NDkzIEM1LjY5MzU0NjM1LDE1LjQ1NjUyNjcgMi44ODkwMjQzNCwxMi42NDcwMjk2IDIuODk1OTA0MjMsOS4xNzQyMTUzNSBDMi45MDI4MDY5OSw1LjcwMjY1MzkxIDUuNzE4NTA1OCwyLjg4MDcyOTY0IDkuMTgzOTMxOTIsMi44NzM4MjY5IEMxMi42NTE4NTkyLDIuODY2OTQ0NSAxNS40NTYzNzg4LDUuNjc3Njk0NDYgMTUuNDQ5NTAxNCw5LjE0OTI1NTkgWiIgaWQ9IlN0cm9rZS0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjE3MjcwMywgOS4xNjE3MzgpIHJvdGF0ZSgtMzMuMDAwMDAwKSB0cmFuc2xhdGUoLTkuMTcyNzAzLCAtOS4xNjE3MzgpICI+PC9wYXRoPgogICAgICAgICAgICA8bGluZSB4MT0iMTQuNCIgeTE9IjEzLjUzMzMzMzMiIHgyPSIxOCIgeTI9IjE3IiBpZD0iTGluZS0yIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj48L2xpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  position: absolute;
  right: 30px;
  top: 55%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 55, resources/assets/styles/components/_forms.scss */

.page-header__search .search-form .search-field {
  border: none;
  padding: 30px 40px;
  width: 100%;
  border-radius: 5px;
  color: #282b67;
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 64, resources/assets/styles/components/_forms.scss */

.page-header__search .search-form .search-field::-webkit-input-placeholder {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #282b67;
}

.page-header__search .search-form .search-field::-moz-placeholder {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #282b67;
}

.page-header__search .search-form .search-field::-ms-input-placeholder {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #282b67;
}

.page-header__search .search-form .search-field::placeholder {
  font-family: "Inter Medium", sans-serif;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #282b67;
}

/* line 71, resources/assets/styles/components/_forms.scss */

.page-header__search .search-form .search-field:focus::-webkit-input-placeholder {
  color: #c5d1e7;
}

.page-header__search .search-form .search-field:focus::-moz-placeholder {
  color: #c5d1e7;
}

.page-header__search .search-form .search-field:focus::-ms-input-placeholder {
  color: #c5d1e7;
}

.page-header__search .search-form .search-field:focus::placeholder {
  color: #c5d1e7;
}

/* line 77, resources/assets/styles/components/_forms.scss */

.page-header__search .search-form .search-submit {
  display: none;
}

@media (max-width: 1365px) {
  /* line 82, resources/assets/styles/components/_forms.scss */

  .page-header__search::after {
    right: 20px;
  }

  /* line 86, resources/assets/styles/components/_forms.scss */

  .page-header__search .search-form .search-field {
    padding: 20px;
  }
}

/* clears the 'X' from Internet Explorer */

/* line 93, resources/assets/styles/components/_forms.scss */

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

/* line 101, resources/assets/styles/components/_forms.scss */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* line 108, resources/assets/styles/components/_forms.scss */

input[type=text],
input[type=email],
input[type=tel],
textarea {
  background: #f8f8f8;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 40px;
  margin-top: 10px;
}

/* line 121, resources/assets/styles/components/_forms.scss */

label {
  font-family: "Inter Semibold", sans-serif;
}

/* line 125, resources/assets/styles/components/_forms.scss */

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  background: #4467ce;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: "Inter Medium", sans-serif;
  padding: 20px 40px;
  display: block;
  margin: auto 0 auto auto !important;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 141, resources/assets/styles/components/_forms.scss */

input[type=submit]:hover,
input[type=button]:hover {
  background: #282b67;
}

/* line 147, resources/assets/styles/components/_forms.scss */

.select-wrapper .nf-field-element {
  position: relative;
}

/* line 150, resources/assets/styles/components/_forms.scss */

.select-wrapper .nf-field-element::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTMgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgMzwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjEwLjEtT25saW5lLVJlcXVlc3QiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05NDguMDAwMDAwLCAtMjA1OS4wMDAwMDApIiBzdHJva2U9IiMyODJiNjciIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDk0OS4wMDAwMDAsIDIwNjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iU3Ryb2tlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS41MDAwMDAsIDMuMDAwMDAwKSByb3RhdGUoLTI3MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS41MDAwMDAsIC0zLjAwMDAwMCkgIiBwb2ludHM9IjMgLTIgOCAzIDMgOCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkFSUk9XLU5BVlktRE9XTiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS41MDAwMDAsIDMuMDAwMDAwKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS41MDAwMDAsIC0zLjAwMDAwMCkgdHJhbnNsYXRlKDAuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlN0cm9rZS0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjUwMDAwMCwgMy4wMDAwMDApIHJvdGF0ZSgtMjcwLjAwMDAwMCkgdHJhbnNsYXRlKC01LjUwMDAwMCwgLTMuMDAwMDAwKSAiIHBvaW50cz0iMyAtMiA4IDMgMyA4Ij48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
  position: absolute;
  right: 30px;
  top: 18px;
}

/* line 160, resources/assets/styles/components/_forms.scss */

.nf-error-msg {
  color: #b80808 !important;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 166, resources/assets/styles/components/_forms.scss */

.ninja-forms-req-symbol {
  color: #2f353b !important;
}

/* line 170, resources/assets/styles/components/_forms.scss */

.nf-error.listimage-wrap .nf-field-element ul,
.nf-error .ninja-forms-field {
  border: 1px solid #b80808 !important;
}

/* line 176, resources/assets/styles/components/_forms.scss */

.nf-form-content select {
  background: #f8f8f8;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 40px;
  margin-top: 10px;
}

/* line 187, resources/assets/styles/components/_forms.scss */

.nf-form-fields-required {
  display: none;
}

/* line 191, resources/assets/styles/components/_forms.scss */

.nf-form-wrap {
  margin-top: 50px;
}

/* line 195, resources/assets/styles/components/_forms.scss */

.nf-field-label {
  margin-top: 10px !important;
}

/* line 202, resources/assets/styles/components/_forms.scss */

.nf-field-element ul li::before {
  display: none;
}

/* line 1, resources/assets/styles/components/_tables.scss */

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  min-width: 420px;
}

/* line 9, resources/assets/styles/components/_tables.scss */

thead {
  border-bottom: 1px solid #e7e7e7;
  font-family: "Inter Semibold", sans-serif;
}

/* line 14, resources/assets/styles/components/_tables.scss */

th {
  padding: 10px 5px;
}

/* line 18, resources/assets/styles/components/_tables.scss */

tr {
  padding: 5px;
  border-bottom: 1px solid #e7e7e7;
}

/* line 23, resources/assets/styles/components/_tables.scss */

td {
  padding: 10px 20px 10px 5px;
  vertical-align: top;
}

/* line 28, resources/assets/styles/components/_tables.scss */

.module__table {
  overflow-x: hidden;
  position: relative;
}

/* line 33, resources/assets/styles/components/_tables.scss */

.table-container {
  overflow-x: auto;
}

/* line 46, resources/assets/styles/components/_tables.scss */

body .wrap .tablepress th,
body .wrap .tablepress td {
  background-color: transparent;
  border: 0;
  padding: 10px 5px;
}

/* line 53, resources/assets/styles/components/_tables.scss */

body .wrap .tablepress .row-hover tr:hover td {
  background-color: transparent;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/* line 43, resources/assets/styles/components/_wp-classes.scss */

.wp-caption,
figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "Inter Regular", sans-serif;
  color: #2f353b;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e7e7e7;
}

/** Text meant only for screen readers */

/* line 56, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 2, resources/assets/styles/components/_utility.scss */

.u-visually-hidden,
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media (max-width: 1365px) {
  /* line 14, resources/assets/styles/components/_utility.scss */

  .u-hide-mobile-tablet {
    display: none;
  }
}

/* line 20, resources/assets/styles/components/_utility.scss */

.u-show-mobile-tablet {
  display: none;
}

@media (max-width: 1365px) {
  /* line 20, resources/assets/styles/components/_utility.scss */

  .u-show-mobile-tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 28, resources/assets/styles/components/_utility.scss */

  .u-hide-mobile {
    display: none;
  }
}

/* line 34, resources/assets/styles/components/_utility.scss */

.u-show-mobile {
  display: none;
}

@media (max-width: 767px) {
  /* line 34, resources/assets/styles/components/_utility.scss */

  .u-show-mobile {
    display: block;
  }
}

@media (max-width: 959px) {
  /* line 42, resources/assets/styles/components/_utility.scss */

  .u-hide-mobile-large-tablet {
    display: none;
  }
}

/* line 48, resources/assets/styles/components/_utility.scss */

.u-show-mobile-large-tablet {
  display: none;
}

@media (max-width: 959px) {
  /* line 48, resources/assets/styles/components/_utility.scss */

  .u-show-mobile-large-tablet {
    display: block;
  }
}

@media (max-width: 1230px) {
  /* line 56, resources/assets/styles/components/_utility.scss */

  .u-hide-tablet-landscape {
    display: none;
  }
}

/* line 62, resources/assets/styles/components/_utility.scss */

.u-show-tablet-landscape {
  display: none;
}

@media (max-width: 1230px) {
  /* line 62, resources/assets/styles/components/_utility.scss */

  .u-show-tablet-landscape {
    display: block;
  }
}

/* line 70, resources/assets/styles/components/_utility.scss */

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

/* line 74, resources/assets/styles/components/_utility.scss */

.site-notice {
  background: #1c2b55;
  color: #fff;
  display: none;
}

/* line 80, resources/assets/styles/components/_utility.scss */

.site-notice h1,
.site-notice h2,
.site-notice h3,
.site-notice h4,
.site-notice h5,
.site-notice h6 {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 89, resources/assets/styles/components/_utility.scss */

  .site-notice h2 {
    margin: 0 0 15px;
  }
}

/* line 95, resources/assets/styles/components/_utility.scss */

.site-notice a {
  color: #fff;
  padding-right: 0;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 105, resources/assets/styles/components/_utility.scss */

.site-notice a::after {
  display: none;
}

/* line 109, resources/assets/styles/components/_utility.scss */

.site-notice a:hover {
  background-size: 0% 1px;
}

@media (max-width: 767px) {
  /* line 114, resources/assets/styles/components/_utility.scss */

  .site-notice p {
    margin-bottom: 18px;
  }

  /* line 118, resources/assets/styles/components/_utility.scss */

  .site-notice p:last-child {
    margin-bottom: 0;
  }
}

/* line 124, resources/assets/styles/components/_utility.scss */

.site-notice .container--inner {
  position: relative;
}

@media (max-width: 767px) {
  /* line 124, resources/assets/styles/components/_utility.scss */

  .site-notice .container--inner {
    padding: 0;
  }
}

/* line 133, resources/assets/styles/components/_utility.scss */

.site-notice__alert-level {
  min-width: 161px;
  padding-top: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 55px;
}

@media (max-width: 767px) {
  /* line 133, resources/assets/styles/components/_utility.scss */

  .site-notice__alert-level {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 26px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

/* line 149, resources/assets/styles/components/_utility.scss */

.site-notice__alert-level .site-notice__icon {
  max-width: 51px;
}

@media (max-width: 767px) {
  /* line 149, resources/assets/styles/components/_utility.scss */

  .site-notice__alert-level .site-notice__icon {
    width: 28px;
  }
}

/* line 157, resources/assets/styles/components/_utility.scss */

.site-notice__alert-level::before {
  position: absolute;
  content: "";
  width: 100vw;
  left: -100vw;
  top: 0;
  height: 100%;
}

/* line 166, resources/assets/styles/components/_utility.scss */

.site-notice__alert-level.site-notice__alert-level-none,
.site-notice__alert-level.site-notice__alert-level-none::before {
  background-color: #253d76;
}

/* line 171, resources/assets/styles/components/_utility.scss */

.site-notice__alert-level.site-notice__alert-level-low,
.site-notice__alert-level.site-notice__alert-level-low::before {
  background-color: #4ca747;
}

/* line 176, resources/assets/styles/components/_utility.scss */

.site-notice__alert-level.site-notice__alert-level-medium,
.site-notice__alert-level.site-notice__alert-level-medium::before {
  background-color: #fa0;
}

/* line 181, resources/assets/styles/components/_utility.scss */

.site-notice__alert-level.site-notice__alert-level-high,
.site-notice__alert-level.site-notice__alert-level-high::before {
  background-color: #b80808;
}

/* line 187, resources/assets/styles/components/_utility.scss */

.site-notice__title {
  padding: 36px 55px 36px 0;
  font-family: "Inter Semibold", sans-serif;
  font-size: 18px;
  width: 230px;
}

/* line 193, resources/assets/styles/components/_utility.scss */

.site-notice__title span {
  display: block;
  font-family: "Inter Regular", sans-serif;
}

/* line 199, resources/assets/styles/components/_utility.scss */

.slick-slider {
  background: #253d76;
}

/* line 203, resources/assets/styles/components/_utility.scss */

.site-notice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 60px;
}

@media (max-width: 767px) {
  /* line 203, resources/assets/styles/components/_utility.scss */

  .site-notice__content {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 216, resources/assets/styles/components/_utility.scss */

.site-notice__content .site-notice__copy {
  max-width: 672px;
  padding-top: 34px;
}

@media (max-width: 767px) {
  /* line 216, resources/assets/styles/components/_utility.scss */

  .site-notice__content .site-notice__copy {
    padding-bottom: 34px !important;
  }

  /* line 223, resources/assets/styles/components/_utility.scss */

  .site-notice__content .site-notice__copy p:last-child {
    margin-bottom: 24px;
  }
}

/* line 229, resources/assets/styles/components/_utility.scss */

.site-notice__content .slick-pager {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  /* line 229, resources/assets/styles/components/_utility.scss */

  .site-notice__content .slick-pager {
    display: table-row;
    vertical-align: middle;
  }
}

/* line 238, resources/assets/styles/components/_utility.scss */

.site-notice__content .slick-pager button {
  background: transparent;
  padding: 0;
}

/* line 243, resources/assets/styles/components/_utility.scss */

.site-notice__content .slick-pager span {
  margin: 0 10px;
  font-family: "Inter Semibold", sans-serif;
}

@media (max-width: 767px) {
  /* line 243, resources/assets/styles/components/_utility.scss */

  .site-notice__content .slick-pager span {
    padding: 0 10px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  /* line 254, resources/assets/styles/components/_utility.scss */

  .site-notice__content .slick-pager button,
  .site-notice__content .slick-pager span {
    display: table-cell;
    vertical-align: middle;
    padding-top: 14px;
  }
}

@media (max-width: 767px) {
  /* line 264, resources/assets/styles/components/_utility.scss */

  .site-notice__content .site-notice__title,
  .site-notice__content .site-notice__copy {
    padding: 26px;
  }

  /* line 269, resources/assets/styles/components/_utility.scss */

  .site-notice__content .site-notice__title {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  /* line 274, resources/assets/styles/components/_utility.scss */

  .site-notice__content .site-notice__copy {
    padding-top: 0;
  }
}

/* line 279, resources/assets/styles/components/_utility.scss */

.site-notice__content h3 {
  margin-top: 0;
  font-size: 18px;
}

/* line 285, resources/assets/styles/components/_utility.scss */

.site-notice__close {
  position: absolute;
  right: 45px;
  top: 30px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 285, resources/assets/styles/components/_utility.scss */

  .site-notice__close {
    right: 16px;
    top: 16px;
  }

  /* line 297, resources/assets/styles/components/_utility.scss */

  .site-notice__close img {
    width: 18px;
  }
}

/* line 303, resources/assets/styles/components/_utility.scss */

.cookie-notice {
  padding: 15px;
  width: 100%;
  background: #282b67;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
}

/* line 316, resources/assets/styles/components/_utility.scss */

.cookie-notice.no-cookie {
  opacity: 1;
  visibility: visible;
}

/* line 322, resources/assets/styles/components/_utility.scss */

.cookie-notice__content {
  position: relative;
  padding-right: 60px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
}

/* line 330, resources/assets/styles/components/_utility.scss */

.cookie-notice__content p {
  margin-bottom: 0;
}

/* line 334, resources/assets/styles/components/_utility.scss */

.cookie-notice__content a {
  color: #fff;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 344, resources/assets/styles/components/_utility.scss */

.cookie-notice__content a:hover {
  background-size: 0% 1px;
}

/* line 351, resources/assets/styles/components/_utility.scss */

.cookie-notice__close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

/* line 359, resources/assets/styles/components/_utility.scss */

.u-mb100 {
  margin-bottom: 100px;
}

/* line 363, resources/assets/styles/components/_utility.scss */

.u-mt50 {
  margin-top: 50px;
}

/* line 367, resources/assets/styles/components/_utility.scss */

.u-mb60 {
  margin-bottom: 60px;
}

/* line 371, resources/assets/styles/components/_utility.scss */

iframe {
  max-width: 100%;
}

/* line 377, resources/assets/styles/components/_utility.scss */

.anim {
  opacity: 0;
  -webkit-transform: translateY(40px);
       -o-transform: translateY(40px);
          transform: translateY(40px);
  will-change: opacity;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

/* line 383, resources/assets/styles/components/_utility.scss */

.anim.second {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 387, resources/assets/styles/components/_utility.scss */

.anim.go,
.no-js .anim,
.no-objectfit .anim {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  /* line 395, resources/assets/styles/components/_utility.scss */

  .anim.second {
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
  }
}

@media (max-width: 1230px) {
  /* line 5, resources/assets/styles/layouts/_header.scss */

  body {
    margin-top: 86px;
  }
}

/* line 11, resources/assets/styles/layouts/_header.scss */

.banner {
  display: block;
  padding: 30px 0 0;
  background: #fff;
  position: sticky;
  top: -115px;
  z-index: 3;
  width: 100%;
  /* IE9, IE10, IE11 */
}

@media screen and (min-width: 0\0) {
  /* line 11, resources/assets/styles/layouts/_header.scss */

  .banner {
    position: relative;
    top: 0;
  }
}

/* line 28, resources/assets/styles/layouts/_header.scss */

.banner .banner__top {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  max-height: 106px;
}

/* line 33, resources/assets/styles/layouts/_header.scss */

.banner .button {
  margin-right: 28px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  min-width: 120px;
  padding: 8px 50px 8px 20px;
}

/* line 42, resources/assets/styles/layouts/_header.scss */

.banner .button::after {
  top: 11px;
}

@media (min-width: 1231px) {
  /* line 53, resources/assets/styles/layouts/_header.scss */

  .stuck .banner .banner__top {
    overflow: hidden;
  }

  /* line 58, resources/assets/styles/layouts/_header.scss */

  .stuck .banner .button {
    margin-bottom: 0;
  }

  /* line 63, resources/assets/styles/layouts/_header.scss */

  .banner .brand {
    display: block;
    width: 145px;
    padding-bottom: 0;
  }
}

@media (max-width: 1230px) {
  /* line 11, resources/assets/styles/layouts/_header.scss */

  .banner {
    z-index: 2;
    position: fixed;
    top: 0;
    padding: 15px 0 15px;
  }

  /* line 77, resources/assets/styles/layouts/_header.scss */

  .banner .brand img {
    margin-top: -20px;
    width: 127px;
    height: auto;
  }
}

/* line 86, resources/assets/styles/layouts/_header.scss */

.header__quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}

/* line 93, resources/assets/styles/layouts/_header.scss */

.header__quicklinks li {
  width: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 0;
}

/* line 101, resources/assets/styles/layouts/_header.scss */

.header__quicklinks li a {
  color: #282b67;
}

/* line 104, resources/assets/styles/layouts/_header.scss */

.header__quicklinks li a:hover {
  color: #4467ce;
}

/* line 110, resources/assets/styles/layouts/_header.scss */

.header__quicklinks li a[target="_blank"]:hover::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiMzQjlDRUYiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 119, resources/assets/styles/layouts/_header.scss */

.banner__search {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 25px;
  position: relative;
}

/* line 125, resources/assets/styles/layouts/_header.scss */

.banner__search .h5 {
  color: #282b67;
}

/* line 129, resources/assets/styles/layouts/_header.scss */

.banner__search img {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  position: absolute;
  left: 0;
  bottom: 6px;
}

/* line 138, resources/assets/styles/layouts/_header.scss */

.stuck .banner__search {
  margin-bottom: 25px;
}

/* line 143, resources/assets/styles/layouts/_header.scss */

#skip-to-content-link {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  -webkit-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 25px;
  min-width: 0;
  margin: 0;
  opacity: 0;
}

/* line 155, resources/assets/styles/layouts/_header.scss */

#skip-to-content-link:focus {
  -webkit-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}

/* line 161, resources/assets/styles/layouts/_header.scss */

.header-container {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) and (max-width: 1365px) {
  /* line 161, resources/assets/styles/layouts/_header.scss */

  .header-container {
    height: 68vh;
  }
}

@media (max-width: 767px) {
  /* line 161, resources/assets/styles/layouts/_header.scss */

  .header-container {
    height: 53vh;
  }
}

@media (max-width: 479px) {
  /* line 161, resources/assets/styles/layouts/_header.scss */

  .header-container {
    height: 38vh;
  }
}

@media (max-width: 399px) {
  /* line 161, resources/assets/styles/layouts/_header.scss */

  .header-container {
    height: 35vh;
  }
}

/* line 182, resources/assets/styles/layouts/_header.scss */

.slider {
  background: transparent;
  height: calc(100vh - 200px);
  overflow: hidden;
  width: 100%;
  min-height: 519px;
  position: relative;
  z-index: -100;
}

@media (max-width: 767px) {
  /* line 182, resources/assets/styles/layouts/_header.scss */

  .slider {
    min-height: 405px;
    height: auto;
    padding-bottom: 100px;
  }
}

/* line 202, resources/assets/styles/layouts/_header.scss */

.slider-title {
  color: white;
  position: absolute;
  font-weight: bold;
  top: 20%;
  left: 37%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: normal;
  overflow-wrap: break-word;
  display: block;
}

@media (max-width: 767px) {
  /* line 202, resources/assets/styles/layouts/_header.scss */

  .slider-title {
    top: 29%;
    font-size: 1.6rem;
  }
}

@media (max-width: 399px) {
  /* line 202, resources/assets/styles/layouts/_header.scss */

  .slider-title {
    top: 26%;
    font-size: 1.3rem;
  }
}

@media (min-width: 1231px) {
  /* line 2, resources/assets/styles/layouts/_nav.scss */

  .nav-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }

  /* line 14, resources/assets/styles/layouts/_nav.scss */

  .has-overlay .nav-overlay {
    opacity: 1;
    visibility: visible;
  }

  /* line 21, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
  }

  /* line 26, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li {
    padding: 0;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 0;
    position: static;
    margin-left: -4px;
    padding-right: 33.5px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  /* line 36, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li.u-show-mobile-tablet,
  .nav-primary ul li.u-show-tablet-landscape {
    display: none;
  }

  /* line 41, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li:first-child {
    margin-left: 0;
  }

  /* line 47, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li::before {
    display: none;
  }

  /* line 51, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li a {
    display: block;
    padding: 25px 20px 30px 0;
  }

  /* line 58, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li:hover a::before,
  .nav-primary ul li.open a::before {
    -webkit-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }

  /* line 66, resources/assets/styles/layouts/_nav.scss */

  .stuck .nav-primary li {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  /* line 72, resources/assets/styles/layouts/_nav.scss */

  .nav-primary a {
    color: #282b67;
    position: relative;
  }

  /* line 77, resources/assets/styles/layouts/_nav.scss */

  .nav-primary a::after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMiA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlN0cm9rZSAxPC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2YmFyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYzLjAwMDAwMCwgLTE0Ny4wMDAwMDApIiBmaWxsPSIjMWE2ZWJhIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU3Ryb2tlLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2OC44MDkzNTksIDE1MS4wMDAwMDApIHJvdGF0ZSgtMjcwLjAwMDAwMCkgdHJhbnNsYXRlKC0zNjguODA5MzU5LCAtMTUxLjAwMDAwMCkgIiBwb2ludHM9IjM2Ni42MTg3MTggMTQ1LjM4MTI4MiAzNzIuMjM3NDM3IDE1MSAzNjYuNjE4NzE4IDE1Ni42MTg3MTggMzY1LjM4MTI4MiAxNTUuMzgxMjgyIDM2OS43NjMgMTUxIDM2NS4zODEyODIgMTQ2LjYxODcxOCI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
    position: absolute;
    right: 0;
    top: 26px;
    line-height: 20px;
  }

  /* line 85, resources/assets/styles/layouts/_nav.scss */

  .nav-primary a::before {
    width: calc(100% - 20px);
    content: "";
    height: 4px;
    background: #282b67;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
    z-index: 4;
  }

  /* line 101, resources/assets/styles/layouts/_nav.scss */

  .sub-menu-wrap {
    position: absolute;
    top: 165px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 50px);
    background: #fff;
    padding: 0 0 100px;
    z-index: 2;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
  }

  /* line 119, resources/assets/styles/layouts/_nav.scss */

  .sub-menu-wrap h2 {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    padding-top: 35px;
    margin-top: 0;
  }

  /* line 128, resources/assets/styles/layouts/_nav.scss */

  .sub-menu-wrap a::after,
  .sub-menu-wrap a::before {
    display: none;
  }

  /* line 133, resources/assets/styles/layouts/_nav.scss */

  .sub-menu-wrap a:hover {
    color: #4467ce;
  }

  /* line 137, resources/assets/styles/layouts/_nav.scss */

  .sub-menu-wrap a.h4 {
    margin-bottom: 20px;
    display: block;
  }

  /* line 143, resources/assets/styles/layouts/_nav.scss */

  .sub-menu-wrap ul {
    margin-top: 0;
  }

  /* line 146, resources/assets/styles/layouts/_nav.scss */

  .sub-menu-wrap ul li {
    display: block;
    padding-top: 0;
    margin-left: 0;
  }

  /* line 151, resources/assets/styles/layouts/_nav.scss */

  .sub-menu-wrap ul li a {
    padding: 0;
  }

  /* line 156, resources/assets/styles/layouts/_nav.scss */

  .sub-menu-wrap ul a {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Inter Semibold", sans-serif;
    line-height: 24px;
    letter-spacing: 0;
    color: #2f353b;
    color: #282b67;
    line-height: 28px;
  }

  /* line 165, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 24px;
    margin-top: 0;
  }

  /* line 173, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li {
    width: 25%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 22.5px;
    margin-right: 0;
  }

  /* line 180, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li a {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Inter Semibold", sans-serif;
    line-height: 28px;
    letter-spacing: 0;
    color: #282b67;
    margin-bottom: 40px;
    display: block;
  }

  /* line 186, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li a:hover {
    color: #4467ce;
  }

  /* line 191, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li:first-child {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 40px;
    padding-top: 35px;
  }

  /* line 198, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li:first-child a {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "Inter Semibold", sans-serif;
    line-height: 32px;
    letter-spacing: 0;
    color: #282b67;
    margin-bottom: 24px;
  }
}

@media (min-width: 1231px) and (max-width: 1230px) {
  /* line 198, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li:first-child a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}

@media (min-width: 1231px) {
  /* line 203, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li:first-child a:hover {
    color: #4467ce;
  }

  /* line 209, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu {
    width: 100%;
    display: block;
    padding-top: 0;
  }

  /* line 214, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu li {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  /* line 219, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu li:first-child {
    border: none;
    margin-bottom: 5px;
    padding-top: 0;
  }

  /* line 225, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu li a {
    font-family: "Inter Regular", sans-serif;
    -webkit-font-variant-ligatures: no-contextual;
            font-variant-ligatures: no-contextual;
    -webkit-font-feature-settings: "calt" 0;
    font-feature-settings: "calt" 0;
    line-height: 24px;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Inter Medium", sans-serif;
    margin-bottom: 0;
  }

  /* line 231, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu li a:hover {
    color: #4467ce;
  }

  /* line 236, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu li a[target="_blank"] {
    padding-right: 20px;
    position: relative;
  }

  /* line 240, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu li a[target="_blank"]::after {
    display: inline;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiMzQjlDRUYiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    margin-left: 6px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
    right: auto;
    top: 2px;
  }

  /* line 251, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu li a[target="_blank"]:hover::after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiMyODJiNjciIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
    -webkit-transform: translate(3px, -3px);
         -o-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
  }

  /* line 259, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu li.nav-highlight a {
    color: #4467ce;
    margin-top: 40px;
  }

  /* line 263, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li .sub-menu li.nav-highlight a:hover {
    color: #282b67;
  }

  /* line 272, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li.quicklinks {
    width: 25%;
    padding-left: 8.333%;
    position: relative;
    margin-left: auto;
  }

  /* line 279, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li.quicklinks a {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  /* line 290, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li.quicklinks .sub-menu {
    position: absolute;
    top: 0;
  }

  /* line 294, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li.quicklinks .sub-menu a {
    color: #4467ce;
    position: relative;
    height: auto;
    width: auto;
    clip: auto;
    margin: 0;
  }

  /* line 302, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu li.quicklinks .sub-menu a:hover {
    color: #282b67;
  }

  /* line 309, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu .sub-menu-wrap {
    width: 100%;
  }

  /* line 315, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .nav-4-col li {
    width: 18.75%;
  }

  /* line 320, resources/assets/styles/layouts/_nav.scss */

  .menu-item-has-children.open .sub-menu-wrap {
    display: block;
  }

  /* line 325, resources/assets/styles/layouts/_nav.scss */

  .menu-item-has-children.open > a::after {
    -webkit-transform: rotate(180deg) translateY(-6px);
         -o-transform: rotate(180deg) translateY(-6px);
            transform: rotate(180deg) translateY(-6px);
  }
}

@media (max-width: 1244px) {
  /* line 340, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li {
    padding-right: 20px;
  }
}

/* IE9, IE10, IE11 */

@media screen and (min-width: 0\0) {
  /* line 349, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu {
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  }
}

/* line 354, resources/assets/styles/layouts/_nav.scss */

.nav-mobile-logo {
  display: none;
  position: absolute;
  top: -13px;
  width: 175px;
  left: 26px;
  z-index: 6;
}

/* line 365, resources/assets/styles/layouts/_nav.scss */

button.menu-toggle {
  width: auto;
  padding: 5px;
  min-width: 0;
  background: transparent;
  color: #282b67;
  position: absolute;
  right: 26px;
  top: 27px;
  padding-right: 35px;
  z-index: 5;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Inter Medium", sans-serif;
}

/* line 381, resources/assets/styles/layouts/_nav.scss */

button.menu-toggle .bar {
  width: 26px;
  height: 2px;
  display: block;
  margin-bottom: 3px;
  background: #282b67;
  position: absolute;
  right: 0;
  top: 11px;
}

/* line 392, resources/assets/styles/layouts/_nav.scss */

button.menu-toggle .bar.bar1 {
  top: 16px;
}

/* line 396, resources/assets/styles/layouts/_nav.scss */

button.menu-toggle .bar.bar2 {
  top: 21px;
}

/* line 402, resources/assets/styles/layouts/_nav.scss */

a.login-button {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 410, resources/assets/styles/layouts/_nav.scss */

.nav-mobile-search {
  position: relative;
  padding-left: 28px;
  margin-bottom: 26px;
}

/* line 415, resources/assets/styles/layouts/_nav.scss */

.nav-mobile-search img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: auto;
}

/* line 424, resources/assets/styles/layouts/_nav.scss */

.nav-mobile-search .search-form input[type=search] {
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Inter Regular", sans-serif;
  -webkit-font-variant-ligatures: no-contextual;
          font-variant-ligatures: no-contextual;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Inter Medium", sans-serif;
  color: #c5d1e7;
}

/* line 434, resources/assets/styles/layouts/_nav.scss */

.nav-mobile-search .search-form input[type=search]::-webkit-input-placeholder {
  font-family: "Inter Regular", sans-serif;
  -webkit-font-variant-ligatures: no-contextual;
          font-variant-ligatures: no-contextual;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Inter Medium", sans-serif;
  color: #889bc8;
  -webkit-appearance: none;
          appearance: none;
}

.nav-mobile-search .search-form input[type=search]::-moz-placeholder {
  font-family: "Inter Regular", sans-serif;
  font-variant-ligatures: no-contextual;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Inter Medium", sans-serif;
  color: #889bc8;
  -moz-appearance: none;
       appearance: none;
}

.nav-mobile-search .search-form input[type=search]::-ms-input-placeholder {
  font-family: "Inter Regular", sans-serif;
  font-variant-ligatures: no-contextual;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Inter Medium", sans-serif;
  color: #889bc8;
  appearance: none;
}

.nav-mobile-search .search-form input[type=search]::placeholder {
  font-family: "Inter Regular", sans-serif;
  -webkit-font-variant-ligatures: no-contextual;
          font-variant-ligatures: no-contextual;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0;
  line-height: 24px;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Inter Medium", sans-serif;
  color: #889bc8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 443, resources/assets/styles/layouts/_nav.scss */

.nav-mobile-search .search-form input[type=submit] {
  display: none;
}

@media (max-width: 1230px) {
  /* line 450, resources/assets/styles/layouts/_nav.scss */

  .nav-mobile-logo {
    display: block;
  }

  /* line 453, resources/assets/styles/layouts/_nav.scss */

  .sub-nav-toggled .nav-mobile-logo {
    display: none;
  }

  /* line 458, resources/assets/styles/layouts/_nav.scss */

  .nav-background {
    background: #282b67;
  }

  /* line 462, resources/assets/styles/layouts/_nav.scss */

  a.login-button,
  .banner .button {
    display: block;
    margin-top: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  /* line 471, resources/assets/styles/layouts/_nav.scss */

  a.login-button::after,
  .banner .button::after {
    top: 14px;
  }

  /* line 476, resources/assets/styles/layouts/_nav.scss */

  .nav-primary {
    max-width: 560px;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    background: #282b67;
    z-index: 4;
    overflow: hidden;
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -o-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  }

  /* line 491, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .nav-wrapper {
    overflow-y: auto;
    padding: 122px 26px 26px;
    height: 100%;
  }

  /* line 496, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .nav-wrapper::after {
    content: "";
    width: 100%;
    height: 100px;
    background: #282b67;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }

  /* line 510, resources/assets/styles/layouts/_nav.scss */

  .sub-nav-toggled .nav-primary .nav-wrapper::after {
    height: 75px;
  }

  /* line 516, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .nav {
    border-top: 1px solid #6075a5;
  }

  /* line 519, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .nav > li > a,
  .nav-primary .nav .sub-menu-wrap > div > .sub-menu > li:first-child > a {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "Inter Semibold", sans-serif;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
  }

  /* line 530, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul {
    list-style-type: none;
  }

  /* line 533, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li {
    width: 100%;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #6075a5;
    margin-bottom: 0;
  }

  /* line 539, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li a {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "Inter Semibold", sans-serif;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    width: 100%;
    display: block;
  }

  /* line 551, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li::before {
    display: none;
  }

  /* line 567, resources/assets/styles/layouts/_nav.scss */

  .nav-primary ul li.menu-item-has-children a::after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCA4IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlN0cm9rZSAxPC90aXRsZT4KICAgIDxnIGlkPSJtb2JpbGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNLU5hdi1BLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDEuMDAwMDAwLCAtMTk5LjAwMDAwMCkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlN0cm9rZS0xIiBwb2ludHM9IjM0MiAyMDAgMzQ3LjI1IDIwNiAzNDIgMjEyIj48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
  }

  /* line 579, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: #1c2b55;
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    transition: transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -o-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    overflow: hidden;
  }

  /* line 592, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .container--inner {
    overflow: auto;
    height: 100%;
    padding: 0 0 40px;
  }

  /* line 598, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap ul {
    margin-top: 0;
  }

  /* line 602, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li {
    border-bottom: none;
    margin-bottom: 0;
  }

  /* line 606, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li a {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Inter Semibold", sans-serif;
    line-height: 28px;
    letter-spacing: 0;
    color: #282b67;
    color: #fff;
  }

  /* line 613, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item {
    padding: 0 26px;
  }

  /* line 616, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item > a {
    padding: 16px 40px 16px 0;
    width: 100%;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
  }

  /* line 624, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item > a::after {
    display: none;
  }

  /* line 629, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item:not(.menu-item-has-children) > a[target="_blank"] {
    position: relative;
  }

  /* line 632, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item:not(.menu-item-has-children) > a[target="_blank"]::after {
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    margin-left: 6px;
    position: static;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
  }

  /* line 641, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item:not(.menu-item-has-children) > a[target="_blank"]:hover::after {
    -webkit-transform: translate(3px, -3px);
         -o-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
  }

  /* line 647, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item a[target="_blank"] {
    position: relative;
  }

  /* line 650, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item a[target="_blank"]::after {
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    margin-left: 6px;
    position: static;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
  }

  /* line 659, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item a[target="_blank"]:hover::after {
    -webkit-transform: translate(3px, -3px);
         -o-transform: translate(3px, -3px);
            transform: translate(3px, -3px);
  }

  /* line 666, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li:first-child {
    padding: 120px 26px 26px;
    background: #282b67;
    margin-bottom: 0;
    border-bottom: none;
  }

  /* line 672, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li:first-child > a {
    border-bottom: none;
    padding: 0;
    font-size: 26px;
    font-size: 1.625rem;
  }

  /* line 679, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li:first-child a::after {
    display: none;
  }

  /* line 684, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li .sub-menu {
    display: none;
  }

  /* line 687, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li .sub-menu li {
    margin-bottom: 0;
    padding: 0;
  }

  /* line 691, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li .sub-menu li a {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Inter Semibold", sans-serif;
    line-height: 24px;
    letter-spacing: 0;
    color: #2f353b;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    display: block;
  }

  /* line 700, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li .sub-menu li a::after {
    display: none;
  }

  /* line 706, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li .sub-menu li:first-child {
    padding: 0;
    background: #1c2b55;
  }

  /* line 712, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap li.quicklinks {
    display: none;
  }

  /* line 716, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item-has-children {
    padding: 0 26px;
  }

  /* line 720, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item-has-children > a {
    padding: 16px 60px 16px 0;
    border-bottom: 1px solid #6075a5;
    width: 100%;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
  }

  /* line 728, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item-has-children > a::after {
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    top: 18px;
    display: block;
  }

  /* line 736, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item-has-children .sub-menu {
    padding-left: 10px;
    padding-top: 0;
  }

  /* line 740, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item-has-children .sub-menu a {
    border-bottom: none;
  }

  /* line 745, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item-has-children.active {
    margin-bottom: 20px;
  }

  /* line 749, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item-has-children.active .sub-menu {
    display: block;
  }

  /* line 753, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item-has-children.active > a {
    border-bottom: 1px solid #1c2b55;
  }

  /* line 756, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .menu-item-has-children.active > a::after {
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  /* line 763, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .nav-heading {
    position: relative;
    display: block;
  }

  /* line 767, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .nav-heading::after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCA4IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlN0cm9rZSAxPC90aXRsZT4KICAgIDxnIGlkPSJtb2JpbGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNLU5hdi1BLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNDEuMDAwMDAwLCAtMTk5LjAwMDAwMCkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlN0cm9rZS0xIiBwb2ludHM9IjM0MiAyMDAgMzQ3LjI1IDIwNiAzNDIgMjEyIj48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    position: absolute;
    right: 28px;
    bottom: 24px;
    display: block;
  }

  /* line 776, resources/assets/styles/layouts/_nav.scss */

  .nav-primary .sub-menu-wrap .nav-heading.no-arrow::after {
    display: none;
  }

  /* line 790, resources/assets/styles/layouts/_nav.scss */

  #nav-back {
    display: none;
    position: absolute;
    top: 26px;
    left: 26px;
    color: #fff;
    z-index: 6;
    padding-left: 16px;
  }

  /* line 799, resources/assets/styles/layouts/_nav.scss */

  #nav-back::before {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlN0cm9rZSAxPC90aXRsZT4KICAgIDxnIGlkPSJtb2JpbGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNLU5hdi1BLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNS4wMDAwMDAsIC0yOC4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjguMDAwMDAwLCAzNC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTI4LjAwMDAwMCwgLTM0LjAwMDAwMCkgIiBwb2ludHM9IjI2IDI5IDMwIDM0IDI2IDM5Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    position: absolute;
    left: 0;
    top: 0;
  }

  /* line 807, resources/assets/styles/layouts/_nav.scss */

  .nav-overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  /* line 821, resources/assets/styles/layouts/_nav.scss */

  .sub-nav-toggled #nav-back {
    display: block;
  }

  /* line 826, resources/assets/styles/layouts/_nav.scss */

  .nav-toggled {
    overflow: hidden;
    position: relative;
    height: 100%;
  }

  /* line 831, resources/assets/styles/layouts/_nav.scss */

  .nav-toggled .nav-overlay {
    opacity: 1;
    visibility: visible;
  }

  /* line 836, resources/assets/styles/layouts/_nav.scss */

  .nav-toggled .nav-primary {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  /* line 840, resources/assets/styles/layouts/_nav.scss */

  .nav-toggled button.menu-toggle {
    position: fixed;
    color: #fff;
    top: 20px;
    height: 34px;
    width: 34px;
    padding: 0;
  }

  /* line 848, resources/assets/styles/layouts/_nav.scss */

  .nav-toggled button.menu-toggle .bar {
    background: #fff;
  }

  /* line 852, resources/assets/styles/layouts/_nav.scss */

  .nav-toggled button.menu-toggle .bar1 {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 16px;
    right: 0;
  }

  /* line 858, resources/assets/styles/layouts/_nav.scss */

  .nav-toggled button.menu-toggle .bar3 {
    display: none;
  }

  /* line 862, resources/assets/styles/layouts/_nav.scss */

  .nav-toggled button.menu-toggle .bar2 {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 16px;
  }

  /* line 867, resources/assets/styles/layouts/_nav.scss */

  .nav-toggled button.menu-toggle #toggle-text {
    display: none;
  }

  /* line 885, resources/assets/styles/layouts/_nav.scss */

  .open .sub-menu-wrap {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 1230px) {
  /* line 1, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-left {
    display: none;
    margin: 0 0 50px;
  }

  /* line 6, resources/assets/styles/layouts/_sidebar.scss */

  .single-people .sidebar-left {
    margin: 50px 0 40px;
  }
}

@media (min-width: 1231px) {
  /* line 1, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-left {
    max-width: 220px;
  }
}

/* line 15, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left.sidebar-back {
  display: block;
}

/* line 19, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left h4 {
  margin: 0 0 25px;
}

/* line 22, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left h4 a {
  color: #282b67;
}

/* line 28, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left .subnav li {
  padding-left: 0;
  margin-bottom: 12px;
  position: relative;
}

/* line 33, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left .subnav li::before {
  display: none;
}

/* line 38, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left .subnav li.current_page_item > a::before {
  content: "";
  display: block;
  border-radius: 0;
  position: absolute;
  left: -16px;
  top: 9px;
  width: 11px;
  height: 9px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPkFSUk9XIEhPUklaT05UQUw8L3RpdGxlPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIxLjEueC1EZXRhaWwtUGFnZS1UZW1wbGF0ZS0oRGVza3RvcCktZXguLVNlYXJjaC1mb3ItVGl0bGUtKEgpLUNvbnRlbnQtQWxlcnRzLU5vdGVzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTQuMDAwMDAwLCAtMTA2Ny4wMDAwMDApIj4KICAgICAgICAgICAgPHJlY3QgZmlsbD0iI0ZGRkZGRiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEzNjYiIGhlaWdodD0iODQ5OCI+PC9yZWN0PgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU0LjAwMDAwMCwgMTA2Ny4wMDAwMDApIiBzdHJva2U9IiMyODJiNjciIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIxMCIgeTE9IjQuNSIgeDI9IjAiIHkyPSI0LjUiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iU3Ryb2tlLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNTAwMDAwLCA0LjUwMDAwMCkgcm90YXRlKC0zMTUuMDAwMDAwKSB0cmFuc2xhdGUoLTYuNTAwMDAwLCAtNC41MDAwMDApICIgcG9pbnRzPSI0IDIgOSAyIDkgNyI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat center;
  background-size: contain;
}

/* line 51, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left .subnav li.current_page_item > a {
  color: #282b67;
}

/* line 59, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left .subnav li.current_page_item > .children,
.sidebar-left .subnav li.current_page_parent > .children,
.sidebar-left .subnav li.current_page_ancestor > .children {
  display: block;
}

/* line 64, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left .subnav li.current_page_ancestor,
.sidebar-left .subnav li.page_item_has_children.current_page_item {
  padding: 20px 0 8px;
  margin: 20px 0;
  border-top: 1px solid #c4cee0;
  border-bottom: 1px solid #c4cee0;
}

/* line 73, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left .subnav a {
  color: #4467ce;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 1231px) {
  /* line 73, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-left .subnav a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* line 84, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left .subnav a:hover {
  color: #282b67;
}

/* line 89, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-left .subnav .children {
  display: none;
  margin: 12px 0 0 25px;
}

/* line 94, resources/assets/styles/layouts/_sidebar.scss */

.page-id-97 .sidebar-left .subnav li.page-item-97.current_page_item {
  padding: 0;
  margin: 0 0 12px;
  border: 0;
}

/* line 99, resources/assets/styles/layouts/_sidebar.scss */

.page-id-97 .sidebar-left .subnav li.page-item-97.current_page_item > .children {
  display: none;
}

/* line 106, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top {
  border-bottom: 1px solid rgba(56, 88, 164, 0.25);
  position: relative;
}

/* line 110, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: -55px;
  width: 55px;
  height: 100%;
  z-index: 1;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ebf6fe 60%, rgba(235, 246, 254, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #ebf6fe), to(rgba(235, 246, 254, 0)));
  background: -o-linear-gradient(left, #ebf6fe 60%, rgba(235, 246, 254, 0) 100%);
  background: linear-gradient(to right, #ebf6fe 60%, rgba(235, 246, 254, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ebf6fe", endColorstr="#00ebf6fe", GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#ebf6fe", endColorstr="#00ebf6fe", GradientType=1);
  /* IE6-9 */
}

/* line 124, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: -55px;
  width: 55px;
  height: 100%;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(235, 246, 254, 0) 0%, #ebf6fe 40%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 246, 254, 0)), color-stop(40%, #ebf6fe));
  background: -o-linear-gradient(left, rgba(235, 246, 254, 0) 0%, #ebf6fe 40%);
  background: linear-gradient(to right, rgba(235, 246, 254, 0) 0%, #ebf6fe 40%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ebf6fe", endColorstr="#ebf6fe", GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ebf6fe", endColorstr="#ebf6fe", GradientType=1);
  /* IE6-9 */
}

@media (min-width: 1231px) {
  /* line 106, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-top {
    display: none;
  }
}

/* line 141, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top h4,
.sidebar-top .children {
  display: none;
}

/* line 146, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -26px;
  padding: 17px 26px;
}

@media (min-width: 768px) {
  /* line 146, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-top .subnav {
    margin: 0 -55px;
    padding: 22px 55px 18px;
  }
}

/* line 158, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top .subnav li {
  margin: 0 25px 0 0;
  padding: 0;
}

/* line 162, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top .subnav li::before {
  display: none;
}

/* line 167, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top .subnav li.current_page_item > a {
  color: #282b67;
}

/* line 173, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top .subnav li:last-child > a {
  margin-right: 26px;
}

@media (min-width: 768px) {
  /* line 173, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-top .subnav li:last-child > a {
    margin-right: 55px;
  }
}

/* line 183, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top .subnav a {
  color: #4467ce;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

/* line 190, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-top .subnav a:hover {
  color: #282b67;
}

/* line 196, resources/assets/styles/layouts/_sidebar.scss */

.page-id-97 .sidebar-top {
  display: none;
}

@media (max-width: 1230px) {
  /* line 201, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-right {
    padding: 50px 0 40px;
    border-top: 1px solid #e7e7e7;
  }

  /* line 206, resources/assets/styles/layouts/_sidebar.scss */

  .single-people .sidebar-right {
    border-top: none;
    padding: 0;
  }
}

@media (min-width: 1231px) {
  /* line 201, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-right {
    max-width: 220px;
    float: right;
  }
}

/* line 217, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-right h4 {
  margin: 95px 0 15px;
}

@media (min-width: 768px) {
  /* line 217, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-right h4 {
    margin: 55px 0 10px;
  }
}

/* line 224, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-right h4:first-child {
  margin-top: 0;
}

/* line 230, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-right ul li {
  padding: 0;
  margin-bottom: 10px;
}

/* line 234, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-right ul li::before {
  display: none;
}

/* line 238, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-right ul li a {
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e8fef), to(#1e8fef));
  background-image: -webkit-linear-gradient(#1e8fef, #1e8fef);
  background-image: -o-linear-gradient(#1e8fef, #1e8fef);
  background-image: linear-gradient(#1e8fef, #1e8fef);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 246, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-right ul li a.bb-white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
}

/* line 250, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-right ul li a.bb-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282b67), to(#282b67));
  background-image: -webkit-linear-gradient(#282b67, #282b67);
  background-image: -o-linear-gradient(#282b67, #282b67);
  background-image: linear-gradient(#282b67, #282b67);
}

/* line 254, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-right ul li a:hover {
  background-size: 0% 1px;
  color: #4467ce;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.site-footer {
  padding: 0 0 60px;
  margin-top: 0;
  color: #282b67;
}

/* line 6, resources/assets/styles/layouts/_footer.scss */

.site-footer .border-top {
  position: relative;
  padding-top: 60px;
}

/* line 10, resources/assets/styles/layouts/_footer.scss */

.site-footer .border-top::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 1px;
  background-color: #e7e7e7;
}

@media (min-width: 768px) {
  /* line 10, resources/assets/styles/layouts/_footer.scss */

  .site-footer .border-top::before {
    left: 55px;
    right: 55px;
  }
}

/* line 27, resources/assets/styles/layouts/_footer.scss */

.site-footer .brand img {
  margin-top: -43px;
}

/* line 32, resources/assets/styles/layouts/_footer.scss */

.site-footer a {
  color: #282b67;
}

/* line 35, resources/assets/styles/layouts/_footer.scss */

.site-footer a:visited {
  color: #282b67;
}

/* line 39, resources/assets/styles/layouts/_footer.scss */

.site-footer a:hover {
  color: #4467ce;
}

/* line 45, resources/assets/styles/layouts/_footer.scss */

.site-footer a[target="_blank"]:hover::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiMzQjlDRUYiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 52, resources/assets/styles/layouts/_footer.scss */

.site-footer .h4 {
  margin-top: 0;
}

/* line 55, resources/assets/styles/layouts/_footer.scss */

.site-footer .h4 a {
  font-family: "Inter Semibold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 63, resources/assets/styles/layouts/_footer.scss */

.site-footer ul li {
  margin-bottom: 5px;
}

/* line 69, resources/assets/styles/layouts/_footer.scss */

.site-footer .small-print li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

/* line 74, resources/assets/styles/layouts/_footer.scss */

.site-footer .small-print li:last-child {
  margin-right: 0;
}

/* line 82, resources/assets/styles/layouts/_footer.scss */

.social a {
  display: inline-block;
  fill: #282b67;
}

/* line 86, resources/assets/styles/layouts/_footer.scss */

.social a:hover {
  fill: #4467ce;
}

/* line 91, resources/assets/styles/layouts/_footer.scss */

.social .icon-facebook {
  width: 10px;
  height: 19px;
}

/* line 96, resources/assets/styles/layouts/_footer.scss */

.social .icon-twitter {
  width: 21px;
  height: 18px;
}

/* line 101, resources/assets/styles/layouts/_footer.scss */

.social .icon-instagram {
  width: 19px;
  height: 20px;
}

/* line 106, resources/assets/styles/layouts/_footer.scss */

.social .icon-linkedin {
  width: 19px;
  height: 20px;
}

/* line 111, resources/assets/styles/layouts/_footer.scss */

.social .icon-youtube {
  width: 21px;
  height: 18px;
}

/* line 116, resources/assets/styles/layouts/_footer.scss */

.social a[target="_blank"] {
  margin-right: 18px;
  padding: 0;
}

/* line 120, resources/assets/styles/layouts/_footer.scss */

.social a[target="_blank"]::after {
  display: none;
}

/* line 124, resources/assets/styles/layouts/_footer.scss */

.social a[target="_blank"]:last-child {
  margin-right: 0;
}

@media (max-width: 1365px) {
  /* line 132, resources/assets/styles/layouts/_footer.scss */

  .site-footer .flex-grid::after {
    display: none;
  }

  /* line 137, resources/assets/styles/layouts/_footer.scss */

  .site-footer__contact {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  /* line 142, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-4 {
    width: 50%;
  }

  /* line 146, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-2 {
    width: 25%;
    padding-right: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
  }

  /* line 153, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-2:nth-child(4) {
    margin-left: 50%;
  }

  /* line 158, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-6 {
    width: calc(66.666% - 22.5px);
  }

  /* line 162, resources/assets/styles/layouts/_footer.scss */

  .site-footer .social {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }

  /* line 168, resources/assets/styles/layouts/_footer.scss */

  .site-footer .u-mb100 {
    margin-bottom: 30px;
  }
}

@media (max-width: 959px) {
  /* line 175, resources/assets/styles/layouts/_footer.scss */

  .site-footer .flex-grid::after {
    display: none;
  }

  /* line 180, resources/assets/styles/layouts/_footer.scss */

  .site-footer__contact {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  /* line 185, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-2 {
    width: calc(50% - 6px);
    margin-left: auto;
    margin-right: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  /* line 193, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-2:nth-child(4) {
    margin-left: 0;
  }

  /* line 198, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-6 {
    margin-left: auto;
    margin-right: 0;
    width: 50%;
  }

  /* line 204, resources/assets/styles/layouts/_footer.scss */

  .site-footer .social {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-top: none;
    border-bottom: none;
    padding-top: 30px;
    margin-left: 50%;
    width: calc(50% - 6px);
  }

  /* line 213, resources/assets/styles/layouts/_footer.scss */

  .site-footer .u-mb100 {
    margin-bottom: 0;
  }

  /* line 218, resources/assets/styles/layouts/_footer.scss */

  .site-footer .small-print li {
    display: block;
  }

  /* line 221, resources/assets/styles/layouts/_footer.scss */

  .site-footer .small-print li.meta {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  /* line 229, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-2 {
    padding: 20px 0 40px;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 0;
    width: 100%;
    padding-right: 20%;
    border-bottom: none;
  }

  /* line 238, resources/assets/styles/layouts/_footer.scss */

  .site-footer .social {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
    width: 100%;
    margin-left: 0;
  }

  /* line 247, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-4 {
    width: 100%;
  }

  /* line 251, resources/assets/styles/layouts/_footer.scss */

  .site-footer .col-6 {
    width: 100%;
  }

  /* line 255, resources/assets/styles/layouts/_footer.scss */

  .site-footer .small-print {
    margin-top: 40px;
  }

  /* line 258, resources/assets/styles/layouts/_footer.scss */

  .site-footer .small-print li {
    display: block;
    margin-bottom: 6px;
  }

  /* line 262, resources/assets/styles/layouts/_footer.scss */

  .site-footer .small-print li.meta {
    margin-top: 40px;
  }
}

/* line 1, resources/assets/styles/layouts/_pages.scss */

.page-header {
  padding: 0 0 70px;
  background: #ebf6fe;
  color: #282b67;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 1, resources/assets/styles/layouts/_pages.scss */

  .page-header {
    padding: 0 0 50px;
  }
}

/* line 11, resources/assets/styles/layouts/_pages.scss */

.page-header .container--small {
  padding-top: 50px;
}

/* line 15, resources/assets/styles/layouts/_pages.scss */

.page-header h1,
.page-header a,
.page-header .h4 {
  color: #282b67;
}

/* line 21, resources/assets/styles/layouts/_pages.scss */

.blog .page-header,
.post-type-archive-faq .page-header,
.template-glossary .page-header,
.search-results .page-header,
.dark .page-header,
.home .page-header {
  background: #282b67;
  color: #fff;
}

/* line 30, resources/assets/styles/layouts/_pages.scss */

.blog .page-header h1,
.blog .page-header a,
.blog .page-header .h4,
.post-type-archive-faq .page-header h1,
.post-type-archive-faq .page-header a,
.post-type-archive-faq .page-header .h4,
.template-glossary .page-header h1,
.template-glossary .page-header a,
.template-glossary .page-header .h4,
.search-results .page-header h1,
.search-results .page-header a,
.search-results .page-header .h4,
.dark .page-header h1,
.dark .page-header a,
.dark .page-header .h4,
.home .page-header h1,
.home .page-header a,
.home .page-header .h4 {
  color: #fff;
}

/* line 37, resources/assets/styles/layouts/_pages.scss */

.post-type-archive-policy-changelog .page-header,
.post-type-archive-system-alerts .page-header {
  background: #ebf6fe;
  color: #282b67;
}

/* line 42, resources/assets/styles/layouts/_pages.scss */

.post-type-archive-policy-changelog .page-header h1,
.post-type-archive-policy-changelog .page-header a,
.post-type-archive-policy-changelog .page-header .h4,
.post-type-archive-system-alerts .page-header h1,
.post-type-archive-system-alerts .page-header a,
.post-type-archive-system-alerts .page-header .h4 {
  color: #282b67;
}

/* line 61, resources/assets/styles/layouts/_pages.scss */

.page-header .date-modified {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  color: #2f353b;
}

/* line 71, resources/assets/styles/layouts/_pages.scss */

.page-navigation li {
  margin-bottom: 10px;
  padding-left: 20px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 76, resources/assets/styles/layouts/_pages.scss */

.page-navigation li::before {
  height: 1px;
  background: #4467ce;
  top: 12px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  border-radius: 0;
  -webkit-transform: scaleY(1.5);
       -o-transform: scaleY(1.5);
          transform: scaleY(1.5);
}

/* line 86, resources/assets/styles/layouts/_pages.scss */

.page-navigation li a {
  color: #4467ce;
}

/* line 97, resources/assets/styles/layouts/_pages.scss */

.page-navigation li:hover::before {
  background: #282b67;
}

/* line 101, resources/assets/styles/layouts/_pages.scss */

.page-navigation li:hover a {
  color: #282b67;
}

/* line 108, resources/assets/styles/layouts/_pages.scss */

.page-count {
  font-family: "Inter Medium", sans-serif;
}

/* line 112, resources/assets/styles/layouts/_pages.scss */

.post-type-archive-faq .page-count {
  margin-top: 0;
}

/************
Main content
*************/

@media (max-width: 767px) {
  /* line 120, resources/assets/styles/layouts/_pages.scss */

  .site-content {
    padding-top: 45px;
    padding-bottom: 20px;
  }

  /* line 125, resources/assets/styles/layouts/_pages.scss */

  .error404 .site-content {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  /* line 120, resources/assets/styles/layouts/_pages.scss */

  .site-content {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  /* line 134, resources/assets/styles/layouts/_pages.scss */

  .error404 .site-content {
    padding-bottom: 100px;
  }
}

@media (min-width: 1366px) {
  /* line 120, resources/assets/styles/layouts/_pages.scss */

  .site-content {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  /* line 143, resources/assets/styles/layouts/_pages.scss */

  .single .site-content {
    padding-top: 60px;
  }

  /* line 147, resources/assets/styles/layouts/_pages.scss */

  .error404 .site-content {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  /* line 152, resources/assets/styles/layouts/_pages.scss */

  .post-type-archive-faq .site-content {
    padding-top: 100px;
  }
}

/* line 157, resources/assets/styles/layouts/_pages.scss */

.site-content h2,
.site-content .h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  /* line 162, resources/assets/styles/layouts/_pages.scss */

  .site-content > div {
    margin-bottom: 0;
  }
}

/* line 170, resources/assets/styles/layouts/_pages.scss */

.people h3 {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 174, resources/assets/styles/layouts/_pages.scss */

.people .img-wrap {
  position: relative;
}

/* line 177, resources/assets/styles/layouts/_pages.scss */

.people .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 192, resources/assets/styles/layouts/_pages.scss */

.people a:hover h3 {
  color: #4467ce;
}

/* line 197, resources/assets/styles/layouts/_pages.scss */

.people a:hover .img-wrap::after {
  opacity: 1;
}

/* line 205, resources/assets/styles/layouts/_pages.scss */

.page-template-template-careers .site-content :not(.module__button) > .button {
  margin-bottom: 50px;
}

@media (min-width: 1366px) {
  /* line 205, resources/assets/styles/layouts/_pages.scss */

  .page-template-template-careers .site-content :not(.module__button) > .button {
    margin-bottom: 0;
  }
}

/* line 212, resources/assets/styles/layouts/_pages.scss */

.page-template-template-careers .site-content :not(.module__button) > .button[target="_blank"] {
  padding-right: 50px;
}

/* line 1, resources/assets/styles/layouts/_posts.scss */

.entry-title {
  border-top: 1px solid #e7e7e7;
  padding-top: 25px;
  margin-top: 60px;
}

/* line 8, resources/assets/styles/layouts/_posts.scss */

.posts-navigation {
  margin-top: 52px;
}

/* line 12, resources/assets/styles/layouts/_posts.scss */

.posts-navigation .paginate-links a {
  position: relative;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Inter Semibold", sans-serif;
  line-height: 32px;
  letter-spacing: 0;
  color: #282b67;
  padding-left: 40px;
}

@media (max-width: 1230px) {
  /* line 12, resources/assets/styles/layouts/_posts.scss */

  .posts-navigation .paginate-links a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
  }
}

/* line 19, resources/assets/styles/layouts/_posts.scss */

.posts-navigation .paginate-links a::before {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 27, resources/assets/styles/layouts/_posts.scss */

.posts-navigation .paginate-links a:hover {
  color: #4467ce;
}

/* line 33, resources/assets/styles/layouts/_posts.scss */

.posts-navigation .nav-previous {
  border-top: 1px solid #8598c7;
  padding: 20px 0;
  position: relative;
}

/* line 39, resources/assets/styles/layouts/_posts.scss */

.posts-navigation .nav-previous a::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjUgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgMjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjguMC1GQVEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNzguMDAwMDAwLCAtMzU0My4wMDAwMDApIiBzdHJva2U9IiMyODJiNjciIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3OS43NTczNTksIDM1NDMuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8bGluZSB4MT0iMTguMjQyNjQwNyIgeTE9IjQiIHgyPSIzLjI0MjY0MDY5IiB5Mj0iMTkiIGlkPSJTdHJva2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuNzQyNjQxLCAxMS41MDAwMDApIHJvdGF0ZSgtNDk1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC43NDI2NDEsIC0xMS41MDAwMDApICI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi41MDAwMDAsIDExLjUwMDAwMCkgcm90YXRlKC00OTUuMDAwMDAwKSB0cmFuc2xhdGUoLTYuNTAwMDAwLCAtMTEuNTAwMDAwKSAiIHBvaW50cz0iMiA3IDExIDcgMTEgMTYiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
}

/* line 45, resources/assets/styles/layouts/_posts.scss */

.posts-navigation .nav-next {
  border-top: 1px solid #8598c7;
  padding: 20px 0;
  position: relative;
}

/* line 51, resources/assets/styles/layouts/_posts.scss */

.posts-navigation .nav-next a::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXA8L3RpdGxlPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSI4LjAtRkFRIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzc5LjAwMDAwMCwgLTM0MTcuMDAwMDAwKSIgc3Ryb2tlPSIjMjgyYjY3IiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzc5LjAwMDAwMCwgMzQxNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIxOSIgeTE9IjQiIHgyPSI0IiB5Mj0iMTkiIGlkPSJTdHJva2UtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTEuNTAwMDAwLCAxMS41MDAwMDApIHJvdGF0ZSgtMzE1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMS41MDAwMDAsIC0xMS41MDAwMDApICI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuNzQyNjQxLCAxMS41MDAwMDApIHJvdGF0ZSgtMzE1LjAwMDAwMCkgdHJhbnNsYXRlKC0xNS43NDI2NDEsIC0xMS41MDAwMDApICIgcG9pbnRzPSIxMS4yNDI2NDA3IDcgMjAuMjQyNjQwNyA3IDIwLjI0MjY0MDcgMTYiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
}

/* line 57, resources/assets/styles/layouts/_posts.scss */

.posts-navigation .page-count {
  padding: 0 40px;
  margin-top: 8px;
}

/* line 66, resources/assets/styles/layouts/_posts.scss */

.single-post .site-content,
.single-stories .site-content {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  /* line 66, resources/assets/styles/layouts/_posts.scss */

  .single-post .site-content,
  .single-stories .site-content {
    padding-top: 40px;
    padding-bottom: 85px;
  }
}

/* line 74, resources/assets/styles/layouts/_posts.scss */

.single-post .site-content + .module__news::before,
.single-stories .site-content + .module__news::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 1px;
  background-color: #e7e7e7;
}

@media (min-width: 768px) {
  /* line 74, resources/assets/styles/layouts/_posts.scss */

  .single-post .site-content + .module__news::before,
  .single-stories .site-content + .module__news::before {
    left: 55px;
    right: 55px;
  }
}

/* line 89, resources/assets/styles/layouts/_posts.scss */

.single-post .site-content header,
.single-stories .site-content header {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  /* line 89, resources/assets/styles/layouts/_posts.scss */

  .single-post .site-content header,
  .single-stories .site-content header {
    margin-bottom: 60px;
  }
}

/* line 96, resources/assets/styles/layouts/_posts.scss */

.single-post .site-content header h1,
.single-stories .site-content header h1 {
  margin-top: 0;
}

/* line 100, resources/assets/styles/layouts/_posts.scss */

.single-post .site-content header .back,
.single-stories .site-content header .back {
  margin-bottom: 15px;
}

@media (min-width: 1366px) {
  /* line 100, resources/assets/styles/layouts/_posts.scss */

  .single-post .site-content header .back,
  .single-stories .site-content header .back {
    display: none;
  }
}

/* line 116, resources/assets/styles/layouts/_posts.scss */

.single-post .tag-list,
.single-stories .tag-list {
  padding-top: 20px;
  border-top: 1px solid #8598c7;
}

@media (min-width: 768px) {
  /* line 116, resources/assets/styles/layouts/_posts.scss */

  .single-post .tag-list,
  .single-stories .tag-list {
    margin-top: 100px;
  }
}

/* line 124, resources/assets/styles/layouts/_posts.scss */

.single-post .tag-list h4,
.single-stories .tag-list h4 {
  margin-top: 0;
}

/* line 128, resources/assets/styles/layouts/_posts.scss */

.single-post .tag-list ul,
.single-stories .tag-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

/* line 133, resources/assets/styles/layouts/_posts.scss */

.single-post .tag-list ul li,
.single-stories .tag-list ul li {
  padding: 0 12px;
  border-right: 2px solid #4467ce;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 139, resources/assets/styles/layouts/_posts.scss */

.single-post .tag-list ul li::before,
.single-stories .tag-list ul li::before {
  display: none;
}

/* line 143, resources/assets/styles/layouts/_posts.scss */

.single-post .tag-list ul li:last-child,
.single-stories .tag-list ul li:last-child {
  border-right: 0;
}

/* line 155, resources/assets/styles/layouts/_posts.scss */

.blog .page-header,
.page-template-template-stories .page-header {
  background-color: #282b67;
  color: #fff;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  /* line 155, resources/assets/styles/layouts/_posts.scss */

  .blog .page-header,
  .page-template-template-stories .page-header {
    padding-bottom: 240px;
  }
}

/* line 164, resources/assets/styles/layouts/_posts.scss */

.blog .page-header h1,
.blog .page-header .h4,
.page-template-template-stories .page-header h1,
.page-template-template-stories .page-header .h4 {
  color: #fff;
}

@media (min-width: 1366px) {
  /* line 175, resources/assets/styles/layouts/_posts.scss */

  .blog .site-content,
  .search .site-content,
  .post-type-archive-system-alerts .site-content,
  .page-template-template-stories .site-content {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

/* line 182, resources/assets/styles/layouts/_posts.scss */

.blog .site-content.filtering .filter-wrap form,
.blog .site-content.filtering .active-filters,
.blog .site-content.filtering #result,
.search .site-content.filtering .filter-wrap form,
.search .site-content.filtering .active-filters,
.search .site-content.filtering #result,
.post-type-archive-system-alerts .site-content.filtering .filter-wrap form,
.post-type-archive-system-alerts .site-content.filtering .active-filters,
.post-type-archive-system-alerts .site-content.filtering #result,
.page-template-template-stories .site-content.filtering .filter-wrap form,
.page-template-template-stories .site-content.filtering .active-filters,
.page-template-template-stories .site-content.filtering #result {
  opacity: 0.7;
  pointer-events: none;
}

/* line 191, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left,
.search .sidebar-left,
.post-type-archive-system-alerts .sidebar-left,
.page-template-template-stories .sidebar-left {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* line 195, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left h3,
.search .sidebar-left h3,
.post-type-archive-system-alerts .sidebar-left h3,
.page-template-template-stories .sidebar-left h3 {
  margin-top: 0;
}

@media (max-width: 767px) {
  /* line 195, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left h3,
  .search .sidebar-left h3,
  .post-type-archive-system-alerts .sidebar-left h3,
  .page-template-template-stories .sidebar-left h3 {
    color: #fff;
    background-color: #3b9cef;
    cursor: pointer;
    margin: 15px 0 25px;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    padding: 13px 50px 13px 25px;
    border-radius: 4px;
  }

  /* line 210, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left h3::after,
  .search .sidebar-left h3::after,
  .post-type-archive-system-alerts .sidebar-left h3::after,
  .page-template-template-stories .sidebar-left h3::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+KyBJQ09OPC90aXRsZT4KICAgIDxnIGlkPSJtb2JpbGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNLTYuMC1OZXdzLSZhbXA7LVVwZGF0ZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTguMDAwMDAwLCAtMjExOS4wMDAwMDApIj4KICAgICAgICAgICAgPHJlY3QgZmlsbD0iI0ZGRkZGRiIgeD0iMCIgeT0iMCIgd2lkdGg9IjM3NSIgaGVpZ2h0PSI2OTk0Ij48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIGZpbGw9IiMzQjlDRUYiIHg9IjI2IiB5PSIyMDk5IiB3aWR0aD0iMzIzIiBoZWlnaHQ9IjUwIiByeD0iNCI+PC9yZWN0PgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxOS4wMDAwMDAsIDIxMjAuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iTGluZS02Ij4KICAgICAgICAgICAgICAgICAgICA8bGluZSB4MT0iNSIgeTE9IjYuOTM4ODkzOWUtMTciIHgyPSI1IiB5Mj0iMTAiPjwvbGluZT4KICAgICAgICAgICAgICAgICAgICA8bGluZSB4MT0iMTAiIHkxPSI1IiB4Mj0iMCIgeTI9IjUiPjwvbGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* line 222, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left h3 .num,
.search .sidebar-left h3 .num,
.post-type-archive-system-alerts .sidebar-left h3 .num,
.page-template-template-stories .sidebar-left h3 .num {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 222, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left h3 .num,
  .search .sidebar-left h3 .num,
  .post-type-archive-system-alerts .sidebar-left h3 .num,
  .page-template-template-stories .sidebar-left h3 .num {
    display: none;
  }
}

/* line 232, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left li,
.search .sidebar-left li,
.post-type-archive-system-alerts .sidebar-left li,
.page-template-template-stories .sidebar-left li {
  margin-bottom: 26px;
}

/* line 236, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left label,
.search .sidebar-left label,
.post-type-archive-system-alerts .sidebar-left label,
.page-template-template-stories .sidebar-left label {
  font-family: "Inter Semibold", sans-serif;
  color: #2f353b;
  display: block;
  margin-bottom: 12px;
}

/* line 243, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left select,
.search .sidebar-left select,
.post-type-archive-system-alerts .sidebar-left select,
.page-template-template-stories .sidebar-left select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 46px;
  border-radius: 4px;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: "Inter Medium", sans-serif;
  padding: 0 40px 0 18px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  /* IE9, IE10, IE11 */
}

/* line 258, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left select option,
.search .sidebar-left select option,
.post-type-archive-system-alerts .sidebar-left select option,
.page-template-template-stories .sidebar-left select option {
  background-color: #fff;
  color: #2f353b;
}

@media screen and (min-width: 0\0) {
  /* line 243, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left select,
  .search .sidebar-left select,
  .post-type-archive-system-alerts .sidebar-left select,
  .page-template-template-stories .sidebar-left select {
    padding-right: 0;
  }
}

/* line 269, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left .select-wrap,
.search .sidebar-left .select-wrap,
.post-type-archive-system-alerts .sidebar-left .select-wrap,
.page-template-template-stories .sidebar-left .select-wrap {
  position: relative;
  border-radius: 4px;
  background-color: #282b67;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 275, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left .select-wrap.has-value,
.search .sidebar-left .select-wrap.has-value,
.post-type-archive-system-alerts .sidebar-left .select-wrap.has-value,
.page-template-template-stories .sidebar-left .select-wrap.has-value {
  background-color: #4467ce;
}

/* line 279, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left .select-wrap::before,
.search .sidebar-left .select-wrap::before,
.post-type-archive-system-alerts .sidebar-left .select-wrap::before,
.page-template-template-stories .sidebar-left .select-wrap::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 9px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSI3cHgiIHZpZXdCb3g9IjAgMCAxMSA3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlN0cm9rZSAxPC90aXRsZT4KICAgIDxnIGlkPSJkZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iNi4wLU5ld3MtJmFtcDstVXBkYXRlcy0oRmlsdGVyZWQpLURUIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjM2LjAwMDAwMCwgLTgxNC4wMDAwMDApIj4KICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgZmlsbD0idHJhbnNwYXJlbnQiIHg9IjU1IiB5PSI3OTMiIHdpZHRoPSIyMTQiIGhlaWdodD0iNDYiIHJ4PSI0Ij48L3JlY3Q+CiAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iU3Ryb2tlLTEiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0MS41MDAwMDAsIDgxNy4wMDAwMDApIHJvdGF0ZSgtMjcwLjAwMDAwMCkgdHJhbnNsYXRlKC0yNDEuNTAwMDAwLCAtODE3LjAwMDAwMCkgIiBwb2ludHM9IjIzOSA4MTIgMjQ0IDgxNyAyMzkgODIyIj48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
  background-size: contain;
  /* IE9, IE10, IE11 */
}

@media screen and (min-width: 0\0) {
  /* line 279, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .select-wrap::before,
  .search .sidebar-left .select-wrap::before,
  .post-type-archive-system-alerts .sidebar-left .select-wrap::before,
  .page-template-template-stories .sidebar-left .select-wrap::before {
    background: none;
  }
}

/* line 299, resources/assets/styles/layouts/_posts.scss */

.blog .sidebar-left .filter-wrap form,
.search .sidebar-left .filter-wrap form,
.post-type-archive-system-alerts .sidebar-left .filter-wrap form,
.page-template-template-stories .sidebar-left .filter-wrap form {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media (max-width: 767px) {
  /* line 298, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .filter-wrap,
  .search .sidebar-left .filter-wrap,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap,
  .page-template-template-stories .sidebar-left .filter-wrap {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    overflow: auto;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
  }

  /* line 314, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .filter-wrap.active,
  .search .sidebar-left .filter-wrap.active,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap.active,
  .page-template-template-stories .sidebar-left .filter-wrap.active {
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  /* line 318, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .filter-wrap::before,
  .search .sidebar-left .filter-wrap::before,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap::before,
  .page-template-template-stories .sidebar-left .filter-wrap::before {
    content: "Filter";
    font-size: 14px;
    font-size: 0.875rem;
    color: #282b67;
    font-family: "Inter Medium", sans-serif;
    display: block;
    padding: 25px;
    background-color: #fafafa;
  }

  /* line 330, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .filter-wrap .close,
  .search .sidebar-left .filter-wrap .close,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap .close,
  .page-template-template-stories .sidebar-left .filter-wrap .close {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgODwvdGl0bGU+CiAgICA8ZyBpZD0ibW9iaWxlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTS1CLS0tR2xvYmFsLU5vdGlmaWNhdGlvbi1CYXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMzAuMDAwMDAwLCAtMTI5LjAwMDAwMCkiIHN0cm9rZT0iIzI4MmI2NyIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMxLjAwMDAwMCwgMTMwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjE3LjY3OCIgeTE9IjAuMDAwMyIgeDI9Ii01Ljg2MTk3NzU3ZS0xNCIgeTI9IjE3LjY3ODMiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjE3LjY3OCIgeTE9IjE3LjY3OCIgeDI9Ii01Ljg2MTk3NzU3ZS0xNCIgeTI9Ii01Ljg2MTk3NzU3ZS0xNCIgaWQ9IlN0cm9rZS0zIj48L2xpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) center no-repeat;
    background-size: 20px auto;
    white-space: nowrap;
    text-indent: 300px;
    overflow: hidden;
    padding: 15px;
  }

  /* line 344, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .filter-wrap form,
  .search .sidebar-left .filter-wrap form,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap form,
  .page-template-template-stories .sidebar-left .filter-wrap form {
    padding: 40px 25px 25px;
  }

  /* line 347, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .filter-wrap form ul,
  .search .sidebar-left .filter-wrap form ul,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap form ul,
  .page-template-template-stories .sidebar-left .filter-wrap form ul {
    position: relative;
  }

  /* line 352, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .filter-wrap .clear-all,
  .search .sidebar-left .filter-wrap .clear-all,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap .clear-all,
  .page-template-template-stories .sidebar-left .filter-wrap .clear-all {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
  }

  /* line 359, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .filter-wrap .show-results,
  .search .sidebar-left .filter-wrap .show-results,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap .show-results,
  .page-template-template-stories .sidebar-left .filter-wrap .show-results {
    display: block;
    color: #fff;
    font-family: "Inter Medium", sans-serif;
    font-size: 18px;
    padding: 13px 20px;
    background-color: #4467ce;
    text-align: center;
    border-radius: 4px;
    margin-top: 75px;
  }
}

@media (min-width: 768px) {
  /* line 372, resources/assets/styles/layouts/_posts.scss */

  .blog .sidebar-left .filter-wrap .close,
  .blog .sidebar-left .filter-wrap .show-results,
  .search .sidebar-left .filter-wrap .close,
  .search .sidebar-left .filter-wrap .show-results,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap .close,
  .post-type-archive-system-alerts .sidebar-left .filter-wrap .show-results,
  .page-template-template-stories .sidebar-left .filter-wrap .close,
  .page-template-template-stories .sidebar-left .filter-wrap .show-results {
    display: none;
  }
}

/* line 381, resources/assets/styles/layouts/_posts.scss */

.blog .clear-all,
.search .clear-all,
.post-type-archive-system-alerts .clear-all,
.page-template-template-stories .clear-all {
  display: none;
  text-decoration: underline;
  color: #4467ce;
}

/* line 386, resources/assets/styles/layouts/_posts.scss */

.blog .clear-all:hover,
.search .clear-all:hover,
.post-type-archive-system-alerts .clear-all:hover,
.page-template-template-stories .clear-all:hover {
  color: #282b67;
}

@media (max-width: 767px) {
  /* line 381, resources/assets/styles/layouts/_posts.scss */

  .blog .clear-all,
  .search .clear-all,
  .post-type-archive-system-alerts .clear-all,
  .page-template-template-stories .clear-all {
    margin-top: 45px;
  }
}

/* line 394, resources/assets/styles/layouts/_posts.scss */

.blog .clear-all.active,
.search .clear-all.active,
.post-type-archive-system-alerts .clear-all.active,
.page-template-template-stories .clear-all.active {
  display: inline-block;
}

/* line 399, resources/assets/styles/layouts/_posts.scss */

.blog .active-filters,
.search .active-filters,
.post-type-archive-system-alerts .active-filters,
.page-template-template-stories .active-filters {
  margin-bottom: 25px;
  display: none;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* line 404, resources/assets/styles/layouts/_posts.scss */

.blog .active-filters.active,
.search .active-filters.active,
.post-type-archive-system-alerts .active-filters.active,
.page-template-template-stories .active-filters.active {
  display: block;
}

/* line 408, resources/assets/styles/layouts/_posts.scss */

.blog .active-filters .clear-all,
.search .active-filters .clear-all,
.post-type-archive-system-alerts .active-filters .clear-all,
.page-template-template-stories .active-filters .clear-all {
  margin-top: 5px;
}

@media (min-width: 768px) {
  /* line 408, resources/assets/styles/layouts/_posts.scss */

  .blog .active-filters .clear-all,
  .search .active-filters .clear-all,
  .post-type-archive-system-alerts .active-filters .clear-all,
  .page-template-template-stories .active-filters .clear-all {
    display: none;
  }
}

/* line 416, resources/assets/styles/layouts/_posts.scss */

.blog .active-filters h3,
.search .active-filters h3,
.post-type-archive-system-alerts .active-filters h3,
.page-template-template-stories .active-filters h3 {
  margin-top: 0;
}

@media (max-width: 767px) {
  /* line 416, resources/assets/styles/layouts/_posts.scss */

  .blog .active-filters h3,
  .search .active-filters h3,
  .post-type-archive-system-alerts .active-filters h3,
  .page-template-template-stories .active-filters h3 {
    display: none;
  }
}

/* line 424, resources/assets/styles/layouts/_posts.scss */

.blog .active-filters ul,
.search .active-filters ul,
.post-type-archive-system-alerts .active-filters ul,
.page-template-template-stories .active-filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
}

/* line 429, resources/assets/styles/layouts/_posts.scss */

.blog .active-filters ul li,
.search .active-filters ul li,
.post-type-archive-system-alerts .active-filters ul li,
.page-template-template-stories .active-filters ul li {
  padding: 0 6px;
  margin: 0 0 25px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 429, resources/assets/styles/layouts/_posts.scss */

  .blog .active-filters ul li,
  .search .active-filters ul li,
  .post-type-archive-system-alerts .active-filters ul li,
  .page-template-template-stories .active-filters ul li {
    margin: 0 0 12px;
  }
}

/* line 442, resources/assets/styles/layouts/_posts.scss */

.blog .active-filters ul li .inner,
.search .active-filters ul li .inner,
.post-type-archive-system-alerts .active-filters ul li .inner,
.page-template-template-stories .active-filters ul li .inner {
  position: relative;
  color: #4467ce;
  font-family: "Inter Regular", sans-serif;
  background-color: #f4f9fd;
  padding: 13px 30px 13px 50px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 442, resources/assets/styles/layouts/_posts.scss */

  .blog .active-filters ul li .inner,
  .search .active-filters ul li .inner,
  .post-type-archive-system-alerts .active-filters ul li .inner,
  .page-template-template-stories .active-filters ul li .inner {
    padding: 15px 30px 15px 52px;
  }
}

/* line 454, resources/assets/styles/layouts/_posts.scss */

.blog .active-filters ul li .inner span,
.search .active-filters ul li .inner span,
.post-type-archive-system-alerts .active-filters ul li .inner span,
.page-template-template-stories .active-filters ul li .inner span {
  font-family: "Inter Semibold", sans-serif;
}

/* line 458, resources/assets/styles/layouts/_posts.scss */

.blog .active-filters ul li .inner .clear,
.search .active-filters ul li .inner .clear,
.post-type-archive-system-alerts .active-filters ul li .inner .clear,
.page-template-template-stories .active-filters ul li .inner .clear {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+WCBpY29uPC90aXRsZT4KICAgIDxnIGlkPSJkZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4KICAgICAgICA8ZyBpZD0iQ29va2llcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMzUuMDAwMDAwLCAtODc4LjAwMDAwMCkiIHN0cm9rZT0iIzFhNmViYSIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8ZyBpZD0iWC1pY29uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzM2LjAwMDAwMCwgODc5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjAuMTc4NTcxNDI5IiB5MT0iMC4xNzg1NzE0MjkiIHgyPSI5LjgyMTQyODU3IiB5Mj0iOS44MjE0Mjg1NyIgaWQ9IkxpbmUtNyI+PC9saW5lPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjAuMTc4NTcxNDI5IiB5MT0iMC4xNzg1NzE0MjkiIHgyPSI5LjgyMTQyODU3IiB5Mj0iOS44MjE0Mjg1NyIgaWQ9IkxpbmUtNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC01LjAwMDAwMCwgLTUuMDAwMDAwKSAiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat center;
  background-size: 12px auto;
}

@media (min-width: 768px) {
  /* line 458, resources/assets/styles/layouts/_posts.scss */

  .blog .active-filters ul li .inner .clear,
  .search .active-filters ul li .inner .clear,
  .post-type-archive-system-alerts .active-filters ul li .inner .clear,
  .page-template-template-stories .active-filters ul li .inner .clear {
    top: 2px;
    width: 52px;
    height: 52px;
  }
}

/* line 478, resources/assets/styles/layouts/_posts.scss */

.blog #result,
.search #result,
.post-type-archive-system-alerts #result,
.page-template-template-stories #result {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media (max-width: 767px) {
  /* line 478, resources/assets/styles/layouts/_posts.scss */

  .blog #result,
  .search #result,
  .post-type-archive-system-alerts #result,
  .page-template-template-stories #result {
    margin-top: 35px;
  }

  /* line 484, resources/assets/styles/layouts/_posts.scss */

  .blog #result .alert-warning,
  .search #result .alert-warning,
  .post-type-archive-system-alerts #result .alert-warning,
  .page-template-template-stories #result .alert-warning {
    margin-bottom: 35px;
  }
}

/* line 491, resources/assets/styles/layouts/_posts.scss */

.blog .page-count p,
.search .page-count p,
.post-type-archive-system-alerts .page-count p,
.page-template-template-stories .page-count p {
  margin: 0;
}

/* line 495, resources/assets/styles/layouts/_posts.scss */

.blog .page-count + article,
.search .page-count + article,
.post-type-archive-system-alerts .page-count + article,
.page-template-template-stories .page-count + article {
  margin-top: 30px;
}

/* line 500, resources/assets/styles/layouts/_posts.scss */

.blog article,
.search article,
.post-type-archive-system-alerts article,
.page-template-template-stories article {
  border-top: 1px solid #e7e7e7;
  margin-top: 52px;
  padding-top: 26px;
}

/* line 506, resources/assets/styles/layouts/_posts.scss */

.blog article h2 a,
.search article h2 a,
.post-type-archive-system-alerts article h2 a,
.page-template-template-stories article h2 a {
  color: #282b67;
}

/* line 509, resources/assets/styles/layouts/_posts.scss */

.blog article h2 a:hover,
.search article h2 a:hover,
.post-type-archive-system-alerts article h2 a:hover,
.page-template-template-stories article h2 a:hover {
  color: #4467ce;
}

/* line 519, resources/assets/styles/layouts/_posts.scss */

.single-people .site-content .h2 {
  margin-bottom: 20px;
}

/* line 523, resources/assets/styles/layouts/_posts.scss */

.single-people .site-content .highlight {
  color: #282b67;
  margin-bottom: 50px;
  max-width: 395px;
}

/* line 1, resources/assets/styles/layouts/_modules.scss */

.module {
  margin-bottom: 60px;
}

/* line 6, resources/assets/styles/layouts/_modules.scss */

.module__page-alert {
  background: #ebfafc;
  padding: 30px 30px 15px 70px;
  border-left: 5px solid #007888;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
}

/* line 14, resources/assets/styles/layouts/_modules.scss */

.module__page-alert::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyOHB4IiB2aWV3Qm94PSIwIDAgMjggMjgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgMzwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9IjAgMCAyNy45OTk5IDAgMjcuOTk5OSAyOCAwIDI4Ij48L3BvbHlnb24+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjEuMS54LURldGFpbC1QYWdlLVRlbXBsYXRlLShEZXNrdG9wKS1leC4tU2VhcmNoLWZvci1UaXRsZS0oSCktQ29udGVudC1BbGVydHMtTm90ZXMtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM5OC4wMDAwMDAsIC0xMTk5LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzk4LjAwMDAwMCwgMTE5OS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXAtMiI+PC9nPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE1Ljc2MDksOS42ODggQzE1Ljc2MDksMTAuMDQyIDE1LjQ2NzksMTAuMzI5IDE1LjEwNzksMTAuMzI5IEwxMi44OTE5LDEwLjMyOSBDMTIuNTMxOSwxMC4zMjkgMTIuMjM5OSwxMC4wNDIgMTIuMjM5OSw5LjY4OCBMMTIuMjM5OSw3LjYyMiBDMTIuMjM5OSw3LjI2OCAxMi41MzE5LDYuOTgxIDEyLjg5MTksNi45ODEgTDE1LjEwNzksNi45ODEgQzE1LjQ2NzksNi45ODEgMTUuNzYwOSw3LjI2OCAxNS43NjA5LDcuNjIyIEwxNS43NjA5LDkuNjg4IFogTTE1LjY4MDksMjAuMzc4IEMxNS42ODA5LDIwLjczMiAxNS4zODc5LDIxLjAxOSAxNS4wMjc5LDIxLjAxOSBMMTIuOTkxOSwyMS4wMTkgQzEyLjYzMTksMjEuMDE5IDEyLjMzODksMjAuNzMyIDEyLjMzODksMjAuMzc4IEwxMi4zMzg5LDEyLjk2OSBDMTIuMzM4OSwxMi42MTUgMTIuNjMxOSwxMi4zMjggMTIuOTkxOSwxMi4zMjggTDE1LjAyNzksMTIuMzI4IEMxNS4zODc5LDEyLjMyOCAxNS42ODA5LDEyLjYxNSAxNS42ODA5LDEyLjk2OSBMMTUuNjgwOSwyMC4zNzggWiBNMTMuOTk5OSwwIEM2LjI2NzksMCAtMC4wMDAxLDYuMjY4IC0wLjAwMDEsMTQgQy0wLjAwMDEsMjEuNzMyIDYuMjY3OSwyOCAxMy45OTk5LDI4IEMyMS43MzE5LDI4IDI3Ljk5OTksMjEuNzMyIDI3Ljk5OTksMTQgQzI3Ljk5OTksNi4yNjggMjEuNzMxOSwwIDEzLjk5OTksMCBMMTMuOTk5OSwwIFoiIGlkPSJGaWxsLTEiIGZpbGw9IiMwMDc4ODgiIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  position: absolute;
  left: 20px;
}

/* line 20, resources/assets/styles/layouts/_modules.scss */

.module__page-alert h5 {
  margin: 0 0 15px;
  font-size: 20px;
  font-size: 1.25rem;
}

/* line 26, resources/assets/styles/layouts/_modules.scss */

.module__page-alert p {
  margin: 0 0 15px;
}

/* line 30, resources/assets/styles/layouts/_modules.scss */

.module__page-alert a {
  color: #007888;
}

/* line 35, resources/assets/styles/layouts/_modules.scss */

.module__page-alert a[target="_blank"]::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiMwMDc4ODgiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 41, resources/assets/styles/layouts/_modules.scss */

.module__page-alert a.pdf-link::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTAgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZG93bmxvYWQgaWNvbjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjEuMS54LURldGFpbC1QYWdlLVRlbXBsYXRlLShEZXNrdG9wKS1leC4tU2VhcmNoLWZvci1UaXRsZS0oSCktQ29udGVudC1BbGVydHMtTm90ZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OTYuMDAwMDAwLCAtNzE1Ny4wMDAwMDApIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTUuMDAwMDAwLCA3MTU3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjA0MDYxMCwgNi4wMDAwMDApIHJvdGF0ZSgtMjI1LjAwMDAwMCkgdHJhbnNsYXRlKC02LjA0MDYxMCwgLTYuMDAwMDAwKSB0cmFuc2xhdGUoMi4wNDA2MTAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDA3ODg4Ij4KICAgICAgICAgICAgICAgICAgICA8bGluZSB4MT0iOCIgeTE9IjAiIHgyPSIwIiB5Mj0iOCIgaWQ9IlN0cm9rZS0xIj48L2xpbmU+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIyIiB5MT0iMTUuODM4NjU0NCIgeDI9IjEwLjA0MDYxMDIiIHkyPSIxNS44Mzg2NTQ0IiBpZD0iUGF0aC0yIiBzdHJva2U9IiMwMDc4ODgiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

@media (max-width: 767px) {
  /* line 6, resources/assets/styles/layouts/_modules.scss */

  .module__page-alert {
    padding: 20px 20px 10px;
  }

  /* line 49, resources/assets/styles/layouts/_modules.scss */

  .module__page-alert::before {
    position: relative;
    left: 0;
    display: block;
    margin-bottom: 10px;
  }
}

/* line 58, resources/assets/styles/layouts/_modules.scss */

.alert-high {
  background: #fef1f1;
  border-left: 5px solid #b80808;
}

/* line 62, resources/assets/styles/layouts/_modules.scss */

.alert-high::before {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjggMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgMzwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9IjAuMDAwMzQ3NTQzMTA0IDAgMjggMCAyOCAyNCAwLjAwMDM0NzU0MzEwNCAyNCI+PC9wb2x5Z29uPgogICAgPC9kZWZzPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIxLjEueC1EZXRhaWwtUGFnZS1UZW1wbGF0ZS0oRGVza3RvcCktZXguLVNlYXJjaC1mb3ItVGl0bGUtKEgpLUNvbnRlbnQtQWxlcnRzLU5vdGVzLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zOTguMDAwMDAwLCAtMTAxOS4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5OC4wMDAwMDAsIDEwMTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgIDxnIGlkPSJDbGlwLTIiPjwvZz4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS43NjA5LDIwLjQzNDIgQzE1Ljc2MDksMjAuNzg4MiAxNS40Njc5LDIxLjA3NTIgMTUuMTA3OSwyMS4wNzUyIEwxMi44OTI5LDIxLjA3NTIgQzEyLjUzMTksMjEuMDc1MiAxMi4yMzk5LDIwLjc4ODIgMTIuMjM5OSwyMC40MzQyIEwxMi4yMzk5LDE4LjM2ODIgQzEyLjIzOTksMTguMDE0MiAxMi41MzE5LDE3LjcyNjIgMTIuODkyOSwxNy43MjYyIEwxNS4xMDc5LDE3LjcyNjIgQzE1LjQ2NzksMTcuNzI2MiAxNS43NjA5LDE4LjAxNDIgMTUuNzYwOSwxOC4zNjgyIEwxNS43NjA5LDIwLjQzNDIgWiBNMTIuMzE5OSw4LjAzMjIgQzEyLjMxOTksNy42NzgyIDEyLjYxMTksNy4zOTEyIDEyLjk3MjksNy4zOTEyIEwxNS4wMDc5LDcuMzkxMiBDMTUuMzY3OSw3LjM5MTIgMTUuNjYwOSw3LjY3ODIgMTUuNjYwOSw4LjAzMjIgTDE1LjY2MDksMTUuMDg3MiBDMTUuNjYwOSwxNS40NDEyIDE1LjM2NzksMTUuNzI4MiAxNS4wMDc5LDE1LjcyODIgTDEyLjk3MjksMTUuNzI4MiBDMTIuNjExOSwxNS43MjgyIDEyLjMxOTksMTUuNDQxMiAxMi4zMTk5LDE1LjA4NzIgTDEyLjMxOTksOC4wMzIyIFogTTI3Ljg5NTksMjIuODYzMiBMMTQuNjY4OSwwLjM3OTIgQzE0LjM3MTksLTAuMTI2OCAxMy42Mjc5LC0wLjEyNjggMTMuMzMwOSwwLjM3OTIgTDAuMTA0OSwyMi44NjMyIEMtMC4xOTIxLDIzLjM2ODIgMC4xNzg5LDI0LjAwMDIgMC43NzM5LDI0LjAwMDIgTDI3LjIyNTksMjQuMDAwMiBDMjcuODIxOSwyNC4wMDAyIDI4LjE5MjksMjMuMzY4MiAyNy44OTU5LDIyLjg2MzIgTDI3Ljg5NTksMjIuODYzMiBaIiBpZD0iRmlsbC0xIiBmaWxsPSIjQjgwODA4IiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 66, resources/assets/styles/layouts/_modules.scss */

.alert-high a {
  color: #b80808;
}

/* line 71, resources/assets/styles/layouts/_modules.scss */

.alert-high a[target="_blank"]::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+R3JvdXAgNjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlNUWUxFR1VJREUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzQuMDAwMDAwLCAtMjA4OC4wMDAwMDApIiBzdHJva2U9IiNiODA4MDgiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzUuMDAwMDAwLCAyMDg5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjgiIHkxPSIwIiB4Mj0iMCIgeTI9IjgiIGlkPSJTdHJva2UtMSI+PC9saW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 77, resources/assets/styles/layouts/_modules.scss */

.alert-high a.pdf-link::after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTAgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+ZG93bmxvYWQgaWNvbjwvdGl0bGU+CiAgICA8ZyBpZD0iZGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IjEuMS54LURldGFpbC1QYWdlLVRlbXBsYXRlLShEZXNrdG9wKS1leC4tU2VhcmNoLWZvci1UaXRsZS0oSCktQ29udGVudC1BbGVydHMtTm90ZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OTYuMDAwMDAwLCAtNzE1Ny4wMDAwMDApIiBzdHJva2Utd2lkdGg9IjEuNSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTUuMDAwMDAwLCA3MTU3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjA0MDYxMCwgNi4wMDAwMDApIHJvdGF0ZSgtMjI1LjAwMDAwMCkgdHJhbnNsYXRlKC02LjA0MDYxMCwgLTYuMDAwMDAwKSB0cmFuc2xhdGUoMi4wNDA2MTAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjYjgwODA4Ij4KICAgICAgICAgICAgICAgICAgICA8bGluZSB4MT0iOCIgeTE9IjAiIHgyPSIwIiB5Mj0iOCIgaWQ9IlN0cm9rZS0xIj48L2xpbmU+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMyIgcG9pbnRzPSIyLjI4NTcxNDI5IDAgOCAwIDggNS43MTQyODU3MSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIyIiB5MT0iMTUuODM4NjU0NCIgeDI9IjEwLjA0MDYxMDIiIHkyPSIxNS44Mzg2NTQ0IiBpZD0iUGF0aC0yIiBzdHJva2U9IiNiODA4MDgiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 83, resources/assets/styles/layouts/_modules.scss */

.module__feature-box {
  background: #f8f8f8;
  padding: 0 40px 20px;
}

/* line 87, resources/assets/styles/layouts/_modules.scss */

.module__feature-box h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter Semibold", sans-serif;
  line-height: 28px;
  letter-spacing: 0;
  color: #282b67;
  background: #e7e7e7;
  color: #2f353b;
  padding: 20px 40px;
  width: calc(100% + 80px);
  margin-left: -40px;
}

/* line 97, resources/assets/styles/layouts/_modules.scss */

.single-careers .module__feature-box {
  margin-top: 60px;
}

/* line 102, resources/assets/styles/layouts/_modules.scss */

.module__faq {
  background: #ebf6fe;
  padding: 70px 0;
  margin: 0 0 -1px 0;
  position: relative;
  z-index: 1;
}

/* line 110, resources/assets/styles/layouts/_modules.scss */

.module__faq h3 a {
  font-family: "Inter Medium", sans-serif;
  margin-left: 20px;
}

/* line 116, resources/assets/styles/layouts/_modules.scss */

.module__faq h4 {
  margin-top: 0;
}

/* line 119, resources/assets/styles/layouts/_modules.scss */

.module__faq h4 a {
  color: #282b67;
}

/* line 124, resources/assets/styles/layouts/_modules.scss */

.module__faq li {
  margin-bottom: 60px;
  max-width: 350px;
}

/* line 130, resources/assets/styles/layouts/_modules.scss */

.module__featured-news {
  margin: -98px 0 0 0;
}

@media (min-width: 768px) {
  /* line 130, resources/assets/styles/layouts/_modules.scss */

  .module__featured-news {
    margin: -177px 0 0 0;
  }
}

/* line 137, resources/assets/styles/layouts/_modules.scss */

.module__featured-news h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter Semibold", sans-serif;
  line-height: 28px;
  letter-spacing: 0;
  color: #282b67;
}

/* line 141, resources/assets/styles/layouts/_modules.scss */

.module__featured-news a {
  display: block;
  padding: 0;
}

/* line 146, resources/assets/styles/layouts/_modules.scss */

.module__featured-news img {
  width: 100%;
}

/* line 150, resources/assets/styles/layouts/_modules.scss */

.module__featured-news .news-item {
  background-color: #f8f8f8;
  position: relative;
}

/* line 155, resources/assets/styles/layouts/_modules.scss */

.module__featured-news .text {
  padding: 36px 36px 115px 36px;
}

@media (max-width: 767px) {
  /* line 155, resources/assets/styles/layouts/_modules.scss */

  .module__featured-news .text {
    padding: 36px 26px 122px 26px;
  }
}

/* line 162, resources/assets/styles/layouts/_modules.scss */

.module__featured-news .text h2 {
  margin: 0;
  overflow: hidden;
}

/* line 166, resources/assets/styles/layouts/_modules.scss */

.module__featured-news .text h2 a {
  color: #282b67;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* line 172, resources/assets/styles/layouts/_modules.scss */

.module__featured-news .text h2 a:hover {
  color: #4467ce;
}

/* line 178, resources/assets/styles/layouts/_modules.scss */

.module__featured-news .text .post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 36px 30px;
}

@media (max-width: 767px) {
  /* line 178, resources/assets/styles/layouts/_modules.scss */

  .module__featured-news .text .post-meta {
    padding: 0 26px 36px;
  }
}

/* line 189, resources/assets/styles/layouts/_modules.scss */

.module__featured-news .text .post-meta time {
  display: block;
}

/* line 198, resources/assets/styles/layouts/_modules.scss */

.module__featured-news .text .post-meta .category {
  text-decoration: underline;
}

@media (max-width: 767px) {
  /* line 198, resources/assets/styles/layouts/_modules.scss */

  .module__featured-news .text .post-meta .category {
    text-decoration: none;
  }
}

/* line 209, resources/assets/styles/layouts/_modules.scss */

.module__news {
  padding-top: 82px;
  padding-bottom: 60px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 209, resources/assets/styles/layouts/_modules.scss */

  .module__news {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

/* line 219, resources/assets/styles/layouts/_modules.scss */

.module__news h2 {
  margin: 0 15px 52px 0;
  display: inline-block;
}

@media (max-width: 399px) {
  /* line 219, resources/assets/styles/layouts/_modules.scss */

  .module__news h2 {
    display: block;
    margin: 0 0 12px;
  }
}

/* line 229, resources/assets/styles/layouts/_modules.scss */

.module__news .view-all {
  display: inline;
  text-decoration: none;
  padding-bottom: 2px;
}

@media (max-width: 399px) {
  /* line 229, resources/assets/styles/layouts/_modules.scss */

  .module__news .view-all {
    display: inline-block;
    margin-bottom: 35px;
  }
}

/* line 240, resources/assets/styles/layouts/_modules.scss */

.module__news .news-item {
  background-color: #f8f8f8;
  padding: 36px 36px 115px 36px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 240, resources/assets/styles/layouts/_modules.scss */

  .module__news .news-item {
    padding: 36px 26px 122px 26px;
  }
}

@media (min-width: 768px) {
  /* line 240, resources/assets/styles/layouts/_modules.scss */

  .module__news .news-item {
    margin-bottom: 10px;
  }
}

/* line 253, resources/assets/styles/layouts/_modules.scss */

.module__news .news-item h4 {
  margin: 0;
  overflow: hidden;
}

/* line 257, resources/assets/styles/layouts/_modules.scss */

.module__news .news-item h4 a {
  color: #282b67;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* line 263, resources/assets/styles/layouts/_modules.scss */

.module__news .news-item h4 a:hover {
  color: #4467ce;
}

/* line 269, resources/assets/styles/layouts/_modules.scss */

.module__news .news-item .post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 36px 30px;
}

@media (max-width: 767px) {
  /* line 269, resources/assets/styles/layouts/_modules.scss */

  .module__news .news-item .post-meta {
    padding: 0 26px 36px;
  }
}

/* line 280, resources/assets/styles/layouts/_modules.scss */

.module__news .news-item .post-meta time {
  display: block;
}

/* line 289, resources/assets/styles/layouts/_modules.scss */

.module__news .news-item .post-meta .category {
  padding-bottom: 2px;
}

@media (max-width: 767px) {
  /* line 289, resources/assets/styles/layouts/_modules.scss */

  .module__news .news-item .post-meta .category {
    text-decoration: none;
  }
}

/* line 301, resources/assets/styles/layouts/_modules.scss */

.module__popular-questions {
  margin-top: 100px;
  margin-bottom: 0;
}

/* line 305, resources/assets/styles/layouts/_modules.scss */

.module__popular-questions .container--inner {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 40px;
}

/* line 310, resources/assets/styles/layouts/_modules.scss */

.module__popular-questions li {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 310, resources/assets/styles/layouts/_modules.scss */

  .module__popular-questions li {
    margin-bottom: 60px;
  }
}

/* line 320, resources/assets/styles/layouts/_modules.scss */

.module__related-questions .container--inner {
  position: relative;
  padding-top: 60px;
}

/* line 324, resources/assets/styles/layouts/_modules.scss */

.module__related-questions .container--inner::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 1px;
  background-color: #e7e7e7;
}

@media (min-width: 768px) {
  /* line 324, resources/assets/styles/layouts/_modules.scss */

  .module__related-questions .container--inner::before {
    left: 55px;
    right: 55px;
  }
}

/* line 340, resources/assets/styles/layouts/_modules.scss */

.module__related-questions li {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 340, resources/assets/styles/layouts/_modules.scss */

  .module__related-questions li {
    margin-bottom: 60px;
  }
}

/* line 349, resources/assets/styles/layouts/_modules.scss */

.breadcrumbs {
  padding: 18px 0 22px;
  color: #2f353b;
  border-bottom: 1px solid rgba(56, 88, 164, 0.25);
  font-family: "Inter Medium", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  /* line 349, resources/assets/styles/layouts/_modules.scss */

  .breadcrumbs {
    padding: 34px 0 27px;
  }
}

/* line 364, resources/assets/styles/layouts/_modules.scss */

.breadcrumbs .separator {
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA5IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlN0cm9rZSAxPC90aXRsZT4KICAgIDxnIGlkPSJkZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMS4xLngtRGV0YWlsLVBhZ2UtVGVtcGxhdGUtKERlc2t0b3ApLWV4Li1TZWFyY2gtZm9yLVRpdGxlLShIKS1Db250ZW50LUFsZXJ0cy1Ob3RlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxMS4wMDAwMDAsIC03NjE1LjAwMDAwMCkiIHN0cm9rZT0iIzNCOUNFRiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMSIgcG9pbnRzPSIzMTIgNzYxNiAzMTggNzYyMS41IDMxMiA3NjI3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
  background-size: contain;
  margin: 0 6px;
}

/* line 373, resources/assets/styles/layouts/_modules.scss */

.breadcrumbs a {
  color: #4467ce;
}

/* line 376, resources/assets/styles/layouts/_modules.scss */

.breadcrumbs a:hover {
  color: #282b67;
}

/* line 380, resources/assets/styles/layouts/_modules.scss */

.breadcrumbs a[target="_blank"] {
  padding-right: 0;
}

/* line 383, resources/assets/styles/layouts/_modules.scss */

.breadcrumbs a[target="_blank"]::after {
  display: none;
}

/* line 389, resources/assets/styles/layouts/_modules.scss */

.blog .breadcrumbs,
.post-type-archive-faq .breadcrumbs,
.template-glossary .breadcrumbs,
.search-results .breadcrumbs,
.dark .breadcrumbs,
.page-template-template-stories .breadcrumbs {
  border-bottom-color: #889bc8;
  color: #fff;
}

/* line 398, resources/assets/styles/layouts/_modules.scss */

.blog .breadcrumbs .separator,
.post-type-archive-faq .breadcrumbs .separator,
.template-glossary .breadcrumbs .separator,
.search-results .breadcrumbs .separator,
.dark .breadcrumbs .separator,
.page-template-template-stories .breadcrumbs .separator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCA5IDEzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPlN0cm9rZSAxPC90aXRsZT4KICAgIDxnIGlkPSJkZXNrdG9wIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iMS4xLngtRGV0YWlsLVBhZ2UtVGVtcGxhdGUtKERlc2t0b3ApLWV4Li1TZWFyY2gtZm9yLVRpdGxlLShIKS1Db250ZW50LUFsZXJ0cy1Ob3RlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxMS4wMDAwMDAsIC03NjE1LjAwMDAwMCkiIHN0cm9rZT0iIzczQkVGRiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtMSIgcG9pbnRzPSIzMTIgNzYxNiAzMTggNzYyMS41IDMxMiA3NjI3Ij48L3BvbHlsaW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 402, resources/assets/styles/layouts/_modules.scss */

.blog .breadcrumbs a,
.post-type-archive-faq .breadcrumbs a,
.template-glossary .breadcrumbs a,
.search-results .breadcrumbs a,
.dark .breadcrumbs a,
.page-template-template-stories .breadcrumbs a {
  color: #73beff;
}

/* line 405, resources/assets/styles/layouts/_modules.scss */

.blog .breadcrumbs a:hover,
.post-type-archive-faq .breadcrumbs a:hover,
.template-glossary .breadcrumbs a:hover,
.search-results .breadcrumbs a:hover,
.dark .breadcrumbs a:hover,
.page-template-template-stories .breadcrumbs a:hover {
  color: #4467ce;
}

@media (max-width: 767px) {
  /* line 412, resources/assets/styles/layouts/_modules.scss */

  .breadcrumbs .separator,
  .breadcrumbs span[property="itemListElement"] {
    display: none;
  }

  /* line 416, resources/assets/styles/layouts/_modules.scss */

  .breadcrumbs .separator:first-child,
  .breadcrumbs .separator:last-child,
  .breadcrumbs .separator:nth-last-child(3),
  .breadcrumbs span[property="itemListElement"]:first-child,
  .breadcrumbs span[property="itemListElement"]:last-child,
  .breadcrumbs span[property="itemListElement"]:nth-last-child(3) {
    display: inline;
  }

  /* line 422, resources/assets/styles/layouts/_modules.scss */

  .breadcrumbs .separator:nth-child(2),
  .breadcrumbs .separator:nth-last-child(2),
  .breadcrumbs .separator:nth-last-child(4),
  .breadcrumbs span[property="itemListElement"]:nth-child(2),
  .breadcrumbs span[property="itemListElement"]:nth-last-child(2),
  .breadcrumbs span[property="itemListElement"]:nth-last-child(4) {
    display: inline-block;
  }

  /* line 428, resources/assets/styles/layouts/_modules.scss */

  .breadcrumbs .separator:nth-last-child(5):not(:first-child),
  .breadcrumbs span[property="itemListElement"]:nth-last-child(5):not(:first-child) {
    display: inline;
  }

  /* line 431, resources/assets/styles/layouts/_modules.scss */

  .breadcrumbs .separator:nth-last-child(5):not(:first-child) a,
  .breadcrumbs span[property="itemListElement"]:nth-last-child(5):not(:first-child) a {
    display: none;
  }

  /* line 435, resources/assets/styles/layouts/_modules.scss */

  .breadcrumbs .separator:nth-last-child(5):not(:first-child)::before,
  .breadcrumbs span[property="itemListElement"]:nth-last-child(5):not(:first-child)::before {
    content: "...";
    letter-spacing: 1px;
    color: #4467ce;
  }
}

/* line 446, resources/assets/styles/layouts/_modules.scss */

.module__carousel {
  position: relative;
  width: 100%;
  margin: auto;
}

/* line 451, resources/assets/styles/layouts/_modules.scss */

.module__carousel .slide img {
  width: 100%;
}

/* line 457, resources/assets/styles/layouts/_modules.scss */

.module__carousel .slide {
  display: none;
}

/* line 461, resources/assets/styles/layouts/_modules.scss */

.module__carousel .slide-index {
  float: right;
}

/* line 465, resources/assets/styles/layouts/_modules.scss */

.module__carousel .wp-caption {
  border-bottom: none;
  padding-top: 15px;
}

/* line 470, resources/assets/styles/layouts/_modules.scss */

.module__carousel .prev,
.module__carousel .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
}

@media (max-width: 767px) {
  /* line 470, resources/assets/styles/layouts/_modules.scss */

  .module__carousel .prev,
  .module__carousel .next {
    top: 30%;
  }
}

/* line 485, resources/assets/styles/layouts/_modules.scss */

.module__carousel .next {
  right: 0;
}

/* Fading animation */

/* line 491, resources/assets/styles/layouts/_modules.scss */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -o-animation-name: fade;
     animation-name: fade;
  -o-animation-duration: 1.5s;
     animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* line 519, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row {
  border-top: 1px solid #e7e7e7;
}

/* line 522, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .module__accordion-title {
  padding: 40px 40px 40px 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}

/* line 528, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .module__accordion-title::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+KyBJQ09OPC90aXRsZT4KICAgIDxnIGlkPSJtb2JpbGUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJNLTYuMC1OZXdzLSZhbXA7LVVwZGF0ZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMTguMDAwMDAwLCAtMjExOS4wMDAwMDApIj4KICAgICAgICAgICAgPHJlY3QgZmlsbD0idHJhbnNwYXJlbnQiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNzUiIGhlaWdodD0iNjk5NCI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSJ0cmFuc3BhcmVudCIgeD0iMjYiIHk9IjIwOTkiIHdpZHRoPSIzMjMiIGhlaWdodD0iNTAiIHJ4PSI0Ij48L3JlY3Q+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzE5LjAwMDAwMCwgMjEyMC4wMDAwMDApIiBzdHJva2U9IiMxYTZlYmEiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgICAgIDxnIGlkPSJMaW5lLTYiPgogICAgICAgICAgICAgICAgICAgIDxsaW5lIHgxPSI1IiB5MT0iNi45Mzg4OTM5ZS0xNyIgeDI9IjUiIHkyPSIxMCI+PC9saW5lPgogICAgICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIxMCIgeTE9IjUiIHgyPSIwIiB5Mj0iNSI+PC9saW5lPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K) no-repeat center;
  position: absolute;
  right: 5px;
  top: 48px;
}

@media (min-width: 1366px) {
  /* line 528, resources/assets/styles/layouts/_modules.scss */

  .module__accordion-row .module__accordion-title::after {
    top: 50px;
  }
}

/* line 543, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .module__accordion-title.open::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #4467ce;
  top: 53px;
}

@media (min-width: 1366px) {
  /* line 543, resources/assets/styles/layouts/_modules.scss */

  .module__accordion-row .module__accordion-title.open::after {
    top: 55px;
  }
}

/* line 557, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .module__accordion-content {
  padding-bottom: 30px;
  display: none;
}

/* line 562, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps {
  margin-top: 22px;
}

@media (max-width: 767px) {
  /* line 562, resources/assets/styles/layouts/_modules.scss */

  .module__accordion-row .steps {
    margin-top: 12px;
  }
}

/* line 569, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps li {
  position: relative;
  padding: 0 0 40px 100px;
  margin: 0;
  min-height: 115px;
}

@media (max-width: 767px) {
  /* line 569, resources/assets/styles/layouts/_modules.scss */

  .module__accordion-row .steps li {
    padding: 0 0 30px 75px;
    min-height: 95px;
  }
}

/* line 580, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps li img {
  position: absolute;
  left: 0;
  top: -22px;
  width: 75px;
}

@media (max-width: 767px) {
  /* line 580, resources/assets/styles/layouts/_modules.scss */

  .module__accordion-row .steps li img {
    top: -12px;
    width: 55px;
  }
}

/* line 591, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps li img + br {
  display: none;
}

/* line 596, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps li h4 {
  margin: 0 0 10px;
}

/* line 600, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps li::before {
  content: "";
  width: 2px;
  height: auto;
  border-radius: 0;
  position: absolute;
  left: 37px;
  top: 52px;
  bottom: 28px;
  background-color: #282b67;
}

@media (max-width: 767px) {
  /* line 600, resources/assets/styles/layouts/_modules.scss */

  .module__accordion-row .steps li::before {
    left: 27px;
    top: 43px;
    bottom: 18px;
  }
}

/* line 618, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps li::after {
  content: "";
  position: absolute;
  left: 29px;
  bottom: 22px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 8px solid #282b67;
}

@media (max-width: 767px) {
  /* line 618, resources/assets/styles/layouts/_modules.scss */

  .module__accordion-row .steps li::after {
    left: 20px;
    bottom: 12px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #282b67;
  }
}

/* line 638, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps li > *:last-child {
  margin-bottom: 0;
}

/* line 643, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps li:last-child::before,
.module__accordion-row .steps li:last-child::after {
  display: none;
}

/* line 649, resources/assets/styles/layouts/_modules.scss */

.module__accordion-row .steps li.optional h4 {
  color: #7f7f7f;
}

/* line 658, resources/assets/styles/layouts/_modules.scss */

.module__wysiwyg h1,
.module__wysiwyg .h1,
.module__wysiwyg h2,
.module__wysiwyg .h2,
.module__wysiwyg h3,
.module__wysiwyg .h3,
.module__wysiwyg h4,
.module__wysiwyg .h4,
.module__wysiwyg h5,
.module__wysiwyg .h5,
.module__wysiwyg h6,
.module__wysiwyg .h6,
.entry-content h1,
.entry-content .h1,
.entry-content h2,
.entry-content .h2,
.entry-content h3,
.entry-content .h3,
.entry-content h4,
.entry-content .h4,
.entry-content h5,
.entry-content .h5,
.entry-content h6,
.entry-content .h6 {
  margin-top: 60px;
}

/* line 672, resources/assets/styles/layouts/_modules.scss */

.module__wysiwyg h1:first-child,
.module__wysiwyg .h1:first-child,
.module__wysiwyg h2:first-child,
.module__wysiwyg .h2:first-child,
.module__wysiwyg h3:first-child,
.module__wysiwyg .h3:first-child,
.module__wysiwyg h4:first-child,
.module__wysiwyg .h4:first-child,
.module__wysiwyg h5:first-child,
.module__wysiwyg .h5:first-child,
.module__wysiwyg h6:first-child,
.module__wysiwyg .h6:first-child,
.entry-content h1:first-child,
.entry-content .h1:first-child,
.entry-content h2:first-child,
.entry-content .h2:first-child,
.entry-content h3:first-child,
.entry-content .h3:first-child,
.entry-content h4:first-child,
.entry-content .h4:first-child,
.entry-content h5:first-child,
.entry-content .h5:first-child,
.entry-content h6:first-child,
.entry-content .h6:first-child {
  margin-top: 0;
}

/* line 680, resources/assets/styles/layouts/_modules.scss */

.module__video .videoWrapper {
  height: 0;
  padding-top: 56%;
  position: relative;
}

/* line 685, resources/assets/styles/layouts/_modules.scss */

.module__video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 697, resources/assets/styles/layouts/_modules.scss */

.module__button .button {
  margin: 0;
}

/* line 700, resources/assets/styles/layouts/_modules.scss */

.module__button .button[target="_blank"] {
  padding-right: 50px;
}

/* line 706, resources/assets/styles/layouts/_modules.scss */

.module__image-with-copy {
  position: relative;
}

/* line 710, resources/assets/styles/layouts/_modules.scss */

.module__image-with-copy .module__image-with-copy--wrapper .module__image-with-copy--image {
  width: 75%;
  max-width: 450px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  /* line 710, resources/assets/styles/layouts/_modules.scss */

  .module__image-with-copy .module__image-with-copy--wrapper .module__image-with-copy--image {
    width: 100%;
    max-width: 100%;
  }
}

/* line 722, resources/assets/styles/layouts/_modules.scss */

.module__image-with-copy .module__image-with-copy--wrapper .module__image-with-copy--copy {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 330px;
  background-color: #282b67;
  padding: 25px 45px;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 722, resources/assets/styles/layouts/_modules.scss */

  .module__image-with-copy .module__image-with-copy--wrapper .module__image-with-copy--copy {
    position: relative;
    max-width: 100%;
  }
}

/* line 736, resources/assets/styles/layouts/_modules.scss */

.module__image-with-copy .module__image-with-copy--wrapper .module__image-with-copy--copy h3 {
  color: #fff;
}

/* line 742, resources/assets/styles/layouts/_modules.scss */

.module__image-with-copy .module__image-with-copy--wrapper.align-image-right .module__image-with-copy--image {
  margin-left: auto;
}

/* line 746, resources/assets/styles/layouts/_modules.scss */

.module__image-with-copy .module__image-with-copy--wrapper.align-image-right .module__image-with-copy--copy {
  right: auto;
  left: 0;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/pages/_home.scss */

.home .page-header {
  background: transparent;
  position: relative;
  padding: 0;
}

/* line 10, resources/assets/styles/pages/_home.scss */

.home .page-header img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

/* line 20, resources/assets/styles/pages/_home.scss */

.home .page-header h1 {
  max-width: 999px;
  margin-top: 0;
}

/* line 35, resources/assets/styles/pages/_home.scss */

.home .page-header .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  /* line 35, resources/assets/styles/pages/_home.scss */

  .home .page-header .text-wrap {
    padding-bottom: 100px;
  }
}

/* line 50, resources/assets/styles/pages/_home.scss */

.home .page-header .slides li {
  height: calc(100vh - 200px);
  overflow: hidden;
  width: 100%;
  min-height: 519px;
  position: relative;
  padding: 0;
  margin: 0;
  display: block !important;
}

@media (max-width: 1365px) {
  /* line 50, resources/assets/styles/pages/_home.scss */

  .home .page-header .slides li {
    height: calc(100vh - 86px);
  }
}

@media (max-width: 767px) {
  /* line 50, resources/assets/styles/pages/_home.scss */

  .home .page-header .slides li {
    min-height: 405px;
    height: auto;
  }
}

/* line 69, resources/assets/styles/pages/_home.scss */

.home .page-header .slides li::before {
  display: none;
}

/* line 76, resources/assets/styles/pages/_home.scss */

.module__quicklinks {
  margin-top: -185px;
  margin-bottom: 150px;
}

@media (max-width: 1365px) {
  /* line 76, resources/assets/styles/pages/_home.scss */

  .module__quicklinks {
    margin-top: -200px;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  /* line 76, resources/assets/styles/pages/_home.scss */

  .module__quicklinks {
    margin-top: -80px;
    margin-bottom: 80px;
  }
}

/* line 91, resources/assets/styles/pages/_home.scss */

.module__quicklinks-box {
  background: #ebf6fe;
  padding: 20px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1365px) {
  /* line 91, resources/assets/styles/pages/_home.scss */

  .module__quicklinks-box {
    padding: 20px 26px;
    width: calc(33.333% - 5px);
  }
}

@media (max-width: 959px) {
  /* line 91, resources/assets/styles/pages/_home.scss */

  .module__quicklinks-box {
    width: calc(50% - 6px);
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 91, resources/assets/styles/pages/_home.scss */

  .module__quicklinks-box {
    width: 100%;
    padding: 20px 26px;
  }
}

/* line 121, resources/assets/styles/pages/_home.scss */

.module__quicklinks-box .button {
  margin-bottom: 15px;
  width: 100%;
}

/* line 126, resources/assets/styles/pages/_home.scss */

.module__quicklinks-box .links {
  margin-top: auto;
}

@media (min-width: 768px) {
  /* line 126, resources/assets/styles/pages/_home.scss */

  .module__quicklinks-box .links {
    min-height: 160px;
  }
}

/* line 135, resources/assets/styles/pages/_home.scss */

.module__quicklinks-box .links p {
  margin-bottom: 10px;
}

/* line 155, resources/assets/styles/pages/_home.scss */

.module__popular-links {
  margin-bottom: 150px;
}

/* line 158, resources/assets/styles/pages/_home.scss */

.module__popular-links .col-4 {
  padding-left: 40px;
}

/* line 163, resources/assets/styles/pages/_home.scss */

.module__popular-links ul li {
  margin-bottom: 10px;
}

@media (max-width: 1365px) {
  /* line 155, resources/assets/styles/pages/_home.scss */

  .module__popular-links {
    margin-bottom: 100px;
  }

  /* line 171, resources/assets/styles/pages/_home.scss */

  .module__popular-links .col-4 {
    padding-left: 0;
  }
}

@media (max-width: 959px) {
  /* line 155, resources/assets/styles/pages/_home.scss */

  .module__popular-links {
    margin-bottom: 60px;
  }

  /* line 179, resources/assets/styles/pages/_home.scss */

  .module__popular-links .col-8 {
    width: 100%;
  }

  /* line 183, resources/assets/styles/pages/_home.scss */

  .module__popular-links .col-4 {
    width: 100%;
    padding-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0;
  }
}

/* line 192, resources/assets/styles/pages/_home.scss */

.module__features {
  margin-bottom: 150px;
}

/* line 195, resources/assets/styles/pages/_home.scss */

.module__features h2 {
  margin-bottom: 45px;
}

/* line 199, resources/assets/styles/pages/_home.scss */

.module__features img,
.module__features .embed-container {
  margin-bottom: 50px;
}

/* line 204, resources/assets/styles/pages/_home.scss */

.module__features h3 a,
.module__features .img-link {
  padding: 0;
}

/* line 208, resources/assets/styles/pages/_home.scss */

.module__features h3 a::after,
.module__features .img-link::after {
  display: none;
}

/* line 213, resources/assets/styles/pages/_home.scss */

.module__features h3 a {
  color: #282b67;
}

@media (max-width: 1365px) {
  /* line 192, resources/assets/styles/pages/_home.scss */

  .module__features {
    margin-bottom: 100px;
  }

  /* line 220, resources/assets/styles/pages/_home.scss */

  .module__features img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 192, resources/assets/styles/pages/_home.scss */

  .module__features {
    margin-bottom: 0;
  }

  /* line 228, resources/assets/styles/pages/_home.scss */

  .module__features .col-6 {
    margin-bottom: 60px;
  }
}

/* line 233, resources/assets/styles/pages/_home.scss */

.module__features .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 241, resources/assets/styles/pages/_home.scss */

.module__features .embed-container iframe,
.module__features .embed-container object,
.module__features .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 252, resources/assets/styles/pages/_home.scss */

.module__features-content {
  max-width: 340px;
}

/* line 256, resources/assets/styles/pages/_home.scss */

.module__about-features {
  background: #ebf6fe;
  padding: 50px 0 100px;
}

/* line 261, resources/assets/styles/pages/_home.scss */

.module__about-features h2 {
  max-width: 680px;
  margin-bottom: 0;
}

/* line 266, resources/assets/styles/pages/_home.scss */

.module__about-features .about-feature {
  margin: 100px 0 0;
  position: relative;
  height: 580px;
  padding-top: 180px;
  overflow: hidden;
}

/* line 273, resources/assets/styles/pages/_home.scss */

.module__about-features .about-feature::after {
  display: none;
}

/* line 277, resources/assets/styles/pages/_home.scss */

.module__about-features .about-feature img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 580px;
  width: 827px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 287, resources/assets/styles/pages/_home.scss */

.module__about-features .about-feature .col-4,
.module__about-features .about-feature .col-6 {
  background: #282b67;
  padding: 45px 75px 75px;
  color: #fff;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

/* line 296, resources/assets/styles/pages/_home.scss */

.module__about-features .about-feature .col-4 h3,
.module__about-features .about-feature .col-4 a,
.module__about-features .about-feature .col-6 h3,
.module__about-features .about-feature .col-6 a {
  color: #fff;
}

/* line 301, resources/assets/styles/pages/_home.scss */

.module__about-features .about-feature .col-4 h3 a,
.module__about-features .about-feature .col-6 h3 a {
  padding: 0;
}

/* line 306, resources/assets/styles/pages/_home.scss */

.module__about-features .about-feature .col-4 a::after,
.module__about-features .about-feature .col-6 a::after {
  display: none;
}

/* line 313, resources/assets/styles/pages/_home.scss */

.module__about-features .about-feature:nth-child(even) img {
  left: auto;
  right: 0;
}

/* line 318, resources/assets/styles/pages/_home.scss */

.module__about-features .about-feature:nth-child(even) .col-4,
.module__about-features .about-feature:nth-child(even) .col-6 {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 1365px) {
  /* line 256, resources/assets/styles/pages/_home.scss */

  .module__about-features {
    padding: 40px 0 60px;
    margin-bottom: 0;
  }

  /* line 330, resources/assets/styles/pages/_home.scss */

  .module__about-features .about-feature {
    margin: 60px 0 0;
    padding-top: 80px;
  }
}

@media (max-width: 959px) {
  /* line 338, resources/assets/styles/pages/_home.scss */

  .module__about-features .about-feature .col-4,
  .module__about-features .about-feature .col-6 {
    padding: 40px 26px 60px;
  }
}

@media (max-width: 767px) {
  /* line 256, resources/assets/styles/pages/_home.scss */

  .module__about-features {
    padding: 30px 0;
    margin-bottom: 0;
  }

  /* line 349, resources/assets/styles/pages/_home.scss */

  .module__about-features .about-feature {
    height: auto;
    padding-top: 0;
    margin: 30px 0 0;
  }

  /* line 354, resources/assets/styles/pages/_home.scss */

  .module__about-features .about-feature:first-child {
    margin: 60px 0 0;
  }

  /* line 358, resources/assets/styles/pages/_home.scss */

  .module__about-features .about-feature .col-4,
  .module__about-features .about-feature .col-6 {
    padding: 40px 26px 60px;
  }

  /* line 363, resources/assets/styles/pages/_home.scss */

  .module__about-features .about-feature .col-8 {
    margin-bottom: 0;
  }

  /* line 367, resources/assets/styles/pages/_home.scss */

  .module__about-features .about-feature img {
    position: relative;
    height: auto;
    width: 100%;
    left: auto;
    bottom: auto;
  }
}

/**********************
Overview Template
**********************/

/* line 5, resources/assets/styles/pages/_overview.scss */

.template-overview .breadcrumbs {
  padding: 16px 0 22px;
  border-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1365px) {
  /* line 5, resources/assets/styles/pages/_overview.scss */

  .template-overview .breadcrumbs {
    max-width: 38%;
    padding: 34px 0 42px;
  }
}

@media (min-width: 1366px) {
  /* line 5, resources/assets/styles/pages/_overview.scss */

  .template-overview .breadcrumbs {
    max-width: 23.5%;
  }
}

@media (min-width: 768px) {
  /* line 5, resources/assets/styles/pages/_overview.scss */

  .template-overview .breadcrumbs {
    padding: 34px 0 42px;
  }
}

/* line 23, resources/assets/styles/pages/_overview.scss */

.template-overview .page-header {
  position: relative;
  padding: 0;
  background-color: transparent;
  overflow: visible;
}

@media (min-width: 768px) and (max-width: 1365px) {
  /* line 29, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-header .img-wrap {
    width: 60%;
  }
}

@media (min-width: 1366px) {
  /* line 29, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-header .img-wrap {
    width: 74.5%;
  }
}

@media (min-width: 768px) {
  /* line 29, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-header .img-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* line 44, resources/assets/styles/pages/_overview.scss */

.template-overview .page-header .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 51, resources/assets/styles/pages/_overview.scss */

.template-overview .page-header .text {
  position: relative;
  width: 49%;
  min-height: 500px;
  padding: 87px 75px;
  background-color: #282b67;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  /* line 51, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-header .text {
    width: 100%;
    min-height: 0;
    padding: 40px 25px 20px;
  }
}

/* line 70, resources/assets/styles/pages/_overview.scss */

.template-overview .page-header .text h1 {
  color: #fff;
  margin: 0 0 30px;
}

/* line 77, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list-wrap {
  position: relative;
}

/* line 80, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list-wrap + .module__news::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 1px;
  background-color: #e7e7e7;
}

@media (min-width: 768px) {
  /* line 80, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list-wrap + .module__news::before {
    left: 55px;
    right: 55px;
  }
}

@media (max-width: 767px) {
  /* line 96, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list {
    margin: 0 -26px;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  /* line 96, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list {
    margin: 0 -55px;
  }
}

@media (min-width: 1366px) {
  /* line 96, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list {
    margin: 0 calc(-100vw / 2 + 1256px / 2);
  }
}

/* line 109, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list li {
  padding: 0;
  margin: 0;
}

/* line 113, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list li::before {
  display: none;
}

/* line 119, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list > li:nth-child(even) {
  background-color: #ebf6fe;
}

/* line 124, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list .container--inner {
  padding-top: 80px;
  padding-bottom: 45px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 124, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list .container--inner {
    padding-top: 100px;
    padding-bottom: 56px;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  /* line 135, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list .inner {
    max-width: calc(100% - 295px);
  }
}

@media (min-width: 1366px) {
  /* line 135, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list .inner {
    max-width: calc(100% - 425px);
  }
}

/* line 145, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list h2,
.template-overview .page-list h3 {
  margin-top: 0;
}

/* line 149, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list h2 a,
.template-overview .page-list h3 a {
  color: #282b67;
}

/* line 152, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list h2 a::after,
.template-overview .page-list h3 a::after {
  content: "";
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTEgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+TEFSR0UgQVJST1c8L3RpdGxlPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIxLjEtU3ViLVNlY3Rpb24tRFQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzAuMDAwMDAwLCAtOTExLjAwMDAwMCkiPgogICAgICAgICAgICA8cmVjdCBmaWxsPSJ0cmFuc3BhcmVudCIgeD0iMCIgeT0iMCIgd2lkdGg9IjEzNjYiIGhlaWdodD0iMzU4MCI+PC9yZWN0PgogICAgICAgICAgICA8dGV4dCBpZD0iU2VhcmNoLWZvci1hLVRpdGxlIiBmb250LWZhbWlseT0iTWF0dGVyU1FUUklBTC1TZW1pQm9sZCwgTWF0dGVyIFNRIFRSSUFMIiBmb250LXNpemU9IjI2IiBmb250LXdlaWdodD0iNTAwIiBsaW5lLXNwYWNpbmc9IjMyIiBmaWxsPSIjMjgyYjY3Ij4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSI1NiIgeT0iOTI2Ij5TZWFyY2ggZm9yIGEgVGl0bGU8L3RzcGFuPgogICAgICAgICAgICA8L3RleHQ+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcxLjAwMDAwMCwgOTEyLjAwMDAwMCkiIHN0cm9rZT0iIzFFOEZFRiIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlN0cm9rZS0xLUNvcHktMiI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIHBvaW50cz0iNi4xMDYyMjY2NGUtMTcgMCA4IDcuNSAxLjU0NjE1NzY1ZS0xMiAxNSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat center;
  background-size: 100% auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 160, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list h2 a:hover,
.template-overview .page-list h3 a:hover {
  color: #4467ce;
}

/* line 163, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list h2 a:hover::after,
.template-overview .page-list h3 a:hover::after {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 170, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list h2 {
  margin-bottom: 30px;
  padding-right: 19px;
}

@media (min-width: 768px) {
  /* line 170, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list h2 {
    padding-right: 23px;
  }
}

/* line 179, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list h2 a::after {
  width: 10px;
  height: 16px;
  right: -19px;
  bottom: 10px;
}

@media (min-width: 768px) {
  /* line 179, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list h2 a::after {
    width: 14px;
    height: 23px;
    right: -23px;
  }
}

@media (min-width: 1366px) {
  /* line 179, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list h2 a::after {
    bottom: 12px;
  }
}

/* line 198, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list h3 {
  margin-bottom: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 198, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list h3 {
    margin-bottom: 20px;
    padding-right: 18px;
  }
}

/* line 208, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list h3 a::after {
  width: 8px;
  height: 13px;
  right: -15px;
  bottom: 7px;
}

@media (min-width: 768px) {
  /* line 208, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list h3 a::after {
    width: 11px;
    height: 17px;
    right: -18px;
  }
}

@media (min-width: 1366px) {
  /* line 208, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list h3 a::after {
    bottom: 9px;
  }
}

/* line 227, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list .section-parent {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #282b67;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  /* line 227, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list .section-parent {
    margin-bottom: 65px;
  }
}

@media (min-width: 960px) {
  /* line 227, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list .section-parent {
    width: 66%;
  }
}

@media (min-width: 960px) {
  /* line 243, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list .children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px;
  }
}

/* line 250, resources/assets/styles/pages/_overview.scss */

.template-overview .page-list .children li {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  /* line 250, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list .children li {
    margin-bottom: 60px;
  }
}

@media (min-width: 960px) {
  /* line 250, resources/assets/styles/pages/_overview.scss */

  .template-overview .page-list .children li {
    width: 50%;
    padding: 0 16px;
  }
}

/* line 265, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list {
  padding-top: 80px;
  padding-bottom: 45px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1365px) {
  /* line 265, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list {
    max-width: calc(100% - 295px);
  }
}

@media (min-width: 1366px) {
  /* line 265, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list {
    max-width: calc(100% - 425px);
  }
}

@media (min-width: 768px) {
  /* line 265, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list {
    padding-top: 100px;
    padding-bottom: 56px;
  }
}

@media (min-width: 960px) {
  /* line 265, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 288, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list li {
  padding: 0;
  margin: 0;
}

/* line 292, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list li::before {
  display: none;
}

/* line 297, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list > li {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  /* line 297, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list > li {
    margin-bottom: 60px;
  }
}

@media (min-width: 960px) {
  /* line 297, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list > li {
    width: calc(50% - 16px);
  }

  /* line 307, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list > li:nth-child(odd) {
    margin-right: 32px;
  }
}

/* line 313, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list h2 {
  margin: 0 0 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 313, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list h2 {
    margin: 0 0 20px;
    padding-right: 18px;
  }
}

/* line 322, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list h2 a {
  color: #282b67;
}

/* line 325, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list h2 a::after {
  content: "";
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTEgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+TEFSR0UgQVJST1c8L3RpdGxlPgogICAgPGcgaWQ9ImRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIxLjEtU3ViLVNlY3Rpb24tRFQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNzAuMDAwMDAwLCAtOTExLjAwMDAwMCkiPgogICAgICAgICAgICA8cmVjdCBmaWxsPSJ0cmFuc3BhcmVudCIgeD0iMCIgeT0iMCIgd2lkdGg9IjEzNjYiIGhlaWdodD0iMzU4MCI+PC9yZWN0PgogICAgICAgICAgICA8dGV4dCBpZD0iU2VhcmNoLWZvci1hLVRpdGxlIiBmb250LWZhbWlseT0iTWF0dGVyU1FUUklBTC1TZW1pQm9sZCwgTWF0dGVyIFNRIFRSSUFMIiBmb250LXNpemU9IjI2IiBmb250LXdlaWdodD0iNTAwIiBsaW5lLXNwYWNpbmc9IjMyIiBmaWxsPSIjMjgyYjY3Ij4KICAgICAgICAgICAgICAgIDx0c3BhbiB4PSI1NiIgeT0iOTI2Ij5TZWFyY2ggZm9yIGEgVGl0bGU8L3RzcGFuPgogICAgICAgICAgICA8L3RleHQ+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcxLjAwMDAwMCwgOTEyLjAwMDAwMCkiIHN0cm9rZT0iIzFFOEZFRiIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICAgICAgPGcgaWQ9IlN0cm9rZS0xLUNvcHktMiI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIHBvaW50cz0iNi4xMDYyMjY2NGUtMTcgMCA4IDcuNSAxLjU0NjE1NzY1ZS0xMiAxNSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat center;
  background-size: 100% auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 8px;
  height: 13px;
  right: -15px;
  bottom: 7px;
}

@media (min-width: 768px) {
  /* line 325, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list h2 a::after {
    width: 11px;
    height: 17px;
    right: -18px;
  }
}

@media (min-width: 1366px) {
  /* line 325, resources/assets/styles/pages/_overview.scss */

  .template-overview .sub-page-list h2 a::after {
    bottom: 9px;
  }
}

/* line 347, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list h2 a:hover {
  color: #4467ce;
}

/* line 350, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list h2 a:hover::after {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 357, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list .children {
  margin-top: 15px;
}

/* line 360, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list .children li {
  margin-bottom: 8px;
}

/* line 363, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list .children li a {
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1e8fef), to(#1e8fef));
  background-image: -webkit-linear-gradient(#1e8fef, #1e8fef);
  background-image: -o-linear-gradient(#1e8fef, #1e8fef);
  background-image: linear-gradient(#1e8fef, #1e8fef);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 373, resources/assets/styles/pages/_overview.scss */

.template-overview .sub-page-list .children li a:hover {
  background-size: 0% 1px;
  color: #4467ce;
}

@media (min-width: 768px) {
  /* line 383, resources/assets/styles/pages/_overview.scss */

  .template-overview .sidebar-right {
    position: absolute;
    top: 105px;
    right: 55px;
    width: 195px;
    padding: 0;
    border-top: 0;
  }
}

/* line 395, resources/assets/styles/pages/_overview.scss */

.template-overview .featured-img img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 394, resources/assets/styles/pages/_overview.scss */

  .template-overview .featured-img {
    margin: 0 -26px;
  }
}

/*********************
Glossary
**********************/

/* line 5, resources/assets/styles/pages/_glossary.scss */

.template-glossary .module {
  margin-top: 40px;
}

/* line 9, resources/assets/styles/pages/_glossary.scss */

.template-glossary .new-section {
  border-top: 1px solid #8598c7;
  margin-top: 60px;
}

@media (max-width: 767px) {
  /* line 9, resources/assets/styles/pages/_glossary.scss */

  .template-glossary .new-section {
    margin-top: 0;
    padding-top: 27px;
    border-top-color: #e7e7e7;
  }

  /* line 18, resources/assets/styles/pages/_glossary.scss */

  .template-glossary .new-section + .new-section {
    padding-top: 0;
    border-top-color: #8598c7;
  }
}

/* line 24, resources/assets/styles/pages/_glossary.scss */

.template-glossary .new-section .module__accordion-row {
  border-top: 0;
}

@media (max-width: 767px) {
  /* line 28, resources/assets/styles/pages/_glossary.scss */

  .template-glossary .new-section:first-child {
    border-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 35, resources/assets/styles/pages/_glossary.scss */

  .template-glossary .new-section.col-6 {
    margin-top: 0;
  }
}

/* line 42, resources/assets/styles/pages/_glossary.scss */

.template-glossary .letter {
  display: block;
  padding: 33px 0;
  margin: 0;
}


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