*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

.dnd-section, .content-wrapper--vertical-spacing{
   padding:80px 6% !important;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Montserrat"; src: url("https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Montserrat"; src: url("https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXo.woff2") format("woff2"); font-style: normal; font-weight: 500; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Montserrat"; src: url("https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aXo.woff2") format("woff2"); font-style: normal; font-weight: 600; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Montserrat"; src: url("https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXo.woff2") format("woff2"); font-style: normal; font-weight: 700; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Open Sans"; src: url("https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVI.woff2") format("woff2"); font-style: normal; font-weight: 700; font-stretch: normal; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "webflow-icons"; src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype"); font-style: normal; font-weight: normal; }
@font-face { font-family: "Open Sans"; src: url("https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2") format("woff2"); font-style: normal; font-weight: 600; font-stretch: normal; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
body {
   line-height: 20px;
   word-break: break-word;
}

body {
    padding-top: 80px;
}

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

/* Paragraphs */

p {
   font-size: 1rem;
   margin: 0 0 1.4rem;
}

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
}
a {
    font-weight: 700;
}
/* Headings */

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

h1{
   line-height: 72px;
}
h2{
   line-height: 56px;
}

h3{
   line-height: 38px;
}

h4{
   line-height:30px;
}

h5{
   line-height:1.2;
}

h6{
   line-height:1.2;
}

@media(max-width:991px){
 body  h1{
      font-size: 40px;
      line-height: 40px;
   }
}

@media(max-width:767px){
 body  h2{ 
      font-size: 32px;
    line-height: 40px;
   }
}

@media screen and (max-width: 479px){
  body h1{
      line-height: 44px;
   }
}
/* Lists */

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

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

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

.body-container-wrapper.custom-globalcss {
    line-height: 30px;
}

@media(max-width:767px){
   .body-container-wrapper.custom-globalcss ,  .body-container-wrapper.custom-globalcss p{
   font-size: 16px;
    line-height: 28px;
   }
   
}

.custom-globalcss ul, .custom-globalcss ol {
    padding-right: 0px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
    transform: translate(0px, 0px);
       transition: all 350ms ease;
   font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
       font-family: Montserrat,sans-serif;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
    transform: translate(0px, -2px);
}

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

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

form{
   background-color:#e9edf2;
   padding:24px;
   margin-bottom:10px;
}
/* Labels */

form label {
   font-family: Montserrat,sans-serif;
   font-size: 14px;
   display: block;
   float: none;
   width: auto;
   font-weight: 500;
   line-height: 20px;
   padding-top: 0;
   margin-bottom: 4px;
}

.hs-error-msgs label{
   color: #CD2C27;
   font-weight: 600;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   box-sizing: border-box;
   padding: 8px 12px;
   height: 55px !important;
   width: 100%;
   max-width: 100%;
   border:none;
   outline: none;
   box-shadow: 1px 1px 17px 2px rgb(0 0 0 / 6%);
   background-color: #fff;
   display: inline-block;
   font-family: Montserrat,sans-serif;
   font-size: 14px;
   line-height: 1.42857143;
   font-weight: normal;
   color: #33475b;
   border-radius: 5px;
   transition: all 350ms ease;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
   border-color: #07c6ff;
   background-color: #e9edf2;
}

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

.hs-dateinput {
   position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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 {
   white-space: pre-wrap;
   font-family: Montserrat, sans-serif;
   cursor: pointer;
   display: inline-block;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
   margin: 0;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   border-color: #ff7a59;
   margin-top: 18px;
   margin-bottom: 18px; 
   line-height:20px;
   transform: translate(0px, 0px);
   transition: all 350ms ease;
   border:none;
}
form input[type=submit]:hover,
form .hs-button:hover{
   transform: translate(0px, -2px);
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header {
   position: fixed;
   left: 0px;
   top: 0px;
   right: 0px;
   z-index: 100;
   display: flex;
   width: 100%;
   min-height: auto;
   margin-top: 0px;
   padding: 0px 6%;
   -webkit-box-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   align-items: center;
   border-bottom: 2px solid rgba(65, 64, 66, 0.05);
   opacity: 1;
}

.header-wrapper {
   display: flex;
   width: 100%;
   max-width: 1440px;
   min-height: auto;
   margin-right: 0px;
   margin-left: 0px;
   padding-top: 0px;
   padding-right: 0%;
   padding-left: 0%;
   justify-content: space-between;
   -webkit-box-align: center;
   align-items: center;
}

.header-logo a {
   display: flex;
   height: 75px;
   -webkit-box-pack: center;
   position: relative;
   float: left;
   text-decoration: none;
   justify-content: center;
   -webkit-box-align: center;
   align-items: center;
}


.header-logo a img {
   vertical-align: middle;
   display: inline-block;
   max-height: 50px;
   width: 100% !important;
   height: 50px;
}

.header-menu {
   display: flex;
   -webkit-box-align: center;
   align-items: center;
}

.header-menu-wrapper {
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   -webkit-box-align: center;
}

.header-navigation {
   display: flex;
   position: static;
   -webkit-box-align: center;
   align-items: center;
   float: right;
}

.header-navigation .navigation-primary >ul{
   display:flex;
}
.header-navigation .navigation-primary >ul>li{
   position: static;
   display: flex;
   height: 75px;
   -webkit-box-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   border-top: 4px solid rgba(0, 60, 219, 0);
   align-items: center;
   transition: all 300ms ease;
   font-family: 'Open Sans', sans-serif;
   color: #01060b;
   font-size: 16px;
   font-weight: 400;
}
.header-navigation .navigation-primary >ul>li>a{
   display: flex;
   height: 75px;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   flex-direction: column;
   -webkit-box-pack: center;
   justify-content: center;
   -webkit-box-flex: 0;
   flex: 0 auto;
   color: #01060b;
   font-weight: 600;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   white-space: nowrap;
   position: relative;
   vertical-align: top;
   text-decoration: none;
   font-family: Montserrat, sans-serif;
   font-size: 19px;
   display: flex;
   height: 75px;
   padding: 9px 30px;
   display: flex;
   align-items: center;
   line-height: 20px;
}



.header-navigation .navigation-primary ul{
   margin:0;
   padding:0;
   list-style:none;
}


.nav-dropdpwn .nav-dropdpwn-wrapper{
   position: absolute;
   left: 0%;
   top: 94%;
   right: auto;
   bottom: auto;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   width: 100vw;
   min-height: auto;
   padding: 0px 6% 40px;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   background-color: #fff;
   box-shadow: 1px 1px 13px 0 rgb(0 0 0 / 6%);
   color: #15113b;
   min-width: 100%;
}
.header-navigation .navigation-primary>ul>li>.nav-dropdpwn > .nav-dropdpwn-wrapper > ul {
   position: relative;
   z-index: 2;
   display: flex;
   width: 100%;
   max-width: 1440px;
   padding-top: 40px;
   -webkit-box-pack: justify;
   justify-content: space-between;
   border-radius: 0px;
}

.header-navigation .navigation-primary>ul>li>.nav-dropdpwn {
   display:none;
}

.header-navigation .navigation-primary>ul>li:hover .nav-dropdpwn{
   display:block;
}
.header-navigation .navigation-primary>ul>li>.nav-dropdpwn >.nav-dropdpwn-wrapper> ul>li:nth-of-type(1){
   width: 20%;
   max-width: 230px;
}

.header-navigation .navigation-primary>ul>li>.nav-dropdpwn > .nav-dropdpwn-wrapper>ul>li:nth-of-type(2){
   width: 44%;
}

.header-navigation .navigation-primary>ul>li>.nav-dropdpwn >.nav-dropdpwn-wrapper> ul>li:nth-of-type(3){
   width: 20%;
   max-width: 230px;
}

.header-navigation .navigation-primary>ul>li>.nav-dropdpwn >.nav-dropdpwn-wrapper> ul>li:nth-of-type(1)>ul>li:nth-of-type(1)>a{
   margin-bottom: 0px;
   padding-top: 20px;
   padding-bottom: 20px;
   font-family: Montserrat, sans-serif;
   color: #fff;
   font-size: 30px;
   line-height: 38px;
   font-weight: 700;
   display: block;
}

.header-navigation .navigation-primary>ul>li>.nav-dropdpwn > .nav-dropdpwn-wrapper> ul>li:nth-of-type(1)>ul>li:nth-of-type(2)>a{
   font-size: 18px;
   line-height: 30px;
   font-weight: 400;
   margin-bottom: 0px;
   padding-top: 20px;
   padding-bottom: 20px;
   font-family: Montserrat, sans-serif;
   color: #fff;
   display: block;
}
.header-navigation .navigation-primary>ul>li>.nav-dropdpwn > .nav-dropdpwn-wrapper> ul>li:nth-of-type(2)>ul{
   padding-top: 0px;
   grid-column-gap: 10px;
   grid-row-gap: 0px;
   grid-template-rows: auto auto auto auto;
   display: grid;
   grid-auto-columns: 1fr;
   grid-template-columns: 1fr 1fr;
}

.header-navigation .navigation-primary>ul>li>.nav-dropdpwn> .nav-dropdpwn-wrapper> ul>li:nth-of-type(2)>ul>li{
   display: flex;
   padding: 14px 20px 10px;
   -webkit-box-align: start;
   align-items: flex-start;
   border-radius: 5px;
   transition: all 300ms ease;
   color: #15113b;
   text-decoration: none;
   max-width: 100%;
   height:60.5px;

}
.header-navigation .navigation-primary>ul>li>.nav-dropdpwn > .nav-dropdpwn-wrapper> ul>li:nth-of-type(2)>ul>li>a{
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 5px;
   transition: all 250ms ease;
   font-family: Montserrat, sans-serif;
   font-size: 16px;
   line-height: 24px;
   font-weight: 700;
   text-transform: none;
   cursor: pointer;
}

.header-navigation .navigation-primary>ul>li>.nav-dropdpwn>.nav-dropdpwn-wrapper> ul>li:nth-of-type(3)>ul>li:nth-of-type(1)>a{
   margin-top: 0px;
   font-family: Montserrat, sans-serif;
   margin-bottom: 10px;
   font-size: 42px;
   line-height: 56px;
   font-weight: 700;
   margin-bottom: 10px;
   display: block;
}

.header-navigation .navigation-primary>ul>li>.nav-dropdpwn> .nav-dropdpwn-wrapper> ul>li:nth-of-type(3)>ul>li:nth-of-type(2)>a{
   margin-bottom: 10px;
   font-family: Montserrat, sans-serif;
   font-size: 18px;
   line-height: 30px;
   font-weight: 400;
   display: block;
}
.header-navigation .navigation-primary>ul>li>.nav-dropdpwn> .nav-dropdpwn-wrapper> ul>li:nth-of-type(3)>ul>li:nth-of-type(3)>a{
   display: block;
   margin-top: 20px;
   padding: 10px 20px;
   border-style: solid;
   border-width: 0px;
   border-radius: 2px;
   transition: all 350ms ease;
   font-family: Montserrat, sans-serif;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
}
.right-mega-nav {
   position: absolute;
   left: 0%;
   top: 0%;
   right: auto;
   bottom: auto;
   width: 28%;
   height: 100%;
   max-width: none;
   padding-top: 0px;
   padding-right: 30px;
   padding-left: 30px;
   background-color: #022042;
   color: #414042;
}

.left-meganav {
   position: absolute;
   left: auto;
   top: auto;
   right: 0%;
   bottom: 0%;
   z-index: 1;
   width: 28%;
   height: 100%;
   max-width: none;
   margin-top: 0px;
   margin-right: 0px;
   padding: 0px 50px 60px 30px;
   -webkit-box-flex: 0;
   -webkit-flex: 0 auto;
   -ms-flex: 0 auto;
   flex: 0 auto;
   background-color: #f6f8fa;
}

.button-div {
   display: inline-block;
   position: relative;
}

.header-contact-button a {
   margin-top: 0px;
   margin-bottom: 17px;
   border-style: solid;
   border-width: 2px;
   font-size: 15px;
   padding: 10px 20px;
   display: block;
   font-weight: 600;
   text-transform: uppercase;
   font-family: Montserrat, sans-serif;
   line-height: 20px;
}

@media(min-width:992px){
   .mobile-navigation {
      display:none;
   }
}

@media(max-width:1266px){
   .header-navigation .navigation-primary>ul>li>.nav-dropdpwn>.nav-dropdpwn-wrapper>ul>li:nth-of-type(3)>ul>li:nth-of-type(1)>a{
      font-size:32px;
   }
}

@media screen and (max-width: 1196px){
   .header-navigation .navigation-primary>ul>li>.nav-dropdpwn> .nav-dropdpwn-wrapper> ul>li:nth-of-type(2)>ul>li{
      min-height: 68px;
   }
}

@media screen and (max-width: 1158px){
.header-navigation .navigation-primary>ul>li>.nav-dropdpwn>.nav-dropdpwn-wrapper>ul>li:nth-of-type(2)>ul>li>a {
    font-size: 13px;
}
}

.header-contact-button{
   transform:translateY(0px);
       transition: all 350ms ease;
}
.header-contact-button:hover{
   transform:translateY(-2px);
}

.header-navigation .navigation-primary>ul>li>.nav-dropdpwn>.nav-dropdpwn-wrapper>ul>li:nth-of-type(3)>ul>li:nth-of-type(3)>a{
     transform:translateY(0px);
       transition: all 350ms ease
}


.header-navigation .navigation-primary>ul>li>.nav-dropdpwn>.nav-dropdpwn-wrapper>ul>li:nth-of-type(3)>ul>li:nth-of-type(3)>a:hover{
   transform:translateY(-2px);
}
@media(max-width:1102px){
   .header-navigation .navigation-primary>ul>li>a{
      padding-right:18px;
      padding-left:17px;
   }
}

/* mobile navigation  */
@media(max-width:991.98px){

   header{
      padding: 0px 5%;
   }
   .header-wrapper{
      width: 100%;
      max-height: 65px;
      max-width: 100%;
      min-height: 65px;
      padding-right: 0%;
      padding-left: 0%;
   }

   .header-navigation {
      display: none;
   }

   .hemburger {
      display: block;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 27px;
      cursor: pointer;
   }
   .line {
      width: 35px;
      height: 2px;
      margin-top: 0px;
      margin-bottom: 0px;
      padding: 0px;
      background-color: #01060b;
      transition:0.3s all ease;
   }
   .line:nth-of-type(1){
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
   }

   .line:nth-of-type(2){
      margin-top: 6px;
      margin-bottom: 6px;
   }
   .line:nth-of-type(3){
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
   }

   .hemburger.hemclose .line:nth-of-type(1){
      transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
   }
   .hemburger.hemclose .line:nth-of-type(2){
      opacity: 0;
   }
   .hemburger.hemclose .line:nth-of-type(3){
      transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
   }
   .mobile-navigation {
      margin-top: 55px;
      position: absolute;
      left: 0%;
      top: 0%;
      right: 0%;
      bottom: 0%;
      z-index: 900000000;
      overflow: auto;
      min-height: 100vh;
      padding: 0px;
      background-color: #e9edf2;
      opacity:0;
      display:none;
      animation:slideMenu 0.4s ease alternate;
   }

   .mobile-navigation.slide-menu {
      display: block;
      opacity: 1;
      transition:0.5s all ease;
   }

   @keyframes slideMenu{
      0%{
         transform:translateY(-30px);
      }
      100%{
         transform:translateY(0px);
      }
   }


   .mobile-navigation-wrapper{
      overflow: auto;
      margin-top: 0px;
      padding: 40px 26px 100px;
   }

   .mobile-navigation-wrapper .no-flyouts>ul>li {
      flex-wrap: wrap;
      flex-direction: row;
      border-bottom-style: none;
      border-bottom-color: #cfd6e1;
      cursor: pointer;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      display: flex;
      width: 100%;
      margin-bottom: 14px;
      padding-bottom: 10px;
      -webkit-box-pack: justify;
      justify-content: space-between;
      text-decoration: none;
   }
   .mobile-navigation-wrapper .no-flyouts>ul>li>a{
      font-size: 24px;
      font-weight: 700;
      margin-top: 0px;
      margin-bottom: 10px;
      line-height: 38px;
      color: #01060b;
      font-family: 'Open Sans', sans-serif;
   }
   .mobile-navigation-wrapper .no-flyouts> ul{
      transform: translate3d(0px, -0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
   }
   .mobile-navigation-wrapper .no-flyouts>ul>li:nth-of-type(1)>ul>li:nth-of-type(1),
   .mobile-navigation-wrapper .no-flyouts>ul>li:nth-of-type(1)>ul>li:nth-of-type(3),
   .mobile-navigation-wrapper .no-flyouts>ul>li:nth-of-type(1)>ul>li:nth-of-type(7){
      border-bottom: 2px solid rgba(207, 214, 225, 0.19);
   }
   .mobile-navigation-wrapper .no-flyouts>ul>li:nth-of-type(2)>ul>li, 
   .mobile-navigation-wrapper .no-flyouts>ul>li:nth-of-type(3)>ul>li,
   .mobile-navigation-wrapper .no-flyouts>ul>li:nth-of-type(4)>ul>li{
      border-bottom: 2px solid rgba(207, 214, 225, 0.19);
   }
   .mobile-navigation-wrapper .no-flyouts>ul>li>ul>li{
      width: 100%;
      color: #01060b;
      text-decoration: none;
      cursor: pointer;
      max-width: 100%;
      display: inline-block;
   }

   .mobile-navigation-wrapper .no-flyouts>ul>li>ul>li>a{
      margin-top: 16px;
      margin-bottom: 16px;
      text-align: left;
      font-size: 16px;
      font-weight: 700;
      color: #01060b;
      line-height: 30px;
      text-transform: none;
      display:block;
      font-family: 'Open Sans', sans-serif;

   }

   .mobile-navigation-wrapper .no-flyouts>ul>li>ul>li>a:hover{
      opacity:0.6;
   }
   .mobile-navigation-wrapper .no-flyouts > ul>li>ul{
      width: 100%;
      display:none;
      order: 3;
      opacity:0;
      animation:slideMenu 0.4s ease alternate;
   }

   @keyframes slideMenu{
      0%{
         transform:translateY(-30px);
         opacity:0;
      }
      100%{
         transform:translateY(0px);
         opacity:1;
      }
   }

   .mobile-navigation-wrapper .no-flyouts > ul>li>ul.submenu-open{
      display:block;
      opacity:1;
   }

   .arrow-contain {
      display: flex;
      margin-top: 0px;
      margin-bottom: 32px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      transition:0.4s all ease;
   }
   .arrow-line {
      width: 10px;
      height: 2px;
      padding: 0px;
      background-color: #f63d95;
      transform: translate(0px, 8px) rotate(45deg);
   }
   .arrow-line.bottom {
      transform: translate(0px, 12px) rotate(-45deg);
   }

   .arrow-contain.arrow-chnage {
      transform: translate3d(0px, 0px, 0px) scale3d(1.6, 1.6, 1) rotateX(0deg) rotateY(180deg) rotateZ(0deg) skew(0deg);
      transform-style: preserve-3d;
   }
}
@media screen and (max-width: 767px){

}

@media screen and (min-width: 480px){
   .header-mobile-contact-button {
      display:none;
   }
}

@media screen and (max-width: 479px){
   header{
      padding:0 20px;
   }
   .header-contact-button{
      display:none;
   }
   .header-mobile-contact-button {
      display:block;
   }

   .header-mobile-contact-button .header-mobile-contact-button-wrapper {
      display: block;
      min-height: 60px;
      padding: 10px 26px;
      text-align: left;
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px;
      background-color: #001a38;
   }
   .header-mobile-contact-button .header-mobile-contact-button-wrapper a{
      background-color: #bf3177;
      color: #fbfcfc;
      display: block;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      font-family: Montserrat, sans-serif;
      transform:translateY(0px);
   }
   .header-mobile-contact-button .header-mobile-contact-button-wrapper a:hover{
      transform:translateY(-3px);
   }
   .mobile-navigation-wrapper .no-flyouts>ul>li>a{
      font-family: Montserrat, sans-serif;
   }
   .mobile-navigation-wrapper {
      padding: 28px 26px 100px;
   }
   .mobile-navigation-wrapper .no-flyouts>ul>li>ul>li>a {
      font-family: Montserrat,sans-serif;
      font-weight: 500;
      margin-top: 18px;
      margin-bottom: 18px;
   }

   .header-wrapper {
      min-height: 65px;
      max-height: 0;
   }
}

/* mobile navigation  */
footer {
  border-top: 1px solid hsla(0, 0%, 100%, 0.13);
  color: #f7cb3c;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
  width: auto;
  max-width: none;
  padding: 99px 6% 20px;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;

  align-items: center;
  padding-bottom: 40px;
}

.section.footer-section.dark {
  width: 100%;
  width: 100%;
  max-width: 1440px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.footer-cta-wrap {
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.social-wrapper {
  display: flex;
  margin-top: 20px;
  margin-left: 0px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-items: center;
}
.max-300px {
  max-width: 300px;
}
.logo a{
  margin-bottom: 14px;
  max-width: 100%;
  display: inline-block;
  transition: all 350ms ease;
  color: #f63d95;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.logo img {
  vertical-align: middle;
  display: inline-block;
  width: 62vw !important;
  max-width: 227px;

}
.contact-button a {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 0px;
  border-color: #6c49eb;
  border-radius: 2px;
  background-color: #45b5e7;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}

.social-wrapper>a {
  margin-left: 8px;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 8px;
  padding: 6px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  transition: all 300ms ease;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.social-wrapper>a:nth-of-type(1){
  margin-left:0;
}
.social-wrapper>a>img{
  max-width: 18px !important;
  vertical-align: middle;
  display: inline-block;
  width: 2vw;
}

/* footer menu */
._4-col-grid {
  padding-top: 20px;
  padding-bottom: 21px;
  grid-column-gap: 35px;
  grid-row-gap: 0px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-column {
  padding-top: 12px;
  border-top-style: none;
  border-top: aliceblue;
  font-size: 16px;
}
.footer-column .no-flyouts>ul>li>a{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  display: block;
  line-height: 20px;
}
.footer-column .no-flyouts>ul{
  display: block !important;
}
.footer-column .no-flyouts>ul>li>ul{
  display: block !important;
}
.footer-column .no-flyouts>ul>li>ul>li>a{
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
}

/* footer menu */

/*footer  copyright*/

.copy-rights-contain-wrapper {
  padding-bottom: 60px;
  margin-bottom: 0px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
}
.copy-rights-contain-wrapper a{
  color:#fff;
}
/*footer  copyright*/

@media screen and (max-width: 991px){
  footer {
    padding: 40px 5%;
    padding-top: 55px;
  }
  .footer-column:nth-of-type(1) .no-flyouts>ul>li>ul>li>a {
    white-space: nowrap;
  }
}

@media(max-width:767px){
  footer ._4-col-grid {
    display: flex;
    padding-bottom: 1px;
    justify-content: center;
    -webkit-box-pack: center;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
  } 

  .footer-column {
    width: 48%;
    margin-bottom: 50px;
  }
  .copy-rights-contain-wrapper {
    text-align: center;
    line-height: 26px;
  }
  footer {
    padding: 40px 4%;
  }

  .footer-cta-wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    text-align: center;
  }
  .social-wrapper {
    -webkit-box-pack: start;
    justify-content: center;
  }
  .social-wrapper>a>img {
    width: 3vw;
  }

  .body-container--blog-post .section.blog-template{
    padding-bottom:40px;
  }
}

.copy-rights-contain-wrapper a {
  padding-left: 34px;
}
@media screen and (max-width: 479px){
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-column {
    width: 100%;
  }
  .social-wrapper {
    margin-top: 10px;
  }

  .logo img {
    max-width: 58%;
    width: 58% !important;
  }
  .social-wrapper>a>img {
    width: 6vw;
  }
}

.contact-button{
  transform:translateY(-0px);
  transition: all 350ms ease;
}

.contact-button:hover{
  transform:translateY(-2px);
}


/* Footer s */

.fs-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-cta-wraps {
  -ms-grid-columns: 1fr 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin: 0;
  padding: 20px 0;
}

.footer-cta-wraps > div {
  margin: 0 92px 0 0;
  padding: 12px 0 0;
}

@media(max-width: 991px){
  .footer-cta-wraps>div {  margin-right: 20px; }
}

@media(max-width: 767px){
  .footer-cta-wraps>div {
    margin-right: 0;
  }

  .footer-cta-wraps {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: unset!important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 0;
    text-align: center;
  }

  .fs-t {flex-wrap: wrap;display: block;}

  .footer-cta-wraps>div {
    width: 100%;
    margin: 0 0 40px;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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