@font-face {
  font-family: 'Lexend Deca';
  font-weight: 400;
  font-display: swap;
  src: url('https://316759.fs1.hubspotusercontent-na1.net/hubfs/316759/font.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lexend Deca';
  font-weight: 500;
  font-display: swap;
  src: url('https://316759.fs1.hubspotusercontent-na1.net/hubfs/316759/font.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lexend Deca';
  font-weight: 700;
  font-display: swap;
  src: url('https://316759.fs1.hubspotusercontent-na1.net/hubfs/316759/font.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-body: #0a2344;
  --color-primary: #00134D;
  --color-secondary: #00CC45;
  --color-link: #002DCC;
  --color-link-hover-focus: #50C6FC;
  --color-light: #FFFFFF;
  --color-dark: #00134D;
  --color-light-gray: #F2F2F2;
  --color-dark-gray: #585858;
  --color-transparent: transparent;
  --table-body-background-color-odd: rgba(255, 255, 255,1.0);
  --table-body-background-color-even: rgba(242, 242, 242,1.0);
  --header-height: 78px; /* For smooth animations on page load, manualy set this variable to be the height of the full site header. 
                              * It will be automatically set to the actual header height on page load and resize.*/
}

@media (max-width: 991px) {
  :root {
    --header-height: 78px; /* For smooth animations on page load, manualy set this variable to be the height of the full site header, at this screen width.
                                * It will be automatically set to the actual header height on page load and resize.*/
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 #000;
}

/**
 * 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;
}
/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.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%;
  *margin-left: 2.0744680846382977%;
  -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%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
.container-fluid {
  *zoom: 1;
}
.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%;
    *zoom: 1;
  }
  .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%;
    *margin-left: 2.709239449638298%;
    -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%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .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%;
    *margin-left: 2.510911074638298%;
    -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%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}
.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 !important;
  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: 991px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}


.body-wrapper {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.body-wrapper.header-type-default:before {
  content: "";
  height: var(--header-height);
  display: block;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.body-wrapper.header-type-transparent .hero-banner:before,
.body-wrapper.header-type-transparent .blog-post__header:before{
  content: "";
  height: calc(var(--header-height) - 2rem);
  display: block;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1440px;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 35px 50px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1440px;
}
.dnd-section .dnd-row + .dnd-row {
  margin-top: 1.25rem;
}

@media (max-width: 991px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 26.25px 20px;
  }
}

@media (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 17.5px 20px;
  }
  
  .dnd-section .dnd-module + .dnd-module,
  .dnd-section .dnd-column + .dnd-column,
  .dnd-section .dnd-column + .dnd-module,
  .dnd-section .dnd-module + .dnd-column {
    margin-top: 1.25rem;
  }
}


/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
	font-size: 0.9rem !important;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
/*.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
}*/
.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 {
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}
.hs-menu-wrapper ul li a,
.hs-menu-wrapper ul li a:after {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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;
  }
}
/* Error pages */
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.error-page * {
  position: relative;
  z-index: 2;
}
.error-page:before {
  color: #FFFFFF;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

@media (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */
.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}
.systems-page--search-results {
  max-width: 100%;
  padding: 3rem 0;
}
.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
  margin-top: 1.2rem;
  font-weight: bold;
  position: unset;
}
.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}
.systems-page .form-container {
  margin-bottom: 1.2rem;
}
.systems-page form input[type='submit'] {
  display: block;
}

/* Search pages */
.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: 0.7rem;
}
.hs-search-results__listing li {
  margin-bottom: .75rem !important;
  padding-bottom: .75rem !important;
  border-bottom: 1px solid #F2F2F2;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}
.systems-page form .hs-form-field:nth-last-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.systems-page #hs-login-widget-remember ~ label {
  margin-bottom: 0;
}
.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.625rem;
}

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}
.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */
#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}
.checkbox-row > span,
.subscribe-options > p:last-child > label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Membership pages */
#hs-membership-form a[class*='show-password'] {
  font-size: .75rem;
  display: block;
  margin: -.5rem 0 .5rem;
}

/* Input error messages */
.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}
.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}


html {
  font-size: 18px;
}
body {
  line-height: 1.7;
  word-break: break-word;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  color: #0a2344;
	-webkit-font-smoothing: antialiased;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

@media (max-width: 767px) {
  html {
    font-size: 15.75px;
  }
}

/* Paragraphs */
p {
  margin: 0 0 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}

/* Anchors */
a {
  cursor: pointer;
  text-decoration: none;
  color: #002DCC;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
a:hover,
a:focus {
  color: #50C6FC;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.35;
    margin: 0 0 1rem;
    word-break: break-word;
   -webkit-font-smoothing: antialiased;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.h1,
h1 {
    color: #00134d;
    font-size: 54px;
    font-weight: 500
}

.h1,
.h2,
h1,
h2 {
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
	  font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none
}

.h2,
h2 {
    color: #00134D;
    font-size: 2.5rem;
    font-weight: 700;
}

.h3,
h3 {
    color: #00134D;
    font-size: 1.7rem;
    font-weight: 500;
}

.h3,
.h4,
h3,
h4 {
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
    letter-spacing: -1px;
    text-decoration: none;
}

.h4,
h4 {
    color: #004d69;
    font-size: 1.45rem;
    font-weight: 500;
}

.h5,
h5 {
    font-size: 20px;
    font-weight: 400;
}

.h5,
.h6,
h5,
h6 {
    color: #00134d;
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
    letter-spacing: -1px;
    text-decoration: none
}

.h6,
h6 {
    font-size: 15px;
    font-weight: 700
}

@media (max-width:1279px) {
    .h1,
    h1 {
        font-size: 48.6px
    }
    .h2,
    h2 {
        font-size: 36px
    }
    .h3,
    h3 {
        font-size: 27px
    }
    .h4,
    h4 {
        font-size: 22.5px
    }
    .h5,
    h5 {
        font-size: 18px
    }
    .h6,
    h6 {
        font-size: 13.5px
    }
}

@media (max-width:991px) {
    .h1,
    h1 {
        font-size: 43.2px
    }
    .h2,
    h2 {
        font-size: 32px
    }
    .h3,
    h3 {
        font-size: 24px
    }
    .h4,
    h4 {
        font-size: 20px
    }
    .h5,
    h5 {
        font-size: 16px
    }
    .h6,
    h6 {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .h1,
    h1 {
        font-size: 37.8px
    }
    .h2,
    h2 {
        font-size: 2rem;
    }
    .h3,
    h3 {
        font-size: 1.7rem;
    }
    .h4,
    h4 {
        font-size: 1.35rem;
    }
}

@media (max-width:479px) {
    .h1,
    h1 {
        font-size: 32.4px
    }
    .h2,
    h2 {
        font-size: 1.7rem
    }
    .h3,
    h3 {
        font-size: 1.35rem
    }
   
   .h4,
    h4 {
        font-size: 1.15rem
    }
}


/* Heading underline */
.heading-accent--full-width,
.heading-accent--text-width,
.heading-accent--small-width {
  position: relative;
  padding-bottom: .5rem;
}
.heading-accent--text-width span,
.heading-accent--left-horizontal span,
.heading-accent--left-vertical span,
.heading-accent--split-vertical span,
.heading-accent--split-horizontal span {
  position: relative;
  display: inline-block;
}
.heading-accent--split-horizontal {
  padding: 0 2.625rem;
}
.heading-accent--split-vertical {
  padding: 2.375rem 0;
}
.heading-accent--full-width:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #00134D;
}
.heading-accent--text-width span:after {
  content: "";
  position: absolute;
  bottom: -.5rem;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #00134D;
}
.heading-accent--small-width:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 5rem;
  background-color: #00134D;
}
.text-center .heading-accent--small-width:after,
.justify-center .heading-accent--small-width:after {
  left: 50%;
  transform: translateX(-50%);
}
.text-right .heading-accent--small-width:after,
.justify-right .heading-accent--small-width:after {
  left: unset;
  right: 0;
}
.heading-accent--left-horizontal span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.625rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0.5rem;
  width: 1.5rem;
  background-color: #00134D;
}
.heading-accent--left-vertical span:after {
  content: "";
  position: absolute;
  top: 0;
  left: -.875rem;
  height: 100%;
  width: 0.5rem;
  background-color: #00134D;
}
.heading-accent--split-horizontal span:before,
.heading-accent--split-horizontal span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  width: 2.25rem;
  background-color: #00134D;
}
.heading-accent--split-horizontal span:before {
  left: -2.5rem;
}
.heading-accent--split-horizontal span:after {
  right: -2.5rem;
}
.heading-accent--split-vertical span:before,
.heading-accent--split-vertical span:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2.25rem;
  width: 0.5rem;
  background-color: #00134D;
}
.heading-accent--split-vertical span:before {
  top: -2.375rem;
}
.heading-accent--split-vertical span:after {
  bottom: -2.375rem;
}

/* Subheading */
.subheading {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-size: .75rem;
}

/* Intro */
.intro-text {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.intro-text:last-child {
  margin-bottom: 0;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.25rem;
  padding-left: 2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}

/* Mark */
mark {
  background-color: #00134D;
}

/* Selection */
::-moz-selection {
  background-color: #00134D;
  color: #fff;
}
::selection {
  background-color: #00134D;
  color: #fff;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #00134D;
  margin: 0 0 1.25rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #F2F2F2;
  border: none;
  color: #F2F2F2;
  height: 1px;
}

/* Image alt text */
img {
  font-size: 14px;
  word-break: normal;
  max-width: 100%;
  height: auto;
}

/* Drop Shadow */
.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

/* Gradient Text Color */
.color-gradient {
  background: #023B7C;
  background: linear-gradient(to right, #023B7C 0%, #00E8B0 100%);
  -moz-background-clip: text !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}


form {
  background: #EEEEEE;
  border: 2px solid #EEEEEE;
  padding: 1.5rem;
}
fieldset {
  max-width: none !important;
  margin-left: -.5rem !important;
  margin-right: -.5rem !important;
}
fieldset .field {
  padding-left: .5rem;
	padding-right: .5rem;
  margin-bottom: 1.25rem;
}
fieldset .input {
	margin-right: 0!important;
}
fieldset.form-columns-2 .hs-form-field {
	width: 50%;
}
fieldset.form-columns-3 .hs-form-field {
	width: 33.33%;
}

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

/* Form title */
.form-title {
  background-color: #00134D;
  color: #FFFFFF;
  padding: 1.5rem;
	margin-bottom: 0 !important;
}
.form-title+div form {
  margin-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* Labels */
form label {
  color: #00134D;
  display: block;
  float: none;
  width: auto;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: .625rem;
}

/* Help text - legends */
form legend {
  color: #00134D;
  opacity: .875;
  font-size: .625rem;
  line-height: 1.2;
  margin: 0 0 .25rem;
}
form .legal-consent-container {
  color: #00134D;  
}

/* Inputs */
input,
select,
textarea {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=date],
input[type=search],
select,
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #0a2344;
  background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2.0px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  border-color: #00134D;
  outline: none;
}

/* Inputs - checkbox/radio */
.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inputs-list > li {
  display: block;
  margin: .625rem 0;
}
.inputs-list input,
.inputs-list span {
  vertical-align: middle;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  cursor: pointer;
  width: 1rem !important;
  height: 1rem !important;
  line-height: normal;
  border: none;
  background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
  border-radius: 2.0px;
	outline: none;
  padding: 0 !important;
  margin: 0 .25rem 0 0;
}
input[type=checkbox] {
  border-radius: 1.0px;
}
input[type=radio] {
  border-radius: 50%;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border-color: #00134D;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #00134D !important;
}

/* Inputs - datepicker */
input[type=date] {
  -webkit-appearance: auto;
}
.fn-date-picker .pika-table th {
  color: #00134D;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #00134D;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFFFFF;
  background-color: #00134D !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #00134D;
}

/* Inputs - file picker */
input[type=file] {
  border: initial;
}

/* Select */
select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%230a2344' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: 99% center;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
select[multiple] {
  height: inherit;
}

/* Textarea */
textarea {
  height: auto;
}

/* Submit Button */
input[type=submit] {
	background-color: #00CC45;
  border-color: #00CC45;
  color: #00134D;
}
input[type=submit]:hover {
  background-color: #00CC45;
  border-color: #00CC45;
  color: #00134D;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: rgba(10, 35, 68, 50%);
}
::-moz-placeholder {
  color: rgba(10, 35, 68, 50%);
}
:-ms-input-placeholder {
  color: rgba(10, 35, 68, 50%);
}
:-moz-placeholder {
  color: rgba(10, 35, 68, 50%);
}
::placeholder {
  color: rgba(10, 35, 68, 50%);
}
.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(10, 35, 68, 50%);
}

/* GDPR */
form .hs-richtext {
  padding-left: .5rem;
	padding-right: .5rem;
}

form .hs-richtext, form .hs-richtext p {
    font-size: .65rem;
    line-height: 1.2;
    margin: 0 0 .625rem;
    color: #8d8d8d !important;
    font-weight: normal;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: .875rem;
  margin-left: 1.25rem !important;
}

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

/* Fullwidth Button */
.btn-fullwidth .hs_submit input {
	width: 100%;
}

/* Search field Icon*/
.hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
}

/* Dark Form */
.form-dark input:not(input[type=submit]),
.form-dark select,
.form-dark textarea {
  background-color: #00134D;
  border-color: #00134D;
  color: #FFFFFF;
}
.form-dark select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23FFFFFF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-dark .hs-form label,
.form-dark legend,
.form-dark .form-title,
.form-dark .hs-richtext,
.form-dark .hs-richtext p,
.form-dark .submitted-message,
.form-dark .legal-consent-container {
  color: #00134D;
}
.form-dark ::-webkit-input-placeholder {
  color: #FFFFFF;
}
.form-dark ::-moz-placeholder {
  color: #FFFFFF;
}
.form-dark :-ms-input-placeholder {
  color: #FFFFFF;
}
.form-dark :-moz-placeholder {
  color: #FFFFFF;
}
.form-dark ::placeholder {
  color: #FFFFFF;
}
.form-dark .hs-fieldtype-date .input .hs-dateinput:before {
  color: #FFFFFF;
}

/* Light Form */
.form-light input:not(input[type=submit]),
.form-light select,
.form-light textarea {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #00134D;
}
.form-light select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%2300134D' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-light .hs-form label,
.form-light legend,
.form-light .form-title,
.form-light .hs-richtext,
.form-light .hs-richtext p,
.form-light .submitted-message,
.form-light .legal-consent-container {
  color: #FFFFFF;
}
.form-light ::-webkit-input-placeholder {
  color: #00134D;
}
.form-light ::-moz-placeholder {
  color: #00134D;
}
.form-light :-ms-input-placeholder {
  color: #00134D;
}
.form-light :-moz-placeholder {
  color: #00134D;
}
.form-light ::placeholder {
  color: #00134D;
}
.form-light .hs-fieldtype-date .input .hs-dateinput:before {
  color: #00134D;
}

/* Transparent Dark Form*/
.form-transparent-dark input:not(input[type=submit]),
.form-transparent-dark select,
.form-transparent-dark textarea {
  background-color: rgba(255, 255, 255, 50%);
  border-color: #00134D;
  color: #00134D;
}
.form-transparent-dark select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%2300134D' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-transparent-dark .hs-form label,
.form-transparent-dark legend,
.form-transparent-dark .form-title,
.form-transparent-dark .hs-richtext,
.form-transparent-dark .hs-richtext p,
.form-transparent-dark .submitted-message,
.form-transparent-dark .legal-consent-container {
  color: #585858;
}
.form-transparent-dark ::-webkit-input-placeholder {
  color: #585858;
}
.form-transparent-dark ::-moz-placeholder {
  color: #585858;
}
.form-transparent-dark :-ms-input-placeholder {
  color: #585858;
}
.form-transparent-dark :-moz-placeholder {
  color: #585858;
}
.form-transparent-dark ::placeholder {
  color: #585858;
}
.form-transparent-dark .hs-fieldtype-date .input .hs-dateinput:before {
  color: #585858;
}

/* Transparent Light Form*/
.form-transparent-light input:not(input[type=submit]),
.form-transparent-light select,
.form-transparent-light textarea {
  background-color: rgba(255, 255, 255, 50%);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.form-transparent-light select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23FFFFFF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-transparent-light .hs-form label,
.form-transparent-light legend,
.form-transparent-light .form-title,
.form-transparent-light .hs-richtext,
.form-transparent-light .hs-richtext p,
.form-transparent-light .submitted-message,
.form-transparent-light .legal-consent-container {
  color: #F2F2F2;
}
.form-transparent-light ::-webkit-input-placeholder {
  color: #F2F2F2;
}
.form-transparent-light ::-moz-placeholder {
  color: #F2F2F2;
}
.form-transparent-light :-ms-input-placeholder {
  color: #F2F2F2;
}
.form-transparent-light :-moz-placeholder {
  color: #F2F2F2;
}
.form-transparent-light ::placeholder {
  color: #F2F2F2;
}
.form-transparent-light .hs-fieldtype-date .input .hs-dateinput:before {
  color: #F2F2F2;
}

/* Dark Form Background */
.form-bg-dark form {
  background: #00134D;
}
.form-bg-dark .form-title {
  background-color: #00134D;
  padding-bottom: 0;
}

/* Light Form Background */
.form-bg-light form {
  background: #FFFFFF;
}
.form-bg-light .form-title {
  background-color: #FFFFFF;
  padding-bottom: 0;
}

/* Transparent Background */
.form-bg-transparent form {
  background: transparent;
}
.form-bg-transparent .form-title {
  background-color: transparent;
  padding-bottom: 0;
}

/* Validation */
.hs-form-required {
  color: #FF0000;
}
.hs-input.invalid.error {
  border-color: #FF0000;
}
.hs-error-msg {
  color: #FF0000 !important;
  margin-top: 0.35rem;
}

/* Rounded corners */
.form.rounded > h3 {
  border-radius: 8px 8px 0 0;
}
.form.rounded > div form {
    border-radius: 8px;
}
.form.rounded > h3 + div form {
    border-radius: 0 0 8px 8px;
}

/* No Labels */
.form-no-labels .hs-fieldtype-text > label,
.form-no-labels .hs-fieldtype-textarea > label,
.form-no-labels .hs-fieldtype-select > label {
	/*display: none !important;*/
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* No Padding */
.form-no-padding form {
	padding: 0;
}
.form-no-padding .form-title {
	padding: 0;
}

/* No Border*/
.form-no-border form {
  border: 0;
}


.image,
.image-hotspots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.image img {
  display: block;
  position: relative;
  z-index: 1;
}
.image--frame .image-frame {
  padding: .75rem;
  position: relative;
}
.image--frame .image-frame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 3px;
  border-style: solid;
}
.image--offset-frame .image-frame {
  padding: 0 .75rem .75rem 0;
  position: relative;
}
.image--offset-frame .image-frame:before {
  content: "";
  position: absolute;
  top: .75rem;
  right: 0;
  bottom: 0;
  left: .75rem;
  border-width: 3px;
  border-style: solid;
}
.image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.image--shape-one {
  padding: 5rem;
}
.image--shape-two {
  padding: 3rem;
}
.image-hotspots-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.image-hotspots-single {
  position: absolute;
}
.image-hotspots-single-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: .9rem;
  text-shadow: 0 0 3px #000;
}
.image-hotspots-single-text {
  position: absolute;
  padding: .5rem;
  width: 240px;
  max-width: 50vw;
  font-size: .9rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4.0px;
  overflow-y: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.image-hotspots-single-text--top-left {
  top: 28px;
  left: 28px;
}
.image-hotspots-single-text--top-right {
  top: 28px;
  right: 28px;
}
.image-hotspots-single-text--bottom-right {
  right: 28px;
  bottom: 28px;
}
.image-hotspots-single-text--bottom-left {
  bottom: 28px;
  left: 28px;
}
.image-hotspots-single.active .image-hotspots-single-text {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .image--shape-one {
    padding: 3rem;
  }
  .image--shape-two {
    padding: 2rem;
  }
}


/* Default Button*/
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  white-space: normal;
  text-decoration: none;
  font-weight: 500;;
  font-family: 'Lexend Deca', sans-serif;
  letter-spacing: 0px;
  padding: 10px 16px;
  border: 0px solid;
  border-radius: 8px;
  background-color: #00134D;
  border-color: #00134D;
  color: #FFFFFF;
  fill: #FFFFFF;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
  opacity: 1;
}

button:disabled,
.button:disabled
.hs-button:disabled {
  text-decoration: none;
  opacity: 1;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #585858;
}

/* Primary Button */
.button-primary,
.button-primary:after {
  background-color: #00134D;
  border-color: #00134D;
  color: #FFFFFF;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:hover:after,
.button-primary:focus:after {
  background-color: #00001b;
  border-color: #00001b;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Secondary Button */
.button-secondary,
.button-secondary:after {
  background-color: #9eca4f;
  border-color: #9eca4f;
  color: #00134d;
  fill: #00134d;   
}

/* Secondary Button */
a.button-secondary,
a.button-secondary:after {
  background-color: #9eca4f;
  border-color: #9eca4f;
  color: #00134d;
  fill: #00134d;   
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:hover:after,
.button-secondary:focus:after {
  background-color: #00CC45 !important;
  border-color: #00CC45 !important;
  color: #00134d !important;
}

/* Light Button */
.button-light,
.button-light:after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #00134D;
  fill: #00134D;
}
.button-light:hover,
.button-light:focus,
.button-light:hover:after,
.button-light:focus:after {
  background-color: #00134D;
  border-color: #00134D;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Dark Button */
.button-dark,
.button-dark:after {
  background-color: #00134D;
  border-color: #00134D;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.button-dark:hover,
.button-dark:focus,
.button-dark:hover:after,
.button-dark:focus:after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #00134D;
  fill: #00134D;
}

/* Light Gray Button */
.button-light-gray,
.button-light-gray:after {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #585858;
  fill: #585858;
}
.button-light-gray:hover,
.button-light-gray:focus,
.button-light-gray:hover:after,
.button-light-gray:focus:after {
  background-color: #585858;
  border-color: #585858;
  color: #F2F2F2;
  fill: #F2F2F2;
}

/* Dark Gray Button */
.button-dark-gray,
.button-dark-gray:after {
  background-color: #585858;
  border-color: #585858;
  color: #F2F2F2;
  fill: #F2F2F2;
}
.button-dark-gray:hover,
.button-dark-gray:focus,
.button-dark-gray:hover:after,
.button-dark-gray:focus:after {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #585858;
  fill: #585858;
}

/* Link Button */
.button-link,
.button-link:after {
  background-color: #002DCC;
  border-color: #002DCC;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.button-link:hover,
.button-link:focus,
.button-link:hover:after,
.button-link:focus:after {
  background-color: #50C6FC;
  border-color: #50C6FC;
  color: #FFFFFF;
}

/* Primary Button Outline */
.button-outline-primary,
.button-outline-primary:after {
  background-color: transparent;
  border-color: #00134D;
  color: #00134D;
  fill: #00134D;
}
.button-outline-primary:hover,
.button-outline-primary:focus,
.button-outline-primary:hover:after,
.button-outline-primary:focus:after {
  background-color: #00134D;
  border-color: #00134D;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Secondary Button Outline */
.button-outline-secondary,
.button-outline-secondary:after {
  background-color: transparent;
  border-color: #00CC45;
  color: #00CC45;
  fill: #00CC45;
}
.button-outline-secondary:hover,
.button-outline-secondary:focus,
.button-outline-secondary:hover:after,
.button-outline-secondary:focus:after {
  background-color: #00CC45;
  border-color: #00CC45;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Light Button Outline */
.button-outline-light,
.button-outline-light:after {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.button-outline-light:hover,
.button-outline-light:focus,
.button-outline-light:hover:after,
.button-outline-light:focus:after {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #00134D;
  fill: #00134D;
}

/* Dark Button Outline */
.button-outline-dark,
.button-outline-dark:after {
  background-color: transparent;
  border-color: #00134D;
  color: #00134D;
  fill: #00134D;
}
.button-outline-dark:hover,
.button-outline-dark:focus,
.button-outline-dark:hover:after,
.button-outline-dark:focus:after {
  background-color: #00134D;
  border-color: #00134D;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Light Gray Button Outline */
.button-outline-light-gray,
.button-outline-light-gray:after {
  background-color: transparent;
  border-color: #F2F2F2;
  color: #F2F2F2;
  fill: #F2F2F2;
}
.button-outline-light-gray:hover,
.button-outline-light-gray:focus,
.button-outline-light-gray:hover:after,
.button-outline-light-gray:focus:after {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Dark Gray Button Outline */
.button-outline-dark-gray,
.button-outline-dark-gray:after {
  background-color: transparent;
  border-color: #585858;
  color: #585858;
  fill: #585858;
}
.button-outline-dark-gray:hover,
.button-outline-dark-gray:focus,
.button-outline-dark-gray:hover:after,
.button-outline-dark-gray:focus:after {
  background-color: #585858;
  border-color: #585858;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Link Button Outline */
.button-outline-link,
.button-outline-link:after {
  background-color: transparent;
  border-color: #002DCC;
  color: #002DCC;
  fill: #002DCC;
}
.button-outline-link:hover,
.button-outline-link:focus,
.button-outline-link:hover:after,
.button-outline-link:focus:after {
  background-color: #50C6FC;
  border-color: #50C6FC;
  color: #FFFFFF;
  fill: #FFFFFF;
}

/* Gradient Button */
.button-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#023B7C), color-stop(#00E8B0), color-stop(#00E8B0), to(#023B7C));
  background: -o-linear-gradient(left, #023B7C, #00E8B0, #00E8B0, #023B7C);
  background: linear-gradient(to right, #023B7C, #00E8B0, #00E8B0, #023B7C);
  background-size: 300% 100%;
  padding: 10px 16px;
  border: none;
}
.button-gradient:after {
  border-color: #023B7C;
}
.button-gradient:hover,
.button-gradient:focus {
  background-position: 100% 0;
}
.button-gradient:hover:after,
.button-gradient:focus:after {
  border-color: #00E8B0;
}

/* Button Small */
.button-small {
  font-size: .95rem;
  padding: 12.0px 12.0px;
}
.button-gradient.button-small {
  padding: 12.0px 12.00px;
}

/* Button Large */
.button-large {
  font-size: 1.25rem;
  padding: 18.0px 20.0px;
}
.button-gradient.button-large {
  padding: 18.0px 20.00px;
}

/* Accent */
.button-accent {
  position: relative;
}
.button-accent:after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border-style: solid;
  border-width: 2px;
  border-radius: inherit;
  background: transparent !important;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

/* Link */
.link {
  
  font-weight: 700;;
  font-family: 'Lexend Deca', sans-serif;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding: 0;
}
.link:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00CC45;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.link:hover:after {
  width: 100%;
  right: 0;
}


.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.25rem;
}
.social-links-single {
  height: 2.25rem;
  width: 2.25rem;
  margin: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #00134D;
}
.social-links-single:hover,
.social-links-single:focus {
  opacity: .75;
}
.social-links-single svg {
  height: 1rem;
  fill: #FFFFFF;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
table {
  border-collapse: collapse;
  overflow-wrap: break-word;
  margin: 0 0 1.25rem;
  border: 2px solid #0a2344;
}
th,
td {
  padding: 0.75rem;
  border: 1px solid #0a2344;
  background-color: rgba(255, 255, 255,1.0);
  color: #0a2344;
}
tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
  background-color: rgba(242, 242, 242,1.0);
}
thead th,
thead td {
  vertical-align: middle;
  border-bottom: 1.0px solid #0a2344;
  background-color: rgba(0, 19, 77,1.0);
  color: #FFFFFF;
}
tfoot th,
tfoot td {
  border-top: 1.0px solid #0a2344;
  background-color: rgba(0, 204, 69,1.0);
  color: #FFFFFF;
}


.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 15;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-static {
  position: absolute;
}
.header.reactive {
  -webkit-box-shadow: 0 10px 20px rgb(0, 0, 0, .2);
  box-shadow: 0 10px 20px rgb(0, 0, 0, .2);
}
.header-logo {
  padding: .75rem 0;
}
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* Header Buttons */
.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-buttons > * {
  padding: 1rem;
}
.header-menu-mobile .header-buttons {
  border-top: 1px solid #fff;
  background-color: #f5f5f5;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .header-menu-mobile .header-buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-right .header-buttons {
    display: none;
  }
}

/* Header Top */
.header-top {
  padding-top: 1px;
  padding-bottom: 1px;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  width: 100%;
}
.header-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1480px;
  margin: 0 auto;
}
.header-top-column {
  font-size: .75rem;
  line-height: 1.5;
  padding: .25rem 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-top-column a {
  color: inherit;
}
.header-top-container svg {
  height: .8rem;
  margin-right: .3rem;
}


/* Header Main */
.header-main {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  width: 100%;
  padding: 0 20px;
}
.header-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
	position: relative;
}
.header-main-container.menu-logo-above {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-logo-above .header-logo {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.25rem;
}
.menu-logo-above

/* Header Menu */
.header-menu-main > .hs-menu-wrapper {
  height: 100%;
}
.header-menu-main > .hs-menu-wrapper > ul > li {
  position: relative;
}
.header-menu-main > .hs-menu-wrapper > ul > li.hs-item-has-children:after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-size: .625rem;
  font-weight: 400;
  color: inherit;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translate(50%, -50%);
}
.header-menu-main a {
  color: inherit;
  padding: 1.25rem 1rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header-menu-main .active a {
  font-weight: bold;
}
.header-menu-main > .hs-menu-wrapper > ul > li > a:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #00134D;
  position: absolute;
  bottom: 0;
  left: 50%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li > a:hover:after {
  width: 100%;
  left: 0;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li > a {
  display: block;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.25;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
  background-color: #f5f5f5;
  padding: .5rem 0;
  min-width: 10rem;
  width: auto;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a {
  color: inherit;
  position: relative;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:hover {
  background-color: #ebebeb;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:before {
  content: "";
  width: 3px;
  height: 0;
  background-color: #00134D;
  position: absolute;
  top: 50%;
  left: 0;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:hover:before {
  height: 100%;
  top: 0;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper {
  background-color: #ebebeb;
  min-width: 10rem;
  width: auto;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a {
  padding-left: 1.25rem;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a:hover {
  background-color: #e1e1e1;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper  {
  background-color: #e1e1e1;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a  {
  padding-left: 1.5rem;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a:hover {
  background-color: #d7d7d7;
}

@media (max-width: 1279px) {
  .header-menu-main a {
    padding: 1.25rem .75rem;
  }
  .header-menu-main > .hs-menu-wrapper > ul > li.hs-item-has-children:after {
    right: .375rem;
  }
}


/* 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 Search - Pop-up */
.header-search-open {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
}
.header-search-open svg {
  width: 1.25rem;
  height: 1.25rem;
}
.header-search {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 20;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  opacity: 0;
  visibility: hidden;
}
.header-search-active {
  opacity: 1;
  visibility: visible;
}
.header-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.header-search form {
  width: 500px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  position: relative;
}
.header-search form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: .5rem .75rem;
  border: none;
  border-radius: 0 2.0px 2.0px 0;
}
.header-search form button svg {
  height: 1rem;
  fill: #FFFFFF;
}
.header-search form label {
  display: none;
}
.header-search-close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
}
.header-search-close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #FFFFFF;
}

@media (max-width: 767px) {
  .header-search form {
    width: 100%;
  }
}


/* Search bar */
.header-search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiNGRkZGRkYiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 3rem;
}
.hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 2.0px 2.0px 0 0;
  max-width: 100%;
}
.hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFFFFF;
  border: none !important;
  border-radius: 0 0 2.0px 2.0px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.header-search .hs-search-field--open form button {
  border-radius: 0 2.0px 0 0;
}
.hs-search-field__suggestions li:not(:first-child) {
  border-top: 1px solid #585858;
  font-size: 0.875rem;
}
.hs-search-field__suggestions li a {
  color: #00134D;
  padding: .5rem .625rem;
  text-decoration: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.hs-search-field__suggestions #results-for {
  display: none !important;
}

@media (min-width: 992px) {
  .hs-search-field__input {
    width: auto;
  }
}


/* Header Search - Inline */
.header-search--inline .header-search {
  position: unset;
  background: none;
  opacity: 1;
  visibility: visible;
}
.header-search--inline .header-search-inner {
  padding: 0;
}
.header-search--inline .header-search form {
  width: auto;
  max-width: 10rem;
}
.header-search--inline:not(.header-search--slide-in) .header-search-close {
  display: none;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input,
.header.reactive .header-search--inline .header-search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiMwMDAwMDAiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  color: #0a2344 !important;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input::-webkit-input-placeholder {
  color: #0a2344;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input::-webkit-input-placeholder {
  color: #0a2344;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input::-moz-placeholder {
  color: #0a2344;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input::-moz-placeholder {
  color: #0a2344;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input:-ms-input-placeholder {
  color: #0a2344;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input:-ms-input-placeholder {
  color: #0a2344;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input:-moz-placeholder {
  color: #0a2344;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input:-moz-placeholder {
  color: #0a2344;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input::placeholder {
  color: #0a2344;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input::placeholder {
  color: #0a2344;
}

@media (max-width: 479px) {
  .header-search--inline {
    display: none;
  }
}


/* Header Search - Slide-in */
.header-search--slide-in {
  position: relative;
}
.header-search--slide-in .header-search {
  position: absolute;
  width: 10rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.header-search--slide-in .header-search.header-search-active {
  left: -10rem;
  opacity: 1;
  visibility: visible;
}
.header-search--slide-in .header-search-close {
  position: relative;
}


/* Mobile Menu */
.header-menu-mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
  display: none;
}
.header-menu-mobile ul {
  background-color: #FFFFFF;
  display: block;
}
.header-menu-mobile li {
  border-top: 1px solid #FFFFFF;
  position: relative;
}
.header-menu-mobile ul li a {
  padding: 1rem;
  line-height: 1;
  color: #0a2344 !important;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu-mobile .hs-menu-depth-2 a {
  background-color: #ebebeb;
}
.header-menu-mobile .hs-menu-depth-3 a {
  background-color: #e1e1e1;
}
.header-menu-mobile .hs-menu-depth-4 a {
  background-color: #d7d7d7;
}
.header-menu-mobile .hs-menu-depth-5 a {
  background-color: #cdcdcd;
}
.submenu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 3rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.submenu-button svg {
  height: 1rem;
  fill: #0a2344;
}
.menu-mobile-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
}
.menu-mobile-button svg {
  height: 1.25rem;
}

.menu-mobile-permanent .header-navigation {
  order: 3;
}
.header-main-container.menu-mobile-permanent:not(.menu-logo-above) .header-right {
  margin-left: auto;
}

@media (min-width: 992px) {
  .header-main-container:not(.menu-mobile-permanent) .menu-mobile-button {
    display: none;
  }
  .header-main-container:not(.menu-mobile-permanent) .header-menu-mobile > .hs-menu-wrapper {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .header-main,
  .header-main-container {
    padding: 0;
  }
  .header-logo {
    padding: .875rem 1.25rem;
  }
  .header-menu-main {
    display: none;
  }
  .header-navigation {
    order: 3;
  }
  .header-main-container:not(.menu-logo-above) .header-right {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .header-top-column {
    margin: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


/* Language switcher */
.header-language-switcher {
  cursor: pointer;
}
.header-language-switcher .lang_switcher_class {
  position: static;
  display: block;
  padding: 1.25rem;
}
.header-language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  display: block;
  left: 50%;
  opacity: 0;
  min-width: 180px;
  padding-top: 0;
  text-align: center;
  top: 100%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  visibility: hidden;
}
.header-language-switcher:hover .lang_list_class,
.header-language-switcher:focus .lang_list_class {
  opacity: 1;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  visibility: visible;
}
.header-language-switcher .lang_list_class:before {
  left: 50%;
  top: -25px;
  border-bottom-color: #00134D;
}
.header-language-switcher .lang_list_class:after {
  left: 50%;
  top: -22px;
}
.header-language-switcher .lang_list_class.first-active::after {
  top: -22px;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  border-bottom-color: #00134D;
}
.header-language-switcher .lang_list_class li {
  border: none;
  font-size: .875rem;
  padding: .5rem .75rem;
}
.header-language-switcher .lang_list_class li:first-child {
  border-radius: 8px 8px 0 0;
  border-top: none;
}
.header-language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.header-language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-language-switcher-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-language-switcher-label-current {
  display: none;
}

@media (max-width: 992px) {
  .header-language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }
  .header-language-switcher .lang_list_class:before,
  .header-language-switcher .lang_list_class:after {
    content: none;
  }
}

.header-language-switcher .lang_list_class li a {
  color: #002DCC;
}
.header-language-switcher .lang_list_class li:hover a,
.header-language-switcher .lang_list_class li a:focus {
  opacity: .6;
}
.header-language-switcher .lang_list_class li a:active {
  opacity: .6;
}
.header-language-switcher .lang_list_class {
  background-color: #FFFFFF;
  border-color: #00134D;
}
.header-language-switcher .lang_list_class li:hover {
  background-color: #FFFFFF;
}


/* Header Transparent */
.header-transparent:not(.reactive) .header-logo-dark,
.header-transparent.reactive .header-logo-light {
  display: none;
}
.header-transparent:not(.reactive) .header-top {
  background-color: transparent;
  border-bottom-color: #FFFFFF;
}
.header-transparent:not(.reactive) .header-main {
  background-color: transparent;
}
.header-transparent:not(.reactive) .header-menu-main a,
.header-transparent:not(.reactive) .header-top-column,
.header-transparent:not(.reactive) .header-menu-main > .hs-menu-wrapper > ul > li.hs-item-has-children:after {
  color: #FFFFFF;
}
.header-transparent:not(.reactive) .header-search-open svg,
.header-transparent:not(.reactive) .header-top-container svg,
.header-transparent:not(.reactive) .menu-mobile-button svg,
.header-transparent:not(.reactive) .header-search-close svg {
  fill: #FFFFFF;
}
.header-transparent:not(.reactive) .globe_class {
  background-image: url(https://316759.fs1.hubspotusercontent-na1.net/hubfs/316759/raw_assets/public/B2B%20Engine%20Pro/images/globe-white.png);
}


.footer {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-background--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#023B7C), to(#00E8B0));
  background: -o-linear-gradient(left, #023B7C, #00E8B0);
  background: linear-gradient(to right, #023B7C, #00E8B0);
}
.footer-background--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-background--image .footer-top {
  background-color: rgba(0, 19, 77, .5 );
}
.footer-top {
  padding: 0 20px;
}
.footer-top-container {
  max-width: 1440px;
  margin: 0 auto;
	position: relative;
}
.footer-bottom {
	padding: .5rem 20px;
  background-color: transparent;
}
.footer-bottom-container {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer-top {
    padding: 4rem 20px;
    text-align: center;
  }
  .footer-bottom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .footer-bottom-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* Column Content */
.footer-column-item {
  margin-bottom: 1.75rem;
}
.footer-column-item p {
  margin-bottom: .75rem; 
}
.footer-column-item h1,
.footer-column-item h2,
.footer-column-item h3,
.footer-column-item h4,
.footer-column-item h5,
.footer-column-item h6,
.footer-column-item-title {
  color: inherit !important;
}
.footer-column-item .social-links svg {
  fill: inherit !important;
}
.footer-column-item > *:last-child {
  margin-bottom: 0;
}
.footer-column-item a:not(.social-links-single) {
  position: relative;
  display: inline-block;
}
.footer-column-item a:not(.social-links-single):not(.button):after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #00CC45;
  position: absolute;
  bottom: 0;
  left: 0%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.footer-column-item a:not(.social-links-single):hover:after {
  width: 100%;
  right: 0;
}
.footer-top-container > .row-fluid > [class*="span"]:last-child > .footer-column-item:last-child {
  margin-bottom: 0;
}
.footer-column-accent-background {
  padding: 1.5rem;
  margin-bottom: 1.75rem;
}
.footer-column-accent-background .footer-column-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-top-container > .row-fluid {
    display: flex;
  }
  .footer-top-container > .row-fluid > [class*="span"] {
    padding: 4rem 0;
  }
  .footer-column-item {
    margin-bottom: 1rem;
  }
  .footer-column-item:last-child {
    margin-bottom: 0;
  }
  .footer-column-accent-line .footer-column-item {
    padding-left: 2rem !important;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: inherit;
  }
  .footer-column-accent-background {
    padding: 4rem 2.25rem !important;
    margin-bottom: 0;
  }
}

/* Form */
.footer-form form {
  padding: 0;
  border: 0;
  background: transparent;
}
.footer-form .form-title {
  display: none;
}
.footer-form input[type=text],
.footer-form input[type=email],
.footer-form input[type=password],
.footer-form input[type=tel],
.footer-form input[type=number],
.footer-form input[type=file],
.footer-form select,
.footer-form textarea,
.footer-form form label {
  font-size: .875rem;
}
.footer-form form label {
  color: inherit !important;
}

/* Menu */
.footer-column-item-menu .hs-menu-children-wrapper {
  display: none !important;
}
.footer-column-item-menu ul {
  margin: 0;
  padding-left: 0;
}
.footer-column-item-menu li {
  display: block;
  width: 100%;
}
.footer-column-item-menu li:nth-child(n+2) {
  margin-top: .5rem;
}
.footer-column-item-menu a {
  color: inherit;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  padding: 0;
}
.footer-column-item-menu a:hover,
.footer-column-item-menu a:focus {
  color: inherit;
}
.footer-column-item-menu li.active a:after {
  width: 100%;
  right: 0;
}

/* Social Icons */
@media (max-width: 767px) {
  .footer-column-item .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Copyright */
.footer-bottom-copyright {
  font-size: .75rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 768px) {
  .footer-bottom-copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* Bottom Menu */
.footer-bottom-menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.footer-bottom-menu .hs-menu-children-wrapper {
  display: none;
}
.footer-bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-bottom-menu li a {
  color: white;
  font-size: .75rem;
  padding: 0 .5rem;
  border-right: 1px solid #00134D;
  border-color: inherit;
}
.footer-bottom-menu li:first-child a {
  padding-left: 0;
}
.footer-bottom-menu li:last-child a {
  border-right: none;
  padding-right: 0;
}
.footer-bottom-menu a:hover,
.footer-bottom-menu a:focus {
  opacity: .75;
}
.footer-bottom-menu li.active a {
  font-weight: bold;
}

@media (min-width: 768px) {
  .footer-bottom-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* Scroll to Top */
.footer-scroll-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00134D;
  border-radius: 8px;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.footer-scroll-to-top:hover,
.footer-scroll-to-top:focus {
  opacity: 1;
}
.footer-scroll-to-top-active {
  opacity: .4;
  visibility: visible;
}
.footer-scroll-to-top svg {
  height: 1.25rem;
  fill: #FFFFFF !important;
}


/* Slick Slider */
.slick-track {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slick-slide {
  height: inherit;
}

/* Next & Previous Buttons */
.slick-next,
.slick-prev {
	width: 2.25rem;
  height: 2.25rem;
  z-index: 2;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.slick-slider .slick-arrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 1.5rem;
	background: #00134D;
	color: #FFFFFF;
	width: 2.25rem;
	height: 2.25rem;
  border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.slick-slider .slick-arrow:hover:before {
	background: #00134D;
	color: #FFFFFF;
}
.slick-slider .slick-arrow.slick-prev {
	left: -2.375rem;
}
.slick-slider .slick-arrow.slick-next {
	right: -2.375rem;
}
.slick-slider .slick-arrow.slick-prev:before {
	content: '\f104';
}
.slick-slider .slick-arrow.slick-next:before {
	content: '\f105';
}


.popup-enabled,
.popup-enabled label {
  cursor: pointer;
}

/* Popup */
.mfp-container {
  padding-left: 20px;
  padding-right: 20px;
}
img.mfp-img {
  padding: 2rem 0;
  cursor: auto;
}
.popup {
	position: relative;
	max-width: 720px;
  margin: 2rem auto;
  outline: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  background-color: rgba(255, 255, 255, .5);
  padding: .5rem;
  width: 2.25rem !important;
  height: 2.25rem;
  right: 0 !important;
}
.mfp-close:active {
  top: 0;
}
.mfp-close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #0a2344;
}
.mfp-close > * {
  pointer-events: none
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: 2rem;
}
.popup-image img {
	display: block;
	width: 100%;
}
.popup-body {
	padding: 1.5rem;
}
.popup-body > *:not(:first-child) {
  margin-top: 1.25rem;
}
.popup-body .subheading + .popup-heading {
  margin-top: 0;
}
.popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -.5rem;
}
.popup-buttons > span {
  padding: .5rem;
}
.popup form {
  background: transparent;
  padding: 0;
}
.popup-open .body-wrapper {
  filter: blur(1px);
}

@media (min-width: 480px) {
  .popup-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* Zoom Animation */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  /* ideally, transition speed should match zoom duration */
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-zoom.mfp-ready .popup {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-with-zoom.mfp-removing .popup {
  -webkit-transform: scale(.75);
  -ms-transform: scale(.75);
  transform: scale(.75);
}

/* Next & Previous Buttons */
.mfp-arrow {
	width: 2rem;
  height: 2rem;
  z-index: 1046;
  opacity: 1;
  margin-top: 0;
  cursor: pointer;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-arrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 1.25rem;
	background: #00134D;
	color: #FFFFFF;
	width: 2rem;
	height: 2rem;
  border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
  border: none;
  margin: 0;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-arrow:hover:before {
	background: #00134D;
	color: #FFFFFF;
}
.mfp-arrow:active {
  margin-top: 0;
}
.mfp-arrow-left {
	left: 1.75rem;
}
.mfp-arrow-right {
	right: 1.75rem;
}
.mfp-arrow-left:before {
	content: '\f053';
}
.mfp-arrow-right:before {
	content: '\f054';
}
.mfp-arrow:after {
  content: none;
}


.cards-wrapper {
  display: flow-root;
  position: relative;
}
.cards-wrapper .slick-dots {
  bottom: -17px;
}
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -.75rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cards-single {
  max-width: 100%;
  width: 100%;
  padding: .75rem;
}
.cards-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px
}

@media (max-width: 1560px) {
  .cards-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .cards:not(.video-cards, .slick-slider) .cards-single:not(.flex-basis-1) {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    width: 50% !important;
    max-width: 480px;
  }
  .cards-single.flex-basis-1:only-child {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .cards:not(.video-cards, .slick-slider) .cards-single:not(.flex-basis-1),
  .cards.video-cards:not(.slick-slider) .cards-single:not(.flex-basis-1) {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 460px;
  }
}

/* Image */
.card-image-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
}
.cards-single-inner > a > .card-image-wrapper {
  padding-bottom: 0;
}
.card-image-bg {
  background-image: url(https://316759.fs1.hubspotusercontent-na1.net/hubfs/316759/raw_assets/public/B2B%20Engine%20Pro/images/grayscale-mountain.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
  position: relative;
}
.card-image {
  overflow: hidden;
}
.card-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.card-image--padding img {
  padding: 1.5rem 1.5rem 0;
}

/* Icon */
.card-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 10rem;
  max-height: 10rem;
}
.card-icon svg {
  height: inherit;
  max-width: 100%;
  max-height: inherit;
  padding: 1.5rem 1.5rem 0;
}

/* Overlay */
.card-content {
  position: absolute;
  bottom: -100%;    
  opacity: 0;
  z-index: 4;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.cards-single-inner:hover .card-content,
.cards-single-inner:focus .card-content {
  bottom: 0;
  opacity: 1;
}
.card-overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card-overlay-content {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.card-body {
  padding: 1.5rem;
  width: 100%;
}
.card-heading-wrapper {
  margin-bottom: .75rem;
}
.card-heading {
  margin-bottom: 0;
}
.card-heading + .card-text,
.card-heading + .social-links,
.card-text + .social-links {
  margin-top: .75rem;
}
.card-button {
  margin-top: auto;
  padding: 0 1.5rem 1.5rem;;
  width: 100%
}

/* Post */
.card-post-meta-wrapper {
  font-size: .875rem;
}
.card-post-meta {
  display: block;
  line-height: 1;
  margin-top: .5rem;
}
.card-post-meta svg {
  margin-right: .5rem;
}

/* Hover Animations */
.card-hover--card-zoom,
.card-hover--image-zoom .card-image-bg,
.card-hover--image-zoom .card-image img,
.card-hover--image-zoom .blog-card-image {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.card-hover--card-zoom:hover,
.card-hover--image-zoom:hover .card-image-bg,
.card-hover--image-zoom:hover .card-image img,
.card-hover--image-zoom:hover .blog-card-image {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Transparent Card */
.cards-single-inner.bg-transparent .card-image,
.cards-single-inner.bg-transparent .card-image-wrapper,
.cards-single-inner.bg-transparent .card-image-bg {
  border-radius: 8px
}
.cards-single-inner.bg-transparent .card-body {
  padding: 1rem 0;
}
.cards-single-inner.bg-transparent .card-button {
  margin-top: auto;
  padding: 0 0 1rem;
  width: 100%;
}

/* Accent Line */
.card-accent {
  width: 100%;
  height: 0.25rem;
  margin: 0.75rem 0;
}
.card-accent-top {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: .5rem;
}
.card-accent-bottom {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: .5rem;
}

/* Filter */
.cards-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  margin: -0.5rem;
}
.cards-filter .button {
  margin: 0.5rem;
}
.cards-filter select {
  margin: 0.5rem;
  min-width: 32%;
  width: auto !important;
}

/* Flip Cards */
.flip-cards .cards-single-inner {
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-cards .card-image-wrapper {
  position: relative;
  transition: transform 0.9s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 8px
}
.flip-cards .card-image-wrapper--back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
}
.flip-cards .cards-single:hover .card-image-wrapper--front,
.flip-cards .cards-single:focus .card-image-wrapper--front,
.flip-cards .cards-single:focus-within .card-image-wrapper--front,
.flip-cards .cards-single:active .card-image-wrapper--front {
  transform: rotateY(-180deg);
}
.flip-cards .cards-single:hover .card-image-wrapper--back,
.flip-cards .cards-single:focus .card-image-wrapper--back,
.flip-cards .cards-single:focus-within .card-image-wrapper--back,
.flip-cards .cards-single:active .card-image-wrapper--back {
  transform: rotateY(0deg);
}
.card-overlay-content--top {
  bottom: unset;
  top: 0;
}
.card-overlay-content--center {
  bottom: 50%;
  transform: translateY(50%);
}


.list-inner {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.list-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .75rem;
}
.list-single:last-child {
  margin-bottom: 0
}
.list-indicator {
  min-width: 2rem;
  position: relative;
}
.list-indicator--bullet {
  position: relative;
}
.list-indicator--bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: .625rem;
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
}
.list-indicator--number  {
  font-weight: bold;
}
.list-indicator--icon {
  margin-top: .125rem;
}
.list-indicator--icon span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.list-indicator--icon svg {
  width: 1rem;
  height: 1rem;
}
.list-indicator--image {
  margin-top: .125rem;
}


.tab-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-button {
  cursor: pointer;
  padding: 1.5rem;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.tab-button:hover,
.tab-button.active {
  opacity: .875;
}
.tab-button:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.tab-button:hover:after,
.tab-button.active:after {
  width: 100%;
  left: 0;
}
.tab-body-inner {
  display: none;
  padding: 1.5rem;
}
.tab-body-inner:first-child {
  display: block;
}
.tab-body-inner.bg-transparent {
  padding: 1rem 0;
}

/* Rounded Corners */
.tabs.rounded .tab-button:first-child {
  border-radius: 8px 0 0 0;
}
.tabs.rounded .tab-button:last-child {
  border-radius: 0 8px 0 0;
}
.tabs.rounded .tab-body-inner {
  border-radius: 0 0 8px 8px;
}


/* Tags */
.tags-list {
  margin: -.125rem -.125rem .75rem -.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag {
  line-height: 1;
  padding: .325rem;
  margin: .125rem;
  background-color: #00134D;
  color: #FFFFFF;
  border-radius: 2.0px;
}
.tag-link:hover,
.tag-link:focus {
  background-color: #00134D;
  color: #FFFFFF;
}


/*************** Blog Index ***************/
/* Blog header - author listing */
.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}
.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}
.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}
.blog-header__author-social-links svg {
  fill: #FFFFFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Blog Cards*/
.blog-card {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  margin-bottom: 3.5%;
  color: #0a2344;
}
.blog-card-inner {
  height: 100%;
  background-color: #FFFFFF;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  border-radius: 8px;
}
.blog-card-image-wrapper {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.blog-card-image {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px 8px 0 0;
	aspect-ratio: 16/9;
}
.card-hover--card-zoom > a > .blog-card-image-wrapper,
.card-hover--image-zoom > a > .blog-card-image-wrapper {
  padding-bottom: 0;
}
.blog-card-content {
  padding: 1.25rem;
}
.blog-card-title {
  margin: 0 0 .625rem;
  font-size: 1.25rem;
}
.blog-card--large .blog-card-title {
  font-size: 1.75rem;
}
.blog-card-content p {
  color: #0a2344;
  margin-bottom: 0;
}
.blog-card-meta-wrapper {
  font-size: .875rem;
  color: #0a2344;
}
.blog-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-top: .5rem;
}
.blog-card-meta svg {
  fill: #0a2344;
  margin-right: .5rem;
}

@media (max-width: 767px) {
  .blog-card  {
    transition-delay: 150ms !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    margin-right: 3.5%;
  }
  .blog-card:nth-child(even) {
    margin-right: 0;
  }
  .blog-card:nth-of-type(even),
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card:nth-of-type(odd) {
    transition-delay: 150ms !important;
  }
  .blog-card:nth-of-type(odd):not(.blog-card--large),
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card:nth-of-type(even) {
    transition-delay: 300ms !important;
  }
}

@media (min-width: 992px) {
  .blog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-right: 3.5%;
  }
  .blog-card--large {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.5%;
    flex: 0 0 65.5%;
    margin-right: 3.5%;
  }
  .blog-card--large .blog-card-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-card--large .blog-card-meta:not(:last-child) {
    border-right: 1px solid #0a2344;
    padding-right: .5rem;
    margin-right: .5rem;
  }
  .blog-card--small:last-child,
  .blog-card--small:nth-child(3n+2),
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card--small:nth-child(3n),
  .blog-index--simple .blog-card--small:nth-child(3n) {
    margin-right: 0;
  }
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card--small:nth-child(3n+2),
  .blog-index--simple .blog-card--small:nth-child(3n+2) {
    margin-right: 3.5%;
  }
}

/* Blog sidebar-card */
.blog-index__sidebar-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  margin-bottom: 3.5%;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.body-container-wrapper > .blog-index__sidebar-search-inner {
  display: none;
}
.blog-index__sidebar .hs-search-field__bar form {
  display: flex;
}
.blog-index__sidebar .hs-search-field__bar button {
  display: inline-block;
  height: auto!important;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  border-radius: 2.0px;
  border-width: 1px;
}
.blog-index__sidebar .hs-search-field__bar button > span {
  display: flex;
}
.blog-index__sidebar .hs-search-field__bar button svg {
  height: 1rem;
}
.blog-index__sidebar {
  padding: 1.25rem;
}
.blog-index__sidebar h4 {
  font-size: 1.5rem;
  color: #00134D;
}
.blog-index__sidebar form {
  padding: 0;
  background: transparent;
  border: none;
}
.blog-index__sidebar input {
  width: 100%;
}
.blog-index__sidebar input[type=text],
.blog-index__sidebar input[type=email] {
    width: 100%;
    background-color: #F2F2F2;
}
.blog-index__sidebar > div:not(:first-child) {
  margin-top: 2rem;
}
.blog-index__sidebar-subscribe .form-title {
  display: none;
}
.blog-index__sidebar-subscribe .hs-email > label {
  display: none;
}
.blog-index__sidebar-subscribe .hs_error_rollup {
  display: none;
}
.blog-index__sidebar-tags-list ul {
  padding-left: 0;
  list-style: none;
}
.blog-index__sidebar-tags-list .tag {
  display: block;
}

@media (max-width: 767px) {
  .blog-index__sidebar-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 2;
    transition-delay: 150ms !important;
  }
  .blog-index__sidebar-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-index__sidebar-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    margin-right: 0;
  }
}

/* Blog pagination */
.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 1.25rem auto 0;
}
.blog-pagination__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid transparent;
  border-radius: 8px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
  color: #0a2344;
}
.blog-pagination__link--active {
  border: 2px solid #0a2344;
  background-color: #00134D;
  color: #FFFFFF;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  color: #0a2344;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-pagination__prev-link {
  margin-right: 0.25rem;
}
.blog-pagination__next-link {
  margin-left: 0.25rem;
}
.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: rgba(40, 40, 40, .5);
  cursor: default;
  pointer-events: none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #0a2344;
  margin: 0 0.3rem;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: rgba(40, 40, 40, .5);
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #0a2344;
}


/*************** Blog Post ***************/
/* Post Header */
.blog-post__header {
  padding: 17.5px 20px;
  background-color: #F2F2F2;
}
.blog-post__header h1 {
  font-size: 2.25rem;
  margin-bottom: .75rem;
}
.blog-post__header-data {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 41.5%;
  flex: 1 1 41.5%;
  margin-right: 3.5%;
}

@media (min-width: 768px) {
  .blog-post__header {
    padding: 26.25px 20px;
  }
  .blog-post__header h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .blog-post__header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.blog-post__back {
  display: inline-block;
  margin-bottom: 1rem;
  color: #0a2344;
}
.blog-post__meta {
  font-size: .875rem;
  color: #0a2344;
  display: block;
}
.blog-post__meta--author {
  display: inline-block;
}
.blog-post__image {
  display: block;
  background-image: url(https://316759.fs1.hubspotusercontent-na1.net/hubfs/316759/raw_assets/public/B2B%20Engine%20Pro/images/grayscale-mountain.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: .75rem;
}
.blog-post__video {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: .75rem;
}
.blog-post__video .video-thumbnail > div {
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
}

@media (min-width: 992px) {
  .blog-post__image {
    padding-bottom: 30.9375%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * flex_width */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    margin-top: 0;
  }
  .blog-post__video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    margin-top: 0;
  }
}

/* Post Body */
.blog-post__body {
  padding: 17.5px 20px;
}
.blog-post__body .container {
  position: relative;
}
.blog-post__body-inner {
  max-width: 1080.0px;
  margin: 0 auto;
}
.blog-post__body-inner img {
  height: auto;
}

@media (min-width: 768px) {
  .blog-post__body {
    padding: 26.25px 20px;
    position: relative;
  }
}

/* Share Links*/
.blog-post__share {
  margin-top: 1.5rem;
}
.blog-post__share-inner {
  position: sticky;
  top: 70px;
}

@media (min-width: 1120.0px) {
  .blog-post__share {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .blog-post__share-inner .social-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Blog related posts */
.blog-related-posts {
  background-color: #F2F2F2;
  padding: 17.5px 20px;
}
.blog-related-posts h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.blog-related-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-related-posts {
    padding: 26.25px 20px;
  }
  .blog-related-posts .blog-card {
    margin-bottom: 1.5rem;
  }
  .blog-related-posts .blog-card:nth-of-type(odd) {
    transition-delay: 150ms !important;
  }
  .blog-related-posts .blog-card:nth-of-type(even) {
    transition-delay: 300ms !important;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .blog-related-posts {
    padding: 35px 20px;
  }
  .blog-related-posts .blog-card {
    margin-bottom: 0;
  }
  .blog-related-posts .blog-card:nth-child(3n) {
    margin-right: 0;
  }
}

/* Reading progress bar */
.blog-progress-wrapper {
  width: 100%;
  height: 5px;
  background-color: #F2F2F2;
  position: sticky;
  top: 0;
  z-index: 1;
}
.blog-progress-bar {
  width: 0;
  max-width: 100%;
  height: 5px;
  background-color: #00134D;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto 35px;
  padding: 0 20px;
  max-width: 1120.0px;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}
#comments-listing .comment-reply-to {
  color: #002DCC;
}
#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  opacity: .6;
}

/* Blog Layout 2 */
.blog-index-main .blog-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-right: 0;
}
.blog-index-sidebar {
  width: 100%;
}
@media (min-width: 992px) {
  .blog-index-main {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 66%;
    flex: 1 0 66%;
  }
  .blog-index-main .blog-card-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-index-main .blog-card-meta:not(:last-child) {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #0a2344;
  }
  .blog-index-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.5%;
    flex: 0 0 30.5%;
    margin-left: 3.5%;
  }
  .blog-index-sidebar .blog-index__sidebar-wrapper {
    position: sticky;
    top: calc(var(--header-height) + 20px);
  }
}


.video-wrapper {
  width: 100%;
}
.video {
  position: relative;
}
.video-inner {
  width: 100%;
  max-width: 100%;
}
.video video,
.popup-video video {
  max-width: 100%;
  display: block;
}
.video-iframe-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  margin: 0;
}
.video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-thumbnail {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-thumbnail.play-video {
  position: absolute;
  overflow: hidden
}
.video-thumbnail > div {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.video-thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}
/* Container */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* Full Height */
.full-height {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Full Width */
.full-width {
  width: 100%;
  max-width: 100%;
}

/* Text Alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* Margin Alignment */
.margin-align-left {
  margin-left: 0;
  margin-right: auto;
}
.margin-align-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-align-right {
  margin-left: auto;
  margin-right: 0;
}

/* Flex Alignment - Horizontal */
.justify-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Flex Basis - Width in 12 col grid */
.flex-basis-1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}
.flex-basis-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
}
.flex-basis-3 {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  width: 33.33%;
}
.flex-basis-4 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  width: 25%;
}
.flex-basis-5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 20%;
}
.flex-basis-6 {
  -ms-flex-preferred-size: 16.66%;
  flex-basis: 16.66%;
  width: 16.66%;
}
.flex-basis-7 {
  -ms-flex-preferred-size: 14.28%;
  flex-basis: 14.28%;
  width: 14.28%;
}
.flex-basis-8 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  width: 12.5%;
}
.flex-basis-9 {
  -ms-flex-preferred-size: 11.11%;
  flex-basis: 11.11%;
  width: 11.11%;
}
.flex-basis-10 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  width: 10%;
}
.flex-basis-11 {
  -ms-flex-preferred-size: 9.09%;
  flex-basis: 9.09%;
  width: 9.09%;
}
.flex-basis-12 {
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
  width: 8.33%;
}

/* Text Color */
.color-body,
.color-body svg,
.color-body:hover,
.color-body:focus {
  color: #0a2344;
  fill: #0a2344;
}
.color-primary,
.color-primary svg,
.color-primary:hover,
.color-primary:focus {
  color: #00134D;
  fill: #00134D;
}
.color-secondary,
.color-secondary svg,
.color-secondary:hover,
.color-secondary:focus {
  color: #00CC45;
  fill: #00CC45;
}
.color-dark,
.color-dark svg,
.color-dark:hover,
.color-dark:focus {
  color: #00134D;
  fill: #00134D;
}
.color-light,
.color-light svg,
.color-light:hover,
.color-light:focus {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.color-dark-gray,
.color-dark-gray svg,
.color-dark-gray:hover,
.color-dark-gray:focus {
  color: #585858;
  fill: #585858;
}
.color-light-gray,
.color-light-gray svg,
.color-light-gray:hover,
.color-light-gray:focus {
  color: #F2F2F2;
  fill: #F2F2F2;
}
.color-link,
.color-link svg,
.color-link:hover,
.color-link:focus {
  color: #002DCC;
  fill: #002DCC;
}

/* Background Fixed */
.bg-fixed {
  background-attachment: fixed;
}

/* Background Color */
.bg-transparent {
  background-color: transparent;
}
.bg-primary {
  background-color: #00134D;
}
.bg-secondary {
  background-color: #9ECA4F;
}
.bg-dark {
  background-color: #00134D
}
.bg-light {
  background-color: #FFFFFF
}
.bg-dark-gray {
  background-color: #585858;
}
.bg-light-gray {
  background-color: #dfdfdf;
}
.bg-link {
  background-color: #004C99;
}

/* Border Color */
.border-transparent {
  border-color: transparent;
}
.border-primary {
  border-color: #00134D;
}
.border-secondary {
  border-color: #00CC45;
}
.border-dark {
  border-color: #00134D
}
.border-light {
  border-color: #FFFFFF
}
.border-dark-gray {
  border-color: #585858;
}
.border-light-gray {
  border-color: #F2F2F2;
}
.border-link {
  border-color: #002DCC;
}

/* Pseudo Element Background Color */
.pe-transparent:before,
.pe-transparent:after,
.pe-transparent a:before,
.pe-transparent a:after,
.pe-transparent > span:before,
.pe-transparent > span:after {
  background-color: transparent;
  color: transparent;
}
.pe-primary:before,
.pe-primary:after,
.pe-primary a:before,
.pe-primary a:after,
.pe-primary > span:before,
.pe-primary > span:after {
  background-color: #00134D;
  color: #00134D;
}
.pe-secondary:before,
.pe-secondary:after,
.pe-secondary a:before,
.pe-secondary a:after,
.pe-secondary > span:before,
.pe-secondary > span:after {
  background-color: #00CC45;
  color: #00CC45;
}
.pe-dark:before,
.pe-dark:after,
.pe-dark a:before,
.pe-dark a:after,
.pe-dark > span:before,
.pe-dark > span:after {
  background-color: #00134D;
  color: #00134D;
}
.pe-light:before,
.pe-light:after,
.pe-light a:before,
.pe-light a:after,
.pe-light > span:before,
.pe-light > span:after {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.pe-dark-gray:before,
.pe-dark-gray:after,
.pe-dark-gray a:before,
.pe-dark-gray a:after,
.pe-dark-gray > span:before,
.pe-dark-gray > span:after {
  background-color: #585858;
  color: #585858;
}
.pe-light-gray:before,
.pe-light-gray:after,
.pe-light-gray a:before,
.pe-light-gray a:after,
.pe-light-gray > span:before,
.pe-light-gray > span:after {
  background-color: #F2F2F2;
  color: #F2F2F2;
}
.pe-link:before,
.pe-link:after,
.pe-link a:before,
.pe-link a:after,
.pe-link > span:before,
.pe-link > span:after {
  background-color: #002DCC;
  color: #002DCC;
}

/* Pseudo Element Border Color */
.pe-border-transparent:before,
.pe-border-transparent:after {
  border-color: transparent;
}
.pe-border-primary:before,
.pe-border-primary:after {
  border-color: #00134D;
}
.pe-border-secondary:before,
.pe-border-secondary:after {
  border-color: #00CC45;
}
.pe-border-dark:before,
.pe-border-dark:after {
  border-color: #00134D
}
.pe-border-light:before,
.pe-border-light:after {
  border-color: #FFFFFF
}
.pe-border-dark-gray:before,
.pe-border-dark-gray:after {
  border-color: #585858;
}
.pe-border-light-gray:before,
.pe-border-light-gray:after {
  border-color: #F2F2F2;
}
.pe-border-link:before,
.pe-border-link:after {
  border-color: #002DCC;
}

/* Rounding */
.rounded,
.rounded:before,
.rounded:after {
  border-radius: 8px;
}

/* Margins */
.margin-top-05 {
  margin-top: .5rem;
}
.margin-top-1 {
  margin-top: 1rem;
}
.margin-top-2 {
  margin-top: 2rem;
}
.margin-top-3 {
  margin-top: 3rem;
}
.margin-top-4 {
  margin-top: 4rem;
}
.margin-top-5 {
  margin-top: 5rem;
}
.margin-top-6 {
  margin-top: 6rem;
}
.margin-top-8 {
  margin-top: 8rem;
}
.margin-top-10 {
  margin-top: 10rem;
}

.margin-bottom-05 {
  margin-bottom: .5rem;
}
.margin-bottom-1 {
  margin-bottom: 1rem;
}
.margin-bottom-2 {
  margin-bottom: 2rem;
}
.margin-bottom-3 {
  margin-bottom: 3rem;
}
.margin-bottom-4 {
  margin-bottom: 4rem;
}
.margin-bottom-5 {
  margin-bottom: 5rem;
}
.margin-bottom-6 {
  margin-bottom: 6rem;
}
.margin-bottom-8 {
  margin-bottom: 8rem;
}
.margin-bottom-10 {
  margin-bottom: 10rem;
}

/* Paddings */
.padding-05 {
  padding: .5rem;
}
.padding-1 {
  padding: 1rem;
}
.padding-2 {
  padding: 2rem;
}
.padding-3 {
  padding: 3rem;
}
.padding-4 {
  padding: 4rem;
}
.padding-5 {
  padding: 5rem;
}
.padding-6 {
  padding: 6rem;
}
.padding-8 {
  padding: 8rem;
}
.padding-10 {
  padding: 10rem;
}

.padding-top-05 {
  padding-top: .5rem;
}
.padding-top-1 {
  padding-top: 1rem;
}
.padding-top-2 {
  padding-top: 2rem;
}
.padding-top-3 {
  padding-top: 3rem;
}
.padding-top-4 {
  padding-top: 4rem;
}
.padding-top-5 {
  padding-top: 5rem;
}
.padding-top-6 {
  padding-top: 6rem;
}
.padding-top-8 {
  padding-top: 8rem;
}
.padding-top-10 {
  padding-top: 10rem;
}

.padding-bottom-05 {
  padding-bottom: .5rem;
}
.padding-bottom-1 {
  padding-bottom: 1rem;
}
.padding-bottom-2 {
  padding-bottom: 2rem;
}
.padding-bottom-3 {
  padding-bottom: 3rem;
}
.padding-bottom-4 {
  padding-bottom: 4rem;
}
.padding-bottom-5 {
  padding-bottom: 5rem;
}
.padding-bottom-6 {
  padding-bottom: 6rem;
}
.padding-bottom-8 {
  padding-bottom: 8rem;
}
.padding-bottom-10 {
  padding-bottom: 10rem;
}

/* Pulse Animation */
.animation-pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* Responsiveness - MD */
@media (max-width: 991px) {
  /* Flex Basis - Width in 12 col grid */
  .md-flex-basis-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .md-flex-basis-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .md-flex-basis-3 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .md-flex-basis-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .md-flex-basis-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .md-flex-basis-6 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
  }
  .md-flex-basis-7 {
    -ms-flex-preferred-size: 14.28%;
    flex-basis: 14.28%;
  }
  .md-flex-basis-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .md-flex-basis-9 {
    -ms-flex-preferred-size: 11.11%;
    flex-basis: 11.11%;
  }
  .md-flex-basis-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
  .md-flex-basis-11 {
    -ms-flex-preferred-size: 9.09%;
    flex-basis: 9.09%;
  }
  .md-flex-basis-12 {
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }
}

/* Responsiveness - SM */
@media (max-width: 767px) {
  /* Text Alignment */
  .sm-text-left {
    text-align: left;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
}

/* Sticky Sidebar */
.inner-wrapper-sticky {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
/* Animations off */
.hs-inline-edit [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Website Header overlap fix*/
.hs-inline-edit header {
  position: unset !important;
  margin-top: 0 !important;
}
.hs-inline-edit .body-wrapper.header-type-default:before,
.hs-inline-edit .body-wrapper.header-type-transparent .hero-banner:before {
  content: none;
}
 
:root {
--shadow-color: 0deg 0% 76%;
	--shadow-elevation-low: 0px 1px 1.2px hsl(var(--shadow-color) / 0.17), 0px 1.5px 1.8px -1px hsl(var(--shadow-color) / 0.2), 0px 3.2px 3.8px -2px hsl(var(--shadow-color) / 0.22);
	--shadow-elevation-medium: 0px 1px 1.2px hsl(var(--shadow-color) / 0.14), 0px 2.5px 3px -0.5px hsl(var(--shadow-color) / 0.15), 0px 4.6px 5.5px -1px hsl(var(--shadow-color) / 0.17), 0px 8.7px 10.4px -1.5px hsl(var(--shadow-color) / 0.18), 0px 16.2px 19.4px -2px hsl(var(--shadow-color) / 0.2);
	--shadow-elevation-high: 0px 1px 1.2px hsl(var(--shadow-color) / 0.13), 0px 3.8px 4.6px -0.2px hsl(var(--shadow-color) / 0.14), 0px 6.4px 7.7px -0.4px hsl(var(--shadow-color) / 0.14), 0px 9.4px 11.3px -0.7px hsl(var(--shadow-color) / 0.15), 0px 13.1px 15.7px -0.9px hsl(var(--shadow-color) / 0.16), 0px 18.2px 21.8px -1.1px hsl(var(--shadow-color) / 0.16), 0px 25.2px 30.2px -1.3px hsl(var(--shadow-color) / 0.17), -0.1px 34.4px 41.3px -1.6px hsl(var(--shadow-color) / 0.18), -0.1px 46.6px 55.9px -1.8px hsl(var(--shadow-color) / 0.18), -0.1px 62px 74.4px -2px hsl(var(--shadow-color) / 0.19);
}

* {
    line-height: calc(1em + 0.5rem);
}

.hs-search-field {
  position: relative;}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.image,
.image-hotspots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.image img {
  display: block;
  position: relative;
  z-index: 1;
}
.image--frame .image-frame {
  padding: .75rem;
  position: relative;
}
.image--frame .image-frame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 3px;
  border-style: solid;
}
.image--offset-frame .image-frame {
  padding: 0 .75rem .75rem 0;
  position: relative;
}
.image--offset-frame .image-frame:before {
  content: "";
  position: absolute;
  top: .75rem;
  right: 0;
  bottom: 0;
  left: .75rem;
  border-width: 3px;
  border-style: solid;
}
.image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.image--shape-one {
  padding: 5rem;
}
.image--shape-two {
  padding: 3rem;
}
.image-hotspots-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.image-hotspots-single {
  position: absolute;
}
.image-hotspots-single-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: .9rem;
  text-shadow: 0 0 3px #000;
}
.image-hotspots-single-text {
  position: absolute;
  padding: .5rem;
  width: 240px;
  max-width: 50vw;
  font-size: .9rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease;
}
.image-hotspots-single-text--top-left {
  top: 28px;
  left: 28px;
}
.image-hotspots-single-text--top-right {
  top: 28px;
  right: 28px;
}
.image-hotspots-single-text--bottom-right {
  right: 28px;
  bottom: 28px;
}
.image-hotspots-single-text--bottom-left {
  bottom: 28px;
  left: 28px;
}
.image-hotspots-single.active .image-hotspots-single-text {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .image--shape-one {
    padding: 3rem;
  }
  .image--shape-two {
    padding: 2rem;
  }
}


.shadow-xs {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.shadow-sm {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-xl {
	box-shadow: var(--shadow-elevation-high);
}
.shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-md,
.shadow-lg {
	box-shadow: 0px 1px 1.2px hsl(var(--shadow-color) / 0.14), 0px 2.5px 3px -0.5px hsl(var(--shadow-color) / 0.15), 0px 4.6px 5.5px -1px hsl(var(--shadow-color) / 0.17), 0px 8.7px 10.4px -1.5px hsl(var(--shadow-color) / 0.18), 0px 16.2px 19.4px -2px hsl(var(--shadow-color) / 0.2);
}
/* ==== Footer ===*/


.footer .footer-top-container .row-fluid {
  flex-wrap: wrap;
}
.footer .footer-top-container .row-fluid .span12 {
  margin-left: 0;
  display: flex;
}

.footer .footer-top-container .row-fluid .span12:first-child > .footer-column-item {
  width: 20%;
}

.footer .footer-top-container .row-fluid .span12:last-child > .footer-column-item {
  width: 50%;
}

.footer-column-item-menu .hs-menu-children-wrapper {
  display: block !important;
}

.footer-column-item a {
  font-weight: normal;
}

.footer-column-item h4 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0;
}


.footer-column-item .hs-menu-wrapper > ul > li > a {
  font-weight: 700;
}

.footer-type-landing .footer-bottom-copyright p {
  color: #fff;
  float: right;
}
.footer-type-landing .footer-bottom-copyright p a {
  color: inherit;
  font-size: .75rem;
  padding: 0 3px;
}
.footer-type-landing .footer-bottom-copyright p a:last-child {
  padding-right: 0;
}
.footer-type-landing .footer-bottom-copyright {
  padding-top: 5px;
  padding-bottom: 2px;
}

.footer-type-default .footer-bottom-copyright p {
  display: none;
}

.footer  a:not(.social-links-single):after {
  display: none;
}


@media(max-width:1350px){

  .footer-column-item a {
    font-size: 0.9rem;
  }

  .footer .footer-top-container .row-fluid .span12:first-child>.footer-column-item {
    width: auto;
    padding: 0 10px;
  }

  .footer .footer-top-container .row-fluid .span12 {
    flex-wrap: wrap;
  }

  .footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    white-space: normal;
  }
}


.footer .footer-column-item >ul {
  justify-content: flex-end;
}

.footer .footer-column-item >ul li {
  padding: 0 10px;
}

@media(max-width:767px){
  .footer .footer-top-container .row-fluid .span12:first-child>.footer-column-item {
    width: 100%;
  }

  .footer .footer-top-container .row-fluid .span12:last-child>.footer-column-item {
    width: 100%;
  }

  .footer-type-landing .footer-bottom-copyright p {
    float: none;
  }

  .footer-type-landing .footer-bottom-copyright {
    text-align: center;
  }

  .footer .footer-column-item >ul {
    justify-content: center;
  }
}


/* ==== End Footer ===*/


.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 10px 5px;
  overflow-x: auto;
}

/* ==== Transparent Header ===*/
.header.header.header-transparent .header-logo-dark {
  display: block;
}

.header.header.header-transparent .header-menu-main a {
  color: rgba(0, 55, 83, 1.0);
}

.header-transparent:not(.reactive) .header-menu-main a,
.header-transparent:not(.reactive) .header-top-column {
  color: rgba(10, 34, 68, 1.0);
}

.header-transparent:not(.reactive) .header-top {
  border-color: transparent;
  color:  rgba(10, 34, 68, 1.0);
}

.header-transparent:not(.reactive) .header-search-open svg,
.header-transparent:not(.reactive) .header-top-container svg, 
.header-transparent:not(.reactive) .menu-mobile-button svg,
.header-transparent:not(.reactive) .header-search-close svg {
  fill: rgba(10, 34, 68, 1.0);
}

.menu-mobile-button svg {
  width: 3.25rem;
}

/* ==== End Transparent Header ===*/

/* ==== Website Page ===*/
.website-page .compact-container {
  max-width: 100% !important;
}

.website-page iframe {    
  width: 100%; 
  min-width: 100% !important;
}

/* ==== End Website Page ===*/


/* ==== Home Page ===*/

.home-cases h3,
.home-clients h3  {
  font-size: 23px;
}

.cards-wrapper .cards.home-growth .cards-single-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cards-wrapper .cards.home-growth .cards-single-inner {
  position: relative;
}
.cards-wrapper .cards.home-growth .cards-single-inner a:before {
  content: "";
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cards-wrapper a label.subheading.color-body {
  cursor: pointer;
}


.hero-banner.home-banner {
  background-color: #f9feff;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: initial !important;
} 
.cards-wrapper.cards-wrapper--slider {
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}
.vCenter .card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  width: 100%;
}
img {
  max-inline-size: 100%;
  block-size: auto;
}
  
.hs-cta-wrapper img {
      max-inline-size: 100%;
  block-size: auto;
}


@media(max-width:767px){
  .hero-banner.home-banner {
    background-image:none !important;
    background-position: initial !important;
  }
	
}

@media(max-width:991px){
  .blog-post__image  {
   display: none;
  }
}

.results-filter .cards-single-inner.bg-dark h3 {
  color: #fff;
}

.results-filter .cards-single {
	min-height:500px;
}
.results-filter .cards-single-inner {
align-content: center;
    justify-content: center;
	flex-wrap: nowrap;
}

svg {
  max-width: 100%;
}

.blog-index__sidebar-tags-list ul li {
  margin-top: 10px !important;
}

.blog-post__share {
  display: none;
}

.blog-post__body-inner {
  max-width: 850px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .blog-related-posts {
    padding: 75px 20px;
  }
}


.footer-column-item-menu:last-child li a {
    font-size: 1rem;
}

.footer-column-item-menu li .hs-menu-depth-2 a {
    font-size: 1rem !important;
}

.footer-column-item-menu li .hs-menu-depth-1 .hs-item-has-children a {
    font-size: 1.35rem !important;
}

.footer-column-item .hs-menu-wrapper>ul>li>a {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 5px;
}

.cards-single-inner.bg-light {
box-shadow:
  1.1px 0.7px 2.2px rgba(0, 0, 0, 0.05),
  2.5px 1.6px 5.3px rgba(0, 0, 0, 0.034),
  4.8px 3px 10px rgba(0, 0, 0, 0.028),
  8.5px 5.4px 17.9px rgba(0, 0, 0, 0.023),
  15.9px 10px 33.4px rgba(0, 0, 0, 0.019),
  38px 24px 80px rgba(0, 0, 0, 0.013)
;


}

.shadow-xl {
box-shadow:
  1.1px 0.7px 2.2px rgba(0, 0, 0, 0.05),
  2.5px 1.6px 5.3px rgba(0, 0, 0, 0.034),
  4.8px 3px 10px rgba(0, 0, 0, 0.028),
  8.5px 5.4px 17.9px rgba(0, 0, 0, 0.023),
  15.9px 10px 33.4px rgba(0, 0, 0, 0.019),
  38px 24px 80px rgba(0, 0, 0, 0.013)
;


}

.blog-header__inner {
    max-width: 900px;
    padding: 2%;
}

.highlight {
background-color: #0052B0;
color:white !important;
padding: 1.5rem;
border-radius: 8px;
margin: 1rem 0;
}

.footer-column-item-menu a {
    padding: 8px 0;
}



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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

/*# sourceMappingURL=slick.min.css.map */
@charset 'UTF-8';

.slick-next,
.slick-prev {
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/*# sourceMappingURL=slick-theme.min.css.map */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    /*padding: 0 0 18px 10px;*/
    padding: 0 !important;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos] {
    pointer-events: none
}

[data-aos].aos-animate {
    pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }

    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    html:not(.no-js) [data-aos=fade-up] {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-up-right] {
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0)
    }
    html:not(.no-js) [data-aos=fade-up-left] {
        -webkit-transform: translate3d(100px, 100px, 0);
        transform: translate3d(100px, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down-right] {
        -webkit-transform: translate3d(-100px, -100px, 0);
        transform: translate3d(-100px, -100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down-left] {
        -webkit-transform: translate3d(100px, -100px, 0);
        transform: translate3d(100px, -100px, 0)
    }
 
    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    html:not(.no-js) [data-aos=zoom-in] {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(.6);
        transform: translate3d(0, 100px, 0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(.6);
        transform: translate3d(0, -100px, 0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
        transform: translate3d(-100px, 0, 0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(.6);
        transform: translate3d(100px, 0, 0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-out] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
        transform: translate3d(0, 100px, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
        transform: translate3d(0, -100px, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
        transform: translate3d(-100px, 0, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
        transform: translate3d(100px, 0, 0) scale(1.2)
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        visibility: hidden
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
        visibility: visible;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    html:not(.no-js) [data-aos=slide-up] {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    html:not(.no-js) [data-aos=slide-down] {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    html:not(.no-js) [data-aos=slide-right] {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    html:not(.no-js) [data-aos=slide-left] {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform
    }

    html:not(.no-js) [data-aos=flip-left] {
        -webkit-transform: perspective(2500px) rotateY(-100deg);
        transform: perspective(2500px) rotateY(-100deg)
    }

    html:not(.no-js) [data-aos=flip-left].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

    html:not(.no-js) [data-aos=flip-right] {
        -webkit-transform: perspective(2500px) rotateY(100deg);
        transform: perspective(2500px) rotateY(100deg)
    }

    html:not(.no-js) [data-aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

    html:not(.no-js) [data-aos=flip-up] {
        -webkit-transform: perspective(2500px) rotateX(-100deg);
        transform: perspective(2500px) rotateX(-100deg)
    }

    html:not(.no-js) [data-aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

    html:not(.no-js) [data-aos=flip-down] {
        -webkit-transform: perspective(2500px) rotateX(100deg);
        transform: perspective(2500px) rotateX(100deg)
    }

    html:not(.no-js) [data-aos=flip-down].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }
}

.blog-post__image {
background-image:none !important;
padding-bottom: 0 !important;
}

.front {z-index:9999;}
.back {z-index:-9999;}

.blog-post__header h1 {
    font-size: 1.9rem;
    margin-bottom: .75rem
}

.blog-post__header h1 span {
    font-size: 1.9rem;
}

@media (min-width:768px) {
    .blog-post__header {
        padding: 52.5px 20px
    }
    .blog-post__header h1 {
        font-size: 2.5rem
    }
	.blog-post__header h1 span {
    font-size: 2.5rem;
}
}

.mb-4 {margin-bottom:1rem;}


/* Advanced Tabs */
.tabs.tabs-vertical {
  display: flex;
  flex-wrap: wrap;
}
.tabs-vertical .tab-list {
  flex-direction: column;
  flex-basis: 40%;
}
.tabs-vertical .tab-body {
  flex-basis: 60%;
  display: flex;
  align-items: center;
}
.tabs-vertical .tab-button {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.5rem;
  border-right: 3px solid #00134d;
  font-weight: 500;
}
.tabs-vertical .tab-button img {
  margin-right: 2.75rem;
}
.tabs-vertical .tab-button:after {
  bottom: 0;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  left: unset;
}
.tabs-vertical .tab-button.active:after,
.tabs-vertical .tab-button:hover:after {
  width: 10px;
}
.tabs-vertical .tab-button.active,
.tabs-vertical .tab-button:hover {
    background-color: rgba(0, 19, 77, 0.1);
}
.tabs-vertical .tab-body-inner {
  padding: 2.5rem 8rem;
}

@media (max-width: 1279px) {
  .tabs-vertical .tab-body-inner {
    padding: 2.5rem 4rem;
  }
}

@media (max-width: 991px) {
  .tabs-vertical .tab-body-inner {
    padding: 2.5rem;
  }
}

@media (max-width: 767px) {
  .tabs-vertical .tab-body {
    display: none;
  }
  .tabs-vertical .tab-button {
    border-right: 0;
  }
  .tabs-vertical .tab-list {
    flex-basis: 100%;
  }
  .tabs-vertical .tab-body {
    flex-basis: 100%;
  }
}


/* Advanced Cards */
.card-csf-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.card-csf-features-single {
  padding: 0 .875rem;
}
.card-csf-features-single p {
  line-height: 1.05;
  margin-bottom: 0;
}
.card-csf .card-body {
  position: relative;
  min-height: 150px;
}
.card-csf .card-heading {
  position: absolute;
  left: 2rem;
  top: -2rem;
  font-size: 1rem;
  padding: .5rem .75rem;
  letter-spacing: 0;
}
.card-csf-features-single-only {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.card-csf-features-single-only > * {
  flex-basis: 50%;
}


/* Slider */
.slider.cards {
  margin: 0;
}
.slider .cards-single {
  padding: 0;
}
.slider .cards-single-inner {
  border-radius: 0;
}
.slider .card-image-bg,
.slider .card-image-wrapper {
  padding: 0;
  height: 100%;
}
.slider .card-overlay-content {
  position: unset;
  width: auto;
  padding: 8rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.slider .card-body {
  padding: 1.5rem 2rem;
  border-radius: 8px;
  background-color: rgb(0 0 0 / 75%);
}
.slider .card-heading+.card-text {
  margin-top: 1.25rem;
}
.slider .button {
  margin-top: 2rem;
}
.slider .slick-track {
  display: flex !important;
}
.slider .slick-slide {
  height: inherit !important;
}
.slider.slick-slider .slick-arrow.slick-next {
  right: 4rem;
  height: 40px;
  width: 40px;
}
.slider.slick-slider .slick-arrow.slick-prev {
  left: 4rem;
  height: 40px;
  width: 40px;
}
.slider.slick-slider .slick-arrow:before {
  background: transparent;
  color: #00134d;
  font-size: 4rem;
}
.cards-wrapper .slider .slick-dots {
  bottom: 13px;
}
.slider .slick-dots li button:before {
  font-size: 30px;
}
.slider .slick-dots li.slick-active button:before {
  color: #fff;
}

@media (max-width: 767px) {
  .slider.slick-slider .slick-arrow.slick-next {
    right: 1rem;
    height: 20px;
    width: 2rem;
  }
  .slider.slick-slider .slick-arrow.slick-prev {
    left: 1rem;
    height: 20px;
    width: 2rem;
  }
  .slider.slick-slider .slick-arrow:before {
    font-size: 2rem;
  }
  .slider .card-overlay-content {
    padding: 4rem;
  }
}

@media (max-width: 479px) {
  .slider .card-overlay-content {
    padding: 1.5rem 1.5rem 3rem;
  }
}

@media (max-width: 992px) {
  .hide-mob {
		display: none !important;
	}
	
}

@media (min-width: 992px) {
  .slider .card-body-wrapper {
    max-width: 910px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .slider .card-body {
    padding: 4rem 5rem;
  }
}

.blog-pagination__link {
padding: 1rem !important;
font-size: 1.25rem !important;
}

/* quiz list */

.quiz-list .list-single {
  margin-bottom: 0px;
}

p.blog-header__subtitle {
    margin-top: 1rem;
    text-align: center !important;;
}

.blog-header__inner {
    max-width: 900px;
    padding: 5%;
    margin: 0 auto;
}

a.hs-content-library__link {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #00cc45;
    font-size: 20px !important;
}

.hs-content-library--cards .hs-content-library__card {
    background-color: #f0f0f0 !important;
    border: 1px solid #ccc;
    box-shadow: var(--shadow-elevation-medium);
    border-radius: 16px;
}

section.hs-content-library__card {
    padding: 20px;
}