*, *: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;
  max-width: 1240px;
  padding: 0 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0px 0px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/** Auto margins for DND sections in certain page templates */
.body-container--auto-vertical-margins .dnd-section {
  margin-top: clamp(3rem, 7.5vw, 9rem);
}
.body-container--auto-vertical-margins .dnd-section .dnd-row:not(:first-child) {
  margin-top: 2rem;
}
@media (max-width: 48rem) {
  .body-container--auto-vertical-margins .dnd-section .dnd-column:not(:first-child) {
    margin-top: 2rem;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #e1dddb;
  margin: 0;
  padding: 0;
  font-family: Helvetica Now Display, Helvetica, Arial;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #6c6964;
}

main, footer  {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 1200px;
  
  min-height: 50vh;
  padding: 0px;
}

@media only screen and (max-width: 1000px) {
  main, footer  {
    padding: 0;
  }
}

/*------------------------------------------------------*/
/* typography */
/*------------------------------------------------------*/

h1 {
  font-size: 6rem;
  line-height: 6rem;

  font-weight: bold;
  margin: 0 0 2rem 0;
  padding: 0;
  color: #55534e; /* darker */
}

h2 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  padding: 0;
}

h3 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin: 0rem 0rem 1rem 0;
  padding: 0;
}

h4,
.body-container--auto-vertical-margins .dnd-column.span4 h2,
.body-container--auto-vertical-margins .dnd-column.span4 h3 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  padding: 0;
}

p,
span {
  margin: 0 0 1rem 0;
}

a {
  text-decoration: none;
  color: #dc0b35;
}

a:hover {
  text-decoration: underline;
  color: #dc0b35;
}

ul {
  padding: 1rem 0rem;
  margin: 0rem 0.5rem;
}

li {
  padding: 0rem;
  margin: 0.5rem;
}

li,
p {
  /* max text line width */
  max-width: 800px;
}

@media only screen and (max-width: 1000px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0 0 1rem 0;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 0 0.5rem 0;
  }

  h4,
  .body-container--auto-vertical-margins .dnd-column.span4 h2,
  .body-container--auto-vertical-margins .dnd-column.span4 h3 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    padding: 0;
  }

  p,
  span {
    margin: 0 0 0.5rem 0;
  }

  body {
    font-size: 0.96rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 0.5rem 0;
  }
}

.black-titles h1,
.black-titles h2,
.black-titles h3,
.black-titles .subtitle h2 {
  color: #000;
}



/*------------------------------------------------------*/
/* content boxes */
/*------------------------------------------------------*/

.box {
  margin: 0 0 3rem 0;
  border-radius: 0.0rem;
}

.box-light {
  background: #f0eeef;
  color: #6c6964;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.box-dark {
  background: #6c6964;
  color: #e1dddb;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.box .columns {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-items: stretch;
}

.box .column,
.box .column-1 {
  flex: 1;
}

.box .column-2 {
  flex: 2;
}

.box .column-3 {
  flex: 3;
}

.box img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  margin: 1rem auto;
}

.box .pad {
  padding: 3rem;
}

.pad,
.pad-horizontal {
  padding: 0 3rem;
}

.box .column-image {
  box-shadow: 0 0 50px inset rgba(0, 0, 0, 0.2);
  background-color: #6c6964;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.box .column-image img {
  margin: 0;
  padding: 0;
}



@media only screen and (max-width: 1000px) {
  .pad,
  .pad-horizontal,
  .body-container--auto-vertical-margins .dnd-column:not(.span12) {
    padding: 0 3rem;
  }
  .box .pad {
    padding: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  
  .pad {
    padding: 0px;
  }
  .pad-horizontal,
  .body-container--auto-vertical-margins .dnd-column:not(.span12) {
    padding: 0 1.5rem;
  }  
  .box {
    margin: 0 0 1.5rem 0;
    border-radius: 0rem;
  }
  .box .pad {
    padding: 1.5rem 1.5rem 3rem 1.5rem;
  }
  .box .columns {
    flex-flow: column-reverse;
  }
  .box .down {
    flex-flow: column;
  }
}

/* outside anim */

.box {
  /*
  transform: scale(1);
  transition: transform 0.5s;
*/

  /*
  transition: opacity 1s;
  opacity: 1;
  */
}

.box.outside {
  /*
  transform: scale(1.05);
  opacity: 0;
*/
}

/*------------------------------------------------------*/
/* css visibility classes */
/*------------------------------------------------------*/

.pause {
  animation-play-state: paused;
}

/*------------------------------------------------------*/
/* Navigation  */
/*------------------------------------------------------*/

header {
  width: 100%;
  position: absolute;
  top: 0;
}

.navigation_bar {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}

.navigation_bar a {
  margin: 0;
  padding: 0;
}

header #logo,
.navigation #menu_logo {
  position: absolute;
  margin: 0 0 0 3rem;
  min-width: 3rem;
  box-shadow: 0 0 10px #04040450;
  transition: box-shadow 0.1s;
}

header #logo:hover {
  box-shadow: 0 0 10px #040404A0;
}


header #menu_open {
  margin: 15px 25px 0 0px;
  position: fixed;
  right: 0px;
  z-index: 1;
  opacity: 0.7;
}

header #menu_close {
  margin: 15px 25px 0 0px;
  position: fixed;
  right: 0px;
  opacity: 0.7;
}

header #menu_open:hover,
header #menu_close:hover {
  opacity: 1;
}

.navigation {
  display: none;
  position: fixed;
  background: #6c6963;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  transform: scale(1); /* hack */
}

.navigation_content {
  max-width: 1200px;
  margin: auto;
}
.navigation_open {
  display: block;
  animation: navigation_fadeIn 0.6s;
}

@keyframes navigation_fadeIn {
  from {
    opacity: 0;
    height: 0%;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}

.navigation ul {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px;
  list-style: none;
}
.navigation li {
  list-style: none;
  margin: 0;
  text-align: center;
}

.navigation a {
  font-size: 4rem;
  line-height: 5rem;

  color: #aba59d;
  font-weight: bold;
  text-decoration: none;
}
.navigation a:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .navigation a {
    font-size: 2rem;
    line-height: 3rem;
  }

  .navigation_bar #logo,
  .navigation #menu_logo {
    margin: 0 0 0 1.5rem;
  }
  .navigation_bar #menu_open img,
  .navigation_bar #menu_close img {
    margin: 0px 0px 0 15px;
  }
}

@media only screen and (max-width: 400px) {
  .navigation a {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .navigation_bar #logo,
  .navigation #menu_logo {
    margin: 0px 0px 0 0px;
    width: 15vw;
    min-width: 50px;
  }
  .navigation_bar #menu_open img,
  .navigation_bar #menu_close img {
    margin: 5px;
    width: 15vw;
    min-width: 50px;
  }

  header #menu_open,
  header #menu_close {
    margin: 0;
  }
}

/* tweak hubspot menus to fit */
header #hs_menu_wrapper_site_menu {
  margin-top: 5rem;
}

.hs-menu-children-wrapper {
  margin: 0;
  padding: 0;
}






/*------------------------------------------------------*/
/* footer */
/*------------------------------------------------------*/

footer {
  width: 100%;
  min-height: 25rem;
  margin-top: 15rem;
  padding: 0;
  color: #6c6964;
}


footer .logo {
  max-width: 225px;
  margin: 0;
  opacity: 0.75;
}

footer .certificates {
  margin: 2rem 0rem 1rem 0rem;
}
footer .certificates img {
  display: inline-block;
  height: 5rem;
  opacity: 0.6;
  margin: 0;
}

footer .certificates img:hover {
  opacity: 1;
}

footer li,
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

footer li a {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: normal;
}

footer a {
  color: #6c6964;
  text-decoration: none;
  opacity: 0.8;
}

footer a:hover {
  color: #6c6964;
  text-decoration: underline;
  opacity: 1;
}
footer a::after {
  content: "";
}

footer h4,
footer p,
footer a {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin: 0;
}

@media only screen and (max-width: 1300px) {
  footer {
  }
}

@media only screen and (max-width: 600px) {
  footer {
  }
  footer .certificates img {
    display: block;
  }
}

/*------------------------------------------------------*/
/* frontpage ribbon */
/*------------------------------------------------------*/

#hero_ribbon {
  background-color: #6c6963;
  color: #fff;
  
  display: block;
  position: fixed;
  top: 0;
  z-index: -999;
  width: 100%;
  
  height: 600px;
  height: 58vw;
  max-height: 720px;
  min-height: 460px;
  
  transition: background-color 1s;
}

.smaller-ribbon #hero_ribbon {
  top: -10rem;
}
@media only screen and (max-width: 75rem) {
  .smaller-ribbon #hero_ribbon {
    top: -11vw;
  }
}
@media only screen and (max-width: 62rem) {
  .smaller-ribbon #hero_ribbon {
    top: -3rem;
  }
}

#hero_ribbon.scrolled {
  background-color: #d0cbc7;
}

#hero_ribbon #ribbon {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -1px;
  transform: scale(1);
}
/*
@media only screen and (max-width: 800px) {
  #hero_ribbon {
    height: 900px;
  }
}

@media only screen and (max-width: 600px) {
  #hero_ribbon {
    height: 600px;
  }
}*/

/*------------------------------------------------------*/
/* frontpage hero */
/*------------------------------------------------------*/

.hero {
  margin: 100px 3rem 3rem 3rem;
}

.hero_image {
  width: 90%;
  margin: 0 0 0 -2%;
  min-height: 400px;
  animation: hero_fadeIn 1s;
  animation-delay: 0s;
  animation-fill-mode: both;
}

.hero_svg {
  font-family: Helvetica Now Display, Helvetica, Arial;
  font-weight: bold;
  fill: #fff;
}

.hero_description {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2.5rem;

  color: #6c6963;
  text-shadow: 0px 1px 6px #e1dddb;

  opacity: 0;
  animation: hero_fadeIn 1s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}

.landing_image {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 5rem auto -5rem auto;
}

@media only screen and (max-width: 600px) {
  .hero {
    margin: 5rem 1.5rem 3rem 1.5rem;
  }

  .hero_description {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.7rem;
  }
  .hero_image {
    width: 100%;
  }
}

/* --- Hero with ribbon --- */
.hero--with-ribbon {
  margin-top: clamp(212px, 46vw, 328px);
}
.hero--with-ribbon .hero_title {
  max-width: 77vw;
  font-size: clamp(3.75rem, 2.6578rem + 4.6602vw, 8.25rem);
  line-height: 1;
  color: #FFF;
  text-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 600px) {
  .hero--with-ribbon .hero_title {
    max-width: 100%;
  }
}
.hero--with-ribbon .hero_description {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
}
.hero--with-ribbon .hero_description p {
  max-width: 900px;
}

@keyframes hero_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* -- Simple hero --- */
.hero--simple {
  margin-bottom: 0;
  padding-top: clamp(3.125rem, 1.9417rem + 5.0485vw, 8rem);
  line-height: 1.5;
  font-size: 1.1rem;
  color: #000;
}

@media only screen and (min-width: 600px) {
  .hero--simple {
    font-size: 1.375rem;
  }
}

/*------------------------------------------------------*/
/* Product page hero, linkgraph header */
/*------------------------------------------------------*/

#linkgraph {
  width: 93%;
  height: 25rem;
  max-width: 1120px;
  min-width: 300px;
  padding: 0 1.5rem;
  margin: 8rem auto 0rem auto;
  animation: linkgraph_fadeIn 3s;
}

#linkgraph svg {
  overflow: visible;
}

#linkgraph .graph-button {
  fill: #e1dddb;
  transition: fill 0.1s;
}

#linkgraph .graph-button:hover {
  fill: #fff;
}

#linkgraph .graph-text {
  font-size: 1.1rem;
  font-weight: bold;
  pointer-events: none;
  fill: #55534e;
}

@keyframes linkgraph_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  #linkgraph .graph-text {
    font-size: 0.85rem;
  }

  #linkgraph {
    width: 100%;
  }
}





/*------------------------------------------------------*/
/* notification  */
/*------------------------------------------------------*/


@keyframes notification-in {
  0% {
  background-position: 0px 0px;
  opacity: 0;
  }
  4% {
  background-position: 0px 0px;
  opacity: 1;
  }
  100% {
  background-position: 0px -500px;
  opacity: 1;
  }
}


.notifications {
  min-height: 5rem;
  margin: 0;
}

.notification {
  background-color: #f0eeef;
  color: #6c6964;

  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow:  0px 2px 10px rgba(0,0,0,0.05);
  padding: 1rem 1rem 1rem 1.5rem;

  max-width: 700px;
  min-height: 4rem;
  margin: 0 0 5px 0;

  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5rem;

  display: flex;
  justify-content: left;
  align-items: center;
  background-image: url(https://6551498.fs1.hubspotusercontent-na1.net/hubfs/6551498/raw_assets/public/finnplay-theme/assets/stripe.png);
  
  background-position: 0px 0px;
  background-repeat: repeat-y;
  background-size: 0.5rem 100%;  
  
  animation: notification-in 20s ease-in-out 0.6s both;


}

.notification:hover {
  background-color: #FFF;
  color: #F00;
}

.notification a {
  text-decoration: none;
}


.notification span {
  margin: 0 15px  0 15px;
  flex-grow: 1;
}
.notification svg {
  flex-grow: 0;
  margin: 0;
  height: 2rem;
  width: 3rem;
}

@media only screen and (max-width: 600px) {
  .notifications {
    margin: 0 1.5rem;
  }
}













/*------------------------------------------------------*/
/* Blog pages  */
/*------------------------------------------------------*/

.blog-breadcrumbs { margin: 10rem 0 15rem 0;}

.hs-breadcrumb-menu-item {
 margin: 0;
 padding: 0; 
}

.first-crumb {
  margin: 0;
  padding: 0;
}

.last-crumb {
  display: none;
}

.hs-breadcrumb-menu-divider::before {
  content: '›';
  padding: 0 10px 0 10px;  
  
}







.blog-header{
  margin-top: 10rem;
}

.blog-post {
  margin: 0 0 5rem 0 ;
  padding: 0;
  clear: both;
}

.blog-related-posts {
  margin: 0 0 5rem 0 ;
  padding: 0;
  clear: both;
}






.blog-post pre {
  display: inline-block;
  overflow-x: scroll;
  overflow-y: auto;
  width: 100%;
  background-color: #333;
  color: #eee;
  padding: 3rem;
  margin: 3rem 0;
  font-size: 0.8rem;
}

.blog-post img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  margin: 25px auto;
}

.blog-post blockquote {
  margin: 3rem 0 3rem 0;
  padding: 50px;
  border-radius: 2px;
  background: #f0eeef;
  color: #6c6964;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-items: stretch;
  align-items: stretch;
}

.blog-post blockquote p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-style: italic;
}

.blog-post__tags .hs_cos_wrapper_type_icon {
  width: 20px;
  display: inline-block;
  vertical-align: sub;
}

.blog-post__tags .hs_cos_wrapper_type_icon svg {
  fill: #55534e;
}



.blog-pagination{
  margin-top: 5rem;
  display: flex;
  align-items: center;
}

.blog-pagination__link {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.blog-pagination__link--active {
  color: #000;
}





.blog-index {
   margin: 5rem 0rem 0rem 0rem;
}

.blog-index h4, .blog-index h3 {
   margin: 0rem 0rem 0rem 0rem;
}


.blog-post__meta {
  margin: 5rem 0 1rem 0;
}


@media only screen and (max-width: 600px) {
 
  .blog-post blockquote {
    margin: 1.5rem 0 1.5rem 0;
    padding: 1.5rem;
  }
}



.blog-post-link {
  margin-top: 1.5rem;
  max-width: 700px;
}

.blog-post-link h4 {
  margin: 0rem 0rem 0rem 0rem;
}

.blog-post-link p {
}

.comment, .comment.depth-0 {
  background-color: #FFF;
  padding: 1rem;
  margin: 5px;
  border-radius: 8px;
}

 













/*------------------------------------------------------*/
/* Hubspot forms  */
/*------------------------------------------------------*/

.hs-form {
  margin: 5rem auto;
  text-align: left;
  font-size: 1rem;
}

.hs-form ul,
.hs-form li {
  list-style: none;
  padding: 0;
  margin: 0;
}




.hs-form .field {
  margin: 0rem 0rem 1rem 0rem;
   padding: 0;
}

.hs-form .hs-error-msgs {
  color: #F00;
}

.hs-form .hs-error-msg {
  font-weight: normal;
  font-size: 0.8rem;  
}



.hs-form label {
  text-align: left;
  font-weight: bold;
  margin: 0rem 0rem;
}

.hs-form .actions {
  text-align: center;
}

.hs-form .hs-input {
  margin: 0rem;
  width: 100%;
  border: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3) inset;
  padding: 0.5rem;
  font-size: 1rem;
}


.hs-form .legal-consent-container  {
  font-size: 0.8rem;
  line-height: 1.1rem;
  margin-bottom: 3rem;
}


.hs-form .legal-consent-container .inputs-list {
  text-align: left;
  font-size: 1rem;
  margin: 1rem 0 1rem 0;
}

.hs-form .legal-consent-container .hs-form-booleancheckbox-display ,
 {
 display: flex;
 text-align: left;
}
 
.hs-form .legal-consent-container .hs-form-booleancheckbox-display input {
  width: 1rem;
  height: 1rem;
  flex: 1;
}


.hs-button {
  font-size: 1rem;
  font-weight: bold;
  border-radius: 3rem;
  padding: 10px 3rem;
  border-width: 0;
  background: #dc0b35;
  color: #fff;
}




@media only screen and (max-width: 600px) {
  .hs-form .field {
  flex-direction: column;
  }
  .hs-form label {
  flex: 1;
  text-align: left;
  margin: 0rem 0rem;
  }
  .hs-form .input,
  .hs-form .hs-input {
  margin: 0;
  width: 100%;
  }
}


/*------------------------------------------------------*/
/* Awards  */
/*------------------------------------------------------*/
.awards {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}
.awards img {
  max-width: 200px;
}
@media only screen and (max-width: 900px) {
  .awards img {
    max-width: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .awards {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .awards img {
    max-width: 140px;
  }
}





/*------------------------------------------------------*/
/* Hubspot system  */
/*------------------------------------------------------*/


.systems-page {
  margin-top: 20rem;
}
:root {
   --button-border-radius: 0.5rem;
   --button-font: Helvetica Now Display,Helvetica,Arial;
   --button-padding: 1.075em;
   --button-font-size: clamp(1rem, 0.9391rem + 0.2597vw, 1.5625rem);
   --button-text-color: #fff;
   --button-bg-color: #CA2E3C;
   --button-border-color: #970213;
}

.hsb-primary,
.hsb-secondary,
.form-content .hs-button {
    display: inline-block;
    cursor: pointer;
    padding: var(--button-padding);
    text-decoration: none;
    text-align: center;
    font-family: var(--button-font);
    font-size: var(--button-font-size);
    color: var(--button-text-color);
    line-height: 1;
    font-weight: 500;
    background: var(--button-bg-color);
    border-radius: var(--button-border-radius);
    border: 0.0625rem solid var(--button-border-color);
    transition: background-color 0.2s;
    outline-offset: 0.125rem;
    text-shadow: none;
}
.hsb-primary:hover,
.form-content .hs-button:hover {
    --button-bg-color: #fff;
    --button-text-color: #000;
    --button-border-color: #000;
    color: var(--button-text-color);
    text-decoration: none;
}
    
.hsb-primary:focus,
.hsb-secondary:focus,
.form-content .hs-button:focus {
    outline: 0;
}

.hsb-primary:focus-visible,
.hsb-secondary:focus-visible,
.form-content .hs-button:focus-visible {
    --button-bg-color: #000;
    --button-text-color: #fff;
    --button-border-color: #000;

    outline: 0.125rem solid #000;
}

.hsb-secondary {
    --button-bg-color: #fff;
    --button-text-color: #000;
    --button-border-color: #000;
}
.hsb-secondary:hover {
    --button-bg-color: #000;
    --button-text-color: #fff;
    --button-border-color: #000;
    color: var(--button-text-color);
    text-decoration: none;
}

/* CTA holder styles */
.hs-web-interactive-inline {
    display: inline-block;
    margin-top: 1rem;
    margin-right: 0.5rem;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    overflow: hidden;
}

.site-header {
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    color: #000;
    font-size: 1.1875rem;
    line-height: 1.5;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.06), 0px 1px 3px 0px rgba(31, 41, 55, 0.10);
}

.site-header #logo {
    position: relative;
    margin: 0;
    height: 6rem;
    width: auto;
    vertical-align: top;
}
  /* Language switcher */

  .header__language-switcher {
    cursor: pointer;
    padding-right: 35px;
  }

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

  .header__language-switcher .lang_list_class {
    border: 2px solid;
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
    display: block;
    left: calc(100% - 24px);
    opacity: 0;
    min-width: 100px;
    padding-top: 0;
    text-align: left;
    top: 100%;
    transition: opacity 0.3s;
    visibility: hidden;
  }

  .header__language-switcher:hover .lang_list_class,
  .header__language-switcher:focus .lang_list_class {
    opacity: 1;
    transition: opacity 0.3s;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class:before {
    left: 70%;
    top: -25px;
  }

  .header__language-switcher .lang_list_class:after {
    left: 70%;
    top: -22px;
  }

  .header__language-switcher .lang_list_class.first-active::after {
    top: -22px;
    transition: 0.3s;
  }

  .header__language-switcher .lang_list_class li {
    border: none;
    font-size: 18px;
    padding: 10px 15px;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-radius: 6px 6px 0 0;
    border-top: none;
  }

  .header__language-switcher .lang_list_class li:last-child {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
  }

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

  .header__language-switcher--label {
    display: flex;
    position: relative;
  }

  .header__language-switcher--label-current {
    align-items: center;
    display: flex;
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .header__language-switcher--label-current:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #494A52;
    content: "";
    display: block;
    height: 0px;
    margin-left: 10px;
    margin-top: 3px;
    width: 0px;
  }
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

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

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__language-switcher--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

@media (max-width: 70rem) {
    .site-header {
        overflow: hidden;
        font-size: 1rem;
    }
    .site-header__logo {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .site-header #logo {
        height: 2.5rem;
        min-width: 1rem;
    }
    .is-site-nav-opened .site-header {
        height: 100%;
        overflow: auto;
    }
}

.site-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: stretch;
    gap: clamp(1rem, 0.8036rem + 0.9821vw, 2.375rem);
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 70rem) {
    .site-header__container {
        -ms-flex-flow: wrap;
            flex-flow: wrap;
        gap: 0;
    }
}

.site-header__navigation {
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1rem, 0.8036rem + 0.9821vw, 2.375rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (min-width: 70.00001rem) {
    .site-header__navigation > .widget-type-menu,
    .site-header__navigation .hs-menu-wrapper {
        display: flex;
        flex-grow: 1;
        align-self: stretch;
        align-items: stretch;
        justify-content: center;   
    }
    .site-header__navigation .hs-menu-wrapper  {
        height: 100%;
    }
    .site-header__navigation .hs_cos_wrapper_type_menu {
        margin: 0;
    }
}
.site-header__ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1rem, 0.8036rem + 0.9821vw, 2.375rem);
}
.site-header__ctas span {
    margin: 0;
}
.site-header__ctas .hs-web-interactive-inline {
    display: block;
    margin: 0;
}

@media (max-width: 70rem) {
    .site-header__navigation {
        display: none;
        position: relative;
    }
    .is-site-nav-opened .site-header__navigation {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .site-header__ctas {
        flex-direction: column;
        align-items: stretch;
        margin-top: 1rem;
    }
    .site-header__ctas a {
        width: 100%;
    }
}
  
.nav-toggle {
    align-self: center;
    min-width: 1px;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    background: rgba(255, 255, 255, 0);
    display: none;
    font-size: 0;
}
.nav-toggle:hover, .nav-toggle:focus {
    background: rgba(0, 0, 0, 0);
    outline: 0;
}
@media (max-width: 70rem) {
    .nav-toggle {
        position: relative;
        display: block;
        width: 1.5rem;
        height: 1.125rem;
        border-top: 0.17rem solid #000;
        -webkit-transition: none;
        transition: none;
    }
    .nav-toggle:before, .nav-toggle:after {
        content: "";
        display: block;
        width: 100%;
        height: 0.17rem;
        border-top: 0.17rem solid #000;
        margin-top: 0.25rem;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }
    .is-site-nav-opened .nav-toggle {
        border-top: 0;
    }
    .is-site-nav-opened .nav-toggle:before, .is-site-nav-opened .nav-toggle:after {
        position: absolute;
        top: 0;
        left: 0;
    }
    .is-site-nav-opened .nav-toggle:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .is-site-nav-opened .nav-toggle:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}
  
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-menu .hs-menu-item a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: inherit;
    color: inherit;
}

.main-menu .hs-menu-item a[hidden] {
    display: none;
}

.hs-item-has-children__sub-toggle {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    vertical-align: top;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    background: rgba(255, 255, 255, 0);
    border: 0;
}
.hs-item-has-children__sub-toggle svg {
    pointer-events: none;
}
.hs-item-has-children__sub-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.main-menu .hs-item-has-children {
    position: relative;
}
.main-menu .hs-menu-children-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 0 !important;
    display: block !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
    padding-left: 4.5rem;
    font-weight: 400;
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
}
.main-menu .hs-menu-children-wrapper.is-opened {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item {
    margin: 1rem 0 0;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
    margin-top: 0;
}

@media (min-width: 70.001rem) {
    .main-menu ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .main-menu a,
    .main-menu button {
        position: relative;
    }
    .main-menu a::before,
    .main-menu button::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #CA2E3C;
        transition: width 100ms ease-in;
    }

    .main-menu a:hover::before,
    .main-menu button:hover::before {
        width: 100%;
    }

    .main-menu .hs-menu-item {
        margin: 0 0 0 1.5rem;
    }
    .main-menu .hs-menu-item:first-child {
        margin-left: 0;
    }
    .main-menu .hs-menu-item a,
    .hs-item-has-children__sub-toggle {
        height: 100%;
        display: inline-flex;
        align-items: center;
        padding: 1rem 0.5rem;
    }
    .main-menu .hs-menu-children-wrapper {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: -1rem;
        width: 16rem;
        padding: 0 1.5rem;
        font-size: 1rem;
        background: #fff;
        box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.06), 0px 1px 3px 0px rgba(31, 41, 55, 0.10);
    }
    .main-menu .hs-menu-children-wrapper .hs-menu-item {
        display: block;
    }
    .main-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
        padding-top: 1.5rem;
    }
    .main-menu .hs-menu-children-wrapper .hs-menu-item:last-child {
        padding-bottom: 1.5rem;
    }
    .main-menu .hs-menu-children-wrapper .hs-menu-item a {
        padding: 0;
    }
}
@media (max-width: 70rem) {
    .main-menu .hs-menu-depth-1 {
        margin: 0 -3rem;
        padding: 0;
        border-bottom: 1px solid #E6E6E6;
        max-width: none;
    }
    .main-menu .hs-menu-depth-1 > a,
    .main-menu .hs-menu-depth-1 > button {
        padding: 1rem 3rem;
    }

    .main-menu .hs-menu-depth-1:first-child {
        border-top: 1px solid #E6E6E6;
    }
    .hs-item-has-children__sub-toggle {
        width: 100%;
        justify-content: space-between;
    }
    .hs-item-has-children__sub-toggle[aria-expanded="true"] {
        background: #F2F2F2;
    }
    .main-menu .hs-menu-children-wrapper.is-opened {
        background: #F2F2F2;
        padding-bottom: 1rem;
    }
    .main-menu .hs-menu-children-wrapper .hs-menu-item {
        margin: 1rem 0 0;
    }
}

@media only screen and (max-width: 600px) {
    .main-menu .hs-menu-depth-1 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
    .main-menu .hs-menu-depth-1 > a,
    .main-menu .hs-menu-depth-1 > button {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .main-menu .hs-menu-children-wrapper {
        padding-left: 2.5rem;
    }
}