/* z-index is important for parallax footer */

main {
    position: relative;
    z-index: 10;
}

/* Includes */

*,
*: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: 600;
} 

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
}

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

.dnd-section .dnd-column {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
.focus_grid-container {
  display: flex;
  align-items: flex-start;
}

.focus_grid-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 60px 0;
  align-items: flex-start;
}

/* 1 col */
/* 1 + 2 col */
/* 1 + 3 col */

.focus_grid--1col,
.focus_grid--1_2col,
.focus_grid--1_3col,
.focus_grid--list {
  flex: 0 0 100%;
}

/* 2 col */
/* 2 + 1 col */
/* 2 + 3 col */

.focus_grid--2col,
.focus_grid--2_1col,
.focus_grid--2_3col {
  flex: 0 0 50%;
}

.focus_grid--2col.mgi-col1,
.focus_grid--2_1col.mgi-2_1col-1,
.focus_grid--2_3col.mgi-2_3col-1 {
  padding-right: 30px;
}

.focus_grid--2col.mgi-col2,
.focus_grid--2_1col.mgi-2_1col-2,
.focus_grid--2_3col.mgi-2_3col-2 {
  padding-left: 30px;
}

/* 3 col */
/* 3 + 1 col */
/* 3 + 2 col */

.focus_grid--3col,
.focus_grid--3_1col,
.focus_grid--3_2col {
  flex: 0 0 33.3333%;
}

.focus_grid--3col.mgi-col1,
.focus_grid--3_1col.mgi-3_1col-1,
.focus_grid--3_2col.mgi-3_2col-1 {
  padding-right: 40px;
}

.focus_grid--3col.mgi-col2,
.focus_grid--3_1col.mgi-3_1col-2,
.focus_grid--3_2col.mgi-3_2col-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.focus_grid--3col.mgi-col3,
.focus_grid--3_1col.mgi-3_1col-3,
.focus_grid--3_2col.mgi-3_2col-3 {
  padding-left: 40px;
}

@media (max-width: 1138px) {
  /* 2 col + sidebar */
  /* 2 + 1 col + sidebar */

  .focus_grid--2col.ms_vis,
  .focus_grid--2_1col.ms_vis {
    flex: 0 0 100%;
  }

  .focus_grid--2col.mgi-col1.ms_vis,
  .focus_grid--2col.mgi-col2.ms_vis,
  .focus_grid--2_1col.mgi-2_1col-1.ms_vis,
  .focus_grid--2_1col.mgi-2_1col-2.ms_vis {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  /* 2 col */
  /* 2 + 1 col */
  /* 2 + 3 col */

  .focus_grid--2col.mgi-col1,
  .focus_grid--2_1col.mgi-2_1col-1,
  .focus_grid--2_3col.mgi-2_3col-1 {
    padding-right: 20px;
  }

  .focus_grid--2col.mgi-col2,
  .focus_grid--2_1col.mgi-2_1col-2,
  .focus_grid--2_3col.mgi-2_3col-2 {
    padding-left: 20px;
  }

  /* 3 col */

  .focus_grid--3col {
    flex: 0 0 calc(100% / 2);
  }

  .focus_grid--3col.mgi-col1 {
    padding-right: 20px;
  }

  .focus_grid--3col.mgi-col1:nth-child(2n) {
    padding-left: 20px;
    padding-right: 0;
  }

  .focus_grid--3col.mgi-col2 {
    padding-right: 0;
  }

  .focus_grid--3col.mgi-col2:nth-child(2n + 1) {
    padding-left: 0;
    padding-right: 20px;
  }

  .focus_grid--3col.mgi-col3 {
    padding-left: 0;
    padding-right: 20px;
  }

  .focus_grid--3col.mgi-col3:nth-child(2n + 2) {
    padding-left: 20px;
    padding-right: 0;
  }

  /* 3 + 1 col */
  /* 3 + 2 col */

  .focus_grid--3_1col,
  .focus_grid--3_2col {
    flex: 0 0 100%;
  }

  .focus_grid--3_1col.mgi-3_1col-1,
  .focus_grid--3_1col.mgi-3_1col-2,
  .focus_grid--3_1col.mgi-3_1col-3,
  .focus_grid--3_2col.mgi-3_2col-1,
  .focus_grid--3_2col.mgi-3_2col-2,
  .focus_grid--3_2col.mgi-3_2col-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .focus_grid--2col,
  .focus_grid--2_1col,
  .focus_grid--2_3col,
  .focus_grid--3col {
    flex: 0 0 100%;
  }

  .focus_grid--2col.mgi-col1,
  .focus_grid--2col.mgi-col2,
  .focus_grid--2_1col.mgi-2_1col-1,
  .focus_grid--2_1col.mgi-2_1col-2,
  .focus_grid--2_3col.mgi-2_3col-1,
  .focus_grid--2_3col.mgi-2_3col-2,
  .focus_grid--3col.mgi-col1,
  .focus_grid--3col.mgi-col2,
  .focus_grid--3col.mgi-col3,
  .focus_grid--3col.mgi-col1:nth-child(2n),
  .focus_grid--3col.mgi-col2:nth-child(2n + 1),
  .focus_grid--3col.mgi-col3:nth-child(2n + 2) {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Masonry */

.focus_grid-container.focus_grid-masonry2,
.focus_grid-inner.focus_grid-masonry2,
.focus_grid-container.focus_grid-masonry3,
.focus_grid-inner.focus_grid-masonry3 {
  display: block;
}

.focus_grid-container.focus_grid-masonry2.ms_vis {
  display: flex;
}

.focus_grid-inner.focus_grid-masonry2.ms_vis {
  display: block;
  width: 100%;
}

.focus_grid-item {
  margin-bottom: 60px;
}

/* 2 columns */

.focus_grid-masonry2 .focus_grid-sizer,
.focus_grid-masonry2 .focus_grid-item {
  width: calc(50% - 30px);
}

/* 3 columns */

.focus_grid-masonry3 .focus_grid-sizer,
.focus_grid-masonry3 .focus_grid-item {
  width: calc(33.3333% - 40px);
}

.focus_grid-gutter-sizer {
  width: 60px;
}

@media (max-width: 1138px) {
  /* 2 columns */

  .focus_grid-masonry2.ms_vis .focus_grid-sizer,
  .focus_grid-masonry2.ms_vis .focus_grid-item {
    width: 100%;
  }

  .focus_grid-masonry2.ms_vis .focus_grid-gutter-sizer {
    width: 0;
  }
}

@media (max-width: 1000px) {
  /* 3 columns */

  .focus_grid-masonry3 .focus_grid-sizer,
  .focus_grid-masonry3 .focus_grid-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .focus_grid-masonry2 .focus_grid-sizer,
  .focus_grid-masonry2 .focus_grid-item,
  .focus_grid-masonry3 .focus_grid-sizer,
  .focus_grid-masonry3 .focus_grid-item {
    width: 100%;
  }

  .focus_grid-gutter-sizer {
    width: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  word-break: break-word;
}

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

/* Anchors */

a {
  cursor: pointer;
}

/* Lists */

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

ul.no-list {
  list-style: none;
}



/* Code blocks */

pre {
  overflow: auto;
  white-space: normal;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  border-left: 12px solid #18953B;
  padding-left: 20px;
  font-family: 'Gilroy';
  line-height: 1.28;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}
blockquote p {
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.47rem);
}
/* Horizontal rules */

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  color: #ccc;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

h1 {
  font-size: 66px;
  line-height: 1.1;
}

h2 {
  font-size: 50px;
  line-height: 1.2;
}

h3 {
  font-size: 38px;
  line-height: 1.2;
}

h3 a {
  font-size: 47px;
  line-height: 1.2;
}

h4 {
  font-size: 32px;
  line-height: 1.2;
}

h5 {
  font-size: 26px;
  line-height: 1.3;
}

h5 a {
  font-size: 27px;
  line-height: 1.3;
}

h6 {
  font-size: 20px;
  line-height: 1.2;
}

p,
.acu-tooltip .introjs-tooltip-title,
.acu-tooltip .introjs-tooltiptext {
  font-size: 21px;
  line-height: 1.4;
}

.eyebrow {
  font-size: 22px;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 58px;
    line-height: 1.1;
  }

  h2 {
    font-size: 42px;
    line-height: 1.2;
  }

  h3 {
    font-size: 36px;
    line-height: 1.2;
  }

  h3 a {
    font-size: 36px;
    line-height: 1.2;
  }

  h4 {
    font-size: 27px;
    line-height: 1.2;
  }

  h5 {
    font-size: 24px;
    line-height: 1.3;
  }

  h5 a {
    font-size: 24px;
    line-height: 1.3;
  }

  h6 {
    font-size: 21px;
    line-height: 1.2;
  }

  p,
  .acu-tooltip .introjs-tooltip-title,
  .acu-tooltip .introjs-tooltiptext {
    font-size: 18px;
    line-height: 1.4;
  }

  .eyebrow {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
    line-height: 1.14;
  }

  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  h3 {
    font-size: 27px;
    line-height: 1.2;
  }

  h3 a {
    font-size: 27px;
    line-height: 1.2;
  }

  h4 {
    font-size: 23px;
    line-height: 1.2;
  }

  h5 {
    font-size: 20px;
    line-height: 1.3;
  }

  h5 a {
    font-size: 20px;
    line-height: 1.3;
  }

  h6 {
    font-size: 18px;
    line-height: 1.2;
  }

  p,
  .acu-tooltip .introjs-tooltip-title,
  .acu-tooltip .introjs-tooltiptext {
    font-size: 17px;
    line-height: 1.5;
  }

  .eyebrow {
    font-size: 18px;
    line-height: 1.2;
  }
}
button,
.button,
.hs-button,
.cta_button {
  cursor: pointer;
  transition: all 0.15s linear;
  white-space: normal;
  display: flex;
  align-items: center;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
  box-shadow: none;
}

button.uiButton {
  box-shadow: none;
}


.button.white_outline {
  background: none;
  border: 2px solid #fff;
}

.button.white_outline svg path {
  fill: #fff;
}

a.button.white_outline:hover,
a.button.white_outline:focus,
a.button.white_outline:active
 {
  background: #00262B;
  border: 2px solid #fff;
}

.button span {
  margin-left: 10px;
  transform: translateX(0);
  transition: all 0.3s ease;
  display:flex;
  align-items:center;
}
.button:hover span {
  transform: translateX(5px);
}

.button.dark_blue_outline {
  border: 2px solid #00363d;
  background: none;
  color: #00363d;
}

.button.dark_blue_outline:hover,
.button.dark_blue_outline:focus,
.button.dark_blue_outline:active {
  background: #d6e6ff;
  border: 2px solid #00363d;
  color: #00363d;
}
.button.dark_blue_outline:hover span {
  transform: translateX(5px);
}

.button.dark_green {
  border: 2px solid white;
  background: #00363d;
  color: white;
}
.button.dark_green:hover,
.button.dark_green:focus,
.button.dark_green:active {
  background: #00262b;
  border: 2px solid white;
  color: white;
}

.button.dark_green span svg path {
  fill: #fff;
}

.button.arrow_button--dark {
  background-color: transparent;
  text-decoration: underline;
  color: #00363d;
  padding: 0;
  font-size: 19px;
}
.button.arrow_button--dark:hover, 
.button.arrow_button--dark:active, 
a.button.arrow_button--dark:focus,
.listing-link:hover {
  color: #1a53ad;
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
}

.button.arrow_button--dark span,
.listing-link:hover svg {
  margin-left: 10px;
  transition: margin 0.3s ease;
}
.button.arrow_button--dark:hover span,
.button.arrow_button--dark:active span,  {
  margin-left: 20px;
}
.listing-link svg path{
  stroke: #00262A;
}
.button.arrow_button--dark:hover span svg path,
.button.arrow_button--dark:active span svg path,
.listing-link:hover svg path {
  fill: #1a53ad;
  stroke: #1a53ad;
}
.button.arrow_button--dark svg,
.button.arrow_button--light svg{
  vertical-align:middle;
}
/* arrow light */

.button.arrow_button--light {
  background-color: transparent;
  text-decoration: underline;
  color: #fff;
  padding: 0;
  font-size: 19px;
}
.button.arrow_button--light:hover,
.button.arrow_button--light:active,
.button.arrow_button--light:focus {
  color: #88abe2;
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
}

.button.arrow_button--light:hover span svg path,
.button.arrow_button--light:active span svg path {
  fill: #88abe2;
}

.focus_primary_button span svg path,
.button.arrow_button--light span svg path {
  fill: #fff;
}

.focus_primary_button:hover span svg {
  transform: translateX(3px);
}

.button.focus_primary_button--sm,
.button.focus_primary_button--sm:hover,
.button.focus_primary_button--sm:focus,
.button.focus_primary_button--sm:active,
.button.button__no-text,
.button.button__no-text:hover,
.button.button__no-text:focus,
.button.button__no-text:active,
.button.button__no-text--green,
.button.button__no-text--green:hover,
.button.button__no-text--green:focus,
.button.button__no-text--green:active {
  padding: 9px 21px;
}

.button.button__no-text span,
.button.button__no-text--green span {
  margin-left: 0;
}

.button.button__no-text--green {
  background-color: #fff;
  border: 2px solid #00363d;
}
.button.button__no-text--green:hover {
  background-color: #36c35e;
  border: 2px solid #00363d;
}

.button.focus_primary_button--sm span svg{
  width:20px;
  vertical-align:middle;
}

.button:focus-visible {
  outline:none;
}
.interactive-button:hover{
  font-weight:600!important;
}
.focus_secondary_button span svg path{
  fill: #b149bb;
}
.focus_secondary_button:hover span svg path{
  fill: #fff;
}
form {
  padding: 40px;
}

/* Fields */

.hs-form-field {
  margin-bottom: 30px;
}

/* Labels */

form label {
  display: inline-table;
  margin-bottom: 10px;
}

form legend {
  margin-bottom: 10px;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  width: 100%;
}

form textarea {
  min-height: 150px;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table td,
.fn-date-picker .pika-table th {
  border: none;
}

.fn-date-picker button,
.fn-date-picker button:hover,
.fn-date-picker button:focus,
.fn-date-picker td button.pika-button,
.fn-date-picker td button.pika-button:hover,
.fn-date-picker td button.pika-button:focus {
  box-shadow: none;
  border-radius: 0 !important;
}

.hs-datepicker .fn-date-picker.pika-single {
  border: none !important;
}

.hs-datepicker .fn-date-picker .pika-lendar {
  margin: 20px 20px -8px 20px;
}

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  line-height: 0.875em;
  margin-bottom: 1.4rem;
}

/* Validation */

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

/* Captcha */

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

table {
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
.splide__arrows button.splide__arrow {
  border-radius: 0;
  min-width: auto;
  background-color: transparent;
  opacity: 1;
  box-shadow: none;
  border: none;
  width: auto;
}

.splide__arrows button.splide__arrow svg {
  width: 50px;
  height: 50px;
  padding: 15px;
}

.splide__arrows button.splide__arrow:hover,
.splide__arrows button.splide__arrow:focus,
.splide__arrows button.splide__arrow:active {
  background-color: transparent;
  padding: 0;
}

ul.splide__pagination {
  bottom: -37px;
}

@media (max-width: 767px) {
  ul.splide__pagination {
    bottom: -60px;
  }
}

.focus_widget-image_slider ul.splide__pagination {
  display: none;
}

.focus_module_testimonial ul.splide__pagination {
  margin-top: 30px;
  bottom: auto;
}

button.splide__pagination__page {
  width: 64px;
  height: 12px;
  margin:0px;
  min-width: auto;
  opacity: 1;
  box-shadow: none;
  border: none;
  padding: 0;
  transition: all 0.15s linear;
  border-radius:0;
  background-color: #AAC3EE;
}

button.splide__pagination__page:hover,
button.splide__pagination__page:focus {
  box-shadow: none;
  border: none;
  padding: 0;
}

button.splide__pagination__page.is-active {
  transform: scale(1);
}
.focus_linked_image img {
  max-width: 100%;
  height: auto;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header {
  position: relative;
  z-index: 15;
}

header.z0 {
  z-index: 0;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: block;
}

.header__column {
  display: table;
  margin: 0 auto;
}

.header__row-1 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
  }

  .header__column {
    position: relative;
    display: block;
  }

  .header__row-1 {
    justify-content: center;
    padding: 30px;
  }
}

/* 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;
}

/* Logo */

.header__logo {
  align-items: center;
  height: auto;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 30px auto;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 0;
}

.header--no-navigation .header__logo {
  padding: 40px 0;
  margin: 0 auto;
}

.header--no-navigation .header__logo img {
  max-width: 125px;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

/* Search bar */

.mwh_el_search form {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  display: flex;
}

.mwh_el_search .hs-search-field__input {
  width: auto;
  min-width: 150px;
  padding: 0.5em;
  margin-right: 10px;
  font-size: 15px;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 3px solid;
}

.mwh_el_search .hs-search-field__input:focus {
  border: none;
  border-bottom: 3px solid;
}

.mwh_el_search button,
.mwh_el_search button:hover,
.mwh_el_search button:focus {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.mwh_el_search button svg {
  height: 18px;
}

.focus_module_website_h .mwh_el_search form {
  padding: 0;
}

/* Search overlay */

.m_w_search .mwh_el_search {
  display: flex;
  height: 100%;
}

.m_w_search .mwh_el_search form {
  justify-content: center;
  width: 100%;
  align-items: center;
}

.m_w_search .mwh_el_search .hs-search-field__input {
  width: calc(100% - 400px);
  font-size: 36px;
  margin-right: 20px;
}

.m_w_search .mwh_el_search button,
.m_w_search .mwh_el_search button:hover,
.m_w_search .mwh_el_search button:focus {
  width: 70px;
  height: 70px;
  padding: 0;
  transition: all 0.15s linear;
}

.m_w_search .mwh_el_search button svg {
  height: 20px;
}

@media (max-width: 767px) {
  .m_w_search .mwh_el_search .hs-search-field__input {
    width: calc(100% - 100px);
    font-size: 25px;
    margin-right: 10px;
  }

  .m_w_search .mwh_el_search button,
  .m_w_search .mwh_el_search button:hover,
  .m_w_search .mwh_el_search button:focus {
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .m_w_search .mwh_el_search button svg {
    height: 16px;
  }
}

/* Language switcher */

.mwh_lang_toggle {
  cursor: pointer;
  line-height: 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.mwh_el_lang .hs_cos_wrapper_type_language_switcher {
  display: none;
}

.mwh_languages {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mwh_languages .lang_list_class {
  display: block;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  padding: 0;
}

.mwh_languages .lang_list_class li {
  border: none;
  background: none;
  padding: 0;
  font-size: 36px;
  margin-bottom: 30px;
}

.mwh_languages .lang_list_class li:first-child,
.mwh_languages .lang_list_class li:last-child {
  padding: 0;
  border: none;
}

ul.lang_list_class:after,
ul.lang_list_class:before {
  display: none;
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

.header__close--toggle {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  top: -100px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 0;
  transition: all 0.15s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__close--toggle:before,
.header__close--toggle:after {
  content: " ";
  width: 2.5px;
  border-radius: 10px;
  top: 0;
  left: 0;
  height: 20px;
}

.header__close--toggle:before {
  transform: rotate(45deg);
}

.header__close--toggle:after {
  transform: rotate(-45deg);
  margin-left: -2px;
}

.mwh_search_toggle {
  cursor: pointer;
  line-height: 0;
}

.mwh_search_toggle svg {
  height: 18px;
}

@media (max-width: 767px) {
  .header__navigation {
    display: none;
    width: 100%;
  }
}

/* Back to top button */

#goTop {
  display: flex;
  position: fixed;
  bottom: -100px;
  right: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0;
  width: 50px;
  height: 50px;
  z-index: 14;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

#goTop.z0 {
  z-index: 0;
}

#goTop svg {
  height: 16px;
}

#goTop.open {
  bottom: 110px;
}
.acu-custom {
  box-shadow: rgba(33, 33, 33, 0.4) 0px 0px 0px 5000px !important;
}
.introjs-tooltip.acu-tooltip {
  padding: 25px;
  min-width: 450px;
  max-width: auto;
}
.acu-tooltip p {
  margin: 0;
}
.acu-tooltip .introjs-skipbutton {
  font-weight: 400;
  color: #b149bb;
  font-size: 28px;
}
.acu-tooltip .introjs-tooltip-header {
  padding: 35px 35px 0 10px; 
  text-align: left;
  margin-bottom: 10px;

}
.acu-tooltip .introjs-tooltip-header .introjs-tooltip-title {
  width: 100%;
  font-size:23px;
}
.acu-tooltip .introjs-tooltipbuttons {
  border-top: none;
}
.acu-tooltip .introjs-tooltiptext {
  padding: 0px 35px 5px 10px;
  text-align: left;
  margin-bottom: 10px;

}

.acu-tooltip .introjs-button {
  border: none;
  text-shadow: none;
}
.acu-tooltip .button.focus_primary_button--sm.introjs-disabled {
  background-color: #575757;
}
.acu-tooltip .introjs-bullets {
  padding: 0;
}
.acu-tooltip .introjs-bullets ul li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.acu-tooltip .introjs-bullets ul li:before {
  display: none !important;
}
.acu-tooltip .introjs-bullets ul li a {
  height: 15px;
  width: 15px;
  background-color: #aac3ee;
}
.acu-tooltip .introjs-bullets ul li a.active {
  background-color: #b149bc;
}
.acu-tooltip .introjs-dontShowAgain {
  text-align: left;
  padding-left:10px;
}
.acu-tooltip .introjs-dontShowAgain label {
  margin-left: 0;
  margin-right: 10px;
}


.acu-tooltip .introjs-tooltip-title,
.acu-tooltip .introjs-tooltiptext,
.acu-tooltip .introjs-dontShowAgain label {
  font-family: Graphik Web, sans-serif;
  /* Fix bug in introJS */
  unicode-bidi: isolate;
  direction: ltr;
}


@media (max-width: 1024px) {
  .introjs-tooltip.acu-tooltip{
  max-width: 300px;
  min-width: 300px;
  }
  .acu-tooltip .introjs-tooltip-header .introjs-tooltip-title {
    font-size:20px;
  }
}
@media (max-width: 768px) {
  .acu-tooltip .introjs-tooltip-header .introjs-tooltip-title {
    font-size:19px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Video */

button.oembed_custom-thumbnail {
  box-shadow: none;
}

button.oembed_custom-thumbnail .oembed_custom-thumbnail_icon {
  width: 70px;
  height: 70px;
  transition: all 0.15s linear;
}

button.oembed_custom-thumbnail .oembed_custom-thumbnail_icon svg {
  width: 25%;
}
.footer {
  z-index: 5;
  width: 100%;
}

/* Footer DND sections */

.footer .dnd-section {
  padding: 0;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

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

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.focus_module_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.focus_centered {
  text-align: center;
}

.focus_widget-image img,
.focus_widget-image_slider img {
  width: 100%;
}

.focus_social_icons {
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 0;
  flex-wrap: wrap;
}

.msi_icon svg {
  height: 20px;
}

.mwh_el_social .msi_icon svg,
.mwf_el_social .msi_icon svg {
  height: 18px;
}

/* Focus Ad CTA Button */

.cta_button.focus-ad-cta-button,
.cta_button.focus-ad-cta-button:active {
  background: #e24545;
  border-radius: 8px;
  box-shadow: 0 5px 0 0 #fda4a4;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.8em;
  padding: 10px 20px;
  text-transform: none;
  width: auto;
}

.cta_button.focus-ad-cta-button-2,
.cta_button.focus-ad-cta-button-2:active {
  background: #fff161;
  border-radius: 8px;
  box-shadow: 0 5px 0 0 #fd0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.8em;
  padding: 10px 20px;
  text-transform: none;
  width: auto;
}

.cta_button.focus-ad-cta-button:hover,
.cta_button.focus-ad-cta-button:focus,
.cta_button.focus-ad-cta-button-2:hover,
.cta_button.focus-ad-cta-button-2:focus {
  background: #fd0;
  border-radius: 8px;
  box-shadow: 0 0 0 0 #fff161;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.8em;
  padding: 10px 20px;
  text-transform: none;
  width: auto;
}

/* HubSpot Cookie Banner */

.hs-cookie-notification-position-top button,
.hs-cookie-notification-position-bottom button { box-shadow: none; }

a.post-card__title{
    transition: all 0.3s ease;
    text-decoration:underline;
    text-decoration-color: transparent;
}
a.post-card__title:hover{
  text-decoration-color: #00262a;
}

/* Lightgallery
A plugin for lighbox interaction in portfolio module.
*/

/* Lightgallery */

button.lg-close.lg-icon:after,
.lg-prev.lg-icon:after,
.lg-next.lg-icon:before {
  content: "";
}

.lg-close.lg-icon svg {
  fill: white;
}

.mportfolio-item img {
  width: 100%;
}

.work-clicker {
  cursor: pointer;
}

.focus-prev,
.focus-next,
.focus-close {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  background-size: 32px 32px;
}

.focus-prev {
  background-image: url();
}

.focus-next {
  background-image: url();
}

.focus-close {
  background-image: url();
}

.lg button.lg-next,
.lg button.lg-prev {
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  border-bottom: 0;
}


.accordion-section .row-fluid{
    display:flex;
}
.accordion-section .row-fluid [class*=span]:first-child{
    margin:auto;
}
.blog-slider-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 25px auto;
  gap:30px
}
.blog-slider-section .row-fluid {
  grid-column: 1/13;
  grid-row:2/3;
}

.blog-slider-section button.splide__arrow.splide__arrow--next {
  background-color: #b149bb;
  border-radius: 8px;
  width: 56px;
  height: 50px;
  display: flex;
  padding: 9px 21px;
  justify-content: center;
  align-items: center;
  line-height: 0;
  grid-column: 6/13;
  justify-self: end;
  align-self: center;
  opacity: 1;
  right:-5px;
}
.blog-slider-section .introjs-showElement.blog-slider .splide__arrows button.splide__arrow.splide__arrow--next {
  opacity:0;
} 

.blog-slider-section button.splide__arrow.splide__arrow--next svg path {
  fill: white;
}
.blog-slider-section ul.splide__pagination {
  top: auto;
  bottom: auto;
  gap: 10px;
  display: flex;
  grid-column: 6/13;
  justify-self: start;
  align-self: center;
  grid-row:1/2;
  padding-left:0;
}
@media screen and (max-width: 767px) {
  
.blog-slider-section{
  grid-template-rows:auto;
}
.blog-slider-section .row-fluid{
  grid-row:1/2;
}
.blog-slider-section button.splide__arrow.splide__arrow--next{
  grid-row:1/2;
  align-self:center;
  position: relative;
  top:110px;
  bottom: auto;

}
  .blog-slider-section ul.splide__pagination {
    grid-column: 1/13;
    grid-row:2/3;
    justify-self:center;
  }
}
.directory-section p{
    width:80%;
}
.directory-section h2{
    margin-bottom:12px;
}
.divider-line{
    height:2px;
    background-color:#E1EAF9;
    width:100%;
}
.form-wrapper .row-fluid {
  display: flex;
}
.form-wrapper .row-fluid [class*='span']:first-child {
  margin: auto;
}

.form-wrapper h2{
  margin-bottom: 12px;
}
/* .general-content .dnd_area_101-row-0-padding {
 padding: 2.5vw 12.428vw !important;
} */
.general-content-section{
  max-width:1052px;
  margin:auto;
}
.general-content-section h2, 
.general-content-section h3, 
.general-content-section h4, 
.general-content-section h5, 
.general-content-section h6, 
.general-content-section p, 
.general-content-section ul{
   margin-bottom:0.8235rem;
}
.general-content-section a:not(.button){
  color:#00363D;
  text-decoration:underline;
  text-decoration-color:#00363D;
  transition: all 0.3s ease;
}
.general-content-section a:not(.button):hover{
  text-decoration-color:transparent;
  color:#1A53AD
}
/* .general-content .hs-embed-wrapper,
.general-content img{
  border-radius:14px;
}
.general-content h2 {
  font-family: 'Gilroy';
  font-size: 2.94rem;
  font-style: normal;
  font-weight: 600;
  line-height: 118%;
}
.general-content p {
  margin-bottom: 20px;
  font-size:21px;
}
.general-content blockquote {
  margin: 20px 0;
  border-left: 12px solid #18953B;
  padding-left: 20px;
  font-family: 'Gilroy';
  line-height: 1.28;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.general-content blockquote p {
  margin: 0;
  font-size: clamp(1rem, 2.5vw ,1.47rem);
}
.general-content ul {
  list-style: none;
/*   padding-left: 30px;
padding-left:0;
  font-size: 21px;
}

.general-content ol{
  padding-left: 25px;
  font-size: 21px;

}
.general-content ol li,
.general-content ul li{
  line-height:1.45;
  margin-bottom:0.5em;
  position: relative;
  padding-left: 20px; 

}
.general-content ul li::before {
  display: inline-block;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #18953B;
  margin-right: 10px;
  position: absolute;
  top: 20%;
  left: 0; 
}
.general-content .span6 .image-with-caption img {
  aspect-ratio: 400/280;
  height: auto;
  object-fit: cover;
  width:100%;
}

.general-content h2, 
.general-content h3, 
.general-content h4, 
.general-content h5, 
.general-content h6, 
.general-content p, 
.general-content ul{
   padding-right:10%;
} */
.logo-wall-section p{
    width:80%;
}
.logo-wall-section h2{
    margin-bottom:12px;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@media screen and (min-width: 767px) {
  .simple-text--two-columns-section .simple_text {
    padding-top: 55px;
  }

}

@media screen and (min-width: 1024px) {
  .simple-text--two-columns-section .simple_text {
    padding-top: 65px;
  }

}

@media screen and (max-width: 767px) {
  .simple-text--two-columns-section .row-fluid .dnd-column:first-of-type {
    margin-bottom: 40px;
  }
}
.tabs-section .row-fluid {
  display: flex;
}
.tabs-section .row-fluid [class*='span']:first-child {
  margin: auto;
}
.tabs-section ul {
  list-style: none;
  padding-left: 18px;
}
.tabs-section ol {
  padding-left: 18px;
}
.tabs-section ol li {
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.tabs-section ul li::before {
  display: inline-block;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #18953B;
  margin-right: 10px;
  vertical-align: middle;
}
.three-cards-section .row-fluid{
    display:flex;
}
.three-cards-section  .row-fluid [class*=span]:first-child{
    margin:auto;
}