/* General */
/* Titles */
/* General font-size */
/* Titles */
/* Required for Bootstrap grid */
/* Screen size */
/* Arsenal's tablet-up */
/* Foundation's large-up breakpoint */
/*! 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%;
  /* 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 {
  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 {
  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 */
  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;
}

/**
 * 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 {
  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"] {
  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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-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;
  /* 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;
}

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

/* Menu styles and js can be found in "Main Navigation Config" module */
/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

.header.header--no-navigation {
  background: #ffffff;
  border: none;
}

/* Header DND sections */
.header .dnd-section {
  padding: 0;
}

/* Header container */
/*
.header__container {
  display: flex;
  justify-content: space-between;
}
*/
/* Legacy Menu */
.site-header .hs-menu-wrapper {
  font-size: 9px;
}

.site-header .hs-menu-wrapper a {
  color: #666666;
  font-size: 1.063em;
  font-weight: 400;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.site-header .hs-menu-wrapper a:hover {
  color: #000000;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  text-align: center;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: none !important;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  padding: 0 .6em;
  line-height: 94px;
  color: #666666;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a,
.site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
  color: #000000;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child > a {
  border-right: none;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper {
  background-color: #5570b3;
  text-align: left;
  padding: 8px !important;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff;
  font-size: 1em;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:hover > a,
.site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:hover,
.site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li.active-brand > a {
  background-color: #0c285c;
  color: #ffffff;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li:first-child > a {
  border-top: 1px solid #425993;
}

.site-header .hs-menu-wrapper.hs-menu-flow-horizontal .active-branch > a {
  color: #5570b3;
}

.site-header .widget-type-menu {
  display: none;
  visibility: hidden;
}

.menu-trigger {
  width: 74px;
  height: 74px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}

.menu-trigger .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background-color: transparent;
  border: 1px solid #666666;
  margin-left: 35%;
  border-radius: 1px;
}

.menu-trigger .icon-bar:first-child {
  margin-top: 41%;
}

.menu-trigger .icon-bar + .icon-bar {
  margin-top: 3px;
}

.menu-trigger:hover .icon-bar {
  background-color: #5570b3;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  top: 0;
}

.xl-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1380px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .xl-container {
    width: 95%;
  }
}

.container,
.lg-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1100px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .container,
  .lg-container {
    width: 95%;
  }
}

.md-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1050px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .md-container {
    width: 95%;
  }
}

.sm-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 860px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sm-container {
    width: 95%;
  }
}

.container-fluid:not(.lg-container),
.body-container-wrapper > .container-fluid:not(.lg-container),
.header > .container-fluid:not(.lg-container) {
  padding: 0;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0;
}

section,
.is-section {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  section,
  .is-section {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}

section.is-last-section,
.is-section.is-last-section {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  section.is-last-section,
  .is-section.is-last-section {
    padding-bottom: 130px;
  }
}

.dnd-section > .row-fluid {
  max-width: 100%;
}

.dnd-section > .dnd-column {
  padding: 0;
}

.dnd-section .row-fluid > .dnd-column > .dnd-row section,
.dnd-section .row-fluid > .dnd-column > .dnd-row .is-section {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .dnd-section .row-fluid > .dnd-column > .dnd-row section,
  .dnd-section .row-fluid > .dnd-column > .dnd-row .is-section {
    padding-bottom: 55px;
    padding-top: 55px;
  }
}

.dnd-section .row-fluid > .dnd-column > .dnd-row section.is-last-section,
.dnd-section .row-fluid > .dnd-column > .dnd-row .is-section.is-last-section {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .dnd-section .row-fluid > .dnd-column > .dnd-row section.is-last-section,
  .dnd-section .row-fluid > .dnd-column > .dnd-row .is-section.is-last-section {
    padding-bottom: 130px;
  }
}

.dnd-section .row-fluid > .dnd-column > .dnd-row:first-child section,
.dnd-section .row-fluid > .dnd-column > .dnd-row:first-child .is-section {
  padding-bottom: 40px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .dnd-section .row-fluid > .dnd-column > .dnd-row:first-child section,
  .dnd-section .row-fluid > .dnd-column > .dnd-row:first-child .is-section {
    padding-bottom: 70px;
    padding-top: 60px;
  }
}

.dnd-section .dnd-column,
.dnd-section > .row-fluid .dnd-column {
  padding-left: 0;
  padding-right: 0;
}

/* For content that needs to be visually hidden but stay visible for screenreaders */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.is-button,
.has-button .is-button,
.has-button .cta_button {
  border: 3px solid;
  box-sizing: border-box !important;
  color: #ffffff;
  display: block;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  outline: none;
  padding: 16px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .is-button,
  .has-button .is-button,
  .has-button .cta_button {
    display: inline-block;
    max-width: 500px;
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .is-button,
  .has-button .is-button,
  .has-button .cta_button {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .is-button.is-expanded,
  .has-button .is-button.is-expanded,
  .has-button .cta_button.is-expanded {
    display: block;
  }
}

.is-button.is-xs-button {
  font-size: 12px;
}

.is-button.is-sm-button {
  font-size: 14px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}

.is-button.is-md-lg-button {
  font-size: 14px;
  font-size: 19px;
}

.is-button.is-lg-button {
  font-size: 23px;
}

.is-button.has-dark-text-color {
  color: ;
}

.has-button {
  display: block;
}

@media screen and (min-width: 768px) {
  .has-button {
    display: inline-block;
  }
}

.has-button.is-xs-button .is-button,
.has-button.is-xs-button .cta_button {
  font-size: 12px;
}

.has-button.is-sm-button .is-button,
.has-button.is-sm-button .cta_button {
  font-size: 14px;
}

.has-button.is-lg-button .is-button,
.has-button.is-lg-button .cta_button {
  font-size: 23px;
}

.has-button.has-dark-text-color .cta_button {
  color: inherit !important;
}

/* highlight black button */
.is-button.is-black-button.is-solid {
  background-color: black;
  border-color: black;
  color: #ffffff;
}

.is-button.is-black-button.is-solid:hover, .is-button.is-black-button.is-solid:focus, .is-button.is-black-button.is-solid:active {
  color: #ffffff;
}

.is-button.is-black-button.is-solid:hover, .is-button.is-black-button.is-solid:focus {
  background-color: #373434;
  border-color: #373434;
}

.is-button.is-black-button.is-solid:active {
  background-color: #373434;
  border-color: #373434;
}

.is-button.is-black-button.is-solid.has-dark-text-color {
  color: ;
}

.is-button.is-black-button.is-hollow {
  background-color: transparent;
  border-color: black;
  color: black;
}

.is-button.is-black-button.is-hollow:hover, .is-button.is-black-button.is-hollow:focus, .is-button.is-black-button.is-hollow:active {
  background-color: black;
  border-color: black;
  color: #ffffff;
}

.is-button.is-black-button.is-hollow.has-dark-text-color {
  color: ;
}

.has-button.is-black-button.is-solid .is-button,
.has-button.is-black-button.is-solid .cta_button {
  background-color: black;
  border-color: black;
  color: #ffffff;
}

.has-button.is-black-button.is-solid .is-button:hover, .has-button.is-black-button.is-solid .is-button:focus, .has-button.is-black-button.is-solid .is-button:active,
.has-button.is-black-button.is-solid .cta_button:hover,
.has-button.is-black-button.is-solid .cta_button:focus,
.has-button.is-black-button.is-solid .cta_button:active {
  color: #ffffff;
}

.has-button.is-black-button.is-solid .is-button:hover, .has-button.is-black-button.is-solid .is-button:focus,
.has-button.is-black-button.is-solid .cta_button:hover,
.has-button.is-black-button.is-solid .cta_button:focus {
  background-color: #373434;
  border-color: #373434;
}

.has-button.is-black-button.is-solid .is-button:active,
.has-button.is-black-button.is-solid .cta_button:active {
  background-color: #373434;
  border-color: #373434;
}

.has-button.is-black-button.is-solid .is-button.has-dark-text-color,
.has-button.is-black-button.is-solid .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-black-button.is-hollow .is-button,
.has-button.is-black-button.is-hollow .cta_button {
  background-color: transparent;
  border-color: black;
  color: black;
}

.has-button.is-black-button.is-hollow .is-button:hover, .has-button.is-black-button.is-hollow .is-button:focus, .has-button.is-black-button.is-hollow .is-button:active,
.has-button.is-black-button.is-hollow .cta_button:hover,
.has-button.is-black-button.is-hollow .cta_button:focus,
.has-button.is-black-button.is-hollow .cta_button:active {
  background-color: black;
  border-color: black;
  color: #ffffff;
}

.has-button.is-black-button.is-hollow .is-button.has-dark-text-color,
.has-button.is-black-button.is-hollow .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-black-button.has-dark-text-color .cta_button {
  color: inherit !important;
}

/* Primary button */
.is-button.is-highlight-button.is-solid {
  background-color: #edb90f;
  border-color: #edb90f;
  color: #ffffff;
}

.is-button.is-highlight-button.is-solid:hover, .is-button.is-highlight-button.is-solid:focus, .is-button.is-highlight-button.is-solid:active {
  color: #ffffff;
}

.is-button.is-highlight-button.is-solid:hover, .is-button.is-highlight-button.is-solid:focus {
  background-color: #f6ca7d;
  border-color: #f6ca7d;
}

.is-button.is-highlight-button.is-solid:active {
  background-color: #f6ca7d;
  border-color: #f6ca7d;
}

.is-button.is-highlight-button.is-solid.has-dark-text-color {
  color: ;
}

.is-button.is-highlight-button.is-hollow {
  background-color: transparent;
  border-color: #edb90f;
  color: #edb90f;
}

.is-button.is-highlight-button.is-hollow:hover, .is-button.is-highlight-button.is-hollow:focus, .is-button.is-highlight-button.is-hollow:active {
  background-color: #edb90f;
  border-color: #edb90f;
  color: #ffffff;
}

.is-button.is-highlight-button.is-hollow.has-dark-text-color {
  color: ;
}

.has-button.is-highlight-button.is-solid .is-button,
.has-button.is-highlight-button.is-solid .cta_button {
  background-color: #edb90f;
  border-color: #edb90f;
  color: #ffffff;
}

.has-button.is-highlight-button.is-solid .is-button:hover, .has-button.is-highlight-button.is-solid .is-button:focus, .has-button.is-highlight-button.is-solid .is-button:active,
.has-button.is-highlight-button.is-solid .cta_button:hover,
.has-button.is-highlight-button.is-solid .cta_button:focus,
.has-button.is-highlight-button.is-solid .cta_button:active {
  color: #ffffff;
}

.has-button.is-highlight-button.is-solid .is-button:hover, .has-button.is-highlight-button.is-solid .is-button:focus,
.has-button.is-highlight-button.is-solid .cta_button:hover,
.has-button.is-highlight-button.is-solid .cta_button:focus {
  background-color: #f6ca7d;
  border-color: #f6ca7d;
}

.has-button.is-highlight-button.is-solid .is-button:active,
.has-button.is-highlight-button.is-solid .cta_button:active {
  background-color: #f6ca7d;
  border-color: #f6ca7d;
}

.has-button.is-highlight-button.is-solid .is-button.has-dark-text-color,
.has-button.is-highlight-button.is-solid .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-highlight-button.is-hollow .is-button,
.has-button.is-highlight-button.is-hollow .cta_button {
  background-color: transparent;
  border-color: #edb90f;
  color: #edb90f;
}

.has-button.is-highlight-button.is-hollow .is-button:hover, .has-button.is-highlight-button.is-hollow .is-button:focus, .has-button.is-highlight-button.is-hollow .is-button:active,
.has-button.is-highlight-button.is-hollow .cta_button:hover,
.has-button.is-highlight-button.is-hollow .cta_button:focus,
.has-button.is-highlight-button.is-hollow .cta_button:active {
  background-color: #edb90f;
  border-color: #edb90f;
  color: #ffffff;
}

.has-button.is-highlight-button.is-hollow .is-button.has-dark-text-color,
.has-button.is-highlight-button.is-hollow .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-highlight-button.has-dark-text-color .cta_button {
  color: inherit !important;
}

/* Primary button */
.is-button.is-primary-button.is-solid {
  background-color: #253a7a;
  border-color: #253a7a;
  color: #ffffff;
}

.is-button.is-primary-button.is-solid:hover, .is-button.is-primary-button.is-solid:focus, .is-button.is-primary-button.is-solid:active {
  color: #ffffff;
}

.is-button.is-primary-button.is-solid:hover, .is-button.is-primary-button.is-solid:focus {
  background-color: #001252;
  border-color: #001252;
}

.is-button.is-primary-button.is-solid:active {
  background-color: #001252;
  border-color: #001252;
}

.is-button.is-primary-button.is-solid.has-dark-text-color {
  color: ;
}

.is-button.is-primary-button.is-hollow {
  background-color: transparent;
  border-color: #253a7a;
  color: #253a7a;
}

.is-button.is-primary-button.is-hollow:hover, .is-button.is-primary-button.is-hollow:focus, .is-button.is-primary-button.is-hollow:active {
  background-color: #253a7a;
  border-color: #253a7a;
  color: #ffffff;
}

.is-button.is-primary-button.is-hollow.has-dark-text-color {
  color: ;
}

.has-button.is-primary-button.is-solid .is-button,
.has-button.is-primary-button.is-solid .cta_button {
  background-color: #253a7a;
  border-color: #253a7a;
  color: #ffffff;
}

.has-button.is-primary-button.is-solid .is-button:hover, .has-button.is-primary-button.is-solid .is-button:focus, .has-button.is-primary-button.is-solid .is-button:active,
.has-button.is-primary-button.is-solid .cta_button:hover,
.has-button.is-primary-button.is-solid .cta_button:focus,
.has-button.is-primary-button.is-solid .cta_button:active {
  color: #ffffff;
}

.has-button.is-primary-button.is-solid .is-button:hover, .has-button.is-primary-button.is-solid .is-button:focus,
.has-button.is-primary-button.is-solid .cta_button:hover,
.has-button.is-primary-button.is-solid .cta_button:focus {
  background-color: #001252;
  border-color: #001252;
}

.has-button.is-primary-button.is-solid .is-button:active,
.has-button.is-primary-button.is-solid .cta_button:active {
  background-color: #001252;
  border-color: #001252;
}

.has-button.is-primary-button.is-solid .is-button.has-dark-text-color,
.has-button.is-primary-button.is-solid .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-primary-button.is-hollow .is-button,
.has-button.is-primary-button.is-hollow .cta_button {
  background-color: transparent;
  border-color: #253a7a;
  color: #253a7a;
}

.has-button.is-primary-button.is-hollow .is-button:hover, .has-button.is-primary-button.is-hollow .is-button:focus, .has-button.is-primary-button.is-hollow .is-button:active,
.has-button.is-primary-button.is-hollow .cta_button:hover,
.has-button.is-primary-button.is-hollow .cta_button:focus,
.has-button.is-primary-button.is-hollow .cta_button:active {
  background-color: #253a7a;
  border-color: #253a7a;
  color: #ffffff;
}

.has-button.is-primary-button.is-hollow .is-button.has-dark-text-color,
.has-button.is-primary-button.is-hollow .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-primary-button.has-dark-text-color .cta_button {
  color: inherit !important;
}

/* Primary button */
.is-button.is-secondary-button.is-solid {
  background-color: #0f1730;
  border-color: #0f1730;
  color: #ffffff;
}

.is-button.is-secondary-button.is-solid:hover, .is-button.is-secondary-button.is-solid:focus, .is-button.is-secondary-button.is-solid:active {
  color: #ffffff;
}

.is-button.is-secondary-button.is-solid:hover, .is-button.is-secondary-button.is-solid:focus {
  background-color: #000008;
  border-color: #000008;
}

.is-button.is-secondary-button.is-solid:active {
  background-color: #000008;
  border-color: #000008;
}

.is-button.is-secondary-button.is-solid.has-dark-text-color {
  color: ;
}

.is-button.is-secondary-button.is-hollow {
  background-color: transparent;
  border-color: #0f1730;
  color: #0f1730;
}

.is-button.is-secondary-button.is-hollow:hover, .is-button.is-secondary-button.is-hollow:focus, .is-button.is-secondary-button.is-hollow:active {
  background-color: #0f1730;
  border-color: #0f1730;
  color: #ffffff;
}

.is-button.is-secondary-button.is-hollow.has-dark-text-color {
  color: ;
}

.has-button.is-secondary-button.is-solid .is-button,
.has-button.is-secondary-button.is-solid .cta_button {
  background-color: #0f1730;
  border-color: #0f1730;
  color: #ffffff;
}

.has-button.is-secondary-button.is-solid .is-button:hover, .has-button.is-secondary-button.is-solid .is-button:focus, .has-button.is-secondary-button.is-solid .is-button:active,
.has-button.is-secondary-button.is-solid .cta_button:hover,
.has-button.is-secondary-button.is-solid .cta_button:focus,
.has-button.is-secondary-button.is-solid .cta_button:active {
  color: #ffffff;
}

.has-button.is-secondary-button.is-solid .is-button:hover, .has-button.is-secondary-button.is-solid .is-button:focus,
.has-button.is-secondary-button.is-solid .cta_button:hover,
.has-button.is-secondary-button.is-solid .cta_button:focus {
  background-color: #000008;
  border-color: #000008;
}

.has-button.is-secondary-button.is-solid .is-button:active,
.has-button.is-secondary-button.is-solid .cta_button:active {
  background-color: #000008;
  border-color: #000008;
}

.has-button.is-secondary-button.is-solid .is-button.has-dark-text-color,
.has-button.is-secondary-button.is-solid .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-secondary-button.is-hollow .is-button,
.has-button.is-secondary-button.is-hollow .cta_button {
  background-color: transparent;
  border-color: #0f1730;
  color: #0f1730;
}

.has-button.is-secondary-button.is-hollow .is-button:hover, .has-button.is-secondary-button.is-hollow .is-button:focus, .has-button.is-secondary-button.is-hollow .is-button:active,
.has-button.is-secondary-button.is-hollow .cta_button:hover,
.has-button.is-secondary-button.is-hollow .cta_button:focus,
.has-button.is-secondary-button.is-hollow .cta_button:active {
  background-color: #0f1730;
  border-color: #0f1730;
  color: #ffffff;
}

.has-button.is-secondary-button.is-hollow .is-button.has-dark-text-color,
.has-button.is-secondary-button.is-hollow .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-secondary-button.has-dark-text-color .cta_button {
  color: inherit !important;
}

/* highlight white button */
.is-button.is-white-button.is-solid {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0f1730;
}

.is-button.is-white-button.is-solid:hover, .is-button.is-white-button.is-solid:focus, .is-button.is-white-button.is-solid:active {
  color: #0f1730;
}

.is-button.is-white-button.is-solid:hover, .is-button.is-white-button.is-solid:focus {
  background-color: 255, 255, 255;
  border-color: 255, 255, 255;
}

.is-button.is-white-button.is-solid:active {
  background-color: 255, 255, 255;
  border-color: 255, 255, 255;
}

.is-button.is-white-button.is-solid.has-dark-text-color {
  color: ;
}

.is-button.is-white-button.is-hollow {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.is-button.is-white-button.is-hollow:hover, .is-button.is-white-button.is-hollow:focus, .is-button.is-white-button.is-hollow:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0f1730;
}

.is-button.is-white-button.is-hollow.has-dark-text-color {
  color: ;
}

.has-button.is-white-button.is-solid .is-button,
.has-button.is-white-button.is-solid .cta_button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0f1730;
}

.has-button.is-white-button.is-solid .is-button:hover, .has-button.is-white-button.is-solid .is-button:focus, .has-button.is-white-button.is-solid .is-button:active,
.has-button.is-white-button.is-solid .cta_button:hover,
.has-button.is-white-button.is-solid .cta_button:focus,
.has-button.is-white-button.is-solid .cta_button:active {
  color: #0f1730;
}

.has-button.is-white-button.is-solid .is-button:hover, .has-button.is-white-button.is-solid .is-button:focus,
.has-button.is-white-button.is-solid .cta_button:hover,
.has-button.is-white-button.is-solid .cta_button:focus {
  background-color: 255, 255, 255;
  border-color: 255, 255, 255;
}

.has-button.is-white-button.is-solid .is-button:active,
.has-button.is-white-button.is-solid .cta_button:active {
  background-color: 255, 255, 255;
  border-color: 255, 255, 255;
}

.has-button.is-white-button.is-solid .is-button.has-dark-text-color,
.has-button.is-white-button.is-solid .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-white-button.is-hollow .is-button,
.has-button.is-white-button.is-hollow .cta_button {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.has-button.is-white-button.is-hollow .is-button:hover, .has-button.is-white-button.is-hollow .is-button:focus, .has-button.is-white-button.is-hollow .is-button:active,
.has-button.is-white-button.is-hollow .cta_button:hover,
.has-button.is-white-button.is-hollow .cta_button:focus,
.has-button.is-white-button.is-hollow .cta_button:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0f1730;
}

.has-button.is-white-button.is-hollow .is-button.has-dark-text-color,
.has-button.is-white-button.is-hollow .cta_button.has-dark-text-color {
  color: ;
}

.has-button.is-white-button.has-dark-text-color .cta_button {
  color: inherit !important;
}

/* Combined */
/* highlight white button */
.is-button.is-white-to-secondary-button.is-solid {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0f1730;
}

.is-button.is-white-to-secondary-button.is-solid:hover, .is-button.is-white-to-secondary-button.is-solid:focus, .is-button.is-white-to-secondary-button.is-solid:active {
  color: #0f1730;
}

.is-button.is-white-to-secondary-button.is-solid:hover, .is-button.is-white-to-secondary-button.is-solid:focus {
  background-color: 255, 255, 255;
  border-color: 255, 255, 255;
}

.is-button.is-white-to-secondary-button.is-solid:active {
  background-color: 255, 255, 255;
  border-color: 255, 255, 255;
}

.is-button.is-white-to-secondary-button.is-solid.has-dark-text-color {
  color: ;
}

.is-button.is-white-to-secondary-button.is-hollow {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.is-button.is-white-to-secondary-button.is-hollow:hover, .is-button.is-white-to-secondary-button.is-hollow:focus, .is-button.is-white-to-secondary-button.is-hollow:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0f1730;
}

.is-button.is-white-to-secondary-button.is-hollow.has-dark-text-color {
  color: ;
}

@media screen and (max-width: 767px) {
  .is-button.is-white-to-secondary-button.is-solid {
    color: #0f1730;
  }
}

@media screen and (min-width: 768px) {
  .is-button.is-white-to-secondary-button.is-solid {
    background-color: #0f1730;
    border-color: #0f1730;
    color: #ffffff;
  }
  .is-button.is-white-to-secondary-button.is-solid:hover, .is-button.is-white-to-secondary-button.is-solid:focus, .is-button.is-white-to-secondary-button.is-solid:active {
    color: #ffffff;
  }
  .is-button.is-white-to-secondary-button.is-solid:hover, .is-button.is-white-to-secondary-button.is-solid:focus {
    background-color: #000008;
    border-color: #000008;
  }
  .is-button.is-white-to-secondary-button.is-solid:active {
    background-color: #000008;
    border-color: #000008;
  }
  .is-button.is-white-to-secondary-button.is-solid.has-dark-text-color {
    color: ;
  }
}

@media screen and (min-width: 768px) {
  .is-button.is-white-to-secondary-button .is-hollow {
    background-color: transparent;
    border-color: #0f1730;
    color: #0f1730;
  }
  .is-button.is-white-to-secondary-button .is-hollow:hover, .is-button.is-white-to-secondary-button .is-hollow:focus, .is-button.is-white-to-secondary-button .is-hollow:active {
    background-color: #0f1730;
    border-color: #0f1730;
    color: #ffffff;
  }
  .is-button.is-white-to-secondary-button .is-hollow.has-dark-text-color {
    color: ;
  }
}

.has-button.is-white-to-secondary-button.is-solid .is-button,
.has-button.is-white-to-secondary-button.is-solid .cta_button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0f1730;
}

.has-button.is-white-to-secondary-button.is-solid .is-button:hover, .has-button.is-white-to-secondary-button.is-solid .is-button:focus, .has-button.is-white-to-secondary-button.is-solid .is-button:active,
.has-button.is-white-to-secondary-button.is-solid .cta_button:hover,
.has-button.is-white-to-secondary-button.is-solid .cta_button:focus,
.has-button.is-white-to-secondary-button.is-solid .cta_button:active {
  color: #0f1730;
}

.has-button.is-white-to-secondary-button.is-solid .is-button:hover, .has-button.is-white-to-secondary-button.is-solid .is-button:focus,
.has-button.is-white-to-secondary-button.is-solid .cta_button:hover,
.has-button.is-white-to-secondary-button.is-solid .cta_button:focus {
  background-color: 255, 255, 255;
  border-color: 255, 255, 255;
}

.has-button.is-white-to-secondary-button.is-solid .is-button:active,
.has-button.is-white-to-secondary-button.is-solid .cta_button:active {
  background-color: 255, 255, 255;
  border-color: 255, 255, 255;
}

.has-button.is-white-to-secondary-button.is-solid .is-button.has-dark-text-color,
.has-button.is-white-to-secondary-button.is-solid .cta_button.has-dark-text-color {
  color: ;
}

@media screen and (max-width: 767px) {
  .has-button.is-white-to-secondary-button.is-solid .is-button,
  .has-button.is-white-to-secondary-button.is-solid .cta_button {
    color: #0f1730;
  }
}

@media screen and (min-width: 768px) {
  .has-button.is-white-to-secondary-button.is-solid .is-button,
  .has-button.is-white-to-secondary-button.is-solid .cta_button {
    background-color: #0f1730;
    border-color: #0f1730;
    color: #ffffff;
  }
  .has-button.is-white-to-secondary-button.is-solid .is-button:hover, .has-button.is-white-to-secondary-button.is-solid .is-button:focus, .has-button.is-white-to-secondary-button.is-solid .is-button:active,
  .has-button.is-white-to-secondary-button.is-solid .cta_button:hover,
  .has-button.is-white-to-secondary-button.is-solid .cta_button:focus,
  .has-button.is-white-to-secondary-button.is-solid .cta_button:active {
    color: #ffffff;
  }
  .has-button.is-white-to-secondary-button.is-solid .is-button:hover, .has-button.is-white-to-secondary-button.is-solid .is-button:focus,
  .has-button.is-white-to-secondary-button.is-solid .cta_button:hover,
  .has-button.is-white-to-secondary-button.is-solid .cta_button:focus {
    background-color: #000008;
    border-color: #000008;
  }
  .has-button.is-white-to-secondary-button.is-solid .is-button:active,
  .has-button.is-white-to-secondary-button.is-solid .cta_button:active {
    background-color: #000008;
    border-color: #000008;
  }
  .has-button.is-white-to-secondary-button.is-solid .is-button.has-dark-text-color,
  .has-button.is-white-to-secondary-button.is-solid .cta_button.has-dark-text-color {
    color: ;
  }
}

.has-button.is-white-to-secondary-button.is-hollow .is-button,
.has-button.is-white-to-secondary-button.is-hollow .cta_button {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.has-button.is-white-to-secondary-button.is-hollow .is-button:hover, .has-button.is-white-to-secondary-button.is-hollow .is-button:focus, .has-button.is-white-to-secondary-button.is-hollow .is-button:active,
.has-button.is-white-to-secondary-button.is-hollow .cta_button:hover,
.has-button.is-white-to-secondary-button.is-hollow .cta_button:focus,
.has-button.is-white-to-secondary-button.is-hollow .cta_button:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0f1730;
}

.has-button.is-white-to-secondary-button.is-hollow .is-button.has-dark-text-color,
.has-button.is-white-to-secondary-button.is-hollow .cta_button.has-dark-text-color {
  color: ;
}

@media screen and (min-width: 768px) {
  .has-button.is-white-to-secondary-button.is-hollow .is-button,
  .has-button.is-white-to-secondary-button.is-hollow .cta_button {
    background-color: transparent;
    border-color: #0f1730;
    color: #0f1730;
  }
  .has-button.is-white-to-secondary-button.is-hollow .is-button:hover, .has-button.is-white-to-secondary-button.is-hollow .is-button:focus, .has-button.is-white-to-secondary-button.is-hollow .is-button:active,
  .has-button.is-white-to-secondary-button.is-hollow .cta_button:hover,
  .has-button.is-white-to-secondary-button.is-hollow .cta_button:focus,
  .has-button.is-white-to-secondary-button.is-hollow .cta_button:active {
    background-color: #0f1730;
    border-color: #0f1730;
    color: #ffffff;
  }
  .has-button.is-white-to-secondary-button.is-hollow .is-button.has-dark-text-color,
  .has-button.is-white-to-secondary-button.is-hollow .cta_button.has-dark-text-color {
    color: ;
  }
}

.has-button.is-white-to-secondary-button.has-dark-text-color .cta_button {
  color: inherit !important;
}

/*  BUTTON GROUP */
@media screen and (min-width: 768px) {
  .is-button-group .is-button {
    margin-right: 15px;
  }
}

.is-button-group .is-button:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .is-button-group .has-button .is-button,
  .is-button-group .has-button .cta_button {
    margin-right: 15px;
  }
}

.is-button-group .has-button:last-child .is-button,
.is-button-group .has-button:last-child .cta_button {
  margin-right: 0;
}

/* Fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

form {
  /* Labels */
  /* Help text */
  /* Inputs */
  /* Inputs - checkbox/radio */
  /* Inputs - file picker */
  /* Headings and text */
}

form label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.35rem;
}

form legend {
  font-size: 0.875rem;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: ;
  display: inline-block;
  font-size: 0.875rem;
  padding: 20px;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* Form title */
.form-title {
  color: ;
}

/* Labels */
form label {
  color: ;
}

/* Help text */
form legend {
  color: ;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  border: 3px solid;
  box-sizing: border-box !important;
  color: #ffffff;
  display: block;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  outline: none;
  padding: 16px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  background-color: #0f1730;
  border-color: #0f1730;
  color: #ffffff;
  cursor: pointer;
  white-space: normal;
}

@media screen and (min-width: 768px) {
  form input[type=submit],
  form .hs-button {
    display: inline-block;
    max-width: 500px;
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  form input[type=submit],
  form .hs-button {
    margin-bottom: 0;
  }
}

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  color: #ffffff;
}

form input[type=submit]:hover, form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #000008;
  border-color: #000008;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #000008;
  border-color: #000008;
}

form input[type=submit].has-dark-text-color,
form .hs-button.has-dark-text-color {
  color: ;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}

/* form wrapper */
.is-form-wrapper button, .is-form-wrapper input[type=submit] {
  border: 3px solid;
  box-sizing: border-box !important;
  color: #ffffff;
  display: block;
  font-family: Poppins, sans-serif;
  font-weight: bold;
  outline: none;
  padding: 16px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  background-color: #0f1730;
  border-color: #0f1730;
  color: #ffffff;
  border: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .is-form-wrapper button, .is-form-wrapper input[type=submit] {
    display: inline-block;
    max-width: 500px;
    width: auto;
  }
}

@media screen and (min-width: 992px) {
  .is-form-wrapper button, .is-form-wrapper input[type=submit] {
    margin-bottom: 0;
  }
}

.is-form-wrapper button:hover, .is-form-wrapper button:focus, .is-form-wrapper button:active, .is-form-wrapper input[type=submit]:hover, .is-form-wrapper input[type=submit]:focus, .is-form-wrapper input[type=submit]:active {
  color: #ffffff;
}

.is-form-wrapper button:hover, .is-form-wrapper button:focus, .is-form-wrapper input[type=submit]:hover, .is-form-wrapper input[type=submit]:focus {
  background-color: #000008;
  border-color: #000008;
}

.is-form-wrapper button:active, .is-form-wrapper input[type=submit]:active {
  background-color: #000008;
  border-color: #000008;
}

.is-form-wrapper button.has-dark-text-color, .is-form-wrapper input[type=submit].has-dark-text-color {
  color: ;
}

@media screen and (min-width: 768px) {
  .is-form-wrapper button, .is-form-wrapper input[type=submit] {
    display: block;
  }
}

.is-form-wrapper.is-dark-form label {
  color: #ffffff;
}

.is-form-wrapper.is-dark-form label span {
  color: inherit;
}

.is-form-wrapper.is-dark-form .hs-error-msgs label {
  color: #EF6B51;
}

.is-form-wrapper.is-outline-form input[type=text],
.is-form-wrapper.is-outline-form input[type=email],
.is-form-wrapper.is-outline-form input[type=password],
.is-form-wrapper.is-outline-form input[type=tel],
.is-form-wrapper.is-outline-form input[type=number],
.is-form-wrapper.is-outline-form input[type=file],
.is-form-wrapper.is-outline-form select,
.is-form-wrapper.is-outline-form textarea {
  background-color: transparent;
  border: 3px solid black;
}

.is-form-wrapper.is-outline-form.is-dark-form input[type=text],
.is-form-wrapper.is-outline-form.is-dark-form input[type=email],
.is-form-wrapper.is-outline-form.is-dark-form input[type=password],
.is-form-wrapper.is-outline-form.is-dark-form input[type=tel],
.is-form-wrapper.is-outline-form.is-dark-form input[type=number],
.is-form-wrapper.is-outline-form.is-dark-form input[type=file],
.is-form-wrapper.is-outline-form.is-dark-form select,
.is-form-wrapper.is-outline-form.is-dark-form textarea {
  border-color: #ffffff;
  border-width: 1px;
  color: #ffffff;
}

::placeholder {
  color: #0f1730;
}

.select-wrapper {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  position: relative;
}

.select-wrapper::after {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-top: -6px;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: rotate(45deg);
  z-index: 5;
}

.select-wrapper.is-inline {
  display: inline-block;
  vertical-align: middle;
}

.select-wrapper select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 30px 10px 10px;
  position: relative;
  width: 120%;
  z-index: 1;
}

.select-wrapper option {
  font-size: inherit;
}

.hs-error-msgs label {
  color: #EF6B51;
  font-size: 90%;
  font-weight: normal;
}

/* Validation */
.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

a {
  text-decoration: none;
}

/* Anchors */
a:not(.is-button) {
  color: #253a7a;
}

a:not(.is-button):hover, a:not(.is-button):focus {
  color: #001252;
}

a:not(.is-button):active {
  color: #001252;
}

/* titles */
/* Headings */
h1.is-main-title, h1.is-title.is-main-title, h1.is-subtitle.is-main-title {
  display: block;
  font-size: 22px;
  color: #0f1730;
  font-family: Roboto Condensed;
  font-weight: 700;
  text-transform: ;
}

h1.is-main-title em, h1.is-main-title strong, h1.is-title.is-main-title em, h1.is-title.is-main-title strong, h1.is-subtitle.is-main-title em, h1.is-subtitle.is-main-title strong {
  font-weight: bold;
}

h1.is-main-title em, h1.is-title.is-main-title em, h1.is-subtitle.is-main-title em {
  font-style: normal;
}

h1.is-main-title.has-line-decor-top, h1.is-title.is-main-title.has-line-decor-top, h1.is-subtitle.is-main-title.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-main-title.has-line-decor-top::before, h1.is-title.is-main-title.has-line-decor-top::before, h1.is-subtitle.is-main-title.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-main-title.has-line-decor-top.has-highlight-line::before, h1.is-title.is-main-title.has-line-decor-top.has-highlight-line::before, h1.is-subtitle.is-main-title.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-main-title.is-light, h1.is-title.is-main-title.is-light, h1.is-subtitle.is-main-title.is-light {
  font-weight: 300;
}

h1.is-main-title.is-medium, h1.is-title.is-main-title.is-medium, h1.is-subtitle.is-main-title.is-medium {
  font-weight: 400;
}

h1.is-main-title.is-semibold, h1.is-title.is-main-title.is-semibold, h1.is-subtitle.is-main-title.is-semibold {
  font-weight: 600;
}

h1.is-main-title.is-bold, h1.is-title.is-main-title.is-bold, h1.is-subtitle.is-main-title.is-bold {
  font-weight: 700;
}

h1.is-main-title.transform-capitalize, h1.is-title.is-main-title.transform-capitalize, h1.is-subtitle.is-main-title.transform-capitalize {
  text-transform: capitalize;
}

h1.is-main-title.transform-uppercase, h1.is-title.is-main-title.transform-uppercase, h1.is-subtitle.is-main-title.transform-uppercase {
  text-transform: uppercase;
}

h1.is-main-title.transform-none, h1.is-title.is-main-title.transform-none, h1.is-subtitle.is-main-title.transform-none {
  text-transform: none;
}

h1.is-main-title.has-dark-text-color, h1.is-title.is-main-title.has-dark-text-color, h1.is-subtitle.is-main-title.has-dark-text-color {
  color: ;
}

h1.is-main-title.has-lighter-text-color, h1.is-title.is-main-title.has-lighter-text-color, h1.is-subtitle.is-main-title.has-lighter-text-color {
  color: #0f1730;
}

h1.is-main-title.has-lightest-text-color, h1.is-title.is-main-title.has-lightest-text-color, h1.is-subtitle.is-main-title.has-lightest-text-color {
  color: #ffffff;
}

h1.is-main-title.has-primary-text-color, h1.is-title.is-main-title.has-primary-text-color, h1.is-subtitle.is-main-title.has-primary-text-color {
  color: #253a7a;
}

h1.is-main-title.has-secondary-text-color, h1.is-title.is-main-title.has-secondary-text-color, h1.is-subtitle.is-main-title.has-secondary-text-color {
  color: #0f1730;
}

h1.is-main-title.has-highlight-text-color, h1.is-title.is-main-title.has-highlight-text-color, h1.is-subtitle.is-main-title.has-highlight-text-color {
  color: #edb90f;
}

h1.is-main-title a, h1.is-title.is-main-title a, h1.is-subtitle.is-main-title a {
  color: inherit;
}

h1.is-main-title a:hover, h1.is-main-title a:focus, h1.is-title.is-main-title a:hover, h1.is-title.is-main-title a:focus, h1.is-subtitle.is-main-title a:hover, h1.is-subtitle.is-main-title a:focus {
  color: #0f1730;
}

@media screen and (min-width: 768px) {
  h1.is-main-title, h1.is-title.is-main-title, h1.is-subtitle.is-main-title {
    font-size: 30px;
  }
}

h1.is-main-title.has-body-font, h1.is-title.is-main-title.has-body-font, h1.is-subtitle.is-main-title.has-body-font {
  font-family: Roboto, sans-serif;
}

h1.is-title,
h2.is-title,
h3.is-title,
h4.is-title,
h5.is-title,
h6.is-title,
p.is-title,
span.is-title,
em.is-title {
  display: block;
  font-size: 22px;
  color: #0f1730;
  font-family: Roboto Condensed;
  font-size: 42px;
  font-weight: 700;
  text-transform: 0;
}

h1.is-title em, h1.is-title strong,
h2.is-title em,
h2.is-title strong,
h3.is-title em,
h3.is-title strong,
h4.is-title em,
h4.is-title strong,
h5.is-title em,
h5.is-title strong,
h6.is-title em,
h6.is-title strong,
p.is-title em,
p.is-title strong,
span.is-title em,
span.is-title strong,
em.is-title em,
em.is-title strong {
  font-weight: bold;
}

h1.is-title em,
h2.is-title em,
h3.is-title em,
h4.is-title em,
h5.is-title em,
h6.is-title em,
p.is-title em,
span.is-title em,
em.is-title em {
  font-style: normal;
}

h1.is-title.has-line-decor-top,
h2.is-title.has-line-decor-top,
h3.is-title.has-line-decor-top,
h4.is-title.has-line-decor-top,
h5.is-title.has-line-decor-top,
h6.is-title.has-line-decor-top,
p.is-title.has-line-decor-top,
span.is-title.has-line-decor-top,
em.is-title.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-title.has-line-decor-top::before,
h2.is-title.has-line-decor-top::before,
h3.is-title.has-line-decor-top::before,
h4.is-title.has-line-decor-top::before,
h5.is-title.has-line-decor-top::before,
h6.is-title.has-line-decor-top::before,
p.is-title.has-line-decor-top::before,
span.is-title.has-line-decor-top::before,
em.is-title.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-title.has-line-decor-top.has-highlight-line::before,
h2.is-title.has-line-decor-top.has-highlight-line::before,
h3.is-title.has-line-decor-top.has-highlight-line::before,
h4.is-title.has-line-decor-top.has-highlight-line::before,
h5.is-title.has-line-decor-top.has-highlight-line::before,
h6.is-title.has-line-decor-top.has-highlight-line::before,
p.is-title.has-line-decor-top.has-highlight-line::before,
span.is-title.has-line-decor-top.has-highlight-line::before,
em.is-title.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-title.is-light,
h2.is-title.is-light,
h3.is-title.is-light,
h4.is-title.is-light,
h5.is-title.is-light,
h6.is-title.is-light,
p.is-title.is-light,
span.is-title.is-light,
em.is-title.is-light {
  font-weight: 300;
}

h1.is-title.is-medium,
h2.is-title.is-medium,
h3.is-title.is-medium,
h4.is-title.is-medium,
h5.is-title.is-medium,
h6.is-title.is-medium,
p.is-title.is-medium,
span.is-title.is-medium,
em.is-title.is-medium {
  font-weight: 400;
}

h1.is-title.is-semibold,
h2.is-title.is-semibold,
h3.is-title.is-semibold,
h4.is-title.is-semibold,
h5.is-title.is-semibold,
h6.is-title.is-semibold,
p.is-title.is-semibold,
span.is-title.is-semibold,
em.is-title.is-semibold {
  font-weight: 600;
}

h1.is-title.is-bold,
h2.is-title.is-bold,
h3.is-title.is-bold,
h4.is-title.is-bold,
h5.is-title.is-bold,
h6.is-title.is-bold,
p.is-title.is-bold,
span.is-title.is-bold,
em.is-title.is-bold {
  font-weight: 700;
}

h1.is-title.transform-capitalize,
h2.is-title.transform-capitalize,
h3.is-title.transform-capitalize,
h4.is-title.transform-capitalize,
h5.is-title.transform-capitalize,
h6.is-title.transform-capitalize,
p.is-title.transform-capitalize,
span.is-title.transform-capitalize,
em.is-title.transform-capitalize {
  text-transform: capitalize;
}

h1.is-title.transform-uppercase,
h2.is-title.transform-uppercase,
h3.is-title.transform-uppercase,
h4.is-title.transform-uppercase,
h5.is-title.transform-uppercase,
h6.is-title.transform-uppercase,
p.is-title.transform-uppercase,
span.is-title.transform-uppercase,
em.is-title.transform-uppercase {
  text-transform: uppercase;
}

h1.is-title.transform-none,
h2.is-title.transform-none,
h3.is-title.transform-none,
h4.is-title.transform-none,
h5.is-title.transform-none,
h6.is-title.transform-none,
p.is-title.transform-none,
span.is-title.transform-none,
em.is-title.transform-none {
  text-transform: none;
}

h1.is-title.has-dark-text-color,
h2.is-title.has-dark-text-color,
h3.is-title.has-dark-text-color,
h4.is-title.has-dark-text-color,
h5.is-title.has-dark-text-color,
h6.is-title.has-dark-text-color,
p.is-title.has-dark-text-color,
span.is-title.has-dark-text-color,
em.is-title.has-dark-text-color {
  color: ;
}

h1.is-title.has-lighter-text-color,
h2.is-title.has-lighter-text-color,
h3.is-title.has-lighter-text-color,
h4.is-title.has-lighter-text-color,
h5.is-title.has-lighter-text-color,
h6.is-title.has-lighter-text-color,
p.is-title.has-lighter-text-color,
span.is-title.has-lighter-text-color,
em.is-title.has-lighter-text-color {
  color: #0f1730;
}

h1.is-title.has-lightest-text-color,
h2.is-title.has-lightest-text-color,
h3.is-title.has-lightest-text-color,
h4.is-title.has-lightest-text-color,
h5.is-title.has-lightest-text-color,
h6.is-title.has-lightest-text-color,
p.is-title.has-lightest-text-color,
span.is-title.has-lightest-text-color,
em.is-title.has-lightest-text-color {
  color: #ffffff;
}

h1.is-title.has-primary-text-color,
h2.is-title.has-primary-text-color,
h3.is-title.has-primary-text-color,
h4.is-title.has-primary-text-color,
h5.is-title.has-primary-text-color,
h6.is-title.has-primary-text-color,
p.is-title.has-primary-text-color,
span.is-title.has-primary-text-color,
em.is-title.has-primary-text-color {
  color: #253a7a;
}

h1.is-title.has-secondary-text-color,
h2.is-title.has-secondary-text-color,
h3.is-title.has-secondary-text-color,
h4.is-title.has-secondary-text-color,
h5.is-title.has-secondary-text-color,
h6.is-title.has-secondary-text-color,
p.is-title.has-secondary-text-color,
span.is-title.has-secondary-text-color,
em.is-title.has-secondary-text-color {
  color: #0f1730;
}

h1.is-title.has-highlight-text-color,
h2.is-title.has-highlight-text-color,
h3.is-title.has-highlight-text-color,
h4.is-title.has-highlight-text-color,
h5.is-title.has-highlight-text-color,
h6.is-title.has-highlight-text-color,
p.is-title.has-highlight-text-color,
span.is-title.has-highlight-text-color,
em.is-title.has-highlight-text-color {
  color: #edb90f;
}

h1.is-title a,
h2.is-title a,
h3.is-title a,
h4.is-title a,
h5.is-title a,
h6.is-title a,
p.is-title a,
span.is-title a,
em.is-title a {
  color: inherit;
}

h1.is-title a:hover, h1.is-title a:focus,
h2.is-title a:hover,
h2.is-title a:focus,
h3.is-title a:hover,
h3.is-title a:focus,
h4.is-title a:hover,
h4.is-title a:focus,
h5.is-title a:hover,
h5.is-title a:focus,
h6.is-title a:hover,
h6.is-title a:focus,
p.is-title a:hover,
p.is-title a:focus,
span.is-title a:hover,
span.is-title a:focus,
em.is-title a:hover,
em.is-title a:focus {
  color: #0f1730;
}

@media screen and (min-width: 768px) {
  h1.is-title,
  h2.is-title,
  h3.is-title,
  h4.is-title,
  h5.is-title,
  h6.is-title,
  p.is-title,
  span.is-title,
  em.is-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  h1.is-title,
  h2.is-title,
  h3.is-title,
  h4.is-title,
  h5.is-title,
  h6.is-title,
  p.is-title,
  span.is-title,
  em.is-title {
    font-size: 23px;
  }
}

h1.is-title.has-body-font,
h2.is-title.has-body-font,
h3.is-title.has-body-font,
h4.is-title.has-body-font,
h5.is-title.has-body-font,
h6.is-title.has-body-font,
p.is-title.has-body-font,
span.is-title.has-body-font,
em.is-title.has-body-font {
  font-family: Roboto, sans-serif;
}

h1.is-subtitle,
h2.is-subtitle,
h3.is-subtitle,
h4.is-subtitle,
h5.is-subtitle,
h6.is-subtitle,
p.is-subtitle,
span.is-subtitle,
em.is-subtitle {
  display: block;
  font-size: 18px;
  color: #253a7a;
  font-family: Roboto Condensed;
  font-size: 30px;
  font-weight: 300;
  text-transform: ;
}

h1.is-subtitle em, h1.is-subtitle strong,
h2.is-subtitle em,
h2.is-subtitle strong,
h3.is-subtitle em,
h3.is-subtitle strong,
h4.is-subtitle em,
h4.is-subtitle strong,
h5.is-subtitle em,
h5.is-subtitle strong,
h6.is-subtitle em,
h6.is-subtitle strong,
p.is-subtitle em,
p.is-subtitle strong,
span.is-subtitle em,
span.is-subtitle strong,
em.is-subtitle em,
em.is-subtitle strong {
  font-weight: bold;
}

h1.is-subtitle em,
h2.is-subtitle em,
h3.is-subtitle em,
h4.is-subtitle em,
h5.is-subtitle em,
h6.is-subtitle em,
p.is-subtitle em,
span.is-subtitle em,
em.is-subtitle em {
  font-style: normal;
}

h1.is-subtitle.has-line-decor-top,
h2.is-subtitle.has-line-decor-top,
h3.is-subtitle.has-line-decor-top,
h4.is-subtitle.has-line-decor-top,
h5.is-subtitle.has-line-decor-top,
h6.is-subtitle.has-line-decor-top,
p.is-subtitle.has-line-decor-top,
span.is-subtitle.has-line-decor-top,
em.is-subtitle.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-subtitle.has-line-decor-top::before,
h2.is-subtitle.has-line-decor-top::before,
h3.is-subtitle.has-line-decor-top::before,
h4.is-subtitle.has-line-decor-top::before,
h5.is-subtitle.has-line-decor-top::before,
h6.is-subtitle.has-line-decor-top::before,
p.is-subtitle.has-line-decor-top::before,
span.is-subtitle.has-line-decor-top::before,
em.is-subtitle.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-subtitle.has-line-decor-top.has-highlight-line::before,
h2.is-subtitle.has-line-decor-top.has-highlight-line::before,
h3.is-subtitle.has-line-decor-top.has-highlight-line::before,
h4.is-subtitle.has-line-decor-top.has-highlight-line::before,
h5.is-subtitle.has-line-decor-top.has-highlight-line::before,
h6.is-subtitle.has-line-decor-top.has-highlight-line::before,
p.is-subtitle.has-line-decor-top.has-highlight-line::before,
span.is-subtitle.has-line-decor-top.has-highlight-line::before,
em.is-subtitle.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-subtitle.is-light,
h2.is-subtitle.is-light,
h3.is-subtitle.is-light,
h4.is-subtitle.is-light,
h5.is-subtitle.is-light,
h6.is-subtitle.is-light,
p.is-subtitle.is-light,
span.is-subtitle.is-light,
em.is-subtitle.is-light {
  font-weight: 300;
}

h1.is-subtitle.is-medium,
h2.is-subtitle.is-medium,
h3.is-subtitle.is-medium,
h4.is-subtitle.is-medium,
h5.is-subtitle.is-medium,
h6.is-subtitle.is-medium,
p.is-subtitle.is-medium,
span.is-subtitle.is-medium,
em.is-subtitle.is-medium {
  font-weight: 400;
}

h1.is-subtitle.is-semibold,
h2.is-subtitle.is-semibold,
h3.is-subtitle.is-semibold,
h4.is-subtitle.is-semibold,
h5.is-subtitle.is-semibold,
h6.is-subtitle.is-semibold,
p.is-subtitle.is-semibold,
span.is-subtitle.is-semibold,
em.is-subtitle.is-semibold {
  font-weight: 600;
}

h1.is-subtitle.is-bold,
h2.is-subtitle.is-bold,
h3.is-subtitle.is-bold,
h4.is-subtitle.is-bold,
h5.is-subtitle.is-bold,
h6.is-subtitle.is-bold,
p.is-subtitle.is-bold,
span.is-subtitle.is-bold,
em.is-subtitle.is-bold {
  font-weight: 700;
}

h1.is-subtitle.transform-capitalize,
h2.is-subtitle.transform-capitalize,
h3.is-subtitle.transform-capitalize,
h4.is-subtitle.transform-capitalize,
h5.is-subtitle.transform-capitalize,
h6.is-subtitle.transform-capitalize,
p.is-subtitle.transform-capitalize,
span.is-subtitle.transform-capitalize,
em.is-subtitle.transform-capitalize {
  text-transform: capitalize;
}

h1.is-subtitle.transform-uppercase,
h2.is-subtitle.transform-uppercase,
h3.is-subtitle.transform-uppercase,
h4.is-subtitle.transform-uppercase,
h5.is-subtitle.transform-uppercase,
h6.is-subtitle.transform-uppercase,
p.is-subtitle.transform-uppercase,
span.is-subtitle.transform-uppercase,
em.is-subtitle.transform-uppercase {
  text-transform: uppercase;
}

h1.is-subtitle.transform-none,
h2.is-subtitle.transform-none,
h3.is-subtitle.transform-none,
h4.is-subtitle.transform-none,
h5.is-subtitle.transform-none,
h6.is-subtitle.transform-none,
p.is-subtitle.transform-none,
span.is-subtitle.transform-none,
em.is-subtitle.transform-none {
  text-transform: none;
}

h1.is-subtitle.has-dark-text-color,
h2.is-subtitle.has-dark-text-color,
h3.is-subtitle.has-dark-text-color,
h4.is-subtitle.has-dark-text-color,
h5.is-subtitle.has-dark-text-color,
h6.is-subtitle.has-dark-text-color,
p.is-subtitle.has-dark-text-color,
span.is-subtitle.has-dark-text-color,
em.is-subtitle.has-dark-text-color {
  color: ;
}

h1.is-subtitle.has-lighter-text-color,
h2.is-subtitle.has-lighter-text-color,
h3.is-subtitle.has-lighter-text-color,
h4.is-subtitle.has-lighter-text-color,
h5.is-subtitle.has-lighter-text-color,
h6.is-subtitle.has-lighter-text-color,
p.is-subtitle.has-lighter-text-color,
span.is-subtitle.has-lighter-text-color,
em.is-subtitle.has-lighter-text-color {
  color: #0f1730;
}

h1.is-subtitle.has-lightest-text-color,
h2.is-subtitle.has-lightest-text-color,
h3.is-subtitle.has-lightest-text-color,
h4.is-subtitle.has-lightest-text-color,
h5.is-subtitle.has-lightest-text-color,
h6.is-subtitle.has-lightest-text-color,
p.is-subtitle.has-lightest-text-color,
span.is-subtitle.has-lightest-text-color,
em.is-subtitle.has-lightest-text-color {
  color: #ffffff;
}

h1.is-subtitle.has-primary-text-color,
h2.is-subtitle.has-primary-text-color,
h3.is-subtitle.has-primary-text-color,
h4.is-subtitle.has-primary-text-color,
h5.is-subtitle.has-primary-text-color,
h6.is-subtitle.has-primary-text-color,
p.is-subtitle.has-primary-text-color,
span.is-subtitle.has-primary-text-color,
em.is-subtitle.has-primary-text-color {
  color: #253a7a;
}

h1.is-subtitle.has-secondary-text-color,
h2.is-subtitle.has-secondary-text-color,
h3.is-subtitle.has-secondary-text-color,
h4.is-subtitle.has-secondary-text-color,
h5.is-subtitle.has-secondary-text-color,
h6.is-subtitle.has-secondary-text-color,
p.is-subtitle.has-secondary-text-color,
span.is-subtitle.has-secondary-text-color,
em.is-subtitle.has-secondary-text-color {
  color: #0f1730;
}

h1.is-subtitle.has-highlight-text-color,
h2.is-subtitle.has-highlight-text-color,
h3.is-subtitle.has-highlight-text-color,
h4.is-subtitle.has-highlight-text-color,
h5.is-subtitle.has-highlight-text-color,
h6.is-subtitle.has-highlight-text-color,
p.is-subtitle.has-highlight-text-color,
span.is-subtitle.has-highlight-text-color,
em.is-subtitle.has-highlight-text-color {
  color: #edb90f;
}

h1.is-subtitle a,
h2.is-subtitle a,
h3.is-subtitle a,
h4.is-subtitle a,
h5.is-subtitle a,
h6.is-subtitle a,
p.is-subtitle a,
span.is-subtitle a,
em.is-subtitle a {
  color: inherit;
}

h1.is-subtitle a:hover, h1.is-subtitle a:focus,
h2.is-subtitle a:hover,
h2.is-subtitle a:focus,
h3.is-subtitle a:hover,
h3.is-subtitle a:focus,
h4.is-subtitle a:hover,
h4.is-subtitle a:focus,
h5.is-subtitle a:hover,
h5.is-subtitle a:focus,
h6.is-subtitle a:hover,
h6.is-subtitle a:focus,
p.is-subtitle a:hover,
p.is-subtitle a:focus,
span.is-subtitle a:hover,
span.is-subtitle a:focus,
em.is-subtitle a:hover,
em.is-subtitle a:focus {
  color: #0f1730;
}

@media screen and (min-width: 768px) {
  h1.is-subtitle,
  h2.is-subtitle,
  h3.is-subtitle,
  h4.is-subtitle,
  h5.is-subtitle,
  h6.is-subtitle,
  p.is-subtitle,
  span.is-subtitle,
  em.is-subtitle {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1.is-subtitle,
  h2.is-subtitle,
  h3.is-subtitle,
  h4.is-subtitle,
  h5.is-subtitle,
  h6.is-subtitle,
  p.is-subtitle,
  span.is-subtitle,
  em.is-subtitle {
    font-size: 19px;
  }
}

h1.is-subtitle.has-body-font,
h2.is-subtitle.has-body-font,
h3.is-subtitle.has-body-font,
h4.is-subtitle.has-body-font,
h5.is-subtitle.has-body-font,
h6.is-subtitle.has-body-font,
p.is-subtitle.has-body-font,
span.is-subtitle.has-body-font,
em.is-subtitle.has-body-font {
  font-family: Roboto, sans-serif;
}

h1.is-title-xs,
h2.is-title-xs,
h3.is-title-xs,
h4.is-title-xs,
h5.is-title-xs,
h6.is-title-xs,
p.is-title-xs,
span.is-title-xs,
em.is-title-xs {
  display: block;
  color: #0f1730;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
  text-transform: ;
}

h1.is-title-xs em, h1.is-title-xs strong,
h2.is-title-xs em,
h2.is-title-xs strong,
h3.is-title-xs em,
h3.is-title-xs strong,
h4.is-title-xs em,
h4.is-title-xs strong,
h5.is-title-xs em,
h5.is-title-xs strong,
h6.is-title-xs em,
h6.is-title-xs strong,
p.is-title-xs em,
p.is-title-xs strong,
span.is-title-xs em,
span.is-title-xs strong,
em.is-title-xs em,
em.is-title-xs strong {
  font-weight: bold;
}

h1.is-title-xs em,
h2.is-title-xs em,
h3.is-title-xs em,
h4.is-title-xs em,
h5.is-title-xs em,
h6.is-title-xs em,
p.is-title-xs em,
span.is-title-xs em,
em.is-title-xs em {
  font-style: normal;
}

h1.is-title-xs.has-line-decor-top,
h2.is-title-xs.has-line-decor-top,
h3.is-title-xs.has-line-decor-top,
h4.is-title-xs.has-line-decor-top,
h5.is-title-xs.has-line-decor-top,
h6.is-title-xs.has-line-decor-top,
p.is-title-xs.has-line-decor-top,
span.is-title-xs.has-line-decor-top,
em.is-title-xs.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-title-xs.has-line-decor-top::before,
h2.is-title-xs.has-line-decor-top::before,
h3.is-title-xs.has-line-decor-top::before,
h4.is-title-xs.has-line-decor-top::before,
h5.is-title-xs.has-line-decor-top::before,
h6.is-title-xs.has-line-decor-top::before,
p.is-title-xs.has-line-decor-top::before,
span.is-title-xs.has-line-decor-top::before,
em.is-title-xs.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-title-xs.has-line-decor-top.has-highlight-line::before,
h2.is-title-xs.has-line-decor-top.has-highlight-line::before,
h3.is-title-xs.has-line-decor-top.has-highlight-line::before,
h4.is-title-xs.has-line-decor-top.has-highlight-line::before,
h5.is-title-xs.has-line-decor-top.has-highlight-line::before,
h6.is-title-xs.has-line-decor-top.has-highlight-line::before,
p.is-title-xs.has-line-decor-top.has-highlight-line::before,
span.is-title-xs.has-line-decor-top.has-highlight-line::before,
em.is-title-xs.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-title-xs.is-light,
h2.is-title-xs.is-light,
h3.is-title-xs.is-light,
h4.is-title-xs.is-light,
h5.is-title-xs.is-light,
h6.is-title-xs.is-light,
p.is-title-xs.is-light,
span.is-title-xs.is-light,
em.is-title-xs.is-light {
  font-weight: 300;
}

h1.is-title-xs.is-medium,
h2.is-title-xs.is-medium,
h3.is-title-xs.is-medium,
h4.is-title-xs.is-medium,
h5.is-title-xs.is-medium,
h6.is-title-xs.is-medium,
p.is-title-xs.is-medium,
span.is-title-xs.is-medium,
em.is-title-xs.is-medium {
  font-weight: 400;
}

h1.is-title-xs.is-semibold,
h2.is-title-xs.is-semibold,
h3.is-title-xs.is-semibold,
h4.is-title-xs.is-semibold,
h5.is-title-xs.is-semibold,
h6.is-title-xs.is-semibold,
p.is-title-xs.is-semibold,
span.is-title-xs.is-semibold,
em.is-title-xs.is-semibold {
  font-weight: 600;
}

h1.is-title-xs.is-bold,
h2.is-title-xs.is-bold,
h3.is-title-xs.is-bold,
h4.is-title-xs.is-bold,
h5.is-title-xs.is-bold,
h6.is-title-xs.is-bold,
p.is-title-xs.is-bold,
span.is-title-xs.is-bold,
em.is-title-xs.is-bold {
  font-weight: 700;
}

h1.is-title-xs.transform-capitalize,
h2.is-title-xs.transform-capitalize,
h3.is-title-xs.transform-capitalize,
h4.is-title-xs.transform-capitalize,
h5.is-title-xs.transform-capitalize,
h6.is-title-xs.transform-capitalize,
p.is-title-xs.transform-capitalize,
span.is-title-xs.transform-capitalize,
em.is-title-xs.transform-capitalize {
  text-transform: capitalize;
}

h1.is-title-xs.transform-uppercase,
h2.is-title-xs.transform-uppercase,
h3.is-title-xs.transform-uppercase,
h4.is-title-xs.transform-uppercase,
h5.is-title-xs.transform-uppercase,
h6.is-title-xs.transform-uppercase,
p.is-title-xs.transform-uppercase,
span.is-title-xs.transform-uppercase,
em.is-title-xs.transform-uppercase {
  text-transform: uppercase;
}

h1.is-title-xs.transform-none,
h2.is-title-xs.transform-none,
h3.is-title-xs.transform-none,
h4.is-title-xs.transform-none,
h5.is-title-xs.transform-none,
h6.is-title-xs.transform-none,
p.is-title-xs.transform-none,
span.is-title-xs.transform-none,
em.is-title-xs.transform-none {
  text-transform: none;
}

h1.is-title-xs.has-dark-text-color,
h2.is-title-xs.has-dark-text-color,
h3.is-title-xs.has-dark-text-color,
h4.is-title-xs.has-dark-text-color,
h5.is-title-xs.has-dark-text-color,
h6.is-title-xs.has-dark-text-color,
p.is-title-xs.has-dark-text-color,
span.is-title-xs.has-dark-text-color,
em.is-title-xs.has-dark-text-color {
  color: ;
}

h1.is-title-xs.has-lighter-text-color,
h2.is-title-xs.has-lighter-text-color,
h3.is-title-xs.has-lighter-text-color,
h4.is-title-xs.has-lighter-text-color,
h5.is-title-xs.has-lighter-text-color,
h6.is-title-xs.has-lighter-text-color,
p.is-title-xs.has-lighter-text-color,
span.is-title-xs.has-lighter-text-color,
em.is-title-xs.has-lighter-text-color {
  color: #0f1730;
}

h1.is-title-xs.has-lightest-text-color,
h2.is-title-xs.has-lightest-text-color,
h3.is-title-xs.has-lightest-text-color,
h4.is-title-xs.has-lightest-text-color,
h5.is-title-xs.has-lightest-text-color,
h6.is-title-xs.has-lightest-text-color,
p.is-title-xs.has-lightest-text-color,
span.is-title-xs.has-lightest-text-color,
em.is-title-xs.has-lightest-text-color {
  color: #ffffff;
}

h1.is-title-xs.has-primary-text-color,
h2.is-title-xs.has-primary-text-color,
h3.is-title-xs.has-primary-text-color,
h4.is-title-xs.has-primary-text-color,
h5.is-title-xs.has-primary-text-color,
h6.is-title-xs.has-primary-text-color,
p.is-title-xs.has-primary-text-color,
span.is-title-xs.has-primary-text-color,
em.is-title-xs.has-primary-text-color {
  color: #253a7a;
}

h1.is-title-xs.has-secondary-text-color,
h2.is-title-xs.has-secondary-text-color,
h3.is-title-xs.has-secondary-text-color,
h4.is-title-xs.has-secondary-text-color,
h5.is-title-xs.has-secondary-text-color,
h6.is-title-xs.has-secondary-text-color,
p.is-title-xs.has-secondary-text-color,
span.is-title-xs.has-secondary-text-color,
em.is-title-xs.has-secondary-text-color {
  color: #0f1730;
}

h1.is-title-xs.has-highlight-text-color,
h2.is-title-xs.has-highlight-text-color,
h3.is-title-xs.has-highlight-text-color,
h4.is-title-xs.has-highlight-text-color,
h5.is-title-xs.has-highlight-text-color,
h6.is-title-xs.has-highlight-text-color,
p.is-title-xs.has-highlight-text-color,
span.is-title-xs.has-highlight-text-color,
em.is-title-xs.has-highlight-text-color {
  color: #edb90f;
}

h1.is-title-xs a,
h2.is-title-xs a,
h3.is-title-xs a,
h4.is-title-xs a,
h5.is-title-xs a,
h6.is-title-xs a,
p.is-title-xs a,
span.is-title-xs a,
em.is-title-xs a {
  color: inherit;
}

h1.is-title-xs a:hover, h1.is-title-xs a:focus,
h2.is-title-xs a:hover,
h2.is-title-xs a:focus,
h3.is-title-xs a:hover,
h3.is-title-xs a:focus,
h4.is-title-xs a:hover,
h4.is-title-xs a:focus,
h5.is-title-xs a:hover,
h5.is-title-xs a:focus,
h6.is-title-xs a:hover,
h6.is-title-xs a:focus,
p.is-title-xs a:hover,
p.is-title-xs a:focus,
span.is-title-xs a:hover,
span.is-title-xs a:focus,
em.is-title-xs a:hover,
em.is-title-xs a:focus {
  color: #0f1730;
}

@media screen and (max-width: 767px) {
  h1.is-title-xs,
  h2.is-title-xs,
  h3.is-title-xs,
  h4.is-title-xs,
  h5.is-title-xs,
  h6.is-title-xs,
  p.is-title-xs,
  span.is-title-xs,
  em.is-title-xs {
    font-size: 14px;
  }
}

h1.is-title-xs.has-body-font,
h2.is-title-xs.has-body-font,
h3.is-title-xs.has-body-font,
h4.is-title-xs.has-body-font,
h5.is-title-xs.has-body-font,
h6.is-title-xs.has-body-font,
p.is-title-xs.has-body-font,
span.is-title-xs.has-body-font,
em.is-title-xs.has-body-font {
  font-family: Roboto, sans-serif;
}

h1.is-title-sm,
h2.is-title-sm,
h3.is-title-sm,
h4.is-title-sm,
h5.is-title-sm,
h6.is-title-sm,
p.is-title-sm,
span.is-title-sm,
em.is-title-sm {
  display: block;
  color: #0f1730;
  font-family: Roboto Condensed;
  font-size: 19px;
  font-weight: 700;
  text-transform: ;
}

h1.is-title-sm em, h1.is-title-sm strong,
h2.is-title-sm em,
h2.is-title-sm strong,
h3.is-title-sm em,
h3.is-title-sm strong,
h4.is-title-sm em,
h4.is-title-sm strong,
h5.is-title-sm em,
h5.is-title-sm strong,
h6.is-title-sm em,
h6.is-title-sm strong,
p.is-title-sm em,
p.is-title-sm strong,
span.is-title-sm em,
span.is-title-sm strong,
em.is-title-sm em,
em.is-title-sm strong {
  font-weight: bold;
}

h1.is-title-sm em,
h2.is-title-sm em,
h3.is-title-sm em,
h4.is-title-sm em,
h5.is-title-sm em,
h6.is-title-sm em,
p.is-title-sm em,
span.is-title-sm em,
em.is-title-sm em {
  font-style: normal;
}

h1.is-title-sm.has-line-decor-top,
h2.is-title-sm.has-line-decor-top,
h3.is-title-sm.has-line-decor-top,
h4.is-title-sm.has-line-decor-top,
h5.is-title-sm.has-line-decor-top,
h6.is-title-sm.has-line-decor-top,
p.is-title-sm.has-line-decor-top,
span.is-title-sm.has-line-decor-top,
em.is-title-sm.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-title-sm.has-line-decor-top::before,
h2.is-title-sm.has-line-decor-top::before,
h3.is-title-sm.has-line-decor-top::before,
h4.is-title-sm.has-line-decor-top::before,
h5.is-title-sm.has-line-decor-top::before,
h6.is-title-sm.has-line-decor-top::before,
p.is-title-sm.has-line-decor-top::before,
span.is-title-sm.has-line-decor-top::before,
em.is-title-sm.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-title-sm.has-line-decor-top.has-highlight-line::before,
h2.is-title-sm.has-line-decor-top.has-highlight-line::before,
h3.is-title-sm.has-line-decor-top.has-highlight-line::before,
h4.is-title-sm.has-line-decor-top.has-highlight-line::before,
h5.is-title-sm.has-line-decor-top.has-highlight-line::before,
h6.is-title-sm.has-line-decor-top.has-highlight-line::before,
p.is-title-sm.has-line-decor-top.has-highlight-line::before,
span.is-title-sm.has-line-decor-top.has-highlight-line::before,
em.is-title-sm.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-title-sm.is-light,
h2.is-title-sm.is-light,
h3.is-title-sm.is-light,
h4.is-title-sm.is-light,
h5.is-title-sm.is-light,
h6.is-title-sm.is-light,
p.is-title-sm.is-light,
span.is-title-sm.is-light,
em.is-title-sm.is-light {
  font-weight: 300;
}

h1.is-title-sm.is-medium,
h2.is-title-sm.is-medium,
h3.is-title-sm.is-medium,
h4.is-title-sm.is-medium,
h5.is-title-sm.is-medium,
h6.is-title-sm.is-medium,
p.is-title-sm.is-medium,
span.is-title-sm.is-medium,
em.is-title-sm.is-medium {
  font-weight: 400;
}

h1.is-title-sm.is-semibold,
h2.is-title-sm.is-semibold,
h3.is-title-sm.is-semibold,
h4.is-title-sm.is-semibold,
h5.is-title-sm.is-semibold,
h6.is-title-sm.is-semibold,
p.is-title-sm.is-semibold,
span.is-title-sm.is-semibold,
em.is-title-sm.is-semibold {
  font-weight: 600;
}

h1.is-title-sm.is-bold,
h2.is-title-sm.is-bold,
h3.is-title-sm.is-bold,
h4.is-title-sm.is-bold,
h5.is-title-sm.is-bold,
h6.is-title-sm.is-bold,
p.is-title-sm.is-bold,
span.is-title-sm.is-bold,
em.is-title-sm.is-bold {
  font-weight: 700;
}

h1.is-title-sm.transform-capitalize,
h2.is-title-sm.transform-capitalize,
h3.is-title-sm.transform-capitalize,
h4.is-title-sm.transform-capitalize,
h5.is-title-sm.transform-capitalize,
h6.is-title-sm.transform-capitalize,
p.is-title-sm.transform-capitalize,
span.is-title-sm.transform-capitalize,
em.is-title-sm.transform-capitalize {
  text-transform: capitalize;
}

h1.is-title-sm.transform-uppercase,
h2.is-title-sm.transform-uppercase,
h3.is-title-sm.transform-uppercase,
h4.is-title-sm.transform-uppercase,
h5.is-title-sm.transform-uppercase,
h6.is-title-sm.transform-uppercase,
p.is-title-sm.transform-uppercase,
span.is-title-sm.transform-uppercase,
em.is-title-sm.transform-uppercase {
  text-transform: uppercase;
}

h1.is-title-sm.transform-none,
h2.is-title-sm.transform-none,
h3.is-title-sm.transform-none,
h4.is-title-sm.transform-none,
h5.is-title-sm.transform-none,
h6.is-title-sm.transform-none,
p.is-title-sm.transform-none,
span.is-title-sm.transform-none,
em.is-title-sm.transform-none {
  text-transform: none;
}

h1.is-title-sm.has-dark-text-color,
h2.is-title-sm.has-dark-text-color,
h3.is-title-sm.has-dark-text-color,
h4.is-title-sm.has-dark-text-color,
h5.is-title-sm.has-dark-text-color,
h6.is-title-sm.has-dark-text-color,
p.is-title-sm.has-dark-text-color,
span.is-title-sm.has-dark-text-color,
em.is-title-sm.has-dark-text-color {
  color: ;
}

h1.is-title-sm.has-lighter-text-color,
h2.is-title-sm.has-lighter-text-color,
h3.is-title-sm.has-lighter-text-color,
h4.is-title-sm.has-lighter-text-color,
h5.is-title-sm.has-lighter-text-color,
h6.is-title-sm.has-lighter-text-color,
p.is-title-sm.has-lighter-text-color,
span.is-title-sm.has-lighter-text-color,
em.is-title-sm.has-lighter-text-color {
  color: #0f1730;
}

h1.is-title-sm.has-lightest-text-color,
h2.is-title-sm.has-lightest-text-color,
h3.is-title-sm.has-lightest-text-color,
h4.is-title-sm.has-lightest-text-color,
h5.is-title-sm.has-lightest-text-color,
h6.is-title-sm.has-lightest-text-color,
p.is-title-sm.has-lightest-text-color,
span.is-title-sm.has-lightest-text-color,
em.is-title-sm.has-lightest-text-color {
  color: #ffffff;
}

h1.is-title-sm.has-primary-text-color,
h2.is-title-sm.has-primary-text-color,
h3.is-title-sm.has-primary-text-color,
h4.is-title-sm.has-primary-text-color,
h5.is-title-sm.has-primary-text-color,
h6.is-title-sm.has-primary-text-color,
p.is-title-sm.has-primary-text-color,
span.is-title-sm.has-primary-text-color,
em.is-title-sm.has-primary-text-color {
  color: #253a7a;
}

h1.is-title-sm.has-secondary-text-color,
h2.is-title-sm.has-secondary-text-color,
h3.is-title-sm.has-secondary-text-color,
h4.is-title-sm.has-secondary-text-color,
h5.is-title-sm.has-secondary-text-color,
h6.is-title-sm.has-secondary-text-color,
p.is-title-sm.has-secondary-text-color,
span.is-title-sm.has-secondary-text-color,
em.is-title-sm.has-secondary-text-color {
  color: #0f1730;
}

h1.is-title-sm.has-highlight-text-color,
h2.is-title-sm.has-highlight-text-color,
h3.is-title-sm.has-highlight-text-color,
h4.is-title-sm.has-highlight-text-color,
h5.is-title-sm.has-highlight-text-color,
h6.is-title-sm.has-highlight-text-color,
p.is-title-sm.has-highlight-text-color,
span.is-title-sm.has-highlight-text-color,
em.is-title-sm.has-highlight-text-color {
  color: #edb90f;
}

h1.is-title-sm a,
h2.is-title-sm a,
h3.is-title-sm a,
h4.is-title-sm a,
h5.is-title-sm a,
h6.is-title-sm a,
p.is-title-sm a,
span.is-title-sm a,
em.is-title-sm a {
  color: inherit;
}

h1.is-title-sm a:hover, h1.is-title-sm a:focus,
h2.is-title-sm a:hover,
h2.is-title-sm a:focus,
h3.is-title-sm a:hover,
h3.is-title-sm a:focus,
h4.is-title-sm a:hover,
h4.is-title-sm a:focus,
h5.is-title-sm a:hover,
h5.is-title-sm a:focus,
h6.is-title-sm a:hover,
h6.is-title-sm a:focus,
p.is-title-sm a:hover,
p.is-title-sm a:focus,
span.is-title-sm a:hover,
span.is-title-sm a:focus,
em.is-title-sm a:hover,
em.is-title-sm a:focus {
  color: #0f1730;
}

@media screen and (max-width: 767px) {
  h1.is-title-sm,
  h2.is-title-sm,
  h3.is-title-sm,
  h4.is-title-sm,
  h5.is-title-sm,
  h6.is-title-sm,
  p.is-title-sm,
  span.is-title-sm,
  em.is-title-sm {
    font-size: 14px;
  }
}

h1.is-title-sm.has-body-font,
h2.is-title-sm.has-body-font,
h3.is-title-sm.has-body-font,
h4.is-title-sm.has-body-font,
h5.is-title-sm.has-body-font,
h6.is-title-sm.has-body-font,
p.is-title-sm.has-body-font,
span.is-title-sm.has-body-font,
em.is-title-sm.has-body-font {
  font-family: Roboto, sans-serif;
}

h1.is-title-md,
h2.is-title-md,
h3.is-title-md,
h4.is-title-md,
h5.is-title-md,
h6.is-title-md,
p.is-title-md,
span.is-title-md,
em.is-title-md {
  display: block;
  color: #0f1730;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 700;
  text-transform: ;
}

h1.is-title-md em, h1.is-title-md strong,
h2.is-title-md em,
h2.is-title-md strong,
h3.is-title-md em,
h3.is-title-md strong,
h4.is-title-md em,
h4.is-title-md strong,
h5.is-title-md em,
h5.is-title-md strong,
h6.is-title-md em,
h6.is-title-md strong,
p.is-title-md em,
p.is-title-md strong,
span.is-title-md em,
span.is-title-md strong,
em.is-title-md em,
em.is-title-md strong {
  font-weight: bold;
}

h1.is-title-md em,
h2.is-title-md em,
h3.is-title-md em,
h4.is-title-md em,
h5.is-title-md em,
h6.is-title-md em,
p.is-title-md em,
span.is-title-md em,
em.is-title-md em {
  font-style: normal;
}

h1.is-title-md.has-line-decor-top,
h2.is-title-md.has-line-decor-top,
h3.is-title-md.has-line-decor-top,
h4.is-title-md.has-line-decor-top,
h5.is-title-md.has-line-decor-top,
h6.is-title-md.has-line-decor-top,
p.is-title-md.has-line-decor-top,
span.is-title-md.has-line-decor-top,
em.is-title-md.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-title-md.has-line-decor-top::before,
h2.is-title-md.has-line-decor-top::before,
h3.is-title-md.has-line-decor-top::before,
h4.is-title-md.has-line-decor-top::before,
h5.is-title-md.has-line-decor-top::before,
h6.is-title-md.has-line-decor-top::before,
p.is-title-md.has-line-decor-top::before,
span.is-title-md.has-line-decor-top::before,
em.is-title-md.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-title-md.has-line-decor-top.has-highlight-line::before,
h2.is-title-md.has-line-decor-top.has-highlight-line::before,
h3.is-title-md.has-line-decor-top.has-highlight-line::before,
h4.is-title-md.has-line-decor-top.has-highlight-line::before,
h5.is-title-md.has-line-decor-top.has-highlight-line::before,
h6.is-title-md.has-line-decor-top.has-highlight-line::before,
p.is-title-md.has-line-decor-top.has-highlight-line::before,
span.is-title-md.has-line-decor-top.has-highlight-line::before,
em.is-title-md.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-title-md.is-light,
h2.is-title-md.is-light,
h3.is-title-md.is-light,
h4.is-title-md.is-light,
h5.is-title-md.is-light,
h6.is-title-md.is-light,
p.is-title-md.is-light,
span.is-title-md.is-light,
em.is-title-md.is-light {
  font-weight: 300;
}

h1.is-title-md.is-medium,
h2.is-title-md.is-medium,
h3.is-title-md.is-medium,
h4.is-title-md.is-medium,
h5.is-title-md.is-medium,
h6.is-title-md.is-medium,
p.is-title-md.is-medium,
span.is-title-md.is-medium,
em.is-title-md.is-medium {
  font-weight: 400;
}

h1.is-title-md.is-semibold,
h2.is-title-md.is-semibold,
h3.is-title-md.is-semibold,
h4.is-title-md.is-semibold,
h5.is-title-md.is-semibold,
h6.is-title-md.is-semibold,
p.is-title-md.is-semibold,
span.is-title-md.is-semibold,
em.is-title-md.is-semibold {
  font-weight: 600;
}

h1.is-title-md.is-bold,
h2.is-title-md.is-bold,
h3.is-title-md.is-bold,
h4.is-title-md.is-bold,
h5.is-title-md.is-bold,
h6.is-title-md.is-bold,
p.is-title-md.is-bold,
span.is-title-md.is-bold,
em.is-title-md.is-bold {
  font-weight: 700;
}

h1.is-title-md.transform-capitalize,
h2.is-title-md.transform-capitalize,
h3.is-title-md.transform-capitalize,
h4.is-title-md.transform-capitalize,
h5.is-title-md.transform-capitalize,
h6.is-title-md.transform-capitalize,
p.is-title-md.transform-capitalize,
span.is-title-md.transform-capitalize,
em.is-title-md.transform-capitalize {
  text-transform: capitalize;
}

h1.is-title-md.transform-uppercase,
h2.is-title-md.transform-uppercase,
h3.is-title-md.transform-uppercase,
h4.is-title-md.transform-uppercase,
h5.is-title-md.transform-uppercase,
h6.is-title-md.transform-uppercase,
p.is-title-md.transform-uppercase,
span.is-title-md.transform-uppercase,
em.is-title-md.transform-uppercase {
  text-transform: uppercase;
}

h1.is-title-md.transform-none,
h2.is-title-md.transform-none,
h3.is-title-md.transform-none,
h4.is-title-md.transform-none,
h5.is-title-md.transform-none,
h6.is-title-md.transform-none,
p.is-title-md.transform-none,
span.is-title-md.transform-none,
em.is-title-md.transform-none {
  text-transform: none;
}

h1.is-title-md.has-dark-text-color,
h2.is-title-md.has-dark-text-color,
h3.is-title-md.has-dark-text-color,
h4.is-title-md.has-dark-text-color,
h5.is-title-md.has-dark-text-color,
h6.is-title-md.has-dark-text-color,
p.is-title-md.has-dark-text-color,
span.is-title-md.has-dark-text-color,
em.is-title-md.has-dark-text-color {
  color: ;
}

h1.is-title-md.has-lighter-text-color,
h2.is-title-md.has-lighter-text-color,
h3.is-title-md.has-lighter-text-color,
h4.is-title-md.has-lighter-text-color,
h5.is-title-md.has-lighter-text-color,
h6.is-title-md.has-lighter-text-color,
p.is-title-md.has-lighter-text-color,
span.is-title-md.has-lighter-text-color,
em.is-title-md.has-lighter-text-color {
  color: #0f1730;
}

h1.is-title-md.has-lightest-text-color,
h2.is-title-md.has-lightest-text-color,
h3.is-title-md.has-lightest-text-color,
h4.is-title-md.has-lightest-text-color,
h5.is-title-md.has-lightest-text-color,
h6.is-title-md.has-lightest-text-color,
p.is-title-md.has-lightest-text-color,
span.is-title-md.has-lightest-text-color,
em.is-title-md.has-lightest-text-color {
  color: #ffffff;
}

h1.is-title-md.has-primary-text-color,
h2.is-title-md.has-primary-text-color,
h3.is-title-md.has-primary-text-color,
h4.is-title-md.has-primary-text-color,
h5.is-title-md.has-primary-text-color,
h6.is-title-md.has-primary-text-color,
p.is-title-md.has-primary-text-color,
span.is-title-md.has-primary-text-color,
em.is-title-md.has-primary-text-color {
  color: #253a7a;
}

h1.is-title-md.has-secondary-text-color,
h2.is-title-md.has-secondary-text-color,
h3.is-title-md.has-secondary-text-color,
h4.is-title-md.has-secondary-text-color,
h5.is-title-md.has-secondary-text-color,
h6.is-title-md.has-secondary-text-color,
p.is-title-md.has-secondary-text-color,
span.is-title-md.has-secondary-text-color,
em.is-title-md.has-secondary-text-color {
  color: #0f1730;
}

h1.is-title-md.has-highlight-text-color,
h2.is-title-md.has-highlight-text-color,
h3.is-title-md.has-highlight-text-color,
h4.is-title-md.has-highlight-text-color,
h5.is-title-md.has-highlight-text-color,
h6.is-title-md.has-highlight-text-color,
p.is-title-md.has-highlight-text-color,
span.is-title-md.has-highlight-text-color,
em.is-title-md.has-highlight-text-color {
  color: #edb90f;
}

h1.is-title-md a,
h2.is-title-md a,
h3.is-title-md a,
h4.is-title-md a,
h5.is-title-md a,
h6.is-title-md a,
p.is-title-md a,
span.is-title-md a,
em.is-title-md a {
  color: inherit;
}

h1.is-title-md a:hover, h1.is-title-md a:focus,
h2.is-title-md a:hover,
h2.is-title-md a:focus,
h3.is-title-md a:hover,
h3.is-title-md a:focus,
h4.is-title-md a:hover,
h4.is-title-md a:focus,
h5.is-title-md a:hover,
h5.is-title-md a:focus,
h6.is-title-md a:hover,
h6.is-title-md a:focus,
p.is-title-md a:hover,
p.is-title-md a:focus,
span.is-title-md a:hover,
span.is-title-md a:focus,
em.is-title-md a:hover,
em.is-title-md a:focus {
  color: #0f1730;
}

@media screen and (max-width: 767px) {
  h1.is-title-md,
  h2.is-title-md,
  h3.is-title-md,
  h4.is-title-md,
  h5.is-title-md,
  h6.is-title-md,
  p.is-title-md,
  span.is-title-md,
  em.is-title-md {
    font-size: 16px;
  }
}

h1.is-title-md.has-body-font,
h2.is-title-md.has-body-font,
h3.is-title-md.has-body-font,
h4.is-title-md.has-body-font,
h5.is-title-md.has-body-font,
h6.is-title-md.has-body-font,
p.is-title-md.has-body-font,
span.is-title-md.has-body-font,
em.is-title-md.has-body-font {
  font-family: Roboto, sans-serif;
}

h1.is-title-lg,
h2.is-title-lg,
h3.is-title-lg,
h4.is-title-lg,
h5.is-title-lg,
h6.is-title-lg,
p.is-title-lg,
span.is-title-lg,
em.is-title-lg {
  display: block;
  color: #0f1730;
  font-family: Roboto Condensed;
  font-size: 26px;
  font-weight: 700;
  text-transform: ;
}

h1.is-title-lg em, h1.is-title-lg strong,
h2.is-title-lg em,
h2.is-title-lg strong,
h3.is-title-lg em,
h3.is-title-lg strong,
h4.is-title-lg em,
h4.is-title-lg strong,
h5.is-title-lg em,
h5.is-title-lg strong,
h6.is-title-lg em,
h6.is-title-lg strong,
p.is-title-lg em,
p.is-title-lg strong,
span.is-title-lg em,
span.is-title-lg strong,
em.is-title-lg em,
em.is-title-lg strong {
  font-weight: bold;
}

h1.is-title-lg em,
h2.is-title-lg em,
h3.is-title-lg em,
h4.is-title-lg em,
h5.is-title-lg em,
h6.is-title-lg em,
p.is-title-lg em,
span.is-title-lg em,
em.is-title-lg em {
  font-style: normal;
}

h1.is-title-lg.has-line-decor-top,
h2.is-title-lg.has-line-decor-top,
h3.is-title-lg.has-line-decor-top,
h4.is-title-lg.has-line-decor-top,
h5.is-title-lg.has-line-decor-top,
h6.is-title-lg.has-line-decor-top,
p.is-title-lg.has-line-decor-top,
span.is-title-lg.has-line-decor-top,
em.is-title-lg.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-title-lg.has-line-decor-top::before,
h2.is-title-lg.has-line-decor-top::before,
h3.is-title-lg.has-line-decor-top::before,
h4.is-title-lg.has-line-decor-top::before,
h5.is-title-lg.has-line-decor-top::before,
h6.is-title-lg.has-line-decor-top::before,
p.is-title-lg.has-line-decor-top::before,
span.is-title-lg.has-line-decor-top::before,
em.is-title-lg.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-title-lg.has-line-decor-top.has-highlight-line::before,
h2.is-title-lg.has-line-decor-top.has-highlight-line::before,
h3.is-title-lg.has-line-decor-top.has-highlight-line::before,
h4.is-title-lg.has-line-decor-top.has-highlight-line::before,
h5.is-title-lg.has-line-decor-top.has-highlight-line::before,
h6.is-title-lg.has-line-decor-top.has-highlight-line::before,
p.is-title-lg.has-line-decor-top.has-highlight-line::before,
span.is-title-lg.has-line-decor-top.has-highlight-line::before,
em.is-title-lg.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-title-lg.is-light,
h2.is-title-lg.is-light,
h3.is-title-lg.is-light,
h4.is-title-lg.is-light,
h5.is-title-lg.is-light,
h6.is-title-lg.is-light,
p.is-title-lg.is-light,
span.is-title-lg.is-light,
em.is-title-lg.is-light {
  font-weight: 300;
}

h1.is-title-lg.is-medium,
h2.is-title-lg.is-medium,
h3.is-title-lg.is-medium,
h4.is-title-lg.is-medium,
h5.is-title-lg.is-medium,
h6.is-title-lg.is-medium,
p.is-title-lg.is-medium,
span.is-title-lg.is-medium,
em.is-title-lg.is-medium {
  font-weight: 400;
}

h1.is-title-lg.is-semibold,
h2.is-title-lg.is-semibold,
h3.is-title-lg.is-semibold,
h4.is-title-lg.is-semibold,
h5.is-title-lg.is-semibold,
h6.is-title-lg.is-semibold,
p.is-title-lg.is-semibold,
span.is-title-lg.is-semibold,
em.is-title-lg.is-semibold {
  font-weight: 600;
}

h1.is-title-lg.is-bold,
h2.is-title-lg.is-bold,
h3.is-title-lg.is-bold,
h4.is-title-lg.is-bold,
h5.is-title-lg.is-bold,
h6.is-title-lg.is-bold,
p.is-title-lg.is-bold,
span.is-title-lg.is-bold,
em.is-title-lg.is-bold {
  font-weight: 700;
}

h1.is-title-lg.transform-capitalize,
h2.is-title-lg.transform-capitalize,
h3.is-title-lg.transform-capitalize,
h4.is-title-lg.transform-capitalize,
h5.is-title-lg.transform-capitalize,
h6.is-title-lg.transform-capitalize,
p.is-title-lg.transform-capitalize,
span.is-title-lg.transform-capitalize,
em.is-title-lg.transform-capitalize {
  text-transform: capitalize;
}

h1.is-title-lg.transform-uppercase,
h2.is-title-lg.transform-uppercase,
h3.is-title-lg.transform-uppercase,
h4.is-title-lg.transform-uppercase,
h5.is-title-lg.transform-uppercase,
h6.is-title-lg.transform-uppercase,
p.is-title-lg.transform-uppercase,
span.is-title-lg.transform-uppercase,
em.is-title-lg.transform-uppercase {
  text-transform: uppercase;
}

h1.is-title-lg.transform-none,
h2.is-title-lg.transform-none,
h3.is-title-lg.transform-none,
h4.is-title-lg.transform-none,
h5.is-title-lg.transform-none,
h6.is-title-lg.transform-none,
p.is-title-lg.transform-none,
span.is-title-lg.transform-none,
em.is-title-lg.transform-none {
  text-transform: none;
}

h1.is-title-lg.has-dark-text-color,
h2.is-title-lg.has-dark-text-color,
h3.is-title-lg.has-dark-text-color,
h4.is-title-lg.has-dark-text-color,
h5.is-title-lg.has-dark-text-color,
h6.is-title-lg.has-dark-text-color,
p.is-title-lg.has-dark-text-color,
span.is-title-lg.has-dark-text-color,
em.is-title-lg.has-dark-text-color {
  color: ;
}

h1.is-title-lg.has-lighter-text-color,
h2.is-title-lg.has-lighter-text-color,
h3.is-title-lg.has-lighter-text-color,
h4.is-title-lg.has-lighter-text-color,
h5.is-title-lg.has-lighter-text-color,
h6.is-title-lg.has-lighter-text-color,
p.is-title-lg.has-lighter-text-color,
span.is-title-lg.has-lighter-text-color,
em.is-title-lg.has-lighter-text-color {
  color: #0f1730;
}

h1.is-title-lg.has-lightest-text-color,
h2.is-title-lg.has-lightest-text-color,
h3.is-title-lg.has-lightest-text-color,
h4.is-title-lg.has-lightest-text-color,
h5.is-title-lg.has-lightest-text-color,
h6.is-title-lg.has-lightest-text-color,
p.is-title-lg.has-lightest-text-color,
span.is-title-lg.has-lightest-text-color,
em.is-title-lg.has-lightest-text-color {
  color: #ffffff;
}

h1.is-title-lg.has-primary-text-color,
h2.is-title-lg.has-primary-text-color,
h3.is-title-lg.has-primary-text-color,
h4.is-title-lg.has-primary-text-color,
h5.is-title-lg.has-primary-text-color,
h6.is-title-lg.has-primary-text-color,
p.is-title-lg.has-primary-text-color,
span.is-title-lg.has-primary-text-color,
em.is-title-lg.has-primary-text-color {
  color: #253a7a;
}

h1.is-title-lg.has-secondary-text-color,
h2.is-title-lg.has-secondary-text-color,
h3.is-title-lg.has-secondary-text-color,
h4.is-title-lg.has-secondary-text-color,
h5.is-title-lg.has-secondary-text-color,
h6.is-title-lg.has-secondary-text-color,
p.is-title-lg.has-secondary-text-color,
span.is-title-lg.has-secondary-text-color,
em.is-title-lg.has-secondary-text-color {
  color: #0f1730;
}

h1.is-title-lg.has-highlight-text-color,
h2.is-title-lg.has-highlight-text-color,
h3.is-title-lg.has-highlight-text-color,
h4.is-title-lg.has-highlight-text-color,
h5.is-title-lg.has-highlight-text-color,
h6.is-title-lg.has-highlight-text-color,
p.is-title-lg.has-highlight-text-color,
span.is-title-lg.has-highlight-text-color,
em.is-title-lg.has-highlight-text-color {
  color: #edb90f;
}

h1.is-title-lg a,
h2.is-title-lg a,
h3.is-title-lg a,
h4.is-title-lg a,
h5.is-title-lg a,
h6.is-title-lg a,
p.is-title-lg a,
span.is-title-lg a,
em.is-title-lg a {
  color: inherit;
}

h1.is-title-lg a:hover, h1.is-title-lg a:focus,
h2.is-title-lg a:hover,
h2.is-title-lg a:focus,
h3.is-title-lg a:hover,
h3.is-title-lg a:focus,
h4.is-title-lg a:hover,
h4.is-title-lg a:focus,
h5.is-title-lg a:hover,
h5.is-title-lg a:focus,
h6.is-title-lg a:hover,
h6.is-title-lg a:focus,
p.is-title-lg a:hover,
p.is-title-lg a:focus,
span.is-title-lg a:hover,
span.is-title-lg a:focus,
em.is-title-lg a:hover,
em.is-title-lg a:focus {
  color: #0f1730;
}

@media screen and (max-width: 767px) {
  h1.is-title-lg,
  h2.is-title-lg,
  h3.is-title-lg,
  h4.is-title-lg,
  h5.is-title-lg,
  h6.is-title-lg,
  p.is-title-lg,
  span.is-title-lg,
  em.is-title-lg {
    font-size: 17px;
  }
}

h1.is-title-lg.has-body-font,
h2.is-title-lg.has-body-font,
h3.is-title-lg.has-body-font,
h4.is-title-lg.has-body-font,
h5.is-title-lg.has-body-font,
h6.is-title-lg.has-body-font,
p.is-title-lg.has-body-font,
span.is-title-lg.has-body-font,
em.is-title-lg.has-body-font {
  font-family: Roboto, sans-serif;
}

h1.is-title-xl,
h2.is-title-xl,
h3.is-title-xl,
h4.is-title-xl,
h5.is-title-xl,
h6.is-title-xl,
p.is-title-xl,
span.is-title-xl,
em.is-title-xl {
  display: block;
  color: #0f1730;
  font-family: Roboto Condensed;
  font-size: 35px;
  font-weight: 700;
  text-transform: ;
}

h1.is-title-xl em, h1.is-title-xl strong,
h2.is-title-xl em,
h2.is-title-xl strong,
h3.is-title-xl em,
h3.is-title-xl strong,
h4.is-title-xl em,
h4.is-title-xl strong,
h5.is-title-xl em,
h5.is-title-xl strong,
h6.is-title-xl em,
h6.is-title-xl strong,
p.is-title-xl em,
p.is-title-xl strong,
span.is-title-xl em,
span.is-title-xl strong,
em.is-title-xl em,
em.is-title-xl strong {
  font-weight: bold;
}

h1.is-title-xl em,
h2.is-title-xl em,
h3.is-title-xl em,
h4.is-title-xl em,
h5.is-title-xl em,
h6.is-title-xl em,
p.is-title-xl em,
span.is-title-xl em,
em.is-title-xl em {
  font-style: normal;
}

h1.is-title-xl.has-line-decor-top,
h2.is-title-xl.has-line-decor-top,
h3.is-title-xl.has-line-decor-top,
h4.is-title-xl.has-line-decor-top,
h5.is-title-xl.has-line-decor-top,
h6.is-title-xl.has-line-decor-top,
p.is-title-xl.has-line-decor-top,
span.is-title-xl.has-line-decor-top,
em.is-title-xl.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-title-xl.has-line-decor-top::before,
h2.is-title-xl.has-line-decor-top::before,
h3.is-title-xl.has-line-decor-top::before,
h4.is-title-xl.has-line-decor-top::before,
h5.is-title-xl.has-line-decor-top::before,
h6.is-title-xl.has-line-decor-top::before,
p.is-title-xl.has-line-decor-top::before,
span.is-title-xl.has-line-decor-top::before,
em.is-title-xl.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-title-xl.has-line-decor-top.has-highlight-line::before,
h2.is-title-xl.has-line-decor-top.has-highlight-line::before,
h3.is-title-xl.has-line-decor-top.has-highlight-line::before,
h4.is-title-xl.has-line-decor-top.has-highlight-line::before,
h5.is-title-xl.has-line-decor-top.has-highlight-line::before,
h6.is-title-xl.has-line-decor-top.has-highlight-line::before,
p.is-title-xl.has-line-decor-top.has-highlight-line::before,
span.is-title-xl.has-line-decor-top.has-highlight-line::before,
em.is-title-xl.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-title-xl.is-light,
h2.is-title-xl.is-light,
h3.is-title-xl.is-light,
h4.is-title-xl.is-light,
h5.is-title-xl.is-light,
h6.is-title-xl.is-light,
p.is-title-xl.is-light,
span.is-title-xl.is-light,
em.is-title-xl.is-light {
  font-weight: 300;
}

h1.is-title-xl.is-medium,
h2.is-title-xl.is-medium,
h3.is-title-xl.is-medium,
h4.is-title-xl.is-medium,
h5.is-title-xl.is-medium,
h6.is-title-xl.is-medium,
p.is-title-xl.is-medium,
span.is-title-xl.is-medium,
em.is-title-xl.is-medium {
  font-weight: 400;
}

h1.is-title-xl.is-semibold,
h2.is-title-xl.is-semibold,
h3.is-title-xl.is-semibold,
h4.is-title-xl.is-semibold,
h5.is-title-xl.is-semibold,
h6.is-title-xl.is-semibold,
p.is-title-xl.is-semibold,
span.is-title-xl.is-semibold,
em.is-title-xl.is-semibold {
  font-weight: 600;
}

h1.is-title-xl.is-bold,
h2.is-title-xl.is-bold,
h3.is-title-xl.is-bold,
h4.is-title-xl.is-bold,
h5.is-title-xl.is-bold,
h6.is-title-xl.is-bold,
p.is-title-xl.is-bold,
span.is-title-xl.is-bold,
em.is-title-xl.is-bold {
  font-weight: 700;
}

h1.is-title-xl.transform-capitalize,
h2.is-title-xl.transform-capitalize,
h3.is-title-xl.transform-capitalize,
h4.is-title-xl.transform-capitalize,
h5.is-title-xl.transform-capitalize,
h6.is-title-xl.transform-capitalize,
p.is-title-xl.transform-capitalize,
span.is-title-xl.transform-capitalize,
em.is-title-xl.transform-capitalize {
  text-transform: capitalize;
}

h1.is-title-xl.transform-uppercase,
h2.is-title-xl.transform-uppercase,
h3.is-title-xl.transform-uppercase,
h4.is-title-xl.transform-uppercase,
h5.is-title-xl.transform-uppercase,
h6.is-title-xl.transform-uppercase,
p.is-title-xl.transform-uppercase,
span.is-title-xl.transform-uppercase,
em.is-title-xl.transform-uppercase {
  text-transform: uppercase;
}

h1.is-title-xl.transform-none,
h2.is-title-xl.transform-none,
h3.is-title-xl.transform-none,
h4.is-title-xl.transform-none,
h5.is-title-xl.transform-none,
h6.is-title-xl.transform-none,
p.is-title-xl.transform-none,
span.is-title-xl.transform-none,
em.is-title-xl.transform-none {
  text-transform: none;
}

h1.is-title-xl.has-dark-text-color,
h2.is-title-xl.has-dark-text-color,
h3.is-title-xl.has-dark-text-color,
h4.is-title-xl.has-dark-text-color,
h5.is-title-xl.has-dark-text-color,
h6.is-title-xl.has-dark-text-color,
p.is-title-xl.has-dark-text-color,
span.is-title-xl.has-dark-text-color,
em.is-title-xl.has-dark-text-color {
  color: ;
}

h1.is-title-xl.has-lighter-text-color,
h2.is-title-xl.has-lighter-text-color,
h3.is-title-xl.has-lighter-text-color,
h4.is-title-xl.has-lighter-text-color,
h5.is-title-xl.has-lighter-text-color,
h6.is-title-xl.has-lighter-text-color,
p.is-title-xl.has-lighter-text-color,
span.is-title-xl.has-lighter-text-color,
em.is-title-xl.has-lighter-text-color {
  color: #0f1730;
}

h1.is-title-xl.has-lightest-text-color,
h2.is-title-xl.has-lightest-text-color,
h3.is-title-xl.has-lightest-text-color,
h4.is-title-xl.has-lightest-text-color,
h5.is-title-xl.has-lightest-text-color,
h6.is-title-xl.has-lightest-text-color,
p.is-title-xl.has-lightest-text-color,
span.is-title-xl.has-lightest-text-color,
em.is-title-xl.has-lightest-text-color {
  color: #ffffff;
}

h1.is-title-xl.has-primary-text-color,
h2.is-title-xl.has-primary-text-color,
h3.is-title-xl.has-primary-text-color,
h4.is-title-xl.has-primary-text-color,
h5.is-title-xl.has-primary-text-color,
h6.is-title-xl.has-primary-text-color,
p.is-title-xl.has-primary-text-color,
span.is-title-xl.has-primary-text-color,
em.is-title-xl.has-primary-text-color {
  color: #253a7a;
}

h1.is-title-xl.has-secondary-text-color,
h2.is-title-xl.has-secondary-text-color,
h3.is-title-xl.has-secondary-text-color,
h4.is-title-xl.has-secondary-text-color,
h5.is-title-xl.has-secondary-text-color,
h6.is-title-xl.has-secondary-text-color,
p.is-title-xl.has-secondary-text-color,
span.is-title-xl.has-secondary-text-color,
em.is-title-xl.has-secondary-text-color {
  color: #0f1730;
}

h1.is-title-xl.has-highlight-text-color,
h2.is-title-xl.has-highlight-text-color,
h3.is-title-xl.has-highlight-text-color,
h4.is-title-xl.has-highlight-text-color,
h5.is-title-xl.has-highlight-text-color,
h6.is-title-xl.has-highlight-text-color,
p.is-title-xl.has-highlight-text-color,
span.is-title-xl.has-highlight-text-color,
em.is-title-xl.has-highlight-text-color {
  color: #edb90f;
}

h1.is-title-xl a,
h2.is-title-xl a,
h3.is-title-xl a,
h4.is-title-xl a,
h5.is-title-xl a,
h6.is-title-xl a,
p.is-title-xl a,
span.is-title-xl a,
em.is-title-xl a {
  color: inherit;
}

h1.is-title-xl a:hover, h1.is-title-xl a:focus,
h2.is-title-xl a:hover,
h2.is-title-xl a:focus,
h3.is-title-xl a:hover,
h3.is-title-xl a:focus,
h4.is-title-xl a:hover,
h4.is-title-xl a:focus,
h5.is-title-xl a:hover,
h5.is-title-xl a:focus,
h6.is-title-xl a:hover,
h6.is-title-xl a:focus,
p.is-title-xl a:hover,
p.is-title-xl a:focus,
span.is-title-xl a:hover,
span.is-title-xl a:focus,
em.is-title-xl a:hover,
em.is-title-xl a:focus {
  color: #0f1730;
}

@media screen and (max-width: 767px) {
  h1.is-title-xl,
  h2.is-title-xl,
  h3.is-title-xl,
  h4.is-title-xl,
  h5.is-title-xl,
  h6.is-title-xl,
  p.is-title-xl,
  span.is-title-xl,
  em.is-title-xl {
    font-size: 20px;
  }
}

h1.is-title-xl.has-body-font,
h2.is-title-xl.has-body-font,
h3.is-title-xl.has-body-font,
h4.is-title-xl.has-body-font,
h5.is-title-xl.has-body-font,
h6.is-title-xl.has-body-font,
p.is-title-xl.has-body-font,
span.is-title-xl.has-body-font,
em.is-title-xl.has-body-font {
  font-family: Roboto, sans-serif;
}

h1.is-title-xxl,
h2.is-title-xxl,
h3.is-title-xxl,
h4.is-title-xxl,
h5.is-title-xxl,
h6.is-title-xxl,
p.is-title-xxl,
span.is-title-xxl,
em.is-title-xxl {
  display: block;
  color: #0f1730;
  font-family: Roboto Condensed;
  font-size: 45px;
  font-weight: 700;
  text-transform: ;
}

h1.is-title-xxl em, h1.is-title-xxl strong,
h2.is-title-xxl em,
h2.is-title-xxl strong,
h3.is-title-xxl em,
h3.is-title-xxl strong,
h4.is-title-xxl em,
h4.is-title-xxl strong,
h5.is-title-xxl em,
h5.is-title-xxl strong,
h6.is-title-xxl em,
h6.is-title-xxl strong,
p.is-title-xxl em,
p.is-title-xxl strong,
span.is-title-xxl em,
span.is-title-xxl strong,
em.is-title-xxl em,
em.is-title-xxl strong {
  font-weight: bold;
}

h1.is-title-xxl em,
h2.is-title-xxl em,
h3.is-title-xxl em,
h4.is-title-xxl em,
h5.is-title-xxl em,
h6.is-title-xxl em,
p.is-title-xxl em,
span.is-title-xxl em,
em.is-title-xxl em {
  font-style: normal;
}

h1.is-title-xxl.has-line-decor-top,
h2.is-title-xxl.has-line-decor-top,
h3.is-title-xxl.has-line-decor-top,
h4.is-title-xxl.has-line-decor-top,
h5.is-title-xxl.has-line-decor-top,
h6.is-title-xxl.has-line-decor-top,
p.is-title-xxl.has-line-decor-top,
span.is-title-xxl.has-line-decor-top,
em.is-title-xxl.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-title-xxl.has-line-decor-top::before,
h2.is-title-xxl.has-line-decor-top::before,
h3.is-title-xxl.has-line-decor-top::before,
h4.is-title-xxl.has-line-decor-top::before,
h5.is-title-xxl.has-line-decor-top::before,
h6.is-title-xxl.has-line-decor-top::before,
p.is-title-xxl.has-line-decor-top::before,
span.is-title-xxl.has-line-decor-top::before,
em.is-title-xxl.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-title-xxl.has-line-decor-top.has-highlight-line::before,
h2.is-title-xxl.has-line-decor-top.has-highlight-line::before,
h3.is-title-xxl.has-line-decor-top.has-highlight-line::before,
h4.is-title-xxl.has-line-decor-top.has-highlight-line::before,
h5.is-title-xxl.has-line-decor-top.has-highlight-line::before,
h6.is-title-xxl.has-line-decor-top.has-highlight-line::before,
p.is-title-xxl.has-line-decor-top.has-highlight-line::before,
span.is-title-xxl.has-line-decor-top.has-highlight-line::before,
em.is-title-xxl.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-title-xxl.is-light,
h2.is-title-xxl.is-light,
h3.is-title-xxl.is-light,
h4.is-title-xxl.is-light,
h5.is-title-xxl.is-light,
h6.is-title-xxl.is-light,
p.is-title-xxl.is-light,
span.is-title-xxl.is-light,
em.is-title-xxl.is-light {
  font-weight: 300;
}

h1.is-title-xxl.is-medium,
h2.is-title-xxl.is-medium,
h3.is-title-xxl.is-medium,
h4.is-title-xxl.is-medium,
h5.is-title-xxl.is-medium,
h6.is-title-xxl.is-medium,
p.is-title-xxl.is-medium,
span.is-title-xxl.is-medium,
em.is-title-xxl.is-medium {
  font-weight: 400;
}

h1.is-title-xxl.is-semibold,
h2.is-title-xxl.is-semibold,
h3.is-title-xxl.is-semibold,
h4.is-title-xxl.is-semibold,
h5.is-title-xxl.is-semibold,
h6.is-title-xxl.is-semibold,
p.is-title-xxl.is-semibold,
span.is-title-xxl.is-semibold,
em.is-title-xxl.is-semibold {
  font-weight: 600;
}

h1.is-title-xxl.is-bold,
h2.is-title-xxl.is-bold,
h3.is-title-xxl.is-bold,
h4.is-title-xxl.is-bold,
h5.is-title-xxl.is-bold,
h6.is-title-xxl.is-bold,
p.is-title-xxl.is-bold,
span.is-title-xxl.is-bold,
em.is-title-xxl.is-bold {
  font-weight: 700;
}

h1.is-title-xxl.transform-capitalize,
h2.is-title-xxl.transform-capitalize,
h3.is-title-xxl.transform-capitalize,
h4.is-title-xxl.transform-capitalize,
h5.is-title-xxl.transform-capitalize,
h6.is-title-xxl.transform-capitalize,
p.is-title-xxl.transform-capitalize,
span.is-title-xxl.transform-capitalize,
em.is-title-xxl.transform-capitalize {
  text-transform: capitalize;
}

h1.is-title-xxl.transform-uppercase,
h2.is-title-xxl.transform-uppercase,
h3.is-title-xxl.transform-uppercase,
h4.is-title-xxl.transform-uppercase,
h5.is-title-xxl.transform-uppercase,
h6.is-title-xxl.transform-uppercase,
p.is-title-xxl.transform-uppercase,
span.is-title-xxl.transform-uppercase,
em.is-title-xxl.transform-uppercase {
  text-transform: uppercase;
}

h1.is-title-xxl.transform-none,
h2.is-title-xxl.transform-none,
h3.is-title-xxl.transform-none,
h4.is-title-xxl.transform-none,
h5.is-title-xxl.transform-none,
h6.is-title-xxl.transform-none,
p.is-title-xxl.transform-none,
span.is-title-xxl.transform-none,
em.is-title-xxl.transform-none {
  text-transform: none;
}

h1.is-title-xxl.has-dark-text-color,
h2.is-title-xxl.has-dark-text-color,
h3.is-title-xxl.has-dark-text-color,
h4.is-title-xxl.has-dark-text-color,
h5.is-title-xxl.has-dark-text-color,
h6.is-title-xxl.has-dark-text-color,
p.is-title-xxl.has-dark-text-color,
span.is-title-xxl.has-dark-text-color,
em.is-title-xxl.has-dark-text-color {
  color: ;
}

h1.is-title-xxl.has-lighter-text-color,
h2.is-title-xxl.has-lighter-text-color,
h3.is-title-xxl.has-lighter-text-color,
h4.is-title-xxl.has-lighter-text-color,
h5.is-title-xxl.has-lighter-text-color,
h6.is-title-xxl.has-lighter-text-color,
p.is-title-xxl.has-lighter-text-color,
span.is-title-xxl.has-lighter-text-color,
em.is-title-xxl.has-lighter-text-color {
  color: #0f1730;
}

h1.is-title-xxl.has-lightest-text-color,
h2.is-title-xxl.has-lightest-text-color,
h3.is-title-xxl.has-lightest-text-color,
h4.is-title-xxl.has-lightest-text-color,
h5.is-title-xxl.has-lightest-text-color,
h6.is-title-xxl.has-lightest-text-color,
p.is-title-xxl.has-lightest-text-color,
span.is-title-xxl.has-lightest-text-color,
em.is-title-xxl.has-lightest-text-color {
  color: #ffffff;
}

h1.is-title-xxl.has-primary-text-color,
h2.is-title-xxl.has-primary-text-color,
h3.is-title-xxl.has-primary-text-color,
h4.is-title-xxl.has-primary-text-color,
h5.is-title-xxl.has-primary-text-color,
h6.is-title-xxl.has-primary-text-color,
p.is-title-xxl.has-primary-text-color,
span.is-title-xxl.has-primary-text-color,
em.is-title-xxl.has-primary-text-color {
  color: #253a7a;
}

h1.is-title-xxl.has-secondary-text-color,
h2.is-title-xxl.has-secondary-text-color,
h3.is-title-xxl.has-secondary-text-color,
h4.is-title-xxl.has-secondary-text-color,
h5.is-title-xxl.has-secondary-text-color,
h6.is-title-xxl.has-secondary-text-color,
p.is-title-xxl.has-secondary-text-color,
span.is-title-xxl.has-secondary-text-color,
em.is-title-xxl.has-secondary-text-color {
  color: #0f1730;
}

h1.is-title-xxl.has-highlight-text-color,
h2.is-title-xxl.has-highlight-text-color,
h3.is-title-xxl.has-highlight-text-color,
h4.is-title-xxl.has-highlight-text-color,
h5.is-title-xxl.has-highlight-text-color,
h6.is-title-xxl.has-highlight-text-color,
p.is-title-xxl.has-highlight-text-color,
span.is-title-xxl.has-highlight-text-color,
em.is-title-xxl.has-highlight-text-color {
  color: #edb90f;
}

h1.is-title-xxl a,
h2.is-title-xxl a,
h3.is-title-xxl a,
h4.is-title-xxl a,
h5.is-title-xxl a,
h6.is-title-xxl a,
p.is-title-xxl a,
span.is-title-xxl a,
em.is-title-xxl a {
  color: inherit;
}

h1.is-title-xxl a:hover, h1.is-title-xxl a:focus,
h2.is-title-xxl a:hover,
h2.is-title-xxl a:focus,
h3.is-title-xxl a:hover,
h3.is-title-xxl a:focus,
h4.is-title-xxl a:hover,
h4.is-title-xxl a:focus,
h5.is-title-xxl a:hover,
h5.is-title-xxl a:focus,
h6.is-title-xxl a:hover,
h6.is-title-xxl a:focus,
p.is-title-xxl a:hover,
p.is-title-xxl a:focus,
span.is-title-xxl a:hover,
span.is-title-xxl a:focus,
em.is-title-xxl a:hover,
em.is-title-xxl a:focus {
  color: #0f1730;
}

@media screen and (max-width: 767px) {
  h1.is-title-xxl,
  h2.is-title-xxl,
  h3.is-title-xxl,
  h4.is-title-xxl,
  h5.is-title-xxl,
  h6.is-title-xxl,
  p.is-title-xxl,
  span.is-title-xxl,
  em.is-title-xxl {
    font-size: 23px;
  }
}

h1.is-title-xxl.has-body-font,
h2.is-title-xxl.has-body-font,
h3.is-title-xxl.has-body-font,
h4.is-title-xxl.has-body-font,
h5.is-title-xxl.has-body-font,
h6.is-title-xxl.has-body-font,
p.is-title-xxl.has-body-font,
span.is-title-xxl.has-body-font,
em.is-title-xxl.has-body-font {
  font-family: Roboto, sans-serif;
}

h1.is-title-xxxl,
h2.is-title-xxxl,
h3.is-title-xxxl,
h4.is-title-xxxl,
h5.is-title-xxxl,
h6.is-title-xxxl,
p.is-title-xxxl,
span.is-title-xxxl,
em.is-title-xxxl {
  display: block;
  color: #0f1730;
  font-family: Roboto Condensed;
  font-size: 51px;
  font-weight: 700;
  text-transform: ;
}

h1.is-title-xxxl em, h1.is-title-xxxl strong,
h2.is-title-xxxl em,
h2.is-title-xxxl strong,
h3.is-title-xxxl em,
h3.is-title-xxxl strong,
h4.is-title-xxxl em,
h4.is-title-xxxl strong,
h5.is-title-xxxl em,
h5.is-title-xxxl strong,
h6.is-title-xxxl em,
h6.is-title-xxxl strong,
p.is-title-xxxl em,
p.is-title-xxxl strong,
span.is-title-xxxl em,
span.is-title-xxxl strong,
em.is-title-xxxl em,
em.is-title-xxxl strong {
  font-weight: bold;
}

h1.is-title-xxxl em,
h2.is-title-xxxl em,
h3.is-title-xxxl em,
h4.is-title-xxxl em,
h5.is-title-xxxl em,
h6.is-title-xxxl em,
p.is-title-xxxl em,
span.is-title-xxxl em,
em.is-title-xxxl em {
  font-style: normal;
}

h1.is-title-xxxl.has-line-decor-top,
h2.is-title-xxxl.has-line-decor-top,
h3.is-title-xxxl.has-line-decor-top,
h4.is-title-xxxl.has-line-decor-top,
h5.is-title-xxxl.has-line-decor-top,
h6.is-title-xxxl.has-line-decor-top,
p.is-title-xxxl.has-line-decor-top,
span.is-title-xxxl.has-line-decor-top,
em.is-title-xxxl.has-line-decor-top {
  padding-top: 14px;
  position: relative;
}

h1.is-title-xxxl.has-line-decor-top::before,
h2.is-title-xxxl.has-line-decor-top::before,
h3.is-title-xxxl.has-line-decor-top::before,
h4.is-title-xxxl.has-line-decor-top::before,
h5.is-title-xxxl.has-line-decor-top::before,
h6.is-title-xxxl.has-line-decor-top::before,
p.is-title-xxxl.has-line-decor-top::before,
span.is-title-xxxl.has-line-decor-top::before,
em.is-title-xxxl.has-line-decor-top::before {
  background: #253a7a;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

h1.is-title-xxxl.has-line-decor-top.has-highlight-line::before,
h2.is-title-xxxl.has-line-decor-top.has-highlight-line::before,
h3.is-title-xxxl.has-line-decor-top.has-highlight-line::before,
h4.is-title-xxxl.has-line-decor-top.has-highlight-line::before,
h5.is-title-xxxl.has-line-decor-top.has-highlight-line::before,
h6.is-title-xxxl.has-line-decor-top.has-highlight-line::before,
p.is-title-xxxl.has-line-decor-top.has-highlight-line::before,
span.is-title-xxxl.has-line-decor-top.has-highlight-line::before,
em.is-title-xxxl.has-line-decor-top.has-highlight-line::before {
  background: #edb90f;
}

h1.is-title-xxxl.is-light,
h2.is-title-xxxl.is-light,
h3.is-title-xxxl.is-light,
h4.is-title-xxxl.is-light,
h5.is-title-xxxl.is-light,
h6.is-title-xxxl.is-light,
p.is-title-xxxl.is-light,
span.is-title-xxxl.is-light,
em.is-title-xxxl.is-light {
  font-weight: 300;
}

h1.is-title-xxxl.is-medium,
h2.is-title-xxxl.is-medium,
h3.is-title-xxxl.is-medium,
h4.is-title-xxxl.is-medium,
h5.is-title-xxxl.is-medium,
h6.is-title-xxxl.is-medium,
p.is-title-xxxl.is-medium,
span.is-title-xxxl.is-medium,
em.is-title-xxxl.is-medium {
  font-weight: 400;
}

h1.is-title-xxxl.is-semibold,
h2.is-title-xxxl.is-semibold,
h3.is-title-xxxl.is-semibold,
h4.is-title-xxxl.is-semibold,
h5.is-title-xxxl.is-semibold,
h6.is-title-xxxl.is-semibold,
p.is-title-xxxl.is-semibold,
span.is-title-xxxl.is-semibold,
em.is-title-xxxl.is-semibold {
  font-weight: 600;
}

h1.is-title-xxxl.is-bold,
h2.is-title-xxxl.is-bold,
h3.is-title-xxxl.is-bold,
h4.is-title-xxxl.is-bold,
h5.is-title-xxxl.is-bold,
h6.is-title-xxxl.is-bold,
p.is-title-xxxl.is-bold,
span.is-title-xxxl.is-bold,
em.is-title-xxxl.is-bold {
  font-weight: 700;
}

h1.is-title-xxxl.transform-capitalize,
h2.is-title-xxxl.transform-capitalize,
h3.is-title-xxxl.transform-capitalize,
h4.is-title-xxxl.transform-capitalize,
h5.is-title-xxxl.transform-capitalize,
h6.is-title-xxxl.transform-capitalize,
p.is-title-xxxl.transform-capitalize,
span.is-title-xxxl.transform-capitalize,
em.is-title-xxxl.transform-capitalize {
  text-transform: capitalize;
}

h1.is-title-xxxl.transform-uppercase,
h2.is-title-xxxl.transform-uppercase,
h3.is-title-xxxl.transform-uppercase,
h4.is-title-xxxl.transform-uppercase,
h5.is-title-xxxl.transform-uppercase,
h6.is-title-xxxl.transform-uppercase,
p.is-title-xxxl.transform-uppercase,
span.is-title-xxxl.transform-uppercase,
em.is-title-xxxl.transform-uppercase {
  text-transform: uppercase;
}

h1.is-title-xxxl.transform-none,
h2.is-title-xxxl.transform-none,
h3.is-title-xxxl.transform-none,
h4.is-title-xxxl.transform-none,
h5.is-title-xxxl.transform-none,
h6.is-title-xxxl.transform-none,
p.is-title-xxxl.transform-none,
span.is-title-xxxl.transform-none,
em.is-title-xxxl.transform-none {
  text-transform: none;
}

h1.is-title-xxxl.has-dark-text-color,
h2.is-title-xxxl.has-dark-text-color,
h3.is-title-xxxl.has-dark-text-color,
h4.is-title-xxxl.has-dark-text-color,
h5.is-title-xxxl.has-dark-text-color,
h6.is-title-xxxl.has-dark-text-color,
p.is-title-xxxl.has-dark-text-color,
span.is-title-xxxl.has-dark-text-color,
em.is-title-xxxl.has-dark-text-color {
  color: ;
}

h1.is-title-xxxl.has-lighter-text-color,
h2.is-title-xxxl.has-lighter-text-color,
h3.is-title-xxxl.has-lighter-text-color,
h4.is-title-xxxl.has-lighter-text-color,
h5.is-title-xxxl.has-lighter-text-color,
h6.is-title-xxxl.has-lighter-text-color,
p.is-title-xxxl.has-lighter-text-color,
span.is-title-xxxl.has-lighter-text-color,
em.is-title-xxxl.has-lighter-text-color {
  color: #0f1730;
}

h1.is-title-xxxl.has-lightest-text-color,
h2.is-title-xxxl.has-lightest-text-color,
h3.is-title-xxxl.has-lightest-text-color,
h4.is-title-xxxl.has-lightest-text-color,
h5.is-title-xxxl.has-lightest-text-color,
h6.is-title-xxxl.has-lightest-text-color,
p.is-title-xxxl.has-lightest-text-color,
span.is-title-xxxl.has-lightest-text-color,
em.is-title-xxxl.has-lightest-text-color {
  color: #ffffff;
}

h1.is-title-xxxl.has-primary-text-color,
h2.is-title-xxxl.has-primary-text-color,
h3.is-title-xxxl.has-primary-text-color,
h4.is-title-xxxl.has-primary-text-color,
h5.is-title-xxxl.has-primary-text-color,
h6.is-title-xxxl.has-primary-text-color,
p.is-title-xxxl.has-primary-text-color,
span.is-title-xxxl.has-primary-text-color,
em.is-title-xxxl.has-primary-text-color {
  color: #253a7a;
}

h1.is-title-xxxl.has-secondary-text-color,
h2.is-title-xxxl.has-secondary-text-color,
h3.is-title-xxxl.has-secondary-text-color,
h4.is-title-xxxl.has-secondary-text-color,
h5.is-title-xxxl.has-secondary-text-color,
h6.is-title-xxxl.has-secondary-text-color,
p.is-title-xxxl.has-secondary-text-color,
span.is-title-xxxl.has-secondary-text-color,
em.is-title-xxxl.has-secondary-text-color {
  color: #0f1730;
}

h1.is-title-xxxl.has-highlight-text-color,
h2.is-title-xxxl.has-highlight-text-color,
h3.is-title-xxxl.has-highlight-text-color,
h4.is-title-xxxl.has-highlight-text-color,
h5.is-title-xxxl.has-highlight-text-color,
h6.is-title-xxxl.has-highlight-text-color,
p.is-title-xxxl.has-highlight-text-color,
span.is-title-xxxl.has-highlight-text-color,
em.is-title-xxxl.has-highlight-text-color {
  color: #edb90f;
}

h1.is-title-xxxl a,
h2.is-title-xxxl a,
h3.is-title-xxxl a,
h4.is-title-xxxl a,
h5.is-title-xxxl a,
h6.is-title-xxxl a,
p.is-title-xxxl a,
span.is-title-xxxl a,
em.is-title-xxxl a {
  color: inherit;
}

h1.is-title-xxxl a:hover, h1.is-title-xxxl a:focus,
h2.is-title-xxxl a:hover,
h2.is-title-xxxl a:focus,
h3.is-title-xxxl a:hover,
h3.is-title-xxxl a:focus,
h4.is-title-xxxl a:hover,
h4.is-title-xxxl a:focus,
h5.is-title-xxxl a:hover,
h5.is-title-xxxl a:focus,
h6.is-title-xxxl a:hover,
h6.is-title-xxxl a:focus,
p.is-title-xxxl a:hover,
p.is-title-xxxl a:focus,
span.is-title-xxxl a:hover,
span.is-title-xxxl a:focus,
em.is-title-xxxl a:hover,
em.is-title-xxxl a:focus {
  color: #0f1730;
}

@media screen and (max-width: 767px) {
  h1.is-title-xxxl,
  h2.is-title-xxxl,
  h3.is-title-xxxl,
  h4.is-title-xxxl,
  h5.is-title-xxxl,
  h6.is-title-xxxl,
  p.is-title-xxxl,
  span.is-title-xxxl,
  em.is-title-xxxl {
    font-size: 23px;
  }
}

h1.is-title-xxxl.has-body-font,
h2.is-title-xxxl.has-body-font,
h3.is-title-xxxl.has-body-font,
h4.is-title-xxxl.has-body-font,
h5.is-title-xxxl.has-body-font,
h6.is-title-xxxl.has-body-font,
p.is-title-xxxl.has-body-font,
span.is-title-xxxl.has-body-font,
em.is-title-xxxl.has-body-font {
  font-family: Roboto, sans-serif;
}

@media screen and (max-width: 767px) {
  h1.has-title-xxxl-size-sm,
  h2.has-title-xxxl-size-sm,
  h3.has-title-xxxl-size-sm,
  h4.has-title-xxxl-size-sm,
  h5.has-title-xxxl-size-sm,
  h6.has-title-xxxl-size-sm,
  p.has-title-xxxl-size-sm,
  span.has-title-xxxl-size-sm,
  em.has-title-xxxl-size-sm {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  h1.has-title-xxxxl-size-sm,
  h2.has-title-xxxxl-size-sm,
  h3.has-title-xxxxl-size-sm,
  h4.has-title-xxxxl-size-sm,
  h5.has-title-xxxxl-size-sm,
  h6.has-title-xxxxl-size-sm,
  p.has-title-xxxxl-size-sm,
  span.has-title-xxxxl-size-sm,
  em.has-title-xxxxl-size-sm {
    font-size: 26px;
  }
}

.is-title.has-icon span,
.is-subtitle.has-icon span,
.is-pseudo-title.has-icon span {
  display: inline-block;
  vertical-align: middle;
}

.is-title.has-icon span.is-icon,
.is-subtitle.has-icon span.is-icon,
.is-pseudo-title.has-icon span.is-icon {
  line-height: 1em;
}

.is-title.has-icon span.is-icon + span,
.is-subtitle.has-icon span.is-icon + span,
.is-pseudo-title.has-icon span.is-icon + span {
  margin-left: 5px;
}

.has-title-text {
  font-family: Roboto Condensed !important;
}

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */
p {
  margin: 0 0 1.4rem;
}

/* Anchors */
a {
  cursor: pointer;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
}

/* color */
.has-dark-text-color,
a.has-dark-text-color {
  color: ;
}

.has-dark-text-color:not(.is-button),
a.has-dark-text-color:not(.is-button) {
  color: ;
}

.has-lighter-text-color,
a.has-lighter-text-color {
  color: #0f1730;
}

.has-lighter-text-color:not(.is-button),
a.has-lighter-text-color:not(.is-button) {
  color: #0f1730;
}

.has-lightest-text-color,
a.has-lightest-text-color {
  color: #ffffff;
}

.has-lightest-text-color:not(.is-button),
a.has-lightest-text-color:not(.is-button) {
  color: #ffffff;
}

.has-primary-text-color,
a.has-primary-text-color {
  color: #253a7a;
}

.has-primary-text-color:not(.is-button),
a.has-primary-text-color:not(.is-button) {
  color: #253a7a;
}

.has-secondary-text-color,
a.has-secondary-text-color {
  color: #0f1730;
}

.has-secondary-text-color:not(.is-button),
a.has-secondary-text-color:not(.is-button) {
  color: #0f1730;
}

.has-highlight-text-color,
a.has-highlight-text-color {
  color: #edb90f;
}

.has-highlight-text-color:not(.is-button),
a.has-highlight-text-color:not(.is-button) {
  color: #edb90f;
}

.text-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .text-center-md {
    text-align: center !important;
  }
}

.text-left {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
}

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

@media screen and (min-width: 768px) {
  .text-right-md {
    text-align: right !important;
  }
}

/* Text size */
.is-text-md {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .is-text-md {
    font-size: 16px;
  }
}

.is-text-lg {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .is-text-lg {
    font-size: 20px;
  }
}

/* Complementary text transform classes 
   Inspired in Bootstrap's transform styles 
*/
/*
  .text-lowercase
  .text-uppercase
  .text-capitalize
*/
.transform-capitalize {
  text-transform: capitalize !important;
}

.transform-uppercase {
  text-transform: uppercase !important;
}

.text-transform-none {
  text-transform: none !important;
}

.has-margin-bottom-0 {
  margin-bottom: 0;
}

/* weight */
.is-light {
  font-weight: 300;
}

.is-medium {
  font-weight: 400;
}

.is-semibold {
  font-weight: 600;
}

.is-bold {
  font-weight: 700;
}

/* Text Color */
.has-dark-text-color {
  color: ;
}

.has-lighter-text-color {
  color: #0f1730;
}

.has-lightest-text-color {
  color: #ffffff;
}

.has-primary-text-color {
  color: #253a7a;
}

.has-secondary-text-color {
  color: #0f1730;
}

.has-highlight-text-color {
  color: #edb90f;
}

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

@media screen and (min-width: 768px) {
  .hidden-md,
  .visible-sm {
    display: none !important;
  }
}

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

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

@media screen and (max-width: 767px) {
  .visible-md {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .visible-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .visible-xl {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-equalized {
    min-height: 1px !important;
  }
}

main {
  /* DEV: Hack, a module causes an overflow  in home */
  overflow: hidden;
}

hr.styled-hr {
  background: #e9e9e9;
  border: none;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
  outline: none;
  width: 90%;
}

@media screen and (min-width: 768px) {
  hr.styled-hr {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Responsive grid */
.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */
.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */
.visible-phone {
  display: none !important;
}

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

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

/* THEME SPECIFIC */
/* currently directly in css ONLY */
/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.dnd-section .row-fluid > .dnd-column > .dnd-row .is-section.ticker-cta,
.dnd-section .row-fluid > .dnd-column > .dnd-row section.ticker-cta {
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .ticker-cta .text-before,
  .ticker-cta .text-after {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 1300px) {
  .ticker-cta .counter-column .wrapper {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default;
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

/* Landing pages overall  - lighter content */
.body-wrapper.is-light-page .body-container-wrapper {
  font-size: 120%;
}

@media screen and (min-width: 992px) {
  .body-wrapper.is-light-page .is-form-wrapper {
    margin-left: 40px;
  }
}

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

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

img {
  height: auto;
  max-width: 100%;
}

footer.footer,
.footer {
  margin-top: 0;
}