














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

/* 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 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,.dnd-section > .row-fluid ,.page-center {
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}


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

.custom-section .page-center{
  max-width: 1200px;
}

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

  .content-wrapper, .dnd-section>.row-fluid, .page-center {
    margin: 0 auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.text-tag{
  font-size:16px;
  text-transform:uppercase;
  font-weight:700;
}
.d-block {
  display: block !important;
}
.d-inline-block{
  display: inline-block !important;
}
.d-none {
  display: none !important;
}

.text-center{
  text-align:center;
}
.text-left{
  text-align:left;
}
.text-right{
  text-align:right;
}


.font-light{
  font-weight:300;
}
.font-regular{
  font-weight:400;
}
.font-semibold{
  font-weight:600;
}
.font-bold{
  font-weight:700;
}
.font-black{
  font-weight:900;
}

@media (min-width: 768px) {

  .text-md-center{
    text-align:center;
  }
  .text-md-left{
    text-align:left;
  }
  .text-md-right{
    text-align:right;
  }
  
  .d-md-inline-block{
    display: inline-block !important;
  }
  
}

@media (min-width: 992px) {
  .text-tag{
    font-size: 18px;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block{
    display: inline-block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  
  .text-lg-center{
    text-align:center;
  }
  .text-lg-left{
    text-align:left;
  }
  .text-lg-right{
    text-align:right;
  }
  
}
:root {
  --s2-color-primary: #FFC857;
  --s2-color-secondary: #133133;
  --s2-color-secondary-light: #003E40;
  --s2-color-secondary-light2: #008084;
}

.bg-primary{
  background-color:var(--s2-color-primary);
}
.bg-secondary{
  background-color:var(--s2-color-secondary);
}
.bg-secondary-light{
  background-color:var(--s2-color-secondary-light);
}
@font-face {
  font-family: Merriweather;
  src: url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/merriweather_black.f813fc6a.woff2) format("woff2"), 
    url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/merriweather_black.f813fc6a.woff2) format("woff");
  font-style: normal;
  font-weight: 900;
}

@font-face { font-family: Merriweather; 
  src: local("Merriweather Bold"), 
    local("Merriweather-Bold"),
    url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/Merriweather-Bold.woff) format("woff2"), 
    url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/merriweather_bold.fe489fe3.woff2) format("woff");
  font-style: normal;
  font-weight: 700;
}


@font-face { 
  font-family: Merriweather; 
  src: url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/merriweather-v25-latin-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400; 
}



@font-face {
  font-family: "Open Sans";
  src: url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/opensans.fce4622a.woff2) format("woff2"), 
    url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/opensans.fce4622a.woff2) format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/opensans_semibold.700bddef.woff2) format("woff2"), 
    url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/opensans_semibold.700bddef.woff2) format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Open Sans";
  src: url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/opensans_bold.1a123173.woff2) format("woff2"), 
    url(https://21167075.fs1.hubspotusercontent-na1.net/hubfs/21167075/raw_assets/public/Karat_January2022/fonts/opensans_bold.1a123173.woff2) format("woff");
  font-style: normal;
  font-weight: 700;
}



html {
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* Headings */

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



h1 {
  line-height: 1.1;
}

h2 {
  line-height: 1.3;
}

h3 {
  line-height: 1.3;
}

h4 {
  line-height: 1.6;
}

h5 {
  line-height: 1.3;
}

h6 {
  line-height: 1.6;
}


/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

  padding: 10px 20px;
  font-family: Inter, sans-serif;
  color: #57586e;
  font-size: 18px;
  line-height: 1.7;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.overline{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.text-body-md{
  font-size:16px;
  line-height:1.6;
}
.text-body-lg{
  font-size:20px;
  line-height:1.5;
}
.text-body-xl{
  font-size:24px;
  line-height:1.63;
}
h1, .h1{
  font-size:32px;
}
h2, .h2{
  font-family: Merriweather,Georgia,Roboto Slab,Times New Roman,serif;
}
h3, .h3{
  font-size:26px;
  line-height:1.3;
}
@media (min-width:992px){
  h1, .h1{
    font-size:54px;
  }
  h3, .h3{
    font-size:28px;
    line-height:1.4;
  }
  .text-body-sm{
    font-size:18px;
    line-height:1.7;
  }
  .text-body-md{
    font-size:20px;
    line-height:1.7;
  }
  .text-body-lg{
    font-size:22px;
    line-height:1.63;
  }
  .text-body-xl{
    font-size:28px;
    line-height:1.63;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}

.btn{
  display:inline-block;
  padding:9px 30px;
  background: #FFC857;
  border-radius: 4px;
  color: #003E40;
  font-weight: 600;
  font-size: 20px;
  min-width:150px;
  text-align:center;
  transition: all 0.15s linear;
}

.btn:hover, .btn:active{
  opacity:.8;
  color: #003E40;
}

.btn-secondary{
  background-color:var(--s2-color-secondary);
  color:#fff;
}
.btn-secondary:hover, .btn-secondary:active{
  opacity:.8;
  color:#fff;
}

.btn-secondary2{
  background-color:var(--s2-color-secondary-light2);
  color:#fff;
}
.btn-secondary2:hover, .btn-secondary2:active{
  opacity:.8;
  color:#fff;
}
/* Form fields */

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

form{
  max-width:767px;
  margin-bottom:40px;
}

#hs-search-module .hs-input {
  margin-bottom: 16px;
}

/* Labels */

form label {
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-size: .875rem;
  font-weight: 300;
  text-transform: none;
}

/* 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 {
  margin: 8px 0 0 0;
  background-color: #FFF;
  box-shadow: inset 0 1px 2px rgb(0 3 3 / 10%);
  border: 0.75px solid #A6A6A6;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-family: inherit;
  height: auto;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
  font-size: .9rem !important;
  width: 100%;
  height:46px;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}


/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000303;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000303;;
}


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

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-msgs label {
  color: #ff2020  !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  padding-top: 5px;
  padding-right: 16px;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  height: 3em;
  font-weight: 500;
  font-family: "Open Sans","Helvetica Neue",helvetica,roboto,arial,sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  text-align: center;
  transition: background-color .25s ease-out,color .25s ease-out;
  white-space: normal;
}
form.hs-form fieldset .input{
  margin-right:0!important;
} 
form.hs-form fieldset .input input:not([type="checkbox"]){
  width:100%!important;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.no-label .field > label{
  display:none;
}
.no-label .field input{
  margin-top:0!important;
}


@media (min-width:480px){
  form.hs-form fieldset.form-columns-2 .field:first-child{
    padding-right:8px;
  }
  form.hs-form fieldset.form-columns-2 .field:last-child{
    padding-left:8px;
  }
}



.hs-form-booleancheckbox-display {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.hs-form-booleancheckbox-display input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.hs-form-booleancheckbox-display span:before {
  content:"";
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border:1px solid #A6A6A6;
  border-radius:3px;
}

/* On mouse-over, add a grey background color */
.hs-form-booleancheckbox-display:hover input ~ span:before {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.hs-form-booleancheckbox-display input:checked ~ span:before {
  background-color: #E5E5E5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.hs-form-booleancheckbox-display span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.hs-form-booleancheckbox-display input:checked ~ span:after {
  display: block;
}

/* Style the checkmark/indicator */
.hs-form-booleancheckbox-display span:after {
  left: 5px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #00BCC2;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #003234;
  width: 100%;
  max-width: 100vw;
  font-size: .875rem;
}

.header-height{
  display:none;
}

.with-out-banner .header-height{
  display:block;
}

header.header .hd-top {
  margin: 0;
  background: #f2fbfc;
  border: 0;
  position: relative;
  padding: 1rem;
}

header.header .hd-top .page-center {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}

header.header .hd-top .page-center .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  flex: 1 1 0px;
  text-align: center;
}

header.header .hd-top  p {
  margin: 0;
  font-size: .875rem;
  color: #003e40;
}

header.header .hd-top p a {
  color: #003e40;
  text-decoration: underline;
}

header.header .hd-top p a:hover {
  text-decoration: none;
}



header.header .utility-bar {
  flex-wrap: nowrap;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  padding-bottom: 20px;
}

.utility-bar .top-bar-left, .utility-bar .top-bar-right {
  flex: 1 0 200px;
  max-width: 100%;
}

.utility-bar .top-bar-left {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  margin-right: auto;
  max-width: 100%;
}

.utility-bar .top-bar-right {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.utility-bar .top-bar-right ul {
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.utility-bar .top-bar-right ul > li:first-child > a {
  padding-left: 0;
}

.utility-bar .top-bar-right ul > li:last-child > a {
  padding-right: 0;
}

.utility-bar .top-bar-right ul > li > a {
  margin-left: 0.75rem;
  font-weight: 300;
  font-size: 14px;
  color: #f2fbfc;
  line-height: 1.3rem;
  padding: 0.5rem 0.625rem;
  display: block;
}

.utility-bar .top-bar-left a img {
  display: inline-block;
  vertical-align: middle;
}

.utility-bar .top-bar-left a {
  font-weight: 300;
  font-size: 14px;
  color: #f2fbfc;
  line-height: 1.3rem;
}

.utility-bar .top-bar-right ul:hover > li > a {
  color: rgba(242,251,252,.5);
}

.utility-bar .top-bar-right ul > li > a:hover {
  color: #f2fbfc;
}


.main-navbar.page-center {
  padding: 1rem;
  padding-top: 0;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-menu-primary {
  flex: 1 0 450px;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  margin-right: auto;
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  display: flex;
  line-height: 1.6;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #f2fbfc;
  padding: 0.5rem 1.25rem;
  font-weight: 300;
  line-height: 1.3rem;
  display: block;
  font-size: 14px;
  background: transparent !important;
  font-family: "Open Sans","Helvetica Neue",helvetica,roboto,arial,sans-serif;
}

.main-navbar .hd-btn-wrapper {
  flex: 1 0 200px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  margin-left: auto;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.main-navbar .hd-btn-wrapper a {
  margin-left: 0.75rem;
  font-size: .875rem;
  font-weight: 500;
  text-transform: none;
  border-radius: 4px;
  background-color: #e5b44e;
  color: #003234;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  margin-left: 0.75rem;
  margin-bottom: 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-family: inherit;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.main-navbar .hd-btn-wrapper a:hover {
  background-color: #cca046;
  color: #003234;
}

.custom-menu-primary .hs-menu-wrapper>ul:hover>li>a{
  color: rgba(242,251,252,.5);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: #f2fbfc;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper{
  border: none !important;
  width: 100%;
  margin: 0 auto !important;
  left: 0% !important;
  right: 0% !important;
  padding: 1rem;
  padding-bottom: 45px;
  position: absolute;
  z-index: 10;
  font-size: 1rem;
  top: 176.469px;
  visibility: hidden;
  display: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper > ul {
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper > ul > li {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-top: 12px;
  flex: 1 1 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper > ul > li:first-child {
  border-right: 1px solid #006366;
  padding-right: 50px;
  margin-right: 50px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper > ul > li ul {
  flex-wrap: nowrap;
  flex-direction: column;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper > ul > li ul li a {
  font-size: 20px;
  margin-bottom: 25px;
  padding: 0;
  font-weight: 300;
  line-height: 1.3rem;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper > ul > li ul li a:hover {
  text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper > ul > li:first-child > ul > li > a {
  font-family:Merriweather,Georgia,Roboto Slab,Times New Roman,serif;
  color: #fff;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-rendering: optimizeLegibility;
  font-style: normal;
  cursor: text;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper>ul>li:first-child>ul>li>a:hover {
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper>ul>li:first-child>ul>li>p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper>ul>li:nth-child(2) > ul > li:last-child > a {
  margin-bottom: 12px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>.dropdwon-wrapper {
  display: block;
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:after {
  width: 100%;
  background: transparent;
  content: "";
  height: 30px;
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover:after{
  display:block;
}

@media(min-width:640px){
  .mobile-toggle-wrapper{
    display:none;
  }

  .mobile-menu-wrap{
    display:none;
  }
}


@media(max-width:1039px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0.5rem;
  }
}

@media(min-width:640px)and(max-width:845px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0.4rem;
    font-size: 12px;
  }

  .main-navbar .hd-btn-wrapper {
    flex: 1 0 auto;
  }

  .main-navbar .hd-btn-wrapper a {
    margin-left: 0;
  }
}

@media screen and (max-width: 639px) and (max-height: 500px){
  .show .main-navbar.page-center {
    display: block;
    height: calc(100vh - 121px) !important;
    overflow-y: auto;
  }

}

@media(max-width:639px){
  header.header .utility-bar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  header.header .hd-top .page-center .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  header.header.lp-header .utility-bar {
    padding: 1.3rem;
    padding-left: 0;
  }

  .utility-bar .top-bar-right {
    display: none;
  }

  .mobile-toggle-wrapper {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    text-align: right;
    flex: 1 1 0px;
  }

  .hamburger {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    color: #cdcbfe;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;

  }

  .hamburger:hover,
  .hamburger:focus{
    background-color: transparent;
    border: 0;
    margin: 0;
    opacity: .7;
  }

  .hamburger:focus{
    background-color: transparent;
    border: 0;
    margin: 0;
  }

  .hamburger .hamburger-box {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    position: relative;
  }

  .hamburger .hamburger-inner,.hamburger .hamburger-inner::before,.hamburger .hamburger-inner::after {
    width: 100%;
  }

  .hamburger--collapse .hamburger-inner {
    top: auto;
    display: block;
    margin-top: -2px;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 4px;
    background-color: #cdcbfe;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
  }

  .hamburger--collapse .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger-inner::before {
    top: -10px;
  }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity .1s linear;
  }

  .hamburger-inner::after {
    bottom: -10px;
  }

  .utility-bar .top-bar-left {
    display: flex;
    align-items: center;
    flex: 1 1 0px;
  }

  .utility-bar .top-bar-left a {
    padding: 1.25rem;
  }

  .show .hamburger--collapse .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(
      -45deg
    );
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .show .hamburger-inner::before {
    top: 0;
    transform: rotate(
      -90deg
    );
    transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .show .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity .1s .22s linear;
  }

  .main-navbar.page-center {
    padding: 0;
    flex-direction: column;
  }

  .custom-menu-primary {
    flex: 1 0 100%;
    width: 100%;
    display: none;
  }
  .mobile-menu-wrap{
    width:100%
  }

  .main-navbar .hd-btn-wrapper {
    flex: 1 0 100%;
    width: 100%;
    justify-content: flex-start;
    display: block;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul {
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul li {
    width: 100%;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>a {
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    display: block;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul {
    padding-left: 15px;
    flex-wrap: nowrap;
    flex-direction: column;
    display:none;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>a {
    font-weight: bold;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul>li a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    display: block;
  }

  .mobile-menu-wrap .hs-menu-wrapper>ul>li>ul>li a:hover {
    font-weight: bold;
    text-decoration: underline;
  }


  .main-navbar.page-center {
    display: none;
  }

  .show .main-navbar.page-center {
    display: block;
    height: auto;
    overflow-y: auto;
  }

  .mobile-menu-wrap .mb-sepretor {
    height: 1px;
    margin: 10px 20px;
    border-bottom: 1px solid #cdcbfe;
    display: block;
    position: relative;
    max-width: 64rem;
    clear: both;
    overflow: hidden;
    background: transparent;
  }

  .main-navbar .hd-btn-wrapper a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff !important;
    width: auto;
    margin-left: 0;
  }

  .main-navbar .hd-btn-wrapper a:hover {
    color: #003234 !important;
  }
}

/* s2 FIXES ON HEADER */

.custom-menu-primary {
  flex: 1 0 calc(100% - 200px);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left:0px;
  padding-right:0px;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  gap:0px 1rem;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>.dropdwon-wrapper {
  top: 100% !important;
}

.mobile-menu-wrap .hs-menu-wrapper>ul>li.child-open>ul {
    display: block;
}


@media (max-width:900px) and (min-width:639px){
  body {
    margin-top:50px;
  }
}
@media (min-width:639px){
  .main-navbar.page-center {
    align-items: flex-start;
  }
}
@media (max-width:639px){
  .main-navbar.page-center {
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: 50px;
  }
}
/* s2 FIXES ON HEADER */





/* BBM header */
@media(max-width:639px){
  header.bbm-header .main-navbar {
    max-height: 80vh;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  header.bbm-header .main-navbar {
    display: none;
  }
  .show header.bbm-header .main-navbar {
    display: block;
    height: auto;
    overflow-y: auto;
  }
}

header.bbm-header {
  width: 100%;
}

@media(min-width:639px){
  header.bbm-header .header-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content:space-between;
  }
  header.bbm-header .utility-bar {
    padding: 0px 0px 0px;
  }
  header.bbm-header .main-navbar.page-center {
    padding: 7px 0px;
  }
  header.bbm-header .utility-bar {
    padding:0px;
    margin: 0px;
  }
  header.bbm-header .custom-menu-primary .hs-menu-wrapper>ul {
    gap: 0 1em;
  }
}

@media (max-width:1140px) and (min-width:639px){
  header.bbm-header .header-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom:15px;
  }
  
  header.bbm-header .custom-menu-primary .hs-menu-wrapper>ul a{
    font-size:12px;
  }
}
@media(min-width:992px){
  header.bbm-header .custom-menu-primary .hs-menu-wrapper>ul {
    gap: 0 1em;
  }
}
@media(min-width:1140px){
  header.bbm-header .header-inner {
    padding:0px;
  }
  header.bbm-header .custom-menu-primary .hs-menu-wrapper>ul {
    gap: 0 40px;
  }
}

header.bbm-header .header-inner {
  max-width: 1140px;
  column-gap: 30px;
}

@media (max-width:639px){
  header.bbm-header .utility-bar .top-bar-left a {
    padding: 0px;
  }
}
footer.footer {
  padding: 1em;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #002b2d;
  color: #fff;
}

footer.footer.lp-footer .footer-logo-wrap a img {
  margin-bottom: 0;
}


.footer-container {
  max-width: 1440px;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

footer.footer .footer-column {
  padding: 0 calc(8.333% + 5px);
  flex: 1 1 0px;
}

footer.footer .footer-column .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: flex;
  flex-flow: row wrap;
}

.second-row .ft-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.second-row .ft-item1 {
  padding-left: 0;
}

.row.third-row p {
  display: block;
  margin-top: 4rem;
  font-family: "Open Sans",sans-serif;
  font-size: .75rem;
  font-weight: 200;
  line-height: 160%;
  color: #fff;
  margin-bottom: 0;
}

.second-row .ft-item.social-wrap {
  padding-left: 0;
  padding-right: 0.9375rem;
  flex: 0 0 100%;
  max-width: 100%;
}

.ft-item h6 {
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  line-height: 180%;
  color: #fff;
  font-weight: 500;
  border-top: none;
  padding-top: 0;
  margin-bottom: 0.75rem;
}

.second-row .social-wrap h6 {
  margin-top: -0.25rem;
}

.second-row .ft-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
  font-size: 14px;
}

.second-row .social-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 3rem;
  display: block;
  font-size: .875rem;
}

.second-row .social-wrap ul li {
  padding: 0.25rem 0;
  display: inline-block;
  padding-right: 1.5rem;
}


.second-row .ft-menu ul li {
  padding: 0.25rem 0;
  font-size: inherit;
}

.second-row .ft-menu ul li a {
  font-family: "Open Sans",sans-serif;
  font-size: .875rem;
  font-weight: 200;
  line-height: 140%;
  color: #fff;
  display: inline-block;
  margin: 0;
}


.second-row .ft-item.ft-item4.ft-menu ul > li:nth-child(4) {
  padding-top: 1.5rem;
}

.footer-btn-wrapper {
  margin-bottom: 3rem;
}

.footer-btn-wrapper a {
  font-size: .875rem;
  line-height: 111%;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  background-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  border: 1px solid #fff;
  background: transparent;
  vertical-align: middle;
}

.footer-btn-wrapper a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0iY3VycmVudENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTIuMDc1IDcuNDA4NDJMOC41NzUgMTAuOTA4NEM4LjQ1ODMzIDExLjAyNTEgOC4zNDE2NyAxMS4wODM0IDguMTY2NjcgMTEuMDgzNEM3Ljk5MTY3IDExLjA4MzQgNy44NzUgMTEuMDI1MSA3Ljc1ODMzIDEwLjkwODRDNy41MjUgMTAuNjc1MSA3LjUyNSAxMC4zMjUxIDcuNzU4MzMgMTAuMDkxN0wxMC4yNjY3IDcuNTgzNDJIMi4zMzMzM0MxLjk4MzMzIDcuNTgzNDIgMS43NSA3LjM1MDA4IDEuNzUgNy4wMDAwOEMxLjc1IDYuNjUwMDggMS45ODMzMyA2LjQxNjc1IDIuMzMzMzMgNi40MTY3NUgxMC4yNjY3TDcuNzU4MzMgMy45MDg0MUM3LjUyNSAzLjY3NTA4IDcuNTI1IDMuMzI1MDggNy43NTgzMyAzLjA5MTc1QzcuOTkxNjcgMi44NTg0MSA4LjM0MTY3IDIuODU4NDEgOC41NzUgMy4wOTE3NUwxMi4wNzUgNi41OTE3NUMxMi4xMzMzIDYuNjUwMDggMTIuMTkxNyA2LjcwODQyIDEyLjE5MTcgNi43NjY3NUMxMi4yNSA2Ljg4MzQyIDEyLjI1IDcuMDU4NDIgMTIuMTkxNyA3LjIzMzQyQzEyLjE5MTcgNy4yOTE3NSAxMi4xMzMzIDcuMzUwMDggMTIuMDc1IDcuNDA4NDJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIuMDc1IDcuNDA4NDJMOC41NzUgMTAuOTA4NEM4LjQ1ODMzIDExLjAyNTEgOC4zNDE2NyAxMS4wODM0IDguMTY2NjcgMTEuMDgzNEM3Ljk5MTY3IDExLjA4MzQgNy44NzUgMTEuMDI1MSA3Ljc1ODMzIDEwLjkwODRDNy41MjUgMTAuNjc1MSA3LjUyNSAxMC4zMjUxIDcuNzU4MzMgMTAuMDkxN0wxMC4yNjY3IDcuNTgzNDJIMi4zMzMzM0MxLjk4MzMzIDcuNTgzNDIgMS43NSA3LjM1MDA4IDEuNzUgNy4wMDAwOEMxLjc1IDYuNjUwMDggMS45ODMzMyA2LjQxNjc1IDIuMzMzMzMgNi40MTY3NUgxMC4yNjY3TDcuNzU4MzMgMy45MDg0MUM3LjUyNSAzLjY3NTA4IDcuNTI1IDMuMzI1MDggNy43NTgzMyAzLjA5MTc1QzcuOTkxNjcgMi44NTg0MSA4LjM0MTY3IDIuODU4NDEgOC41NzUgMy4wOTE3NUwxMi4wNzUgNi41OTE3NUMxMi4xMzMzIDYuNjUwMDggMTIuMTkxNyA2LjcwODQyIDEyLjE5MTcgNi43NjY3NUMxMi4yNSA2Ljg4MzQyIDEyLjI1IDcuMDU4NDIgMTIuMTkxNyA3LjIzMzQyQzEyLjE5MTcgNy4yOTE3NSAxMi4xMzMzIDcuMzUwMDggMTIuMDc1IDcuNDA4NDJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat center center;
  height: 0.875rem;
  width: 0.875rem;
  line-height: normal;
  margin-left: 0.25rem;
  vertical-align: middle;
}

.footer-btn-wrapper a:hover {
  color: #fff;
  background-color: #008084;
  border-color: #008084;
}

.footer-logo-wrap {
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-logo-wrap a img {
  /*   max-height: 1.5rem; */
  margin-bottom: calc(3rem + 2px);
  display: inline-block;
  vertical-align: middle;
/*   max-width: 100%; */
  max-width:70px;
  height: auto;
  -ms-interpolation-mode: bicubic;
  /*   width: auto !important; */
  width:70px !important;
}


.second-row .ft-item4.ft-menu ul li a {
  text-decoration: underline;
}

.second-row .ft-item4.ft-menu ul li a:hover {
  text-decoration: none;
}

@media(max-width:1319px){
  footer.footer .footer-column {
    padding: 0 18px;
  }
}

@media(max-width:1023px){
  .second-row .ft-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media(max-width:799px){
  footer.footer {
    padding-top: 35px;
    padding-bottom: 15rem;
  }
  
  footer.footer.lp-footer {
    padding-bottom: 3rem;
  }

  .second-row .social-wrap ul {
    margin-bottom: 1.5rem;
  }

  .second-row .social-wrap ul li {
    margin-left: 1.5rem;
    padding: 0.25rem 0;
    display: block;
  }

  .second-row .social-wrap h6 {
    font-size: 1rem;
    font-weight: 200;
  }

  .second-row .ft-menu ul {
    margin-bottom: 1.5rem;
  }

  .second-row .ft-menu ul li {
    margin-left: 1.5rem;
    padding: 0.25rem 0;
  }

  .ft-item h6 {
    font-size: 1rem;
    font-weight: 200;
  }

  .footer-logo-wrap a img {
    /*     max-height: 1.125rem; */
    margin-bottom: calc(2rem + 2px);
  }

  .footer-btn-wrapper {
    margin-bottom: 2.25rem;
  }

  .second-row .social-wrap h6 {
    margin-top: 0;
  }
}


@media(max-width:639px){
  footer.footer .footer-column .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }

  .second-row .ft-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
/* Menu and simple menu */

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