*, *: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.
*/

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



/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  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;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  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,.page-center, .dnd-section > .row-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.body-wrapper [class*="force-full-width-section"], 
.body-wrapper [class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.text-center {
  text-align: center;
}
body.no-banner .body-container-wrapper {
  padding-top: 70px;
}
.body-container-wrapper {
  position: relative;
  z-index: 99;
  width: 100%;
}
body .container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@font-face { 
  font-family: swiper-icons; 
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff"); 
  font-style: normal; 
  font-weight: 400;
}


/* cyrillic-ext */
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQbjB_mQ.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQbjB_mQ.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQbjB_mQ.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQbjB_mQ.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQbjB_mQ.woff) format('woff');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQbjB_mQ.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQbjB_mQ.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQbjA.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

body{
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  width: 100%;
  height: 100vh;
  color: #000;
  background-color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1, h1 {
  font-size: 2.5rem;
}
h1, h2 {
  font-size: 2rem;
  font-family: "Exo 2",sans-serif;
  font-weight: 500;
}
h3 {
  font-family: "Exo 2",sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.h4, h4 {
  font-size: 1.5rem;
}
.h5, h5 {
  font-size: 1.25rem;
}
.h6, h6 {
  font-size: 1rem;
}

@media (min-width: 992px){
  h1, h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.35rem;
  }

}

img {
  vertical-align: middle;
  border-style: none;
}
/* Lists */

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

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


/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration: none;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field, .field, div#hs-search-module .hs-input {
  margin-bottom: 18px;
}

/* Labels */

label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hs-form-field label:not(.hs-error-msg) {
  font-family: Open Sans;
  font-size: 15px;
}
.hs-form-field label:not(.hs-error-msg) {
  color: #33475b;
}
/* Help text - legends */

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 11px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hs-field-desc {
  width: 100%;
}
legend.hs-field-desc {
  font-family: Open Sans;
  color: #7C98B6;
  font-size: 11px;
}
/* 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 {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  box-sizing: border-box;
  padding: 0 15px;
}
.hs-button, .hs-form-field input[type=text], 
.hs-form-field input[type=email], 
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel], 
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.hs-input {
  padding: 9px 10px;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
form fieldset {
  max-width: 100% !important;
}
textarea.hs-input {
  height: auto;
}
fieldset textarea {
  padding: 10px 15px;
}
/* Inputs - checkbox/radio */

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list:first-child {
  padding-top: 6px;
}
ul.no-list {
  list-style: none;
  padding-left: 5px;
}
.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
 .submitted-message.hs-main-font-element {
  font-family: Open Sans;
}
.hs-error-msgs label, .hs-error-msg {
  color: #f2545b;
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
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;
  width: auto;
  max-width: 100%;
}
select.is-placeholder {
  color: #bfbfbf;
}
.hs-input option:disabled {
  color: #bfbfbf;
}
/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

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

/* Headings and text */

.hs-richtext {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}
.hs-richtext {
  word-break: break-word;
}
.legal-consent-container .hs-richtext, 
.legal-consent-container label:not(.hs-error-msg) {
  font-family: Open Sans;
  color: #888888;
  font-size: 14px;
}
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 {
  margin-left: 1rem !important;
}
.subscribe-options label {
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  font-family: Open Sans;
}
/* Validation */

.hs-form-required {
  color: red;
}
form input[type=checkbox] + label, 
form input[type=radio] + label {
  display: inline-block;
}
input.hs-input.error,
div.field.error input,
div.field.error textarea, 
div.field.error .chzn-choices, 
textarea.hs-input.error, 
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}
.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  background: #e51d29;
  border-color: #e51d29;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  font-family: Open Sans;
  white-space: normal;
}

/* Captcha */

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

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  display: block;
  padding: 1.25rem 0;
  min-height: 70px;
  position: fixed;
  top: 0;
  transition: top .52s ease-in-out;
  width: 100%;
  z-index: 999;
}
.header__container.content-wrapper {
  width: 100%;
  max-width: 1332px;
}
.mobile-navigation {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.95);
  display: none;
}
.header__column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.header_trigger {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  display: none;
}
header .m-nav-container {
  position: relative;
  left: 20px;
  top: 0;
  width: 36px;
  height: 30px;
  outline: 0 dotted red!important;
  padding-top: 0;
  display: inline-block;
  overflow: hidden;
}
header .m-nav-container .m-nav-icons {
  position: absolute;
  left: 0;
  top: -24px;
}
header .m-nav-container .m-x-icon {
  width: 22px;
  height: 22px;
  margin-left: 8px;
  display: block;
}
header .m-nav-container .m-nav-icon {
  width: 30px;
  height: 30px;
  margin-left: 4px;
  display: block;
}
.header_logo {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  text-align: center;
}
.header_logo img {
  width: 150px !important;
  height: auto;
}
.header_navigation .hs-menu-wrapper {
  text-align: right;
}
.header_navigation .hs-menu-wrapper {
  display: none!important;
}
.header_navigation .hs-menu-wrapper > ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin-bottom: 0;
}
.header_navigation .hs-menu-wrapper > ul > li {
  float: left;
  margin-right: 1rem;
}
.header_navigation .hs-menu-wrapper > ul > li > a {
  font-family: "Open Sans",sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.header_navigation .hs-menu-wrapper > ul ul {
  background-color: #f8fbf8;
  color: #4a4a4a;
  position: absolute;
  top: -0.75rem;
  left: -1.5rem;
  text-align: left;
  width: 290px;
  z-index: -1;
  display: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header_navigation .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  letter-spacing: 1.5px;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  display: block;
  margin: 1rem 0;
  text-transform: none;
  padding-left: 1.7rem;
}
.header_navigation {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.header_navigation .down-arrow {
  transform-origin: center center;
  transition: all .3s ease;
}
.header_navigation .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}
.header_navigation .hs-menu-wrapper > ul ul:before {
  width: 100%;
  height: 3rem;
  background-color: #000;
  content: "";
  display: block;
}
.header_navigation .hs-menu-wrapper > ul ul li:first-child > a {
  padding-top: 1rem!important;
}
.header_navigation .hs-menu-wrapper > ul ul li:last-child > a {
  padding-bottom: 1rem!important;
}
.header_navigation .hs-menu-wrapper > ul > li.clicked .down-arrow {
  transform: rotate(180deg);
}
.header_navigation .hs-menu-wrapper > ul > li.clicked > a {
  color: #e51d29;
}

.header-hide header.header {
  top: -100px;
}


@media (min-width: 992px){
  .header_navigation .hs-menu-wrapper {
    display: block!important;
  }


}


@media (min-width: 1300px){
  .header_navigation .hs-menu-wrapper > ul > li {
    margin-right: 1.75rem;
  }



}



@media(max-width: 1024px) and (min-width: 992px){
  .header_navigation .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
  }


}







@media(max-width: 991px){
  .header_trigger {
    display: block;
    padding: 0!important;
  }
  .header_logo {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .header_navigation {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding: 0!important;
  }
  header.header {
    height: 70px;
  }
  .mobile-navigation .hs-menu-wrapper > ul {
    width: 100%;
    text-align: center;
    padding-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    overflow-y: auto;
  }
  .mobile-navigation .hs-menu-wrapper > ul > li > a {
    font-family: "Open Sans",sans-serif;
    display: block;
    margin: 1.5rem 0;
    text-transform: uppercase;
    font-size: 1.35rem;
    text-decoration: none;
    letter-spacing: 2px;
    color: #fff;
  }
  body.menu-open {
    overflow: hidden;
  }
  .mobile-navigation .hs-menu-wrapper {
    width: 100vw;
    height: 100vh;
    display: block;
  }
  .mobile-navigation .hs-menu-wrapper > ul ul {
    display: none;
  }
  .mobile-navigation .hs-menu-wrapper > ul > li > a:hover {
    color: #d41623;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  }
  .child-trigger:before {
    content: "+";
  }

  .mobile-navigation .hs-menu-wrapper > ul ul li a {
    font-family: "Open Sans",sans-serif;
    display: block;
    margin: 1.5rem 0;
    text-transform: uppercase;
    font-size: 1.35rem;
    text-decoration: none;
    letter-spacing: 2px;
    color: #fff;
  }
  .child-trigger.child-open:before {
    content: "-";
  }
  .mobile-navigation.active .hs-menu-wrapper > ul {
    transform: translateY(-50%);
  }
  .mobile-navigation .hs-menu-wrapper > ul > li.active > a,
  .mobile-navigation .hs-menu-wrapper > ul > li.active-branch > a{
    color: #e51d29;
  }
  .mobile-navigation .hs-menu-wrapper > ul ul > li.active > a {
    color: #e51d29;
  }
  
  
  
  
}



@media screen and (orientation: landscape){
  .mobile-navigation .hs-menu-wrapper > ul > li > a {
    margin: 0 0;
  }
  .mobile-navigation .hs-menu-wrapper > ul ul li a {
    margin: 0;
  }

}





@media (max-width: 991px) and (max-height: 700px){
  .mobile-navigation .hs-menu-wrapper>ul {
    max-height: calc(100vh - 120px);
  }
  .mobile-navigation .hs-menu-wrapper > ul {
    transform: translateY(-50%);
  }


}
footer.footer {
  text-align: center;
  padding: 80px 0;
  left: 0;
  bottom: 0;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}
.footer__container {}

.footer .footer-links {
  color: #000;
}

.footer .footer-links{
  margin-bottom:16px;
}

.footer .footer-links a {
  font-size: 20px;
  text-decoration: none;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  display: inline-block;
  margin: 0 8px;
  text-decoration:none !important;
}



@media only screen and (max-width: 991px){
  footer.footer {
    font-size: .85rem;
  }


}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hs-menu-wrapper ul li a,
.widget-module ul li a{
  text-decoration: none;
}
/********************************************** Full Width *******************************************/

.full-width-content {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.full-width-content .widget-type-rich_text h3 {
  margin-top: 3rem;
  font-size: 1rem;
}
.full-width-content .widget-type-rich_text h4 {
  margin-bottom: 1rem;
  margin-top: 3rem;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
.full-width-content .widget-type-rich_text ul {
  padding-left: 1.1rem;
}







@media (min-width: 992px){
  .full-width-content {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .full-width-content .widget-type-rich_text h3 {
    font-size: 1.35rem;
  }
  .full-width-content .widget-type-rich_text h4 {
    line-height: 2rem;
  }


}








/********************************************** Contact Page  *******************************************/


.contact-section .widget-type-rich_text {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.contact-section .widget-type-rich_text {
  padding-bottom: 16px;
}
.form_area .hs-input:not([type=checkbox]):not([type=radio]){
  width: 90%;
}
.hs-custom-form>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), 
.hs-custom-form fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}
.form_area .hs-richtext p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form_area .hs-richtext p a {
  color: #0000EE;
}
.form_area .hs-richtext p a:hover, .form_area .hs-richtext p a:focus {
  color: #551A8B;
}
.form_area .hs_message.hs-message {
  margin-bottom: 12px;
}
.form_area .hs_submit.hs-submit {
  text-align: center;
}
.form_area .hs_submit.hs-submit .actions {
  margin-bottom: 0;
}
.solutions-data .widget-type-rich_text h3 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.solutions-data .widget-type-rich_text {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.page-cta, .home_section2 a.hs-button{
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  background-color: #e51a27;
  color: #fff;
  border: 0 solid transparent;
  border-radius: 6px;
  transition: all .3s;
  padding: 1rem 2rem; 
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  box-sizing: border-box !important;
}
.page-cta:hover,.page-cta:focus, .home_section2 a.hs-button:hover, .home_section2 a.hs-button:focus{
  color: #fff;
  background-color: #d41623;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.solutions-content .widget-type-rich_text a {
  color: #d41623;
}
.solutions-content {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.solutions-content .widget-type-rich_text h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 3rem;
}
.solutions-content .widget-type-rich_text ul {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.solutions-content .widget-type-rich_text ul {
  padding-left: 1.5rem;
  width: 85%;
}


@media (min-width: 992px){
  .contact-section .widget-type-rich_text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .solutions-data .widget-type-rich_text h3 {
    font-size: 1.35rem;
  }
  .solutions-data .widget-type-rich_text {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .solutions-content {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .solutions-content .widget-type-rich_text h3 {
    font-size: 1.35rem;
  }
  .solutions-content .widget-type-rich_text ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }

}




@media(max-width: 991px){
  .contact-section .dnd-section {
    padding-top: 50px !important;
  }



}


@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .hs-custom-form .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-form fieldset {
    margin-right: 0!important;
    width: 100%!important;
  }


}







/******************************************* Partner Page **************************************************/


.newsletter_area .dnd-section {
  background-color: #000;
  color: #fff;
  padding: 5rem 0;
}
.newsletter_area .dnd-section > .row-fluid {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  padding: 0;
}
.newsletter_area .hs-richtext h2 {
  font-size: 2rem!important;
  margin-bottom: 2rem;
  font-weight: 300!important;
  color: #fff;
}
.newsletter_area .hs-form-field {
  margin-bottom: 0;
}
.newsletter_area .hs-form-field>label:not(.hs-error-msg) {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
}
.newsletter_area form .hs-input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  box-sizing: border-box!important;
  border-radius: 0!important;
  border: 0 solid #fff;
  outline: 0!important;
  padding: 0.75rem!important;
  width: 75%!important;
  height: auto;
  background: #fff;
}
.newsletter_area .legal-consent-container {
  margin: 2rem 0;
  font-size: .9rem;
} 
.newsletter_area .legal-consent-container .hs-richtext {
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans",sans-serif;
  color: #fff;
  font-size: .9rem;
  margin: 0;
}
.newsletter_area .legal-consent-container .hs-richtext p {
  color: #959595;
}
.newsletter_area .legal-consent-container .hs-richtext a {
  color: #fff;
  text-decoration: underline;
  font-size: .9rem;
}
.newsletter_area .actions {
  margin: 0;
  padding: 0;
}
.newsletter_area input.hs-button.primary.large {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0.75rem;
  min-width: 175px;
  background-color: #e51a27;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans';
  letter-spacing: 3px;
  border-radius: 6px;
  transition: all .3s ease;
  border: 0;
}
.newsletter_area input.hs-button.primary.large:hover {
  background-color: #d41623;
  color: #fff;
}
.newsletter_area ul.no-list {
  margin-top: 1rem;
  color: #c00;
  margin-bottom: 1rem;
  padding-left: 40px;
  padding-top: 0;
}
.newsletter_area ul.no-list li label {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Open Sans",sans-serif;
  color: #c00;
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.newsletter_area .hs-form-required {
  color: #c00;
}
.investor_area .partner-wrapper .content-wrapper {
  max-width: 1140px;
}
.investor_area .partner-wrapper .content-inner {
  margin: 0;
}
.investor_area .partner-wrapper {
  padding-top: 3rem;
  padding-bottom: 4rem;
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}
.investor_area .partner-wrapper .partner-head {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.investor_area .partner-wrapper .content-inner p {
  padding-bottom: 1rem;
}
.investor_area .partner-wrapper .logo_row:nth-child(2) {
  margin-top: 3rem;
  text-align: center;
}
.investor_area .partner-wrapper .content-inner {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
} 
.investor_area .partner-wrapper .partner-col3 {
  margin-bottom: 3rem;
}
.investor_area .partner-wrapper .partner_link {
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  color: #000;
}
.investor_area .partner-wrapper .partner_link img {
  width: 100%;
  max-width: 219px;
  display: initial;
  border: none;
  margin: 0;
}

.investor_area .partner-wrapper .row.partner_botm {
  margin-top: 0 !important;
}
.investor_area .partner-wrapper .partner-button {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.investor_area .partner-wrapper .partner-button a {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.investor_area .partner-wrapper .partner-social img {
  width: 100%;
}
.career_intro .dnd-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #000;
}
.career_intro .span12.dnd-column {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.career_intro .widget-type-rich_text h2 {
  margin-bottom: 1rem;
}
.career_intro .widget-type-rich_text *:last-child {
  margin-bottom: 0;
}
.career_intro a.hs-button {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  margin-top: 1.5rem;
  background-color: #e51a27;
  color: #fff;
  border: 0 solid transparent;
  border-radius: 6px;
  transition: all .3s;
  padding: 1rem 2rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.career_intro a.hs-button:hover {
  color: #fff;
  background-color: #d41623;
  text-decoration: none;
  border: 0;
}
.careers_working_at .widget-type-header h2 {
  margin-bottom: 1.5rem;
}
.careers-associations {
  color: #000;
  position: relative;
  padding: 3rem 0 3rem;
  width: 100%;
  background-color: #f5f4f4;
}
.careers-associations .careers_assocites_txt {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.careers_assocites_txt .widget-type-rich_text h2 {
  margin-bottom: 1.5rem;
}

.careers-associations .container2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.careers_assocites_img .span4.dnd-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  float: left;
}
.careers_assocites_img .widget-type-linked_image img {
  margin-top: 3rem;
  width: 100%;
  height: auto;
}
.careers_assocites_img .widget-type-rich_text {
  text-align: center;
  margin-top: 3rem;
}
.careers_assocites_img .widget-type-rich_text p {
  font-weight: 300;
}
.careers_assocites_img .widget-type-rich_text img {
  width: 100%;
  height: auto;
  max-width: 62px;
}
.container-fluid.about_leadership {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  padding: 1rem 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
}
.about_leadership .widget-type-rich_text {
  text-align: left;
}
.about-page .advanced-banner .bannerContents {
  margin-top: 3%;
}
.about-page .advanced-banner .bannerContents span {
  display: block!important;
}
.home_section0 .dnd-section {
  padding: 3rem 0.5rem;
  background-size: cover;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  background-position: unset !important;
}
.home_section0 .widget-type-rich_text h1 {
  font-size: 1.6rem;
  color: #fff;
}
.home_section0 .widget-type-rich_text h1 span {
  display: inline-block;
}
.home_section2 .dnd-section {
  padding: 8rem 0 8rem 0;
  background-color: #000;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_section2 h1,
.home_section2 h2,
.home_section2 h3,
.home_section2 h4,
.home_section2 h5,
.home_section2 h6{
  color: #fff;
}
.home_section2 .widget-type-rich_text img {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.home_section2 .span12.dnd-column > .dnd-row:first-child {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}











@media (min-width: 768px){
  .newsletter_area .dnd-section > .row-fluid {
    width: 75%;
  }
  .careers-associations {
    padding: 5rem 0 5rem;
  }
  .container-fluid.about_leadership {
    padding-top: 1vw;
  }

}


@media (min-width: 992px){
  .investor_area .partner-wrapper .content-inner {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .career_intro .span12.dnd-column {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .careers-associations .careers_assocites_txt {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .careers-associations .container2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .container-fluid.about_leadership {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .container-fluid.about_leadership {
    padding-top: 5vw;
  }
  .about-page .advanced-banner .bannerContents {
    margin-top: 50px;
  }
  .home_section0 .widget-type-rich_text h1 {
    font-size: 3rem;
  }
  .home_section0 .widget-type-rich_text h1 span {
    display: block;
  }
  .home_section2 .span12.dnd-column > .dnd-row:first-child {
    font-size: 1.125rem;
    line-height: 2rem;
  }


}

@media (min-width: 1200px){
  .newsletter_area .dnd-section > .row-fluid {
    width: 45%;
  }
  .container-fluid.about_leadership {
    padding-top: 1vw;
  }
  .about-page .advanced-banner .bannerContents span {
    display: inline!important;
  }
}

@media (min-width: 1200px) and (min-width: 1400px){
  .container-fluid.about_leadership {
    padding-top: 6vw;
  }


}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  .newsletter_area .hs-custom-form .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 75% !important;
  }


}




@media(max-width: 1199px){
  .investor_area .partner-wrapper .content-wrapper {
    max-width: 960px;
  }
  .home-anchors {
    display: none!important;
  }



}

@media(max-width: 991px){
  .investor_area .partner-wrapper .content-wrapper {
    max-width: 720px;
  }
  .career-page .advanced-banner .bannerContents {
    margin-top: 5%;
  }



}


@media(max-width: 767px){
  .investor_area .partner-wrapper .content-wrapper {
    max-width: 540px;
  }
  .investor_area .partner-wrapper .partner-col3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .newsletter_area ul.no-list {
    padding-left: 0;
  }
  .home_section0 .dnd-section > .row-fluid {
    padding: 0;
  }
}

@media(max-width: 575px){
  .investor_area .partner-wrapper .content-wrapper {
    max-width: 100%;
  }



}






.home-anchors {
  width: 12px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 100;
}
.home-anchors .vline {
  position: absolute;
  top: 0;
  left: 6px;
  width: 1px;
  height: 100%;
  background-color: rgba(255,255,255,.2);
  z-index: -1;
}
.home-anchors .anchor-active {
  position: absolute;
  right: 200%;
  margin-top: -8px;
  background-color: #e51d29;
  text-align: right;
  color: #fff;
  border-radius: 4px;
  padding: 0.25rem 1rem;
  font-size: .8rem;
  letter-spacing: 2px;
  white-space: nowrap;
  opacity: 0;
}
.home-anchors .dot {
  width: 12px;
  height: 12px;
  background-color: #e51d29;
  border-radius: 50%;
  border: 0 solid #e51d29;
  display: block;
}
.home-anchors .dot:not(:last-child) {
  margin-bottom: 50px;
}
.home-anchors .dot.active {
  background-color: #c8c8c8;
}




/******************************* Modal Css ********************************/

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}
.close:hover {
  color: #000;
  text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none
}
a.close.disabled {
  pointer-events: none
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}
.modal.show .modal-dialog {
  transform: none
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .5
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}
.modal-footer>* {
  margin: .25rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem)
  }
  .modal-sm {
    max-width: 300px
  }
}
@media (min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}




.body-container-wrapper.about-page {
  position: static;
}
.modal-backdrop.show {
  background-color: #fff;
  opacity: .9
}
button.close {
  opacity: 1
}
button.close:hover {
  opacity: 1
}
button.close img.x {
  width: 30px;
  height: 30px;
  margin-top: 1rem;
  margin-right: 1rem
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  outline: 0
}
.modal-dialog {
  padding-left: 1rem;
  padding-right: 1rem
}
.d-flex {
  display: flex!important;
}
.modal-body .profile-img {
  display: none!important;
  margin-right: 3rem!important;
  margin-left: 3rem!important;
} 
.modal .img-profile {
  width: 300px;
  height: auto;
  margin-bottom: 1rem
}
.modal .profile-name {
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #000
}
.modal .icon-li {
  border: 0 solid red;
  width: 40px;
  height: auto
}
.modal-body .link-li {
  margin-top: 1rem!important;
}
.modal-body .profile-content {
  margin-right: 0!important;
  margin-bottom: 3rem!important;
}
.modal-content {
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Open Sans",sans-serif;
  color: #000;
  letter-spacing: normal;
  font-size: 16px;
}
button.close:hover {
  background: none !important;
}
.newsletter_area .legal-consent-container .hs-richtext a:hover {
  color: #d41623;
}





@media (min-width:768px) {
  .modal-dialog {
    max-width: 1400px
  }
  .modal-body .profile-img {
    display: block!important;
  }
  .modal-body .profile-content {
    margin-right: 3rem!important;
  }


}
@media (min-width:992px) {
  .modal-dialog {
    max-width: 1000px
  }
}




.body-wrapper {
  overflow: hidden;
}
.contact-page form, .contact-page form * {
  font-family: 'Open-Sans' !important;
}


@media all and (-ms-high-contrast:none) {
  .digital-dynamics .contents, .connect-with-us .contents {
    left: 0px;
    right: 0px;
  }
  .connect-with-us .contents{
    top: 20%;
  }
  .swiper-wrapper {
    box-sizing: border-box !important;
  }
  .home-banner .swiper-slide{
    width: 100% !important;
    display: table !important;
    vertical-align: middle;
  }
  .home-banner .content-wrapper {
    display: table-cell;
    vertical-align: middle;
  }


}