*, *: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 {
  margin: 0 auto;
}



.dnd-section > .row-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/WSD_August2021/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/free-fa-brands-400.woff2) format("woff2"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/FontAwesome5Brands-Regular.svg) format("svg");
  font-style: normal;
  font-weight: 400; 
  font-display: block;
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/WSD_August2021/fonts/FontAwesome5Free-Regular.eot") format("embedded-opentype"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/free-fa-regular-400.woff2) format("woff2"), 
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/FontAwesome5Free-Regular.woff) format("woff"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/FontAwesome5Free-Regular.ttf) format("truetype"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/FontAwesome5Free-Regular.svg) format("svg"); 
  font-style: normal;
  font-weight: 400; 
  font-display: block;
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/WSD_August2021/fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/free-fa-solid-900.woff2) format("woff2"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/FontAwesome5Free-Solid.svg) format("svg");
  font-style: normal; 
  font-weight: 900; 
  font-display: block; 
}

@font-face {
  font-family: monologueBold; 
  src: url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/Monologue%20SSi%20Bold.ttf); 
}

@font-face { 
  font-family: monologueRegular;
  src: url(//24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/raw_assets/public/WSD_August2021/fonts/Monologue%20SSi%20Regular.ttf);
}

@font-face { 
  font-family: proximaNovaBold; 
  src: url("https://24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/WSD_August2021/fonts/Proxima-Nova-Bold.otf");
}

@font-face { 
  font-family: proximaNovaRegular;
  src: url("https://24913764.fs1.hubspotusercontent-eu1.net/hubfs/24913764/WSD_August2021/fonts/Proxima-Nova-Regular.otf");
}

body {
  line-height: 1.5;
  word-break: break-word;
}
body.body_main_wrapper {
  padding-top: 120px;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  font-size:16px;
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}
@media(max-width:550px){
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 35px!important;
  }
}
/* 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 {
  box-sizing: content-box;
  height: 0;
  margin-top: 16px;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

@media (max-width: 1199.98px){
  body.body_main_wrapper {
    padding-top: 100px;
  }
}
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 {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
}

/* 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 {
  border:none;
  border-radius: 3px;
  width: 100% !important;
  font-family: proximaNovaRegular;
  font-size: 16px;
  padding: 15px 30px;
  margin: 12px 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 10px 0;
  min-height: 52px;
  font-weight: 400;
  outline: none;
}
form input[type=text]::focus,
form input[type=email]::focus,
form input[type=password::focus],
form input[type=tel]::focus,
form input[type=number]::focus,
form input[type=file]::focus,
form select::focus,
form textarea::focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  border:1px solid #495057;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  transition: .25s;
  font-family: monologueBold;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  margin-bottom: 10px;
  border-radius: 10px 0;
  border: 1px soild #ccc;
}
.form-title {
  font-size: 36px;
  font-family: monologueBold;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}
.hs_cos_wrapper_type_password_prompt, 
.hs-search-field__bar, 
.hs_cos_wrapper_type_form, 
.widget-type-blog_subscribe, 
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message, 
.widget-type-email_simple_subscription, 
.section.post-footer form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset {
  background-color: transparent;
  max-width: 750px;
  margin-bottom: 15px;
  display:block;
  padding: 20px;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header ul{
  margin:0;
  padding:0;
  list-style:none;
}
header.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 120px;
  transition: all .25s ease-in-out;
  z-index: 400;
  width: 100%;
}

.header_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.top_container{
  position:relative;
}

.header .custom_upper_menu {
  font-size: 14px;
  min-height: 55px;
  right: 0;
  padding-left: 15px;
  align-items: center;
  border-radius: 0 0 0 25px;
  top: 0;
  position: absolute;
}
.header  nav.custom_upper_menu_inner ul {
  font-family: monologueBold;
  font-size: 1em;
  padding-right: 40px;
  align-items: center;
  display: flex;
}
.header  .custom_upper_menu:after {
  top: 0;
  position: absolute;
  content: '';
  width: calc((100vw - 1140px)/ 2 + 15px);
  height: 100%;
  right: calc((-100vw + 1140px)/ 2 - 15px);
}

.header   .custom_upper_menu_inner i.fa.fa-home:before {
  content: "\f015";
}
.header  .custom_upper_menu_inner i.fa.fa-home {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1em;
  color: #e1081c;
}
.header .custom_upper_menu_inner ul li a {
  color: #4d4e4c;
}
.header .desktop-search {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 0;
  background: #fff;
  border-radius: 17px;
  overflow: hidden;
  transition: .25s;
  z-index: 9000;
  top: 10px;
}

.header .desktop-search input {
  width: calc(100% - 30px);
  height: auto;
  padding: 7px 5px 7px 16px;
  font-family: monologueRegular;
  font-size: 16px;
  border-radius: 10px 0;
  border: 0 !important;
  line-height: 24px;
  min-height: 100%;
  margin: 0;
  margin-top: -2px;
}

.header button.fa.fa-search {
  font-size: 16px;
  top: 7px;
  left: auto;
  right: 4px;
  border: 0;
  background: #FFF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-weight: 900;
  position: absolute;
  padding: 1px 6px;
  color:#000;
}

.header .fa-times {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 40px;
  top: 10px;
  color: #4d4e4c;
  font-size: 16px;
}

.header .fa-times:before {
  content: "\f00d";
}

.header .fa-search:before {
  content: "\f002";
}
.header .custom_navbar_menu {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #f4f4f4;
}
.header  .custom_navbar_menu_inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.header  .header_logo a {
  position: absolute;
  top: 0;
}

.header  .header_logo a img {
  width: 125px !important;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.header  .custom-menu-primary {
  font-size: 1.1em;
  padding-top: 62px;
  margin-left: auto;
}
.custom-menu-primary .navigation-primary>ul {
  display: flex;
  align-items: center;
  font-size: 16px;
} 
.header .custom-menu-primary .navigation-primary>ul>li>a {
  padding-left: 40px;
  font-size: 1.1em;
  line-height: 26px;
  display: block;
  font-family: "Monologue SSi", monologueRegular, system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.header .custom-menu-primary .navigation-primary>ul>li {
  position: relative;
}

.header .custom-menu-primary .navigation-primary>ul>li:hover ul {
  visibility: visible;
  opacity: 1;
}
.header .custom-menu-primary .navigation-primary>ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 16px;
  width: 200px;
  box-shadow: 0 0 5px #ccc;
  text-align: center;
  padding: 0 10px 0 10px;
  visibility: hidden;
  opacity: 0;
}
.header .custom-menu-primary .navigation-primary>ul ul:before {
  content: "";
  width: 100%;
  height: 29px;
  top: -29px;
  left: 0;
  position: absolute;
}
.header .desktop-search input::placeholder{
  color:#757575;
}
.header .custom-menu-primary .navigation-primary>ul ul li:first-child a {
  padding-bottom: 0;
}
.header .custom-menu-primary .navigation-primary>ul ul li a {
  padding: 10px 0;
  display: block;
}
.header .custom_upper_menu_inner ul li a {
  display: block;
}
.header .custom_upper_menu_inner ul li:last-child a {
  width: 32px;
  height: 24px;
}
.header .custom_navbar_menu .header_container {
  height: 100%;
}
.header .desktop-search:hover {
  width: calc(100% - 10px);
}
.header  .hamburger {
  top: 25px;
  right: 25px;
  border-radius: 10px 0;
  position: absolute;
  padding: 10px;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  color: #fff;
  background-color: #e1081c;
  border: 0;
  z-index: 500;
  cursor: pointer;
}

.header  .hamburger-box {
  width: 30px;
  height: 21px;
  right: 15px;
  top: 12px;
  display: inline-block;
  position: relative;
}

.header .hamburger-inner {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.header .hamburger-inner:after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: -8px;
  transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
  content: "";
  display: block;
}
.header-hide header.header {
  top: -150px;
}
.header .hamburger-inner:before {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  bottom: -8px;
  transition: top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
  content: "";
  display: block;
}

@media(min-width:992px){
  .header .hamburger {
    display: none;
  }
  .header  .custom_upper_menu {
    display: flex;
  }
  .header  .custom-menu-primary {
    display: flex;
  }
  .header .custom_upper_menu_inner ul li a{
    margin-left: 8px;
    margin-right: 8px;
  }
  .header .custom_menu_mobile{
    display:none;
  }
}
@media (min-width: 1200px){
  .header .custom_upper_menu_inner ul li a {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 1199.98px){
  .header .custom_upper_menu:after {
    width: calc((100vw - 960px)/ 2 + 15px);
    right: calc((-100vw + 960px)/ 2 - 15px);
  }
  .header .custom_upper_menu {
    min-height: 50px;
  }

  .header .custom-menu-primary {
    font-size: 1.05em;
    padding-top: 55px;
  }
  .header .custom-menu-primary .navigation-primary>ul>li>a{
    font-size: 1.05em;
    line-height: 25px;
    padding-left: 28px;
  }
  header.header {
    height: 100px;
  }

}
@media (max-width: 991px){
  .header .custom_upper_menu {
    display: none;
  }
  .header .custom-menu-primary {
    display: none;
  }
  .menu_open .header .hamburger {
    color: #e1081c;
    background-color: #fff;
  }
  .menu_open .header .hamburger-inner,
  .menu_open .header .hamburger-inner:after,
  .menu_open .header .hamburger-inner:before{
    background-color: #e1081c;
  }
  .menu_open .header .hamburger-box {
    top: 18px;
  }
  .header-hide header.header {
    top: 0;
  }
  .menu_open .header .hamburger-inner {
    transform: translate3d(0,-8px,0) rotate(
      -45deg
    );
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  .menu_open .header .hamburger-inner:before {
    top: 0;
    transform: rotate(
      -90deg
    );
    transition: top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);
  }

  .menu_open .header .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;
  }
  .header .custom_menu_mobile{
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 400;
    transition: all .3s ease-in-out;
  }
  .header .custom_mobile_menu_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .header nav.custom_menu_nav {
    font-family: monologueBold;
    font-size: 14px;
    width: 100%;
    height: 100%;
    overflow-x: auto;
  }

  .header .custom_menu_bottom ul ul {
    display: block !important;
  }

  .header .custom_menu_bg {
    background-color: #e1081c;
    font-size: 18px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header .custom_menu_bg  .header_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header nav.custom_menu_nav ul li a {
    padding: 8px 0;
    color: #fff !important;
    text-align: center;
    display:block;
  }
  .header .header_container_top {
    height: 60px;
    width: 100%;
  }
  .header nav.custom_menu_nav .hs_cos_wrapper {
    width: 100%;
  }
  .header .custom_menu_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header .custom_menu_bottom .hs-menu-wrapper ul li a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #4d4e4c !important;
  }
  .header hr.border {
    border-top: 1px solid #e1081c !important;
    margin-bottom: 16px;
    width: 100%;
  }
  .header .mobile-search {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }

  .header .mobile-search input {
    font-family: proximaNovaRegular;
    font-size: 16px;
    padding: 15px 30px;
    margin: 12px 0;
    width: 100%;
    display: block;
    background-color: #f4f4f4;
    line-height: 1.5;
    color: #495057;
    border-radius: 17.5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-weight: 400;
    max-height: 52px;
    border: none;
  }

  .header .mobile-search form {
    width: 100%;
  }
  .header  .mobile-search button {
    z-index: 2000;
    height: 100%;
    top: 0;
    background: 0 0;
    right: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    border: none;
    position: absolute;
    cursor: pointer;
    padding: 1PX 6PX;
  }

  .header i.fas.fa-search {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .header .mobile-search input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
  }
  .header .mobile-search input::placeholder{
    color:#6c8188;
  }
  .header nav.custom_menu_nav ul ul {
    display: none;
  }
  .header nav.custom_menu_nav ul {
    position: relative;
  }
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 40px !important;
    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: 1px;
    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;
  }
  .header i.fas.fa-search {
    color: #000;
  }
}
@media(max-width:767px){
  .footer .custom_bottom_menu ul li {
    padding-right: 10px;
  }
}
@Media(max-width:402px){
  .footer .copyright {
    display: block;
  }
}
footer.footer ul{
  margin:0;
  padding:0;
  list-style:none;
}
.footer .footer_container {
  position: relative;
}
.footer  .footer_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.footer   .column_left {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 0;
  padding-right: 8.33vw;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
.footer .custom_contact {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
}
.footer  .custom_col_left {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.footer .custom_col_left .hs_cos_wrapper img {
  width: 69px !important;
  vertical-align: middle;
}
.footer .custom_col_middle {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11px;
  margin-top: 16px;
  align-items: center;
}
.footer .custom_col_middle p,
.footer .custom_col_right p{
  font-size: 16px;
  margin: 0;
  font-family: monologueBold;
  line-height: 1.5em;
}
.footer .custom_col_right p a{
  color:#fff;
}
.footer .custom_col_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.footer .custom_col_right i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 16px;
  margin-left: 8px;
  margin-right: 8px;
}

.footer .custom_col_right i:first-child:before {
  content: "\f095";
}

.footer .custom_col_right p a i:last-child:before {
  content: "\f0e0";
}
.footer  .column_right {
  padding-top: 40px;
  padding-left: 8.33vw;
  padding-bottom: 40px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  margin-left: 0;
  margin-right: 0;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer .column_right h4 {
  font-family: proximaNovaBold;
  font-size: 30px;
  width: 250px;
  margin: 0;
  padding-bottom: 16px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 36px;
}
.footer .column_right p {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  width: 100%;
  position: relative;
  padding-left: 15px;
  margin:0;
  display: flex;
}
.footer .column_right p a {
  border-color: inherit;
  color: #e1081c;
  background-color: #fff;
  cursor: pointer;
  max-height: 52px;
  border-radius: 10px 0;
  transition: .25s;
  font-family: monologueBold;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid transparent;
  display: block;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer .custom_col {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .custom_col .hs-menu-wrapper>ul>li>a,
.footer .social-media h4{
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
  font-family: monologueBold;
  font-weight: 500;
  line-height: 1.2;
}
.footer .col_one>ul>li>a {
  display: flex;
  align-items: center;
}

.footer .col_one .hs-menu-wrapper>ul ul li {
  display: flex;
  align-items: center;
}

.footer .col_one .hs-menu-wrapper>ul ul li a {
  font-size: 16px;
  font-family: proximaNovaBold;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.footer .col_one .hs-menu-wrapper>ul ul li a i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 12px;
}
.footer .custom_col .hs-menu-wrapper>ul ul li a {
  font-size: 16px;
  font-family: proximaNovaBold;
  line-height: 1.5em;
  margin-bottom: 12px;
  display: block;
}

.footer .col_one .hs-menu-wrapper>ul ul li a i:before {
  content: "\f061";
}
.footer .social-media a {
  display: flex;
  align-items: center;
}

.footer .social-media a p {
  font-size: 16px;
  font-family: proximaNovaBold;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.footer .social-media a p i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 20px;
  margin-right: 15px;
  width: 15px;
}
.footer .social-media a p  .fa-linkedin:before {
  content: "\f0e1";
}

.footer .social-media a p .fa-facebook:before {
  content: "\f39e";
}

.footer .social-media a p .fa-twitter:before {
  content: "\f099";
}

.footer .social-media a p  .fa-youtube-play:before {
  content: "\f167";
}
.footer .footer_middle {
  padding-left: 15px;
  padding-right: 15px;
}
.footer .footer_bottom {
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 30px 30px 0 0;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.footer .copyright {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer .copyright p {
  font-size: 13px;
  font-family: proximaNovaBold;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 32px;
  margin-right: auto;
}
.footer .copyright {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer .custom_bottom_menu ul li a {
  font-size: 13px;
  font-family: proximaNovaBold;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 32px;
}
.footer .custom_bottom_menu ul {
  display: flex;
  align-items: center;
}
.footer .custom_bottom_menu {
  margin-left: auto;
}
@media(min-width:576px){
  .footer .column_left,
  .footer .column_right{
    padding-left: calc((100vw - 540px)/ 2 + 15px);
  }
  padding-left: 8.33vw;
  .footer  .footer_middle {
    padding-right: calc((100vw - 540px)/ 2 + 15px);
    padding-left: calc((100vw - 540px)/ 2 + 15px);
  }
  .footer .footer_bottom{
    padding-left: calc((100vw - 540px)/ 2 + 15px);
  }
  .footer .footer_middle {
    padding-right: calc((100vw - 540px)/ 2 + 15px);
    padding-left: calc((100vw - 540px)/ 2 + 15px);
  }
}
@media(min-width:768px){
  .footer .column_left{
    padding-left: calc((100vw - 720px)/ 2 + 15px);
  }
  .footer .column_right{
    padding-left: 8.33vw;
  }
  .footer .column_right h4 {
    flex: 0 0 auto;
    max-width: 100%;
    padding-bottom: 0;
  }
  .footer .column_right p {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .footer .custom_col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .footer  .footer_middle {
    padding-right: calc((100vw - 720px)/ 2 + 15px);
    padding-left: calc((100vw - 720px)/ 2 + 15px);
  }
  .footer .custom_col .hs-menu-wrapper>ul>li>a,
  .footer .social-media h4{
    margin-top: 0;
  }
  .footer .footer_middle {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .footer .col_two,
  .footer .col_three {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .col_four {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .footer .footer_bottom{
    height: 82px;
    margin-left: 0;
    margin-right: 4.15vw;
    padding-right: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: 0;
  }
  .footer .footer_bottom{
    padding-left: calc((100vw - 720px)/ 2 + 15px);
  }
  .footer .copyright p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .footer .custom_bottom_menu ul li a {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 28px;
  }
}
@media(min-width:992px){
  .footer  .footer_row {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .column_left,
  .footer .column_right{
    padding-left: calc((100vw - 960px)/ 2 + 15px);
    padding-top: 0;
    padding-right: 5%;
    padding-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer .column_right {
    border-radius: 0 0 0 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 6.33vw !important;
  }
  .footer  .custom_col_left {
    padding-left: 0;
    padding-right: 15px;
  }
  .footer .custom_contact {
    padding: 60px 0;
    flex-direction: row;
    border-bottom: 2px solid #CB251F;
    height: 100%;
  }

  .footer  .custom_col_right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer  .footer_middle {
    padding-right: calc((100vw - 960px)/ 2 + 15px);
    padding-left: calc((100vw - 960px)/ 2 + 15px);
  }
  .footer .footer_bottom{
    padding-left: calc((100vw - 960px)/ 2 + 15px);
  }
  .footer .custom_col_middle {
    margin-top: 0;
    padding-right: 15px;
  }
}
@media (min-width: 1200px){
  .footer .column_left,
  .footer .column_right {
    padding-left: calc((100vw - 1140px)/ 2 + 15px);
  }
  .footer .column_right p {
    margin-left: 24px;
  }
  .footer  .footer_middle {
    padding-right: calc((100vw - 1140px)/ 2 + 15px);
    padding-left: calc((100vw - 1140px)/ 2 + 15px);
  }
  .footer .footer_bottom{
    padding-left: calc((100vw - 1140px)/ 2 + 15px);
  }
}
@media(max-width:1680px){
  .footer .column_right span.hs_cos_wrapper {
    display: flex;
    align-items: center;
  }
}
@media(max-width:1199px){
  .footer .column_right span.hs_cos_wrapper {
    display: block;
  }
}
@media(max-width:991px){
  .footer .column_right span.hs_cos_wrapper {
    display: flex;
    align-items: center;
  }
  .footer .col_two .hs-menu-wrapper>ul ul li:nth-child(3) a {
    white-space: nowrap;
  }
  .footer .col_two .hs-menu-wrapper>ul>li>a {
    white-space: nowrap;
  }
}
@media(max-width:767px){
  .footer .column_right span.hs_cos_wrapper {
    display: block;
  }
  .footer .column_right h4 {
    width: 100%;
  }
  .footer .footer_middle {
    margin-top: -5px;
    margin-bottom: 35px;
  }
  .footer .col_two{
    display:none;
  }
  .footer .col_four, 
  .footer .col_three {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .column_right {
    padding-left: 8.33vw !important;
  }
  .footer .custom_bottom_menu ul {
    margin-top: 5px!important;
  }

}
@media(max-width:402px){
  .footer .custom_bottom_menu ul {
    flex-wrap: wrap;
  }
}
