*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

details {
  display: block;
}

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

summary {
  display: list-item;
}


/* CSS variables */

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


.row-fluid {
  width: 100%;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}
@media (max-width: 999px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .dnd-section > .row-fluid {
    flex-direction: column !important;
  }
}
/* @media (min-width: 1000px) and (max-width: 1139px) {
.row-fluid {
width: 100%;
}
.row-fluid:before, .row-fluid:after {
display: table;
content: '';
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*='span'] {
display: block;
float: left;
width: 100%;
min-height: 1px;
margin-left: 2.762430939%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
margin-left: 0;
}
.row-fluid .span12 {
width: 99.999999993%;
}
.row-fluid .span11 {
width: 91.436464082%;
}
.row-fluid .span10 {
width: 82.87292817100001%;
}
.row-fluid .span9 {
width: 74.30939226%;
}
.row-fluid .span8 {
width: 65.74585634900001%;
}
.row-fluid .span7 {
width: 57.182320438000005%;
}
.row-fluid .span6 {
width: 48.618784527%;
}
.row-fluid .span5 {
width: 40.055248616%;
}
.row-fluid .span4 {
width: 31.491712705%;
}
.row-fluid .span3 {
width: 22.928176794%;
}
.row-fluid .span2 {
width: 14.364640883%;
}
.row-fluid .span1 {
width: 5.801104972%;
}
} */

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

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}
.equal-height-container > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body .row-fluid .vertical-center{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 999px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: block;
    display: -webkit-block;
  }
  body .row-fluid .vertical-center{
    display: block;
    display: -webkit-block;
    display: -ms-block ;
  }
}


/*   Column Adjust   */

/*Two Column Adjust
========================================================*/
.row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: calc(50% - 15px);
  -webkit-flex-basis: calc(50% - 15px);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body .row-fluid .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
  margin-right: 0px;
}

@media(max-width:999px) {
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    width: 100%;
    margin: 0px 0 24px;
    float: none
  }
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper:last-child{
    margin:0;
  }
  .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }
}

/*==================================================
Three Col Adjust
==================================================*/
.row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0;
  width: 100%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 32.1%;
  -webkit-flex-basis: 32.1%;
  float: left;
  margin-right: 1.85%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

@media(min-width: 1000px){
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:0;
  }
}


@media (max-width:999px) {
  .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
}

/*==================================================
Four Col Adjust
==================================================*/
.row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 24.16%;
  -webkit-flex-basis: 24.16%;
  float: left;
  margin-right: 1.12%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(4n){
  margin-right: 0;
}

@media(min-width:550px) and (max-width:999px) {
  body .row-fluid .four-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

@media (max-width:549px) {
  .row-fluid .four-col-adjust>span {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    /*     margin: 0; */
    margin-top: 20px;
    margin-right: 0;
  }
}



/*==================================================
Five Col Adjust
==================================================*/
.row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media(min-width:550px) and (max-width:999px) {
  body .row-fluid .five-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

@media (max-width:549px) {
  .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

/*==================================================
Six Col Adjust
==================================================*/
.row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media(min-width:550px) and (max-width:999px) {
  body .row-fluid .six-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

@media (max-width:999px) {
  .row-fluid .six-col-adjust>span {
    display: flex;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 25%;
    width: 24%;
    -webkit-flex-basis: 25%;
  }
}



@media(min-width:550px) and (max-width:999px){
  body .row-fluid .three-col-adjust>span,
  body .row-fluid .four-col-adjust>span,
  body .row-fluid .five-col-adjust>span,
  body .row-fluid .six-col-adjust>span{
    display:flex;
  }

  body .row-fluid .three-col-adjust>span > .hs_cos_wrapper,
  body .row-fluid .four-col-adjust>span > .hs_cos_wrapper,
  body .row-fluid .five-col-adjust>span > .hs_cos_wrapper,
  body .row-fluid .six-col-adjust>span > .hs_cos_wrapper{
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 48%;
    -webkit-flex-basis: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 40px;
    position: relative;
  }
  body .row-fluid .three-col-adjust>span .hs_cos_wrapper:nth-child(even),
  body .row-fluid .four-col-adjust>span .hs_cos_wrapper:nth-child(even),
  body .row-fluid .five-col-adjust>span .hs_cos_wrapper:nth-child(even),
  body .row-fluid .six-col-adjust>span .hs_cos_wrapper:nth-child(even){
    margin-right:0px;
  }
  body .row-fluid .three-col-adjust>span .hs_cos_wrapper:nth-child(odd),
  body .row-fluid .four-col-adjust>span .hs_cos_wrapper:nth-child(odd),
  body .row-fluid .five-col-adjust>span .hs_cos_wrapper:nth-child(odd),
  body .row-fluid .six-col-adjust>span .hs_cos_wrapper:nth-child(odd){
    margin-left:0px;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

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


/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

html{
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}
b, strong{
  font-weight: 700;
}

.strong_600 b, .strong_600 strong{
  font-weight: 600;
}
/* Anchors */

a {
  cursor: pointer;
}

/*   Image    */

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

/* Headings */

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

/* Lists */
ul,
ol{
  padding-left: 25px;
}
ul,
ol {
  margin: 0 0 1.4rem;
}

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

sub, sup{
  font-size: 64%;
}



@media(min-width: 1000px){
  .space_left_70{
    margin-left:70px;
  }
  .desk-hide{
    display: none;
  }
}

.custom_box {
  background: #F4F4F4;
  margin-bottom: 16px;
  padding: 12px;
  width: max-content;
  max-width: 100%;
}
.color_box {
  padding: 20px;
  text-align: center;
  width: 100%;
}

 

.align-left{
  text-align: left;
  margin-right: auto;
}

.align-center{
  text-align: center;
  margin: 0 auto;
}

.align-right{
  text-align: right;
  margin-left: auto;
}

 

.text-margin-zero,
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero p,
.text-margin-zero a,
.text-margin-zero span,
.text-margin-zero ul,
.text-margin-zero ol,
.text-margin-zero li,
.text-margin-zero label,
.text-margin-zero blockquote{
  margin-bottom: 0 !important; 
}



.fw_100,
.fw_100 h1,
.fw_100 h2,
.fw_100 h3,
.fw_100 h4,
.fw_100 h5,
.fw_100 h6,
.fw_100 p,
.fw_100 a,
.fw_100 span,
.fw_100 li,
.fw_100 label,
.fw_100 blockquote{
  font-weight: 100 !important; 
}

.fw_200,
.fw_200 h1,
.fw_200 h2,
.fw_200 h3,
.fw_200 h4,
.fw_200 h5,
.fw_200 h6,
.fw_200 p,
.fw_200 a,
.fw_200 span,
.fw_200 li,
.fw_200 label,
.fw_200 blockquote{
  font-weight: 200 !important; 
}

.fw_300,
.fw_300 h1,
.fw_300 h2,
.fw_300 h3,
.fw_300 h4,
.fw_300 h5,
.fw_300 h6,
.fw_300 p,
.fw_300 a,
.fw_300 span,
.fw_300 li,
.fw_300 label,
.fw_300 blockquote{
  font-weight: 300 !important; 
}

.fw_400,
.fw_400 h1,
.fw_400 h2,
.fw_400 h3,
.fw_400 h4,
.fw_400 h5,
.fw_400 h6,
.fw_400 p,
.fw_400 a,
.fw_400 span,
.fw_400 li,
.fw_400 label,
.fw_400 blockquote{
  font-weight: 400 !important; 
}

.fw_500,
.fw_500 h1,
.fw_500 h2,
.fw_500 h3,
.fw_500 h4,
.fw_500 h5,
.fw_500 h6,
.fw_500 p,
.fw_500 a,
.fw_500 span,
.fw_500 li,
.fw_500 label,
.fw_500 blockquote{
  font-weight: 500 !important; 
}

.fw_500,
.fw_500 h1,
.fw_500 h2,
.fw_500 h3,
.fw_500 h4,
.fw_500 h5,
.fw_500 h6,
.fw_500 p,
.fw_500 a,
.fw_500 span,
.fw_500 li,
.fw_500 label,
.fw_500 blockquote{
  font-weight: 500 !important; 
}

.fw_600,
.fw_600 h1,
.fw_600 h2,
.fw_600 h3,
.fw_600 h4,
.fw_600 h5,
.fw_600 h6,
.fw_600 p,
.fw_600 a,
.fw_600 span,
.fw_600 li,
.fw_600 label,
.fw_600 blockquote{
  font-weight: 600 !important; 
}

.fw_700,
.fw_700 h1,
.fw_700 h2,
.fw_700 h3,
.fw_700 h4,
.fw_700 h5,
.fw_700 h6,
.fw_700 p,
.fw_700 a,
.fw_700 span,
.fw_700 li,
.fw_700 label,
.fw_700 blockquote{
  font-weight: 700 !important; 
}

.fw_800,
.fw_800 h1,
.fw_800 h2,
.fw_800 h3,
.fw_800 h4,
.fw_800 h5,
.fw_800 h6,
.fw_800 p,
.fw_800 a,
.fw_800 span,
.fw_800 li,
.fw_800 label,
.fw_800 blockquote{
  font-weight: 800 !important; 
}

.fw_900,
.fw_900 h1,
.fw_900 h2,
.fw_900 h3,
.fw_900 h4,
.fw_900 h5,
.fw_900 h6,
.fw_900 p,
.fw_900 a,
.fw_900 span,
.fw_900 li,
.fw_900 label,
.fw_900 blockquote{
  font-weight: 900 !important; 
}



.spacer_0{
  padding: 8px 0;
}
.spacer_1{
  padding: 16px 0;
}
.spacer_2{
  padding: 24px 0;
}
.spacer_3{
  padding: 32px 0;
}
.spacer_4{
  padding: 40px 0;
}
.spacer_5{
  padding: 48px 0;
}
.spacer_6{
  padding: 56px 0;
}
.spacer_7{
  padding: 64px 0;
}
.spacer_8{
  padding: 80px 0;
}
.spacer_9{
  padding: 100px 0;
}
.spacer_10{
  padding: 120px 0;
}



@media(max-width: 999px){
  .spacer_0{
    padding: 8px 0;
  }
  .spacer_1{
    padding: 16px 0;
  }
  .spacer_2{
    padding: 24px 0;
  }
  .spacer_3{
    padding: 24px 0;
  }
  .spacer_4{
    padding: 24px 0;
  }
  .spacer_5{
    padding: 24px 0;
  }
  .spacer_6{
    padding: 32px 0;
  }
  .spacer_7{
    padding: 32px 0;
  }
  .spacer_8{
    padding: 40px 0;
  }
  .spacer_9{
    padding: 50px 0;
  }
  .spacer_10{
    padding: 60px 0;
  }
}





.description.element_spacer_0,
.description.element_spacer_1,
.description.element_spacer_2,
.description.element_spacer_3,
.description.element_spacer_4,
.description.element_spacer_5,
.description.element_spacer_6,
.description.element_spacer_7,
.description.element_spacer_8,
.description.element_spacer_9,
.description.element_spacer_10{
  padding-bottom:0;
}


.element_spacer_0,
.description.element_spacer_0 h1,
.description.element_spacer_0 h2,
.description.element_spacer_0 h3,
.description.element_spacer_0 h4,
.description.element_spacer_0 h5,
.description.element_spacer_0 h6,
.description.element_spacer_0 p,
.description.element_spacer_0 ol,
.description.element_spacer_0 ul,
.description.element_spacer_0 a{
  padding-bottom:4px;
}
.element_spacer_1,
.description.element_spacer_1 h1,
.description.element_spacer_1 h2,
.description.element_spacer_1 h3,
.description.element_spacer_1 h4,
.description.element_spacer_1 h5,
.description.element_spacer_1 h6,
.description.element_spacer_1 p,
.description.element_spacer_1 ol,
.description.element_spacer_1 ul,
.description.element_spacer_1 a{
  padding-bottom:8px;
}
.element_spacer_2,
.description.element_spacer_2 h1,
.description.element_spacer_2 h2,
.description.element_spacer_2 h3,
.description.element_spacer_2 h4,
.description.element_spacer_2 h5,
.description.element_spacer_2 h6,
.description.element_spacer_2 p,
.description.element_spacer_2 ol,
.description.element_spacer_2 ul,
.description.element_spacer_2 a{
  padding-bottom:16px;
}
.element_spacer_3,
.description.element_spacer_3 h1,
.description.element_spacer_3 h2,
.description.element_spacer_3 h3,
.description.element_spacer_3 h4,
.description.element_spacer_3 h5,
.description.element_spacer_3 h6,
.description.element_spacer_3 p,
.description.element_spacer_3 ol,
.description.element_spacer_3 ul,
.description.element_spacer_3 a{
  padding-bottom:24px;
}
.element_spacer_4,
.description.element_spacer_4 h1,
.description.element_spacer_4 h2,
.description.element_spacer_4 h3,
.description.element_spacer_4 h4,
.description.element_spacer_4 h5,
.description.element_spacer_4 h6,
.description.element_spacer_4 p,
.description.element_spacer_4 ol,
.description.element_spacer_4 ul,
.description.element_spacer_4 a{
  padding-bottom:32px;
}
.element_spacer_5,
.description.element_spacer_5 h1,
.description.element_spacer_5 h2,
.description.element_spacer_5 h3,
.description.element_spacer_5 h4,
.description.element_spacer_5 h5,
.description.element_spacer_5 h6,
.description.element_spacer_5 p,
.description.element_spacer_5 ol,
.description.element_spacer_5 ul,
.description.element_spacer_5 a{
  padding-bottom:40px;
}
.element_spacer_6,
.description.element_spacer_6 h1,
.description.element_spacer_6 h2,
.description.element_spacer_6 h3,
.description.element_spacer_6 h4,
.description.element_spacer_6 h5,
.description.element_spacer_6 h6,
.description.element_spacer_6 p,
.description.element_spacer_6 ol,
.description.element_spacer_6 ul,
.description.element_spacer_6 a{
  padding-bottom:48px;
}
.element_spacer_7,
.description.element_spacer_7 h1,
.description.element_spacer_7 h2,
.description.element_spacer_7 h3,
.description.element_spacer_7 h4,
.description.element_spacer_7 h5,
.description.element_spacer_7 h6,
.description.element_spacer_7 p,
.description.element_spacer_7 ol,
.description.element_spacer_7 ul,
.description.element_spacer_7 a{
  padding-bottom:56px;
}
.element_spacer_8,
.description.element_spacer_8 h1,
.description.element_spacer_8 h2,
.description.element_spacer_8 h3,
.description.element_spacer_8 h4,
.description.element_spacer_8 h5,
.description.element_spacer_8 h6,
.description.element_spacer_8 p,
.description.element_spacer_8 ol,
.description.element_spacer_8 ul,
.description.element_spacer_8 a{
  padding-bottom: 64px;
}
.element_spacer_9,
.description.element_spacer_9 h1,
.description.element_spacer_9 h2,
.description.element_spacer_9 h3,
.description.element_spacer_9 h4,
.description.element_spacer_9 h5,
.description.element_spacer_9 h6,
.description.element_spacer_9 p,
.description.element_spacer_9 ol,
.description.element_spacer_9 ul,
.description.element_spacer_9 a{
  padding-bottom:80px;
}
.element_spacer_10,
.description.element_spacer_10 h1,
.description.element_spacer_10 h2,
.description.element_spacer_10 h3,
.description.element_spacer_10 h4,
.description.element_spacer_10 h5,
.description.element_spacer_10 h6,
.description.element_spacer_10 p,
.description.element_spacer_10 ol,
.description.element_spacer_10 ul,
.description.element_spacer_10 a{
  padding-bottom:100px;
}

.description.element_spacer_0 p > a,
.description.element_spacer_1 p > a,
.description.element_spacer_2 p > a,
.description.element_spacer_3 p > a,
.description.element_spacer_4 p > a,
.description.element_spacer_5 p > a,
.description.element_spacer_6 p > a,
.description.element_spacer_7 p > a,
.description.element_spacer_8 p > a,
.description.element_spacer_9 p > a,
.description.element_spacer_10 p > a,
.description.element_spacer_0 p > img,
.description.element_spacer_1 p > img,
.description.element_spacer_2 p > img,
.description.element_spacer_3 p > img,
.description.element_spacer_4 p > img,
.description.element_spacer_5 p > img,
.description.element_spacer_6 p > img,
.description.element_spacer_7 p > img,
.description.element_spacer_8 p > img,
.description.element_spacer_9 p > img,
.description.element_spacer_10 p > img{
  padding-bottom:0 !important;
}







@media(max-width: 999px){
  .description.mob_spacer_0,
  .description.mob_spacer_1,
  .description.mob_spacer_2,
  .description.mob_spacer_3,
  .description.mob_spacer_4,
  .description.mob_spacer_5,
  .description.mob_spacer_6,
  .description.mob_spacer_7,
  .description.mob_spacer_8,
  .description.mob_spacer_9,
  .description.mob_spacer_10{
    padding-bottom:0;
  }

  .mob_spacer_0,
  .description.mob_spacer_0 h1,
  .description.mob_spacer_0 h2,
  .description.mob_spacer_0 h3,
  .description.mob_spacer_0 h4,
  .description.mob_spacer_0 h5,
  .description.mob_spacer_0 h6,
  .description.mob_spacer_0 p,
  .description.mob_spacer_0 ol,
  .description.mob_spacer_0 ul,
  .description.mob_spacer_0 a{
    padding-bottom:4px;
  }
  .mob_spacer_1,
  .description.mob_spacer_1 h1,
  .description.mob_spacer_1 h2,
  .description.mob_spacer_1 h3,
  .description.mob_spacer_1 h4,
  .description.mob_spacer_1 h5,
  .description.mob_spacer_1 h6,
  .description.mob_spacer_1 p,
  .description.mob_spacer_1 ol,
  .description.mob_spacer_1 ul,
  .description.mob_spacer_1 a{
    padding-bottom:8px;
  }
  .mob_spacer_2,
  .description.mob_spacer_2 h1,
  .description.mob_spacer_2 h2,
  .description.mob_spacer_2 h3,
  .description.mob_spacer_2 h4,
  .description.mob_spacer_2 h5,
  .description.mob_spacer_2 h6,
  .description.mob_spacer_2 p,
  .description.mob_spacer_2 ol,
  .description.mob_spacer_2 ul,
  .description.mob_spacer_2 a{
    padding-bottom:16px;
  }
  .mob_spacer_3,
  .description.mob_spacer_3 h1,
  .description.mob_spacer_3 h2,
  .description.mob_spacer_3 h3,
  .description.mob_spacer_3 h4,
  .description.mob_spacer_3 h5,
  .description.mob_spacer_3 h6,
  .description.mob_spacer_3 p,
  .description.mob_spacer_3 ol,
  .description.mob_spacer_3 ul,
  .description.mob_spacer_3 a{
    padding-bottom:24px;
  }
  .mob_spacer_4,
  .description.mob_spacer_4 h1,
  .description.mob_spacer_4 h2,
  .description.mob_spacer_4 h3,
  .description.mob_spacer_4 h4,
  .description.mob_spacer_4 h5,
  .description.mob_spacer_4 h6,
  .description.mob_spacer_4 p,
  .description.mob_spacer_4 ul,
  .description.mob_spacer_4 ol
  .description.mob_spacer_4 a{
    padding-bottom:32px;
  }
  .mob_spacer_5,
  .description.mob_spacer_5 h1,
  .description.mob_spacer_5 h2,
  .description.mob_spacer_5 h3,
  .description.mob_spacer_5 h4,
  .description.mob_spacer_5 h5,
  .description.mob_spacer_5 h6,
  .description.mob_spacer_5 p,
  .description.mob_spacer_5 ul,
  .description.mob_spacer_5 ol
  .description.mob_spacer_5 a{
    padding-bottom:40px;
  }
  .mob_spacer_6,
  .description.mob_spacer_6 h1,
  .description.mob_spacer_6 h2,
  .description.mob_spacer_6 h3,
  .description.mob_spacer_6 h4,
  .description.mob_spacer_6 h5,
  .description.mob_spacer_6 h6,
  .description.mob_spacer_6 p,
  .description.mob_spacer_6 ul,
  .description.mob_spacer_6 ol
  .description.mob_spacer_6 a{
    padding-bottom:48px;
  }
  .mob_spacer_7,
  .description.mob_spacer_7 h1,
  .description.mob_spacer_7 h2,
  .description.mob_spacer_7 h3,
  .description.mob_spacer_7 h4,
  .description.mob_spacer_7 h5,
  .description.mob_spacer_7 h6,
  .description.mob_spacer_7 p,
  .description.mob_spacer_7 ul,
  .description.mob_spacer_7 ol
  .description.mob_spacer_7 a{
    padding-bottom:56px;
  }
  .mob_spacer_8,
  .description.mob_spacer_8 h1,
  .description.mob_spacer_8 h2,
  .description.mob_spacer_8 h3,
  .description.mob_spacer_8 h4,
  .description.mob_spacer_8 h5,
  .description.mob_spacer_8 h6,
  .description.mob_spacer_8 p,
  .description.mob_spacer_8 ul,
  .description.mob_spacer_8 ol
  .description.mob_spacer_8 a{
    padding-bottom: 64px;
  }
  .mob_spacer_9,
  .description.mob_spacer_9 h1,
  .description.mob_spacer_9 h2,
  .description.mob_spacer_9 h3,
  .description.mob_spacer_9 h4,
  .description.mob_spacer_9 h5,
  .description.mob_spacer_9 h6,
  .description.mob_spacer_9 p,
  .description.mob_spacer_9 ul,
  .description.mob_spacer_9 ol
  .description.mob_spacer_9 a{
    padding-bottom:80px;
  }
  .mob_spacer_10,
  .description.mob_spacer_10 h1,
  .description.mob_spacer_10 h2,
  .description.mob_spacer_10 h3,
  .description.mob_spacer_10 h4,
  .description.mob_spacer_10 h5,
  .description.mob_spacer_10 h6,
  .description.mob_spacer_10 p,
  .description.mob_spacer_10 ul,
  .description.mob_spacer_10 ol
  .description.mob_spacer_10 a{
    padding-bottom:100px;
  }

  .description.mob_spacer_0 p > a,
  .description.mob_spacer_1 p > a,
  .description.mob_spacer_2 p > a,
  .description.mob_spacer_3 p > a,
  .description.mob_spacer_4 p > a,
  .description.mob_spacer_5 p > a,
  .description.mob_spacer_6 p > a,
  .description.mob_spacer_7 p > a,
  .description.mob_spacer_8 p > a,
  .description.mob_spacer_9 p > a,
  .description.mob_spacer_10 p > a,
  .description.mob_spacer_0 p > img,
  .description.mob_spacer_1 p > img,
  .description.mob_spacer_2 p > img,
  .description.mob_spacer_3 p > img,
  .description.mob_spacer_4 p > img,
  .description.mob_spacer_5 p > img,
  .description.mob_spacer_6 p > img,
  .description.mob_spacer_7 p > img,
  .description.mob_spacer_8 p > img,
  .description.mob_spacer_9 p > img,
  .description.mob_spacer_10 p > img{
    padding-bottom:0 !important;
  }
}



.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p,
.all-text-white span,
.all-text-white li,
.all-text-white a:not(.cta_button),
.all-text-white label,
.all-text-white form label,
.all-text-white .submitted-message,
.all-text-white blockquote,
.all-text-white li::marker{
  color: var(--white_color) !important;
}

.all-text-white a:not(.cta_button, :hover) svg path{
  fill: var(--white_color);
}

.black-text,
.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6,
.black-text p,
.black-text span,
.black-text li,
.black-text a:not(.cta_button, :hover),
.black-text label,
.black-text form label,
.black-text .submitted-message,
.black-text blockquote,
.black-text li::marker{
  color: var(--black_color) !important;
}

.black-text,
.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6,
.black-text p,
.black-text span,
.black-text li,
.black-text a:not(.cta_button, :hover),
.black-text label,
.black-text form label,
.black-text .submitted-message,
.black-text blockquote,
.black-text li::marker{
  color: var(--black_color) !important;
}

.blue-text,
.blue-text h1,
.blue-text h2,
.blue-text h3,
.blue-text h4,
.blue-text h5,
.blue-text h6,
.blue-text p,
.blue-text span,
.blue-text li,
.blue-text a:not(.cta_button, :hover),
.blue-text label,
.blue-text form label,
.blue-text .submitted-message,
.blue-text blockquote,
.blue-text li::marker{
  color: var(--blue_color) !important;
}

.grey-text,
.grey-text h1,
.grey-text h2,
.grey-text h3,
.grey-text h4,
.grey-text h5,
.grey-text h6,
.grey-text p,
.grey-text span,
.grey-text li,
.grey-text a:not(.cta_button, :hover),
.grey-text label,
.grey-text form label,
.grey-text .submitted-message,
.grey-text blockquote,
.grey-text li::marker{
  color: var(--grey_color) !important;
}

.primary-text,
.primary-text h1,
.primary-text h2,
.primary-text h3,
.primary-text h4,
.primary-text h5,
.primary-text h6,
.primary-text p,
.primary-text span,
.primary-text li,
.primary-text a:not(.cta_button, :hover),
.primary-text label,
.primary-text form label,
.primary-text .submitted-message,
.primary-text blockquote,
.primary-text li::marker{
  color: var(--primary_color) !important;
}

.secondary-text,
.secondary-text h1,
.secondary-text h2,
.secondary-text h3,
.secondary-text h4,
.secondary-text h5,
.secondary-text h6,
.secondary-text p,
.secondary-text span,
.secondary-text li,
.secondary-text a:not(.cta_button, :hover),
.secondary-text label,
.secondary-text form label,
.secondary-text .submitted-message,
.secondary-text blockquote,
.secondary-text li::marker{
  color: var(--secondary_color) !important;
}

.tertiary-text,
.tertiary-text h1,
.tertiary-text h2,
.tertiary-text h3,
.tertiary-text h4,
.tertiary-text h5,
.tertiary-text h6,
.tertiary-text p,
.tertiary-text span,
.tertiary-text li,
.tertiary-text a:not(.cta_button, :hover),
.tertiary-text label,
.tertiary-text form label,
.tertiary-text .submitted-message,
.tertiary-text blockquote,
.tertiary-text li::marker{
  color: var(--tertiary_color) !important;
}

.quaternary-text,
.quaternary-text h1,
.quaternary-text h2,
.quaternary-text h3,
.quaternary-text h4,
.quaternary-text h5,
.quaternary-text h6,
.quaternary-text p,
.quaternary-text span,
.quaternary-text li,
.quaternary-text a:not(.cta_button, :hover),
.quaternary-text label,
.quaternary-text form label,
.quaternary-text .submitted-message,
.quaternary-text blockquote,
.quaternary-text li::marker{
  color: var(--quaternary_color) !important;
}

body .neutral-primary-text,
.neutral-primary-text h1,
.neutral-primary-text h2,
.neutral-primary-text h3,
.neutral-primary-text h4,
.neutral-primary-text h5,
.neutral-primary-text h6,
.neutral-primary-text p,
.neutral-primary-text span,
.neutral-primary-text li,
.neutral-primary-text a:not(.cta_button, :hover),
.neutral-primary-text label,
.neutral-primary-text form label,
.neutral-primary-text .submitted-message,
.neutral-primary-text blockquote,
.neutral-primary-text li::marker{
  color: var(--neutral_primary_color) !important;
}


.hide {
  display: none
}

@media(min-width: 1000px) {
  .d-hide,.desk-hide {
    display:none
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flex-row {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row
}

.flex-col,.flex-row {
  -webkit-box-direction: normal
}

.flex-col {
  -ms-flex-direction: column;
  flex-direction: column
}

.col-rev,.flex-col {
  -webkit-box-orient: vertical
}

.col-rev {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.col-rev,.row-rev {
  -webkit-box-direction: reverse
}

.row-rev {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.overlay_section {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0
}

.overlay_section,.pos_abs {
  position: absolute
}

.pos_rel {
  position: relative
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.flex-wrap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.w-full {
  width: 100%
}

@media(max-width: 999px) {
  .mob-hide {
    display:none
  }
  .mob-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
  .mob-flex-col {
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .mob-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .mob-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .mob-left-margin {
    margin-left: 0;
    margin-right: auto
  }
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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

.hs-form-field {
  margin-bottom: 1.5rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 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 */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }



form .hs-form-field .file-upload-file-name{
  display: flex;
  align-items: center;
  gap: 10px;
}

form .hs-form-field .file-upload input{
  display: none !important;
}
form .hs-form-field label.file-upload{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}

form .hs-submit{
  margin-top: 45px;
}

form input:focus-visible{
  outline: none;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/* Logo */

.header__logo {
	max-width: 17.45%;
}

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

.header__logo .logo-company-name {
	font-size: 1.167rem;
	margin-top: 0.7rem;
}





/* Navigation */

#nav-toggle {
	display: none;
}

/* Mobile toggles */

@media (max-width: 999px) {
	.header__navigation{
		background-color: #F8FAFC;
		display: block;
		left: 0;
		min-height: calc(100vh - 115px);
		position: absolute;
		right: 0;
		z-index: 1000;
		height: 100vh;
		transition: all 0.3s linear;
	}
	.header__search,
	.header__language-switcher {
		display: none;
		width: 100%;
	}

	.header__navigation.open,
	.header__search.open,
	.header__language-switcher.open {
		top: 72px;
		opacity: 1;
	}

	.header__navigation--toggle,
	.header__search--toggle,
	.header__language-switcher--toggle,
	.header__close--toggle {
		cursor: pointer;
		/*     margin: 0 5vw; */
		position: relative;
	}

	.header__navigation--toggle.hide,
	.header__search--toggle.hide,
	.header__language-switcher--toggle.hide {
		display: none;
	}

	.header__navigation--toggle.open,
	.header__search--toggle.open,
	.header__language-switcher--toggle.open {
		display: block;
		margin-left: 0;
		margin-right: auto;
	}

	.header__navigation--toggle:after,
	.header__search--toggle:after,
	.header__language-switcher--toggle:after {
		display: none;
		font-size: 1.083rem;
		font-weight: 600;
		position: absolute;
		left: 40px;
		text-transform: uppercase;
		top: -10px;
	}

	.header__navigation--toggle.open:after,
	.header__search--toggle.open:after,
	.header__language-switcher--toggle.open:after {
		display: block;
		word-break: normal;
	}


	.header__language-switcher--toggle {
		background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
		background-size: cover;
		height: 25px;
		width: 25px;
	}

	.header__close--toggle.show {
		display: block;
	}
}

header.header {
	position: fixed;
	top: 0;
	z-index: 999;
	backdrop-filter: blur(3.5px);
	padding: 16px 0;
	border-bottom: 1px solid var(--white-color-op-30);
}


header.header ul li.hs-menu-item.hs-menu-depth-1 {
	margin-bottom: 0;
	margin-right: 40px;
}


header.header .hs-menu-wrapper ul li.hs-menu-item.active-branch a {
	text-decoration: underline;
}

header.header .hs-menu-wrapper ul li.hs-menu-item a {
	text-decoration: none;
}

header.header .hs-menu-wrapper.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper li:last-child{
	margin-bottom: 0;
}
header.header .hs-menu-wrapper.flyouts .hs-item-has-children:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	content: "";
	display: inline-block;
	height: 0;
	position: absolute;
	top: 7px;
	transition: all .3s linear;
	width: 0;
	cursor: pointer;
}
header.header .hs-menu-wrapper.flyouts .hs-item-has-children{
	position: relative;
}

body.black_header header.header {
	background-color: var(--primary_color);
}

body.black_header .header_button.solid_button.primary_button a.cta_button {
	color: var(--primary_color);
	background-color: var(--white_color);
}
body.black_header .header_button.solid_button.primary_button a.cta_button:hover {
	border-color: var(--white_color);
	background-color: var(--primary_color);
	color: var(--white_color);
}

@media (min-width:1000px){
	header.header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1>a{
		padding: 15px 0;
	}
	header.header.w-full .hs-menu-wrapper ul li.hs-menu-item>a{
		color: var(--white_color);
	}
	header.header.w-full .hs-menu-wrapper ul li.hs-menu-item:hover>a{
		color: var(--primary_color);
	}
	body.black_header header.header.w-full .hs-menu-wrapper ul li.hs-menu-item:hover>a{
		color: var(--icy-blue-color);
	}
	header.header .hs-menu-wrapper.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
		backdrop-filter: blur(0.1px);
		border: 1px solid var(--white-color-op-30);
		top: 36px;
		border-radius: 10px;
		padding: 15px;
		background: var(--white-color-op-10);
		min-width: -webkit-fill-available;
		min-width: -moz-available;
	}
	body.black_header header.header .hs-menu-wrapper.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
		background: var(--primary_color);
	}
	header.header .hs-menu-wrapper.flyouts .hs-item-has-children:before {
		right: -16px;
		top: 10px;
		border-top-color: var(--white_color);
	}
	header.header .hs-menu-wrapper.flyouts .hs-item-has-children:hover:before{
		rotate: 180deg;
		border-top-color: var(--primary_color);
	}
	body.black_header header.header .hs-menu-wrapper.flyouts .hs-item-has-children:hover:before{
		border-top-color: var(--icy-blue-color);
	}
	header.header .hs-menu-wrapper.flyouts li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:before{
		right: -8px;
	}
}

@media (max-width:999px){
	header.header{
		padding: 19px 0;
	}
	/* Base Container */
	header.header .header--toggle {
		width: 26px; /* Adjust as needed */
		height: 20px;
		position: relative;
		cursor: pointer;
	}

	/* Hamburger Lines: Default State */
	header.header .header--toggle-inner,
	header.header .header--toggle-inner::before,
	header.header .header--toggle-inner::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 4px;
		background-color: white;
		transition: all 0.3s linear; /* Smooth transformation */
		border-radius: 5px;
	}

	/* Top Line */
	header.header .header--toggle-inner::before {
		top: -8px;
		left: 0;
	}

	/* Bottom Line */
	header.header .header--toggle-inner::after {
		bottom: -8px;
		left: 0;
	}

	/* Middle Line */
	header.header .header--toggle-inner {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	/* Cross State when 'open' class is added */
	header.header .header--toggle.open .header--toggle-inner {
		background-color: transparent; /* Hide the middle line */
	}

	header.header .header--toggle.open .header--toggle-inner::before {
		transform: rotate(45deg);
		top: 0;
	}

	header.header .header--toggle.open .header--toggle-inner::after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	header.header .header__logo {
		max-width: 100%;
		width: 75%;
	}
	.header__navigation {
		padding: 32px 32px 96px;
		top: -100vh;
		position: absolute;
		display: block;
		transition: all 0.3s linear;
		height: 100vh;
		opacity: 0;
	}


	header.header ul li.hs-menu-item.hs-menu-depth-1 {
		padding: 16px 0;
		margin: 0;
	}

	header.header ul li.hs-menu-item:not(.hs-menu-depth-1) {
		padding: 10px 0 10px 5px;
		margin: 0;
	}

	header.header .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-children-wrapper {
		visibility: visible !important;
		opacity: 1 !important;
		display: block !important;
		padding: 0;
		border: none;
		top: 0;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.3s linear;
	}

	header.header .hs-menu-wrapper.flyouts .hs-item-has-children.openchild .hs-menu-children-wrapper {
		max-height: calc(100vh - 72px);
	}

	header.header .header_button {
		margin-top: 20px;
	}
	header.header .hs-menu-wrapper.flyouts .hs-item-has-children:before {
		right: 10px;
		top: 28px;
	}

	header.header .hs-menu-wrapper.flyouts .hs-item-has-children.openchild:before {
		rotate: 180deg
	}

	header.header .hs-menu-wrapper.flyouts .hs-item-has-children {
		cursor: pointer
	}
	.header__navigation {
		overflow-y: auto;
	}
	.header__navigation ::-webkit-scrollbar{
		display:none;
	}
}
@media (min-width:1920px){
	header.header.w-full .hs-menu-wrapper ul li.hs-menu-item.active-branch a{
		color: var(--dark_violet_black);
	}
	body.black_header header.header.w-full .hs-menu-wrapper ul li.hs-menu-item.active-branch a{
		color: var(--icy-blue-color);
	}
	header.header.w-full .hs-menu-wrapper ul li.hs-menu-item:hover>a{
		color: var(--purple_color);
	}
}
@media (min-width:1440px){
	header.header .header_button {
		min-width: 192px;
		min-height: 45px;
	}
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

/* Footer Module */

.footer_main .footer_logo {
  max-width: 210px;
  width: 100%;
}
.footer_main .container{
  max-width:1480px;
  margin: 0 auto;
  padding:0 20px;
}
.footer_main .card_content {
  padding: 59.5px 36px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #303e4f;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap:32px;
}
.footer_main .social_icon {
  -webkit-box-pack: canter;
  -ms-flex-pack: canter;
  justify-content: canter;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_main .designed_text a,
.footer_main .card_content a {
    font-weight: 600;
}
.footer_main .designed_text a:not(:hover),
.card_content a:not(:hover) {
    text-decoration: none;
}
.footer_main .social_icon>*{
  line-height:0;
  position:relative;
}
.footer_main .social_icon>*>a{
  position: absolute;
  inset: 0;
}
.footer_main .social_icon_svg_text a img{
  width: 100%;
  height: auto;
}
.footer_main .bottom_content {
  max-width: 1280px;
  margin: 64px auto 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_main .bottom_content p,
.footer_main .bottom_content a{
  opacity: 0.5;
  margin:0;
  text-align: center;
}
.footer .footer_main .bottom_content .designed_text a:hover{
	text-decoration:underline;
}
.form_container .submitted-message {
    padding: 20px;
    background-color: var(--primary_color);
}
@media (max-width:767px){
  .footer_main .card_content,
  .footer_main .bottom_content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_main .card_content{
    gap: 48px;
  }
  .footer_main .bottom_content{
    gap: 16px;
    margin-top: 48px;
  }
}

/* Banner With Social Share */

section.banner_with_social_share .wrapper{
  z-index: 1;
}
section.banner_with_social_share .social_share ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
section.banner_with_social_share .social_share .icon_container svg{
  width: 27.5px;
  height: 27.5px;
}
section.banner_with_social_share .bottom_content{
  gap: 20px;
}
section.banner_with_social_share .card .card_title p{
  margin-bottom: 1px;
}
@media(max-width: 999px){
  section.banner_with_social_share .bottom_content{
    gap: 44px;
  }
}

/* Slider With Location */

.slider_with_location .slider_container .left_column{
	width: 31.81%;
}
.slider_with_location .slider_container .right_column{
	width: 68.19%;
}
.slider_with_location .pos_rel .pos_abs:not(.slick-arrow){
	inset:0;
	z-index: 2;
}
.slider_with_location .left_column .image_conta {
	min-height: 15.25rem;
}
.slider_with_location .right_column{
	min-height: 384px;
}
.slider_with_location .right_column,
.slider_with_location .left_column .image_conta{
	border-radius: 12px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--secondary_color);
	z-index:1;
}
.slider_with_location .left_column .image_conta p, .slider_with_location .right_column p{
	margin: 30px;
	text-align:center;
}
.slider_with_location .left_column .left_col_bottom {
	background-color: var(--secondary_color);
	border-radius: 12px;
	padding: 40px 36px;
	overflow: hidden;
}

.slider_with_location .left_column a.cta_button {
	width: -webkit-fill-available;
	margin-bottom: 22px;
}
.slider_with_location .left_column .title_conta p {
	font-weight: 700;
	margin-bottom: 12px;
}

.slider_with_location .left_column .location-div .location_text {
	color: var(--neutral_primary_color_op_60);
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.3;
	margin-left: 4px;
}

.slider_with_location .left_column .description_conta {
	color: var(--neutral_primary_color);
	font-size: .9375rem;
	line-height: 1.3;
	margin-bottom: 12px;
}

.slider_with_location .left_column .location-div {
	margin-bottom: 22px;
}

.slider_with_location .left_column .fund_conta {
	font-weight: 700;
	font-size: .75rem;
	line-height: 1.3;
	background-color: #293440;
	border-radius: 20px;
	padding: 2px .75rem;
	display: inline-block;
	margin-bottom: 22px;
}

.slider_with_location .left_column .arrow_container .slick-arrow{
	cursor: pointer;
	z-index:3;
	top: 42%;
}
.slider_with_location .left_column .arrow_container .slick-next {
	right: 4px;
	rotate: 180deg;
}

.slider_with_location .left_column .arrow_container .slick-prev {
	left: 4px;
}
@media (max-width:999px){
	.slider_with_location .slider_container .left_column,
	.slider_with_location .slider_container .right_column{
		width: 100%;
	}
	.slider_with_location .left_column .image_conta {
		min-height: 270px;
	}
	.slider_with_location .left_column .left_col_bottom{
		padding: 40px 24px;
	}
}

/* Client Feedback Slider */

.client_feedback{
	overflow: hidden;
}
.client_feedback .content-wrapper {
	max-width: 1344px;
}
.client_feedback .slick-arrow {
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: -14px;
	border-radius: 50%;
	rotate: 180deg;
	cursor: pointer;
	z-index: 1;
}

.client_feedback .slick-prev {
	background-color: #f8f8f8;
	right: 60px;
}

.client_feedback .slick-next {
	right: 0;
	background-color: var(--neutral_quaternary_color);
}

.client_feedback .slick-prev svg path {
	fill: #efe0d2;
}

.client_feedback .slick-next svg {
	fill: #eee;
}

.client_feedback .feedback_category{
	z-index:1;
	padding-bottom:54px
}

.client_feedback .feedback_category p{
	line-height:1.3;
	font-weight:600;
	color:var(--neutral_quaternary_color)
}

.client_feedback .quote.pos_abs{
	color:var(--neutral_quaternary_color);
	font-size:8rem;
	font-weight:500;
	line-height:1;
	top:0
}

.client_feedback .feedback_detail p{
	color:var(--neutral_quaternary_color);
	font-size:1.625rem;
	font-weight:600;
	line-height:1
}

.client_feedback .feedback_detail{
	padding-bottom:40px
}

.client_feedback .client-texts-detail p{
	line-height:1.3;
	color:var(--neutral_quaternary_color);
	font-weight:600
}

.client_feedback .client-texts-detail p:first-child{
	font-weight:700
}

.client_feedback .slick-initialized .slick-slide{
	margin: 0 auto;
}

/* Accordion With Background Image */
section.accordion_with_background_image{
	position: relative;
}
section.accordion_with_background_image .wrapper{
	position: relative;
	z-index: 1;
}
section.accordion_with_background_image .left_column .content_container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 6.25rem;
	-moz-column-gap: 6.25rem;
	column-gap: 6.25rem;
	row-gap: 6.25rem;
}
section.accordion_with_background_image .left_column .button_container a:hover,
section.accordion_with_background_image .left_column .button_container a:focus{
	text-decoration: none;
}
section.accordion_with_background_image .left_column .button_container a .button_icon img{
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
section.accordion_with_background_image .left_column .button_container a:hover .button_icon img,
section.accordion_with_background_image .left_column .button_container a:focus .button_icon img{
	transform: rotate(45deg);
}
section.accordion_with_background_image .left_column .button_container .button_content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
section.accordion_with_background_image .right_column .accordion_group{
	min-height: 201px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
section.accordion_with_background_image .right_column .accordion_group:not(.expanded) .accordion_header span.h5{
	color: var(--white_color);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.accordion_with_background_image .right_column .accordion_group .accordion_header span.h5{
	max-width: 356px;
}
section.accordion_with_background_image .right_column .accordion_group .accordion_header .accordion_title{
	padding-right: 65px;
}
section.accordion_with_background_image .right_column .accordion_group.expanded:nth-child(odd){
	background-color: #eee;
}
section.accordion_with_background_image .right_column .accordion_group.expanded:nth-child(odd) .accordion_header span.h5{
	color: var(--tertiary_color);
}
section.accordion_with_background_image .right_column .accordion_group.expanded:nth-child(even){
	background-color: var(--quaternary_color);
}
section.accordion_with_background_image .right_column .accordion_group.expanded:nth-child(even) .accordion_header span.h5{
	color: var(--brown_color);
}
section.accordion_with_background_image .right_column .accordion_group .accordion_description{
	padding-top: 42px;
	padding-bottom: 14px;
}
section.accordion_with_background_image .right_column .accordion_group .accordion_image_content img{
	object-fit: cover;
	min-height: 18.5rem;
	max-height: 20.875rem;
}
section.accordion_with_background_image .right_column .accordion_group .accordion_header{
	height: 57px;
	display: flex;
	align-items: center;
	width:100%;
}
section.accordion_with_background_image .right_column .accordion_header_content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	max-width: 654px;
	margin: 0 auto;
	position: relative;
}
section.accordion_with_background_image .right_column .accordion_group .accordion_header_content:before{
	position: absolute;
	content:'';
	width: 57px;
	height: 57px;
	right:0;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
section.accordion_with_background_image .right_column .accordion_group.expanded .accordion_header_content:before{
	transform: rotate(90deg);
}
section.accordion_with_background_image .right_column .accordion_group:nth-child(3n-2) .accordion_header_content:before{
	background-image: url('https://8488932.fs1.hubspotusercontent-na1.net/hubfs/8488932/DXD-2025/arrowslider_first.svg');
}
section.accordion_with_background_image .right_column .accordion_group:nth-child(3n-1) .accordion_header_content:before{
	background-image: url('https://8488932.fs1.hubspotusercontent-na1.net/hubfs/8488932/DXD-2025/arrowslider_second.svg');
}
section.accordion_with_background_image .right_column .accordion_group:nth-child(3n) .accordion_header_content:before{
	background-image: url('https://8488932.fs1.hubspotusercontent-na1.net/hubfs/8488932/DXD-2025/arrowslider_third.svg');
}
section.accordion_with_background_image .left_column {
	flex-basis: 38.32%;
}

section.accordion_with_background_image .right_column {
	flex-basis: 58.02%;
}

section.accordion_with_background_image .wrapper>.flex.justify-between {
	gap: 32px;
}

@media(max-width: 999px){
	section.accordion_with_background_image .left_column .content_container{
		column-gap: 2rem;
		row-gap: 2rem;
	}
}
/* 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;
  }
}









/* 1a. Containers */




/* 1b. Colors */






/*************   Classic Colors    **************/






/**************   Neutral Colors    **************/










/* 1c. Typography */

























































/*   Paragraph   */











































/*   List   */









































/*   Blockquote   */









/* 1d. Buttons */

/*******************   Solid Buttons    ********************/

/*   Primary Button   */

























/*   Secondary Button   */

























/*   Tertiary Button   */

























/*******************   Transparent Buttons    ********************/

/*   Primary Button   */

























/*   Secondary Button   */

























/*   Tertiary Button   */

























/* 1e. Forms */
/*  Form Basic Styling  */










/*  Form Title Styling   */









/*  Form Button Styling  */





























/*  Form Input Styling  */

























/*  Form Label Styling  */









/*   Form Checkbox Styling  */







/*   Form Radio Button Styling  */






/*  Select Field Styling  */





/*  File Button Styling  */













 


 
 

/*   Form error message   */






/*   Form help text   */






/*   GDPR Text   */









/*  Newsletter Form Styling  */









/*  Submitted Message Styling  */



















/* 1f. Tables */

/*  Table Head  */















/*  Table Data  */















/*  Table Footer  */




















/* 1g. Website header */





















/* 1h. Website footer */












:root{
  --primary_font: Segoe UI;
  --secondary_font: Inter;
  --primary_color: #202b38;
  --secondary_color: #141d27;
  --tertiary_color: #b8997b;
  --quaternary_color: #c7ad94;
  --blue_color: #031B37;
  --grey_color: #F4F4F4;
  --black_color: #000000;
  --white_color: #FFFFFF;
  --purple_color: #4a287e;
  --dark_violet_black: #121015;
  --light_slate_blue-op-24: #bfccdb3d;
  --neutral_primary_color: #cad2da;
  --neutral_primary_color_op_60 : #cad2da99;
  --neutral_secondary_color: #283544;
  --neutral_tertiary_color: #303e4f;
  --neutral_quaternary_color: #b8997b;
  --neutral_quinary_color: #808b98;
  --neutral_senary_color: #596572;
  --neutral_septenary_color: #08111e;
  --neutral_octonary_color: #73503A;
  --hr_border: rgba(20, 29, 39, 0.4);
  --white-color-op-07: #FFFFFF12;
  --white-color-op-10: #FFFFFF1a;
  --white-color-op-20: #FFFFFF33;
  --white-color-op-30: #FFFFFF4d;
	--white-color-op-40: #FFFFFF66;
  --white-color-op-50: #FFFFFF80;
  --brown_color: #6d4e30;
  --icy-blue-color: #deecff;
}






.content-wrapper, .wrapper {
  max-width: 1320px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
}
[class*="-force-full-width-section"] > .row-fluid{
  padding:0px!important;
}







html {
  font-size: 16px;
}

body {
  font-weight: 400; font-family: 'Segoe UI';
  color: #141d27;
  font-size: 16px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  background-color: var(--white_color);
}

svg{
  fill: var(--black_color);
}
/* Headings */

h1,
.h1 > span,
span.h1,
.h1 h2,
.h1 h3,
.h1 h4,
.h1 h5,
.h1 h6{
  font-weight: 700; font-family: 'Segoe UI';
  color: #202b38;
  font-size: 80px;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 15px;
  word-break: break-word;
}

.override_font h1{
  font-family: 'shuttleblock-narrow', 'sans-serif'; 
}
h2,
.h2 > span,
span.h2,
.h2 h1,
.h2 h3,
.h2 h4,
.h2 h5,
.h2 h6{
  font-weight: 700; font-family: 'Segoe UI';
  color: #202b38;
  font-size: 64px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 1rem;
  word-break: break-word;
}
.override_font h2{
  font-family: 'shuttleblock-narrow', 'sans-serif'; 
}
h3,
.h3 > span,
span.h3,
.h3 h1,
.h3 h2,
.h3 h4,
.h3 h5,
.h3 h6{
  font-weight: 700; font-family: 'Segoe UI';
  color: #202b38;
  font-size: 48px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 0.75rem;
  word-break: break-word;
}
.override_font h3{
  font-family: 'shuttleblock-narrow', 'sans-serif'; 
}
h4,
.h4 > span,
span.h4,
.h4 h1,
.h4 h2,
.h4 h3,
.h4 h5,
.h4 h6{
  font-weight: 700; font-family: 'Segoe UI';
  color: #202b38;
  font-size: 40px;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0px;
  margin-bottom: 0.75rem;
  word-break: break-word;
}
.override_font h4{
  font-family: 'shuttleblock-narrow', 'sans-serif'; 
}
h5,
.h5 > span,
span.h5,
.h5 h1,
.h5 h2,
.h5 h3,
.h5 h4,
.h5 h6{
  font-weight: 700; font-family: 'Segoe UI';
  color: #202b38;
  font-size: 32px;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}
.override_font h5{
  font-family: 'shuttleblock-narrow', 'sans-serif'; 
}
h6,
.h6 > span,
span.h6,
.h6 h1,
.h6 h2,
.h6 h3,
.h6 h4,
.h6 h5{
  font-weight: 700; font-family: 'Segoe UI';
  color: #202b38;
  font-size: 24px;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}
h6 small{
  font-size: 22px;
}
.override_font h6{
  font-family: 'shuttleblock-narrow', 'sans-serif'; 
}

body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span,
body h6 span,
body .all-text-white h1 span,
body .all-text-white h2 span,
body .all-text-white h3 span,
body .all-text-white h4 span,
body .all-text-white h5 span,
body .all-text-white h6 span{
}

body .all-text-blue h1 span,
body .all-text-blue h2 span,
body .all-text-blue h3 span,
body .all-text-blue h4 span,
body .all-text-blue h5 span,
body .all-text-blue h6 span{
}


/* Paragraphs */

p {
  font-weight: 400; font-family: 'Segoe UI';
  color: #000000;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 10px;
  word-break: break-word;
}
.p_large p,
form .hs-richtext .p_large p{
  font-weight: 400; font-family: 'Segoe UI';
  color: #000000;
  font-size: 20px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px; 
  margin-bottom: 1rem;
}
.p_medium p,
form .hs-richtext .p_medium p{
  font-weight: 400; font-family: 'Segoe UI';
  color: #000000;
  font-size: 18px;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0px;  
  margin-bottom: 1rem;
}
.p_small p,
form .hs-richtext .p_small p{
  font-weight: 700; font-family: 'Segoe UI';
  color: #cad2da;
  font-size: 14px;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0px;  
  margin-bottom: 10px;
}


/* Anchors */

a {
  font-weight: 600; font-family: 'Segoe UI';
  color: #b8997b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:not(:hover, .cta_button, .hs-button){
  text-decoration: none; 
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus-visible{
  outline: none;
}
a:active {
  text-decoration: underline;
}

/* List  */

li {
  font-weight: 400; font-family: 'Segoe UI';
  color: #000000;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 10px;
  word-break: break-word;
}
.li_large li{
  font-weight: 400; font-family: 'Segoe UI';
  color: #000000;
  font-size: 20px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px; 
  margin-bottom: 10px;
}
.li_medium li{
  font-weight: 400; font-family: 'Segoe UI';
  color: #000000;
  font-size: 18px;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0px;  
  margin-bottom: 10px;
}
.li_small li{
  font-weight: 400; font-family: 'Segoe UI';
  color: #000000;
  font-size: 14px;
  text-transform: none;
  line-height: ;
  letter-spacing: 0px;  
  margin-bottom: 10px;
}
.li_tiny li{
  ;
  color: ;
  font-size: ;
  text-transform: ;
  line-height: ;
  letter-spacing: px; 
  margin-bottom: 10px;
}
/* Blockquote */

blockquote {
  font-weight: 500; font-family: 'Segoe UI';
  border-left-color: #202b38;
  color: #202b38;
  font-size: 30px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 0.50rem;
  word-break: break-word;
}





/********************************   Solid Buttons   *****************************/

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

/*  Primary Button  */

button,
a.cta_button,
.hs-button,
.hs-blog-post-listing__post-button,
.solid_button.primary_button button,
.solid_button.primary_button a.cta_button,
.solid_button.primary_button .hs-button,
.solid_button.primary_button .hs-blog-post-listing__post-button,
.text_animated_button.solid_button.primary_button a.cta_button::before,
.text_animated_button.solid_button.primary_button a.cta_button::after{
  display: inline-block;
  font-weight: 900; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
  fill: #FFFFFF;
  background-color: rgba(32, 43, 56, 1.0);
  border: 1px solid #202b38;
  border-radius: 0px;
  padding-top: 11px;
padding-right: 15px;
padding-bottom: 11px;
padding-left: 16px;
;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solid_button.primary_button a.cta_button svg{
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.cta_button,
.hs-button{
  position: relative;
  z-index:1;
  text-align: center;
}


button:hover,
a.cta_button:hover,
.hs-button:hover,
.hs-blog-post-listing__post-button:hover,
.solid_button.primary_button button:hover,
.solid_button.primary_button a.cta_button:hover,
.solid_button.primary_button .hs-button:hover,
.solid_button.primary_button .hs-blog-post-listing__post-button:hover,
.text_animated_button.solid_button.primary_button a.cta_button:hover::before,
.text_animated_button.solid_button.primary_button a.cta_button:hover::after{
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: rgba(40, 53, 68, 1.0);
  border-color: rgba(40, 53, 68, 1.0);
  border-radius: 0px;
}
.solid_button.primary_button a.cta_button:hover svg{
  fill: #FFFFFF;
}

button:focus,
a.cta_button:focus,
.hs-button:focus,
.hs-blog-post-listing__post-button:focus,
.solid_button.primary_button button:focus,
.solid_button.primary_button a.cta_button:focus,
.solid_button.primary_button .hs-button:focus,
.solid_button.primary_button .hs-blog-post-listing__post-button:focus{
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: rgba(40, 53, 68, 1.0);
  border-color: rgba(40, 53, 68, 1.0);
}
.solid_button.primary_button a.cta_button:focus svg{
  fill: #FFFFFF;
}

button:active,
a.cta_button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active,
.solid_button.primary_button button:active,
.solid_button.primary_button a.cta_button:active,
.solid_button.primary_button .hs-button:active,
.solid_button.primary_button .hs-blog-post-listing__post-button:active{
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: rgba(40, 53, 68, 1.0);
  border-color:  rgba(40, 53, 68, 1.0);
}
.solid_button.primary_button a.cta_button:active svg{
  fill: #FFFFFF;
}


/*  Secondary Button  */

.solid_button.secondary_button button,
.solid_button.secondary_button a.cta_button,
.solid_button.secondary_button .hs-button,
.solid_button.secondary_button .hs-blog-post-listing__post-button,
.text_animated_button.solid_button.secondary_button a.cta_button::before,
.text_animated_button.solid_button.secondary_button a.cta_button::after{
  display: inline-block;
  font-weight: 900; font-family: 'Segoe UI';
  color: #c7ad94;
  font-size: 14px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
  fill: #c7ad94;
  background-color: rgba(199, 173, 148, 0.2);
  border: 0px none rgba(199, 173, 148, 1.0);
  border-radius: 0px;
  padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;
;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solid_button.secondary_button a.cta_button svg{
  fill: #c7ad94;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.solid_button.secondary_button button:hover,
.solid_button.secondary_button a.cta_button:hover,
.solid_button.secondary_button .hs-button:hover,
.solid_button.secondary_button .hs-blog-post-listing__post-button:hover,
.text_animated_button.solid_button.secondary_button a.cta_button:hover::before,
.text_animated_button.solid_button.secondary_button a.cta_button:hover::after{
  color: #c7ad94;
  fill: #c7ad94;
  background-color: rgba(199, 173, 148, 0.3);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px; 
}
.solid_button.secondary_button a.cta_button:hover svg{
  fill: #c7ad94;
}

.solid_button.secondary_button button:focus,
.solid_button.secondary_button a.cta_button:focus,
.solid_button.secondary_button .hs-button:focus,
.solid_button.secondary_button .hs-blog-post-listing__post-button:focus{
  color: #c7ad94;
  fill: #c7ad94;
  background-color: rgba(199, 173, 148, 0.3);
  border-color: rgba(255, 255, 255, 0.0);
}
.solid_button.secondary_button a.cta_button:focus svg{
  fill: #c7ad94;
}

.solid_button.secondary_button button:active,
.solid_button.secondary_button a.cta_button:active,
.solid_button.secondary_button .hs-button:active,
.solid_button.secondary_button .hs-blog-post-listing__post-button:active{
  color: #c7ad94;
  fill: #c7ad94;
  background-color: rgba(199, 173, 148, 0.3);
  border-color: rgba(255, 255, 255, 0.0);
}
.solid_button.secondary_button a.cta_button:active svg{
  fill: #c7ad94;
}

/*  Tertiary Button  */

.solid_button.tertiary_button button,
.solid_button.tertiary_button a.cta_button,
.solid_button.tertiary_button .hs-button,
.solid_button.tertiary_button .hs-blog-post-listing__post-button{
  display: inline-block;
  font-weight: 900; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 20px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
  fill: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0px none rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;
;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solid_button.tertiary_button a.cta_button svg{
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.solid_button.tertiary_button button:hover,
.solid_button.tertiary_button a.cta_button:hover,
.solid_button.tertiary_button .hs-button:hover,
.solid_button.tertiary_button .hs-blog-post-listing__post-button:hover{
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px; 
}
.solid_button.tertiary_button a.cta_button:hover svg{
  fill: #FFFFFF;
}

.solid_button.tertiary_button button:focus,
.solid_button.tertiary_button a.cta_button:focus,
.solid_button.tertiary_button .hs-button:focus,
.solid_button.tertiary_button .hs-blog-post-listing__post-button:focus{
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.0);
}
.solid_button.tertiary_button a.cta_button:focus svg{
  fill: #FFFFFF;
}

.solid_button.tertiary_button button:active,
.solid_button.tertiary_button a.cta_button:active,
.solid_button.tertiary_button .hs-button:active,
.solid_button.tertiary_button .hs-blog-post-listing__post-button:active{
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.0);
}
.solid_button.tertiary_button a.cta_button:active svg{
  fill: #FFFFFF;
}

/***************************  Transparent Buttons   *************************/

.transparent_button a.cta_button span.bg{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
}
.transparent_button a.cta_button:hover span.bg{
  transform: translateX(0);
}


/*  Primary Button  */

.transparent_button button,
.transparent_button a.cta_button,
.transparent_button .hs-button,
.transparent_button .hs-blog-post-listing__post-button,
.transparent_button.primary_button button,
.transparent_button.primary_button a.cta_button,
.transparent_button.primary_button .hs-button,
.transparent_button.primary_button .hs-blog-post-listing__post-button,
.text_animated_button.transparent_button.primary_button a.cta_button::before,
.text_animated_button.transparent_button.primary_button a.cta_button::after{
  display: inline-block;
  font-weight: 900; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
  fill: #FFFFFF;
  background-color: rgba(199, 173, 148, 0.0);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding-top: 12px;
padding-right: 16px;
padding-bottom: 12px;
padding-left: 16px;
;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transparent_button.primary_button a.cta_button svg{
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.transparent_button button:hover,
.transparent_button a.cta_button:hover,
.transparent_button .hs-button:hover,
.transparent_button .hs-blog-post-listing__post-button:hover,
.transparent_button.primary_button button:hover,
.transparent_button.primary_button a.cta_button:hover,
.transparent_button.primary_button .hs-button:hover,
.transparent_button.primary_button .hs-blog-post-listing__post-button:hover,
.text_animated_button.transparent_button.primary_button a.cta_button:hover::before,
.text_animated_button.transparent_button.primary_button a.cta_button:hover::after{
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: rgba(40, 53, 68, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 4px;
}
.transparent_button.primary_button a.cta_button:hover svg{
  fill: #FFFFFF;
}

.transparent_button.primary_button a.cta_button span.bg{
  background: rgba(40, 53, 68, 1.0);
}

.transparent_button button:focus,
.transparent_button a.cta_button:focus,
.transparent_button .hs-button:focus,
.transparent_button .hs-blog-post-listing__post-button:focus,
.transparent_button.primary_button button:focus,
.transparent_button.primary_button a.cta_button:focus,
.transparent_button.primary_button .hs-button:focus,
.transparent_button.primary_button .hs-blog-post-listing__post-button:focus{
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: rgba(40, 53, 68, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}
.transparent_button.primary_button a.cta_button:focus svg{
  fill: #FFFFFF;
}

.transparent_button button:active,
.transparent_button a.cta_button:active,
.transparent_button .hs-button:active,
.transparent_button .hs-blog-post-listing__post-button:active,
.transparent_button.primary_button button:active,
.transparent_button.primary_button a.cta_button:active,
.transparent_button.primary_button .hs-button:active,
.transparent_button.primary_button .hs-blog-post-listing__post-button:active{
  color: #FFFFFF;
  fill: #FFFFFF;
  background-color: rgba(40, 53, 68, 1.0);
  border-color:  rgba(255, 255, 255, 1.0);
}
.transparent_button.primary_button a.cta_button:active svg{
  fill:#FFFFFF;
}






form{
  width: 100%;
  background-color: rgba(255, 255, 255, 0.0);
  border: 0px solid #000000;
  border-radius: 0px;
  padding: 0px 0px;
}
.newsletter-form form{
  background-color: rgba(255, 255, 255, 0.0);
  border: 0px solid rgba(0, 0, 0, 1.0);
  border-radius: 0px;
  padding: 0px 0px;
}
.submitted-message {
  font-weight: 600; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.0);
  border: 0px none rgba(0, 0, 0, 0.0);
  border-radius: 0px;
  padding: 0px 0px;  
}
.modal_popup_section .submitted-message{
  padding-top: 35px;
  padding-bottom: 25px;
}
.modal_popup_section .submitted-message h2{
  font-family: 'shuttleblock-narrow', 'sans-serif'; 
  color: #202b38;
  font-size: 80px;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 15px;
  word-break: break-word;
  margin-bottom: 50px;
  text-align: center;
}
.modal_popup_section .submitted-message p{
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px; 
  max-width: 739px;
  margin: 0 auto;
  text-align: center;
}

@media(min-width: 1000px){
  form{
    max-width: 1200px;
  }
  .submitted-message {
    max-width: 1200px;
  }
}

/* Submit button */

form input[type=submit],
form .hs-button,
.form_animated_button form.hs-form .hs_submit .actions::before,
.form_animated_button form.hs-form .hs_submit .actions::after{
  font-weight: 900; font-family: 'Segoe UI';
  color: #c7ad94;
  font-size: 16px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
  background-color: rgba(199, 173, 148, 0.2);
  border: 0px none #c7ad94;
  border-radius: 4px;
  padding: 12px 16px;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active{
  color: #c7ad94;
  background-color: rgba(199, 173, 148, 0.3);
  border-color: #c7ad94;
  border-radius: 4px;
}



/* Form title */

.form-title {
  ;
  color: ;
  font-size: ;
  text-transform: ;
  line-height: ;
  letter-spacing: ;
}

/* Inputs */

input[type=text],
form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea{
  font-weight: 400; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;
  background-color:  rgba(48, 62, 79, 1.0);
  border: 2px solid rgba(202, 210, 218, 0.05);
  border-radius: 4px;
  min-height: 45px;
  padding: 10px 20px; 
}

body .hs_cos_wrapper_type_form form .hs-form-field .input .hs-form-radio .hs-form-radio-display span{
  font-weight: 400; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;
}

.hs-input.invalid.error{
  border-color: rgba(202, 210, 218, 0.05);
}

/*   Form Checkbox  */

form .hs-fieldtype-checkbox ul.multi-container li.hs-form-checkbox label,
form .hs-fieldtype-booleancheckbox ul li.hs-form-booleancheckbox label{
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}

form .hs-fieldtype-checkbox,
form .hs-fieldtype-booleancheckbox{
  padding: 30px 29px 29px;
  border: 2px solid rgba(202, 210, 218, 0.05);
  border-radius: 4px;
}

input[type=checkbox],
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox]{
  -webkit-appearance: none;
  appearance: none;
  background: rgba(48, 62, 79, 1.0);
  border: 1px solid rgba(202, 210, 218, 1.0);
  border-radius: 0px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 3px;
  left:0;
  margin-right: 14px;
}

input[type=checkbox]:checked,
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox]:checked{
  background: rgba(48, 62, 79, 1.0); 
  border-color: rgba(202, 210, 218, 1.0);
}
input[type=checkbox]:checked:after,
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox]:checked:after{
  border: 2px solid rgba(255, 255, 255, 1.0);
  border-right: 0;
  border-top: 0;
  content: "";
  height: 6px;
  left: 1px;
  position: absolute;
  top: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 11px;
}

/*  Form Radio  */

body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"] {
  border: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  position: relative;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"]::before{
  background: rgba(48, 62, 79, 1.0); 
  border: 2px solid rgba(202, 210, 218, 1.0);
  border-radius: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 2px;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input label.hs-form-radio-display,
body .hs_cos_wrapper_type_form form .hs-form-field .input label.hs-form-booleancheckbox-display{
  display: flex;
  align-items: flex-start;
  margin-bottom:0;
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"]:checked:after{
  background: rgba(255, 255, 255, 1.0); 
  border-radius: 50%;
  position: absolute;
  content: "";
  display: inline-block;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 10px;  
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type="radio"]:checked:before{
  border: 2px solid rgba(202, 210, 218, 1.0);
}
body .hs_cos_wrapper_type_form form .hs-form-field .input .hs-form-radio-display span{
  margin-left: 0.8rem;
}

/*   Select   */

form select{
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  background-image: url(https://pages.dxd.capital/hubfs/DXD-2025/down.png);
  background-position: calc(100% - 8px);
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

/*  Upload File Button  */

input[type="file"]::-webkit-file-upload-button{
  -webkit-appearance: none;
  border: 0;
  border-radius: 4px;
  background-color: rgba(48, 62, 79, 1.0);
  padding: 12.5px 19px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 69.5px);
  width: max-content;
  height: 48px;
  margin: 0 auto;
  float: none;
  cursor: pointer;
  text-align: center;
  font-weight: 400; font-family: 'Segoe UI';
  color: #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="file"]::-webkit-file-upload-button:hover,
input[type="file"]::-webkit-file-upload-button:focus{
  color: #FFFFFF;
  background: rgba(48, 62, 79, 0.0);
}

form .file-upload-button-label {
  font-weight: 400; font-family: 'Segoe UI';
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;
  /*   position: absolute;
  left: 50%;
  top: 7.5px; */
  width: auto;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 24px;
  font-size: 16px;
}
form .file-upload-file-name {
  font-weight: 400; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;
  position: relative;
  width: 100%;
  top: 0px;
  cursor: pointer;
  max-width: max-content;
  box-sizing:border-box;
  background-color: rgba(48, 62, 79, 1.0);
  padding: 12.5px 19px;
  border-radius: 4px;
  border: 2px solid rgba(202, 210, 218, 0.05);
}

/* Labels */

form label {
  font-weight: 600; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
  word-break: break-word;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  font-weight: 400; font-family: 'Segoe UI';
  color: #cad2da;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;
}

::-moz-placeholder {
  font-weight: 400; font-family: 'Segoe UI';
  color: #cad2da;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;
}

:-ms-input-placeholder {
  font-weight: 400; font-family: 'Segoe UI';
  color: #cad2da;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;
}

::placeholder{
  font-weight: 400; font-family: 'Segoe UI';
  color: #cad2da;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;
}

form select option::disabled,
select.is-placeholder{
  font-weight: 400; font-family: 'Segoe UI';
  color: #cad2da;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  letter-spacing: 0px;  
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #cad2da;
}

.fn-date-picker td.is-selected .pika-button {
  background: #cad2da;
}

body .fn-date-picker td .pika-button:hover,
body .fn-date-picker td .pika-button:focus{
  background-color: #b8997b !important;
}

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

/*  Form Error Message  */

.hs-error-msgs label a, .hs_error_rollup {
  display: none;
}
form .input {
  display: block;
  margin-bottom: 0;
  position: relative;
}
body .container-fluid .row-fluid .hs-error-msgs label{
  /*   position: absolute; */
  font-weight: 400; font-family: 'Segoe UI';
  color: #cad2da;
  font-size: 14px;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0px;
}

/* Help text */

form legend {
  font-weight: 400; font-family: 'Segoe UI';
  color: #cad2da;
  opacity: 0.6;
  font-size: 14px;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0px;
  margin-bottom: 14px;
}

/*  GDPR Text   */

.hs-form-booleancheckbox span,
.hs-form-booleancheckbox-display p,
.legal-consent-container .hs-form-booleancheckbox-display{
  font-weight: 400; font-family: 'Segoe UI';
  color: #cad2da;
  font-size: 14px;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0px;
  word-break: break-word;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  vertical-align: middle;
}
.hs-form-radio span,
.hs-form-checkbox span,
.hs-form-booleancheckbox span{
  user-select: none;
  cursor: pointer;
}





/* Table header */

thead th {
  font-weight: 500; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 24px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color:  rgba(184, 153, 123, 1.0);
  border: 1px solid rgba(32, 43, 56, 1.0);
  padding: 18px 18px;
}

/*  Table Data  */

table td {
  font-weight: 500; font-family: 'Segoe UI';
  color: #202b38;
  font-size: 16px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color:  rgba(255, 255, 255, 0.0);
  border: 1px solid rgba(32, 43, 56, 1.0);
  padding: 18px 18px;
}

/* Table footer */

table tfoot td {
  font-weight: 500; font-family: 'Segoe UI';
  color: #202b38;
  font-size: 24px;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0px;
  background-color: rgba(255, 255, 255, 0.0);
  padding:  18px;
}

/* Table */

table {
  background-color: rgba(255, 255, 255, 0.0);
  border: 1px solid rgba(32, 43, 56, 1.0);
  padding: 0px 0px;
}






header.header{
  background-color: rgba(255, 255, 255, 0.1);
}

header.header .hs-menu-wrapper ul li.hs-menu-item a{
  font-weight: 700; font-family: 'Segoe UI';
  font-size: 14px;
  color: #202b38;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0px;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Segoe UI;
}

.menu__child-toggle-icon {
  border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: ;
}

@media (min-width: 999px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: ;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: ;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: {color=#FFFFFF, opacity=10, rgba=rgba(255, 255, 255, 0.1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=rgba(255, 255, 255, 10%)};
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: {color=#FFFFFF, opacity=10, rgba=rgba(255, 255, 255, 0.1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=rgba(255, 255, 255, 10%)};
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Segoe UI;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 999px) {
  .header__navigation {
    background-color: {color=#FFFFFF, opacity=10, rgba=rgba(255, 255, 255, 0.1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=rgba(255, 255, 255, 10%)};
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}






.footer {
  background-color: rgba(32, 43, 56, 1.0);
}

/* Footer content */

.footer .footer_main .bottom_content a, 
.footer .footer_main .bottom_content p{
  font-weight: 600; font-family: 'Segoe UI';
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0px;    
}
.footer .footer_main .bottom_content a:hover{
  color: #FFFFFF;
  text-decoration: none;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

.blog-post h2 {
  font-size: ;
  font-family: ;
  font-weight: ;
  color: ;
  line-height: ;
  letter-spacing: px;
  text-transform: ;
}

.blog-post h3 {
  font-size: ;
  font-family: ;
  font-weight: ;
  color: ;
  line-height: ;
  letter-spacing: px;
  text-transform: ;
}

/* Blog post */

.blog-post__meta a {
  color: #141d27;
}

.blog-post__tag-link {
  color: #141d27;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #141d27;
}

.blog-post__tag-link:active {
  color: #141d27;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; font-family: 'Segoe UI';
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #202b38;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000310;
}

.blog-related-posts__title-link:active {
  color: #485360;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #b8997b;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #907153;
}

#comments-listing .comment-reply-to:active {
  color: #e0c1a3;
}





.hs-search-results__title {
  font-weight: 700; font-family: 'Segoe UI';
  color: #202b38;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; font-family: 'Segoe UI';
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #202b38;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000310;
}

.hs-blog-post-listing__post-title-link:active {
  color: #485360;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #141d27;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #141d27;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #141d27;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #141d27;
}

.hs-pagination__link-icon svg {
  fill: #141d27;
}

/* Pricing card */

.card__price {
  font-weight: 700; font-family: 'Segoe UI';
  color: #202b38;
  font-size: 48px;
}

.card__body svg {
  fill: #202b38;
}


@media(max-width: 999px){
  /*   Headings   */

  h1,
  .h1 > span,
  span.h1,
  .h1 h2,
  .h1 h3,
  .h1 h4,
  .h1 h5,
  .h1 h6{
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
  }

  h2,
  .h2 > span,
  span.h2,
  .h2 h1,
  .h2 h3,
  .h2 h4,
  .h2 h5,
  .h2 h6{
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h3,
  .h3 > span,
  span.h3,
  .h3 h1,
  .h3 h2,
  .h3 h4,
  .h3 h5,
  .h3 h6{
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  h4,
  .h4 > span,
  span.h4,
  .h4 h1,
  .h4 h2,
  .h4 h3,
  .h4 h5,
  .h4 h6{
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0px;
  }

  h5,
  .h5 > span,
  span.h5,
  .h5 h1,
  .h5 h2,
  .h5 h3,
  .h5 h4,
  .h5 h6{
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0px;
  }

  h6,
  .h6 > span,
  span.h6,
  .h6 h1,
  .h6 h2,
  .h6 h3,
  .h6 h4,
  .h6 h5{
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0px;
  }

  h1 a,
  .h1 h2 a,
  .h1 h3 a,
  .h1 h4 a,
  .h1 h5 a,
  .h1 h6 a{
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
  }
  h2 a,
  .h2 h1 a,
  .h2 h3 a,
  .h2 h4 a,
  .h2 h5 a,
  .h2 h6 a{
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  h3 a,
  .h3 h1 a,
  .h3 h2 a,
  .h3 h4 a,
  .h3 h5 a,
  .h3 h6 a{
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  h4 a,
  .h4 h1 a,
  .h4 h2 a,
  .h4 h3 a,
  .h4 h5 a,
  .h4 h6 a{
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
  h5 a,
  .h5 h1 a,
  .h5 h2 a,
  .h5 h3 a,
  .h5 h4 a,
  .h5 h6 a{
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
  h6 a,
  .h6 h1 a,
  .h6 h2 a,
  .h6 h3 a,
  .h6 h4 a,
  .h6 h5 a{
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0px;
  }

  /* Paragraphs */

  p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  .p_large p,
  form .hs-richtext .p_large p{
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  .p_medium p,
  form .hs-richtext .p_medium p{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px; 
  }
  .p_small p,
  form .hs-richtext .p_small p{
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
  .p_tiny p{
    font-size: px;
    line-height: ;
    letter-spacing: px;
  }

  /*  List  */

  li {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
  .li_large li{
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
  .li_medium li{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px; 
  }
  .li_small li{
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
  .li_tiny li{
    font-size: px;
    line-height: ;
    letter-spacing: px;
  }
  /*  Form  */

  form label{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
  /* Inputs */

  input[type=text],
  form input[type=text],
  form input[type=search],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea{
    font-size: ;
    line-height: ;
    letter-spacing: ;
  }

  .modal_popup_section .submitted-message h2{
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 30px;
  }
  .modal_popup_section .submitted-message p{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px; 
  }

  /*   Table  */

  table {
    display: block;
    overflow-x: auto;
    border: none;
    padding: 0;
    white-space: nowrap;
  }

  /* Table header */

  thead th {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0px;
  }
  /*  Table Data   */
  table td {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0px;
  }
  /* Table Footer  */
  table tfoot td {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0px;
  }

  /*    Header    */

  header.header .hs-menu-wrapper ul li.hs-menu-item a{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }


  /*   Footer   */

  .footer .footer_main .bottom_content a, 
  .footer .footer_main .bottom_content p{
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;   
  }
}