*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
   font-family: "AvenirNext"; 
   src: url("https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/Apptweak_February2022/fonts/36CE13_A_0.eot") format("embedded-opentype"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_A_0.woff2) format("woff2"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_A_0.woff) format("woff"), 
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_A_0.ttf) format("truetype");
   font-style: normal;
   font-weight: 400;
   font-display: fallback;
   unicode-range: U+0-24F;
}
@font-face { 
   font-family: "AvenirNext";
   src: url("https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/Apptweak_February2022/fonts/36CE13_B_0.eot") format("embedded-opentype"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_B_0.woff2) format("woff2"), 
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_B_0.woff) format("woff"), 
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_B_0.ttf) format("truetype");
   font-style: normal; 
   font-weight: 500;
   font-display: fallback;
   unicode-range: U+0-24F; 
}
@font-face { 
   font-family: "AvenirNext"; 
   src: url("https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/Apptweak_February2022/fonts/36CE13_2_0.eot") format("embedded-opentype"), 
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_2_0.woff2) format("woff2"), 
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_2_0.woff) format("woff"), 
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_2_0.ttf) format("truetype");
   font-style: normal;
   font-weight: 600;
   font-display: fallback;
}
@font-face { 
   font-family: "AvenirNext";
   src: url("https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/Apptweak_February2022/fonts/36CE13_0_0.eot") format("embedded-opentype"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_0_0.woff2) format("woff2"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_0_0.woff) format("woff"), 
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/36CE13_0_0.ttf) format("truetype");
   font-style: normal;
   font-weight: 700; 
   font-display: fallback; 
   unicode-range: U+0-24F; 
}

@font-face {
   font-family: "Font Awesome 5 Brands";
   src: url("https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/Apptweak_February2022/fonts/fa-brands-400.eot") format("embedded-opentype"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/fa-brands-400.woff2) format("woff2"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/fa-brands-400.woff) format("woff"), 
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/fa-brands-400.ttf) format("truetype"), 
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/fa-brands-400.svg) format("svg");
   font-style: normal;
   font-weight: normal;
}

@font-face { 
   font-family: "Font Awesome 5 Pro";
   src: url("https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/Apptweak_February2022/fonts/fa-light-300.eot") format("embedded-opentype"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/fa-light-300.woff2) format("woff2"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/fa-light-300.woff) format("woff"),
      url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/fonts/fa-light-300.ttf) format("truetype"); 
   font-style: normal; 
   font-weight: 300;
}
html{
   font-size:10px;
}
body {
   line-height: 1.4;
   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 {
   font-size: 1rem;
   margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */
h1,h2,h3,h4,h5,h6{
   margin-top: 0;
}

/* Lists */

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

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

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
h1,h2{
   line-height: normal;
   margin-bottom: 16px;
}
h3{
   line-height: 1.4;
   margin-bottom: 8px;
}
h4{
   line-height: 1.8;
   margin-bottom: 8px;
}
h5,h6{
   margin-bottom: 8px;
}
@media screen and (max-width: 1028px){
   h1{
      font-size: 32px!important;  
   }
   h2 {
      font-size: 29px!important;
   }
}
button,
.button {
   padding: 9px 15px;
   border-color: #c82c46;
   background: #c82c46;
   color: #ffffff;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin:10px 0;
   cursor: pointer;
   font-family: "AvenirNext", Avenir, Roboto, Arial, sans-serif;
   font-size: 14px;
   font-weight: 500;
   line-height: 1.428572;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   white-space: nowrap;
}

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-weight: 500;
   margin-bottom: 0.35rem;
}

/* 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 {
   display: block;
   padding: 8px;
   height: calc( 2em + 15px);
   border: 2px solid #dfe2ff;
   border-radius: 6px;
   width: 100%;
   font-size: 16px;
   line-height: 1.428572;
   color: #4e4a4c;
   background-color: #fff;
   outline:0;
   background-image: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

form fieldset {
   max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
   position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
   border-color: rgb(229, 151, 0);
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
   padding: 9px 15px;
   border-color: #c82c46;
   background: #c82c46;
   color: #ffffff;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin:10px 0;
   cursor: pointer;
   font-family: "AvenirNext", Avenir, Roboto, Arial, sans-serif;
   font-weight: 500;
   line-height: 1.428572;
   text-align: center;
   text-decoration: none;
   vertical-align: middle;
   white-space: nowrap;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
ul.no-list.hs-error-msgs.inputs-list li label{
   color: #EF6B51;
}
ul.no-list.hs-error-msgs{
   padding-left:0px;
}
.form-floating-alert-wrapper .form-floating-alert-error{
   color: #EF6B51;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
ul.no-list.hs-error-msgs label {
   color: #ef6b51;
}
/* 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;
}
.main-header-wrapper {
   min-height: 67.61px;
}
.main-header {
   position: fixed;
   width:100%;
   top: 0;
   background: #fff;
   z-index: 20;
   box-shadow: 0 0 8px rgb(0 0 0 / 15%);
}
.main-nav {
   position: relative;
   width: 90%;
   display: flex;
   flex-direction: column;
   padding: 16px 5%;
}
.container {
   width: 90%;
   max-width: var(--max-width);
   margin-left: auto;
   margin-right: auto;
   --max-width: 1114px;
}
.header-logo{
   display: inline-block;
   text-decoration: none;
   color: #4e4a4c;
   font-size: 16px;
   align-items: center;
   justify-content: center;
   width: 200px;
   margin-right: 16px;
}
.header-logo img{
   height: 100%;
   max-width: 100%;
   display: block;
   width: 100%;
}
.header-navigation ul.submenu.level-1 {
   padding: 0;
   list-style: none;
   margin: 0;
}
.header-navigation ul.submenu.level-1>li{
   white-space: nowrap;
   margin-top: 8px;
   font-weight: 400;
   display:none;
}
.header-navigation ul.submenu.level-1>li>a{
   display: inline-block;
   text-decoration: none;
   color: #4e4a4c;
   font-size: 16px;
   padding-top: 12.8px;
   padding-bottom: 12.8px;
}
.header-cta-navigation ul.submenu.level-1{
   padding: 0;
   list-style: none;
   margin:0px;
}
.header-cta-navigation ul.submenu.level-1>li{
   white-space: nowrap;
   margin-top: 8px;
   font-weight:400;
}
.header-navigation ul.submenu.level-1>li.visible:nth-child(2)>a,
.header-navigation ul.submenu.level-1>li.visible:nth-child(3)>a{
   color: #a7a4a5;
   font-weight: 400 !important;
   font-size: 16px;
   padding:0px;
}
.header-cta-navigation ul.submenu.level-1>li:first-child>a{
   color: #fff;
   display: inline-block;
   text-decoration: none;
   font-size: 16px;
   --button-bg: #C82C46;
   --button-bg--hover:#FF3232;
   --button-color: #fff;
   --button-padding: 12.8px 16px 9.6px 16px;
   background-color: var(--button-bg);
   padding: var(--button-padding);
   font-weight: 500;
   border-radius: 5px;
}
.header-cta-navigation ul.submenu.level-1>li:not(:first-child)>a{
   display: inline-block;
   text-decoration: none;
   font-size:16px;
   color:#4e4a4c;
   padding-bottom: 12.8px;
}
.header-cta-navigation ul.submenu.level-1>li:last-child>a{
   padding:0px;
}
.header-cta-navigation ul.submenu.level-1>li:last-child ul.submenu.level-2{
   background: #ffffff;
   padding: 0;
   list-style: none;
   margin:0px;
}

.lang-switch__current {
   display: none;
}
.language_icon::before {
   transform: translateY(2px);
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-size: 20px;
   font-family: "Font Awesome 5 pro";
   font-weight: 200;
   content: "\f0ac";
   padding-right: 8px;
}
.lang-switch__current-name {
   display: none;
}
.header-cta-navigation ul.submenu.level-1>li:first-child>a:hover{
   background-color: var(--button-bg--hover);
   text-decoration: none;
}
.main-nav__mobile-toggle {
   position: absolute;
   top: 8px;
   right: -15px;
   display: flex;
   justify-content: center;
   cursor:pointer;
   align-items: center;
   background: none;
   width: 60px;
   height: 60px;
   padding: 16px;
   margin-left: auto;
   border-radius: 50%;
}
.menu-toggle {
   position: absolute;
   right: 15px;
   top: 49%;
   transform: translate(0, -50%);
   height: 26px;
   color: #000;
   width: 50px !important;
}
.menu-toggle-bar {
   display: block;
   position: absolute;
   top: 50%;
   margin-top: -1px;
   right: 0;
   width: 40% !important;
   height: 3px;
   border-radius: 3px;
   background-color: black;
   transition: all 0.3s ease;
}
.main-nav__mobile-toggle>div>span {
   display: block;
   width: 70%;
   height: 4px;
   margin: 0 auto;
   margin-bottom: 4px;
   background: #333;
}
.main-nav__mobile-toggle>div>span:last-child {
   margin-bottom: 0;
}
.main-nav__mobile-toggle.menu-toogle-open .menu-toggle-bar.menu-toggle-bar--top {
   transform: translate(0, 0) rotate(45deg);
   background-color: #C82C46;
}
.main-nav__mobile-toggle.menu-toogle-open span.menu-toggle-bar.menu-toggle-bar--middle{
   opacity:0;
}
.menu-toggle-bar.menu-toggle-bar--top {
   transform: translate(0, -7px);
}
.main-nav__mobile-toggle.menu-toogle-open .menu-toggle-bar.menu-toggle-bar--bottom{
   transform: translate(0, 0) rotate(-45deg);
   background-color: #C82C46;
}
.menu-toggle-bar.menu-toggle-bar--bottom {
   transform: translate(0, 7px);
}
.header-cta-navigation ul.submenu.level-1>li:last-child ul.submenu.level-2>li>a{
   display: inline-block;
   text-decoration: none;
   color: #4e4a4c;
   font-size: 18px;
   padding: 12.8px 0;
   width: 100%;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2{
   list-style:none;
   margin:0px;
   padding:0px;
   --large-shadow: 0px 32px 64px rgba(51, 51, 51, 0.05), 0px 16px 32px rgba(51, 51, 51, 0.05), 0px 8px 16px rgba(51, 51, 51, 0.05), 0px 4px 8px rgba(51, 51, 51, 0.05), 0px 2px 4px rgba(51, 51, 51, 0.05), 0px 1px 2px rgba(51, 51, 51, 0.05);
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li{
   display:none;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li:last-child{
   display: flex;
   border-radius: 12px;
   min-height: 350px;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li>a{
   padding-top: 12.8px;
   padding-bottom: 12.8px;
   text-decoration: none;
   color: #4e4a4c;
   display:inline-block;
   font-size: 16px;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li:last-child>a{
   display:none;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li.visible a:after{
   display:none;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li.visible small{
   display:none;
}
.t-small-title {
   font-weight: 600;
   font-size: 18px;
   margin-bottom: 8px;
}
.header-navigation ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:first-child>a:after{
   background-image: url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/images/aso-intel.svg);
}
.header-navigation ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(2)>a:after{
   background-image: url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/images/ad-intel.svg);
}
.header-navigation ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(3)>a:after{
   background-image: url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/images/app-intel.svg);
}
.header-navigation ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(4)>a:after{
   background-image: url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/images/market-intel.svg);
}
.header-navigation ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(5)>a:after{
   background-image: url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/images/free-aso-tools.svg);
}
.header-navigation ul.submenu.level-1>li:nth-child(2) ul.submenu.level-2>li:nth-child(6)>a:after{
   background-image: url(https://24950532.fs1.hubspotusercontent-eu1.net/hubfs/24950532/raw_assets/public/Apptweak_February2022/images/api.svg);
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li>a:after{
   content: "";
   display: block;
   width: 36px;
   height: 36px;
   margin-left: auto;
   background-size: cover;
   background-repeat: no-repeat;
   position: absolute;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li:last-child>ul.submenu.level-3{
   display: inline-flex;
   padding: 0;
   list-style: none;
   margin:0px;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li:last-child>ul.submenu.level-3>li{
   width:100%;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li:last-child>ul.submenu.level-3>li>a{
   background: #f5f6ff;
   width: 100%;
   align-items: flex-start;
   max-width: none;
   display: flex;
   flex-direction: column;
   position: relative;
   border: 1px solid #dfe2ff;
   border-radius: 10px;
   padding: 16px;
   font-weight: 400;
}
.post-medium__cover{
   border-radius: 10px 10px 0 0;
   box-shadow: none;
   height: auto;
   color: currentColor;
   text-decoration: none;
   display: flex;
   font-size:16px;
   width: calc(100% + 32px);
   max-width: none;
   position: relative;
   top: -16px;
   left: -16px;
   object-fit: cover;
   background-color: #fff;
   overflow:hidden;
   margin: 0 auto;
}
.post-medium__cover img{
   border-radius: 10px 10px 0 0;
   box-shadow: none;
   height: auto;
   width: 100%;
   object-fit: cover;
   max-height: none;
   max-width: 100%;
   display: block;
}
.post-medium__content{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   flex-grow: 1;
   color: currentColor;
   text-decoration: none;
   font-size:16px;
}
.post-medium__content .post-medium__meta{
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin-bottom: 8px;
}
.post-medium__content .post-medium__meta small.post-medium__category{
   background: #7783F7;
   border-radius: 15px;
   color: #fff;
   padding: 5px 12px 0;
   max-width: 160px;
   overflow: hidden;
   display: block;
   font-weight: 300;
   font-size:smaller;
   text-overflow: ellipsis;
   white-space: nowrap;
   line-height: 18px;
   height: 24px;
   margin-bottom: 8px;
}
p.t-small-title.post-medium__date{
   color: #9294BB;
   font-size: small;
   margin-bottom: 0;
   max-width:100%;
   margin-top: 5px;
}
.post-medium__author{
   display: flex;
   align-items: center;
}
.post-medium__author img{
   border-radius: 50%;
   margin-right: 8px;
   height: auto;
   max-width: 100%;
   display: block;
}
.post-medium__author small{
   color: #868691;
   white-space: initial;
   font-size:smaller;
   display: block;
   font-weight: 300;
}
.header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child{
   background: linear-gradient(128.3deg, #F2AD6B -10.29%, #EF8E3E 16.87%, #B6549A 53.08%, #4655D9 85.67%, #63B5F8 105.59%);
   padding: 10px;
}
.header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a{
   display:flex;
   text-decoration: none;
   color: #4e4a4c;
   font-size:16px;
}
.header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a span.t-small-title:first-child{
   display:none;
}
.header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a span.text{
   font-size:18px;
   color:#fff;
}
.header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a span.t-medium-title{
   font-size:18px;
   color:#fff;
   margin-bottom:8px;
   font-weight:600;
}
.header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a span.t-small-title{
   color:#fff;
}
.header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a:after{
   display:none;
}
.header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a  span.learn-more-btn:hover{
   background-color: #f5f6ff;
   text-decoration: none;
}
.header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a  span.learn-more-btn{
   align-self: flex-end;
   color: #4b5af3;
   display: block;
   width: 100%;
   font-size: 18px;
   --button-bg: #fff;
   --button-bg--hover: var(--blue-1);
   --button-color: var(--blue-9);
   border: 1px solid #dfe2ff;
   --button-padding: 12.8px 16px 9.6px 16px;
   background-color: var(--button-bg);
   padding: var(--button-padding);
   font-weight: 500;
   border-radius: 5px;
   text-decoration: none;
   text-align: center;
   margin-bottom: 48px;
   margin-top: 24px;
}
.header-navigation ul.submenu.level-1>li.visible{
   display:block;
}
.header-navigation ul.submenu.level-1>li.visible>a{
   font-size:18px;
}
.header-navigation ul.submenu.level-1>li.visible ul.submenu.level-2>li:last-child{
   display:none;
}
.main-nav.container.flex{
   flex-direction:column;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li.visible{
   margin-left: 10px;
   display: block;
}
.header-navigation ul.submenu.level-1>li ul.submenu.level-2>li.visible .t-small-title{
   font-weight:400;
}
.header-cta-navigation ul.submenu.level-1>li.visible{
   display:block !important;
}
.header-cta-navigation ul.submenu.level-1>li.visible:not(:first-child)>a{
   padding-top: 12.8px;
   padding-bottom: 12.8px;
   padding-left:0px;
   padding-right:0px;
}
.header-cta-navigation ul.submenu.level-1>li.visible:nth-child(3)>a{
   padding-top:0px;
}
.header-cta-navigation ul.submenu.level-1>li.visible:last-child>a{
   padding:0px;
}
.blog_recent_posts h2 a:hover {
   text-decoration: underline;
}
@media(min-width:1480px){
   .lang-switch__current-iso {
      display: none;
   }
   .lang-switch__current-name {
      display: initial;
   }
}
@media screen and (min-width: 1400px){
   .main-header-wrapper.no-navigation .main-header {
      padding: 15.8px 0;
   }
   .main-nav {
      padding: 0;
      flex-direction: row;
      align-items: center;
   }
   .header-cta-navigation {
      margin-left: auto;
   }
   .header-logo img{
      width: 100% !important;
      min-width: 200px;
   }
   .header-navigation ul.submenu.level-1{
      display: flex;
      align-items: baseline;
   }
   .header-navigation ul.submenu.level-1>li{
      border: none;
      margin-top: 0;
      display: block;
   }
   .header-navigation ul.submenu.level-1>li>a{
      font-weight: normal !important;
      padding: 22.4px 12px;
   }
   .header-navigation ul.submenu.level-1>li>a:hover{
      color:#4b5af3;
   }
   .header-cta-navigation ul.submenu.level-1{
      display: flex;
      align-items: baseline;
      margin-left: auto;
   }
   .header-cta-navigation ul.submenu.level-1>li{
      border: none;
      margin-top: 0;
      display: block;
   }
   .header-cta-navigation ul.submenu.level-1>li:not(:first-child)>a{
      font-weight: normal !important;
      padding: 22.4px 12px;
   }
   .header-cta-navigation ul.submenu.level-1>li:not(:first-child)>a:hover{
      color:#4b5af3;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child{
      position: fixed;
      top: 0;
      right: 0;
      margin-right: 20px;
      height: 67px;
      transform: none;
      padding-bottom: 0;
      align-items: center;
      margin-bottom: 0;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child>a{
      border: none;
      margin-top: 0;
   }
   .main-nav__mobile-toggle {
      display: none;
   }
   .header-navigation ul.submenu.level-1>li.has-submenu:hover ul.submenu.level-2{
      opacity: 1;
      transition: opacity 150ms ease-in;
      pointer-events: all;
      padding-left: 0;
   }
   .header-navigation ul.submenu.level-1>li ul.submenu.level-2{
      opacity: 0;
      pointer-events: none;
      position: absolute;
      left: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      background-color: white;
      box-shadow: var(--large-shadow);
      border-color: 1px solid var(--grey-1);
      --grey-1: #E9EAF7;
      border-radius: 16px;
      z-index: 10;
      padding: 16px;
      max-height: 500px;
   }
   .header-navigation ul.submenu.level-1>li ul.submenu.level-2>li{
      width: 32%;
      margin-left: 16px;
      display:block;
   }
   .header-navigation ul.submenu.level-1>li ul.submenu.level-2>li:last-child{
      width: 29%;
      margin-right: 100%;
      white-space: normal;
   }
   .header-navigation ul.submenu.level-1>li ul.submenu.level-2>li>a{
      padding: 16px;
      padding-left: 48px;
      display: flex;
      height: 120px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      border-radius: 12px;
      font-weight: normal !important;
   }
   .t-small-title {
      font-size: 16px;
      font-weight: 500;
   }
   .header-navigation ul.submenu.level-1>li ul.submenu.level-2>li>a:after{
      background-size: contain;
      width: 28px;
      height: 28px;
      margin-left: -38px;
   }
   .header-navigation ul.submenu.level-1>li ul.submenu.level-2>li>a small{
      color: #868691;
      white-space: initial;
      font-size:smaller;
   }
   .header-navigation ul.submenu.level-1>li ul.submenu.level-2>li>a:hover{
      background-color: #f5f6ff;
      color: #4b5af3;
   }
   .header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li>a{
      padding-left:16px !important;
   }
   .header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a{
      height: 120px;
      padding:16px !important;
      flex-direction: column;
      justify-content: flex-start;
      border-radius: 12px;
      font-weight: normal !important;
   }
   .header-navigation ul.submenu.level-1>li:nth-child(3) ul.submenu.level-2>li:last-child>a:hover{
      background-color:inherit;
   }
   .main-header-wrapper {
      min-height: 67.2px!important;
   }
}
@media(min-width:780px){
   .main-header-wrapper {
      min-height: 76.8px;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child{
      display:flex;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child>a{
      display:none;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child ul.submenu.level-2{
      display: none;
      position: absolute;
      margin-top: 0;
      box-shadow: var(--small-shadow);
      border-radius: 5px;
      --small-shadow: 0px 4px 8px rgba(51, 51, 51, 0.05), 0px 2px 4px rgba(51, 51, 51, 0.05), 0px 1px 2px rgba(51, 51, 51, 0.05);
      min-width: 150%;
      top: 100%;
      left: 0;
   }
   .lang-switch__current {
      display: block;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child ul.submenu.level-2>li>a{
      padding: 16px;
      border-bottom: 1px solid #dfe2ff;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child ul.submenu.level-2>li>a:hover{
      background-color: #f5f6ff;
      color: #4b5af3;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child:hover ul.submenu.level-2{
      display:block;
   }

}
@media (min-width: 780px) and (min-width: 1400px){
   .header-cta-navigation ul.submenu.level-1>li:last-child ul.submenu.level-2 {
      right: 0;
      left: auto;
   }
}
@media(max-width:1400px){
   .header-logo{
      display:flex;
   }
   .main-nav{
      flex-direction: row; 
   }
   body.mobile-menu-open main.body-container-wrapper {
      position: fixed;
      z-index: -1;
   }

   body.mobile-menu-open footer.footer {
      position: fixed;
      z-index: -1;
   }

   .mobile-menu-open .header-cta-navigation ul.submenu.level-1>li:last-child {
      display: none !important;
   }
   body.mobile-menu-open .main-header{
      position:sticky;
   }
   body:not(.mobile-menu-open) .header-cta-navigation ul.submenu.level-1{
      display: flex;
      align-items: center;
      flex-grow: 1;
      justify-content: flex-end;
   }
   body:not(.mobile-menu-open) .header-cta-navigation{
      display: flex;
      align-items: center;
      flex-grow: 1;
      justify-content: flex-end;
   }
   body:not(.mobile-menu-open)  .header-cta-navigation ul.submenu.level-1>li{
      display: block;
      margin-top: 0;
      padding-right: 4px;
      transform: translateY(-2px);
   }
   .header-cta-navigation ul.submenu.level-1>li:first-child>a{
      font-weight:400;
   }
   .header-cta-navigation ul.submenu.level-1>li:not(:first-child)>a{
      padding:0 12px;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child ul.submenu.level-2{
      top: 55px;
   }
   .header-cta-navigation ul.submenu.level-1>li:last-child ul.submenu.level-2::before {
      content: "";
      background: transparent;
      width: 92px;
      height: 30px;
      top: -27px;
      display: block;
      position: absolute;
   }
}
@media(max-width:779px){
   .header-cta-navigation ul.submenu.level-1>li{
      display:none !important;
   }
}
footer.footer {
   background-color: #7783f7;
   color: #ffffff;
   margin-top: 80px;
   padding: 64px 0;
}
.footer__container.content-wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   max-width: 1114px;
   padding: 0;
}
.footer-menu {
   max-width: 100%;
   width: 100%;
}
.footer-menu .hs-menu-wrapper > ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.footer-menu ul>li {
   flex-basis: calc(100% / 5);
   margin-top: 16px;
   min-width: 200px;
   flex-grow: 1;
}
.footer-menu ul>li>a {
   margin-bottom: 8px;
   margin-top: 16px;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 16px;
   color: #ffffff;
   position: relative; 
}
.footer-menu .hs-menu-wrapper > ul > li > ul {
   opacity: 1!important;
   position: relative!important;
   left: 0!important;
   top: 0!important;
   display:block!important;
}
.footer-menu ul ul li {
   margin-bottom: 8px;
   margin-top: 0;
}

.footer-menu ul ul>li>a {
   color: white;
   text-decoration: none;
   margin: 0;
   font-weight: 400;
   font-size: 16px;
   text-transform: inherit;
   font-family: 'AvenirNext';
}
.footer-menu ul > li:nth-child(5) > ul > li:nth-child(5) > a {
   padding-top: 25px;
   margin-bottom: 8px;
   margin-top: 16px;
   font-weight: 700;
   font-size: 16px;
}
.footer-copyright_visible {
   font-size: 16px;
   width: 100%;
   padding-top: 20px;
}
.footer-copyright_visible {
   font-size: 10px;
   width: 100%;
   padding-top: 20px;
   font-family: "AvenirNext";
}
.footer-menu>.Social-links {
   display: none;
}
.footer-menu>.language-dropdown {
   display: none;
}
.language-dropdown .hs-menu-wrapper>ul>li>a:before {
   transform: translateY(2px);
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-size: 20px;
   font-family: "Font Awesome 5 pro";
   font-weight: 200;
   content: "\f0ac";
   padding-right: 4px;
}
.language-dropdown .hs-menu-wrapper>ul>li>ul {
   display: none!important;
   position: absolute!important;
   bottom: 123%;
   width: 100%;
   left: -16px!important;
   border-radius: 4px;
}

.language-dropdown .hs-menu-wrapper>ul>li:hover ul {
   display: block!important;
}
.language-dropdown .hs-menu-wrapper>ul>li>ul>li>a {
   border-radius: 4px 4px 0 0;
   background-color: #f5f6ff;
   display: block;
   padding: 16px;
   width: 100%;
   border-bottom: 1px solid #dfe2ff;
   text-decoration: none;
   color: black;
}


.language-dropdown ul.submenu.level-2 {
   display: none;
   position: absolute;
   bottom: 123%;
   width: 100%;
   left: -16px;
   border-radius: 4px;
}

.language-dropdown ul.submenu.level-1 li {
   position: relative;
}

.language-dropdown nav > ul > li:hover ul.submenu.level-2 {
   display: block;
}
.language-dropdown ul.submenu.level-1 li a {
   transition: none;
}
.language-dropdown ul.submenu.level-2 li {
   font-weight: 400;
   margin: 0;
}

.language-dropdown ul.submenu.level-2 li a {
   background-color: #f5f6ff;
   display: block;
   padding: 16px;
   width: 100%;
   border-bottom: 1px solid #dfe2ff;
   text-decoration: none;
   color: black;
}

.language-dropdown ul.submenu.level-2 li:first-child a {
   border-radius: 4px 4px 0 0;
}

.language-dropdown ul.submenu.level-2 li:last-child a {
   border-radius: 0 0 4px 0;
}
.language-dropdown ul.submenu.level-1 > li > a::before {
   transform: translateY(2px);
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   font-size: 20px;
   font-family: "Font Awesome 5 pro";
   font-weight: 200;
   content: "\f0ac";
   padding-right: 4px;
}

.language-dropdown ul.submenu.level-1 > li:hover > a {
   background-color: #f5f6ff;
   color: #4b5af3;
   padding: 16px;
   border-radius: 0 0 4px 4px;
   position: relative;
   left: -16px;
   display: inline;
   line-height: 22.4px;
}
.footer-menu .hs-menu-wrapper > ul>li>a {
   margin-bottom: 0.8rem;
   display: block;
}

.footer-menu .hs-menu-wrapper > ul>li:last-child > ul > li:last-child > a {
   display: block;
}

.footer-menu ul>li:nth-child(5)>ul>li:nth-child(5)>a {
   display: block;
}

.language-dropdown ul.submenu.level-1 li {
   margin: 0;
}
/* Menu and simple menu */

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

/* Horizontal menu */

 


/* 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.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 {
  
}

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