*, *: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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
  overflow-x: hidden;
}

/**
* 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-left: 25px;
  padding-right: 25px;
}



.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

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

@media (min-width: 1200px){
  .dnd-section > .row-fluid ,.content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "maecenas-bold";
  src: url("https://5241545.fs1.hubspotusercontent-eu1.net/hubfs/5241545/raw_assets/public/Auntie_Solutions_OY_Sep2021/fonts/maecenas-bold.woff2") format("woff2"),
    url("https://5241545.fs1.hubspotusercontent-eu1.net/hubfs/5241545/raw_assets/public/Auntie_Solutions_OY_Sep2021/fonts/maecenas-bold.woff") format("woff"); }

      @font-face {
  font-family: "maecenas-bold-italic";
  src: url("https://5241545.fs1.hubspotusercontent-eu1.net/hubfs/5241545/raw_assets/public/Auntie_Solutions_OY_Sep2021/fonts/maecenas-bold-italic.woff2") format("woff2"),
    url("https://5241545.fs1.hubspotusercontent-eu1.net/hubfs/5241545/raw_assets/public/Auntie_Solutions_OY_Sep2021/fonts/maecenas-bold-italic.woff") format("woff"); 
      }


body {
  line-height: 1.7;
}

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

/* Paragraphs */

p {
  margin: 0;
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  word-break: normal;
  line-height: 1.2;
  word-break: break-word;
}
h1{
  margin-top: 5vh;
  margin-bottom: 0.5em;
  line-height: 1.1;
}

/* Lists */

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

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

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

.body-container-wrapper ul {
  margin: 10px 0 10px 0px;
  padding: 0;
}
.body-container-wrapper ul li {
  list-style: none;
  margin-left: 30px;
  margin-bottom: 0.5em;
}
.body-container-wrapper ul li:before {
  display: inline-block;
  border-radius: 50%;
  content: '';
  --size: 0.42em;
  --margin: 12px;
  margin-left: calc(-1 * (var(--size) + var(--margin)));
  margin-right: var(--margin);
  margin-bottom: 0.1em;
  line-height: 1;
  width: var(--size);
  height: var(--size);
  background-color: rgb(255,208,0);
}

ol {
  list-style: none;
  counter-reset: mek-counter;
  margin: 40px 0;
  padding: 0;
}

ol li {
  counter-increment: mek-counter;
  padding-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 0px;
  padding-left: 1.5em;
}

ol li:before {
  padding-right: 13px;
  content: counters(mek-counter, ".") "";
  color: inherit;
  font-weight: 400;
  --size: 1em;
  font-size: 1em;
  margin-left: calc(-1 * var(--size));
  width: var(--size);
  height: var(--size);
  display: inline-block;
  font-family: var(--body-font);
  text-align: right;
}

.body-container-wrapper .systems-page ul {
  margin: 0 0 1.4rem;
}
.body-container-wrapper .systems-page ul li {
  margin: 0;
}
.body-container-wrapper .systems-page ul li:before {
  content: none;
}
.body-container-wrapper form ul {
  margin: 0 0 1.4rem;
}
.body-container-wrapper form ul li {
  margin: 0;
}
.body-container-wrapper form ul li:before {
  content: none;
}
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-family: "maecenas-bold-italic";
  font-size: 1.55em;
  line-height: 1.4;
  padding: 20px;
}
blockquote::before {
  content: "“";
  float: left;
  margin-left: -0.55em;
  font-size: 3em;
  line-height: 0.75;
  color: var(--black);
}
svg, img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
figure img {
  object-fit: contain;
  max-height: 70vh;
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
body.landing_page {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px){
  body{
    margin-bottom: 50px;
  }
}
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-family: helvetica;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  display: inline-block;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  padding: 0 15px;
  min-height: 40px;
}

form fieldset {
  max-width: 100% !important;
}
.hs-input:focus{
  outline: none;
}
/* 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,.hs_error_rollup label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button, .hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: helvetica;
  margin-top: 18px;
  margin-bottom: 18px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }
  form {
    margin-bottom: 15px;
  }
} 
.form-title {
  padding: 5px 10px;
  width: 100%;
}
.field:last-of-type {
  margin-bottom: 0;
}

form{
  max-width: 767px
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 20px;
}
/* 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;
}
:root {
  --gap: 25px;
  --grid-gap: 15px;
  --cont-padding: min(40px, 3%);
  --side-margin: var(--gap);
}
.custom_header {
  transition: all 0.5s;
  width: 100%;
  z-index: 1000;
  position: fixed;
  padding: 20px var(--side-margin);
  top: 0;
}
.header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.header__logo-wrapper {
  flex: 0 1 auto;
  display: block;
}
.header__logo-wrapper .logo a {
  display: block;
}
.header__logo-wrapper .logo a div {
  max-width: 150px;
  width: 100%;
  transition: all 0.5s;
  display: block;
}
.header__logo-wrapper .logo a svg {
  width: 100%;
}
.navigation.f-col {
  flex: 0 1 auto;
  display: block;
}

/* language links */
.secondary-navi {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 7px;
}
.secondary-navi div > ul {
  margin: 0;
  text-align: right;
  margin-left: 1.5em;
  padding-right: 0.5em;
  flex-direction: row !important;
}
.secondary-navi div > ul > li {
  display: inline-block;
  text-transform: uppercase;
  font-size: max(0.95em, 15px);
  padding: 2px 0.5em;
}
.secondary-navi div > ul > li > a {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  background: linear-gradient(to right,#00ACE4, #00ACE4);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  transition: all .3s, color 0s;
}
.secondary-navi div > ul > li > a:hover {
  background-size: 100% 1px;
}
/* Desktop Menu */
.main-menu {
  padding: 2px 0;
  font-weight: 400;
  font-size: min(1em, 16px);
  display: flex;
}
.custom-menu-primary .submenu.level-1 {
  margin: 0 auto;
  text-align: right;
  display: block;
}
.custom-menu-primary .submenu.level-1 > li {
  list-style: none;
  padding: 2px 0.7em;
  margin: 0;
  display: inline-block;
  top: 1px;
}
.custom-menu-primary .submenu.level-1 > li > a {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  background: linear-gradient(to right, #00ACE4, #00ACE4);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  transition: all .3s, color 0s;
}
.custom-menu-primary .submenu.level-1 li a.active-branch{
  background-image: linear-gradient(to right, hsl(195, 100%, 45%);, hsl(195, 100%, 45%););
  background-size: 100% 2px;
}
.custom-menu-primary .submenu.level-1 > li > a:hover {
  background-size: 100% 1px;
}

.custom-menu-primary  .submenu.level-2 li{
  display: block;
  margin: 0 0 13px 0;
  padding: 0;
  line-height: 1.4;
}
.custom-menu-primary  .submenu.level-2 li a{
  display: inline;
  text-decoration: none;
  margin: 0;
  background: linear-gradient(to right, #00ACE4, #00ACE4);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  transition: all .3s, color 0s;
}
.custom-menu-primary  .submenu.level-2 li a:hover{
  background-size: 100% 1px;
}
.custom-menu-primary  .submenu.level-3{
  left: 90%;
  top: 10%;
}
/* cta  */

.header-cta {
  padding: 2px 0.7em;
  margin: 0;
  display: inline-block;
  margin-top: 0.3em;
  margin-left: 5px;
}
.header-cta a.cta_button {
  overflow-wrap: break-word;
  box-sizing: border-box !important;
  text-align: center;
  box-shadow: none;
  border-radius: 0.6em;
  padding: 0.6em 2em;
  transition: all .3s;
  font-weight: 700;
  min-width: 170px;
  display: inline-block;
  text-transform: none;
  line-height: 1.2;
  height: auto;
  background-color: #00ACE4;
  color: #FFFFFF;
}


.header-cta a.cta_button:hover {
  border-radius: 0;
  background-color: hsl(195, 100%, 65%);
}
/* Mobile Menu */

.child-trigger{
  display: none
}
.menu-mobile {
  max-height: 0;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  color: #000;
  position: fixed;
  z-index: 9;
  width: 100%;
  left: 0;
  bottom: 50px;
  padding: 0 20px;
  margin-top: 25px;
  font-size: 1.1em;
  line-height: 1.4;
  transition: all .3s;
}
.mobile-menu {
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0 30px;
  display: flex;
  align-items: flex-end;
}

.mobile-open .menu-mobile {
  max-height: calc(100vh - 50px);
}
.custom-menu-primary.mobile {
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0 30px;
  display: flex;
  align-items: flex-end;
}
.custom-menu-primary.mobile > div {
  width: 100%;
}
.custom-menu-primary.mobile .submenu.level-1 {
  margin: 0;
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 100px);
}
.custom-menu-primary.mobile .submenu.level-1>li {
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 2px 0 2px 0.7em;
}
.custom-menu-primary.mobile .submenu.level-1>li + li {
  padding-top: 0.6em;
}
.custom-menu-primary.mobile .submenu.level-1>li>a {
  display: inline-block;
  padding: 5px 10px;
}
.custom-menu-primary.mobile .submenu.level-1>li>a:hover{
  background-size: calc(100% - 20px) 1px;
  background-position: 50% 100%;
}
.custom-menu-primary.mobile .child-trigger{
  width: 1.1em;
  height: 1.1em;
  line-height: 1.1em;
  border-radius: 50%;
  margin: 0px 5px 0 0;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  float: right;
  display: inline-block;
  font-size: 30px;
  background: rgba(216, 216, 216, .8);
}
.custom-menu-primary.mobile .child-trigger:before,.custom-menu-primary.mobile .child-trigger:after {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.3em;
  content: "";
  width: 14px;
  height: 2px;
  background: #000;
}
.custom-menu-primary.mobile .child-trigger:after {
  transform: rotate(
	 90deg);
  transition: all .3s;
}
.custom-menu-primary.mobile .child-trigger:hover {
  background: #fff;
}
.custom-menu-primary.mobile .child-open > .child-trigger:after {
  transform: rotate( 
	 0deg);
}
.custom-menu-primary.mobile .submenu.level-1 ul {
  margin: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  display: none;
}
.custom-menu-primary.mobile .submenu.level-2 li {
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 2px 0 2px 0.7em;
  margin: 0;
}
.custom-menu-primary.mobile .submenu.level-2 li a {
  display: inline-block;
  padding: 5px 10px;
}
.custom-menu-primary.mobile .submenu.level-2 li a:hover {
  background-size: calc(100% - 20px) 1px;
  background-position: 50% 100%;
}
.custom-menu-primary.mobile .header-cta {
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 2px 0 2px 0.7em;
  margin-top: 0.3em;
  padding-top: 0.6em;
  margin-left: 0;
}

/* ==Lang== */
.lang_switch {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 4px;
}

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

.lang_switch ul.lang_list_class {
  margin-left: 1.5em;
  padding: 0;
  border: none;
  position: static;
  transform: none;
  padding-right: 0.5em; 
  display: block !important;
  text-align: right;
}

.lang_switch ul.lang_list_class li {
  display: inline-block;
  text-transform: uppercase;
  font-size: max(0.95em, 15px);
  padding: 2px 6px;
  border: none;
  line-height: inherit;
}

ul.lang_list_class:before,ul.lang_list_class:after {
  display: none;
}

.lang_switch .globe_class {
  background: none;
  width: auto;
  height: auto;
}

.lang_switch ul.lang_list_class li a {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  background: linear-gradient(to right, #00ace6, #00ace6);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  transition: all .3s, color 0s;  
  background-size: 0% 1px;
}

.lang_switch ul.lang_list_class li a:hover {
background-size: 100% 1px;
}

.lang_switch ul.lang_list_class li.hide {
  display: none;
}


/* == */



@media screen and (min-width: 1001px){
  .custom_header.lp .header__logo-wrapper {
	 padding-top: 18px;
	 padding-bottom: 17px;
  }
  .menu-mobile {
	 display: none;
  }
  /* Fixed Header */
  .fixed .custom_header {
	 padding-top: 10px;
	 padding-bottom: 10px;
	 box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
  .fixed .header__logo-wrapper .logo a div {
	 width: 100px;
  }
  .fixed .secondary-navi {
	 display: none;
  }
  .custom-menu-primary .submenu.level-1 > li.has-submenu:after {
	 content: '';
	 width: 14px;
	 height: 14px;
	 display: inline-block;
	 margin-bottom: -2px;
	 background: url(https://5241545.fs1.hubspotusercontent-eu1.net/hubfs/5241545/raw_assets/public/Auntie_Solutions_OY_Sep2021/images/chevron-down-solid.svg) no-repeat 100% 100%;
	 background-size: contain;
  }

  .custom-menu-primary  .submenu.level-1 ul {
	 visibility: hidden;
	 opacity: 0;
	 position: absolute;
	 z-index: 1;
	 text-align: left;
	 padding: 20px 20px;
	 margin: 0;
	 margin-left: -10px;
	 max-width: 380px;
	 min-width: 200px;
	 transition: opacity 0.3s;
	 border: 1px dotted rgba(0,0,0,.15);
	 border-radius: 10px;
  }
  .custom-menu-primary  .submenu.level-1  li.has-submenu:hover > ul,
  .custom-menu-primary  .submenu.level-1  li.has-submenu.focus > ul {
	 visibility: visible;
	 opacity: 1;
	 display: block;
	 justify-content: center;
	 transition: opacity 0.3s 0.2s;
  }

  .custom-menu-primary {
	 margin-left: auto;
  }

  .secondary-navi .hs-menu-wrapper>ul li>ul.hs-menu-children-wrapper {
	 visibility: hidden;
	 opacity: 0;
	 position: absolute;
	 z-index: 1;
	 text-align: left;
	 padding: 20px 20px;
	 margin: 0;
	 margin-left: -10px;
	 max-width: 380px;
	 min-width: 200px;
	 transition: opacity .3s;
	 border: 1px dotted rgba(0,0,0,.15);
	 border-radius: 10px;
	 background-color: rgba(255,255,255,1.0);
	 border-color: rgba(0,0,0,0.15);
	 display: block !important;
  }

  .secondary-navi .hs-menu-wrapper>ul li:hover>ul.hs-menu-children-wrapper {
	 visibility: visible;
	 opacity: 1;
	 transition: opacity .3s .2s;
  }

  .secondary-navi .hs-menu-wrapper>ul>li:last-child>ul.hs-menu-children-wrapper {
	 left: auto !important;
	 right: 0;
  }

  .secondary-navi .hs-menu-wrapper>ul>li>ul li {
	 display: block;
	 margin: 0 0 13px 0;
	 padding: 0;
	 line-height: 1.4;
  }

  .secondary-navi .hs-menu-wrapper>ul>li>ul>li a {
	 display: inline !important;
	 text-decoration: none;
	 margin: 0;
	 background: linear-gradient(to right,#00ace4,#00ace4);
	 background-size: 0 1px;
	 background-repeat: no-repeat;
	 background-position: 0 100%;
	 transition: all .3s,color 0s;
	 background-image: linear-gradient(to right,#00ace4,#00ace4);
	 color: rgba(0,0,0,1.0);
	 white-space: normal !important;
  }

  .secondary-navi .hs-menu-wrapper>ul>li.hs-item-has-children:after {
	 content: '';
	 width: 14px;
	 height: 14px;
	 display: inline-block;
	 margin-bottom: -2px;
	 background: url(https://5241545.fs1.hubspotusercontent-eu1.net/hubfs/5241545/raw_assets/public/Auntie_Solutions_OY_Sep2021/images/chevron-down-solid.svg) no-repeat 100% 100%;
	 background-size: contain;
  }

  .secondary-navi .hs-menu-wrapper>ul>li>ul>li a:hover {
	 background-color: rgba(255,255,255,0.0);
	 color: rgba(0,0,0,1.0);
	 background-size: 100% 1px;
  }

  .secondary-navi .hs-menu-wrapper>ul li>ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
	 left: 90% !important;
	 top: 10% !important;
  }
  .secondary-navi .hs-menu-wrapper>ul li.hs-item-has-children {
	 position: relative;
  }

  .header-v2 .main-menu{
	 display: flex;
	 flex-wrap: wrap;
	 align-items: flex-end;
	 justify-content: end;
  }

  .header-v2 .main-menu>div {
	 width: 100%;
  }
  .header-v2 .secondary-navi .hs-menu-wrapper>ul>li.hs-item-has-children{
	 position:static; 
  }
  .header-v2 .secondary-navi .hs-menu-wrapper>ul> li.hs-item-has-children:last-child {
	 position: relative;
  }
  .header-v2 .secondary-navi .hs-menu-wrapper>ul li>ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
	 right: 100%;
	 left: auto !important;
	 margin: 0;
  }
  .secondary-mobilemenu{
	 display:none
  }

  .header-v2 .secondary-navi{
	 display: flex !important;
  }
}

@media (min-width: 1200px){
  :root {
	 --side-margin: 50px;
  }
}

@media (max-width: 1400px){
  .custom_header {
	 padding-left: 2%;
	 padding-right: 2%;
  }
  .custom-menu-primary .submenu.level-1>li {
	 padding: 2px 0.5em;
  }
  .header-cta {
	 padding: 2px 0.5em;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1269px){
  .custom-menu-primary .submenu.level-1>li>a,.header-cta a.cta_button {
	 font-size: 12px;
  }
  .custom-menu-primary .submenu.level-2 li a{
	 font-size: 12px;
  }
  .custom-menu-primary .submenu.level-1>li {
	 padding: 2px 3px;
  }
  .header-cta a.cta_button {
	 min-width: 113px;
  }

  .header-v2 .secondary-navi div>ul>li>a {
	 font-size: 14px;
  }
  .header-v2 .secondary-navi .hs-menu-wrapper>ul>li>ul>li a {
	 font-size: 13px;
  }
}



@media screen and (min-width: 1401px) and (max-width: 1415px){
  .custom-menu-primary .submenu.level-1>li {
	 padding: 2px 10px;
  }
}
@media screen and (max-width: 1000px){
  .lang_switch+div {
	 display: none;
  }
  .custom_header {
	 position: absolute;
  }
  .menu-mobile{
	 display: block;
  }




  .header-v2 .main-menu {
	 display: block;
  }
  .header-v2 .main-menu .custom-menu-primary {
	 display: none;
  }


  .secondary-mobilemenu{
	 border: 0;
	 cursor: pointer;
	 font-size: 12px;
	 height: 100%;
	 min-height: 50px;
	 text-align: center;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 padding: 5px 0;
	 margin: 0 auto;
	 text-decoration: none;
	 background: 0 !important;
  }

  .secondary-mobilemenu span.ikoni {
	 -webkit-transition: -webkit-transform .5s;
	 transition: transform .5s;
	 width: 3.5em;
	 height: 4px;
	 position: relative;
	 vertical-align: middle;
	 margin-top: -0.1em;
	 float: none;
	 display: inline-block;
	 line-height: 1;
	 background: #000
  }

  .secondary-mobilemenu span.ikoni:before,
  .secondary-mobilemenu span.ikoni:after {
	 background: #000;
	 position: absolute;
	 -webkit-transition: all .3s;
	 -o-transition: all .3s;
	 transition: all .3s;
	 content: '';
	 display: block;
	 width: 3.5em;
	 height: 4px
  }

  .secondary-mobilemenu span.ikoni:before {
	 top: -10px
  }

  .secondary-mobilemenu span.ikoni:after {
	 bottom: -10px
  }

  .menu-open .secondary-mobilemenu span.ikoni {
	 background: transparent;
	 -webkit-transform: rotateY(180deg);
	 transform: rotateY(180deg)
  }

  .menu-open .secondary-mobilemenu span.ikoni:before {
	 width: 3.5em;
	 top: -1em;
	 -webkit-transform: translateY(1em) rotate(-45deg);
	 transform: translateY(1em) rotate(-45deg)
  }

  .menu-open .secondary-mobilemenu span.ikoni:after {
	 width: 3.5em;
	 bottom: -1em;
	 -webkit-transform: translateY(-1em) rotate(45deg);
	 transform: translateY(-1em) rotate(45deg)
  }


  .header-v2 .secondary-navi {
	 position: absolute;
	 left: 0;
	 top: 96px;
	 display: none;
	 right: 0;
	 background: #fff;
	 z-index: 5;
  }
  .header-v2 .custom_header {
	 z-index: 110;
  }

  .header-v2 .secondary-navi div>ul {
	 display: block;
	 text-align: left;
	 padding: 0px 2%;
	 margin: 0;
  }

  .header-v2 .secondary-navi div>ul>li {
	 display: block;
	 padding: 0;
  }

  .header-v2 .secondary-navi div>ul>li a{
	 padding: 8px 0.5em; 
	 display: inline-block;
  }

  .header-v2 .secondary-navi div>ul li.hs-item-has-children{
	 position: relative;
  }


  .header-v2 .secondary-navi div>ul>li ul {
	 display: none;
	 padding-left: 20px;
  }



  .header-v2 .secondary-navi .child-trigger1 {
	 width: 1.1em;
	 height: 1.1em;
	 line-height: 1.1em;
	 border-radius: 50%;
	 margin: 0px 5px 0 0;
	 text-align: center;
	 cursor: pointer;
	 vertical-align: middle;
	 position: relative;
	 float: right;
	 display: inline-block;
	 font-size: 30px;
	 background: rgba(216,216,216,.8);
	 position: absolute;
	 right: 0;
  }

  .header-v2 .secondary-navi .child-trigger1:before,
  .header-v2 .secondary-navi .child-trigger1:after {
	 display: block;
	 position: absolute;
	 top: .5em;
	 left: .3em;
	 content: "";
	 width: 14px;
	 height: 2px;
	 background: #000
  }

  .header-v2 .secondary-navi .child-trigger1:after {
	 transform: rotate(90deg);
	 transition: all .3s
  }

  .header-v2 .secondary-navi .child-trigger1:hover {
	 background: #fff
  }

  .header-v2 .secondary-navi .child-open1>.child-trigger1:after {
	 transform: rotate(0)
  }

}



@media (max-width: 600px){
  .secondary-navi {
	 min-width: 150px;
  }
  .secondary-navi div>ul {
	 margin-left: 0;
	 padding-right: 0;
	 margin-right: -0.7em;
  }
  .navigation.f-col {
	 margin-right: 3px;
  }
}
@media(max-width: 375px){
  .custom-menu-primary.mobile .submenu.level-1>li:first-child>a {
	 padding-right: 0px;
  }
}
:root {
  --cont-padding: min(40px, 3%);
  --font-size: 16px;
  --gap: 25px;
}
.footer {
  position: relative;
  font-size: 1em;
}
.footer_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1250px;
}
.footer_top {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: max(var(--cont-padding), 20px);
  padding-bottom: max(var(--cont-padding), 20px);
  width: 100%;
  background-color: hsl(49, 100%, 50%);
  color: #000;
}
.top-content-wrapper{
  padding-left: 25px;
  padding-right: 25px;
}
.top-content-row {
  margin-left: calc(-1 * var(--gap));
  margin-right: calc(-1 * var(--gap));
}
.top-content-columns {
  display: flex;
  flex-wrap: wrap;
}
.top-content-columns .col {
  flex-grow: 1;
  padding: 20px var(--gap);
  word-break: break-word;
  overflow-wrap: break-word;
  display: block;
}
.footer_top h4 {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin: 1em 0 0.5em;
  word-break: normal;
  margin-top: 0;
}
.footer-logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.footer-logo img {
  object-fit: contain;
  max-height: 70vh;
  max-width: 225px;
  width: 100% !important;
}
.footer-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: .5em;
  justify-content: center;
  margin-top: -1em;
}
.footer-cta > div {
  display: inline-block;
  margin-bottom: .5em;
  margin-left: 1em;
  margin-right: 1em;
}
.footer-cta a.cta_button {
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  box-sizing: border-box !important;
  box-shadow: none;
  border-radius: 0.6em;
  font-size: min(1.05em, 18px);
  font-weight: 700;
  min-width: 170px;
  margin-top: 0.5em;
  padding: 0.6em 2em;
  transition: all .3s;
  display: inline-block;
  text-transform: none;
  line-height: 1.2;
  height: auto;
  background: #00ACE4;
}
.footer-cta a.cta_button:hover {
  background-color: hsl(195, 100%, 65%);
  border-radius: 0;
}




.footer_bottom {
  font-size: min(0.875em, 14px);
  padding-left: 1em;
  padding-right: 1em;
}
.copyright_container {
  padding-left: 25px;
  padding-right: 25px;
}
.footer_block-wrapper {
  margin-left: calc(-1 * var(--gap));
  margin-right: calc(-1 * var(--gap));
}

.footer_bottom .footer_columns {
  display: flex;
}
.policy_links {
  flex-basis: 33.34%;
  flex-grow: 1;
  margin: 0;
  padding: 20px var(--gap);
}
.policy_links p a {
  background: linear-gradient(to right, #000, #000 50%, rgba(140,140,140,.5) 50%);
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: 100% 102%;
  transition: all .3s;
}
.policy_links p a:hover {
  background-position: 0% 102%;
}
.footer_spacer {
  flex-basis: 33.33%;
  flex-grow: 1;
  padding: 20px var(--gap);
}
.copyright {
  flex-basis: 33.33%;
  flex-grow: 1;
  padding: 20px var(--gap);
}
.copyright p {
  margin: 0;
  text-align: center;
}

/* Trigger */
#mobilebuttons {
  position: fixed;
  bottom: 0;
  border-top: 1px solid rgba(200, 200, 200, .4);
  font-size: 15px;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 111;
}
#mobilebuttons .flex {
  display: flex;
  flex-wrap: nowrap;
}
#mobilebuttons .column {
  flex: 1 0 20%;
}
#mobilebuttons button {
  border: none;
  cursor: pointer;
  font-size: 12px;
  height: 100%;
  min-height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin: 0 auto;
  text-decoration: none;
  background: none;
}
button.mobilemenu span.ikoni {
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
  width: 3.5em;
  height: 4px;
  position: relative;
  vertical-align: middle;
  margin-top: -0.1em;
  float: none;
  display: inline-block;
  line-height: 1;
  background: #000000;
}
button.mobilemenu span.ikoni:before, button.mobilemenu span.ikoni:after {
  background: #000000;
  position: absolute;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  content: '';
  display: block;
  width: 3.5em;
  height: 4px;
}
button.mobilemenu span.ikoni:before {
  top: -10px;
}
button.mobilemenu span.ikoni:after {
  bottom: -10px;
}

.mobile-open button.mobilemenu span.ikoni {
  background: transparent;
  -webkit-transform: rotateY(
    180deg);
  transform: rotateY(
    180deg);
}

.mobile-open button.mobilemenu span.ikoni:before {
  width: 3.5em;
  top: -1em;
  -webkit-transform: translateY(1em) rotate(
    -45deg);
  transform: translateY(1em) rotate(
    -45deg);
}

.mobile-open button.mobilemenu span.ikoni:after {
  width: 3.5em;
  bottom: -1em;
  -webkit-transform: translateY(-1em) rotate(
    45deg);
  transform: translateY(-1em) rotate(
    45deg);
}
/* Media */
@media (min-width: 600px){
  .top-content-columns .col {
    flex-basis: 50%;
  }
}
@media (min-width: 782px){
  .footer_bottom .footer_columns {
    flex-wrap: nowrap;
  }
  .top-content-columns {
    flex-wrap: nowrap;
  }
}
@media(min-width: 1200px){
  .copyright_container, .top-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1000px){
  #mobilebuttons {
    display: block;
  }
}
@media (max-width: 880px){
  :root {
    --gap: 15px;
    --grid-gap: 10px;
    --side-margin: 25px;

  }
}
@media (max-width: 780px){
  .footer_spacer {
    padding: 0 !important;
    flex-basis: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 781px){
  .copyright {
    flex-basis: 50%;
  }
  .policy_links {
    flex-basis: 50%;
  }
}
@media (max-width: 600px){
  .footer_bottom .footer_columns {
    padding: 10px 0;
    contain: layout;
    flex-wrap: wrap;
  }
  .policy_links {
    padding: 3px;
    text-align: center;
  }
  .copyright {
    padding: 3px;
    text-align: center;
  }
}

@media (max-width: 599px){
  .policy_links {
    flex-basis: 100%!important;
  }
  .copyright {
    flex-basis: 100%!important;
  }
  .top-content-columns .col {
    flex-basis: 100%!important;
  }
}
@media (max-width: 400px){
  .footer-cta>div {
    margin-top: 0.5em;
  }
  .footer_top h4 {
    font-size: 1.5em;
  }
}
/* 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;
  }
}