





*,
*:before,
*:after {
  box-sizing: border-box;
}

.disable-focus-styles :focus {
  outline: none;
}
/*! 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;
  padding: 0 20px;
}

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

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

.container {
  margin: 0 auto;
  overflow: visible;
  padding: 0 25px;
}

.flex {
  display: flex;
}




body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  transition: color 0.1s ease-in;
}

a.button:disabled {
  pointer-events: none;
}

/* Headings */

h1 {
  -webkit-font-smoothing: antialiased;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 36px;
  line-height: 1.2;
}

h3 {
  font-size: 25px;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 18px;
  line-height: 1.2;
}

h6 {
  font-size: 18px;
  line-height: 1.2;
}

/* Lists */

ul {
  list-style-type: disc;
}

ul li,
ol li {
  line-height: 1.5rem;
}

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

/* Blockquote */

blockquote {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

code {
  vertical-align: bottom;
}

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* Primary Button */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0.05rem;
  margin: 0 0 20px;
  text-align: center;
  transition: background-color 0.15s linear, color 0.15s linear;
  white-space: normal;
}

/* Button Disabled */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  pointer-events: none;
}

.button.button--secondary:disabled,
.button.button--simple:disabled {
  background-color: transparent;
}

.button.button--simple:disabled:after {
  background-color: #d0d0d0;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 0;
  position: relative;
}

.button.button--simple:after {
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  background-color: transparent;
  border: none;
}

.button.button--simple.button--small,
.button.button--simple.button--large {
  padding: 0;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
/* Base */

.hs-form-field {
  margin-bottom: 20px;
  position: relative;
}

form fieldset > .hs-form-field {
  margin: 0.625rem 0;
}

/* Form Title */

.form-title {
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  border-radius: 10px;
}

form div.in-focus > label {
  padding: 0;
}

form div.in-focus.hs-fieldtype-radio > label,
form div.in-focus.hs-fieldtype-checkbox > label {
  padding: 0;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  position: static;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
  margin-top: 8px;
  width: 100% !important;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

/* Inputs - Checkbox/Radio */

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

form ul.inputs-list li {
  margin: 0.3125rem 0;
}

form ul.inputs-list li input {
  left: -9999px;
  position: absolute;
}

form ul.inputs-list li input + span {
  padding-left: 1.4375rem;
  position: relative;
  display: block;
}

form ul.inputs-list li input + span:before {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

form ul.inputs-list li input[type='radio'] + span:before {
  border-radius: 50%;
}

form ul.inputs-list li input + span:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

form ul.inputs-list li input[type='radio'] + span:after {
  background-image: none;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 4px;
  width: 8px;
}

form ul.inputs-list li input + span:hover:after {
  opacity: 0.2;
}

form ul.inputs-list li input:checked + span:after {
  opacity: 1;
}

/* Inputs - Select */

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input:after {
  border-radius: 4px;
  content: '';
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 57%;
  transform: translateY(-50%);
  width: 0;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button.pika-day {
  background: transparent !important;
}

.hs-datepicker .is-selected button.pika-button {
  box-shadow: none !important;
}

.hs-datepicker .is-selected.is-today button.pika-button {
  color: #fff;
}

/* Inputs - File Picker */

.hs-fieldtype-file input[type='file'] {
  line-height: 1;
}

/* Headings & Text */

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

form .header {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 0.875rem;
  margin-left: 15px !important;
}

/* Validation */

.hs-form-field.has-error > label,
.hs-form-field.has-error:before {
  top: 33%;
}

.hs-form-field.hs-fieldtype-textarea.has-error > label {
  top: 30px;
}

.hs-input.invalid.error {
  border: 1px solid;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  font-size: 0.875rem;
}

.hs-error-msgs li a {
  color: inherit;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 0.625rem 0;
  max-width: 500px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}
table {
  border-spacing: 0;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 1rem;
}

th,
td {
  text-align: center;
  vertical-align: top;
}

thead th,
thead td {
  border: 0;
}

thead th {
  vertical-align: bottom;
}



header.header-website {
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  height: 136px;
  z-index: 1000;
}

header.header.nav-up {
  top: -136px;
}

main#main-body {
  margin-top: 136px; 
}

.header {
 /* box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11); */
}

.header__container {
  margin: 0 auto;
}

.header__logo.mobile-logo {
  display: none; 
}


@media screen and (max-width: 1200px) {
  .header__container {
    padding: 0 25px;
  }
}

/* Header drag and drop sections */

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

.header__dnd--top {
  text-align: initial;
}

/* Top Bar */

.header__top-bar {
  background-color: #fff;
  display: none;
  text-align: right;
}

.header__top-bar .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 10px 20px;
  text-align: left;
}

.header__top-bar a.menu-link {
  color: #0d2547;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.header__top-bar .menu-link:hover,
.header__top-bar .menu-link:focus {
  color: #19cca3;
}



/* Main Header */

.header__main-bar {
  padding: 39px 0;
  position: relative;
}

.header__main-bar .header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 0px;
}

.logo-company-name {
  display: inline-block;
  margin: 0;
  padding-bottom: 5px;
}

.header__logo img {
  max-width: 250px;
  display: block;
}

/* Main Navigation */

.header__menu {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.header__navigation {
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .header__menu {
    align-items: start;
    flex-direction: column;
    position: relative;
  }

  .header__navigation {
    background-color: transparent;
  }

  .header__top-bar {
    display: block;
  }

  
}

@media (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.11);
  }
}

#nav-toggle:checked ~ .header__navigation,
#nav-toggle2:checked ~ .header__navigation {
  display: block;
  opacity: 1;
}

.header__menu .header__navigation .submenu.level-1 > .menu-item {
  border-top: none;
  margin: 0px;
  padding: 0px;
}

.header__menu .header__navigation .menu-link {
  letter-spacing: 0;
  padding: 10px 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
}

.header .header__menu .header__navigation .menu-link:hover {
  color: #f65049;
}

.submenu.level-1 > .has-submenu > .menu-arrow,
.submenu > .has-submenu > .menu-arrow,
.submenu .menu-arrow {
  padding: 17px 0 !important;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-item {
  border-top: none;
  display: list-item;
  margin: 0;
  padding: 0;
  position: relative;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  padding: 0.7rem 0 0.7rem 1rem;
}


.header__button {
  display: none;
}
.header__menu .header__navigation .submenu.level-1 > li:last-child {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #f0f0f0;
    border: 1.79px solid #d1d6dc;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    transition: visibility 0s, opacity 0.3s;
    width: 365px;
    padding: 25px 45px;
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    background-color: #f0f0f0;
    padding: 10px;
  }

  .header__menu .header__navigation .submenu.level-3 .menu-link {
    padding-left: 20px;
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__navigation--secondary-mobile {
    display: none;
  }

  /* prettier-ignore */
  .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    border-radius: 2px;
    border-top-color: #fff;
    right: 0;
    top: 45%;
  }
  
   /* Added Margin Media Header */
  
  .header__menu .header__navigation .submenu.level-1 > .menu-item {
    margin: 0 10px; 
    padding: 15px 0;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child {
    padding: 0;
    margin: 0;
    margin-left: 20px;
  }
  
  /* Old Style 
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a {
    padding: 14px 30px 14px 50px;
    border-radius: 30px;
    border: none;
    background: #EBEBEC;
    color: #18191F;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a span.text {
    color: #18191F;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    position: relative;
    transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a span.dot {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    background-color: #1F1F27;
    left: 15px;
    top: 9px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    transform: scale(0.5) translateX(0);
    transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a:hover span.dot {
    transform: scale(1.8) translateX(-0.5px);
    transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a span.dot:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.0001;
    transform: translateX(-100%);
    background-image: url(https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/diagona-arrow-white.svg);
    background-size: 40% auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 600ms var(--expoOut);
    will-change: transform;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a:hover span.dot:before {
    opacity: 1;
    transform: translateX(0%);
    transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  
  .header__menu .header__navigation .submenu.level-1 > li.has-submenu a {
    position: relative;
  }
  
  /*
 .header__menu .header__navigation .submenu.level-1 > li:last-child > a:before {
    background: #1F1F27 url(https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/diagona-arrow-white.svg);
    background-position: 50%!important;
    background-repeat: no-repeat!important;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 3px;
    padding: 20px;
    position: absolute;
    top: -7px;
    width: 12px;
    transition: all 0.2s linear 0s;
    opacity: 1;
  } 

  .header__menu .header__navigation .submenu.level-1 > li:last-child > a:hover:before {
    transform: scale(1,1);
    text-indent: 0;
    opacity: 1;
  } 
  .header__menu .header__navigation .submenu.level-1 > li:last-child > a:hover {
    text-indent: 30px;
  } */
  
  /* New Style CTA */
  
  .test-trans {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child {
    display: none;
  }
  .header__menu .header__navigation .submenu.level-1 > li:last-child a {
    width: 170px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    background: #F65049 !important;
    border-radius: 1.625rem;
    height: 48px;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a span.circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #FF6760;
    border-radius: 1.625rem;
    top: 4px;
    left: 4px;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a span.circle:before {
    background: url(https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/diagona-arrow-white.svg);
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 12px;
    width: 12px;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a:hover span.circle:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 20px;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a:hover span.circle {
    width: 100%;
    top: 0;
    left: 0;
    height: 48px;
    position: relative;
  }
   
  .header__menu .header__navigation .submenu.level-1 > li:last-child a span.text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px 10px 0;
    color: #FFFFFF;
    line-height: 1.75;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a:hover span.text {
    color: #fff; 
  }
  
  /*---*/
  
  
  .header__button {
    display: block;
  }
  .header__button a {
    width: 170px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    background: #F65049 !important;
    border-radius: 1.625rem;
    height: 48px;
  }
  
  .header__button a span.circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #FF6760;
    border-radius: 1.625rem;
    top: 4px;
    left: 4px;
  }
  
  .header__button a span.circle:before {
    background: url(https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/diagona-arrow-white.svg);
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 12px;
    width: 12px;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
  
  .header__button a:hover span.circle:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 20px;
  }
  
  .header__button a:hover span.circle {
    width: 100%;
    top: 0;
    left: 0;
    height: 48px;
    position: relative;
  }
   
  .header__button a span.text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px 10px 0;
    color: #FFFFFF;
    line-height: 1.75;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
  }
  
  .header__button a:hover span.text {
    color: #fff; 
  }
  
}

@media screen and (min-width: 1024px) {
    .header__menu .header__navigation .submenu.level-1 > .menu-item {
    margin: 0 20px; 
  }
}


/* Menu and simple menu */

.header .hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  text-align: right;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  background-color: #fff;
  border-color: #d1d6dc;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0.7rem;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  padding-bottom: 0.7rem;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #19cca3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li:hover a {
  color: #fff;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0d2547;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.header__language-switcher-label {
  display: inline-flex;
  padding-right: 20px;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 2;
  margin-left: 0.7rem;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #fff;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  content: '';
  display: block;
  height: 0;
  margin: 3px 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: 1rem;
    margin-right: 0;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    border-top: 1px solid #d0d0d0;
    padding: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-top: 1px solid #d0d0d0;
    padding-top: 0.7rem;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
  
}

@media (max-width: 767px) {
  
  .header__main-bar {
    padding: 25px 0 16px;
    position: relative;
  }
  
  header.header-website {
    height: 100px; 
  }
  
  main#main-body {
    margin-top: 100px; 
  }
  
  .header__menu {
    padding-right: 10px; 
  }
  
    header.header-website {
    height: 75px;
    box-shadow: 0 1px 5px 0 rgba(33,51,67,0.12);
  }
  
  main#main-body {
    margin-top: 55px; 
  }
  
  body.mobile-on {
    overflow: hidden; 
  }
  
  body.mobile-on .header__navigation {
    overflow-y: auto;
    height: calc(100vh - 75px);
    padding-bottom: 20px;
  }
  
  body.mobile-on .header__main-bar {
    background: #1F1F27;
    padding: 25px 0 25px;
  }
  
  /*body.mobile-on .header__logo.mobile-logo {
    display: block;  
  }

  body.mobile-on .header__logo.desktop-logo {
    display: none; 
  }*/
  
  body.mobile-on .header__mobile-menu-icon, body.mobile-on .header__mobile-menu-icon:after, body.mobile-on .header__mobile-menu-icon:before, body.mobile-on .menu-arrow-icon, body.mobile-on .menu-arrow-icon:after {
    background-color: #fff; 
    display: none;
  }
  
   body.mobile-on .header__navigation-toggle {
    background: url('https://marginmedia.com.au/hubfs/Website-Assets-2023/icons/mobile-close-menu-dark.svg');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 24px;
    height: 27px;
  }
  
  .navigation-primary ul {
    padding: 10px 25px;
    border-top: 1px solid #f0f0f0;
  }
  
  .header__menu .header__navigation .menu-link {
    border-bottom: 1px solid #f0f0f0; 
    padding: 12px 0;
    width: 100%;
    position: relative;
  }
  
  .header__menu .header__navigation .menu-link:after {
    /*background: url('https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/upper-right-arrow.svg');
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 16px;
    content: '';
    background-size: cover !important;*/
    display: none;
  }
  
  .header__menu .header__navigation .submenu.level-1 .has-submenu > .menu-link:after {
    display: none; 
  }
  
  .header__main-bar .header__menu .header__navigation .submenu:not(.level-1) .menu-link:after {
    top: 16px;
    position: absolute;
  }
  
  .header__menu .header__navigation .submenu.level-1 .has-submenu .menu-link {
    padding: 15px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .header__menu .header__navigation .has-submenu .menu-link {
    border: none; 
  }
  
   .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    display: none;  
  }
  
  .header__menu .header__navigation .submenu.level-2 {
    display: block; 
    padding: 0 0 10px;
  }
  
  .header__main-bar .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 0 2px;
    border: none;
    text-transform: capitalize;
  }
  
  .header__main-bar .header__menu .header__navigation .submenu:not(.level-1) {
    border-bottom: 1px solid #f0f0f0;  
  }
  
  .header__main-bar .header__menu .header__navigation .submenu:not(.level-1) .menu-link span.desc {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0;
    width: 85%;
    display: none;
  }
  
  .header__main-bar .header__menu .header__navigation .submenu:not(.level-1) .menu-link span.arrow {
    display: none; 
  }
  
  /*.header__menu .header__navigation .submenu.level-1 > li:last-child a {
    width: 170px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    background: #F65049 !important;
    border-radius: 1.625rem;
    height: 48px;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a span.circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #FF6760;
    border-radius: 1.625rem;
    top: 4px;
    left: 4px;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a span.circle:before {
    background: url(https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/diagona-arrow-white.svg);
    content: '';
    position: absolute;
    top: 14px;
    left: 14px;
    height: 12px;
    width: 12px;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a:hover span.circle:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 20px;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a:hover span.circle {
    width: 100%;
    top: 0;
    left: 0;
    height: 48px;
    position: relative;
  }
   
  .header__menu .header__navigation .submenu.level-1 > li:last-child a span.text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px 10px 0;
    color: #FFFFFF;
    line-height: 1.75;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a:hover span.text {
    color: #fff; 
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child {
    text-align: center;
    margin-top: 35px;
  }
  
  .header__menu .header__navigation .submenu.level-1 > li:last-child a.menu-link:after {
    display: none !important;
  }*/
  
}

@media (max-width: 600px) {



}

@media (max-width: 480px) {
  
  /*.header__logo.mobile-logo {
    display: none; 
  }
  
  .header__logo.desktop-logo {
    display: block; 
  }*/

}

/* Header - No Navigation */

.header--no-navigation {
  padding: 1rem 0;
}

.header--no-navigation.header-lp {
  padding: 3rem 0; 
}

.header--no-navigation .header__logo {
  text-align: center;
}

.header--no-navigation.header-lp .header__logo {
  text-align: left;
}



/*- Mega Menu Header [2024]-*/


#nav-toggle2 {
  display: none;
}
.header__main-bar {
  display: none;
}
header.header-website.test .header__main {
  display: block;
}
header.header-website.test .header__main-bar {
  display: none;
}


.header__main .header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  column-gap: 0px;
}

.header__main .header__menu {
  margin-left: auto;
  padding-right: 2rem;
  position: initial;
}


.header__main .header__button a {
  background-color: #EBEBEC !important;
}
.header__main .header__button a span.circle {
  background-color: #201E28 !important;
}
.header__main .header__button a span.text {
  color: #201E28;
}
.header__main .header__button a:hover span.text {
  color: #FFFFFF;
}



.header__main .header__menu .header__navigation .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 0;
  position: initial;
}
.header__main .header__menu .header__navigation .menu-link {
  margin: 0;
  padding: 57px 30px;
  display: inline-block;
}


.header__main .submenu.level-2 {
  /*opacity: 1;
  left: 50%;
  transform: translate(-50%, 0);*/
  
  top: 100%;
  width: 100% !important;
  max-width: 1300px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 80px;
  border-radius: 0 !important;
  padding: 50px 100px !important;
}
.header__main .submenu.level-1>li.focus .submenu.level-2,
.header__main .submenu.level-1>li:hover .submenu.level-2 {
  opacity: 1;
  left: 50%;
}

.header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  padding-left: 35px;
}
.header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link span.title {
  position: relative;
  color: #151515;
  transition: color 0.4s ease-in-out
}
  .header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover span.title {
    color: #f65049;
  }
.header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link span.title:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -35px;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-ecommerce-marketing:before {
  background-image: url('https://marginmedia.com.au/hubfs/Website-Assets-2023/icons/icon-eComMarketing-red.svg');
}
.icon-digital-marketing:before {
  background-image: url('https://marginmedia.com.au/hubfs/Website-Assets-2023/icons/icon-DigitalMarketing-red.svg');
}
.icon-website-design:before {
  background-image: url('https://marginmedia.com.au/hubfs/Website-Assets-2023/icons/icon-WebDesign-red.svg');
}
.icon-seo:before {
  background-image: url('https://marginmedia.com.au/hubfs/Website-Assets-2023/icons/icon-SEO-red.svg');
}
.icon-email-sms:before {
  background-image: url('https://marginmedia.com.au/hubfs/Website-Assets-2023/icons/icon-EmailMarketing-red.svg');
}
.icon-google-ads:before {
  background-image: url('https://marginmedia.com.au/hubfs/Website-Assets-2023/icons/icon-GoogleAds-red.svg');
}
.icon-social-media:before {
  background-image: url('https://marginmedia.com.au/hubfs/Website-Assets-2023/icons/icon-SocialMedia-red.svg');
}
.icon-hubspot-marketing:before {
  background-image: url('https://marginmedia.com.au/hubfs/Website-Assets-2023/icons/icon-HubSpot-red.svg');
}

.header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link span.arrow {
  padding: 0 0 5px 10px;
  display: none;
}
  .header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover span.arrow {
    padding-left: 15px;
  }
.header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link span.desc {
  margin-bottom: 0;
}


@media (min-width: 1200px) {
  .header__main .header__container {
    width: 100%;
    max-width: 1380px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1440px) {
  .header__main .submenu.level-2 {
    column-gap: 60px;
    padding: 40px 80px !important;
  }
}
@media (max-width: 1199px) {
  .header__main .submenu.level-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    padding: 30px 60px !important;
  }
}
@media (max-width: 1099px) {
  .header__main .submenu.level-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 30px 40px !important;
  }
}
@media (max-width: 899px) {
  .header__main .header__menu {
    padding-right: 1rem;
  }
  .header__main .header__menu .header__navigation .menu-link {
    padding: 57px 20px;
  }
}
@media (min-width: 767px) {
  .header__main .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #f0f0f0;
  }
  .header__main .header__menu .header__navigation .submenu.level-1 > li:last-child {
    display: none;
  }
  .header__main .submenu.level-1>li.focus .submenu.level-2,
  .header__main .submenu.level-1>li:hover .submenu.level-2 {
    transform: translate(-50%, 0);
  }
  .header__main .header__container {
    position: relative;
  }
  .header__main .header__menu .header__navigation .menu-link.active-branch,
  .header__main .header__menu .header__navigation .has-submenu.menu-item:hover > .menu-link {
    color: #f65049 !important;
  }
}
@media (max-width: 767px) {
  .header__navigation {
/*     display: block !important; */
    top: 100% !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .header__main {
    padding: 24px 0;
    position: relative;
  }
  body.mobile-on .header__main {
    /*background: #1F1F27;
     padding: 25px 0 25px; */
  }
  .header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    padding: 6px 0 6px 35px;
    border: none;
    text-transform: capitalize;
    transition: all 0.4s ease;
  }
  .header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link span.title:before {
    width: 20px;
    height: 20px;
  }
  .header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link span.arrow,
  .header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link span.desc {
    display: none;
  }
  .header__main .header__menu .header__navigation .submenu:not(.level-1) .menu-link:after {
    top: 12px;
  }
  .header__main .header__menu .header__navigation .menu-link {
    padding: 12px 0;
  }
  .header__main .submenu.level-2 {
    padding: 0 0 10px !important;
  }
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link:focus,
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
    background-color: transparent !important;
    color: #f65049 !important;
  }
  
  .margin-button-header {
    display: none;
  }
}


@media (min-width: 768px) and (max-width: 1023px) {
  .header__logo.desktop-logo {
    max-width: 150px;
  }
  .header__main .header__menu .header__navigation .menu-link {
    font-size: 16px;
    padding: 57px 10px;
  }
  .margin-button-header .margin-button {
    font-size: 16px;
    padding: 14px 25px;
  }
}
/* Footer Container */

.footer__container {
  margin: 0 auto;
  padding: 70px 0 0;
}

.footer__top-section {
  margin-bottom: 80px;
}

@media (max-width: 980px) {
  .footer__top-section {
    margin-bottom: 2.8rem;
    text-align: center;
  }
}

.footer__bottom-section {
  padding: 35px 0 35px;
  text-align: right;
  border-top: 1px solid rgba(255,255,255, 0.16);
}

.footer__bottom-section * {
  font-weight: 700;
}

.footer__bottom-section a:hover {
  font-weight: 700;
}

.footer .copyright-area {
  text-align: center; 
}

.footer .footer__follow-me {
  display: flex;
  justify-content: end;
}

.footer .social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
}

/* Footer Info */

@media (max-width: 980px) {
  .footer__info {
    width: 100% !important;
  }

}

.footer__logo {
  margin-bottom: 1.4rem;
}

.footer__address {
  margin: 10px 0 25px;
}

.footer__address a {
  text-decoration: none; 
}
  

/* Footer Menus */

.footer h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.footer .hs-menu-wrapper ul {
  margin: 0rem 0 2rem 0.5rem;
}

.footer .hs-menu-wrapper li {
  margin: 0rem 0 0.7rem;
}

@media (max-width: 767px) {
  .footer .footer__navigation {
    float: left;
    width: 50%;
  }

  .footer .footer__navigation:nth-child(2n + 2) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .footer .footer__navigation {
    width: 45%;
  }
}

/* Footer - No Navigation */

.footer--no-navigation .footer__container {
  padding: 2.8rem 0;
  text-align: center;
}

.footer--no-navigation .footer__container.footer__container--dnd {
  text-align: left;
}

.footer--no-navigation p,
.footer--no-navigation div,
.footer--no-navigation span {
  font-weight: 700;
}

/* Footer Form */

.footer form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}

.footer .submitted-message {
  padding: 0;
  border: none;
  background-color: transparent;
}

@media (max-width: 980px) {
  .footer form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }

  .footer .form-title,
  .footer .submitted-message {
    text-align: center;
  }
}

/* Added Margin Media */

.footer.footer {
  background: #18191f url('https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/images/Footer-bg.png');
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.footer #hs_cos_wrapper_footer_text h2 {
  color: #fff;
  font-family:"aktiv-grotesk";
  font-weight: 400;
  line-height: 40px;
  font-size: 28px;
  margin: 0 0 0px;
  padding-bottom: 10px;
}

.footer #hs_cos_wrapper_footer_text p {
  margin: 0 0 32px;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
}

.footer #hs_cos_wrapper_footer_text h2 span {
  text-decoration: underline;
  font-weight: 400;
}

.footer #hs_cos_wrapper_footer_social .social-links__icon {
  background: transparent !important;
  padding: 0 !important;
  margin: 0;
}

.footer #hs_cos_wrapper_footer_copyright p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-family:"aktiv-grotesk";
  font-weight: 300;
}

.footer #hs_cos_wrapper_footer_copyright p a {
  color: #fff;
  font-size: 14px;
  font-family:"aktiv-grotesk";
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.footer #hs_cos_wrapper_footer_copyright p a:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 0;
  margin-top: 0.1em;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition-duration: .5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  will-change: transform;
}

.footer #hs_cos_wrapper_footer_copyright p a:hover {
  color: #fff; 
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.footer #hs_cos_wrapper_footer_copyright p a:hover:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}

/* New Style CTA */
.footer .book-cta a {
  width: 165px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: #36363D;
  border-radius: 1.625rem;
  height: 48px;
}

.footer .book-cta a span.circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #F0F0F0;
  border-radius: 1.625rem;
  top: 4px;
  left: 4px;
}

.footer .book-cta a span.circle:before {
  background: url(https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/diagonal-arrow-black.svg);
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  height: 12px;
  width: 12px;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.footer .book-cta a:hover span.circle:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 20px;
}

.footer .book-cta a:hover span.circle {
  width: 100%;
  top: 0;
  left: 0;
  height: 48px;
  position: relative;
}

.footer .book-cta a span.text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 25px 10px 0;
  color: #fff;
  line-height: 1.75;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.footer .book-cta a:hover span.text {
  color: #000; 
}

/* OLD CTA STYLE

.footer .book-cta a {
  background-color: #36363D;
  border-radius: 30px;
  color: #18191f;
  display: inline-block;
  font-family: aktiv-grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding: 3px 30px 3px 40px;
  position: relative;
  text-decoration: none;
}

.footer .book-cta a:before {
  background-color: #36363D;
  border: 1px solid #36363D;
  border-radius: 30px;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: all .6s cubic-bezier(.16,1,.3,1);
  width: 100%;
  will-change: transform;
}

.footer .book-cta a:hover:before {
  /* transform: scale(1.12);
  transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.footer .book-cta a span.dot {
  background-color: #f0f0f0;
  border-radius: 100%;
  display: inline-block;
  height: 20px;
  left: 15px;
  overflow: hidden;
  position: absolute;
  top: 13px;
  transform: scale(.5) translateX(0);
  transition: all .6s cubic-bezier(.16,1,.3,1);
  width: 20px;
  will-change: transform;
}

.footer .book-cta a:hover span.dot {
  transform: scale(1.8) translateX(-0.5px);
  transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.footer .book-cta a span.dot:before {
  background-image: url(https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/diagonal-arrow-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40% auto;
  content: "";
  height: 100%;
  left: 0;
  opacity: .0001;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: all .6s cubic-bezier(.16,1,.3,1);
  transition: all .6s var(--expoOut);
  width: 100%;
  will-change: transform;
}

.footer .book-cta a:hover span.dot:before {
  opacity: 1;
  transform: translateX(0%);
  transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.footer .book-cta a span.text {
  color: #fff;
  padding-left: 10px;
  position: relative;
  transition: all .3s cubic-bezier(.16,1,.3,1);
}

.footer .book-cta a:hover span.text {
  padding-left: 10px;
}
 
End OLD STYLE */
 
/* End New Style CTA */

.footer .column.nav-first {
  padding-left: 40px; 
}

.footer .footer__form .form-title, .footer .footer__navigation h4 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: Capitalize;
  font-size: 18px;
  font-weight: 500;
}

.footer .footer__form .form-title {
  padding-bottom: 12px; 
}

.footer .footer__navigation.nav-first h4 {
  font-weight: 300; 
}

.footer .footer__navigation .hs-menu-item a {
  text-decoration: none; 
  font-size: 18px;
  font-weight: 300;
  position: relative;
}

.footer .footer__navigation .hs-menu-item:first-child a {
  font-weight: 500; 
  cursor: default;
  pointer-events: none;
}

.footer .footer__navigation .hs-menu-item a:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 0;
  margin-top: 0.1em;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scaleX(0);
  transform-origin: 100% 100%;
  transition-duration: .5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  will-change: transform;
}

.footer .footer__navigation .hs-menu-item a:hover {
  color: #fff; 
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.footer .footer__navigation .hs-menu-item a:hover:after {
  transform: scaleX(1);
  transform-origin: 0 0;
}

.footer .footer__form #hs_form_target_footer_form form {
  display: flex;
  margin-bottom: 15px;
}

.footer .footer__form #hs_form_target_footer_form form .hs-email {
  flex: 1; 
}

.footer .footer__form #hs_form_target_footer_form form .hs-email .input input {
  background: #36363D;
  border-radius: 0px;
  box-shadow: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 14px;
  line-height: 19px;
  padding: 13px 20px;
  width: auto;
  color: #FFF;
}

.footer .footer__form #hs_form_target_footer_form form .hs-submit input {
  background: #F0F0F0 url('https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/diagonal-arrow-black.svg');
  background-repeat: no-repeat !important; 
  background-position: center !important;
  min-width: 48px;
  padding: 10px 23px;
  text-indent: -9999px;
  margin-top: 7px;
  margin-bottom: 5px;
  text-indent: -9999px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.footer .footer__form #hs_form_target_footer_form form .hs-submit input:hover {
  background: #F0F0F0 url('https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/upper-right-red-arrow.svg');
}

.footer .footer__bottom-section .footer__logo img {
  max-width: 160px;
}

.footer #hs_cos_wrapper_footer_address_ .footer div {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: aktiv-grotesk;
}

.footer div {
  font-family: aktiv-grotesk !important;
}

/* Footer LP Style */

.footer.footer.footer-lp {
  padding-top: 6rem;
  background: #18191f url('https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/images/footer-lp-bg.jpg');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.footer-lp .footer__top-section {
  margin-bottom: 80px; 
}

.footer-lp .footer__top-section h3 {
  text-align: left;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 400;
}

.footer-lp .book-lp-cta {
  text-align: left; 
}

.footer-lp .footer__top-section .book-lp-cta a {
  display: inline-block;
  padding: 10px 35px;
  color: #18191F;
  background: #fff;
  border-radius: 35px;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all .4s ease-in-out; 
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 18px;
}

.footer-lp .footer__top-section .book-lp-cta a:hover {
  color: #fff;
  background-color: #F65049;
}

.footer-lp .footer__bottom-section {
  border-top: 0.5px solid rgba(255,255,255, 0.24); 
}

.footer-lp .social-links {
  justify-content: end; 
}

.footer.footer-lp  #hs_cos_wrapper_footer_social .social-links__icon {
  margin: 0 0 1rem 1.25rem;
}

#hs_cos_wrapper_footer_social .social-links__link:hover .social-links__icon svg {
  fill: #f65049;
}

.footer__bottom-section .footer__logo {
  text-align: left; 
  margin-bottom: 0px;
}

footer.footer-lp .footer__bottom-section .footer__logo img {
  max-width: 160px; 
}


@media (max-width: 1250px) {
  .footer .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 980px) {
  .footer .footer__info {
    margin-bottom: 40px; 
  }
  
  .footer .column.nav-first { 
    padding-left: 0px;
  }
  
  .footer .footer__form {
    width: 100%;
    text-align: center;
    margin: 0 auto; 
    display: flex;
    flex-direction: column;
  }
  
  .footer .footer__form #hs_form_target_footer_form form {
    justify-content: center; 
  }
  
  .footer .social-links {
    justify-content: center; 
  }
  
  .footer .footer__bottom-section .empty-footer {
     margin-bottom: 20px;
  }
  
  .footer .footer__follow-me {
    justify-content: center; 
  }
  
  .footer .footer__bottom-section > .row-fluid {
    display: flex; 
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .footer .footer__bottom-section > .row-fluid .span2, .footer .footer__bottom-section > .row-fluid .span4 {
    width: 100%; 
    margin-left: 0;
  }
  
  .footer .footer__bottom-section .footer__logo {
    text-align: center;
    margin-bottom: 20px;
  }
  
  
  .footer .footer__bottom-section #hs_cos_wrapper_footer_copyright,
  .footer-lp .book-lp-cta {
    text-align: center; 
  }
  
  .footer.footer.footer-lp {
    padding-top: 2rem; 
  }
  
  .footer-lp .footer__top-section {
    margin-bottom: 4rem;
  }
  
  .footer-lp .footer__top-section h3 {
    text-align: center;
    font-size: 32px;
  }
  
  .footer.footer-lp  #hs_cos_wrapper_footer_social .social-links__icon {
    margin: 0 0.75rem 0 0.75rem;
  }
    
}

@media (max-width: 480px) {
  .footer .footer__container {
    padding: 55px 0 0; 
  }
  
  .footer__top-section {
    padding: 0 25px;
    text-align: left;
  }
  
  .footer__navigation.span3 {
    display: none; 
  }
  
  .footer .footer__form #hs_form_target_footer_form form {
    width: 100%;
    margin: 0;
  }
  
  #hs_cos_wrapper_footer_form {
    width: 100%: 
  }
  
  .footer .form-title,
  .footer .submitted-message {
    text-align: left;
    padding-bottom: 0px;
  }
  
  .footer__top-section > .row-fluid {
    display: flex;
    flex-direction: column;
  }
  
  .footer__top-section .footer__navigation.nav-first {
    order: 1;
    padding-top: 20px;
    width: 100%;
  }
  
  .footer__top-section .footer__navigation.nav-first ul {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255, 0.16);
  }
  
  .footer__top-section .footer__navigation.nav-first ul li {
    margin: 0;
    padding: 10px 15px;
    border-top: 1px solid rgba(255,255,255, 0.16);
    width: 100%;
    position: relative;
  }
  
  .footer__top-section .footer__navigation.nav-first ul li:first-child {
    border: none;
    margin-bottom: 20px;
    padding: 0;
  }
  
  .footer__top-section .footer__navigation.nav-first ul li:first-child:after {
    display: none; 
  }
  
  .footer__top-section .footer__navigation.nav-first ul li:after {
    content: url('https://92872.fs1.hubspotusercontent-na1.net/hubfs/92872/Website-Assets-2023/icons/diagona-arrow-white.svg');
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  
  .footer .footer__info {
    border-bottom: 1px solid rgba(255,255,255, 0.16);
    padding-bottom: 40px;
  }
  
  .footer__bottom-section {
    border-top: none; 
    padding: 0 0 35px;
  }
  
  .footer .footer__bottom-section > .row-fluid {
    flex-direction: column;
  }
  
  .footer .social-links {
    margin-bottom: 30px;
  }
  
  .footer .footer__bottom-section .social-area {
    order: 1;
  }
  
  .footer .footer__bottom-section .logo-area {
    order: 2; 
  }
  
  .footer .footer__bottom-section .copyright-area {
    order: 3; 
  }
  
  .footer .footer__bottom-section .footer__logo {
    margin-bottom: 5px; 
  }

  
}

.footer-cta {
  background: rgb(24,25,31);
  background: linear-gradient(225deg, rgba(24,25,31,1) 0%, rgba(29,33,54,1) 100%) !important;
  padding: 100px 0;
  text-align: center;
}
.footer-cta .footer__container {
  padding-top: 0;
}
.footer.footer-cta h2 {
  color: #fff;
  font-family: "aktiv-grotesk";
  font-weight: 400;
  line-height: 40px;
  font-size: 28px;
  margin: 0 0 0px;
  padding-bottom: 40px;
}
.footer.footer-cta h2 span {
  text-decoration: underline;
  font-weight: 400;
}
.footer-cta p {
  display: none;
}
.footer-cta .book-cta a {
  width: 285px;
}

.footer__main {
  display: flex;
  justify-content: space-between;
}
.footer__col {
  flex: none;
}
.footer__col.footer__address {
  margin-top: 0;
}
.footer .footer__col h4 {
  color: #fff;
  margin-bottom: 0.7rem;
  margin-top: 0;
  text-transform: Capitalize;
  font-size: 17px;
  font-weight: 500;
}
.footer__col,
.footer .footer__col.footer__navigation .hs-menu-item a {
  font-size: 17px;
}
.footer .footer__col.footer__navigation ul {
  margin-left: 0 !important;
}

.footer__nav-services ul {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 80px;
}
.footer__nav-services ul li:first-child {
  grid-column: span 2 / span 2;
}
@media (max-width: 1399px) {
  .footer__nav-services ul {
    column-gap: 40px;
  }
}
@media (max-width: 1099px) {
  .footer__nav-services ul {
    column-gap: 0;
  }
}
@media (max-width: 991px) {
  .footer__main {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer__address {
    order: 1;
    width: 100%;
  }
  .footer__nav-company {
    order: 3;
    width: calc(50% - 10px) !important;
  }
  .footer__nav-services {
    order: 2;
    width: 100% !important;
  }
  .footer__nav-locations {
    order: 4;
    width: calc(50% - 10px) !important;
  }
}


.footer__awards span.hs_cos_wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 300px;
  margin: 20px auto;
}
.footer__awards span.hs_cos_wrapper img {
  min-width: 0;
}
/* Logo */

.widget-type-logo img {
  max-width: 100%;
}

/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

