/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.l__contain, .wp-block-columns {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}
@media (max-width: 1024px) {
  .l__contain, .wp-block-columns {
    padding: 0 20px;
  }
}
.l__contain--full {
  padding: 0;
}
.l__contain--narrow {
  max-width: 1200px;
}
.l__position--abcenter {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.l__position--flexVertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l__position--flexCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l__panel {
  height: 50vh;
  position: relative;
}
.l__panel--full {
  height: 100vh;
}
.l__bottom {
  margin-bottom: 2em;
}
.l__bottomLg {
  margin-bottom: 5em;
}
.l__left {
  float: left;
}
.l__right {
  float: right;
}
.l__aligncenter {
  text-align: center;
}
.l__alignright {
  text-align: right;
}

.l__wrap {
  position: relative;
}

.l__flexheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l__gridmaintain {
  height: 100%;
}

.l__row {
  clear: both;
}
.l__row__negative5 {
  margin: 0 -5px;
}
.l__row__negative5 > .l__col > .l__col__evenpad, .l__row__negative5 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 5px;
}
.l__row__negative10 {
  margin: 0 -10px;
}
.l__row__negative10 > .l__col > .l__col__evenpad, .l__row__negative10 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 10px;
}
.l__row__negative15 {
  margin: 0 -15px;
}
.l__row__negative15 > .l__col > .l__col__evenpad, .l__row__negative15 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 15px;
}
.l__row__negative20 {
  margin: 0 -20px;
}
.l__row__negative20 > .l__col > .l__col__evenpad, .l__row__negative20 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 20px;
}
.l__row__negative30 {
  margin: 0 -30px;
}
.l__row__negative30 > .l__col > .l__col__evenpad, .l__row__negative30 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 30px;
}
.l__row__altlayout > [class*=l__col], .l__row__altlayout .l__flexheight > [class*=l__col] {
  float: right;
}
@media (max-width: 1366px) {
  .l__row .l__row[data-1366*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-1366*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-1366*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-1366*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-1366*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-1366*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-1366*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-1366*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-1366*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-1366*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1024px) {
  .l__row .l__row[data-1024*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-1024*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-1024*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-1024*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-1024*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-1024*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-1024*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-1024*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-1024*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-1024*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .l__row .l__row[data-768*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-768*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-768*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-768*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-768*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-768*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-768*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-768*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-768*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-768*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .l__row .l__row[data-480*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-480*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-480*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-480*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-480*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-480*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-480*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-480*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-480*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-480*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 360px) {
  .l__row .l__row[data-360*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-360*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-360*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-360*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-360*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-360*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-360*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-360*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-360*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-360*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
.l__row .l__col__evenpad {
  margin: 0 10px;
}
.l__row .l__col__span1, .l__row .l__col__span2, .l__row .l__col__span3, .l__row .l__col__span4, .l__row .l__col__span5, .l__row .l__col__span6, .l__row .l__col__span7, .l__row .l__col__span8, .l__row .l__col__span9, .l__row .l__col__span10, .l__row .l__col__span11, .l__row .l__col__span12 {
  float: left;
}
.l__row .l__col__span1 {
  width: 8.3333333333%;
}
.l__row .l__col__offby1 {
  margin-left: 8.3333333333%;
}
.l__row .l__col__offbyAlt1 {
  margin-right: 8.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1366*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1024*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby768*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby480*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby360*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="1"] {
    margin-right: 8.3333333333%;
  }
}
.l__row .l__col__span2 {
  width: 16.6666666667%;
}
.l__row .l__col__offby2 {
  margin-left: 16.6666666667%;
}
.l__row .l__col__offbyAlt2 {
  margin-right: 16.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1366*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1024*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby768*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby480*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby360*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="2"] {
    margin-right: 16.6666666667%;
  }
}
.l__row .l__col__span3 {
  width: 25%;
}
.l__row .l__col__offby3 {
  margin-left: 25%;
}
.l__row .l__col__offbyAlt3 {
  margin-right: 25%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1366*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1366*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1024*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1024*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby768*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt768*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby480*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt480*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby360*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt360*="3"] {
    margin-right: 25%;
  }
}
.l__row .l__col__span4 {
  width: 33.3333333333%;
}
.l__row .l__col__offby4 {
  margin-left: 33.3333333333%;
}
.l__row .l__col__offbyAlt4 {
  margin-right: 33.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1366*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1024*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby768*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby480*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby360*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="4"] {
    margin-right: 33.3333333333%;
  }
}
.l__row .l__col__span5 {
  width: 41.6666666667%;
}
.l__row .l__col__offby5 {
  margin-left: 41.6666666667%;
}
.l__row .l__col__offbyAlt5 {
  margin-right: 41.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1366*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1024*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby768*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby480*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby360*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="5"] {
    margin-right: 41.6666666667%;
  }
}
.l__row .l__col__span6 {
  width: 50%;
}
.l__row .l__col__offby6 {
  margin-left: 50%;
}
.l__row .l__col__offbyAlt6 {
  margin-right: 50%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1366*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1366*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1024*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1024*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby768*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt768*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby480*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt480*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby360*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt360*="6"] {
    margin-right: 50%;
  }
}
.l__row .l__col__span7 {
  width: 58.3333333333%;
}
.l__row .l__col__offby7 {
  margin-left: 58.3333333333%;
}
.l__row .l__col__offbyAlt7 {
  margin-right: 58.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1366*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1024*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby768*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby480*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby360*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="7"] {
    margin-right: 58.3333333333%;
  }
}
.l__row .l__col__span8 {
  width: 66.6666666667%;
}
.l__row .l__col__offby8 {
  margin-left: 66.6666666667%;
}
.l__row .l__col__offbyAlt8 {
  margin-right: 66.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1366*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1024*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby768*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby480*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby360*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="8"] {
    margin-right: 66.6666666667%;
  }
}
.l__row .l__col__span9 {
  width: 75%;
}
.l__row .l__col__offby9 {
  margin-left: 75%;
}
.l__row .l__col__offbyAlt9 {
  margin-right: 75%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1366*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1366*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1024*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1024*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby768*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt768*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby480*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt480*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby360*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt360*="9"] {
    margin-right: 75%;
  }
}
.l__row .l__col__span10 {
  width: 83.3333333333%;
}
.l__row .l__col__offby10 {
  margin-left: 83.3333333333%;
}
.l__row .l__col__offbyAlt10 {
  margin-right: 83.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1366*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1024*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby768*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby480*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby360*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="10"] {
    margin-right: 83.3333333333%;
  }
}
.l__row .l__col__span11 {
  width: 91.6666666667%;
}
.l__row .l__col__offby11 {
  margin-left: 91.6666666667%;
}
.l__row .l__col__offbyAlt11 {
  margin-right: 91.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1366*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1024*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby768*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby480*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby360*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="11"] {
    margin-right: 91.6666666667%;
  }
}
.l__row .l__col__span12 {
  width: 100%;
}
.l__row .l__col__offby12 {
  margin-left: 100%;
}
.l__row .l__col__offbyAlt12 {
  margin-right: 100%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1366*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1366*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1024*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1024*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby768*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt768*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby480*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt480*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby360*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt360*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1366px) {
  .l__row .l__col[data-offby1366="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-offby1024="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-offby768="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-offby480="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-offby360="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.l__rowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l__rowFlex .l__col__span1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span1[data-1366*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span1[data-1024*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span1[data-768*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span1[data-480*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span1[data-360*="1"] {
    width: 8.3333333333%;
  }
}
.l__rowFlex .l__col__span2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span2[data-1366*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span2[data-1024*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span2[data-768*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span2[data-480*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span2[data-360*="2"] {
    width: 16.6666666667%;
  }
}
.l__rowFlex .l__col__span3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span3[data-1366*="3"] {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span3[data-1024*="3"] {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span3[data-768*="3"] {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span3[data-480*="3"] {
    width: 25%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span3[data-360*="3"] {
    width: 25%;
  }
}
.l__rowFlex .l__col__span4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span4[data-1366*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span4[data-1024*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span4[data-768*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span4[data-480*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span4[data-360*="4"] {
    width: 33.3333333333%;
  }
}
.l__rowFlex .l__col__span5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span5[data-1366*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span5[data-1024*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span5[data-768*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span5[data-480*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span5[data-360*="5"] {
    width: 41.6666666667%;
  }
}
.l__rowFlex .l__col__span6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span6[data-1366*="6"] {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span6[data-1024*="6"] {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span6[data-768*="6"] {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span6[data-480*="6"] {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span6[data-360*="6"] {
    width: 50%;
  }
}
.l__rowFlex .l__col__span7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span7[data-1366*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span7[data-1024*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span7[data-768*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span7[data-480*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span7[data-360*="7"] {
    width: 58.3333333333%;
  }
}
.l__rowFlex .l__col__span8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span8[data-1366*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span8[data-1024*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span8[data-768*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span8[data-480*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span8[data-360*="8"] {
    width: 66.6666666667%;
  }
}
.l__rowFlex .l__col__span9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span9[data-1366*="9"] {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span9[data-1024*="9"] {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span9[data-768*="9"] {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span9[data-480*="9"] {
    width: 75%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span9[data-360*="9"] {
    width: 75%;
  }
}
.l__rowFlex .l__col__span10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span10[data-1366*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span10[data-1024*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span10[data-768*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span10[data-480*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span10[data-360*="10"] {
    width: 83.3333333333%;
  }
}
.l__rowFlex .l__col__span11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span11[data-1366*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span11[data-1024*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span11[data-768*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span11[data-480*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span11[data-360*="11"] {
    width: 91.6666666667%;
  }
}
.l__rowFlex .l__col__span12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span12[data-1366*="12"] {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span12[data-1024*="12"] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span12[data-768*="12"] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span12[data-480*="12"] {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span12[data-360*="12"] {
    width: 100%;
  }
}
.l__rowFlex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1366px) {
  .l__row[data-1366*=flush] {
    margin: 0;
  }
  .l__row[data-1366*=flush] > .l__col > .l__col__evenpad, .l__row[data-1366*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-1366*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-1366*=negative20] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-1366*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-1366*=negative15] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-1366*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-1366*=negative10] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-1366*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-1366*=negative5] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1024px) {
  .l__row[data-1024*=flush] {
    margin: 0;
  }
  .l__row[data-1024*=flush] > .l__col > .l__col__evenpad, .l__row[data-1024*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-1024*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-1024*=negative20] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-1024*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-1024*=negative15] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-1024*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-1024*=negative10] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-1024*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-1024*=negative5] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .l__row[data-768*=flush] {
    margin: 0;
  }
  .l__row[data-768*=flush] > .l__col > .l__col__evenpad, .l__row[data-768*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-768*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-768*=negative20] > .l__col > .l__col__evenpad, .l__row[data-768*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-768*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-768*=negative15] > .l__col > .l__col__evenpad, .l__row[data-768*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-768*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-768*=negative10] > .l__col > .l__col__evenpad, .l__row[data-768*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-768*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-768*=negative5] > .l__col > .l__col__evenpad, .l__row[data-768*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .l__row[data-480*=flush] {
    margin: 0;
  }
  .l__row[data-480*=flush] > .l__col > .l__col__evenpad, .l__row[data-480*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-480*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-480*=negative20] > .l__col > .l__col__evenpad, .l__row[data-480*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-480*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-480*=negative15] > .l__col > .l__col__evenpad, .l__row[data-480*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-480*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-480*=negative10] > .l__col > .l__col__evenpad, .l__row[data-480*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-480*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-480*=negative5] > .l__col > .l__col__evenpad, .l__row[data-480*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 360px) {
  .l__row[data-360*=flush] {
    margin: 0;
  }
  .l__row[data-360*=flush] > .l__col > .l__col__evenpad, .l__row[data-360*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-360*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-360*=negative20] > .l__col > .l__col__evenpad, .l__row[data-360*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-360*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-360*=negative15] > .l__col > .l__col__evenpad, .l__row[data-360*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-360*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-360*=negative10] > .l__col > .l__col__evenpad, .l__row[data-360*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-360*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-360*=negative5] > .l__col > .l__col__evenpad, .l__row[data-360*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1024px) {
  [data-1024*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  [data-768*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  [data-480*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l__row__altlayout .l__col__offby1 {
  margin-right: 8.3333333333%;
}
.l__row__altlayout .l__col__offby2 {
  margin-right: 16.6666666667%;
}
.l__row__altlayout .l__col__offby3 {
  margin-right: 25%;
}
.l__row__altlayout .l__col__offby4 {
  margin-right: 33.3333333333%;
}
.l__row__altlayout .l__col__offby5 {
  margin-right: 41.6666666667%;
}
.l__row__altlayout .l__col__offby6 {
  margin-right: 50%;
}
.l__row__altlayout .l__col__offby7 {
  margin-right: 58.3333333333%;
}
.l__row__altlayout .l__col__offby8 {
  margin-right: 66.6666666667%;
}
.l__row__altlayout .l__col__offby9 {
  margin-right: 75%;
}
.l__row__altlayout .l__col__offby10 {
  margin-right: 83.3333333333%;
}
.l__row__altlayout .l__col__offby11 {
  margin-right: 91.6666666667%;
}
.l__row__altlayout .l__col__offby12 {
  margin-right: 100%;
}

.l__row__colCenter .l__col {
  float: none;
  display: inline-block;
  margin: 0 -2px;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html.nav-open {
  overflow: hidden;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus-visible {
  outline: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body:not(.wp-admin) {
  font-family: "effra", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  -webkit-font-smoothing: antialised;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #1D3354;
  background: #fff;
}
@media (min-width: 1025px) {
  body:not(.wp-admin) {
    overflow-x: visible;
  }
}
body.sticky .m__uspBanner {
  height: 0;
}
body:not(.sticky) .g__header,
body:not(.sticky) .g__headerTop,
body:not(.sticky) .g__headerMain {
  background-color: transparent;
}
body:not(.sticky) .m__nav__item-link {
  color: #fff;
  background: transparent;
}
@media (max-width: 1024px) {
  body:not(.sticky) .m__nav__item-link {
    color: #1D3354;
  }
}
body:not(.sticky) .g__headerTop .links {
  color: #fff;
  background: transparent;
}

#site-content {
  width: 100%;
  float: left;
}
@media (max-width: 1024px) {
  #site-content {
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (max-width: 1024px) {
  .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.btn, .m__form form .hs_submit input[type=submit], .m__form .gform_footer .gform_button, .m__form .gform_footer input[type=submit], .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer input[type=submit], .gform_footer .gform_button, .gform_footer input[type=submit] {
  display: inline-block;
  line-height: 26px;
  padding: 10px 2em;
  text-align: center;
  text-transform: none;
  font-weight: 700;
  font-size: 15px;
  border: solid 2px #1D3354;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  min-width: 190px;
  position: relative;
}
@media (max-width: 480px) {
  .btn, .m__form form .hs_submit input[type=submit], .m__form .gform_footer .gform_button, .m__form .gform_footer input[type=submit], .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer input[type=submit], .gform_footer .gform_button, .gform_footer input[type=submit] {
    width: 100%;
  }
}

.btn:hover, .m__form form .hs_submit input[type=submit]:hover, .m__form .gform_page_footer .gform_previous_button:hover, .m__form .gform_page_footer .gform_next_button:hover, .m__form .gform_page_footer input[type=submit]:hover, .gform_footer .gform_button:hover, .gform_footer input[type=submit]:hover {
  text-decoration: underline;
}
.btn--standard, .m__roush .gform_page_footer input[type=button], .m__roush .gform_page_footer input[type=submit], .m__form form .hs_submit input[type=submit], .m__form .gform_footer .gform_button, .m__form .gform_footer input[type=submit], .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer input[type=submit], .gform_footer .gform_button, .gform_footer input[type=submit] {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--button-background-colour)), color-stop(50%, var(--button-background-hover-colour))) right;
  background: linear-gradient(to left, var(--button-background-colour) 50%, var(--button-background-hover-colour) 50%) right;
  background-size: 250% 150%;
  border-color: var(--button-background-colour);
  color: var(--button-font-colour);
}
.btn--standard:hover, .m__roush .gform_page_footer input[type=button]:hover, .m__roush .gform_page_footer input[type=submit]:hover, .m__form form .hs_submit input[type=submit]:hover, .m__form .gform_page_footer .gform_previous_button:hover, .m__form .gform_page_footer .gform_next_button:hover, .m__form .gform_page_footer input[type=submit]:hover, .gform_footer .gform_button:hover, .gform_footer input[type=submit]:hover, .btn--standard.active, .m__roush .gform_page_footer input.active[type=button], .m__roush .gform_page_footer input.active[type=submit], .m__form form .hs_submit input.active[type=submit], .m__form .gform_page_footer .active.gform_previous_button, .m__form .gform_page_footer .active.gform_next_button, .m__form .gform_page_footer input.active[type=submit], .gform_footer .active.gform_button, .gform_footer input.active[type=submit] {
  border-color: var(--button-background-hover-colour);
  color: var(--button-font-hover-colour);
  /* stylelint-disable-next-line color-function-notation */
  -webkit-box-shadow: 0 5px 35px -10px rgba(var(--button-font-hover-box-shadow), 0.5);
          box-shadow: 0 5px 35px -10px rgba(var(--button-font-hover-box-shadow), 0.5);
  background-position: left;
}
.btn--secondary {
  border-color: var(--button-secondary-background-colour);
  color: var(--button-secondary-font-colour);
}

.tertiary-link {
  font-weight: 900;
  color: #1D3354;
  position: relative;
  padding-right: 15px;
}
.tertiary-link::after {
  content: "";
  position: absolute;
  right: 0;
  height: 9px;
  width: 9px;
  background: url("../images/icons/link-arrow-blue.svg") center/cover no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.tertiary-link span {
  position: relative;
}
.tertiary-link span::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 1px;
  width: 0;
  background-color: #1D3354;
  bottom: 0;
}
.tertiary-link-white {
  color: #fff;
}
.tertiary-link-white::after {
  background-image: url("../images/icons/link-arrow.svg");
}
.tertiary-link-white span::before {
  background-color: #fff;
}
.tertiary-link:hover::after {
  opacity: 1;
}
.tertiary-link:hover span::before {
  width: 100%;
}

.close-btn {
  padding-right: 30px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.close-btn:hover {
  opacity: 0.5;
}
.close-btn::before, .close-btn::after {
  position: absolute;
  right: 10px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #F9F7F7;
}
.close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.link-text {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #1D3354;
  font-weight: 700;
  position: relative;
}
.link-text:hover {
  text-decoration: underline;
}
.link-text:hover::after {
  content: "";
  display: block;
  background-image: url("../images/icons/link-arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  height: 12px;
  width: 12px;
}

.play-btn {
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.35);
          box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.35);
}
.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 27px solid #1071C3;
}
@media (max-width: 768px) {
  .play-btn {
    height: 46px;
    width: 46px;
  }
  .play-btn::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #1071C3;
  }
}
.play-btn:hover {
  background-color: #1071C3;
}
.play-btn:hover::before {
  border-left-color: #fff;
}

.m__pagination {
  text-align: center;
  width: 100%;
  float: left;
  margin: 1em 0 2em;
}
.m__pagination ul {
  margin: 0;
  padding: 0;
}
.m__pagination ul li {
  display: inline-block;
}
.m__pagination ul li a,
.m__pagination ul li .page-numbers {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  margin: 0 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m__pagination ul li a:not(.current):hover:not(.dots),
.m__pagination ul li .page-numbers:not(.current):hover:not(.dots) {
  text-decoration: underline;
  font-weight: 700;
}
.m__pagination ul li a.prev,
.m__pagination ul li .page-numbers.prev {
  margin-right: 1em;
}
.m__pagination ul li a.prev::before,
.m__pagination ul li .page-numbers.prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  border-top: 2px solid #1D3354;
  border-left: 2px solid #1D3354;
  left: 16px;
}
.m__pagination ul li a.next,
.m__pagination ul li .page-numbers.next {
  margin-left: 1em;
}
.m__pagination ul li a.next::before,
.m__pagination ul li .page-numbers.next::before {
  top: 14px;
  left: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #1D3354;
  border-right: 2px solid #1D3354;
}
.m__pagination ul li a.next, .m__pagination ul li a.prev,
.m__pagination ul li .page-numbers.next,
.m__pagination ul li .page-numbers.prev {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #1D3354;
  width: 41px;
  height: 41px;
}
.m__pagination ul li a.next::before, .m__pagination ul li a.prev::before,
.m__pagination ul li .page-numbers.next::before,
.m__pagination ul li .page-numbers.prev::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
}
.m__pagination ul li a.next.inactive, .m__pagination ul li a.prev.inactive,
.m__pagination ul li .page-numbers.next.inactive,
.m__pagination ul li .page-numbers.prev.inactive {
  cursor: default;
  opacity: 0.5;
}
.m__pagination ul li a.next:not(.inactive):hover, .m__pagination ul li a.prev:not(.inactive):hover,
.m__pagination ul li .page-numbers.next:not(.inactive):hover,
.m__pagination ul li .page-numbers.prev:not(.inactive):hover {
  background-color: #1D3354;
}
.m__pagination ul li a.next:not(.inactive):hover::before, .m__pagination ul li a.prev:not(.inactive):hover::before,
.m__pagination ul li .page-numbers.next:not(.inactive):hover::before,
.m__pagination ul li .page-numbers.prev:not(.inactive):hover::before {
  border-color: #fff;
}
.m__pagination ul li .current {
  font-weight: 700;
  text-decoration: underline;
}
.m__pagination ul li .current::after {
  width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  [data-anim*=fade] {
    opacity: 1;
  }
}
[data-anim*=fade] {
  opacity: 0;
}

.no-js [data-anim*=fade] {
  opacity: 1;
}

[data-anim] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
[data-anim][data-anim__delay="1"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
[data-anim][data-anim__duration="1"] {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}
[data-anim][data-anim__delay="2"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
[data-anim][data-anim__duration="2"] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
[data-anim][data-anim__delay="3"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
[data-anim][data-anim__duration="3"] {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
[data-anim][data-anim__delay="4"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
[data-anim][data-anim__duration="4"] {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
[data-anim][data-anim__delay="5"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
[data-anim][data-anim__duration="5"] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
[data-anim][data-anim__delay="6"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
[data-anim][data-anim__duration="6"] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
[data-anim][data-anim__delay="7"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
[data-anim][data-anim__duration="7"] {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
[data-anim][data-anim__delay="8"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
[data-anim][data-anim__duration="8"] {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
[data-anim][data-anim__delay="9"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
[data-anim][data-anim__duration="9"] {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}
[data-anim][data-anim__delay="10"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
[data-anim][data-anim__duration="10"] {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
[data-anim][data-anim__delay="11"] {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
[data-anim][data-anim__duration="11"] {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
[data-anim][data-anim__delay="12"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
[data-anim][data-anim__duration="12"] {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
[data-anim][data-anim__delay="13"] {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
[data-anim][data-anim__duration="13"] {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
[data-anim][data-anim__delay="14"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
[data-anim][data-anim__duration="14"] {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
[data-anim][data-anim__delay="15"] {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
[data-anim][data-anim__duration="15"] {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
[data-anim][data-anim__delay="16"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
[data-anim][data-anim__duration="16"] {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
[data-anim][data-anim__delay="17"] {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
[data-anim][data-anim__duration="17"] {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}
[data-anim][data-anim__delay="18"] {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
[data-anim][data-anim__duration="18"] {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
[data-anim][data-anim__delay="19"] {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
[data-anim][data-anim__duration="19"] {
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}
[data-anim][data-anim__delay="20"] {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
[data-anim][data-anim__duration="20"] {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
[data-anim][data-anim__delay="21"] {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
[data-anim][data-anim__duration="21"] {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}
[data-anim][data-anim__delay="22"] {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
[data-anim][data-anim__duration="22"] {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}
[data-anim][data-anim__delay="23"] {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
[data-anim][data-anim__duration="23"] {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}
[data-anim][data-anim__delay="24"] {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
[data-anim][data-anim__duration="24"] {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}
[data-anim][data-anim__delay="25"] {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
[data-anim][data-anim__duration="25"] {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
[data-anim][data-anim__delay="26"] {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
[data-anim][data-anim__duration="26"] {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}
[data-anim][data-anim__delay="27"] {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
[data-anim][data-anim__duration="27"] {
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
}
[data-anim][data-anim__delay="28"] {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
[data-anim][data-anim__duration="28"] {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}
[data-anim][data-anim__delay="29"] {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
[data-anim][data-anim__duration="29"] {
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
}
[data-anim][data-anim__delay="30"] {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
[data-anim][data-anim__duration="30"] {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
[data-anim][data-anim__delay="31"] {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
[data-anim][data-anim__duration="31"] {
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
}
[data-anim][data-anim__delay="32"] {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
[data-anim][data-anim__duration="32"] {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}
[data-anim][data-anim__delay="33"] {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
[data-anim][data-anim__duration="33"] {
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
}
[data-anim][data-anim__delay="34"] {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
[data-anim][data-anim__duration="34"] {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}
[data-anim][data-anim__delay="35"] {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
[data-anim][data-anim__duration="35"] {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
[data-anim][data-anim__delay="36"] {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
[data-anim][data-anim__duration="36"] {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}
[data-anim][data-anim__delay="37"] {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
[data-anim][data-anim__duration="37"] {
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
}
[data-anim][data-anim__delay="38"] {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
[data-anim][data-anim__duration="38"] {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}
[data-anim][data-anim__delay="39"] {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
[data-anim][data-anim__duration="39"] {
  -webkit-animation-duration: 3.9s;
          animation-duration: 3.9s;
}
[data-anim][data-anim__delay="40"] {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
[data-anim][data-anim__duration="40"] {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
[data-anim][data-anim__delay="41"] {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
[data-anim][data-anim__duration="41"] {
  -webkit-animation-duration: 4.1s;
          animation-duration: 4.1s;
}
[data-anim][data-anim__delay="42"] {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
[data-anim][data-anim__duration="42"] {
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
}
[data-anim][data-anim__delay="43"] {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
[data-anim][data-anim__duration="43"] {
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
}
[data-anim][data-anim__delay="44"] {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
[data-anim][data-anim__duration="44"] {
  -webkit-animation-duration: 4.4s;
          animation-duration: 4.4s;
}
[data-anim][data-anim__delay="45"] {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
[data-anim][data-anim__duration="45"] {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
[data-anim][data-anim__delay="46"] {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
[data-anim][data-anim__duration="46"] {
  -webkit-animation-duration: 4.6s;
          animation-duration: 4.6s;
}
[data-anim][data-anim__delay="47"] {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
[data-anim][data-anim__duration="47"] {
  -webkit-animation-duration: 4.7s;
          animation-duration: 4.7s;
}
[data-anim][data-anim__delay="48"] {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
[data-anim][data-anim__duration="48"] {
  -webkit-animation-duration: 4.8s;
          animation-duration: 4.8s;
}
[data-anim][data-anim__delay="49"] {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
[data-anim][data-anim__duration="49"] {
  -webkit-animation-duration: 4.9s;
          animation-duration: 4.9s;
}
[data-anim][data-anim__delay="50"] {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
[data-anim][data-anim__duration="50"] {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__animate=true][data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim][data-anim__animate=true][data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim][data-anim__animate=true][data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__iteration=infinte] {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -moz-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -o-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -moz-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -o-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -moz-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -o-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -moz-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -o-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(700px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(700px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -moz-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateY(700px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -o-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -o-transform: translateY(700px);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -moz-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -o-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.c__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c__embed iframe,
.c__embed object,
.c__embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c__listings {
  padding: 4em 0;
  background-color: #F9F7F7;
  position: relative;
  color: #1D3354;
}
.c__listings__faqs {
  padding: 0;
  background-color: transparent;
}
.c__listings::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #F9F7F7;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.c__listings__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
.c__listings__top__right {
  text-align: right;
}
@media (max-width: 1024px) {
  .c__listings__top__right {
    display: none;
  }
}
.c__listings__top p {
  margin: 0;
}
@media (max-width: 1024px) {
  .c__listings__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c__listings__title {
  margin-bottom: 13px;
  display: inline-block;
}
.c__listings__all.mobile {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .c__listings__all.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .c__listings__all.mobile {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

.c__tease {
  height: 100%;
  position: relative;
  padding-bottom: 4.5em;
}
.c__tease--postlink:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.c__tease--postlink:focus-visible .c__tease {
  outline: 2px solid #1071C3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c__tease.nolink {
  padding-bottom: 0;
}
.c__tease a {
  display: block;
}
.c__tease__img {
  position: relative;
  margin-bottom: 1em;
}
.c__tease__img.fallback {
  background: url("../images/logo-blue.svg") center/60% no-repeat #fff;
}
.c__tease__img > span {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  background: #1D3354;
  padding: 5px 10px;
}
.c__tease__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c__tease__content p:last-of-type {
  margin: 0;
}
.c__tease__content time {
  display: block;
  margin: 0 0 1em;
}
.c__tease__content .btn, .c__tease__content .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .c__tease__content input[type=submit], .c__tease__content .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .c__tease__content .gform_previous_button, .c__tease__content .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .c__tease__content .gform_next_button, .c__tease__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__tease__content input[type=submit], .c__tease__content .gform_footer .gform_button, .gform_footer .c__tease__content .gform_button, .c__tease__content .gform_footer input[type=submit], .gform_footer .c__tease__content input[type=submit] {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .c__tease__content .btn, .c__tease__content .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .c__tease__content input[type=submit], .c__tease__content .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .c__tease__content .gform_previous_button, .c__tease__content .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .c__tease__content .gform_next_button, .c__tease__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__tease__content input[type=submit], .c__tease__content .gform_footer .gform_button, .gform_footer .c__tease__content .gform_button, .c__tease__content .gform_footer input[type=submit], .gform_footer .c__tease__content input[type=submit] {
    width: 100%;
  }
}
.c__tease--team-member {
  -webkit-box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.3490196078);
          box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.3490196078);
}
.c__tease--team-member .c__tease__img {
  background: #D5D5D5 top center/cover no-repeat;
}
.c__tease--team-member .c__tease__img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.c__tease--team-member .c__tease__content {
  padding: 10px 20px 5em;
  color: #1071C3;
  position: relative;
}
.c__tease--team-member .c__tease__content.nolink {
  padding: 10px 20px 1em;
}
.c__tease--team-member .c__tease__content p {
  margin: 0;
}
.c__tease--team-member .c__tease__content a span {
  position: relative;
}
.c__tease--team-member .c__tease__content a span::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  background-color: #1D3354;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c__tease--team-member .c__tease__content a span.sr-only {
  position: absolute;
}
.c__tease--team-member .c__tease__content a:not(.linkedin) {
  display: inline-block;
  text-decoration: none;
}
.c__tease--team-member .c__tease__content a:not(.linkedin):hover span::before {
  width: 100%;
}
.c__tease--team-member .c__tease__content a.linkedin {
  position: absolute;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  background-color: #1071C3;
  bottom: 1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c__tease--team-member .c__tease__content a.linkedin svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c__tease--team-member .c__tease__content a.linkedin:hover svg {
  fill: #1D3354;
}
.c__tease--team-member .c__tease__content h3 {
  color: #1D3354;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}
.c__tease--team-member .c__tease__content--top {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #1D3354;
}
.c__tease--post {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  -webkit-box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.3490196078);
          box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.3490196078);
  min-height: 200px;
}
@media (max-width: 768px) {
  .c__tease--post {
    min-height: 150px;
  }
}
.c__tease--post .c__tease__img {
  width: 50%;
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .c__tease--post .c__tease__img {
    width: 37%;
  }
  .c__tease--post .c__tease__img::before {
    padding-top: 32%;
  }
}
.c__tease--post .c__tease__content {
  padding: 2em 1em 4em;
  width: 50%;
  position: relative;
}
@media (max-width: 1024px) {
  .c__tease--post .c__tease__content {
    width: 63%;
    padding: 1em 1em 3em;
  }
}
.c__tease--post .c__tease__content h4 {
  font-size: 20px;
  line-height: 26px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .c__tease--post .c__tease__content h4 {
    font-size: 15px;
    line-height: 15px;
  }
}
.c__tease--post .c__tease__content p {
  position: absolute;
  bottom: 1em;
  font-size: 12px;
  line-height: 20px;
  color: #1071C3;
}
.c__tease--post .c__tease__content .c__tease__link {
  height: 31px;
  width: 31px;
  position: absolute;
  bottom: 8px;
  right: 1em;
  background: url("../images/icons/tease-link.svg") center/cover no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c__tease--post:hover h4 {
  color: #1071C3;
}
.c__tease--post:hover .c__tease__link {
  opacity: 1;
}

.c__gap {
  margin-top: 5em;
}
.c__gap--small {
  margin-top: 2em;
}

.c__block {
  margin-bottom: 5em;
}
.c__block--small {
  margin-bottom: 2em;
}

.c__searchItem {
  padding: 2em 0;
  border-bottom: 1px solid #D5D5D5;
}
.c__searchItem:first-of-type {
  padding-top: 0;
}

.c__loader {
  display: none;
  position: relative;
  margin: 2em auto 4em;
  width: 120px;
  height: 120px;
  clear: both;
}
.c__loader.active {
  display: block;
}
.c__loader--white div {
  border: 12px solid #fff;
  border-color: #fff transparent transparent transparent;
}
.c__loader div {
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  margin: 12px;
  border: 12px solid #1D3354;
  border-radius: 50%;
  -webkit-animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1D3354 transparent transparent transparent;
}
.c__loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.c__loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.c__loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-block-table table {
  border: 1px solid transparent;
}
.wp-block-table table th,
.wp-block-table table td {
  border: 1px solid transparent;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.c__social-links {
  margin: 0;
  padding: 0;
}
.c__social-links__icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0.5em;
}
.c__social-links__icon:first-of-type {
  margin-left: 0;
}
.c__social-links__icon a {
  background: #1D3354;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 32px;
  display: block;
}
.c__social-links__icon a svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 16px;
}
.c__social-links__icon a:hover, .c__social-links__icon a:focus {
  background: #fff;
}
.c__social-links__icon a:hover svg, .c__social-links__icon a:focus svg {
  fill: #1071C3;
}
.c__social-links--light .c__social-links__icon a {
  background: #fff;
}
.c__social-links--light .c__social-links__icon a svg {
  fill: #1D3354;
}
.c__social-links--light .c__social-links__icon a:hover {
  background: #1071C3;
}
.c__social-links--light .c__social-links__icon a:hover svg {
  fill: #1D3354;
}

.m__social-share {
  display: block;
}
.m__social-share span {
  margin-right: 1em;
}
.m__social-share span, .m__social-share .c__social-links {
  display: inline-block;
  vertical-align: middle;
}

.c__filter {
  float: left;
  width: 100%;
}
@media (min-width: 769px) {
  .c__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c__filter__faqs select {
  display: none;
}
@media (max-width: 1024px) {
  .c__filter__faqs select {
    display: block;
  }
}
@media (max-width: 1024px) {
  .c__filter__faqs .c__filter__links {
    display: none;
  }
}
.c__filter__wrap {
  background-color: #1D3354;
  color: #fff;
  padding: 1.5em 1em;
}
.c__filter label {
  margin-right: 1.5em;
  font-weight: 700;
}
.c__filter form {
  width: 100%;
}
@media (max-width: 768px) {
  .c__filter__category {
    margin-bottom: 1.5em;
  }
}
.c__filter select {
  width: 281px;
}
@media (max-width: 1024px) {
  .c__filter select {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .c__filter .c__filter__links {
    display: none;
  }
}
.c__filter .c__filter__links li {
  display: inline-block;
}
.c__filter .c__filter__links li.name {
  font-weight: bold;
  margin-right: 1.5em;
}
.c__filter .c__filter__links li:not(.name) {
  border: solid 1px #1D3354;
  margin-right: 0.5em;
  line-height: 40px;
  padding: 0 1em;
  cursor: pointer;
}
.c__filter .c__filter__links li:not(.name):hover, .c__filter .c__filter__links li:not(.name).active {
  color: #fff;
  background: #1D3354;
}

.c__active__filters {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
@media (max-width: 480px) {
  .c__active__filters a {
    width: 100%;
  }
}
.c__active__filters .c__filter__remove {
  padding: 1em 3em 1em 1em;
  background-color: #1D3354;
  color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c__active__filters .c__filter__remove::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 1em;
  top: 50%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c__active__filters .c__filter__remove::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  right: 1em;
  top: 50%;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .c__active__filters .c__filter__remove {
    width: 100%;
  }
}
.c__active__filters .c__filter__remove p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.c__active__filters .c__filter__remove:hover {
  color: #1D3354;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.3490196078);
          box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.3490196078);
}
.c__active__filters .c__filter__remove:hover::before, .c__active__filters .c__filter__remove:hover::after {
  background-color: #1D3354;
}

#load-more {
  margin: -1em auto 3em;
  display: block;
}
#load-more.hide {
  display: none;
}

.c__filters__wrapper {
  float: left;
  width: 100%;
}
.c__filters__wrapper .c__filter {
  float: none;
  width: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tab-only {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.tab-only:focus, .tab-only:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

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

.dark-overlay {
  position: relative;
}
.dark-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.333);
}

.hide {
  display: none;
}

[data-bkimage] {
  background: transparent center/cover no-repeat;
}

.cf::before,
.cf::after,
.l__row::before,
.l__row::after {
  content: " ";
  display: table;
  height: 0;
  width: 0;
}

.cf::after,
.l__row::after {
  clear: both;
}

h1, .c__heroSlider .c__heroSlider__itemContent h2, h2, h3, h4, h5, h6 {
  line-height: 1.2571;
  margin: 0 0 0.5em;
  font-weight: 700;
}

h1, .c__heroSlider .c__heroSlider__itemContent h2 {
  font-size: 50px;
  line-height: 55px;
}
@media (max-width: 768px) {
  h1, .c__heroSlider .c__heroSlider__itemContent h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

h3 {
  font-size: 24px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:focus-visible {
  outline: 1px solid #000;
  text-decoration: none;
}

p {
  margin: 0 0 1.618em 0;
  /* stylelint-disable-next-line no-descending-specificity */
}
p a {
  text-decoration: underline;
}
p a:hover, p a:focus, p a:active {
  text-decoration: none;
}

ol {
  counter-reset: item;
  margin: 1em 0 1.618em;
  padding: 0 0 0 1.875em;
}
ol li {
  counter-increment: item;
  padding: 0;
  position: relative;
}
ol ol {
  margin-bottom: 0;
}
ol.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.nolist li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 1em 0 1.618em;
  padding: 0 0 0 1.25em;
}
ul ul {
  margin: 0;
}
ul.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.inline-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.nolist li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 1.25em 0;
}
dl dd, dl dt {
  padding: 0 0 0.625em;
}

blockquote {
  border-left: solid 3px #1D3354;
  margin: 1.5em 0;
  padding-left: 2em;
}
blockquote p {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 1em;
}

hr {
  height: 1px;
  border: 0;
  background: #1D3354;
  margin: 0;
  width: 100%;
}

*::-webkit-input-placeholder {
  color: #2c2c32;
}

*:-moz-placeholder {
  color: #2c2c32;
}

*::-moz-placeholder {
  color: #2c2c32;
}

*:-ms-input-placeholder {
  color: #2c2c32;
}

:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #1D3354;
          box-shadow: 0 0 0 2px #1D3354;
}

input:not([type=submit], [type=checkbox], [type=radio]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.75em 1em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 24px;
  border-radius: 0;
  border: 2px solid #1D3354;
  background-color: #fff;
}

input:not([type=submit], [type=checkbox], [type=radio]):focus {
  border: 2px solid #1071C3;
}
input:not([type=submit], [type=checkbox], [type=radio]):focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  padding-right: 45px;
  background-image: url("../images/icons/select-arrow.svg");
  background-position-x: 100%;
  background-position-x: calc(100% - 15px);
  background-position-y: center;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #1D3354;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border: 2px solid #1071C3;
}
select:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox], input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #1D3354;
  width: 25px;
  height: 25px;
  background-color: #fff;
  outline: 0;
  margin: 0 0.25em 0 0;
}
input[type=checkbox]:checked::before, input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #1D3354;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

textarea {
  max-height: 150px;
}
textarea:focus {
  border: 2px solid #1071C3;
}
textarea:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.validation_error {
  margin-bottom: 1em;
  color: red;
}

.gform_wrapper {
  position: relative;
}

.gform_body .gfield_description {
  margin-bottom: 1em;
}
.gform_body .gfield_radio li {
  display: inline-block;
}
.gform_body .gfield_radio li label {
  margin: 0 1em 1em 0.5em;
}
.gform_body .gform_fields {
  margin: 0 -1em;
  padding: 0;
  list-style: none;
}
.gform_body .gform_fields::before, .gform_body .gform_fields::after {
  content: " ";
  display: table;
  height: 0;
  width: 0;
}
.gform_body .gform_fields::after {
  clear: both;
}
.gform_body .gform_fields .gfield {
  float: left;
  width: 100%;
  margin: 0 0 1em;
  padding: 0 1em;
  position: relative;
}
.gform_body .gform_fields .gfield ul {
  padding: 0;
  list-style: none;
}
.gform_body .gform_fields .gfield label, .gform_body .gform_fields .gfield .gfield_label {
  margin-right: 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  max-width: calc(100% - 35px);
}
.gform_body .gform_fields .gfield label a, .gform_body .gform_fields .gfield .gfield_label a {
  text-decoration: underline;
  /* stylelint-disable-next-line no-descending-specificity */
}
.gform_body .gform_fields .gfield label a:hover, .gform_body .gform_fields .gfield label a:focus, .gform_body .gform_fields .gfield .gfield_label a:hover, .gform_body .gform_fields .gfield .gfield_label a:focus {
  text-decoration: none;
}
.gform_body .gform_fields .gfield.gfield_visibility_hidden, .gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gform_hidden {
  display: none;
}
.gform_body .gform_fields .gfield.sidelabel label, .gform_body .gform_fields .gfield.sidelabel .ginput_container {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .gform_body .gform_fields .gfield.sidelabel label, .gform_body .gform_fields .gfield.sidelabel .ginput_container {
    width: 100%;
  }
}
.gform_body .gform_fields .gfield.nolabel .gfield_label:not(.gfield_consent_label),
.gform_body .gform_fields .gfield.nolabel .gfield_required:not(.gfield_consent_label), .gform_body .gform_fields .gfield.hidden_label .gfield_label:not(.gfield_consent_label),
.gform_body .gform_fields .gfield.hidden_label .gfield_required:not(.gfield_consent_label) {
  display: none;
}
.gform_body .gform_fields .gfield.nolabel li label, .gform_body .gform_fields .gfield.hidden_label li label {
  display: inline;
}
.gform_body .gform_fields .gfield.gfield_error {
  margin-bottom: 2em;
}
.gform_body .gform_fields .gfield.gfield_error input,
.gform_body .gform_fields .gfield.gfield_error textarea,
.gform_body .gform_fields .gfield.gfield_error select {
  border-color: red;
}
.gform_body .gform_fields .gfield.gfield_error::-webkit-input-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error:-moz-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error::-moz-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error:-ms-input-placeholder {
  color: red;
}
.gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox label::before,
.gform_body .gform_fields .gfield.gfield_error .ginput_container_consent label::before {
  border-color: red;
}
.gform_body .gform_fields .gfield.gfield_error .validation_message {
  color: red;
  margin-bottom: 0;
  position: absolute;
  bottom: -22px;
}
.gform_body .gform_fields .gfield.field-col-12 {
  width: 100%;
}
.gform_body .gform_fields .gfield.field-col-8 {
  width: 70%;
}
.gform_body .gform_fields .gfield.field-col-7 {
  width: 65%;
}
.gform_body .gform_fields .gfield.field-col-6 {
  width: 50%;
}
.gform_body .gform_fields .gfield.field-col-5 {
  width: 35%;
}
.gform_body .gform_fields .gfield.field-col-4 {
  width: 30%;
}
.gform_body .gform_fields .gfield.field-col-3 {
  width: 25%;
}
.gform_body .gform_fields .gfield.field-col-2 {
  width: 20%;
}
@media (max-width: 768px) {
  .gform_body .gform_fields .gfield.field-col-8, .gform_body .gform_fields .gfield.field-col-7, .gform_body .gform_fields .gfield.field-col-6, .gform_body .gform_fields .gfield.field-col-5, .gform_body .gform_fields .gfield.field-col-4, .gform_body .gform_fields .gfield.field-col-3, .gform_body .gform_fields .gfield.field-col-2 {
    width: 100%;
  }
}

body img.gform_ajax_spinner {
  display: block;
  margin: 1em 0 0;
  max-width: 40px;
}

#ui-datepicker-div {
  background: #fff;
  border: 1px solid #F9F7F7;
  display: none;
  padding: 1em;
  width: 300px;
}
#ui-datepicker-div .ui-icon {
  display: none;
}
#ui-datepicker-div .ui-datepicker-title {
  margin: 0 -2.5%;
}
#ui-datepicker-div .ui-datepicker-title select {
  width: 45%;
  margin: 0 2.5% 1.5em;
  display: inline-block;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div table td, #ui-datepicker-div table th {
  text-align: center;
}
#ui-datepicker-div table td a {
  display: block;
  padding: 5px;
}
#ui-datepicker-div .ui-datepicker-today {
  background-color: #1D3354;
}
#ui-datepicker-div .ui-datepicker-today a {
  color: #fff;
}

html.mz_no-js {
  margin-top: 0 !important;
}

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
}

.g__header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  float: left;
  border: none;
  top: 0;
  left: 0;
  background: #fff;
}
@media (min-width: 1025px) {
  .g__header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.g__headerTop {
  height: 45px;
  background: #F9F7F7;
  line-height: 45px;
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .g__headerTop {
    display: none;
  }
}
.g__headerTop ul {
  float: left;
}
.g__headerTop ul.links {
  float: right;
}
.g__headerTop ul li {
  display: inline-block;
  line-height: 46px;
  margin-right: 1em;
}
.g__headerTop ul li:last-of-type {
  margin-right: 0;
}
.g__headerTop ul li:hover, .g__headerTop ul li:focus, .g__headerTop ul li.active {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .g__headerMain .l__contain, .g__headerMain .wp-block-columns {
    padding: 0;
  }
}
.g__header__logo {
  float: left;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .g__header__logo {
    margin-left: 20px;
  }
}
.g__header__logo a {
  display: block;
}
.g__header__logo img, .g__header__logo svg {
  display: block;
  width: auto;
  height: 60px;
}
@media (max-width: 1024px) {
  .g__header__logo img, .g__header__logo svg {
    height: 40px;
  }
}
.g__header__logo img.logo-alt, .g__header__logo svg.logo-alt {
  display: none;
}
.g__header__actions {
  float: right;
  margin-top: 24px;
  text-align: right;
  width: 275px;
}
@media (max-width: 1024px) {
  .g__header__actions {
    margin-top: 15px;
    width: auto;
    position: absolute;
    top: 0;
    right: 70px;
  }
}
.g__header__actions a, .g__header__actions label {
  display: inline-block;
  margin-left: 1em;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .g__header__actions a.btn, .g__header__actions .m__form .gform_page_footer a.gform_previous_button, .m__form .gform_page_footer .g__header__actions a.gform_previous_button, .g__header__actions .m__form .gform_page_footer a.gform_next_button, .m__form .gform_page_footer .g__header__actions a.gform_next_button, .g__header__actions .gform_footer a.gform_button, .gform_footer .g__header__actions a.gform_button, .g__header__actions label.btn, .g__header__actions .m__form .gform_page_footer label.gform_previous_button, .m__form .gform_page_footer .g__header__actions label.gform_previous_button, .g__header__actions .m__form .gform_page_footer label.gform_next_button, .m__form .gform_page_footer .g__header__actions label.gform_next_button, .g__header__actions .gform_footer label.gform_button, .gform_footer .g__header__actions label.gform_button {
    line-height: 15px;
    max-width: none;
    width: auto;
    font-size: 12px;
    min-width: 0;
  }
}
@media (max-width: 400px) {
  .g__header__actions a.btn, .g__header__actions .m__form .gform_page_footer a.gform_previous_button, .m__form .gform_page_footer .g__header__actions a.gform_previous_button, .g__header__actions .m__form .gform_page_footer a.gform_next_button, .m__form .gform_page_footer .g__header__actions a.gform_next_button, .g__header__actions .gform_footer a.gform_button, .gform_footer .g__header__actions a.gform_button, .g__header__actions label.btn, .g__header__actions .m__form .gform_page_footer label.gform_previous_button, .m__form .gform_page_footer .g__header__actions label.gform_previous_button, .g__header__actions .m__form .gform_page_footer label.gform_next_button, .m__form .gform_page_footer .g__header__actions label.gform_next_button, .g__header__actions .gform_footer label.gform_button, .gform_footer .g__header__actions label.gform_button {
    display: none;
  }
}
.g__header__actions a.btn:hover, .g__header__actions .m__form .gform_page_footer a.gform_previous_button:hover, .m__form .gform_page_footer .g__header__actions a.gform_previous_button:hover, .g__header__actions .m__form .gform_page_footer a.gform_next_button:hover, .m__form .gform_page_footer .g__header__actions a.gform_next_button:hover, .g__header__actions .gform_footer a.gform_button:hover, .gform_footer .g__header__actions a.gform_button:hover, .g__header__actions label.btn:hover, .g__header__actions .m__form .gform_page_footer label.gform_previous_button:hover, .m__form .gform_page_footer .g__header__actions label.gform_previous_button:hover, .g__header__actions .m__form .gform_page_footer label.gform_next_button:hover, .m__form .gform_page_footer .g__header__actions label.gform_next_button:hover, .g__header__actions .gform_footer label.gform_button:hover, .gform_footer .g__header__actions label.gform_button:hover {
  color: var(--button-font-hover-colour);
}
.g__header__actions a.btn:first-of-type, .g__header__actions .m__form .gform_page_footer a.gform_previous_button:first-of-type, .m__form .gform_page_footer .g__header__actions a.gform_previous_button:first-of-type, .g__header__actions .m__form .gform_page_footer a.gform_next_button:first-of-type, .m__form .gform_page_footer .g__header__actions a.gform_next_button:first-of-type, .g__header__actions .gform_footer a.gform_button:first-of-type, .gform_footer .g__header__actions a.gform_button:first-of-type, .g__header__actions label.btn:first-of-type, .g__header__actions .m__form .gform_page_footer label.gform_previous_button:first-of-type, .m__form .gform_page_footer .g__header__actions label.gform_previous_button:first-of-type, .g__header__actions .m__form .gform_page_footer label.gform_next_button:first-of-type, .m__form .gform_page_footer .g__header__actions label.gform_next_button:first-of-type, .g__header__actions .gform_footer label.gform_button:first-of-type, .gform_footer .g__header__actions label.gform_button:first-of-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 6px;
}
.g__header__actions a.btn:first-of-type::before, .g__header__actions .m__form .gform_page_footer a.gform_previous_button:first-of-type::before, .m__form .gform_page_footer .g__header__actions a.gform_previous_button:first-of-type::before, .g__header__actions .m__form .gform_page_footer a.gform_next_button:first-of-type::before, .m__form .gform_page_footer .g__header__actions a.gform_next_button:first-of-type::before, .g__header__actions .gform_footer a.gform_button:first-of-type::before, .gform_footer .g__header__actions a.gform_button:first-of-type::before, .g__header__actions label.btn:first-of-type::before, .g__header__actions .m__form .gform_page_footer label.gform_previous_button:first-of-type::before, .m__form .gform_page_footer .g__header__actions label.gform_previous_button:first-of-type::before, .g__header__actions .m__form .gform_page_footer label.gform_next_button:first-of-type::before, .m__form .gform_page_footer .g__header__actions label.gform_next_button:first-of-type::before, .g__header__actions .gform_footer label.gform_button:first-of-type::before, .gform_footer .g__header__actions label.gform_button:first-of-type::before {
  content: "";
  -webkit-transition: 300ms;
  transition: 300ms;
  display: inline-block;
  position: relative;
  margin-top: -2px;
  width: 17px;
  height: 17px;
  background-image: url("https://dccpropane.com/wp-content/uploads/2024/06/get-a-qoute.png");
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-color: transparent;
}
.g__header__actions a.btn:first-of-type:hover::before, .g__header__actions .m__form .gform_page_footer a.gform_previous_button:first-of-type:hover::before, .m__form .gform_page_footer .g__header__actions a.gform_previous_button:first-of-type:hover::before, .g__header__actions .m__form .gform_page_footer a.gform_next_button:first-of-type:hover::before, .m__form .gform_page_footer .g__header__actions a.gform_next_button:first-of-type:hover::before, .g__header__actions .gform_footer a.gform_button:first-of-type:hover::before, .gform_footer .g__header__actions a.gform_button:first-of-type:hover::before, .g__header__actions label.btn:first-of-type:hover::before, .g__header__actions .m__form .gform_page_footer label.gform_previous_button:first-of-type:hover::before, .m__form .gform_page_footer .g__header__actions label.gform_previous_button:first-of-type:hover::before, .g__header__actions .m__form .gform_page_footer label.gform_next_button:first-of-type:hover::before, .m__form .gform_page_footer .g__header__actions label.gform_next_button:first-of-type:hover::before, .g__header__actions .gform_footer label.gform_button:first-of-type:hover::before, .gform_footer .g__header__actions label.gform_button:first-of-type:hover::before {
  background-image: url("https://dccpropane.com/wp-content/uploads/2024/06/get-a-quote-blue.png");
}
.g__header__actions a svg, .g__header__actions label svg {
  fill: #1071C3;
  vertical-align: top;
  height: 24px;
  width: 22px;
}
@media (min-width: 1025px) {
  .g__header__actions a svg, .g__header__actions label svg {
    margin-right: 0.25em;
    height: 32px;
  }
}
.g__header__actions a > span, .g__header__actions label > span {
  vertical-align: top;
}
@media (max-width: 1024px) {
  .g__header__actions a > span, .g__header__actions label > span {
    display: none;
  }
}
.g__header__actions a:hover, .g__header__actions label:hover {
  color: #1D3354;
}
.g__header__actions a:hover svg, .g__header__actions label:hover svg {
  fill: #1D3354;
}
.g__header__actions a.search, .g__header__actions label.search {
  height: 52px;
  width: 52px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .g__header__actions a.search, .g__header__actions label.search {
    background-color: transparent;
    margin-left: 1em;
    width: 32px;
  }
}
.g__header__actions a.search svg, .g__header__actions label.search svg {
  position: absolute;
  top: 55%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #1071C3;
}
@media (max-width: 1024px) {
  .g__header__actions a.search svg, .g__header__actions label.search svg {
    fill: #fff;
  }
}
.g__header__actions a.search span, .g__header__actions label.search span {
  display: none;
}
.g__header__nav {
  margin-top: 34px;
}
@media (min-width: 1025px) {
  .g__header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .g__header__nav {
    margin-top: 0;
    width: 100%;
    display: none;
    float: right;
  }
}
.g__header__search {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .g__header__search {
    top: 80px;
  }
}
.g__header__search form {
  position: relative;
}
.g__header__search form .close-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g__header__search form .close-btn::before, .g__header__search form .close-btn::after {
  background: #1D3354;
}
.g__header__search form #search-input {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  background-position: left 5px center;
  padding: 0 2em 0 0;
  background-size: 22px 22px;
  border: 0;
  outline: 0;
  color: #1D3354 !important;
  height: 40px;
  font-weight: 700;
}
.g__header__search form #search-input:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.g__header__search form #search-input::-webkit-input-placeholder {
  color: #1D3354 !important;
  font-weight: 700;
  opacity: 1;
}
.g__header__search form #search-input:-moz-placeholder {
  color: #1D3354 !important;
  font-weight: 700;
  opacity: 1;
}
.g__header__search form #search-input::-moz-placeholder {
  color: #1D3354 !important;
  font-weight: 700;
  opacity: 1;
}
.g__header__search form #search-input:-ms-input-placeholder {
  color: #1D3354 !important;
  font-weight: 700;
  opacity: 1;
}
.g__header.nav-open {
  background-color: #fff !important;
}
.g__header.sticky, .g__header.nav-open {
  -webkit-box-shadow: 0 4px 20px -10px #333;
          box-shadow: 0 4px 20px -10px #333;
}
.g__header.sticky .g__headerTop, .g__header.nav-open .g__headerTop {
  height: 0;
}
@media (min-width: 1025px) {
  .g__header.sticky .g__header__search, .g__header.nav-open .g__header__search {
    top: 100px;
  }
}
@media (max-width: 1024px) {
  .g__header.sticky .g__header__actions a.search svg, .g__header.nav-open .g__header__actions a.search svg {
    fill: #1071C3;
  }
}
@media (max-width: 1024px) {
  .g__header.sticky #menu-toggle .menu-line, .g__header.nav-open #menu-toggle .menu-line {
    background-color: #1071C3;
  }
}
.g__header.sticky .g__header__logo img, .g__header.nav-open .g__header__logo img {
  display: none;
}
.g__header.sticky .g__header__logo img.logo-alt, .g__header.nav-open .g__header__logo img.logo-alt {
  display: block;
}

#search-display {
  display: none;
}
#search-display:checked ~ .g__header__search {
  overflow: visible;
  max-height: 1000px;
  padding: 0.75em 0;
  -webkit-box-shadow: 0 4px 20px -10px #333;
          box-shadow: 0 4px 20px -10px #333;
  visibility: visible;
}

body.no_hero:not(.sticky) .g__header,
body.no_hero:not(.sticky) .g__headerMain,
body.no_hero:not(.sticky) .g__headerTop {
  background-color: #fff !important;
}
body.no_hero:not(.sticky) .m__nav__item-link {
  background: 0 0;
  color: #1D3354 !important;
}
body.no_hero:not(.sticky) .g__headerTop .links {
  color: #1D3354 !important;
}
body.no_hero .m__uspBanner {
  height: auto;
  top: 145px !important;
  background-color: #1D3354 !important;
}
@media (max-width: 1024px) {
  body.no_hero .m__uspBanner {
    height: auto;
    top: 88px !important;
  }
}
body.no_hero .g__header.nav-open .g__header__logo img {
  display: none;
}
body.no_hero .g__header.nav-open #menu-toggle .menu-line {
  background-color: #fff !important;
}
@media (max-width: 1024px) {
  body.no_hero .g__header.nav-open .g__header__actions a.search svg,
  body.no_hero .g__header.nav-open .g__header__actions label.search svg {
    fill: #1071C3;
  }
}
body.no_hero .g__header .g__header__logo img {
  display: none;
}
body.no_hero .g__header .g__header__logo img.logo-alt {
  display: block;
}
@media (max-width: 1024px) {
  body.no_hero .g__header.sticky .g__header__actions a.search svg,
  body.no_hero .g__header.sticky .g__header__actions label.search svg {
    fill: #1071C3;
  }
}
body.no_hero #site-content {
  padding-top: 187px;
}
@media (max-width: 1024px) {
  body.no_hero #site-content {
    padding-top: 130px;
  }
}
body.no_hero .c__hero__breadcrumb {
  position: relative;
  top: 0 !important;
  margin-bottom: 2rem;
}
body.no_hero .c__hero__standard.c__hero {
  padding: 4em 0;
  min-height: 450px;
}
body.no_hero .c__hero__standard.c__hero .c__hero__breadcrumb {
  position: absolute;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  body.no_hero .c__hero__standard.c__hero .c__hero__breadcrumb {
    left: 20px;
  }
}
body.no_hero #menu-toggle .menu-line {
  background-color: #1071C3 !important;
}
@media (max-width: 1024px) {
  body.no_hero .g__header__actions a.search svg,
  body.no_hero .g__header__actions label.search svg {
    fill: #1071C3;
  }
}
body.no_hero.sticky .m__uspBanner {
  height: 0 !important;
}

.m__nav {
  display: inline-block;
}
@media (max-width: 1024px) {
  .m__nav {
    width: 100%;
  }
}
.m__nav .btn.mobile, .m__nav .m__form form .hs_submit input.mobile[type=submit], .m__form form .hs_submit .m__nav input.mobile[type=submit], .m__nav .m__form .gform_page_footer .mobile.gform_previous_button, .m__form .gform_page_footer .m__nav .mobile.gform_previous_button, .m__nav .m__form .gform_page_footer .mobile.gform_next_button, .m__form .gform_page_footer .m__nav .mobile.gform_next_button, .m__nav .m__form .gform_page_footer input.mobile[type=submit], .m__form .gform_page_footer .m__nav input.mobile[type=submit], .m__nav .gform_footer .mobile.gform_button, .gform_footer .m__nav .mobile.gform_button, .m__nav .gform_footer input.mobile[type=submit], .gform_footer .m__nav input.mobile[type=submit] {
  display: none;
}
@media (max-width: 400px) {
  .m__nav .btn.mobile, .m__nav .m__form form .hs_submit input.mobile[type=submit], .m__form form .hs_submit .m__nav input.mobile[type=submit], .m__nav .m__form .gform_page_footer .mobile.gform_previous_button, .m__form .gform_page_footer .m__nav .mobile.gform_previous_button, .m__nav .m__form .gform_page_footer .mobile.gform_next_button, .m__form .gform_page_footer .m__nav .mobile.gform_next_button, .m__nav .m__form .gform_page_footer input.mobile[type=submit], .m__form .gform_page_footer .m__nav input.mobile[type=submit], .m__nav .gform_footer .mobile.gform_button, .gform_footer .m__nav .mobile.gform_button, .m__nav .gform_footer input.mobile[type=submit], .gform_footer .m__nav input.mobile[type=submit] {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-top: 2.5em;
  }
}
.m__nav__wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1024px) {
  .m__nav__wrap {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px;
  }
}
.m__nav__actions {
  padding: 20px;
}
.m__nav__actions ul:not(:last-of-type) {
  margin-bottom: 2em;
}
.m__nav__actions ul li {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 19px;
  color: #1D3354;
}
@media (min-width: 1025px) {
  .m__nav__actions {
    display: none;
  }
}
.m__nav__item {
  padding: 0;
  margin-bottom: 0;
  color: #1D3354;
}
@media (min-width: 1025px) {
  .m__nav__item {
    display: inline-block;
    padding-right: 2.5em;
  }
  .m__nav__item:first-of-type {
    padding-left: 2.5em;
  }
  .m__nav__item.current .m__nav__item-link::after, .m__nav__item:hover .m__nav__item-link::after, .m__nav__item:focus .m__nav__item-link::after {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .m__nav__item {
    padding-right: 0.5em;
  }
}
@media (max-width: 1024px) {
  .m__nav__item {
    border-bottom: solid 1px #D5D5D5;
  }
  .m__nav__item a {
    line-height: 45px;
    font-size: 18px;
  }
}
.m__nav__item .menu-checkbox-toggle {
  display: none;
}
@media (max-width: 1024px) {
  .m__nav__item .menu-checkbox-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .m__nav__item .menu-checkbox-toggle::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    right: 0;
    top: 50%;
    background-color: #1D3354;
  }
  .m__nav__item .menu-checkbox-toggle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    right: 0;
    top: 50%;
    background-color: #1D3354;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 1025px) {
  .m__nav__item .menu-checkbox-toggle:focus {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    cursor: pointer;
    color: black;
    font-size: 14px;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
  }
}
.m__nav__item-link {
  display: block;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .m__nav__item-link {
    line-height: 32px;
    margin-bottom: 34px;
  }
}
.m__nav__item-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 5px;
  background-color: #1071C3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 1024px) {
  .m__nav__item-sub {
    position: relative;
  }
}
.m__nav__item-expand {
  position: relative;
  white-space: nowrap;
}
.m__nav__item > .subnav {
  z-index: 99999;
  width: 100%;
  left: 0;
}
@media (min-width: 1025px) {
  .m__nav__item > .subnav .m__nav__item a {
    position: relative;
    display: inline-block;
  }
  .m__nav__item > .subnav .m__nav__item a:hover::before {
    content: "";
    display: block;
    background-image: url("../images/icons/link-arrow-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    height: 12px;
    width: 12px;
  }
}
@media (min-width: 1025px) {
  .m__nav__item > .subnav {
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    color: #1D3354;
    min-height: 300px;
    -webkit-box-shadow: 0 4px 20px -10px #333;
            box-shadow: 0 4px 20px -10px #333;
    position: absolute;
  }
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav {
    max-height: 0;
    visibility: hidden;
    display: none;
  }
}
.m__nav__item > .subnav .subnav__panels {
  padding: 2em 0;
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav .subnav__panels {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__panels__item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.35);
          box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.35);
  background-color: #fff;
}
.m__nav__item > .subnav .subnav__panels__item__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 30%;
  float: left;
  position: relative;
}
.m__nav__item > .subnav .subnav__panels__item__image.contain {
  background-size: 80%;
}
.m__nav__item > .subnav .subnav__panels__item__image a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m__nav__item > .subnav .subnav__panels__item__content {
  padding: 20px;
  width: 70%;
  float: left;
}
.m__nav__item > .subnav .subnav__panels__item__content h3 {
  font-size: 20px;
  line-height: 26px;
}
.m__nav__item > .subnav .subnav__terms {
  width: 100%;
}
.m__nav__item > .subnav .subnav__terms > li {
  border-bottom: 0;
  padding-left: 20px;
}
.m__nav__item > .subnav .subnav__terms > li > a {
  display: block;
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav .subnav__terms > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav .subnav__terms {
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .m__nav__item > .subnav .subnav__terms {
    padding: 2em 0;
    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;
    width: 100%;
  }
  .m__nav__item > .subnav .subnav__terms > li {
    padding: 0 2em 1.5em 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .m__nav__item > .subnav .subnav__terms > li > a,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a {
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .m__nav__item > .subnav .subnav__terms > li > a:hover, .m__nav__item > .subnav .subnav__terms > li > a:focus,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:hover,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:focus {
    text-decoration: underline;
  }
}
.m__nav__item > .subnav .subnav__info {
  width: 100%;
  float: left;
  padding: 2em 0 0.5em;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav .subnav__info {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__info h2 {
  font-size: 18px;
  line-height: 20px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #1071C3;
  padding-bottom: 10px;
}
.m__nav__item > .subnav .subnav__children {
  margin-top: 0.75em;
}
@media (min-width: 1025px) {
  .m__nav__item > .subnav .subnav__children li {
    margin-bottom: 1em;
  }
  .m__nav__item > .subnav .subnav__children li a:hover, .m__nav__item > .subnav .subnav__children li a:focus {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav .subnav__children {
    top: 0;
    height: 100%;
    height: calc(100vh - 80px);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 0 20px;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
  }
  .m__nav__item > .subnav .subnav__children li {
    border-bottom: solid 1px #D5D5D5;
  }
  .m__nav__item > .subnav .subnav__children li a {
    width: 100%;
    display: block;
  }
}
.m__nav__item > .subnav .subnav__back {
  display: none;
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav .subnav__back {
    display: block;
    padding-left: 2em;
    position: relative;
    cursor: pointer;
    border-bottom: solid 1px #D5D5D5;
    line-height: 45px;
    margin: 20px 0 0;
    padding-bottom: 10px;
  }
  .m__nav__item > .subnav .subnav__back::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: -5px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background: url("../images/icons/arrow.svg") center/contain no-repeat;
  }
}
@media (min-width: 1025px) {
  .m__nav__item.dropdown:hover .subnav, .m__nav__item.dropdown:focus .subnav, .m__nav__item.dropdown.open .subnav {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

#menu-toggle {
  float: right;
  width: 39px;
  position: relative;
  cursor: pointer;
  height: 39px;
  display: none;
  margin: 22px 20px 0 0.75em;
}
@media (max-width: 1024px) {
  #menu-toggle {
    display: block;
  }
}
#menu-toggle .menu-line {
  background-color: #fff;
  height: 2px;
  width: 50%;
  display: block;
  position: absolute;
  left: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu-toggle .line-1 {
  top: 11px;
}
#menu-toggle .line-2,
#menu-toggle .line-3 {
  top: 19px;
  left: 10px;
}
#menu-toggle .line-4 {
  top: 28px;
}

#menu-mobile {
  display: none;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle {
  background-color: #1071C3;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-1,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-4 {
  opacity: 0;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 40%;
  left: 12px;
}
@media (max-width: 1024px) {
  #menu-mobile:checked ~ .g__headerMain .g__header__nav {
    display: block;
  }
  #menu-mobile:checked ~ .g__headerMain .g__header__nav .m__nav {
    display: block;
    height: calc(100vh - 80px);
    overflow-y: auto;
    background: #fff;
    color: #1D3354;
  }
}

.menu-checkbox {
  display: none !important;
}
.menu-checkbox:checked ~ .subnav,
.menu-checkbox:checked ~ .subnav__children {
  max-height: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
  display: block;
}
.menu-checkbox:checked ~ .m__nav__item-sub label::after {
  display: none;
}

.g__footer {
  width: 100%;
  float: left;
  overflow: hidden;
}
.g__footer .elfsight-app-cceac5fb-4dca-4737-af6e-eca4c380bbb5 {
  float: left;
  margin-top: 2em;
}
.g__footer .elfsight-app-cceac5fb-4dca-4737-af6e-eca4c380bbb5 .WidgetTitle__Header-sc-ruy1gu-2 {
  color: #fff;
}
.g__footer .elfsight-app-cceac5fb-4dca-4737-af6e-eca4c380bbb5 .HeaderContainer__Inner-sc-1532ffp-0 {
  background-color: #F9F7F7;
}
.g__footer .elfsight-app-cceac5fb-4dca-4737-af6e-eca4c380bbb5 .eHezJm {
  background-color: #F9F7F7;
}
.g__footer a {
  text-decoration: none;
}
.g__footer a:hover, .g__footer a:focus {
  text-decoration: underline;
}
.g__footer .c__social-links {
  margin: 1em 0 2em;
}
.g__footer__main {
  background: #1D3354;
  padding: 3em 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .g__footer__main {
    padding: 3em 0 1em;
  }
}
.g__footer__main__padding {
  padding-top: 4em;
}
.g__footer__logo {
  width: auto;
  height: 52px;
  margin-bottom: 1.5em;
}
@media (max-width: 1024px) {
  .g__footer__logo {
    margin-bottom: 2em;
  }
}
.g__footer__break {
  border-top: 2px solid #fff;
  padding-bottom: 3em;
}
@media (max-width: 1024px) {
  .g__footer__break {
    padding-bottom: 2em;
  }
}
.g__footer__block label {
  position: relative;
  display: block;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .g__footer__block label {
    border-bottom: solid 1px #fff;
    cursor: pointer;
  }
  .g__footer__block label::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
  }
  .g__footer__block label::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 1024px) {
  .g__footer__blockContent {
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
}
.g__footer__blockContent ul li {
  margin-bottom: 1em;
}
.g__footer__block input[name=footer-block] {
  display: none;
}
@media (max-width: 1024px) {
  .g__footer__block input[name=footer-block]:checked + label::after {
    display: none;
  }
  .g__footer__block input[name=footer-block]:checked ~ .g__footer__blockContent {
    max-height: 100000px;
  }
}
@media (min-width: 1025px) {
  .g__footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .g__footer__socials {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .g__footer__socials.noflex {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .g__footer__socials .c__social-links {
    margin-bottom: 0;
  }
}
.g__footer__socials p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .g__footer__socials.desktop {
    display: none;
  }
}
.g__footer__socials.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .g__footer__socials.mobile {
    display: block;
    margin-top: 2em;
  }
}
@media (min-width: 1025px) {
  .g__footer__image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    float: right;
  }
}
.g__footer__image.desktop {
  margin-top: 1.5em;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 1024px) {
  .g__footer__image.desktop {
    display: none;
  }
}
@media (min-width: 1025px) {
  .g__footer__image.mobile {
    display: none;
  }
}
.g__footer__image img {
  max-width: 160px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .g__footer__image img {
    max-width: 110px;
  }
}
.g__footer__button {
  width: 100%;
}
.g__footer__button .btn, .g__footer__button .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .g__footer__button input[type=submit], .g__footer__button .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .g__footer__button .gform_previous_button, .g__footer__button .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .g__footer__button .gform_next_button, .g__footer__button .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .g__footer__button input[type=submit], .g__footer__button .gform_footer .gform_button, .gform_footer .g__footer__button .gform_button, .g__footer__button .gform_footer input[type=submit], .gform_footer .g__footer__button input[type=submit] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1025px) {
  .g__footer__button .btn, .g__footer__button .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .g__footer__button input[type=submit], .g__footer__button .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .g__footer__button .gform_previous_button, .g__footer__button .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .g__footer__button .gform_next_button, .g__footer__button .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .g__footer__button input[type=submit], .g__footer__button .gform_footer .gform_button, .gform_footer .g__footer__button .gform_button, .g__footer__button .gform_footer input[type=submit], .gform_footer .g__footer__button input[type=submit] {
    width: 100%;
    min-width: 0;
  }
}
.g__footer__bottom {
  background-color: #1D3354;
  padding: 1.25em 0;
}
@media (min-width: 1025px) {
  .g__footer__bottom ul.legal-nav {
    float: right;
  }
}
.g__footer__bottom ul.legal-nav li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  position: relative;
  color: #fff;
}
.g__footer__bottom ul.legal-nav li:first-of-type {
  padding-left: 0;
}
.g__footer__bottom ul.legal-nav li:not(:last-of-type)::after {
  content: "";
  width: 1px;
  display: inline-block;
  height: 18px;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.g__footer__bottomInfo {
  text-align: left;
}
.g__footer__bottomInfo p {
  margin: 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .g__footer__bottomInfo {
    text-align: center;
    margin-top: 1.5em;
  }
}

#top-btn {
  background: #1D3354;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 2px 28px 0 rgba(135, 135, 135, 0.5);
          box-shadow: 0 2px 28px 0 rgba(135, 135, 135, 0.5);
}
#top-btn.show {
  opacity: 1;
  visibility: visible;
}
#top-btn::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768px) {
  #top-btn {
    width: 40px;
    height: 40px;
  }
  #top-btn::after {
    top: 17px;
    left: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #top-btn:hover {
    background-color: #fff;
  }
  #top-btn:hover::after {
    border-color: #1D3354;
  }
}

.g__footerCta {
  background-color: #1D3354;
  padding: 4em 0 1em;
  width: 100%;
  float: left;
}
@media (max-width: 1024px) {
  .g__footerCta {
    padding: 3em 0 0;
  }
}
.g__footerCta h2 {
  color: #fff;
  margin-bottom: 21px;
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .g__footerCta h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .g__footerCta .btn, .g__footerCta .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .g__footerCta input[type=submit], .g__footerCta .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .g__footerCta .gform_previous_button, .g__footerCta .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .g__footerCta .gform_next_button, .g__footerCta .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .g__footerCta input[type=submit], .g__footerCta .gform_footer .gform_button, .gform_footer .g__footerCta .gform_button, .g__footerCta .gform_footer input[type=submit], .gform_footer .g__footerCta input[type=submit] {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}

.m__footerBanner {
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.m__footerBanner .green-triangle {
  width: 0;
  height: 0;
  border-left: 60px solid #00FF00;
  border-top: 60px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .m__footerBanner .green-triangle {
    display: none;
  }
}
.m__footerBanner .white-triangle {
  width: 0;
  height: 0;
  border-left: 60px solid #fff;
  border-top: 60px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .m__footerBanner .white-triangle {
    display: none;
  }
}
.m__footerBanner h2, .m__footerBanner h3 {
  font-family: "Montserrat", sans-serif;
  color: #000063;
}
.m__footerBanner h2 span, .m__footerBanner h3 span {
  color: #00FF00;
}
.m__footerBanner h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 768px) {
  .m__footerBanner h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.m__footerBanner h3 {
  font-size: 18px;
  line-height: 20px;
}
.m__footerBanner__left {
  padding: 1.5em 3em 1.5em 0;
}
.m__footerBanner__right {
  padding: 1.5em 3em;
  background-color: #000063;
  position: relative;
}
@media (max-width: 1024px) {
  .m__footerBanner__right {
    padding: 1.5em 0;
  }
}
.m__footerBanner__right:after {
  content: "";
  background-color: #000063;
  position: absolute;
  top: 0;
  right: -9999px;
  width: 9999px;
  height: 100%;
}
.m__footerBanner__right:before {
  content: "";
  background-color: #000063;
  position: absolute;
  top: 0;
  left: -9999px;
  width: 9999px;
  height: 100%;
}
@media (min-width: 1025px) {
  .m__footerBanner__right:before {
    display: none;
  }
}
.m__footerBanner__right img {
  margin-bottom: 2em;
}
.m__footerBanner__right .btn, .m__footerBanner__right .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__footerBanner__right input[type=submit], .m__footerBanner__right .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__footerBanner__right .gform_previous_button, .m__footerBanner__right .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__footerBanner__right .gform_next_button, .m__footerBanner__right .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__footerBanner__right input[type=submit], .m__footerBanner__right .gform_footer .gform_button, .gform_footer .m__footerBanner__right .gform_button, .m__footerBanner__right .gform_footer input[type=submit], .gform_footer .m__footerBanner__right input[type=submit] {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  border: 2px solid #00FF00;
  background-color: #fff;
  color: #000063;
  display: block;
  margin-bottom: 15px;
  max-width: 270px;
  width: 100%;
  text-align: left;
  padding: 10px 59.2px 10px 20px;
  position: relative;
}
.m__footerBanner__right .btn span, .m__footerBanner__right .m__form form .hs_submit input[type=submit] span, .m__form form .hs_submit .m__footerBanner__right input[type=submit] span, .m__footerBanner__right .m__form .gform_page_footer .gform_previous_button span, .m__form .gform_page_footer .m__footerBanner__right .gform_previous_button span, .m__footerBanner__right .m__form .gform_page_footer .gform_next_button span, .m__form .gform_page_footer .m__footerBanner__right .gform_next_button span, .m__footerBanner__right .m__form .gform_page_footer input[type=submit] span, .m__form .gform_page_footer .m__footerBanner__right input[type=submit] span, .m__footerBanner__right .gform_footer .gform_button span, .gform_footer .m__footerBanner__right .gform_button span, .m__footerBanner__right .gform_footer input[type=submit] span, .gform_footer .m__footerBanner__right input[type=submit] span {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 10;
}
.m__footerBanner__right .btn span::before, .m__footerBanner__right .m__form form .hs_submit input[type=submit] span::before, .m__form form .hs_submit .m__footerBanner__right input[type=submit] span::before, .m__footerBanner__right .m__form .gform_page_footer .gform_previous_button span::before, .m__form .gform_page_footer .m__footerBanner__right .gform_previous_button span::before, .m__footerBanner__right .m__form .gform_page_footer .gform_next_button span::before, .m__form .gform_page_footer .m__footerBanner__right .gform_next_button span::before, .m__footerBanner__right .m__form .gform_page_footer input[type=submit] span::before, .m__form .gform_page_footer .m__footerBanner__right input[type=submit] span::before, .m__footerBanner__right .gform_footer .gform_button span::before, .gform_footer .m__footerBanner__right .gform_button span::before, .m__footerBanner__right .gform_footer input[type=submit] span::before, .gform_footer .m__footerBanner__right input[type=submit] span::before {
  content: "";
  background-image: url("../images/icons/btn-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m__footerBanner__right .btn::after, .m__footerBanner__right .m__form form .hs_submit input[type=submit]::after, .m__form form .hs_submit .m__footerBanner__right input[type=submit]::after, .m__footerBanner__right .m__form .gform_page_footer .gform_previous_button::after, .m__form .gform_page_footer .m__footerBanner__right .gform_previous_button::after, .m__footerBanner__right .m__form .gform_page_footer .gform_next_button::after, .m__form .gform_page_footer .m__footerBanner__right .gform_next_button::after, .m__footerBanner__right .m__form .gform_page_footer input[type=submit]::after, .m__form .gform_page_footer .m__footerBanner__right input[type=submit]::after, .m__footerBanner__right .gform_footer .gform_button::after, .gform_footer .m__footerBanner__right .gform_button::after, .m__footerBanner__right .gform_footer input[type=submit]::after, .gform_footer .m__footerBanner__right input[type=submit]::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 49.2px;
  background-color: #00FF00;
  position: absolute;
  top: 0;
  right: 0;
}

.site-feedback {
  overflow: hidden;
  background: #F9F7F7;
  padding: 2em 0;
}
@media (min-width: 1025px) {
  .site-feedback__intro {
    display: inline-block;
  }
}
.site-feedback__intro p {
  margin: 0;
}
@media (min-width: 1025px) {
  .site-feedback__intro p {
    line-height: 45px;
  }
}
.site-feedback .gform_wrapper {
  margin-top: 1em;
}
.site-feedback__positive, .site-feedback__negative {
  display: none;
  margin-top: 2em;
}
.site-feedback__positive.active, .site-feedback__negative.active {
  display: block;
}
.site-feedback__buttons .btn, .site-feedback__buttons .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .site-feedback__buttons input[type=submit], .site-feedback__buttons .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .site-feedback__buttons .gform_previous_button, .site-feedback__buttons .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .site-feedback__buttons .gform_next_button, .site-feedback__buttons .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .site-feedback__buttons input[type=submit], .site-feedback__buttons .gform_footer .gform_button, .gform_footer .site-feedback__buttons .gform_button, .site-feedback__buttons .gform_footer input[type=submit], .gform_footer .site-feedback__buttons input[type=submit] {
  padding: 10px 2em;
  width: 48%;
  margin: 1em 0 0;
}
@media (max-width: 1024px) {
  .site-feedback__buttons .btn:first-of-type, .site-feedback__buttons .m__form form .hs_submit input[type=submit]:first-of-type, .m__form form .hs_submit .site-feedback__buttons input[type=submit]:first-of-type, .site-feedback__buttons .m__form .gform_page_footer .gform_previous_button:first-of-type, .m__form .gform_page_footer .site-feedback__buttons .gform_previous_button:first-of-type, .site-feedback__buttons .m__form .gform_page_footer .gform_next_button:first-of-type, .m__form .gform_page_footer .site-feedback__buttons .gform_next_button:first-of-type, .site-feedback__buttons .m__form .gform_page_footer input[type=submit]:first-of-type, .m__form .gform_page_footer .site-feedback__buttons input[type=submit]:first-of-type, .site-feedback__buttons .gform_footer .gform_button:first-of-type, .gform_footer .site-feedback__buttons .gform_button:first-of-type, .site-feedback__buttons .gform_footer input[type=submit]:first-of-type, .gform_footer .site-feedback__buttons input[type=submit]:first-of-type {
    margin-right: 2%;
  }
}
@media (min-width: 1025px) {
  .site-feedback__buttons {
    float: right;
  }
  .site-feedback__buttons .btn, .site-feedback__buttons .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .site-feedback__buttons input[type=submit], .site-feedback__buttons .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .site-feedback__buttons .gform_previous_button, .site-feedback__buttons .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .site-feedback__buttons .gform_next_button, .site-feedback__buttons .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .site-feedback__buttons input[type=submit], .site-feedback__buttons .gform_footer .gform_button, .gform_footer .site-feedback__buttons .gform_button, .site-feedback__buttons .gform_footer input[type=submit], .gform_footer .site-feedback__buttons input[type=submit] {
    margin: 0 0 0 1em;
    min-width: 170px;
    width: auto;
  }
}

#feedback-no {
  display: none;
}
#feedback-no:checked ~ .site-feedback .site-feedback__negative {
  display: block;
}
#feedback-no:checked ~ .site-feedback .site-feedback__positive {
  display: none;
}

#feedback-yes {
  display: none;
}
#feedback-yes:checked ~ .site-feedback .site-feedback__negative {
  display: none;
}
#feedback-yes:checked ~ .site-feedback .site-feedback__positive {
  display: block;
}

.g__newsletter {
  background: #F9F7F7;
  padding: 2em 0;
}
.g__newsletter .validation_error, .g__newsletter .gform_ajax_spinner {
  display: none;
}
@media (max-width: 1024px) {
  .g__newsletter .gform_button {
    width: 100%;
  }
  .g__newsletter .gform_body {
    margin-top: 1em;
  }
}
@media (min-width: 1025px) {
  .g__newsletter .gform_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g__newsletter .gform_wrapper .gform_heading {
    width: 40%;
    padding-right: 2em;
  }
  .g__newsletter .gform_wrapper form {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c__hero {
  overflow: visible;
  background: #1D3354 center/cover no-repeat;
  width: 100%;
  padding: 20em 0 8em;
  min-height: 400px;
  position: relative;
  color: #fff;
}
@media (max-width: 1024px) {
  .c__hero + .m__tabs--5050 {
    margin-top: 2.5em;
    float: left;
    width: 100%;
  }
}
.c__hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(216.96deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media (min-width: 1025px) {
  .c__hero__standard {
    min-height: 650px;
  }
}
@media (min-width: 1025px) {
  .c__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 1024px) {
  .c__hero {
    height: auto;
    min-height: auto;
    padding: 12em 0 3em;
  }
}
.c__hero > .l__contain, .c__hero > .wp-block-columns {
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__hero__img {
  width: 100%;
  float: left;
  position: relative;
}
.c__hero__img::before {
  content: "";
  display: block;
  padding-top: 56%;
}
@media (max-width: 1024px) {
  .c__hero__img {
    content-visibility: hidden;
    display: none;
  }
}
@media (min-width: 1025px) {
  .c__hero__img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.c__hero__content {
  padding: 1.25em 0;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .c__hero__content {
    width: 50%;
    float: left;
    padding-right: 4em;
    max-width: 600px;
  }
}
.c__hero__content div {
  width: 100%;
}
@media (max-width: 1024px) {
  .c__hero__content {
    padding: 2em 0;
    width: 100%;
  }
}
.c__hero__content time {
  margin: 1.5em 0 0.5em;
  display: block;
}
.c__hero__content .m__social-share {
  margin-top: 2em;
}
.c__hero__content h1, .c__hero__content .c__heroSlider .c__heroSlider__itemContent h2, .c__heroSlider .c__heroSlider__itemContent .c__hero__content h2 {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 44px;
}
@media (max-width: 768px) {
  .c__hero__content h1, .c__hero__content .c__heroSlider .c__heroSlider__itemContent h2, .c__heroSlider .c__heroSlider__itemContent .c__hero__content h2 {
    font-size: 32px;
    line-height: 34px;
  }
}
.c__hero__content p:last-of-type {
  margin: 0;
}
.c__hero__contentBtns {
  margin-top: 2em;
}
@media (max-width: 1024px) {
  .c__hero__contentBtns {
    margin-top: 0;
  }
}
.c__hero__contentBtns .btn, .c__hero__contentBtns .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .c__hero__contentBtns input[type=submit], .c__hero__contentBtns .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .c__hero__contentBtns .gform_previous_button, .c__hero__contentBtns .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .c__hero__contentBtns .gform_next_button, .c__hero__contentBtns .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__hero__contentBtns input[type=submit], .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button, .c__hero__contentBtns .gform_footer input[type=submit], .gform_footer .c__hero__contentBtns input[type=submit] {
  margin: 1em 1em 0 0;
}
.c__hero__breadcrumb {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 187px;
  z-index: 999;
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .c__hero__breadcrumb {
    top: 122px;
  }
}
.c__hero--image-overlay::before {
  content: none;
}
@media (min-width: 1025px) {
  .c__hero--image-overlay .c__hero__content {
    padding-right: 2em;
  }
}
@media (max-width: 1024px) {
  .c__hero--image-overlay {
    padding-bottom: 1em;
  }
  .c__hero--image-overlay > .l__contain, .c__hero--image-overlay > .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c__hero__dropdown {
  margin-top: 2em;
  position: relative;
}
.c__hero__dropdown label {
  margin-bottom: 0.5em;
  display: block;
}
.c__hero__dropdown select {
  display: block;
  width: 100%;
  border-color: white;
  max-width: 400px;
}
.c__hero__image {
  width: 100%;
  float: left;
  text-align: center;
}
@media (min-width: 1025px) {
  .c__hero__image {
    width: 50%;
  }
}
.c__hero__image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.c__hero table {
  margin: unset !important;
  width: 60% !important;
  margin-left: 5% !important;
}
@media (max-width: 1024px) {
  .c__hero table {
    width: 100% !important;
    margin-left: unset !important;
  }
}
.c__hero.table .c__hero__content {
  width: 35%;
}
@media (max-width: 1024px) {
  .c__hero.table .c__hero__content {
    width: 100%;
  }
}
.c__hero .m__accordion-item span {
  background: #fff;
  right: 3em !important;
  top: 0 !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media (max-width: 1024px) {
  .c__hero .m__accordion-item span {
    display: none !important;
  }
}
.c__hero .m__accordion-item span:hover, .c__hero .m__accordion-item span.active {
  background: #05A8DE !important;
}

.search .c__hero .c__hero__content {
  max-width: 100%;
  width: 100%;
}

body.ie11 .c__hero {
  min-height: auto;
  height: 400px;
}

#breadcrumbs {
  margin: 0;
  top: 20px;
}
#breadcrumbs a {
  color: inherit;
}
#breadcrumbs a:hover {
  text-decoration: none;
}

.c__heroSlider .c__heroSlider__item {
  min-height: 450px;
}
@media (min-width: 1025px) {
  .c__heroSlider .c__heroSlider__item {
    min-height: 660px;
  }
}
.c__heroSlider .c__heroSlider__item .l__contain, .c__heroSlider .c__heroSlider__item .wp-block-columns {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c__heroSlider .c__heroSlider__itemContent {
  max-width: 570px;
  color: #fff;
}
.c__heroSlider .c__heroSlider__itemContent p:last-of-type {
  margin: 0;
}
.c__heroSlider .c__heroSlider__itemContent .btn, .c__heroSlider .c__heroSlider__itemContent .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .c__heroSlider .c__heroSlider__itemContent input[type=submit], .c__heroSlider .c__heroSlider__itemContent .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .c__heroSlider .c__heroSlider__itemContent .gform_previous_button, .c__heroSlider .c__heroSlider__itemContent .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .c__heroSlider .c__heroSlider__itemContent .gform_next_button, .c__heroSlider .c__heroSlider__itemContent .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__heroSlider .c__heroSlider__itemContent input[type=submit], .c__heroSlider .c__heroSlider__itemContent .gform_footer .gform_button, .gform_footer .c__heroSlider .c__heroSlider__itemContent .gform_button, .c__heroSlider .c__heroSlider__itemContent .gform_footer input[type=submit], .gform_footer .c__heroSlider .c__heroSlider__itemContent input[type=submit] {
  margin: 2em 1em 0 0;
}

.c__homeHero {
  padding: 20em 0 4em;
  position: relative;
  color: #fff;
}
.c__homeHero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(216.96deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media (max-width: 1024px) {
  .c__homeHero + .m__tabs--5050 {
    margin-top: 2.5em;
  }
}
.c__homeHero .l__col {
  margin-bottom: 20px;
}
.c__homeHero .slick-dots {
  bottom: -1em;
}
.c__homeHero__icons.l__row {
  clear: none;
}
@media (min-width: 1025px) {
  .c__homeHero__icons.l__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .c__homeHero__icons.l__row {
    margin: 0;
  }
}
.c__homeHero__icons__item {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), color-stop(50%, #1071C3)) right;
  background: linear-gradient(to left, #fff 50%, #1071C3 50%) right;
  background-size: 201% 100%;
  padding: 38px 2em 38px 5em;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1D3354;
  height: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__homeHero__icons__item:focus-visible {
  outline: 1px solid #1071C3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1024px) {
  .c__homeHero__icons__item {
    font-size: 15px;
    padding: 15.5px 2em 15.5px 4em;
    margin: 0 -10px;
  }
}
.c__homeHero__icons__item img {
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 34px;
  max-width: 34px;
  width: 100%;
}
.c__homeHero__icons__item img.hover {
  display: none;
}
@media (max-width: 1024px) {
  .c__homeHero__icons__item img {
    width: 19px;
    left: 1.5em;
  }
}
.c__homeHero__icons__item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin: 10px 0 0;
}
.c__homeHero__icons__item:hover {
  color: #fff;
  background-position: left;
}
.c__homeHero__icons__item:hover::after {
  content: "";
  background-image: url("../images/icons/link-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 12px;
  width: 12px;
}
.c__homeHero__icons__item:hover img {
  display: none;
}
.c__homeHero__icons__item:hover img.hover {
  display: block;
}
.c__homeHero__content {
  margin-bottom: 4em;
  position: relative;
  z-index: 10;
}
@media (min-width: 1025px) {
  .c__homeHero__content {
    width: 50%;
    float: left;
    padding-right: 4em;
  }
}
@media (max-width: 1024px) {
  .c__homeHero__content {
    margin-bottom: 2em;
  }
}
.c__homeHero__content h1, .c__homeHero__content .c__heroSlider .c__heroSlider__itemContent h2, .c__heroSlider .c__heroSlider__itemContent .c__homeHero__content h2 {
  color: #fff;
  text-transform: uppercase;
}
.c__homeHero__content p {
  color: #fff;
}
.c__homeHero__content p:last-of-type {
  margin: 0;
}
.c__homeHero__contentBtns {
  margin-top: 2em;
}
.c__homeHero__contentBtns .btn, .c__homeHero__contentBtns .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .c__homeHero__contentBtns input[type=submit], .c__homeHero__contentBtns .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .c__homeHero__contentBtns .gform_previous_button, .c__homeHero__contentBtns .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .c__homeHero__contentBtns .gform_next_button, .c__homeHero__contentBtns .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__homeHero__contentBtns input[type=submit], .c__homeHero__contentBtns .gform_footer .gform_button, .gform_footer .c__homeHero__contentBtns .gform_button, .c__homeHero__contentBtns .gform_footer input[type=submit], .gform_footer .c__homeHero__contentBtns input[type=submit] {
  margin: 1em 1em 0 0;
}
.c__homeHero__carousel {
  width: 100%;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Theme - dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1em;
}
.slick-dots::after {
  content: "";
  clear: both;
  display: table;
}
.slick-dots li {
  display: inline-block;
  height: 20px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 20px;
}
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 20px;
  cursor: pointer;
}
.slick-dots li button:active, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #fff;
  cursor: auto;
}
.slick-dots li:not(:last-child) {
  margin-right: 6px;
}

/* Theme - arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  cursor: pointer;
  border: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  color: transparent;
  z-index: 1;
  padding: 0;
  background-color: #fff;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slick-arrow:hover {
  background-color: #1071C3;
}
.slick-arrow::before {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 17px;
  border-top: 2px solid #1071C3;
  border-left: 2px solid #1071C3;
  left: 18px;
}
.slick-arrow.slick-prev:hover::before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  top: 17px;
  left: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #1071C3;
  border-right: 2px solid #1071C3;
}
.slick-arrow.slick-next:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* Lity - v2.3.1 - http://sorgalla.com/lity/ */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.lity-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lity-hide {
  display: none;
}

#cc--main {
  z-index: 2147483647;
}

.cc_div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d4156;
  font-family: "effra", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
.cc_div * {
  -webkit-animation: none;
          animation: none;
  background: none;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: "effra", sans-serif;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}
.cc_div:after {
  -webkit-animation: none;
          animation: none;
  background: none;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: "effra", sans-serif;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}
.cc_div:before {
  -webkit-animation: none;
          animation: none;
  background: none;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: "effra", sans-serif;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}
.cc_div:hover {
  -webkit-animation: none;
          animation: none;
  background: none;
  border: none;
  border-radius: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: "effra", sans-serif;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}
.cc_div .b-tl {
  font-weight: 700;
  border-radius: 0;
}
.cc_div .c-bn {
  font-weight: 700;
  background: #2c2c32;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.82em;
  padding: 1em 1.7em;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.cc_div .c-bn > span {
  pointer-events: none;
}
.cc_div .c-bl {
  border-radius: 0;
}
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  border-bottom: 1px solid;
}
.cc_div a:hover {
  border-color: transparent;
  text-decoration: none;
}
.cc_div button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.cc_div .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.cc_div .bar.left.slide #s-inr {
  opacity: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.cc_div .slide #s-inr {
  -webkit-transform: translateY(1.6em);
          transform: translateY(1.6em);
}
.cc_div #c-bns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.4em;
}
.cc_div .b-tg {
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 0;
  right: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 0;
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}
.cc_div .b-tg .c-tgl {
  cursor: pointer;
  position: absolute;
  top: 0;
  border: 0;
  display: block;
  left: 0;
  margin: 0;
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}
.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #1D3354;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  -webkit-transform: translateX(1.9em);
          transform: translateX(1.9em);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}
.cc_div .b-tg .c-tg {
  background: #919ea6;
  pointer-events: none;
  position: absolute;
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}
.cc_div .b-tg .c-tg:after {
  background: #fff;
  border: none;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  display: block;
  height: 1.25em;
  left: 0.125em;
  position: relative;
  top: 0.125em;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  width: 1.25em;
}
.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cc_div .cc-link {
  border-bottom: 1px solid #1D3354;
  color: #1D3354;
  cursor: pointer;
  display: inline;
  font-weight: 700;
  padding-bottom: 0;
  text-decoration: none;
}
.cc_div .cc-link:active {
  border-color: transparent;
}
.cc_div .cc-link:hover {
  border-color: transparent;
}
.cc_div span.t-lb {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}
.cc_div .act .b-bn .exp:before {
  border: solid #2d4156;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  left: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.cc_div .act .b-bn .b-tl:before {
  -webkit-transform: translateY(-20%) rotate(225deg);
          transform: translateY(-20%) rotate(225deg);
}
.cc_div .b-bn .exp:before {
  border: solid #2d4156;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  left: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.cc_div .on-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 50%;
  left: 0;
  opacity: 0;
}
.cc_div .on-i:before {
  border: solid #ecf2fa;
  border-width: 0 2px 2px 0;
  display: inline-block;
  left: 0.75em;
  padding: 0.1em 0.1em 0.45em;
  top: 0.37em;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cc_div .off-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 50%;
}
.cc_div .off-i:after {
  background: #ecf2fa;
  content: " ";
  display: block;
  height: 0.7em;
  margin: 0 auto;
  position: absolute;
  right: 0.8em;
  top: 0.42em;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.09375em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cc_div .off-i:before {
  background: #ecf2fa;
  content: " ";
  display: block;
  height: 0.7em;
  margin: 0 auto;
  position: absolute;
  right: 0.8em;
  top: 0.42em;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0.09375em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}
.cc_div .cloud #c-inr-i {
  display: table-cell;
  padding-right: 2.4em;
  vertical-align: top;
  width: 70%;
}
.cc_div .cloud #c-txt {
  font-size: 0.85em;
}
.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}
.cc_div .bar #c-s-in {
  height: 100%;
  max-height: 100%;
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.cc_div .bar #s-bl {
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.cc_div .bar #s-bl table {
  display: block;
}
.cc_div .bar #s-bl tbody {
  display: block;
}
.cc_div .bar #s-bl td {
  display: block;
  border: none;
  padding-left: 35%;
  position: relative;
}
.cc_div .bar #s-bl td:before {
  color: #1D3354;
  content: attr(data-column);
  left: 1rem;
  overflow: hidden;
  padding-right: 0.625em;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc_div .bar #s-bl th {
  display: block;
}
.cc_div .bar #s-bl thead {
  display: block;
}
.cc_div .bar #s-bl thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.cc_div .bar #s-bl tr {
  display: block;
  border-top: 1px solid #e9edf2;
}
.cc_div .bar #s-bl caption {
  border-bottom: 1px solid #e9edf2;
  border-top: 0;
  display: block;
}
.cc_div .bar #s-bns {
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.cc_div .bar #s-hdr {
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.cc_div .bar #cs {
  padding: 0;
}
.cc_div .bar #s-inr {
  border-radius: 0;
  margin: 0 0 0 auto;
  max-width: 32em;
}
.cc_div .bar #s-cnt {
  display: block;
}
.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

#c-ttl {
  font-weight: 700;
  font-size: 1.05em;
  margin-bottom: 0.7em;
}

#s-bl {
  outline: none;
  scrollbar-width: thin;
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 1.3em 1.6em;
  width: 100%;
}
#s-bl td {
  border: none;
  font-size: 0.8em;
  padding: 0.8em 0.625em 0.8em 1.2em;
  text-align: left;
  vertical-align: top;
}
#s-bl td:before {
  font-weight: 700;
}
#s-bl .act .b-acc {
  border-radius: 0;
  display: block;
  max-height: 100%;
  overflow: hidden;
}
#s-bl .title {
  margin-top: 1.4em;
}
#s-bl .title:first-child {
  margin-top: 0;
}
#s-bl .b-bn {
  margin-top: 0;
  position: relative;
}
#s-bl .b-acc {
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}
#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}
#s-bl .c-bl {
  border: 1px solid #f1f3f5;
  margin-bottom: 0.4rem;
  padding: 1em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#s-bl .c-bl:hover {
  background: #F9F7F7;
}
#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}
#s-bl .c-bl:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}
#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}
#s-bl .c-bl.b-ex {
  background: #F9F7F7;
  border: none;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}
#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}
#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}
#s-bl table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}
#s-bl th {
  border: none;
  font-size: 0.8em;
  padding: 0.8em 0.625em 0.8em 1.2em;
  text-align: left;
  vertical-align: top;
  font-family: "effra", sans-serif;
  font-weight: 700;
  padding: 1em 1rem;
}
#s-bl tbody tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
#s-bl tbody tr:hover {
  background: rgb(227.1428571429, 217.8571428571, 217.8571428571);
}
#s-bl caption {
  border-bottom: 1px solid #e9edf2;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
}

#s-ttl {
  font-weight: 700;
  vertical-align: middle;
  display: table-cell;
  font-size: 1em;
}

#cm {
  border-radius: 0;
  background: #fff;
  bottom: 1.25em;
  -webkit-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
          box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  font-family: "effra", sans-serif;
  line-height: normal;
  max-width: 24.2em;
  opacity: 0;
  padding: 1em 1.4em 1.3em;
  position: fixed;
  right: 1.25em;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
#cm .c_link:active {
  background: rgba(44, 44, 50, 0.5);
  color: #fff;
}
#cm .c_link:hover {
  background: rgba(44, 44, 50, 0.5);
  color: #fff;
}

#s-inr {
  border-radius: 0;
  height: 100%;
  -webkit-box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
          box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
  margin: 0 auto;
  max-width: 45em;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 4.75em;
  padding-top: 4.75em;
  position: relative;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  visibility: hidden;
  background: #fff;
}

#cm-ov {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: none;
  transition: none;
  visibility: hidden;
}

#cs-ov {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: none;
  transition: none;
  visibility: hidden;
  z-index: 2;
}

.c--anim #cm {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
}
.c--anim #s-cnt {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
}
.c--anim #s-inr {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
}
.c--anim .c-bn {
  -webkit-transition: background-color 0.25s ease !important;
  transition: background-color 0.25s ease !important;
}
.c--anim #cm.bar.slide {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}
.c--anim #cm.bar.slide + #cm-ov {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}
.c--anim .bar.slide #s-inr {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}
.c--anim .bar.slide + #cs-ov {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}
.c--anim #cs-ov {
  display: block;
}

#cm.bar.slide {
  opacity: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#cm.bar.top.slide {
  opacity: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#cm.slide {
  -webkit-transform: translateY(1.6em);
          transform: translateY(1.6em);
}

#cm.top.slide {
  -webkit-transform: translateY(-1.6em);
          transform: translateY(-1.6em);
}

.show--consent .c--anim #cm {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible !important;
}
.show--consent .c--anim #cm.bar {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible !important;
}
.show--consent .c--anim #cm.box.middle {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}
.show--consent .c--anim #cm.cloud.middle {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-inr {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible !important;
}
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible !important;
}
.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}
.show--settings .c--anim #cs-ov {
  opacity: 0.85 !important;
  visibility: visible !important;
}
.show--settings #cs-ov {
  display: block;
}

.force--consent.show--consent .c--anim #cm-ov {
  opacity: 0.85 !important;
  visibility: visible !important;
}
.force--consent.show--consent .c--anim .cc_div {
  visibility: visible;
}
.force--consent.show--consent #cm-ov {
  display: block;
}

#cc_div #cm {
  display: block !important;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

#c-bns button + button {
  float: right;
  margin-left: 0.5rem;
}
#c-bns button:first-child {
  background: #1D3354;
  color: #fff;
}
#c-bns button:first-child:active {
  background: rgba(29, 51, 84, 0.5);
  color: #fff;
}
#c-bns button:first-child:hover {
  background: rgba(29, 51, 84, 0.5);
  color: #fff;
}

#s-c-bn {
  float: right;
  margin-left: 0.5rem;
  font-size: 1.45em;
  font-weight: 400;
  height: 1.7em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.7em;
}
#s-c-bn:active {
  background: rgba(44, 44, 50, 0.5);
  color: #fff;
}
#s-c-bn:hover {
  background: rgba(44, 44, 50, 0.5);
  color: #fff;
}
#s-c-bn:after {
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  border-radius: 1em;
  height: 0.6em;
  left: 0.82em;
  top: 0.58em;
  width: 1.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#s-c-bn:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  border-radius: 1em;
  height: 0.6em;
  left: 0.82em;
  top: 0.58em;
  width: 1.5px;
}

#s-cnt {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
#s-cnt button + button {
  float: right;
  margin-left: 0.5rem;
}
#s-cnt button + button:active {
  background: rgba(44, 44, 50, 0.5);
  color: #fff;
}
#s-cnt button + button:hover {
  background: rgba(44, 44, 50, 0.5);
  color: #fff;
}
#s-cnt #s-rall-bn {
  float: none;
}
#s-cnt .b-bn .b-tl {
  background: none;
  display: block;
  font-family: "effra", sans-serif;
  font-size: 0.95em;
  padding: 1.3em 6.4em 1.3em 2.7em;
  position: relative;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  width: 100%;
}
#s-cnt .b-bn .b-tl:active {
  background: rgb(227.1428571429, 217.8571428571, 217.8571428571);
}
#s-cnt .b-bn .b-tl:hover {
  background: rgb(227.1428571429, 217.8571428571, 217.8571428571);
}
#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}
#s-cnt .act .b-bn .b-tl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#s-cnt .p {
  color: #1D3354;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
}

#c-vln {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

#cs {
  bottom: 0;
  left: 0;
  padding: 0 1.7em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#s-bns {
  background: #fff;
  border-top: 1px solid #f1f3f5;
  bottom: 0;
  height: 4.75em;
  left: 0;
  padding: 1em 1.8em;
  position: absolute;
  right: 0;
}
#s-bns button:first-child {
  background: #1D3354;
  color: #fff;
}
#s-bns button:first-child:active {
  background: rgba(29, 51, 84, 0.5);
  color: #fff;
}
#s-bns button:first-child:hover {
  background: rgba(29, 51, 84, 0.5);
  color: #fff;
}

#s-hdr {
  background: #fff;
  border-bottom: 1px solid #f1f3f5;
  display: table;
  height: 4.75em;
  padding: 0 1.8em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  vertical-align: middle;
}

#c-bns.swap button:first-child {
  background: #2c2c32;
  color: #fff;
}
#c-bns.swap button:first-child:active {
  background: rgba(44, 44, 50, 0.5);
  color: #fff;
}
#c-bns.swap button:first-child:hover {
  background: rgba(44, 44, 50, 0.5);
  color: #fff;
}
#c-bns.swap button:last-child {
  background: #1D3354;
  color: #fff;
}
#c-bns.swap button:last-child:active {
  background: rgba(29, 51, 84, 0.5);
  color: #fff;
}
#c-bns.swap button:last-child:hover {
  background: rgba(29, 51, 84, 0.5);
  color: #fff;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.force--consent #cs {
  width: 100vw;
}
.force--consent #s-cnt {
  width: 100vw;
}
.force--consent .c--anim #cm-ov {
  display: block;
}
.force--consent .cc_div {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: visibility 0.25s linear;
  transition: visibility 0.25s linear;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}
.force--consent #cm {
  position: absolute;
}
.force--consent #cm.bar {
  max-width: 100vw;
  width: 100vw;
}

.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
  height: auto !important;
  overflow-x: hidden !important;
}
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

#cm.box.middle {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-37%);
          transform: translateY(-37%);
}

#cm.cloud.middle {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-37%);
          transform: translateY(-37%);
}

#cm.box.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
}

#cm.cloud.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  left: 1em;
  margin: 0 auto;
  right: 1em;
}

#cm.cloud {
  left: 1em;
  margin: 0 auto;
  right: 1em;
  max-width: 50em;
  overflow: hidden;
  padding: 1.2em 1.7em;
  text-align: center;
  width: unset;
}
#cm.cloud .c-bn {
  margin: 0.5rem 0 0;
  width: 100%;
}
#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

#cm.bar {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: fixed;
  right: 0;
  width: 100%;
}
#cm.bar #c-inr {
  margin: 0 auto;
  max-width: 32em;
}
#cm.bar #c-bns {
  max-width: 33.75em;
}
#cm.bar #cs {
  padding: 0;
}

#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  left: 1.25em;
  right: auto;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left {
  left: 0;
  right: 0;
}

#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
    height: 100%;
    width: 0.8em;
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    border: 0.25em solid #fff;
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
  }
  #s-bl::-webkit-scrollbar-button {
    height: 5px;
    width: 10px;
  }
}
@media (prefers-reduced-motion) {
  #cc--main #cm {
    -webkit-transition: none !important;
    transition: none !important;
  }
  #cc--main #s-cnt {
    -webkit-transition: none !important;
    transition: none !important;
  }
  #cc--main #s-inr {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 688px) {
  #cm {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.2em !important;
    right: 1em;
    width: auto;
  }
  #cm .c-bn {
    margin-right: 0;
    width: 100%;
  }
  #cm.cloud {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.2em !important;
    right: 1em;
    width: auto;
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #cm.left {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.2em !important;
    right: 1em;
    width: auto;
  }
  #cm.right {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.2em !important;
    right: 1em;
    width: auto;
  }
  .force--consent #cm {
    max-width: 100vw;
    width: auto;
  }
  .force--consent #cm.cloud {
    max-width: 100vw;
    width: auto;
  }
  #cm.top {
    bottom: auto;
    top: 1em;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #s-bns {
    padding: 1em 1.3em;
    height: 7.9em;
  }
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .bar #s-bl {
    padding: 1.2em;
  }
  .cc_div .bar #s-hdr {
    padding: 0 1.2em;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
    display: block;
    min-width: unset;
    width: auto;
  }
  .cc_div .cloud #c-bns {
    display: block;
    min-width: unset;
    width: auto;
    margin-top: 1.625em;
  }
  .cc_div .cloud #c-inr {
    display: block;
    min-width: unset;
    width: auto;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .b-tg {
    right: 1.1em;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  .cc_div .c-bn {
    margin-right: 0;
    width: 100%;
  }
  .cc_div #c-bns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  #s-inr {
    border-radius: 0;
    margin: 0;
    padding-bottom: 7.9em;
  }
  #s-bl {
    padding: 1.2em;
  }
  #s-bl table {
    width: 100%;
    display: block;
  }
  #s-bl tbody {
    display: block;
  }
  #s-bl td {
    display: block;
    border: none;
    padding-left: 35%;
    position: relative;
  }
  #s-bl td:before {
    color: #1D3354;
    content: attr(data-column);
    left: 1rem;
    overflow: hidden;
    padding-right: 0.625em;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #s-bl th {
    display: block;
  }
  #s-bl thead {
    display: block;
  }
  #s-bl thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  #s-bl tr {
    display: block;
    border-top: 1px solid #e9edf2;
  }
  #s-bl caption {
    border-bottom: 0;
    display: block;
  }
  #s-hdr {
    padding: 0 1.2em;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  #s-cnt {
    display: block;
  }
  #s-cnt .b-bn .b-tl {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  #s-cnt button + button {
    float: unset;
    margin-left: 0;
    margin-top: 0.625em;
  }
  #c-bns button + button {
    float: unset;
    margin-left: 0;
    margin-top: 0.625em;
  }
  #cm.box {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.left {
    margin: 0;
  }
  #cm.cloud.right {
    margin: 0;
  }
}
.m__textBlock p:last-of-type {
  margin-bottom: 0;
}
.m__textBlock pre {
  white-space: break-spaces;
}

.m__accordion, .m__comparisonTable, .c__hero {
  width: 100%;
  float: left;
}
.m__accordion.hide, .m__comparisonTable.hide, .c__hero.hide {
  display: none;
}
.m__accordion--bk, .m__comparisonTable--bk, .c__hero--bk {
  background: #1D3354;
  padding: 4em 0;
  color: #fff;
}
.m__accordion--bk .m__accordion-item, .m__comparisonTable--bk .m__accordion-item, .c__hero--bk .m__accordion-item {
  border-color: #fff;
}
.m__accordion .m__accordion-item, .m__comparisonTable .m__accordion-item, .c__hero .m__accordion-item {
  border-top: 1px solid #1071C3;
}
.m__accordion .m__accordion-item:last-of-type, .m__comparisonTable .m__accordion-item:last-of-type, .c__hero .m__accordion-item:last-of-type {
  border-bottom: 1px solid #1071C3;
}
.m__accordion .m__accordion-item__heading, .m__comparisonTable .m__accordion-item__heading, .c__hero .m__accordion-item__heading {
  background-color: #fff;
  border: none;
  display: block;
  padding: 1em 0;
  text-align: left;
  width: 100%;
  position: relative;
  margin: 0;
  cursor: pointer;
  padding-right: 40px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #1D3354;
}
.m__accordion .m__accordion-item__heading > span, .m__comparisonTable .m__accordion-item__heading > span, .c__hero .m__accordion-item__heading > span {
  position: absolute;
  right: 0;
  top: 1em;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.m__accordion .m__accordion-item__heading > span::before, .m__accordion .m__accordion-item__heading > span::after, .m__comparisonTable .m__accordion-item__heading > span::before, .m__comparisonTable .m__accordion-item__heading > span::after, .c__hero .m__accordion-item__heading > span::before, .c__hero .m__accordion-item__heading > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #1D3354;
}
.m__accordion .m__accordion-item__heading > span::before, .m__comparisonTable .m__accordion-item__heading > span::before, .c__hero .m__accordion-item__heading > span::before {
  width: 12px;
  height: 2px;
}
.m__accordion .m__accordion-item__heading > span::after, .m__comparisonTable .m__accordion-item__heading > span::after, .c__hero .m__accordion-item__heading > span::after {
  width: 2px;
  height: 12px;
}
.m__accordion .m__accordion-item__body, .m__comparisonTable .m__accordion-item__body, .c__hero .m__accordion-item__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.m__accordion .m__accordion-item__body pre, .m__comparisonTable .m__accordion-item__body pre, .c__hero .m__accordion-item__body pre {
  white-space: break-spaces;
}
.m__accordion .m__accordion-item input[type=radio],
.m__accordion .m__accordion-item input[type=checkbox], .m__comparisonTable .m__accordion-item input[type=radio],
.m__comparisonTable .m__accordion-item input[type=checkbox], .c__hero .m__accordion-item input[type=radio],
.c__hero .m__accordion-item input[type=checkbox] {
  display: none;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading > span::before,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading > span::before, .m__comparisonTable .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading > span::before,
.m__comparisonTable .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading > span::before, .c__hero .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading > span::before,
.c__hero .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading > span::before {
  background: #1D3354;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading > span::after,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading > span::after, .m__comparisonTable .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading > span::after,
.m__comparisonTable .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading > span::after, .c__hero .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading > span::after,
.c__hero .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading > span::after {
  display: none;
}
.m__accordion .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
.m__accordion .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body, .m__comparisonTable .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
.m__comparisonTable .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body, .c__hero .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
.c__hero .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body {
  max-height: 10000px;
}

.m__form__subtitle-content {
  padding: 20px 10px 20px 20px;
  background-color: #e8ecef;
  margin-bottom: 20px;
}
.m__form.loading {
  position: relative;
}
.m__form .gf_progressbar_wrapper {
  margin-bottom: 1.5em;
}
.m__form .gf_progressbar_wrapper .gf_progressbar {
  border-radius: 25px;
  border: 2px solid #1D3354;
}
.m__form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  border-radius: 25px;
  height: 20px;
}
.m__form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  display: none;
}
.m__form .gform_page_footer input[type=submit] {
  max-width: 200px;
  float: right;
}
@media (max-width: 768px) {
  .m__form .gform_page_footer input[type=submit] {
    max-width: 100%;
  }
}
.m__form .gform_page_footer .gform_previous_button {
  max-width: 200px;
  float: left;
}
@media (max-width: 768px) {
  .m__form .gform_page_footer .gform_previous_button {
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.m__form .gform_page_footer .gform_next_button {
  max-width: 200px;
  float: right;
}
@media (max-width: 768px) {
  .m__form .gform_page_footer .gform_next_button {
    max-width: 100%;
  }
}
.m__form__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}
.m__form__loading.active {
  display: block;
}
.m__form__loading .c__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.m__form__subtitle-inner {
  position: relative;
  padding-left: 40px;
}
.m__form__subtitle-inner::before {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  content: "i";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #1D3354;
  border-radius: 50%;
}
.m__form__subtitle-inner a {
  text-decoration: underline;
}
.m__form__subtitle-inner p {
  margin-bottom: 0;
}
.m__form form .hs-error-msgs {
  list-style: none;
  color: red;
  padding: 0;
}
.m__form form .hs_propane_application .input ul {
  display: none;
}
.m__form form .form-columns-2 .hs-form-field.hs_zip {
  width: 100% !important;
}
.m__form form .inputs-list li {
  margin-bottom: 10px;
}
.m__form form .inputs-list li span {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 5px;
}
.m__form form .form-columns-1 {
  max-width: 100% !important;
}
.m__form form .form-columns-1 .hs-form-field {
  width: 100% !important;
  float: left;
}
.m__form form .form-columns-2 {
  max-width: 100% !important;
}
.m__form form .form-columns-2 .hs-form-field {
  width: 48% !important;
  float: left;
}
.m__form form .form-columns-2 .hs-form-field:first-of-type {
  margin-right: 4%;
}
@media (max-width: 768px) {
  .m__form form .form-columns-2 .hs-form-field:first-of-type {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .m__form form .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
.m__form form label {
  font-weight: 600;
}
.m__form form .input {
  width: 100% !important;
  margin: 10px 0 0;
}
.m__form form .input .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m__form form .input input:not([type=submit], [type=checkbox], [type=radio]),
.m__form form .input select,
.m__form form .input textarea {
  width: 100% !important;
  margin: 0 0 15px !important;
}
.m__form form .input input[type=checkbox],
.m__form form .input input[type=radio] {
  width: 25px !important;
}
.m__form form ul {
  margin: 0 0 1em;
}
.m__form form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 35px;
}
.m__form form .hs_submit {
  margin-top: 15px;
}
.m__form.cro-style .form-columns-2 .hs-form-field {
  width: 100% !important;
  float: unset;
  margin-right: 0 !important;
}
.m__form.cro-style form .input {
  margin: 10px 0 0;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m__form.cro-style form .hs_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.m__form.cro-style form .input input::-webkit-input-placeholder, .m__form.cro-style form .input textarea::-webkit-input-placeholder {
  color: #999;
}
.m__form.cro-style form .input input::-moz-placeholder, .m__form.cro-style form .input textarea::-moz-placeholder {
  color: #999;
}
.m__form.cro-style form .input input:-ms-input-placeholder, .m__form.cro-style form .input textarea:-ms-input-placeholder {
  color: #999;
}
.m__form.cro-style form .input input::-ms-input-placeholder, .m__form.cro-style form .input textarea::-ms-input-placeholder {
  color: #999;
}
.m__form.cro-style form .input input::placeholder,
.m__form.cro-style form .input textarea::placeholder {
  color: #999;
}
.m__form.cro-style .m__form__subtitle-inner p {
  display: inline-block;
}
.m__form.cro-style .m__form__subtitle-inner p br {
  display: none;
}

.page-id-253 #block-6--block-form {
  display: none;
}

.postcode_validate .charleft {
  display: none;
}

.postcode_locations {
  display: none !important;
}
.postcode_locations.active {
  display: block !important;
}

.postcode_locations_input {
  display: none !important;
}

.postcode_district {
  display: none;
}

.m__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .m__section .slick-dots {
    bottom: 4em;
  }
}
@media (min-width: 1025px) {
  .m__section {
    min-height: 530px;
  }
}
.m__section__image {
  position: relative;
}
.m__section__image [data-bkimage]::before {
  content: "";
  display: block;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .m__section__image [data-bkimage]::before {
    padding-top: 58%;
  }
}
.m__section__image [data-bkimage].contain {
  background: transparent center/contain no-repeat;
}
.m__section__content {
  background-color: #1D3354;
}
@media (min-width: 1025px) {
  .m__section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 350px;
  }
}
@media (max-width: 1024px) {
  .m__section__content {
    margin-top: -2em;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
.m__section__content h2, .m__section__content h3 {
  margin-bottom: 1em;
  color: #fff;
}
.m__section__content p {
  color: #fff;
}
.m__section__content p:last-of-type {
  margin: 0;
}
.m__section__content .btn, .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button, .m__section__content .gform_footer input[type=submit], .gform_footer .m__section__content input[type=submit], .m__section__content .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__section__content .gform_previous_button, .m__section__content .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__section__content .gform_next_button, .m__section__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__section__content input[type=submit], .m__section__content .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__section__content input[type=submit] {
  margin: 1.5em 1em 0 0;
}
@media (max-width: 480px) {
  .m__section__content .btn, .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button, .m__section__content .gform_footer input[type=submit], .gform_footer .m__section__content input[type=submit], .m__section__content .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__section__content .gform_previous_button, .m__section__content .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__section__content .gform_next_button, .m__section__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__section__content input[type=submit], .m__section__content .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__section__content input[type=submit] {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.m__section.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 1025px) {
  .m__section.left .m__section__image {
    float: right;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .m__section.left .m__section__image [data-bkimage]::before {
    min-height: 530px;
  }
}
.m__section.left .m__section__content {
  position: relative;
  padding: 4em 0 4em 6em;
}
@media (max-width: 1024px) {
  .m__section.left .m__section__content {
    padding: 2em;
  }
}
@media (min-width: 1025px) {
  .m__section.left .m__section__content::after {
    content: "";
    display: block;
    background-color: #1D3354;
    height: 100%;
    width: 9999px;
    position: absolute;
    top: 50%;
    right: -9999px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
@media (min-width: 1025px) {
  .m__section.right .m__section__image {
    float: left;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .m__section.right .m__section__image [data-bkimage]::before {
    min-height: 530px;
  }
}
.m__section.right .m__section__content {
  position: relative;
  padding: 4em 6em 4em 0;
}
@media (max-width: 1024px) {
  .m__section.right .m__section__content {
    padding: 2em;
  }
}
@media (min-width: 1025px) {
  .m__section.right .m__section__content::after {
    content: "";
    display: block;
    background-color: #1D3354;
    height: 100%;
    width: 9999px;
    position: absolute;
    top: 50%;
    left: -9999px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}

.m__sections {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
}
.m__sections:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .m__sections .l__contain, .m__sections .wp-block-columns {
    padding: 0;
  }
}

.m__section__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__section__tabs__image {
  position: relative;
}
.m__section__tabs__image [data-bkimage]::before {
  content: "";
  display: block;
  padding-top: 70%;
}
@media (min-width: 1025px) {
  .m__section__tabs__image-wrap {
    display: none;
  }
}
.m__section__tabs__content {
  padding: 5.5em 3em;
  background-color: rgba(29, 51, 84, 0.8);
}
@media (max-width: 1024px) {
  .m__section__tabs__content {
    padding: 4em 20px;
    background-color: #1D3354;
  }
}
.m__section__tabs__content h2, .m__section__tabs__content h3 {
  margin-bottom: 1em;
  color: #fff;
}
.m__section__tabs__content p {
  color: #fff;
}
.m__section__tabs__content p:last-of-type {
  margin: 0;
}
.m__section__tabs__content .btn, .m__section__tabs__content .gform_footer .gform_button, .gform_footer .m__section__tabs__content .gform_button, .m__section__tabs__content .gform_footer input[type=submit], .gform_footer .m__section__tabs__content input[type=submit], .m__section__tabs__content .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__section__tabs__content .gform_previous_button, .m__section__tabs__content .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__section__tabs__content .gform_next_button, .m__section__tabs__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__section__tabs__content input[type=submit], .m__section__tabs__content .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__section__tabs__content input[type=submit] {
  margin: 3em 1em 0 0;
}
@media (max-width: 480px) {
  .m__section__tabs__content .btn, .m__section__tabs__content .gform_footer .gform_button, .gform_footer .m__section__tabs__content .gform_button, .m__section__tabs__content .gform_footer input[type=submit], .gform_footer .m__section__tabs__content input[type=submit], .m__section__tabs__content .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__section__tabs__content .gform_previous_button, .m__section__tabs__content .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__section__tabs__content .gform_next_button, .m__section__tabs__content .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__section__tabs__content input[type=submit], .m__section__tabs__content .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__section__tabs__content input[type=submit] {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.m__section__tabs.left .m__section__tabs__image {
  float: right;
}
.m__section__tabs.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m__section__tabs.right .m__section__tabs__image {
  float: left;
}

.m__logoBlock.grey-bg {
  padding: 6em 0;
  background-color: #F9F7F7;
  color: #1D3354;
  position: relative;
}
@media (max-width: 1024px) {
  .m__logoBlock.grey-bg {
    padding: 4em 0;
  }
}
.m__logoBlock.grey-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #F9F7F7;
  z-index: -1;
}
.m__logoBlock__intro {
  margin-bottom: 3em;
}
.m__logoBlock__intro p {
  max-width: 782px;
  margin: 0 auto;
}
.m__logoBlock img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  max-height: 95px;
}
@media (max-width: 768px) {
  .m__logoBlock .l__row {
    gap: 40px 0;
  }
}
.m__logoBlock .l__col__evenpad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .m__logoBlock .l__col__evenpad {
    padding: 1em 0;
  }
}
@media (min-width: 769px) {
  .m__logoBlock .l__col:nth-of-type(2) {
    border-right: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
  }
  .m__logoBlock .l__col:nth-of-type(4) {
    border-left: 1px solid #DCDCDC;
  }
}
.m__logoBlock .l__flexheight {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m__logoBlock__noborder .l__col {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .m__logoBlock__noborder .l__col:nth-of-type(2) {
    border-right: 0;
    border-left: 0;
  }
  .m__logoBlock__noborder .l__col:nth-of-type(4) {
    border-left: 0;
  }
}

.m__iconBlocks .l__col {
  margin-bottom: 1.5em;
}
.m__iconBlocks__intro {
  margin-bottom: 2em;
}
.m__iconBlocks .c__homeHero__icons__item {
  -webkit-box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.35);
          box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.35);
}
.m__iconBlocks .c__homeHero__icons__item:focus-visible {
  outline: 1px solid #1071C3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.m__iconBlocks .c__homeHero__icons__item__noflex {
  display: block;
}
.m__iconBlocks.c__block {
  margin-bottom: 3.5em;
}
.m__iconBlocks--alt img {
  margin-bottom: 1.75em;
  max-height: 70px;
  width: auto;
}

.m__linkTiles a {
  display: block;
}

.m__linkTile {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}
@media (max-width: 480px) {
  .m__linkTile {
    min-height: 300px;
  }
}
.m__linkTile:hover.dark-overlay::before {
  background: rgba(0, 0, 0, 0.5);
}
.m__linkTile__content {
  position: relative;
  padding: 2em;
}
.m__linkTile__content p:last-of-type {
  margin: 0;
}

.m__testimonials {
  padding: 49px 2em 33px;
  background-color: #1D3354;
  color: #fff;
}
@media (max-width: 1024px) {
  .m__testimonials {
    padding: 3em 1em;
  }
}
.m__testimonials .slick-list {
  margin: 0 auto;
  max-width: 1060px;
}
.m__testimonials .slick-dots {
  position: static;
  margin-top: 2em;
}
.m__testimonials__item h3 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 35px;
}
.m__testimonials__item .author {
  font-weight: bold;
  margin-bottom: 0;
}

.m__banner {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  float: left;
}
@media (min-width: 769px) {
  .m__banner {
    min-height: 700px;
  }
}
.m__banner__content {
  max-width: 570px;
  color: #fff;
  position: relative;
  padding: 2em 0;
}

body.ie11 .m__banner {
  min-height: auto;
  height: 700px;
}

.m__safetybanner {
  padding: 2em 0;
  background-color: #1071C3;
  float: left;
  width: 100%;
}
@media (min-width: 1025px) {
  .m__safetybanner .l__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.m__safetybanner p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .m__safetybanner p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .m__safetybanner img {
    float: right;
  }
}
@media (max-width: 1024px) {
  .m__safetybanner img {
    margin-bottom: 15px;
    display: block;
  }
}

.m__carousel__wrap {
  position: relative;
}
.m__carousel__item {
  overflow: hidden;
}
.m__carousel__item::before {
  content: "";
  display: block;
  padding-top: 50%;
}
@media (max-width: 480px) {
  .m__carousel__item::before {
    padding-top: 75%;
  }
}
.m__carousel .slick-dots li button {
  background-color: #fff;
}
.m__carousel .slick-dots li.slick-active button {
  background-color: #1071C3;
}

.m__tabs {
  position: relative;
}
.m__tabs--5050 {
  padding: 5em 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1025px) {
  .m__tabs--5050 {
    background-color: rgba(56, 50, 93, 0.8);
    background-blend-mode: multiply;
  }
}
@media (max-width: 1024px) {
  .m__tabs--5050 {
    background: none;
    background-image: none !important;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .m__tabs--5050 .l__contain, .m__tabs--5050 .wp-block-columns {
    padding: 0;
  }
}
.m__tabs__bar {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .m__tabs__bar {
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .m__tabs__bar__border {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 3em;
  }
}
.m__tabs__bar label,
.m__tabs__bar button {
  position: relative;
  display: inline-block;
  margin: 0 5em 0 0;
  padding: 0 0 2.5em;
  cursor: pointer;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  background: transparent;
  border: 0;
}
@media (max-width: 1024px) {
  .m__tabs__bar label,
  .m__tabs__bar button {
    display: none;
  }
}
.m__tabs__bar label::after,
.m__tabs__bar button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5.5px;
  width: 0;
  height: 9px;
  background-color: #1071C3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.m__tabs__bar label:hover, .m__tabs__bar label.active,
.m__tabs__bar button:hover,
.m__tabs__bar button.active {
  color: #fff;
}
.m__tabs__bar label:hover::after, .m__tabs__bar label.active::after,
.m__tabs__bar button:hover::after,
.m__tabs__bar button.active::after {
  width: 100%;
}
.m__tabs__bar select {
  display: block;
  margin-bottom: 1.5em;
}
@media (min-width: 1025px) {
  .m__tabs__bar select {
    display: none;
  }
}
.m__tabs input[name^=tabs-] {
  position: absolute;
  opacity: 0;
  top: 0;
}
.m__tabs input[name^=tabs-]:checked + .label::after {
  width: 100%;
}
.m__tabs__wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
}
.m__tabs__panel {
  display: none;
  overflow: hidden;
  padding: 1em 0 0;
}
.m__tabs__panel p:last-of-type {
  margin: 0;
}
.m__tabs input[name^=tabs-]:checked + .m__tabs__panel {
  display: block;
}

@media (max-width: 1024px) {
  .m__twoThirds--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m__twoThirds .leftSide .l__contain, .m__twoThirds .leftSide .wp-block-columns {
  padding: 0;
}
@media (max-width: 1024px) {
  .m__twoThirds__sidebar {
    padding-top: 2em;
  }
}
.m__twoThirds__sidebar .single__sidebar {
  background-color: #F9F7F7;
  border-radius: 10px;
  padding: 21px 2em;
}
.m__twoThirds__support--listLinks {
  background-color: #F9F7F7;
  border-radius: 10px;
  padding: 2em;
}
@media (max-width: 1024px) {
  .m__twoThirds__support--listLinks {
    display: none;
  }
}
.m__twoThirds__support--listLinks h3 {
  margin-bottom: 1em;
}
.m__twoThirds__support--listLinks a {
  padding-top: 4px;
}
.m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
  width: 100%;
}
@media (max-width: 480px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    width: auto;
  }
}
@media (max-width: 480px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    width: 100%;
  }
}
.m__twoThirds__support.m__promoBlock .m__promoBlock--links a:first-child {
  margin-bottom: 7px;
}

.m__uspBanner {
  background-color: rgba(29, 51, 84, 0.6);
  color: #fff;
  max-height: 42px;
  overflow: hidden;
  position: fixed;
  top: 145px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .m__uspBanner {
    top: 88px;
  }
}
.m__uspBanner .l__contain, .m__uspBanner .wp-block-columns {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m__uspBanner__item {
  position: relative;
  display: inline-block;
}
.m__uspBanner__item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 18px;
  height: auto;
  width: 100%;
  margin-top: -3px;
}
.m__uspBanner__item p {
  margin: 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.m__uspBanner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__uspBanner .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m__stats {
  padding: 5em 0;
  background-color: #1071C3;
  color: #fff;
  position: relative;
}
.m__stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1071C3;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .m__stats {
    padding: 3.5em 0 2em;
  }
}
@media (max-width: 768px) {
  .m__stats .l__contain, .m__stats .wp-block-columns {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .m__stats .slick-list {
    overflow: visible;
    padding: 0 25% 0 0;
  }
}
.m__stats .slick-track {
  margin: auto;
}
.m__stats__item p {
  margin: 0;
}
.m__stats__item--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.m__stats__item--top h2 {
  margin: 0;
}
@media (max-width: 768px) {
  .m__stats__item--top h2 {
    font-size: 32px;
    line-height: 26px;
  }
}
.m__stats__item--icon {
  padding: 1em;
  background-color: #fff;
  height: 52px;
  width: 52px;
  position: relative;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .m__stats__item--icon {
    margin-right: 1em;
  }
}
.m__stats__item--icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 28px;
  width: auto;
  max-width: 30px;
}
.m__stats .slick-dots {
  position: static;
  margin-top: 3em;
}
.m__stats .slick-dots li {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}
.m__stats .slick-dots li button {
  height: 20px;
  width: 20px;
  background-color: #F9F7F7;
  opacity: 0.2;
}
.m__stats .slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
}

.m__uspSlider__arrows {
  width: 91px;
  margin-top: 2em;
  position: relative;
}
@media (min-width: 1025px) {
  .m__uspSlider__arrows {
    margin-top: -10px;
    position: absolute;
  }
}
@media (max-width: 1024px) {
  .m__uspSlider__arrows .slick-arrow {
    position: relative;
    top: auto;
    display: inline-block;
    left: auto;
    right: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.m__uspSlider__arrows .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .m__uspSlider__arrows .slick-arrow.slick-prev {
    margin-right: 6px;
  }
}
.m__uspSlider.white-bg h3 {
  color: #1D3354;
}
.m__uspSlider__background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
.m__uspSlider:not(.white-bg) {
  padding: 6em 0 5em;
  color: #fff;
  background-color: #1071C3;
  position: relative;
}
@media (max-width: 1024px) {
  .m__uspSlider:not(.white-bg) {
    padding: 3em 0 2.5em;
  }
}
.m__uspSlider:not(.white-bg) h3 {
  color: #fff;
}
@media (min-width: 1025px) {
  .m__uspSlider__intro {
    padding: 2em 0;
  }
  .m__uspSlider__intro h3, .m__uspSlider__intro p {
    max-width: 312px;
  }
}
@media (max-width: 1024px) {
  .m__uspSlider__carousel .slick-list {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .m__uspSlider__carousel .slick-list {
    padding: 0 25% 0 0;
  }
}
.m__uspSlider__carousel .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__uspSlider__carousel .slick-list .slick-slide {
  height: inherit;
}
.m__uspSlider__carousel--item {
  background-color: #1D3354;
  height: 100%;
  padding: 5em 1.5em 3.5em 3em;
  position: relative;
  clip-path: polygon(100% 0%, 100% 54%, 100% 100%, 10% 100%, 0 80%, 0 0);
  color: #fff;
}
@media (max-width: 768px) {
  .m__uspSlider__carousel--item {
    padding: 4em 1.5em 2.2em 1.2em;
  }
}
.m__uspSlider__carousel--item h4 {
  font-size: 15px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .m__uspSlider__carousel--item h4 {
    line-height: 16px;
  }
}
.m__uspSlider__carousel--item p {
  margin: 0;
}
.m__uspSlider__carousel--item img {
  position: absolute;
  top: 2em;
  height: 2em;
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .m__uspSlider__carousel--item img {
    top: 1em;
  }
}

.m__processBanner .btn.mobile, .m__processBanner .gform_footer .mobile.gform_button, .gform_footer .m__processBanner .mobile.gform_button, .m__processBanner .gform_footer input.mobile[type=submit], .gform_footer .m__processBanner input.mobile[type=submit], .m__processBanner .m__form .gform_page_footer .mobile.gform_previous_button, .m__form .gform_page_footer .m__processBanner .mobile.gform_previous_button, .m__processBanner .m__form .gform_page_footer .mobile.gform_next_button, .m__form .gform_page_footer .m__processBanner .mobile.gform_next_button, .m__processBanner .m__form .gform_page_footer input.mobile[type=submit], .m__form .gform_page_footer .m__processBanner input.mobile[type=submit], .m__processBanner .m__form form .hs_submit input.mobile[type=submit], .m__form form .hs_submit .m__processBanner input.mobile[type=submit] {
  margin: 0 auto;
  display: block;
}
@media (min-width: 1025px) {
  .m__processBanner .btn.mobile, .m__processBanner .gform_footer .mobile.gform_button, .gform_footer .m__processBanner .mobile.gform_button, .m__processBanner .gform_footer input.mobile[type=submit], .gform_footer .m__processBanner input.mobile[type=submit], .m__processBanner .m__form .gform_page_footer .mobile.gform_previous_button, .m__form .gform_page_footer .m__processBanner .mobile.gform_previous_button, .m__processBanner .m__form .gform_page_footer .mobile.gform_next_button, .m__form .gform_page_footer .m__processBanner .mobile.gform_next_button, .m__processBanner .m__form .gform_page_footer input.mobile[type=submit], .m__form .gform_page_footer .m__processBanner input.mobile[type=submit], .m__processBanner .m__form form .hs_submit input.mobile[type=submit], .m__form form .hs_submit .m__processBanner input.mobile[type=submit] {
    display: none;
  }
}
@media (max-width: 768px) {
  .m__processBanner .btn.mobile, .m__processBanner .gform_footer .mobile.gform_button, .gform_footer .m__processBanner .mobile.gform_button, .m__processBanner .gform_footer input.mobile[type=submit], .gform_footer .m__processBanner input.mobile[type=submit], .m__processBanner .m__form .gform_page_footer .mobile.gform_previous_button, .m__form .gform_page_footer .m__processBanner .mobile.gform_previous_button, .m__processBanner .m__form .gform_page_footer .mobile.gform_next_button, .m__form .gform_page_footer .m__processBanner .mobile.gform_next_button, .m__processBanner .m__form .gform_page_footer input.mobile[type=submit], .m__form .gform_page_footer .m__processBanner input.mobile[type=submit], .m__processBanner .m__form form .hs_submit input.mobile[type=submit], .m__form form .hs_submit .m__processBanner input.mobile[type=submit] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-top: 2em;
  }
}
@media (min-width: 1025px) {
  .m__processBanner {
    padding: 4em 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .m__processBanner__intro {
    margin-bottom: 3em;
  }
}
@media (min-width: 1025px) {
  .m__processBanner__intro {
    padding-top: 20px;
  }
  .m__processBanner__intro h3 {
    max-width: 312px;
  }
  .m__processBanner__intro p {
    margin: 0;
    max-width: 398px;
  }
}
.m__processBanner__intro .btn, .m__processBanner__intro .gform_footer .gform_button, .gform_footer .m__processBanner__intro .gform_button, .m__processBanner__intro .gform_footer input[type=submit], .gform_footer .m__processBanner__intro input[type=submit], .m__processBanner__intro .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__processBanner__intro .gform_previous_button, .m__processBanner__intro .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__processBanner__intro .gform_next_button, .m__processBanner__intro .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__processBanner__intro input[type=submit], .m__processBanner__intro .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__processBanner__intro input[type=submit] {
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .m__processBanner__intro .btn, .m__processBanner__intro .gform_footer .gform_button, .gform_footer .m__processBanner__intro .gform_button, .m__processBanner__intro .gform_footer input[type=submit], .gform_footer .m__processBanner__intro input[type=submit], .m__processBanner__intro .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__processBanner__intro .gform_previous_button, .m__processBanner__intro .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__processBanner__intro .gform_next_button, .m__processBanner__intro .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__processBanner__intro input[type=submit], .m__processBanner__intro .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__processBanner__intro input[type=submit] {
    display: none;
  }
}
.m__processBanner--item {
  background-color: #1071C3;
  color: #fff;
  padding: 6.8em 2.1em 3em;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .m__processBanner--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em 1em 1.5em;
  }
}
.m__processBanner--item h4 {
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .m__processBanner--item h4 {
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.m__processBanner--item img {
  height: 41px;
  width: auto;
  max-width: 100%;
}
@media (min-width: 769px) {
  .m__processBanner--item img {
    position: absolute;
    top: 2.2em;
    left: 2.1em;
  }
}
@media (max-width: 768px) {
  .m__processBanner--item img {
    margin-right: 17px;
    height: 30px;
  }
}
.m__processBanner--item p {
  margin: 0;
  width: 100%;
}
.m__processBanner--item.order-1::before {
  content: "";
  background: url("../images/icons/process-line.svg") center/contain no-repeat;
  width: 100%;
  height: 43px;
  position: absolute;
  top: -39px;
  left: 50%;
}
@media (max-width: 768px) {
  .m__processBanner--item.order-1::before {
    width: 160px;
    height: 25px;
    top: 90%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -84px;
  }
}
.m__processBanner--item.order-3::before {
  content: "";
  background: url("../images/icons/process-line.svg") center/contain no-repeat;
  width: 100%;
  height: 43px;
  position: absolute;
  bottom: -39px;
  right: 50%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (max-width: 768px) {
  .m__processBanner--item.order-3::before {
    width: 160px;
    height: 25px;
    bottom: 90%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -84px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .m__processBanner__blocks {
    padding-bottom: 4em;
  }
}
@media (max-width: 768px) {
  .m__processBanner__blocks .l__col:first-of-type {
    margin-bottom: 11px;
  }
  .m__processBanner__blocks .l__col:nth-child(3) {
    margin-top: 11px;
  }
}
.m__processBanner--green {
  padding-top: 6em;
  background-color: #F9F7F7;
  position: relative;
}
.m__processBanner--green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #F9F7F7;
  z-index: -1;
}
.m__processBanner--green .m__processBanner--item {
  background-color: #399645;
}
.m__processBanner--green .m__processBanner--item.order-1::before, .m__processBanner--green .m__processBanner--item.order-3::before {
  background: url("../images/icons/process-line-green.svg") center/contain no-repeat;
}

.m__locationsMap {
  position: relative;
  overflow: hidden;
}
.m__locationsMap .gm-style .cluster > div {
  background: #1D3354 !important;
  width: 18px !important;
  color: #1D3354 !important;
  height: 18px !important;
  line-height: 18px !important;
  border-radius: 50% !important;
  top: -5px !important;
  left: -5px !important;
}
.m__locationsMap__wrap {
  min-height: 660px;
}
@media (max-width: 768px) {
  .m__locationsMap__wrap {
    min-height: 440px;
  }
}
.m__locationsMap__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  background: white;
  max-width: 410px;
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
  padding: 2em;
  -webkit-box-shadow: 2px 0 28px 0 rgba(135, 135, 135, 0.5);
          box-shadow: 2px 0 28px 0 rgba(135, 135, 135, 0.5);
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .m__locationsMap__panel {
    top: 1em;
    left: 1em;
    right: 1em;
    padding: 1em;
  }
}
.m__locationsMap__panel.hidden {
  opacity: 0;
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}
.m__locationsMap__panel p {
  margin-bottom: 0.5em;
}
.m__locationsMap__panel p:last-of-type {
  margin-bottom: 0;
}
.m__locationsMap__panelContact {
  margin-bottom: 1em;
  margin-top: 1em;
}
.m__locationsMap__panelContact img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.m__locationsMap__panel .close-btn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 1em;
  top: 1em;
}
.m__locationsMap__panel .close-btn::before, .m__locationsMap__panel .close-btn::after {
  background: #1D3354;
}
.m__locationsMap__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.m__locationsMap__loading.active {
  display: block;
}
.m__locationsMap__loading .c__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

#locations-search {
  width: 100%;
  min-height: 50px;
}
@media (min-width: 769px) {
  #locations-search {
    margin-right: 1em;
    max-width: 504px;
  }
}

#locations-form {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  #locations-form .btn, #locations-form .gform_footer .gform_button, .gform_footer #locations-form .gform_button, #locations-form .gform_footer input[type=submit], .gform_footer #locations-form input[type=submit], #locations-form .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer #locations-form .gform_previous_button, #locations-form .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer #locations-form .gform_next_button, #locations-form .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer #locations-form input[type=submit], #locations-form .m__form form .hs_submit input[type=submit], .m__form form .hs_submit #locations-form input[type=submit] {
    width: 100%;
    max-width: none;
  }
}
#locations-form > span {
  display: none;
  margin-top: 0.75em;
}
#locations-form .error-msg {
  color: red;
}
#locations-form .clear-link {
  text-decoration: underline;
  cursor: pointer;
}
#locations-form .clear-link:hover {
  text-decoration: none;
}
#locations-form.error > .error-msg {
  display: block;
}
#locations-form.active > .clear-link {
  display: block;
}

.m__comparisonTable .support-blocks, .c__hero .support-blocks {
  margin: 0 6em;
}
.m__comparisonTable .support-blocks h4, .c__hero .support-blocks h4 {
  color: #0068AB;
}
@media (max-width: 1024px) {
  .m__comparisonTable .support-blocks, .c__hero .support-blocks {
    margin: unset;
  }
}
.m__comparisonTable .table-button, .c__hero .table-button {
  width: 100%;
  text-align: center;
  margin-top: 2em;
}
.m__comparisonTable .table-button .btn--standard, .m__comparisonTable .table-button .m__roush .gform_page_footer input[type=button], .m__roush .gform_page_footer .m__comparisonTable .table-button input[type=button], .m__comparisonTable .table-button .m__roush .gform_page_footer input[type=submit], .m__roush .gform_page_footer .m__comparisonTable .table-button input[type=submit], .m__comparisonTable .table-button .gform_footer .gform_button, .gform_footer .m__comparisonTable .table-button .gform_button, .m__comparisonTable .table-button .gform_footer input[type=submit], .gform_footer .m__comparisonTable .table-button input[type=submit], .m__comparisonTable .table-button .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__comparisonTable .table-button .gform_previous_button, .m__comparisonTable .table-button .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__comparisonTable .table-button .gform_next_button, .m__comparisonTable .table-button .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__comparisonTable .table-button input[type=submit], .m__comparisonTable .table-button .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__comparisonTable .table-button input[type=submit], .c__hero .table-button .btn--standard, .c__hero .table-button .m__roush .gform_page_footer input[type=button], .m__roush .gform_page_footer .c__hero .table-button input[type=button], .c__hero .table-button .m__roush .gform_page_footer input[type=submit], .m__roush .gform_page_footer .c__hero .table-button input[type=submit], .c__hero .table-button .gform_footer .gform_button, .gform_footer .c__hero .table-button .gform_button, .c__hero .table-button .gform_footer input[type=submit], .gform_footer .c__hero .table-button input[type=submit], .c__hero .table-button .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .c__hero .table-button .gform_previous_button, .c__hero .table-button .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .c__hero .table-button .gform_next_button, .c__hero .table-button .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .c__hero .table-button input[type=submit], .c__hero .table-button .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .c__hero .table-button input[type=submit] {
  color: #1D3354;
  background: #98C639;
  border: 2px solid #98C639;
}
.m__comparisonTable .table-button .btn--standard:hover, .m__comparisonTable .table-button .m__roush .gform_page_footer input[type=button]:hover, .m__roush .gform_page_footer .m__comparisonTable .table-button input[type=button]:hover, .m__comparisonTable .table-button .m__roush .gform_page_footer input[type=submit]:hover, .m__roush .gform_page_footer .m__comparisonTable .table-button input[type=submit]:hover, .m__comparisonTable .table-button .gform_footer .gform_button:hover, .gform_footer .m__comparisonTable .table-button .gform_button:hover, .m__comparisonTable .table-button .gform_footer input[type=submit]:hover, .gform_footer .m__comparisonTable .table-button input[type=submit]:hover, .m__comparisonTable .table-button .m__form .gform_page_footer .gform_previous_button:hover, .m__form .gform_page_footer .m__comparisonTable .table-button .gform_previous_button:hover, .m__comparisonTable .table-button .m__form .gform_page_footer .gform_next_button:hover, .m__form .gform_page_footer .m__comparisonTable .table-button .gform_next_button:hover, .m__comparisonTable .table-button .m__form .gform_page_footer input[type=submit]:hover, .m__form .gform_page_footer .m__comparisonTable .table-button input[type=submit]:hover, .m__comparisonTable .table-button .m__form form .hs_submit input[type=submit]:hover, .m__form form .hs_submit .m__comparisonTable .table-button input[type=submit]:hover, .c__hero .table-button .btn--standard:hover, .c__hero .table-button .m__roush .gform_page_footer input[type=button]:hover, .m__roush .gform_page_footer .c__hero .table-button input[type=button]:hover, .c__hero .table-button .m__roush .gform_page_footer input[type=submit]:hover, .m__roush .gform_page_footer .c__hero .table-button input[type=submit]:hover, .c__hero .table-button .gform_footer .gform_button:hover, .gform_footer .c__hero .table-button .gform_button:hover, .c__hero .table-button .gform_footer input[type=submit]:hover, .gform_footer .c__hero .table-button input[type=submit]:hover, .c__hero .table-button .m__form .gform_page_footer .gform_previous_button:hover, .m__form .gform_page_footer .c__hero .table-button .gform_previous_button:hover, .c__hero .table-button .m__form .gform_page_footer .gform_next_button:hover, .m__form .gform_page_footer .c__hero .table-button .gform_next_button:hover, .c__hero .table-button .m__form .gform_page_footer input[type=submit]:hover, .m__form .gform_page_footer .c__hero .table-button input[type=submit]:hover, .c__hero .table-button .m__form form .hs_submit input[type=submit]:hover, .m__form form .hs_submit .c__hero .table-button input[type=submit]:hover {
  background: #fff;
}
.m__comparisonTable tr, .c__hero tr {
  position: relative;
}
.m__comparisonTable tr::before, .c__hero tr::before {
  content: "";
  width: 98%;
  background: #fff;
  position: absolute;
  top: 0;
  height: 1px;
  z-index: 2;
  left: 12px;
}
.m__comparisonTable tr:first-of-type::before, .c__hero tr:first-of-type::before {
  height: 0;
}
@media (max-width: 1024px) {
  .m__comparisonTable tr::before, .c__hero tr::before {
    left: 5px;
  }
}
.m__comparisonTable th, .c__hero th {
  text-align: left;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .m__comparisonTable th, .c__hero th {
    font-size: 13px;
    line-height: 18px;
  }
}
.m__comparisonTable .description, .c__hero .description {
  background: #114C7E;
  color: #fff;
  width: 60%;
  padding: 1em 2em;
  position: relative;
}
.m__comparisonTable .description h3, .c__hero .description h3 {
  margin-left: 2.5em;
}
.m__comparisonTable .description p, .c__hero .description p {
  margin-bottom: 0;
  margin-left: 58px;
  width: 80%;
}
@media (max-width: 1024px) {
  .m__comparisonTable .description p, .c__hero .description p {
    width: 100%;
    margin-left: 0;
  }
}
.m__comparisonTable .description img, .c__hero .description img {
  position: absolute;
  top: 15px;
}
@media (max-width: 1024px) {
  .m__comparisonTable .description img, .c__hero .description img {
    display: none;
  }
}
.m__comparisonTable table, .c__hero table {
  border-spacing: 0;
  width: 100%;
  margin: 0 6em;
}
@media (max-width: 1024px) {
  .m__comparisonTable table, .c__hero table {
    margin: unset;
  }
}
.m__comparisonTable .premium, .c__hero .premium {
  background: #05A8DE;
  color: #fff;
  width: 20%;
  text-align: center;
  position: relative;
}
.m__comparisonTable .pro, .c__hero .pro {
  background: #0068AB;
  color: #fff;
  width: 20%;
  text-align: center;
  position: relative;
}
.m__comparisonTable .tick, .c__hero .tick {
  height: 13px;
  background: url("../images/icons/tick.svg") center/contain no-repeat;
  width: 100%;
}
.m__comparisonTable .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading > span::before, .c__hero .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading > span::before {
  background: transparent;
  background-image: url("../images/icons/select-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.m__comparisonTable .m__accordion-item__heading, .c__hero .m__accordion-item__heading {
  padding: unset;
  background: unset;
  color: #fff;
  position: relative;
}
.m__comparisonTable .m__accordion-item__heading::after, .c__hero .m__accordion-item__heading::after {
  content: url("../images/icons/info.svg");
  position: absolute;
  right: -15px;
  height: 100%;
  top: -4px;
}
.m__comparisonTable .m__accordion-item__heading span::before, .c__hero .m__accordion-item__heading span::before {
  background: transparent;
  background-image: url("../images/icons/select-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
}
.m__comparisonTable .m__accordion-item__heading span::after, .c__hero .m__accordion-item__heading span::after {
  display: none;
}
.m__comparisonTable .m__accordion-item:last-of-type, .c__hero .m__accordion-item:last-of-type {
  border-bottom: none;
}
.m__comparisonTable .m__accordion-item, .c__hero .m__accordion-item {
  border-top: none;
}
@media (max-width: 1024px) {
  .m__comparisonTable .m__accordion-item, .c__hero .m__accordion-item {
    display: contents;
    position: relative;
  }
}
.m__comparisonTable .close-button, .c__hero .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
.m__comparisonTable .m__accordion-item__heading, .c__hero .m__accordion-item__heading {
  margin-left: 3em;
  font-size: 19px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .m__comparisonTable .m__accordion-item__heading, .c__hero .m__accordion-item__heading {
    margin-left: 0;
    font-size: 13px;
    line-height: 16px;
    padding-right: 20px;
  }
}
.m__comparisonTable .mobile-popup, .c__hero .mobile-popup {
  position: absolute;
  background: #fff;
  color: #000;
  padding: 1em;
  display: none;
  z-index: 1;
  -webkit-box-shadow: 0 0 25px grey;
          box-shadow: 0 0 25px grey;
}
@media (min-width: 1025px) {
  .m__comparisonTable .mobile-popup, .c__hero .mobile-popup {
    display: none;
  }
}
.m__comparisonTable .mobile-popup h4, .c__hero .mobile-popup h4 {
  font-size: 16px;
  color: #1D3354;
}
.m__comparisonTable .mobile-popup p, .c__hero .mobile-popup p {
  font-size: 12px;
  line-height: 20px;
}
.m__comparisonTable .support-block, .c__hero .support-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em;
  padding-right: 20px;
}
.m__comparisonTable .support-block p, .c__hero .support-block p {
  margin-bottom: 0;
}
.m__comparisonTable .icon, .c__hero .icon {
  margin-right: 10px;
}
.m__comparisonTable .icon img, .c__hero .icon img {
  width: 60px;
  height: auto;
}
@media (max-width: 1024px) {
  .m__comparisonTable .m__accordion-item__body, .c__hero .m__accordion-item__body {
    display: none;
  }
}

.m__comparisonTable span {
  background: #fff;
  right: 3em !important;
  top: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m__comparisonTable span:hover, .m__comparisonTable span.active {
  background: #05A8DE;
}
@media (max-width: 1024px) {
  .m__comparisonTable span {
    display: none !important;
  }
}

.m__comparisonTableAlt .l__row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .m__comparisonTableAlt .l__col {
    margin-bottom: 2em;
  }
}
.m__comparisonTableAlt__background {
  padding: 4em 0;
  background-color: #1071C3;
}
.m__comparisonTableAlt__item {
  background-color: var(--comparison-premium-background-colour);
  -webkit-box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.35);
          box-shadow: 0 5px 25px -10px rgba(29, 51, 84, 0.35);
  padding: 2em;
  position: relative;
}
@media (max-width: 1024px) {
  .m__comparisonTableAlt__item::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #1D3354;
    position: absolute;
    top: 42px;
    right: 30px;
  }
  .m__comparisonTableAlt__item::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #1D3354;
    position: absolute;
    top: 42px;
    right: 30px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 1024px) {
  .m__comparisonTableAlt__item {
    border: 2px solid #1D3354;
    cursor: pointer;
  }
}
.m__comparisonTableAlt__item h3 {
  margin: 0;
}
.m__comparisonTableAlt__item .btn, .m__comparisonTableAlt__item .gform_footer .gform_button, .gform_footer .m__comparisonTableAlt__item .gform_button, .m__comparisonTableAlt__item .gform_footer input[type=submit], .gform_footer .m__comparisonTableAlt__item input[type=submit], .m__comparisonTableAlt__item .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__comparisonTableAlt__item .gform_previous_button, .m__comparisonTableAlt__item .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__comparisonTableAlt__item .gform_next_button, .m__comparisonTableAlt__item .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__comparisonTableAlt__item input[type=submit], .m__comparisonTableAlt__item .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__comparisonTableAlt__item input[type=submit] {
  display: block;
  width: calc(100% - 4em);
  max-width: 100%;
  position: absolute;
  bottom: 2em;
  left: 2em;
}
@media (min-width: 1025px) {
  .m__comparisonTableAlt__item .btn, .m__comparisonTableAlt__item .gform_footer .gform_button, .gform_footer .m__comparisonTableAlt__item .gform_button, .m__comparisonTableAlt__item .gform_footer input[type=submit], .gform_footer .m__comparisonTableAlt__item input[type=submit], .m__comparisonTableAlt__item .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__comparisonTableAlt__item .gform_previous_button, .m__comparisonTableAlt__item .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__comparisonTableAlt__item .gform_next_button, .m__comparisonTableAlt__item .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__comparisonTableAlt__item input[type=submit], .m__comparisonTableAlt__item .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__comparisonTableAlt__item input[type=submit] {
    opacity: 0;
  }
}
.m__comparisonTableAlt__item.active::after {
  display: none;
}
.m__comparisonTableAlt__item.active .btn, .m__comparisonTableAlt__item.active .gform_footer .gform_button, .gform_footer .m__comparisonTableAlt__item.active .gform_button, .m__comparisonTableAlt__item.active .gform_footer input[type=submit], .gform_footer .m__comparisonTableAlt__item.active input[type=submit], .m__comparisonTableAlt__item.active .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__comparisonTableAlt__item.active .gform_previous_button, .m__comparisonTableAlt__item.active .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__comparisonTableAlt__item.active .gform_next_button, .m__comparisonTableAlt__item.active .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__comparisonTableAlt__item.active input[type=submit], .m__comparisonTableAlt__item.active .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__comparisonTableAlt__item.active input[type=submit] {
  opacity: 1;
}
.m__comparisonTableAlt__item.first {
  background-color: #1D3354;
}
.m__comparisonTableAlt__item.first::before, .m__comparisonTableAlt__item.first::after {
  background-color: #fff;
}
.m__comparisonTableAlt__item.first h3, .m__comparisonTableAlt__item.first p {
  color: #fff;
}
.m__comparisonTableAlt__item__wrapper {
  margin: 1em 0 5em;
}
@media (max-width: 1024px) {
  .m__comparisonTableAlt__item__wrapper {
    display: none;
  }
  .m__comparisonTableAlt__item__wrapper.active {
    display: block;
    margin: 1em 0 0;
  }
  .m__comparisonTableAlt__item__wrapper.active.first {
    margin: 1em 0 6em;
  }
}
.m__comparisonTableAlt__points {
  margin: 3em 0 0;
}
.m__comparisonTableAlt__points .good {
  padding-left: 30px;
  margin-bottom: 35px;
  position: relative;
}
.m__comparisonTableAlt__points .good::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #98C639;
  position: absolute;
  left: 0;
  top: 0;
}
.m__comparisonTableAlt__points .good::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m__comparisonTableAlt__points .bad {
  padding-left: 30px;
  margin-bottom: 35px;
  position: relative;
}
.m__comparisonTableAlt__points .bad .line {
  height: 2px;
  width: 8px;
  display: block;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 6px;
}
.m__comparisonTableAlt__points .bad .line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m__comparisonTableAlt__points .bad .line-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.m__comparisonTableAlt__points .bad::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #C4161C;
  position: absolute;
  left: 0;
  top: 0;
}

.m__sideBar {
  background-color: #1D3354;
  color: #fff;
  padding: 1.5em;
  width: 100%;
}
@media (min-width: 1025px) {
  .m__sideBar {
    max-width: 296px;
    padding: 24px 18px 24px 20px;
  }
  .m__sideBar:not(.static) {
    float: right;
    position: sticky;
    top: 120px;
  }
}
@media (min-width: 1025px) {
  .m__sideBar__wrap {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 5em;
  }
  .m__sideBar__wrap.static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.m__sideBar h4 {
  font-size: 20px;
}
.m__sideBar img {
  height: 34px;
  width: auto;
  margin-bottom: 20px;
}
.m__sideBar__list h4 {
  margin-bottom: 1.75em;
}
.m__sideBar__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m__sideBar__list ul li {
  margin-bottom: 1.75em;
  font-weight: 700;
  padding-left: 38px;
  position: relative;
}
.m__sideBar__list ul li::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #98C639;
  position: absolute;
  left: 0;
  top: 0;
}
.m__sideBar__list ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m__sideBar__cta h4 {
  margin-bottom: 12px;
}

.m__login {
  padding: 4em 0;
  background-color: #1071C3;
  color: #fff;
  width: 100%;
  float: left;
}
.m__login .gform_wrapper select {
  border: 2px solid #fff;
}
.m__login__form {
  margin-top: 2em;
}
.m__login__form .child {
  display: none;
  margin-top: 15px;
}
.m__login__form label {
  margin-bottom: 10px;
  display: block;
}
.m__login__form select {
  border: 2px solid #fff;
}
.m__login__form .btn, .m__login__form .gform_footer .gform_button, .gform_footer .m__login__form .gform_button, .m__login__form .gform_footer input[type=submit], .gform_footer .m__login__form input[type=submit], .m__login__form .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__login__form .gform_previous_button, .m__login__form .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__login__form .gform_next_button, .m__login__form .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__login__form input[type=submit], .m__login__form .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__login__form input[type=submit] {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .m__login__form .btn, .m__login__form .gform_footer .gform_button, .gform_footer .m__login__form .gform_button, .m__login__form .gform_footer input[type=submit], .gform_footer .m__login__form input[type=submit], .m__login__form .m__form .gform_page_footer .gform_previous_button, .m__form .gform_page_footer .m__login__form .gform_previous_button, .m__login__form .m__form .gform_page_footer .gform_next_button, .m__form .gform_page_footer .m__login__form .gform_next_button, .m__login__form .m__form .gform_page_footer input[type=submit], .m__form .gform_page_footer .m__login__form input[type=submit], .m__login__form .m__form form .hs_submit input[type=submit], .m__form form .hs_submit .m__login__form input[type=submit] {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .m__login__list {
    margin-top: 2em;
  }
}
.m__login__list p {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.m__login__list p::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #98C639;
  position: absolute;
  left: 0;
  top: 0;
}
.m__login__list p::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m__tabbedForm .m__tabs__bar button,
.m__tabbedForm .m__tabs__bar label {
  color: #1D3354;
}
.m__tabbedForm .m__tabs__bar button:hover, .m__tabbedForm .m__tabs__bar button.active,
.m__tabbedForm .m__tabs__bar label:hover,
.m__tabbedForm .m__tabs__bar label.active {
  color: #1D3354;
}
@media (max-width: 1024px) {
  .m__tabbedForm .m__tabs__bar .l__contain, .m__tabbedForm .m__tabs__bar .wp-block-columns {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .m__tabbedForm .m__tabs__bar__border {
    border-bottom: 2px solid #1D3354;
  }
}
.m__tabbedForm__list {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .m__tabbedForm__list {
    margin-bottom: 30px;
  }
}
.m__tabbedForm__list p {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.m__tabbedForm__list p::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #98C639;
  position: absolute;
  left: 0;
  top: 0;
}
.m__tabbedForm__list p::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m__imageBlock img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .m__imageBlock img {
    display: none;
  }
}
.m__imageBlock img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .m__imageBlock img.mobile {
    display: block;
  }
}

.m__roush {
  background-color: #1D3354;
  color: #fff;
  padding: 6.25em 0;
}
@media (max-width: 1024px) {
  .m__roush {
    padding: 3em 0;
  }
}
@media (max-width: 1024px) {
  .m__roush .desktop-only {
    display: none;
  }
}
@media (min-width: 1025px) {
  .m__roush .mobile-only {
    display: none;
  }
}
.m__roush .gform_submission_error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #fff;
  color: #C4161C;
  padding: 10px 15px;
  border: 2px solid #C4161C;
}
.m__roush .gform_submission_error::before {
  content: "";
  background: url("../images/icons/alert.svg") center/contain no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m__roush .gfield_validation_message {
  color: #fff !important;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  bottom: -28px !important;
}
.m__roush .gfield_validation_message::before {
  content: "";
  background: url("../images/icons/alert.svg") center/contain no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.m__roush__restart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.m__roush__restart .btn--restart {
  margin-top: 20px;
}
.m__roush .gf_progressbar_wrapper,
.m__roush .gf_progressbar_percentage,
.m__roush .gform_heading {
  display: none;
}
.m__roush .gform_page_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .m__roush .gform_page_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m__roush .gform_page_footer input[type=button], .m__roush .gform_page_footer input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.75em 1em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 24px;
  border-radius: 0;
  border: 2px solid #1D3354;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .m__roush .gform_page_footer input[type=button], .m__roush .gform_page_footer input[type=submit] {
    min-width: 190px;
    width: auto;
  }
}
.m__roush .gform_page_footer input[type=button]:hover, .m__roush .gform_page_footer input[type=submit]:hover {
  cursor: pointer;
}
@media (min-width: 1025px) {
  .m__roush .gform_page_footer img {
    position: absolute;
    right: 0;
    top: 100%;
  }
}
.m__roush .gfield .gfield_label {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.m__roush .gfield .ginput_container input::-webkit-input-placeholder {
  color: #8D8B8B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.m__roush .gfield .ginput_container input::-moz-placeholder {
  color: #8D8B8B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.m__roush .gfield .ginput_container input:-ms-input-placeholder {
  color: #8D8B8B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.m__roush .gfield .ginput_container input::-ms-input-placeholder {
  color: #8D8B8B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.m__roush .gfield .ginput_container input::placeholder {
  color: #8D8B8B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.m__roush .gfield.gfield_error {
  margin-bottom: 3em !important;
}
.m__roush__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .m__roush__steps {
    margin-top: 50px;
  }
}
.m__roush__steps::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 20px;
  left: 0;
  background-color: #fff;
}
.m__roush__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
@media (min-width: 1025px) {
  .m__roush__step {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.m__roush__step-number {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  background-color: #1D3354;
  color: #fff;
  z-index: 2;
}
.m__roush__step-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .m__roush__step-title {
    font-size: 16px;
  }
}
.m__roush__step.active .m__roush__step-number {
  border: 2px solid #1071C3;
  background-color: #fff;
  color: #1D3354;
}
.m__roush__step:last-child {
  position: relative;
}
@media (min-width: 1025px) {
  .m__roush__step:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.m__roush__step:last-child::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 18px;
  left: 0;
  background-color: #1D3354;
  z-index: 1;
}
.m__roush__calculated {
  background-color: #1071C3;
  padding: 53px 63px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
}
@media (max-width: 1024px) {
  .m__roush__calculated {
    background: none;
    padding: 25px 30px;
  }
}
.m__roush__calculated::after {
  content: "";
  background-color: #1071C3;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
@media (max-width: 1024px) {
  .m__roush__calculated::after {
    left: 0;
    width: 100%;
  }
}
.m__roush__calculated h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .m__roush__calculated h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.m__roush__calculated .l__row {
  position: relative;
  z-index: 1;
}
.m__roush__calculated-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.m__roush__calculated-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.m__roush__calculated-line:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .m__roush__calculated-line:last-child {
    margin-bottom: 30px;
  }
}
.m__roush__calculated-line:last-child::after {
  display: none;
}
.m__roush__calculated-line .label {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-right: 10px;
}
.m__roush__calculated-line .label span {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .m__roush__calculated-line .label {
    font-size: 18px;
    line-height: 20px;
  }
}
.m__roush__calculated-line .value {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}
@media (max-width: 1024px) {
  .m__roush__calculated-line .value {
    font-size: 18px;
    line-height: 20px;
  }
}
.m__roush__calculated-savings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 22px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .m__roush__calculated-savings {
    padding: 16px;
  }
}
.m__roush__calculated-savings p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0;
}
.m__roush__calculated-savings strong {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}
.m__roush__calculated-savings span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.m__roush__calculated-savings .m__roush__calculated-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 17px;
  padding-bottom: 16px;
}
.m__roush__calculated-savings .m__roush__calculated-line .value {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
}
.m__roush__calculated-carbon {
  padding: 15px;
  border: 2px solid #98C639;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-text-emphasis: center;
          text-emphasis: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #1D3354;
}
.m__roush__calculated-carbon p.title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.m__roush__calculated-carbon p.title::before {
  content: "";
  background-image: url("../images/icons/carbon-icon-new.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  display: block;
  padding: 10px;
  border-radius: 50%;
  background-color: #98C639;
  margin: 0 auto 15px;
}
.m__roush__calculated-carbon p.carbon {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.m__roush__calculated-carbon p.carbon strong {
  font-size: 35px;
  line-height: 39px;
  display: block;
}
.m__roush__calculated-carbon strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  padding-right: 10px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .m__roush__calculated-carbon strong {
    font-size: 30px;
    line-height: 30px;
  }
}
.m__roush__calculated-carbon span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
