*, *: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;
}
/*
@media screen and (max-width: 767px) {}
@media (min-width: 768px) { }
@media screen and (min-width: 768px) and (max-width: 1023px) {}
@media (min-width: 1024px) { }
@media (min-width: 1216px) { }
@media (min-width: 1408px) { }
@media (min-width: 1664px) { }
*/
/* [data-fade-in] {
    opacity: 0;
    transform: translate3d(0,2.5rem,0);
} */

/* .fade-in {
    opacity: 1;
} */
/* 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: 28px;
    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: 28px;
        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: 28px;
        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 ;
    }
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: calc(var(--column-gap) * 2);
  grid-auto-flow: dense;
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: var(--column-gap);
}
.columns {
  margin-left: calc(-1 * var(--column-gap));
  margin-right: calc(-1 * var(--column-gap));
  margin-top: calc(-1 * var(--column-gap));
  padding: 0;
}

.columns:last-child {
  margin-bottom: calc(-1 * var(--column-gap));
}

.columns:not(:last-child) {
  margin-bottom: calc((var(--column-gap) * 2) - var(--column-gap));
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  --column-gap: 0rem;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: calc(var(--column-gap) * 2);
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-variable {
  --column-gap: .5rem;
  margin-left: calc(-1 * var(--column-gap));
  margin-right: calc(-1 * var(--column-gap));
}

.columns.is-variable .column {
  padding-left: var(--column-gap);
  padding-right: var(--column-gap);
}

.columns.is-variable.is-0 {
  --column-gap: 0rem;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

.columns.is-variable.is-1 {
  --column-gap: 0.25rem;
}

.columns.is-variable.is-2 {
  --column-gap: 0.5rem;
}

.columns.is-variable.is-3 {
  --column-gap: 0.75rem;
}

.columns.is-variable.is-4 {
  --column-gap: 1rem;
}

.columns.is-variable.is-5 {
  --column-gap: 1.25rem;
}

.columns.is-variable.is-6 {
  --column-gap: 1.5rem;
}

.columns.is-variable.is-7 {
  --column-gap: 1.75rem;
}

.columns.is-variable.is-8 {
  --column-gap: 2rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}



@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
  .columns.is-variable.is-0-mobile {
    --column-gap: 0rem;
  }
  .columns.is-variable.is-1-mobile {
    --column-gap: 0.25rem;
  }
  .columns.is-variable.is-2-mobile {
    --column-gap: 0.5rem;
  }
  .columns.is-variable.is-3-mobile {
    --column-gap: 0.75rem;
  }
  .columns.is-variable.is-4-mobile {
    --column-gap: 1rem;
  }
  .columns.is-variable.is-5-mobile {
    --column-gap: 1.25rem;
  }
  .columns.is-variable.is-6-mobile {
    --column-gap: 1.5rem;
  }
  .columns.is-variable.is-7-mobile {
    --column-gap: 1.75rem;
  }
  .columns.is-variable.is-8-mobile {
    --column-gap: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
  .columns:not(.is-desktop) {
    display: flex;
  }
  .columns.is-variable.is-0-tablet {
    --column-gap: 0rem;
  }
  .columns.is-variable.is-1-tablet {
    --column-gap: 0.25rem;
  }
  .columns.is-variable.is-2-tablet {
    --column-gap: 0.5rem;
  }
  .columns.is-variable.is-3-tablet {
    --column-gap: 0.75rem;
  }
  .columns.is-variable.is-4-tablet {
    --column-gap: 1rem;
  }
  .columns.is-variable.is-5-tablet {
    --column-gap: 1.25rem;
  }
  .columns.is-variable.is-6-tablet {
    --column-gap: 1.5rem;
  }
  .columns.is-variable.is-7-tablet {
    --column-gap: 1.75rem;
  }
  .columns.is-variable.is-8-tablet {
    --column-gap: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --column-gap: 0rem;
  }
  .columns.is-variable.is-1-tablet-only {
    --column-gap: 0.25rem;
  }
  .columns.is-variable.is-2-tablet-only {
    --column-gap: 0.5rem;
  }
  .columns.is-variable.is-3-tablet-only {
    --column-gap: 0.75rem;
  }
  .columns.is-variable.is-4-tablet-only {
    --column-gap: 1rem;
  }
  .columns.is-variable.is-5-tablet-only {
    --column-gap: 1.25rem;
  }
  .columns.is-variable.is-6-tablet-only {
    --column-gap: 1.5rem;
  }
  .columns.is-variable.is-7-tablet-only {
    --column-gap: 1.75rem;
  }
  .columns.is-variable.is-8-tablet-only {
    --column-gap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
  .columns.is-variable.is-0-touch {
    --column-gap: 0rem;
  }
  .columns.is-variable.is-1-touch {
    --column-gap: 0.25rem;
  }
  .columns.is-variable.is-2-touch {
    --column-gap: 0.5rem;
  }
  .columns.is-variable.is-3-touch {
    --column-gap: 0.75rem;
  }
  .columns.is-variable.is-4-touch {
    --column-gap: 1rem;
  }
  .columns.is-variable.is-5-touch {
    --column-gap: 1.25rem;
  }
  .columns.is-variable.is-6-touch {
    --column-gap: 1.5rem;
  }
  .columns.is-variable.is-7-touch {
    --column-gap: 1.75rem;
  }
  .columns.is-variable.is-8-touch {
    --column-gap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .container {
    max-width: 960px;
  }
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
  .columns.is-desktop {
    display: flex;
  }
  .columns.is-variable.is-0-desktop {
    --column-gap: 0rem;
  }
  .columns.is-variable.is-1-desktop {
    --column-gap: 0.25rem;
  }
  .columns.is-variable.is-2-desktop {
    --column-gap: 0.5rem;
  }
  .columns.is-variable.is-3-desktop {
    --column-gap: 0.75rem;
  }
  .columns.is-variable.is-4-desktop {
    --column-gap: 1rem;
  }
  .columns.is-variable.is-5-desktop {
    --column-gap: 1.25rem;
  }
  .columns.is-variable.is-6-desktop {
    --column-gap: 1.5rem;
  }
  .columns.is-variable.is-7-desktop {
    --column-gap: 1.75rem;
  }
  .columns.is-variable.is-8-desktop {
    --column-gap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
  .columns.is-variable.is-0-widescreen {
    --column-gap: 0rem;
  }
  .columns.is-variable.is-1-widescreen {
    --column-gap: 0.25rem;
  }
  .columns.is-variable.is-2-widescreen {
    --column-gap: 0.5rem;
  }
  .columns.is-variable.is-3-widescreen {
    --column-gap: 0.75rem;
  }
  .columns.is-variable.is-4-widescreen {
    --column-gap: 1rem;
  }
  .columns.is-variable.is-5-widescreen {
    --column-gap: 1.25rem;
  }
  .columns.is-variable.is-6-widescreen {
    --column-gap: 1.5rem;
  }
  .columns.is-variable.is-7-widescreen {
    --column-gap: 1.75rem;
  }
  .columns.is-variable.is-8-widescreen {
    --column-gap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
  .columns.is-variable.is-0-fullhd {
    --column-gap: 0rem;
  }
  .columns.is-variable.is-1-fullhd {
    --column-gap: 0.25rem;
  }
  .columns.is-variable.is-2-fullhd {
    --column-gap: 0.5rem;
  }
  .columns.is-variable.is-3-fullhd {
    --column-gap: 0.75rem;
  }
  .columns.is-variable.is-4-fullhd {
    --column-gap: 1rem;
  }
  .columns.is-variable.is-5-fullhd {
    --column-gap: 1.25rem;
  }
  .columns.is-variable.is-6-fullhd {
    --column-gap: 1.5rem;
  }
  .columns.is-variable.is-7-fullhd {
    --column-gap: 1.75rem;
  }
  .columns.is-variable.is-8-fullhd {
    --column-gap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --column-gap: 0rem;
  }
  .columns.is-variable.is-1-desktop-only {
    --column-gap: 0.25rem;
  }
  .columns.is-variable.is-2-desktop-only {
    --column-gap: 0.5rem;
  }
  .columns.is-variable.is-3-desktop-only {
    --column-gap: 0.75rem;
  }
  .columns.is-variable.is-4-desktop-only {
    --column-gap: 1rem;
  }
  .columns.is-variable.is-5-desktop-only {
    --column-gap: 1.25rem;
  }
  .columns.is-variable.is-6-desktop-only {
    --column-gap: 1.5rem;
  }
  .columns.is-variable.is-7-desktop-only {
    --column-gap: 1.75rem;
  }
  .columns.is-variable.is-8-desktop-only {
    --column-gap: 2rem;
  }
}


@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --column-gap: 0rem;
  }
  .columns.is-variable.is-1-widescreen-only {
    --column-gap: 0.25rem;
  }
  .columns.is-variable.is-2-widescreen-only {
    --column-gap: 0.5rem;
  }
  .columns.is-variable.is-3-widescreen-only {
    --column-gap: 0.75rem;
  }
  .columns.is-variable.is-4-widescreen-only {
    --column-gap: 1rem;
  }
  .columns.is-variable.is-5-widescreen-only {
    --column-gap: 1.25rem;
  }
  .columns.is-variable.is-6-widescreen-only {
    --column-gap: 1.5rem;
  }
  .columns.is-variable.is-7-widescreen-only {
    --column-gap: 1.75rem;
  }
  .columns.is-variable.is-8-widescreen-only {
    --column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
    .is-hidden-mobile {
        display: none !important
    }
    .is-hidden-touch {
        display: none !important
    }
}
@media (min-width: 768px) { 
    .is-hidden-tablet {
        display: none !important
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .is-hidden-tablet-only {
        display: none !important
    }
    .is-hidden-touch {
        display: none !important
    }
}
@media (min-width: 1024px) { 
    .is-hidden-desktop {
        display: none !important
    }
}
@media (min-width: 1216px) { 
    .is-hidden-widescreen {
        display: none !important
    }
}
@media (min-width: 1408px) { 
    .is-hidden-fullhd {
        display: none !important
    }
}
@font-face {
    font-family: 'sendible';
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/icomoon.eot');
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/icomoon.woff2') format('woff2'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/icomoon.woff') format('woff'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Regular.eot');
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Regular.woff2') format('woff2'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Regular.woff') format('woff'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Medium.eot');
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Medium.woff2') format('woff2'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Medium.woff') format('woff'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-SemiBold.eot');
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-SemiBold.woff2') format('woff2'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-SemiBold.woff') format('woff'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Bold.eot');
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Bold.woff2') format('woff2'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Bold.woff') format('woff'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Serif';
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSerif-Italic.eot');
    src: url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSerif-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSerif-Italic.woff2') format('woff2'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSerif-Italic.woff') format('woff'),
        url('https://2235233.fs1.hubspotusercontent-na1.net/hubfs/2235233/Sendible_March2018/Fonts/IBM%20Plex%20Sans/IBMPlexSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

html {
  font-size: 75%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
@media (max-width: 768px) { 
  html {
    overflow-x: hidden;
  }
}
@media (min-width: 769px) { 
  html {
    font-size: 87.5%;
  }
}
@media (min-width: 1024px) { 
  html {
    font-size: 100%;
  }}
@media (min-width: 1216px) { }
@media (min-width: 1408px) { }
@media (min-width: 1664px) {
  html {
    font-size: calc(16px + (18 - 16) * ((100vw - 560px) / (1664 - 560)));
  }
}

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(var(--color-dark));
  overflow-x: hidden;
  /* height: 100%; */
}
::selection {
  background-color: rgb(var(--color-primary));
  color: rgb(var(--color-white));
}
/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: var(--font-weight-bold);
}

/* Anchors */

a {
  color: rgb(var(--color-primary));
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: var(--font-weight-medium);
  margin: 0 0 .5em;
  word-break: break-word;
  line-height: 1.2;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-default);
  color: rgb(var(--color-accent));
}

h1 {
  font-size: 1.75rem;
  letter-spacing: -.3pt;
}

h2 {
  font-size: 1.375rem;
  letter-spacing: -.1pt;
}

h3 {
  font-size: 1.125rem;
  letter-spacing: -.1pt;
}

h4 {
  font-size: 1rem;
  letter-spacing: -.1pt;
}

h5 {
  font-size: .875rem;
  letter-spacing: -.1pt;
}

h6 {
  font-size: .75rem;
}

.display-4 {
  font-size: 2rem;
  letter-spacing: -.5pt;
}

.display-3 {
  font-size: 3rem;
  line-height: calc(1em + 2pt);
  letter-spacing: -1pt;
}

.display-2 {
  font-size: 4rem;
  line-height: calc(1em + 1pt);
  letter-spacing: -1.5pt;
}

.display-2_2024 {
  font-size: 3.375rem !important;
  line-height: 1.185;
  letter-spacing: -0.025em;
}

.display-1 {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -2pt;
}

.headline {
  font-size: 1.75rem;
  letter-spacing: -.3pt;
  line-height: 1.2;
  margin: 0;
}

.title {
  font-size: 1.375rem;
  letter-spacing: -.1pt;
  line-height: calc(1.5em - 3pt);
  margin: 0;
}

.subheader {
  font-size: 1.125rem;
  letter-spacing: -.1pt;
  line-height: calc(1.5em - 1pt);
  margin: 0;
}

.small-title {
  font-weight: var(--font-weight-default);
  letter-spacing: 1pt;
  text-transform: uppercase;
  line-height: 1;
  font-size: .75rem;
}
/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.4rem;
  font-family: var(--font-secondary);
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: rgb(var(--color-primary));
}

.disable-focus-styles :focus {
  outline: none;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'sendible' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-alert:before {
    content: "\evar(--font-weight-bold)"
}
.icon-arrow-down:before {
    content: "\e901"
}
.icon-arrow-left:before {
    content: "\e91c"
}
.icon-arrow-right:before {
    content: "\e91d"
}
.icon-arrow-up:before {
    content: "\e91e"
}
.icon-bag:before {
    content: "\e91f"
}
.icon-cake:before {
    content: "\e920"
}
.icon-calendar:before {
    content: "\e921"
}
.icon-check:before {
    content: "\e922"
}
.icon-clock:before {
    content: "\e923"
}
.icon-close:before {
    content: "\e924"
}
.icon-credit-card:before {
    content: "\e925"
}
.icon-ellipsis-h:before {
    content: "\e926"
}
.icon-ellipsis-v:before {
    content: "\e927"
}
.icon-email:before {
    content: "\e928"
}
.icon-external-link:before {
    content: "\e929"
}
.icon-flag:before {
    content: "\e92a"
}
.icon-fullscreen:before {
    content: "\e92b"
}
.icon-heart:before {
    content: "\e92c"
}
.icon-info:before {
    content: "\e92d"
}
.icon-lock:before {
    content: "\e92e"
}
.icon-menu:before {
    content: "\e92f"
}
.icon-pin:before {
    content: "\e930"
}
.icon-play:before {
    content: "\e931"
}
.icon-plus:before {
    content: "\e932"
}
.icon-quote-open:before {
    content: "\e933"
}
.icon-refresh:before {
    content: "\e934"
}
.icon-remove:before {
    content: "\e935"
}
.icon-rocket:before {
    content: "\e936"
}
.icon-search:before {
    content: "\e937"
}
.icon-secure:before {
    content: "\e938"
}
.icon-select:before {
    content: "\e939"
}
.icon-settings:before {
    content: "\e93a"
}
.icon-share:before {
    content: "\e93b"
}
.icon-shuffle:before {
    content: "\e93c"
}
.icon-tag:before {
    content: "\e93d"
}
.icon-trash:before {
    content: "\e93e"
}
.icon-user:before {
    content: "\e93f"
}
.icon-visibility-hidden:before {
    content: "\e940"
}
.icon-visibility-visible:before {
    content: "\e941"
}
.icon-analytics:before {
    content: "\e902"
}
.icon-case-study-quote-close:before {
    content: "\e903"
}
.icon-case-study-quote-open:before {
    content: "\e904"
}
.icon-collaboration:before {
    content: "\e905"
}
.icon-crm:before {
    content: "\e906"
}
.icon-dashboard:before {
    content: "\e907"
}
.icon-mobile:before {
    content: "\e908"
}
.icon-monitoring:before {
    content: "\e909"
}
.icon-publishing:before {
    content: "\e90a"
}
.icon-google-plus:before {
    content: "\e90b"
}
.icon-linkedin:before {
    content: "\e90c"
}
.icon-sendible-logo:before {
    content: "\e90d"
}
.icon-twitter:before {
    content: "\e90e"
}
.icon-facebook:before {
    content: "\e90f"
}
.icon-password-hidden:before {
    content: "\e910"
}
.icon-password-visible:before {
    content: "\e911"
}
.icon-search:before {
    content: "\e912"
}
.icon-calendar:before {
    content: "\e913"
}
.icon-clock:before {
    content: "\e914"
}
.icon-birthday:before {
    content: "\e915"
}
.icon-briefcase:before {
    content: "\e916"
}
.icon-pin:before {
    content: "\e917"
}
.icon-play:before {
    content: "\e918"
}
.icon-expander:before {
    content: "\e919"
}
.icon-external:before {
    content: "\e91a"
}
.icon-case-study-indicator:before {
    content: "\e91b"
}
button,
.button,
form input[type=submit],
form .hs-button {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2em;
  color: rgb(var(--color-primary));
  background-color: transparent;
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-reset);
  justify-content: center;
  cursor: pointer;
  padding: calc(.5em - 1px) 1em;
  text-align: center;
  white-space: nowrap;
  height: 2.5em;
  text-decoration: none;
  transition: color .15s ease-in-out, 
              border-color .15s ease-in-out, 
              background-color .15s ease-in-out, 
              box-shadow .15s ease-in-out;
  will-change: color, border-color, background-color, box-shadow;
}

button:disabled,
.button:disabled,
button.disabled,
.button.disabled {
  pointer-events: none;
  background-color: transparent !important;
  color: rgb(var(--color-text),.2) !important;
}

button:hover,
.button:hover {
  text-decoration: none;
  color: rgb(var(--color-primary__dark-20));
  background: rgba(var(--color-dark),.05);
}

button:active,
button:focus,
.button:active,
.button:focus {
  text-decoration: none;
  color: rgb(var(--color-primary__dark-20));
  background: rgba(var(--color-dark),.05);
  box-shadow: 0 0 0 .25em rgba(var(--color-primary),.2);
}

/*** Sizes ***/
.button--sm {
  font-size: .75rem;
}
.button--lg {
  font-size: 1.25rem;
}
.button--xl {
  font-size: 1.5rem;
}

/*** Styles ***/
/* Accent */
.button--accent {
  background: rgb(var(--color-accent));
  color: rgb(var(--color-white));
}
.button--accent:hover {
  background: rgb(var(--color-accent__dark-20));
  color: rgb(var(--color-white));
}
.button--accent:focus,
.button--accent:active {
  background: rgb(var(--color-accent__dark-20));
  color: rgb(var(--color-white));
  box-shadow: 0 0 0 .25em rgba(var(--color-accent),.2);
}
/* Primary */
.button--primary {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-white));
}
.button--primary:hover {
  background: rgb(var(--color-primary__dark-20));
  color: rgb(var(--color-white));
}
.button--primary:focus,
.button--primary:active {
  background: rgb(var(--color-primary__dark-20));
  color: rgb(var(--color-white));
  box-shadow: 0 0 0 .25em rgba(var(--color-primary),.2);
}
/* Outline */
.button--outline {
  background: rgb(var(--color-white));
  border-color: rgb(var(--color-primary));
}
.button--outline:hover {
  background: rgb(var(--color-white));
  color: rgb(var(--color-primary__dark-20));
  border-color: rgb(var(--color-primary__dark-20));
}
.button--outline:focus,
.button--outline:active {
  background: rgb(var(--color-white));
  color: rgb(var(--color-primary__dark-20));
  border-color: rgb(var(--color-primary__dark-20));
  box-shadow: 0 0 0 .25em rgba(var(--color-primary),.2);
}
/* Hollow */
.button--hollow {
  border-color: rgb(var(--color-primary));
}
.button--hollow:hover {
  color: rgb(var(--color-primary__dark-20));
  border-color: rgb(var(--color-primary__dark-20));
  background-color: transparent;
}
.button--hollow:focus,
.button--hollow:active {
  color: rgb(var(--color-primary__dark-20));
  border-color: rgb(var(--color-primary__dark-20));
  background-color: transparent;
  box-shadow: 0 0 0 .25em rgba(var(--color-primary),.2);
}
/* Hollow reverse */
.button--hollow-reverse {
  color: rgb(var(--color-white));
  border-color: rgb(var(--color-white),.2);
}
.button--hollow-reverse:hover {
  background-color: transparent;
  color: rgb(var(--color-white));
  border-color: rgb(var(--color-white),1);
}
.button--hollow-reverse:focus,
.button--hollow-reverse:active {
  background-color: transparent;
  color: rgb(var(--color-white));
  border-color: rgb(var(--color-white),1);
  box-shadow: 0 0 0 .25em rgba(var(--color-white),.2);
}
/* Reverse */
.button--reverse {
  color: rgb(var(--color-white));
}
.button--reverse:hover {
  color: rgb(var(--color-white));
  background-color: rgb(var(--color-white),.1);
}
.button--reverse:focus,
.button--reverse:active {
  color: rgb(var(--color-white));
  background-color: rgb(var(--color-white),.1);
  box-shadow: 0 0 0 .25em rgba(var(--color-white),.2);
}
/* Link */
.button--link {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  white-space: unset;
  text-align: left;
}
.button--link:hover,
.button--link:focus,
.button--link:active {
  color: rgb(var(--color-primary__dark-20));
  background-color: transparent;
  text-decoration: underline;
  box-shadow: none;
}
.button--reverse.button--link:hover,
.button--reverse.button--link:focus,
.button--reverse.button--link:active {
  color: rgb(var(--color-white));
  background-color: transparent;
}
/*** Icons ***/
button .icon,
.button .icon {
  display: inline-flex;
  height: 1.5em;
  width: 1.5em;
  align-items: center;
  justify-content: center;
}
button .icon svg,
.button .icon svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: inherit;
}
button .icon:first-child:not(:last-child),
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-.5em - 1px);
  margin-right: .325em;
}
button .icon:last-child:not(:first-child),
.button .icon:last-child:not(:first-child) {
  margin-left: .325em;
  margin-right: calc(-.5em - 1px);
}
button .icon:first-child:last-child,
.button .iconfirst-child:last-child {
  margin-left: calc(-.5em - 1px);
  margin-right: calc(-.5em - 1px);
}
.button .icon svg * {
  fill: currentColor;
}

/*** Settings ***/
.button-group {
  display: flex;
  align-items: center;
}
.button + .button {
  margin-left: .5rem;
}

/*** Form button overrides ***/
form.home-page--form input[type=submit],
form.home-page--form .hs-button {
  border-radius: 0 .25em .25em 0;
}
form.home-page--form input[type=submit]:hover,
form.home-page--form .hs-button:hover {
  text-decoration: none;
  color: rgb(var(--color-primary__dark-20));
}
form.home-page--form input[type=submit]:focus,
form.home-page--form .hs-button:focus,
form.home-page--form input[type=submit]:active,
form.home-page--form .hs-button:active {
  text-decoration: none;
  color: rgb(var(--color-primary__dark-20));
  box-shadow: 0 0 0 .25em rgba(var(--color-primary),.2);
}
div#hs-eu-cookie-confirmation[data-nosnippet] {
    font-family: var(--font-primary) !important;
}
div#hs-eu-cookie-confirmation {
    text-shadow: none !important;
    background-color: rgb(var(--color-primary),1) !important;
    background-image: none !important;
    border: 0 !important;
    position: fixed !important;
    -webkit-backdrop-filter: blur(.25rem);
    backdrop-filter: blur(.25rem);
    top: auto !important;
    bottom: 1rem;
    left: 1rem !important;
    right: 1rem;
    width: auto;
    max-width: 17rem;
    border-radius: .25rem;
}
@supports (-webkit-backdrop-filter: blur(.25rem)) or (backdrop-filter: blur(.25rem)) {
    div#hs-eu-cookie-confirmation {
        background-color: rgb(var(--color-primary),.9) !important;
    }
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 1rem 2rem !important;
    font-family: inherit; 
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-policy-wording + p a {
    color: rgb(var(--color-white)) !important;
    font-size: inherit !important;
    text-decoration: underline !important;
    background: none !important;
    border: none !important;
    font-weight: var(--font-weight-bold) !important;
    font-family: inherit !important; 
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-policy-wording + p {
    margin: 0 !important;
    font-family: inherit !important;
    text-align: center !important;
    text-shadow: none;
    line-height: 1.45522 !important;
    font-size: .875em !important; 
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
    margin: 0 !important; 
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area {
    text-align: center !important;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center; 
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
    border: 1px solid rgb(var(--color-white)) !important;
    box-shadow: none !important;
    border-radius: 7rem;
    background: transparent !important;
    text-shadow: none !important;
    color: rgb(var(--color-white)) !important;
    font-family: inherit !important;
    font-weight: var(--font-weight-bold) !important;
    padding: .75em 1em !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center; 
    font-size: .875rem !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button:before {
    content: url(https://www.sendible.com/hubfs/assets/icons/cookie-icon.svg);
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    margin-right: .25em;
    margin-top: -.5em;
    margin-bottom: -.5em;
    margin-left: -.5rem;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
    text-decoration: none !important;
    text-shadow: none;
    padding: .75rem 1rem !important;
    font-size: .875rem !important;
    line-height: 3 !important; 
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-cookie-settings-button {
    text-decoration: none !important;
    text-shadow: none;
    padding: .75rem 1rem !important;
    font-size: .775rem !important;
    line-height: 1 !important; 
}

@media screen and (max-width: 480px) {
    div#hs-eu-cookie-confirmation {
        font-size: 1rem !important;
    }
}
/* HS Empty Module Placeholder */
#__hs-ls-empty-placeholder-dnd_area {
  min-height: 300px;
  display: flex;
}
#__hs-ls-empty-placeholder-dnd_area .hs-private {
  margin: auto
}

/* Form */

form {
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: rgb(var(--color-dark), .05);
  border: 1px solid transparent;
  border-radius: .25rem;
  color: rgb(var(--color-dark));
  display: inline-block;
  padding: calc(.5em + 1px) calc(1em + 1px);
  width: 100%;
  line-height: 1;
  transition: background-color .15s ease-in-out,
              border-color .15s ease-in-out;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=file]:hover,
select:hover,
textarea:hover {
  background-color: rgb(var(--color-primary),.05);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  background-color: rgb(var(--color-primary),.05);
  border-color: rgb(var(--color-primary));
  caret-color: rgb(var(--color-primary));
}

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


::-webkit-input-placeholder {
  color: rgb(var(--color-dark),.4);
}
::-moz-placeholder {
  color: rgb(var(--color-dark),.4);
}
:-ms-input-placeholder {
  color: rgb(var(--color-dark),.4);
}
:-moz-placeholder {
  color: rgb(var(--color-dark),.4);
}
::placeholder {
  color: rgb(var(--color-dark),.4);
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

:not(form.home-page--form) .hs-input.invalid.error {
  background-color: rgb(var(--color-danger),.05);
}
:not(form.home-page--form) .hs-input.invalid.error:focus {
  border-color: rgb(var(--color-danger));
  background-color: rgb(var(--color-danger),.05);
}

.hs-error-msg {
  color: rgb(var(--color-danger));
  margin-top: .25em;
}

/* Submit button */

form input[type=submit],
form .hs-button {
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
}

form input[type=submit]:active,
form .hs-button:active {
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
img {
    display: block;
    border: 0;
/*     opacity: 0; */
    width: 100% !important;
    transition: opacity 1s ease-in-out;
    will-change: opacity;
    height: auto;
}
img.loaded {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.loading {
    position: relative;
    margin: 0 auto;
    /* width: 1.5em; */
    /* height: 1.5em; */
    font-size: inherit;
}
.loading--lg {
    font-size: 2rem;
}
.loading--xl {
    font-size: 3rem;
}
.loading--xxl {
    font-size: 4rem;
}
.loading--xxxl {
    font-size: 5rem;
}
.loading:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.loading_circular {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading_circular_path {
    stroke-width:.25rem;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}


@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
    }

    @keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes color {
    100%,
    0% {
      stroke: rgb(var(--color-text));
    }
    40% {
      stroke: rgb(var(--color-primary));
    }
    66% {
      stroke: rgb(var(--color-accent));
    }
    80%,
    90% {
      stroke: rgb(var(--color-secondary));
    }
}
@keyframes color {
    100%,
    0% {
      stroke: rgb(var(--color-text));
    }
    40% {
      stroke: rgb(var(--color-primary));
    }
    66% {
      stroke: rgb(var(--color-accent));
    }
    80%,
    90% {
      stroke: rgb(var(--color-secondary));
    }
}

[tooltip] {
    margin: 0 .25rem;
    position: relative;
    display: inline-block;
}
[tooltip]::after, [tooltip]::before {
    z-index: 99;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
[tooltip]::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 8px 0 8px;
    border-style: solid;
    border-color: rgba(35,36,54,.8) transparent transparent transparent;
}
[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    background: rgba(35,36,54,.8);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    min-width: 260px;
    border-radius: .5rem;
    pointer-events: none;
    padding: .5rem 1rem;
    box-shadow: 0 0.75rem 1.5rem rgba(35,36,54,.3);
}
[tooltip]:hover::after, [tooltip]:hover::before {
    opacity: 1;
}
/* Header container */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* 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: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 42px;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
  left: 70%;
  top: -24px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  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 .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

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

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .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__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

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

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

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

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

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

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

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    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__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}
/* Page */
main {
  height: 100vh;
  overflow-y: auto;
}
/* Blog header */

.blog-header {
  text-align: left;
  padding-top: 5.5rem;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 71rem;
}

.blog-header__title {
  font-size: 1.5rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
  padding-bottom: 5rem;
}


.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column;
}
.body-container h1.publishing-date {
  font-size: .75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgb(var(--color-dark), .7);
  margin-bottom: 2rem;
  padding: .25rem 0 1rem;
  display: block;
  box-shadow: 0 1px rgba(var(--color-dark), .1);
}
.sticky-date {
  flex-shrink: 0;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgb(var(--color-dark), .7);
}
.sticky-link {
  flex-shrink: 0;
  font-size: .75rem;
  color: rgb(var(--color-dark));
  font-weight: 500;
  align-items: center;
  display: flex;
  gap: .5rem;
  width: 10rem;
}
.sticky-link svg {
  width: 1.5rem;
  height: 1.5rem;
}
.sticky-link:hover {
  text-decoration: none;
  color: rgb(var(--color-primary));
}
.blog-search form input{
  background-color: #F4F4F4;
  color: rgb(32,30,36);
  border-radius: 0.25rem;
  padding: 10px 56px 10px 15px;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
  appearance: none;
  width: 100%;
  border: 1px solid transparent;
  font-size: 15px;
}
.blog-search form input:active,
.blog-search form input:focus{
  background-color: #F6F5FF; 
  border: 1px solid #4D36FF;
  outline: none;  
}
.blog-search form button{
  display: inline-flex;
    padding: 0.75rem;
    position: absolute;
    right: 0;
    align-items: center;
}
.blog-search form button svg{
  width: 20px;
  height: 20px;
  color: #201e24;
}
* clears the 'X' from Internet Explorer */
.blog-search form input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
.blog-search form input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
.blog-search form input[type="search"]::-webkit-search-decoration,
.blog-search form input[type="search"]::-webkit-search-cancel-button,
.blog-search form input[type="search"]::-webkit-search-results-button,
.blog-search form input[type="search"]::-webkit-search-results-decoration { display: none; }


.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img,
.blog-post img {
  height: auto;
  max-width: 100%;
  border-radius: .5rem;
  margin: 1rem 0 2rem;
  outline: 1px solid rgb(var(--color-dark), .1);
  outline-offset: -1px;
}
.blog-index__post hr,
.blog-post hr {
  background-color: rgb(var(--color-dark), .1);
  margin: 3rem 0;
}
.blog-index__post ul,
.blog-post ul,
.blog-index__post ol,
.blog-post ol {
  padding-left: 1rem
}
/* Blog pagination */

.blog-pagination {
  display: flex;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
}

.blog-pagination__link {
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
  gap: .5rem;
  font-size: .75rem;
  font-weight: 500;
  border-radius: .5rem;
}
.blog-pagination__link:hover { 
  text-decoration: none;
}

.blog-pagination__link svg {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-pagination__link--disabled {
  pointer-events: none;
  color: rgb(var(--color-dark), .3);
}

.blog-pagination__link--active {
  pointer-events: none;
  background-color: rgb(var(--color-primary), .1);
}

/* Blog post */

.blog-post {
  margin: 0 auto;
/*   max-width: 960px;
  padding: 3.3rem 0; */
  padding-bottom: 5rem;
}
.body-container h4 {
  font-size: 1rem;
}
.body-container h3 {
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: -0.012em;
}
.body-container h2 {
  font-size: 2rem;
  line-height: 1.125;
  letter-spacing: -0.022em;
}
.body-container h1,
.body-container .blog-post h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -0.022em;
}
.body-container--blog-post .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  gap: 2rem;
}


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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}


.content-wrapper {
  max-width: 71rem;
  margin: auto;
  padding-inline: 2rem;
}





@media screen and (min-width: 768px) {

  .blog-header__inner {
    max-width: 60rem;
    padding: 3rem 0;
  }
  .content-wrapper {
    max-width: 60rem;
    margin: auto;
    padding-inline: 0;
  }
  .body-container--blog-post .content-wrapper {
    flex-direction: row;
    gap: 5rem;
    padding-top: 10rem;
  }
  .blog-index__post {
    flex-direction: row;
    gap: 5rem;
  }
  .sticky-date {
    position: sticky;
    top: 6rem;
    background: transparent;
    padding: 0;
    text-align: left;
    width: 10rem;
  }
  .sticky-link {
    position: sticky;
    top: 6rem;
  }
}

@media screen and (max-width: 1024px) {
  .blog-header__inner,
  .content-wrapper {
    max-width: 71rem;
  }
  .content-wrapper {
    padding-inline: 2rem;
  }
  .blog-header__inner {
    padding: 0 2rem 1rem
  }
}
@media screen and (min-width: 1216px) {
  .blog-header__inner,
  .content-wrapper {
    max-width: 71rem;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* AD Pop-up blocker */
div#hs-web-interactives-top-anchor {
    display: none;
}