*, *: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 ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid{
  margin: 0 auto;
  padding: 0 20px;
}


.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: "Helvetica";
  src: url(//20620230.fs1.hubspotusercontent-na1.net/hubfs/20620230/raw_assets/public/EDMO_March2022/fonts/6198d93aa87652162b3b71be_Helvetica.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face { 
  font-family: "Helvetica";
  src: url(//20620230.fs1.hubspotusercontent-na1.net/hubfs/20620230/raw_assets/public/EDMO_March2022/fonts/619b7ce85bf2845188d2b19e_Helvetica-Bold-Font.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; 
}

@font-face { 
  font-family: "Proxima nova";
  src: url("https://assets.website-files.com/6182cb8718cfe046f2efb11f/6198da94bfd1d80581eed084_Proxima-Nova-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face { 
  font-family: "Proxima nova";
  src: url("https://assets.website-files.com/6182cb8718cfe046f2efb11f/6198dd9b253a485b10d0212e_Proxima-Nova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face { 
  font-family: "Proxima nova";
  src: url("https://assets.website-files.com/6182cb8718cfe046f2efb11f/6198de81f292e135fe2f6df9_Proxima-Nova-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}


body {
  line-height: 29px;
  word-break: break-word;
  background-color: #fff
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

/* Paragraphs */

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


img {
  max-width: 100%;
}
/* 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;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top:0;
}

h1{
  line-height: 1;
  margin-top: 20px;
}

h2{
  margin-top: 20px;
  line-height: 1.05;
}

h3{
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1;
}

h4{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.12;
}

h5{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.15;
}

h6{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.11;
}

/* 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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  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;
}
/* Form fields */

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


/* Labels */

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

/* 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 {
  width: 100%;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  outline:none;
}

.field .input .hs-button {
  margin-top: 20px;
}

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: #f2545b;
}

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

.hs-error-msg {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

label.hs-main-font-element {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  font-size: 14px;  
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  font-family: Montserrat;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



@media (max-width:767px){
  form.hs-form.stacked {
    margin-bottom: 30px;
  }
}
/* 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-mobile-logo {
  display: none;
}

header.header.lp-header .header-wrapper {
  min-height: 58px;
}

.cross-icons {
  display: none;
}

.header-deshktop-logo {
  left: 1.5%;
  width: 8rem;
  height: 8rem;
  position: absolute;
  margin-top: 24px;
}

.header-wrapper {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  flex: 0 auto;
}

.custom-menu-wrapper {
  display: flex;
}


.header-deshktop-logo .hs_cos_wrapper > a > img {
  height: 8rem;
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0.5rem;
}


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

.custom-menu-wrapper .hs-menu-wrapper>ul > li {
  position: relative;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li.active-items>a{
  font-weight:700;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding-top: 5px;
  color: #fff;
  transition: all 200ms ease;
  padding-bottom: 5px;
}

.custom-menu-wrapper .hs-menu-wrapper>ul > li > a {
  display: block;
  font-size: 16px;
  padding: 1.2rem 1rem;
  color: #fff;
  margin-right: 0px;
  margin-left: 0px;
  transition: all 200ms ease;
  line-height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  text-align: center;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(4)>a {
  width: 175px;
  max-width: 175px;
  min-width: 174px;
}


@media (max-width:1070px) and (min-width:992px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(4)>a,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(1)>a,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>a{
    min-width: 150px;
    max-width: 150px;
    width: 140px;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(6)>a {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(5)>a {
    width: 70px;
    max-width: 70px;
    min-width: 70px;
  }
}

@media (max-width:1919px){
  .header-deshktop-logo .hs_cos_wrapper>a>img {
    width: 4rem !important;
    height: 4rem;
  }

  .header-deshktop-logo {
    margin: 0;
    left: 0.5%;
    top: -10%;
  }
}

@media (min-width:1440px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(4)>a {
    width: 180px;
    max-width: 180px;
    min-width: 179px;
  }
}


@media (max-width:1439px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }

  .header-deshktop-logo {
    top: -9%;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
  }
}



@media (max-width:1279px){
  .header-deshktop-logo {
    top: 60%;
    z-index:99;
  }

  .header-deshktop-logo .hs_cos_wrapper>a>img {
    width: 6rem !important;
    height: auto;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width:1279px) and (min-width:992px){
  .header-deshktop-logo .hs_cos_wrapper>a>img {
    height: 6rem;
    max-width: 100%;
    vertical-align: middle;
    display: block;
    width: 6rem !important;
  }

  .header-deshktop-logo {
    left: 2.3%;
    width: 8rem;
    height: 8rem;
    position: absolute;
    margin-top: 24px;
    top: 0;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a {
    min-width: inherit !important;
    max-width: inherit !important;
    width: inherit !important;
  }
}

@media (max-width:1129px) and (min-width:992px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a {
    padding-right:0;
  }
}




@media (min-width:992px){
  .custom-menu-wrapper .hs-menu-wrapper>ul > li:nth-child(1) > a {
    width: 165px;
    max-width: 165px;
    min-width: 164px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
  }
  .custom-menu-wrapper .hs-menu-wrapper>ul > li:nth-child(2) > a{
    width: 190px;
    max-width: 190px;
    min-width: 189px;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul > li:nth-child(3) > a {
    width: 180px;
    max-width: 180px;
    min-width: 179px;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul > li:nth-child(5) > a {
    width: 105px;
    max-width: 105px;
    min-width: 104px;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul > li:nth-child(6) > a {
    width: 135px;
    max-width: 135px;
    min-width: 134px;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 165px;
    top: 100%;
    text-align: center;
    z-index: 555;
    display: block !important;
  }

  .custom-menu-wrapper .hs-menu-wrapper > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }

  .menu-button.w-nav-button {
    display: none;
  }

  .custom-menu-wrapper {
    display: flex!important;
    height: auto;
    overflow: visible!important;
  }
}


@media (max-width:991px){
  header.header.lp-header .header-wrapper {
    min-height: 60px;
  }

  .menu-button.w-nav-button > div > div {
    display: none;
  }

  .menu-button.w-nav-button > div:after,.menu-button.w-nav-button > div:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    transform-origin: center;
    transition: all .3s ease;
  }

  .menu-button.w-nav-button>div {
    height: 2px;
    width: 24px;
    background: #fff;
    transition: all .3s ease;
    top: 3px;
  }

  .mobile-open .menu-button.w-nav-button > div {
    background: transparent;
    top: 11px;
  }

  .menu-button.w-nav-button > div:after {
    top: 8px;
  }

  .menu-button.w-nav-button > div:before {
    top: 16px;
  }

  .mobile-open .menu-button.w-nav-button > div:before {
    transform: rotate(45deg);
    top: 0;
  }

  .mobile-open .menu-button.w-nav-button > div:after {
    transform: rotate(-45deg);
    top: 0;
  }
  body.mobile-open .cross-icons {
    display: block;
  }

  body.mobile-open .svg-trigger {
    display:none;
  }
  .custom-menu-wrapper {
    display: none;
  }

  .header-deshktop-logo {
    position: static;
    left: 1.8%;
    height: auto;
    float: left;
  }

  .header-wrapper {
    display: block;
  }

  .header-deshktop-logo .hs_cos_wrapper>a>img {
    width: 45px!important;
    padding-top: 15px;
    position: relative;
    left: 14%;
    top: 1px;
    padding-bottom: 1px;
  }

  .menu-button.w-nav-button {
    margin-right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #03045e;
    display: block;
    position: relative;
    float: right;
    padding: 18px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 24px;
  }

  .header-wrapper:before,.header-wrapper:after {
    clear: both;
    display: block;
    content: '';
  }

  .custom-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #03045e;
    width: 100%;
    z-index:9;
    display: block;
    flex-wrap: wrap;
    overflow-y: auto !important;
    max-height: calc(100vh - 60px);
    transform: translateY(-100%);
    transition: all .3s ease;
  }

  .custom-menu-wrapper>* {
    width: 100%;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul {
    display: block;
  }

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

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a,
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a{
    display: block;
    text-align: center;
    width: auto;
    max-width: 100%;
    min-width: auto;
    font-family: 'Proxima nova',sans-serif;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-left: 0px;
    padding: 1.2rem 1rem;
    line-height: 20px;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li:nth-child(4)>a {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul {
    display: none;
  }

  .custom-flag-wrappers {
    text-align: center;
  }


  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px !important;
    min-width: 55px !important;
    height: 58.38px;
    padding: 0 !important;
  }
  .child-trigger:hover {
    text-decoration: none
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  .child-trigger i:after {
    position: absolute;
    content: ''
  }
  .child-trigger i,.child-trigger i:after {
    width: 10px;
    height: 2px;
    background-color: #fff;
    display: block
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  .child-trigger i,.child-trigger i:after {
    background-color: #fff;
  }
  .menu-button.w-nav-button:before {
    content: "";
    background: rgba(3,4,94,1.0);
    position: absolute;
    height: 60px;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
  }

  .menu-button.w-nav-button {
    z-index: 10;
    position: static;
  }

  .header-mobile-logo,.header-deshktop-logo {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
  }

  .menu-button.w-nav-button > div {
    position: relative;
    z-index: 11;
  }

  .mobile-open .custom-menu-wrapper {
    transform: none;
  }

}

@media (max-width:900px){
  .header-deshktop-logo .hs_cos_wrapper>a>img{
    left: 12.2%;
  }
}

@media (max-width:800px){
  .header-deshktop-logo .hs_cos_wrapper>a>img{
    left: 11.2%;
  }
}


@media (max-width:767px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a, 
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .custom-menu-wrapper {
    padding-bottom: 2rem;
  }

  .header-deshktop-logo .hs_cos_wrapper>a>img{
    left: 19%;
  }

}


@media (max-width:479px){
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>a, 
  .custom-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-deshktop-logo .hs_cos_wrapper>a>img{
    left: 8%;
  }

  .child-trigger {
    height: 52px !important;
  }
}


@media (max-width:320px){
  .header-deshktop-logo .hs_cos_wrapper>a>img {
    left: 5%;
    width: 45.47px!important;
    padding-bottom: 0;
    top: 1px;
  }
}
.footer-wrapper {
  position: relative;
  z-index: 9999;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  align-items: flex-start;
  background-color: #05055d;
  color: #fff;
}

.form-wrapper {
  padding-left: 10vw;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.footer-form {
  margin: 0 0 15px;
  width: 30rem;
  margin-left: 18rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom:0;
}

.footer-heading-signup .hs_cos_wrapper>div {
  font-family: 'Proxima nova', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
}

.footer-botoom-wrapper {
  display: flex;
  margin-left: 6rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
  padding-bottom: 1px;
}

.footer-purple-line {
  width: 85%;
  height: 2px;
  margin-bottom: 3rem;
  margin-left: 6rem;
  background-color: #6251b9;
}

.footer-menu-wrapper {
  padding-left: 10vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo-wrapper {
  margin-left: -2px;
}

.footer-menu .hs-menu-wrapper>ul>li:nth-child(3)>a {
  margin-top: -1px;
}

.footer-main-wrapper {
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.footer-logo-wrapper .hs_cos_wrapper > a > img {
  object-position: 0 50%;
  max-width: 100%;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  left: 2px;
}

.footer-logo-wrapper .hs_cos_wrapper > a {
  width: 10rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  display: block;
}

.copyright {
  width: 50rem;
}

.social-icons {
  display: flex;
  margin-right: 10em;
  padding-left: 2rem;
  position: relative;
  top: 1px;
} 

.custom-social-icons {
  display: flex;
}

.copyright .hs_cos_wrapper > div {
  line-height: 1.4rem;
  text-align: left;
}

.footer-address-wrapper {
  margin-left: 10vw;
  display: flex;
  width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 2rem;
}

.footer-menu {
  width: 20rem;
  margin-left: 2rem;
  line-height: 2.3rem;
}

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

.footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
}


body.form-popup .pop-up-form-wrapper {
  visibility:visible;
  opacity: 1;
}

.pop-up-form-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999999;
  width: 100vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #db275d;
  opacity:0;
  visibility:hidden;
  transition:all 0.3s ease;
}

.pop-up-form-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 65%;
  display: block;
  width: 45rem;
  height: 48rem;
  margin: 5vh auto auto;
  padding: 5vh 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
}

.pop-up-cross-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  cursor: pointer;
}

.pop-up-cross-icon .hs_cos_wrapper > img {
  display: block;
  width: 54px!important;
  padding: 17px;
}

.pop-up-form-container .hs-form-field {
  margin-bottom: 18px;
  margin-top: -5px;
}

.pop-up-form-container .hs_firstname {
  margin-top: -5px;
}

.pop-up-form-container form textarea {
  height: auto;
  padding: 10px 15px;
}

.pop-up-form-container .hs_i_would_like_to_receive_emails_about {
}

.pop-up-form-container .hs-i_would_like_to_receive_emails_about.hs-form-field {
  margin-top: -14px;
}

.pop-up-form-container ul.inputs-list.multi-container > li {
  margin: 0;
  padding: 0;
}

.pop-up-form-container ul.inputs-list.multi-container {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top:5px;
}

.pop-up-form-container ul.inputs-list.multi-container > li + li {
  display: block;
  width: 100%;
  line-height: 18px;
}

.pop-up-form-container .hs-input.invalid.error {
  border-color: #c87872;
}

.pop-up-form-container ul.inputs-list.multi-container > li:nth-child(2) + li{
  padding-top:2px;
}

.pop-up-form-container form input[type=checkbox],
.pop-up-form-container form input[type=radio] {
  margin-top: -2px;
}

.pop-up-form-container ul.inputs-list.multi-container > li:nth-child(2) + li{
  padding-top:1px;
}

.pop-up-form-container .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0!important;
  width: 100%!important;
  display: block!important;
}

.pop-up-form-container .legal-consent-container .hs-form-booleancheckbox-display>span>p {
  font-family: Montserrat;
  color: #33475b;
  display: block;
  font-size: 14px;
  float: none;
  width: 100%!important;
  padding: 0px;
  line-height: 18px;
  white-space: nowrap;
  font-weight: normal;
  margin-left: 25px!important;
  position: relative;
  top: 1px;
}

.pop-up-form-container form .inputs-list>li {
  margin: 0;
}

.pop-up-form-container .legal-consent-container .hs-form-booleancheckbox-display input {
  position: relative;
  top: 6px;
  left: 5px;
}

.pop-up-form-container .footer-heading-signup .hs_cos_wrapper > div {
  font-family: 'Proxima nova';
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
}

.pop-up-form-container form input[type=submit],
.pop-up-form-container form .hs-button {
  margin-top: 23px;
  padding: 12px 23px;
}


.pop-up-form-container .hs-error-msg {
  float: none;
  width: auto;
  padding: 0;
  line-height: 0;
  font-size: 14px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pop-up-form-container form .inputs-list>li {
  margin: 0;
  line-height: normal;
}

.pop-up-form-container ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

footer.footer .footer-form .hs-input.invalid.error {
  border-color: #c87872;
}

footer.footer .footer-form label.hs-error-msg,
footer.footer .footer-form label.hs-main-font-element {
  margin: 0;
  display: block;
  color: #f2545b !important;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  padding-left: 5px;
}


footer.footer .footer-form .actions {
  margin-top: 18px;
  margin-bottom: 15px;
  padding: 17px 0px;
  text-align: right;
}

footer.footer .footer-form form input[type=submit],footer.footer .footer-form form .hs-button {
  background: #dd265d;
  border-color: #dd265d;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
}


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

footer.footer .footer-form ul.inputs-list.multi-container {
  padding-top: 6px;
  width: 100%;
  padding-left: 5px;
}

footer.footer .footer-form form .inputs-list>li {
  margin: 0;
  padding-top: 2px;
  line-height: normal;
}

footer.footer .footer-form .hs-input[type=checkbox],footer.footer .footer-form  .hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  bottom: 2px;
}

footer.footer .footer-form form input[type=text], 
footer.footer .footer-form form input[type=email],
footer.footer .footer-form form input[type=password],
footer.footer .footer-form form input[type=tel],
footer.footer .footer-form form input[type=number],
footer.footer .footer-form form input[type=file],
footer.footer .footer-form form select,
footer.footer .footer-form form textarea {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  height: 40px;
  display: inline-block;
  max-width: 100%;
  border: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border-radius: 0;
  background: transparent;
  border-bottom: 2px solid #cad5e2;
}

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

@media(min-width:1440px){
  .footer-form{
    margin-left: 18rem;
  }
}


@media (min-width:1920px){
  .footer-form{
    margin-left: 20vw
  }
}



@media (max-width:1919px){
  .footer-address-wrapper {
    margin-left: 2rem;
    line-height: 2rem;
  }

  .footer-botoom-wrapper{
    padding-bottom:0;
  }

  .footer-logo-wrapper {
    margin-left: 0;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(3)>a {
    margin-top: 0;
  }

  .footer-main-wrapper {
    margin-left: 2px;
  }

  .footer-logo-wrapper .hs_cos_wrapper>a {
    width: auto !important;
  }

  .footer-logo-wrapper .hs_cos_wrapper>a>img {
    left: -1px;
  }
}


@media (max-width:1439px){
  .footer-menu-wrapper {
    padding-left: 3rem;
  }

  .footer-logo-wrapper .hs_cos_wrapper>a>img{
    left: -2px;
  }

  .form-wrapper {
    padding-left: 0;
    margin-bottom: 1rem;
    margin-left: 6rem;
    margin-right:1rem;
  }
}

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


@media (max-width:991px){
  .footer-mobile-logo {
    display: block;
  }
  .footer-logo-wrapper {
    display: none;
  }

  .footer-botoom-wrapper {
    margin-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .footer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright .hs_cos_wrapper>div {
    text-align: center;
    width: 100%;
  }

  .copyright {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .social-icons {
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-main-wrapper {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  } 

  .footer-address-wrapper {
    width: auto;
    margin-left: 0rem;
    margin-bottom: 2rem;
  }

  .footer-menu {
    width: auto;
    margin-left: 4rem;
    line-height: 2.3rem;
  }

  .footer-menu-wrapper {
    padding: 0;
  }

  .footer-mobile-logo .hs_cos_wrapper > a {
    width: 10rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    display: block;
  }

  .footer-mobile-logo .hs_cos_wrapper > a > img {
    object-position: 0 50%;
    padding-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 6rem !important;
    margin-bottom: -1px;
  }

  .footer-purple-line {
    margin-left: 4rem;
  }

  .form-wrapper {
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-form {
    margin-left: 0;
  }

  .footer-heading-signup .hs_cos_wrapper>div {
    margin-bottom: 2rem;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(2)>a {
    margin-top: -1px;
  }

}



@media (max-width:767px){
  .footer-form form.hs-form.stacked {
    margin-bottom:0;
  }
  .pop-up-form-wrapper {
    height: 100%;
    width: 100%;
  }

  .pop-up-form-container {
    width: 25rem;
  }

  .pop-up-form-container .legal-consent-container .hs-form-booleancheckbox-display>span>p {
    white-space: normal;
  }
  .footer-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-address-wrapper {
    width: 90vw;
    margin-left: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-direction: row;
  }

  .footer-mobile-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 6rem;
  }

  .footer-address-wrapper .hs_cos_wrapper {
    padding-right: 3rem;
  }

  .footer-menu {
    margin-left: 0;
  }


  .footer-mobile-logo .hs_cos_wrapper>a>img {
    padding-bottom: 0;
  }

  .footer-menu .hs-menu-wrapper>ul>li:first-child>a {
    padding-bottom: 2px;
  }

  .footer-purple-line {
    margin-right: auto;
    margin-left: auto;
  }

  .form-wrapper {
    width: 90vw;
    margin-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-heading-signup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-heading-signup .hs_cos_wrapper>div {
    text-align: center;
  }
}


@media (max-width:540px) and (min-width:480px){
  .footer-form{
    padding-right:65px;
  }

}

@media (max-width:479px){
  .footer-main-wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pop-up-form-container {
    width: 17rem;
    height: 49rem;
  }

  .footer-menu {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .footer-address-wrapper {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-address-wrapper .hs_cos_wrapper {
    padding-right: 0;
  }

  .footer-menu .hs-menu-wrapper>ul {
    margin-bottom: 10px;
  }

  .footer-Partner-Programs-container.footer-menu,
  .footer-Summer-Camps-menu-container.footer-menu{
    margin-bottom: 9px;
  }

  .footer-address-wrapper .hs_cos_wrapper > a {
    display: block;
  }

  .footer-mobile-logo {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }

  .footer-mobile-logo .hs_cos_wrapper>a>img {
    width: 10rem !important;
    margin-bottom: 20px;
  }

  .footer-mobile-logo {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }

  .footer-mobile-logo .hs_cos_wrapper>a>img {
    width: 10rem !important;
    margin-bottom: 20px;
  }

  footer.footer .footer-form form {
    width: 100%;
  }

  .footer-form {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 320px;
  }

  .form-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .footer-heading-signup .hs_cos_wrapper>div {
    font-size: 16px;
  }

}

@media (max-width: 1051px) and (min-width: 992px) {
  .footer-heading-signup {
    min-width: 140px;
  }

  .footer-form {
    margin-left: calc(18rem - 120px);
  }
}



@media (max-width:370px) and (min-width:320px){
  .footer-form{
    max-width: 270px;
  }
}
