/*! 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.
 */

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0; font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
}

/**
 * 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 */
  background-color:transparent !important;
}


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

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}



.container{
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}


@media (max-width: 1400px) {
  .container{
      margin: 0 auto;
      max-width: 1250px;
      width: 100%;
  }
}




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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1,.col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2,.col-3 {
    -webkit-box-flex: 0
}

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

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

.col-4,.col-5 {
    -webkit-box-flex: 0
}

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

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

.col-6,.col-7 {
    -webkit-box-flex: 0
}

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

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

.col-8,.col-9 {
    -webkit-box-flex: 0
}

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

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

.col-10,.col-11 {
    -webkit-box-flex: 0
}

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

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

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

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

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

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

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

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

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

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

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

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

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}






/* Desktop layout */

@media (min-width: 991px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
     gap: 30px; 
    
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}



.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999
}

.modal-dialog {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto
}

.modal-content {
    border: 0
}

.modal:not(.-video) .modal-content {
    border: 0;
    border-radius: 0;
    border-top: 10px solid var(--red);
    height: auto
}

.modal .modal-body {
    padding: 50px
}

.modal-body .modal-close {
    height: 26px;
    right: 30px;
    top: 50px;
    width: 26px
}

.modal-body .modal-close img {
    width: 100%
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:none
    }
}

@media (min-width: 992px) {
    .modal {
        background-color:#292b33
    }

    .modal-dialog {
        align-items: center;
        display: flex;
        height: 100%;
        margin: 0 auto;
        max-width: 1170px
    }

    .contact-form .modal-dialog {
        align-items: flex-start;
        display: flex;
        height: 100%;
        margin: 0 auto;
        max-width: 875px
    }

    .modal-content {
        border: 0;
        border-radius: 12px;
        height: auto
    }

    .modal-body {
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        position: relative
    }

    .modal-close {
        cursor: pointer;
        position: absolute;
        right: 50px;
        top: 50px
    }

    .modal-content .hbspt-form {
        width: 100%
    }
}

.modal.-video {
    background-color: rgba(77,39,119,.9)
}

.modal.-video .modal-dialog {
    align-items: center;
    display: flex;
    justify-content: center
}

.modal.-video .modal-content {
    background-color: transparent;
    margin: 0 15px
}

.modal.-video .modal-body {
    padding: 0
}

.modal.-video .videoWrapper {
    border-radius: 12px;
    overflow: hidden
}

.modal.-video .modal-close {
    bottom: calc(100% + 15px);
    right: 0;
    top: auto
}

.modal-body .modal-close {
    background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Close.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 9999
}



.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:focus,.close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content,.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    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;
    border-top: 1px solid #e9ecef;
    justify-content: flex-end;
    padding: 1rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 576px) {
    .modal-dialog {
        margin:1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}
* {
    box-sizing:border-box;
}

:focus {
  outline-color: green;
}
.disable-focus-styles :focus {
  outline:0!important;
}

html {
  scroll-behavior:smooth;
}

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

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

@media(max-width:991px){
    .hero-section.right-image.dnd-section>.row-fluid {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
  
      .right-image .smart-cta .image-col img {
        width: 100%;
    }
}




@media(min-width:1480px){
    .content-wrapper {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 1rem;
    }
  
  .dnd-section > .row-fluid {
      margin: 0 auto;
      max-width: 1400px!important;
    }


}


.content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 100px 1rem;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1400px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Fonts
Add all the fonts imports in here
*/




























html {
  font-size: 16px;
}

body {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  word-break: break-word;
  background:#ffffff;
}

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

/* Paragraphs */
p {
  font-size:14px;
  line-height:18px;
  margin-top: 0;
}

/* Anchors */
a {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #d68231;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ae5a09;
}

a:active {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #feaa59;
}


/* Headings */

h1,
.h1 {
  font-family: 'Space Grotesk', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 36px;
  text-transform: 40px;
  margin-top:0px;
  line-height: 48px;
}

h2,
.h2 {
  font-family: 'Space Grotesk', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #273d6c;
  font-size: 32px;
  line-height: 44px;
  text-transform: none;
  margin-top:0px;
  font-weight:500;
}
h1 + h2,
h3,
.h3 {

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 37px;
  text-transform: none;
  font-size: 24px;
  text-transform: 28px;
  margin-top:0px;
}

h4,
.h4 {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  text-transform: 21px;
  margin-top:0px;
}

h5,
.h5 {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 22px;
  text-transform: none;
  margin-top:0px;
}

h6,
.h6 {
        display: inline-block;
        margin-bottom: 15px;
        padding: 2px 8px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--primary);
        background: none;
  margin-top: 0px;
    font-family: Mulish, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
}

  p {
    
    font-size:15px;
    line-height:25px;
  }
p:last-child {
    margin-bottom: 30px;
}

@media only screen and (min-width:768px) {
  p {
    font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    font-size: 16px;
    line-height:26px;
    
  }

  h1,
  .h1 {
    font-family: 'Space Grotesk', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #000000;
    font-size: 57px;
    text-transform: none;
    line-height: 69px;
    
  }

  h2,
  .h2 {
    font-family: 'Space Grotesk', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #273d6c;
    font-size: 47px;
    text-transform: none;
    line-height: 59px;
    font-weight:500;
  }

  h3,
  .h3 {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000000;
    font-size: 37px;
    text-transform: none;
    margin-bottom: 0;
  }

  h4,
  .h4 {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000000;
    font-size: 27px;
    text-transform: none;
  }

  h5,
  .h5 {
    font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #000000;
    font-size: 22px;
    text-transform: none;
  }

  h6,
  .h6 {
        display: inline-block;
        margin-bottom: 15px;
        padding: 2px 8px;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--primary);
        background: none;
    margin-top: 0px;
    font-family: Mulish, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;

  }
  .section-title{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #2A3235;
    border: 1px solid #2A3235;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0px;
  }

    p.body_copy_large {
        font-family: Mulish;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
      margin-bottom:30px;
    }
  
  
}

p.body_copy_large {
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  margin-bottom:30px;
}

h6 + h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-title{
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #2A3235;
  border: 1px solid #2A3235;
  padding-top: 36px;
  padding-bottom: 36px;
  width: 100%;
  margin: 0px;
}  


/* Lists */

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

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

.no-list ul,
ul.no-list {
  list-style: none;
}
.hs_cos_wrapper_type_inline_rich_text li + li {
  margin-top:1em;
}
.hs_cos_wrapper_type_inline_rich_text ul ul {
  margin-top:1em;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid ;
  margin: 0 0 1em;
  padding-left: 1em;
}

/* Horizontal rules */

hr {
  background-color: var(--c-black);
  border: none;
  color: var(--c-black);
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


@media(max-width:767px){
    p.body_copy_large {
        font-family: Mulish;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }


}


.cta-btns {
    align-items: center;
    display: flex;
    text-align: center;
    gap: 10px;
}


.button,
.hs-blog-post-listing__post-button,
.hs-button,
a.primary-button,
button {
    color: #FFF;
    display: inline-block;
    height: 57px;
    letter-spacing: .16px;
    margin-bottom: 0px;
    padding: 15px 25px 15px 25px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    background: var(--primary);
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
}

a.primary-button:after {
    background: url(https://46437894.fs1.hubspotusercontent-na1.net/hubfs/46437894/cspd-24/cta-arrow-white.svg) no-repeat;
    content: "";
    height: 16px;
    top: 3px;
    width: 14px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

a.primary-button:hover {
        background: #273d6cd9;
}

a.secondary-button {
    background: #fff;
    border: 2px solid #f9bc19;
    border-radius: 25px;
    color: #000;
    display: inline-block;
    font-family: museo-sans,sans-serif!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 49px;
    letter-spacing: .16px;
    line-height: 16px;
    margin-bottom: 0px;
    padding: 15px 54px 15px 25px;
    position: relative;
    text-align: center
}

a.secondary-button:after {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-light-bg.svg) no-repeat;
    content: "";
    height: 18px;
    position: absolute;
    right: 25px;
    top: 14px;
    width: 18px
}

a.secondary-button:hover {
    
}

a.tertiary {
    border: 0;
    border-bottom: 2px solid transparent;
    color: #000;
    display: inline-block;
    font-family: museo-sans,sans-serif!important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-right: 54px;
    position: relative
}

a.tertiary:hover {
    background: none;
    border-bottom: 2px solid #000
}

a.tertiary:after {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Tertiary-button-light-bg.svg) no-repeat;
    border: 0;
    content: "";
    height: 25px;
    position: absolute;
    right: -36px;
    top: 2px;
    width: 25px
}

a.primary_white {
    border: 0;
    border-radius: 25px
}

a.primary_white:after {
    background: url(https://46437894.fs1.hubspotusercontent-na1.net/hubfs/46437894/cspd-24/cta-arrow-blue.svg) no-repeat;
    content: "";
    height: 16px;
    top: 3px;
    width: 14px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-left: 6px
}

a.primary_white:hover {
    background: rgb(255 255 255 / 75%);
}

a.secondary_white {
    background: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    color: var(--primary);
    display: inline-block;
    font-family: museo-sans,sans-serif!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 49px;
    letter-spacing: .16px;
    line-height: 16px;
    margin-bottom: 0px;
    padding: 15px 54px 15px 25px;
    position: relative;
    text-align: center
}

a.secondary_white:after {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Arrow-light-bg.svg) no-repeat;
    content: "";
    height: 18px;
    position: absolute;
    right: 25px;
    top: 14px;
    width: 18px
}

a.secondary_white:hover {
    
}

a.tertiary_white {
    border-bottom: 2px solid transparent;
    color: #000;
    display: inline-block;
    font-family: museo-sans,sans-serif!important;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-right: 54px;
    position: relative
}

a.tertiary_white:hover {
    background: none;
    border-bottom: 2px solid #000
}

a.tertiary_white:after {
    background: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/MoW24/Icons/Tertiary-button-dark-bg.svg) no-repeat;
    border: 0;
    content: "";
    height: 25px;
    position: absolute;
    right: -36px;
    top: 2px;
    width: 25px
}

a.primary_white {
    color: var(--primary);
    display: inline-block;
    height: 57px;
    letter-spacing: .16px;
    margin-bottom:0px;
    padding: 15px 25px 15px 25px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    background: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
    /* 180% */
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
}

.button:focus,
.button:hover,
.hs-blog-post-listing__post-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-button:focus,
.hs-button:hover,
button:focus,
button:hover {
    background-color: #001544;
    border-color: #001544;
    color: #fff;
    font-family: Mulish,sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none
}

.button:active,.hs-blog-post-listing__post-button:active,.hs-button:active,button:active {
    background-color: #4f6594;
    border-color: #4f6594;
    color: #fff;
    font-family: Mulish,sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none
}

.cta-btn a:first-child {
    margin-right: 20px
}




@media (max-width: 767px) {
    a.primary-button,
    a.primary_white {
        margin-right: 15px;
        width: 100%;
        height: 48px;
        padding: 10px 24px;
        font-size: 14px;
    }
}



:root {
    --primary: #273D6C;
    --secondary: #a59b78;
    --teritary: #60Bed1;
    --navy:#273D6C;
    --gold:#a59b78;
    --black: #000;
    --yellow: #F0DC56;
    --green: #8CC255;
    --blue:#60Bed1;
    --red: #f91919;
    --light_grey:#f3f3f3;
    --warm_grey:#E7E3DF;
}


.content.-light h1,
.content.-light h2,
.content.-light h3,
.content.-light h4,
.content.-light h5,
.content.-light h6,
.content.-light p{color:#fff}

.content.-dark h1,
.content.-dark h2,
.content.-dark h3,
.content.-dark h4,
.content.-dark h5,
.content.-dark h6,
.content.-dark p{color:var(--primary);}




.background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.background.-parallax {
    background-attachment: inherit
}

.background.-black {
    background-color: var(--black)
}

.background.-white {
    background-color: var(--white)
}
.background.-navy{
    background-color: var(--navy)
}

.background.-gold{
    background-color: var(--gold)
}
.background.-yellow{
    background-color: var(--yellow)
}
.background.-green{
    background-color: var(--green)
}
.background.-blue{
    background-color: var(--blue)
}

.background.-light_grey{
    background-color: var(--light_grey)
}
.background.-warm_grey{
    background-color: var(--warm_grey)
}




@media (min-width: 1200px) {
    .background.-parallax {
        background-attachment:fixed
    }
}
















/* Submit button */

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

::-webkit-input-placeholder {
    color: grey;
    opacity: 1
}

::-moz-placeholder {
    color: grey;
    opacity: 1
}

:-ms-input-placeholder {
    color: grey;
    opacity: 1
}

:-moz-placeholder {
    color: grey;
    opacity: 1
}

::placeholder {
    color: grey;
    opacity: 1
}

.submitted-message,form {
    font-family: arial,helvetica,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

form .input ul.inputs-list li label input[type=checkbox]+span {
    align-items: flex-start;
    display: flex;
    margin-left: 0;
}

.form-title {
    color: #000
}

form .input ul.inputs-list li label input[type=checkbox]:checked+span:before {
    background: var(--water) url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/tick.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px
}

form .input ul.inputs-list li label input[type=checkbox] {
    display: none!important;
    opacity: 0
}

form .input ul.inputs-list li label input[type=checkbox]+span:before {
    background: #fff;
    border: 2px solid var(--black);
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    margin-top: 2px;
    max-width: 12px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.hs-form-field {
    margin-bottom: 0
}

li.hs-form-booleancheckbox span {
    color: #000;
    font-size: 16px
}

form label {
    color: #7a7a7a;
    display: block;
    margin-bottom: 8px;
    padding-top: 0;
    text-align: left;
    width: auto
}

.hidden-labels .hs-fieldtype-select label,.hidden-labels .hs-fieldtype-text label,.hidden-labels .hs-fieldtype-textarea label {
    display: none
}

form legend {
    color: #7a7a7a;
    font-size: 18px
}

.input {
    position: relative
}

.grecaptcha-badge {
    margin: 0!important
}

input[type=email],input[type=file],input[type=number],input[type=password],input[type=tel],input[type=text],select,textarea {
    background-color: #fff;
    border: 2px solid #d1d6dc;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    line-height: 1;
    padding: 21px 30px;
    width: 100%
}

input[type=email]:focus,input[type=file]:focus,input[type=number]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus {
    outline: none
}

fieldset {
    max-width: 100%!important
}

fieldset.form-columns-2,fieldset.form-columns-3 {
    display: flex;
    flex-direction: column;
}

fieldset .hs-form-field {
    float: none!important;
    width: 100%!important;
      margin-bottom: 25px;
}

fieldset .hs-form-field+.hs-form-field {
    margin-left: 15px
}

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

.inputs-list>li {
    display: block;
    margin: .7rem 0;
    padding: 0;
    width: 100%
}

.inputs-list input,.inputs-list span {
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle
}

.hs-input[type=checkbox],.hs-input[type=radio] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin-right: .35rem;
    padding: 0;
    width: auto
}

.hs-fieldtype-date .input .hs-dateinput:before {
    color: grey;
    content: "\01F4C5";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fn-date-picker .pika-table thead th {
    color: #fff
}

.fn-date-picker td.is-today .pika-button {
    color: #f9bc19
}

.fn-date-picker td.is-selected .pika-button {
    background: #f9bc19;
    border-radius: 0;
    box-shadow: none
}

.fn-date-picker td .pika-button:hover {
    background-color: var(--c-black)!important;
    background-color: #f9bc19!important;
    border-radius: 0!important;
    color: #fff
}

input[type=file] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: normal;
    padding: initial
}

form .hs-richtext,form .hs-richtext p {
        font-size: 16px;
    margin: 0 0 1.4rem;
    text-align: left;
}

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

form .header {
    background-color: transparent;
    border: none
}

.legal-consent-container .hs-form-booleancheckbox-display>span,.legal-consent-container .hs-form-booleancheckbox-display>span p {
    font-size: 16px;
    margin-left: 10.666666666666666px
}

.hs-form-required {
    color: red
}

.hs-input.invalid.error {
    border-color: #ef6b51;
    box-shadow: inset 0 0 10px #ef6b51
}

.hs-error-msg,.hs-error-msgs {
    color: #ef6b51;
    margin-top: 16px
}

form .actions {
    position: relative;
    width: auto;
}

form .hs-button,form input[type=submit] {
    background-color: #273d6c;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: museo-sans, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 57px;
    letter-spacing: .16px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 18px 54px 15px 25px;
    position: relative;
    text-align: center;
}

form .actions:after {
    background: url(https://46437894.fs1.hubspotusercontent-na1.net/hubfs/46437894/cspd-24/cta-arrow-white.svg) no-repeat;
    content: "";
    display: inline-block;
    font-size: 14px;
    height: 16px;
    margin-left: 6px;
    position: relative;
    right: 41px;
    top: 3px;
    width: 14px;
    z-index: 99999999;
}

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

.grecaptcha-badge {
    margin: 0 auto
}

.form-dark input::-webkit-input-placeholder {
    color: #fff
}

.form-dark input::-moz-placeholder {
    color: #fff
}

.form-dark input:-ms-input-placeholder {
    color: #fff
}

.form-dark input:-moz-placeholder {
    color: #fff
}

.form-dark input[type=email],.form-dark input[type=file],.form-dark input[type=number],.form-dark input[type=password],.form-dark input[type=tel],.form-dark input[type=text],.form-dark select,.form-dark textarea {
    background-color: var(--c-black);
    color: var(--c-white)
}

.form-dark .hs-button {
    background-color: var(--c-white);
    color: var(--c-black)
}

.single-line-form form {
    display: flex;
    justify-content: center
}

.single-line-form .hs-form-field {
    flex-grow: 1;
    margin-right: -30px
}

.single-line-form label {
    display: none
}

.single-line-form .hs-error-msgs {
    display: none!important
}

@media only screen and (max-width: 991px) {
    .form-module .row-fluid {
        display:block
    }

    .form-module .row-fluid>div {
        width: 100%!important
    }
}

@media only screen and (max-width: 768px) {
    .single-line-form .hs-button {
        font-size:16px
    }
}

@media only screen and (max-width: 767px) {
    .single-line-form form {
        display:block
    }
}














table {
  border-collapse: collapse;
  border: 0;
  border: 1px solid #273D6C;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
th,
td {
  border: 1px solid #aaa;
  background-clip: padding-box;
  scroll-snap-align: start;
}
tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}
thead {
  z-index: 1000;
  position: relative;
}
th,
td {
  padding: 0.6rem;
  min-width: 6rem;
  text-align: left;
  margin: 0;
  border: 1px solid #273D6C;

  padding: 18px;

  color: #273D6C;
}
thead th {
  background-color: 

  
  
    
  


  rgba(39, 61, 108, 1.0)

;
  color: #FFFFFF;
  position: sticky;
  top: 0;
  border-top: 0;
  background-clip: padding-box;
}
thead th.pin {
  left: 0;
  z-index: 1001;
  border-left: 0;
}
tbody th {
  background-clip: padding-box;
  border-left: 0;
}
tbody {
  z-index: 10;
  position: relative;
}
tbody th {
  position: sticky;
  left: 0;
}
thead th,
tbody th {
  background-color: #f8f8f8;
}
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #273D6C;
}





.footer {
  background-color: 

  
  
    
  


  rgba(165, 155, 120, 1.0)

;
  padding: 25px 12px;
  border-bottom: 8px solid #f9bc19;
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy-content p {
  font-size: 12px;
  font-weight: 300;
}
.copy-content p a{
  font-weight: 700;
  color:#fff;
}
.copy-content p span {
  color: #f9bc19;
}
.copy-content p a:hover{ border-bottom:1px solid #f9bc19;}
/* Footer content tags */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #273D6C;
}


@media(max-width:767px){
  .footer__container {
    display: block;
  }
  .footer-row-0-padding{ padding:0 !important;}
  .copy-content p {
    font-size: 10px;
  }
  .copy-content p a{
    display:block;
  }
}

.widget-type-rich_text h4{
  margin-bottom:10px;
  margin-top:0;
}
.img-text {
  background-image: url(https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 40% 100%;
}
.left-img {
  background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%284%29.svg');
  background-repeat: no-repeat;
  background-size: 40% 100%;
  background-position: left center;
}
.form-module {
  background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%282%29.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 53% 930px;
}
.form-module form {
  padding: 10px 50px 50px;
  box-shadow: 0 0 10px #cdcdcd;
}
.speaker-sec a.hs-button {
  border-bottom: 2px solid #000;
}
.speaker-sec a.hs-button:hover {
  border-bottom: 2px solid #F9BC19;
  color:#000 !important;
}
.img-text .row-number-6 .row-fluid>div>div a.hs-button {
  padding: 16px 20px 13px !important;
  height: 49px;
}

@media(max-width:1439px){
  .form-module {
    background-size: 59% 930px;
  }
}

@media(max-width:1250px){
  .form-module {
    background-size: 62% 930px;
  }
}

@media(max-width:991px){
  .form-module {
    background: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%283%29.svg');
    background-position: center 270px;
    background-repeat: no-repeat;
    background-size: 100% 810px;
  }
}

@media(max-width:767px){
  .img-text,.left-img {
    background-image: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%281%29.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80% 50%;
  }
  .form-module form {
    padding: 5px 25px 25px;
  }
  .img-text .row-number-6 .row-fluid > div > div {
    width: 100% !important;
  }
  .img-text .row-number-6 .row-fluid > div > div a.hs-button {
    width: 100%;
    text-align: center;
  }
  .speaker-sec .cta-btns {
    padding-left: 0;
  }
}

@media(max-width:640px){
  .img-text,.left-img {
    background-image: url('https://21605396.fs1.hubspotusercontent-na1.net/hubfs/21605396/Landing%20Page/Ellipse%202%20%281%29.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80% 30%;
  }
}

@media(max-width:480px){
  .speaker-sec .cta-btns {
    padding-left: 0;
    margin-bottom: 20px;
  }
}









:root {
    --black: #000000;
    --yellow: #F9BC19;
    --dark_grey: #808080;
    --light_grey: #F3F3F3;
    --white: #FFF;
    --apple: #8AE68E;
    --water: #85DEE6;
    --peach: #FFB59A;
    --light_yellow: #F7DB9B;
    --light_apple : #CEF2CA;
    --light_water: #CBEDF2;
    --light_peach: #F9DCCF;
    --red : #F91919;
  
}