@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    /*min-height: 232px;*/
    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: 960px) and (max-width: 1279px) {
    .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: 32px;
        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: 599px) {
    .visible-phone {
        display: inherit !important;
    }

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15px;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  html {
    /*font-size: 14px;*/
  }
}

body {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: #444444;
    -webkit-font-smoothing: antialiased;

}

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

/* Paragraphs */

p {
  margin: 0 0 16px 0;
  /*-moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;*/
  word-break: break-word;
}

strong, b {
  font-weight: 600;
}

/* Anchors */

a {
  color: #0db1cd;
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444444;
    display: block;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    /*text-align: left;*/
}

h1, .h1 {
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
    margin-top: 24px;
}
h2, .h2 {
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
    margin-top: 24px;
}
h3, .h3 {
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.35px;
    margin-bottom: 24px;
    margin-top: 24px;
}
h4, .h4 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
    margin-top: 20px;
}
h5, .h5 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    margin-top: 16px;
}
h6, .h6 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
    margin-top: 12px;
}

@media (max-width: 960px) {
h1, .h1 {
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
    margin-top: 32px;
}
h2, .h2 {
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.35px;
    margin-bottom: 24px;
    margin-top: 24px;
}
h3, .h3 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
    margin-top: 20px;
}
h4, .h4 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
    margin-top: 16px;
}
h5, .h5 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
    margin-top: 12px;
}
}



/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #0db1cd;
  margin: 0 0 16px;
  padding-left: 16px;
}

/* Horizontal rules */

hr {
  background-color: #d5d5d5;
  border: none;
  color: #d5d5d5;
  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: #0db1cd;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Button Default */
button,
.button,
.hs-button {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  background-color: #0db1cd;
  border: 1px solid #0db1cd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  padding: 8px 28px;
  /*position: relative;*/
  text-align: center;
  text-decoration: none!important;
  text-transform: uppercase;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  margin-top: 16px;
  /*margin-bottom: 16px;*/
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.outline:disabled,
.hs-button:disabled {
  opacity: 0.4;

}

button:hover,
button:focus,
.button:hover,
.button:focus,
.button.outline:hover,
.button.outline:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #0d94ab;
  border-color: #0d94ab;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active,
.button.outline:active,
.hs-button:active {
  background-color: #0db1cd;
  border-color: #0db1cd;
  color: #FFF;
  text-decoration: none;
}


/* Button Outline */
button.outline,
.button.outline {
  background-color: transparent;
  border: 1px solid #0db1cd;
  color: #0db1cd;
  box-sizing: border-box;
}

/* Button Secondary-Color */
button.secondary,
.button.secondary {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  box-sizing: border-box;
}

button.secondary:disabled,
.button.secondary:disabled {
  background-color: #ffa800;
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.5);
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover, 
.button.secondary:focus {
  background-color: #d38d00;
  border-color: #d38d00;
  text-decoration: none;
}

button.secondary:active,
.button.secondary:active {
  background-color: #ffa800;
  border-color: #ffa800;
}

.btn_small {
  padding: 4px 24px;
  box-sizing: border-box;
}

.btn_large {
  padding: 12px 32px;
  box-sizing: border-box;
}


/* Link in Button */
.button a,
.button a:hover,
.button a:focus
.button a:active,
.button a:disabled {
    text-decoration: none;
}





@media (max-width: 767px) {
    button,
    .button,
    .hs-button,
    button_outline,
    .button_outline {
        width: 100%;
    }
}
/* Form */

form {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
}

.hs-form-field {
  margin-bottom: 11px;
}

/* Labels */

form label {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  padding-top: 0;
  margin-bottom: 4px;
  margin-top: 0px;
  text-align: left;
  width: auto;
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: #9e9e9e;
  text-transform: uppercase;
  text-align: left;
}

/* 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: #FFF;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  color: #444444;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  padding: 9px 12px;
  width: 100%;
}

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 {
  border-color: #0db1cd;
  outline: none;
}

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

::-webkit-input-placeholder {
  color: #9e9e9e;
}

::-moz-placeholder {
  color: #9e9e9e;
}

:-ms-input-placeholder {
  color: #9e9e9e;
}

:-moz-placeholder {
  color: #9e9e9e;
}

::placeholder {
  color: #9e9e9e;
}

/* Inputs - checkbox/radio */

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

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

.inputs-list input,
.inputs-list span {
  font-size: 12px;
  vertical-align: left;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  cursor: pointer;
  height: 16px;
  line-height: normal;
  margin-right: 12px;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #0db1cd;
  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: #0db1cd;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  box-shadow: none;
  line-height: initial;
  padding: 9px 12px;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif!important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  margin: 0 0 16px;
  color: #444444
}

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: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /*margin-left: 1rem !important;*/
}

/* Validation */

.hs-form-required {
  /*color: #e92e21;*/
}

.hs-input.invalid.error {
  border-color: #e92e21;
}

.hs-error-msg {
  color: #e92e21!important;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  margin-top: 2px;
  text-align: left;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  background-color: #ffa800;
  border: none;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  padding: 8px 28px;
  position: relative;
  text-align: center;
  text-decoration: none!important;
  text-transform: uppercase;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  margin-top: 16px;
  margin-bottom: 16px;
  transition: all 0.15s linear;

}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #d38d00!important;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #ffa800;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Link */

form a {
  /*font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;*/
  color: #ffffff;
  /*float: right;*/
}

/* ul Error Message */

form ul {
    padding-left: 0px;
}

/* Column overrides */
.form-columns-1 .hs-input {
  width: 100% !important;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
.form-columns-2 .hs-input {
  width: 100% !important;
}
}


/* WEBINAR OVERRIDES */
.register form label {
    color: #444444;
} 
.register form legend, 
.register form ul, 
.register .hs-input.invalid.error, 
.register .hs-error-msg,
.register .hs-richtext,
.register .hs-richtext p {
  /*color: #ffffff!important;*/
}
.register form a {
  color: #0db1cd!important;
}
.register h2,
.register h3,
.register h4 {
  color: #0db1cd!important;
  margin-top: 0!important;
}
/* Table */

table {
  border: 1px solid #d5d5d5;
  margin-bottom: 24px;
  overflow-wrap: break-word;
}

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

/* Table Cells */

th,
td {
  border: 1px solid #d5d5d5;
  padding: 9px 12px;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #0db1cd;
  border-bottom: none;
  color: #ffffff;
  vertical-align: bottom;
  font-weight: 600;
}
/* Header container */

.header {
  background-color: #ffffff!important;
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.06);
  display: block;
  width: 100%;
  /*position: fixed*/
}

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

.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;
  padding: 2px 0;
  max-width: 207px;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 24px;
  margin-top: 0px;
}

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

.header__logo a {
  padding: 0;
  margin: 0;
  height: 60px;
}

/* Search bar */

.header__search {
  padding: 0 24px;
  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: 1px solid #d5d5d5;
  border-radius: 4px;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  padding: 9px 12px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1px solid #0db1cd;
  border-bottom: none;
  border-radius: 4px 4px 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: 1px solid #0db1cd;
  border-top: -2px solid #FFF;
  border-radius: 0 0 4px 4px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #0db1cd;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}

.header__search .hs-search-field__suggestions li a {
  color: #444444;
  padding: 10px 12px;
  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: 16px;
  height: 24px;
}

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

.header__language-switcher .lang_list_class {
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.06);
  color: #aaaaaa;
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #d5d5d5;
  left: 70%;
  top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #0db1cd;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  padding: 10px 12px;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  color: #0db1cd;
  text-decoration: none;
  text-align: center;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #0db1cd;
  text-decoration: underline;
}

.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: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #9e9e9e;
  text-transform: uppercase;
  /*margin-bottom: 10px;
  margin-left: 12px;*/
}

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

/* Navigation */

#nav-toggle {
  display: none;
}

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


/************************
PE – TOP NAVIGATION
**************************/
        .topbar-wrapper {
            top: 0em;
            left: 0em;
            width: 100%;
            z-index: 999;
            position: fixed;
            box-shadow: 0 3px 4px -2px rgb(0 0 0 / 6%);
            background-color: #ffffff;
            display: block;
            /*overflow: hidden;*/
        }

        .topbar-wrapper a,
        .topbar-wrapper a:hover {
            text-decoration: none;
        }

        .topbar-container {
            width: 100%;
            margin: 0 auto;
            display: flex;
            padding: 0.25rem 1.5rem 0.25rem 1rem;
            max-width: 1280px;
            align-items: center;
            text-shadow: none;
            justify-content: space-between;
            box-sizing: border-box;
        }
        .logo {
            display: flex;
            margin-right: 3rem;
        }
        .topbar-menu, .topbar-wrapper .hs-menu-wrapper {
            display: flex;
            overflow: auto;
            flex-grow: 1;
            flex-direction: column;
            box-sizing: border-box;
        }
        .topbar-menu-wrapper,
        .topbar-wrapper .hs_cos_wrapper_type_menu {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            box-sizing: border-box;
        }
        .topbar-menu-item-wrapper,  {
            text-decoration: none;
            display: flex;
            box-sizing: border-box;
        }
        .topbar-menu-item {
            color: #0db1cd;
            padding: 0em;
        }
        .topbar-menu-item-text, .topbar-wrapper .hs-menu-item {
            margin: 0;
            text-align: center;
            font-size: 1rem!important;
            font-weight: 400;
            margin-right: 0.75rem;
        }
        .topbar-lang-menu {
            display: flex;
            align-items: center;
} 
        .topbar-button-wrapper {
            padding: 1.5rem 1.5rem 1rem;
            text-align: center;
        }
        .topbar-mobile-icon {
            display: flex;
            align-items: center;
        }

        .topbar-burger-icon {
            margin: 0;
            padding: 0;
            fill: #444444;
            width: 24px;
            height: 24px;
            display: block;
            font-size: 24px;
            max-width: 100%;
            max-height: 100%;
            transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            flex-shrink: 0;
            box-sizing: content-box;
        }
        .topbar-burger-icon:hover {
            fill: #d5d5d5;
            cursor: pointer;
        }

        @media (min-width: 1280px) {
            .topbar-container {
               padding: 0.25rem 0 0.25rem 0;
            }
            .logo {
              margin-right: 5rem;
        }
        }

/*** Navigation ***/
        @media (min-width: 1110px) {
            .tablet-only {
               display: none;
            }
        }

        @media (max-width: 1109px) {
            .desktop-only {
               display: none;
            }
        }
/*** Navigation END ***/

        @media (min-width: 990px) {
            .topbar-menu-item-wrapper, .topbar-wrapper .hs-menu-item {
                margin-right: 1.5rem;
            }

        }

        @media (min-width: 960px) {
            .topbar-menu-wrapper,
            .topbar-wrapper .hs_cos_wrapper_type_menu {
                align-items: center;
                flex-direction: row;
                justify-content: space-between;
                box-sizing: border-box;
            }
            .topbar-menu, .topbar-wrapper .hs-menu-wrapper {
                flex-direction: row;
            }
            .topbar-menu-item-selected,
            .topbar-wrapper .hs-menu-item.active,
            .topbar-wrapper .hs-menu-item:hover {
                border-bottom: 1px solid #0db1cd!important;
                box-sizing: inherit;
            }
            .topbar-button-wrapper {
                padding: 0em;
            }
            .hide-on-desktop {
                display: none;
            }
          }

        @media (max-width: 960px) {
            .topbar-menu-wrapper {
                width: auto;
            }
          
            .hide-on-mobile {
                display: none!important;
            }
         }


/************************
ExpertCompass – TOP NAVIGATION
**************************/
        #topbar {
            /*background-color: rgba(255, 255, 255, 1);
            box-shadow: 0 3px 4px -2px #0000000f;
            position: sticky;
            position: -webkit-sticky;
            top: 0;*/
            position: absolute;
            width: 100%;
            box-sizing: border-box;
            padding: 8px 24px 0 12px;
            z-index: 999!important;
        }

        .topbar_wrapper {
            height: 64px;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
        }

       

        #logo {
            width: 189px;
            height: 56px;
            background-image: url(https://ratgeber.provenexpert.com/hubfs/Company%20-%20logo%20and%20icons/PE-logo_light_RGB.svg);
            margin-right: 32px;
        }

        .logo-nav_wrapper {
            display: flex;
            align-items: center;
        }

        .navigation_mobile_icon {
            display: block;
        }

        ul.navigation {
            list-style-type: none;
            padding: 0;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0.15px;
            box-sizing: border-box;
            margin: 0;
        }

        .navigation li {
            display: inline;
            margin-right: 24px;
        }

          .navigation li active {
            text-decoration: underline; 
          } 

        .navigation li:last-child {
            margin-right: 0;
        }

        .burgermenu_icon {
            margin: 0;
            padding: 0;
            fill: #ffffff;
            width: 24px;
            height: 24px;
            display: block;
            font-size: 24px;
            max-width: 100%;
            max-height: 100%;
            transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            flex-shrink: 0;
            box-sizing: content-box;
        }
        
         .burgermenu_icon:hover {
            fill: #d5d5d5;
            cursor: pointer;
        }

/************************
ExpertCompass – SIDE NAVIGATION
**************************/              
        .mobile_nav_container {
            color: #fff;
            width: 18.875rem;
            background: #444444;
            left: auto;
            right: 0;
            top: 0;
            flex: 1 0 auto;
            height: 100%;
            display: flex;
            outline: 0;
            z-index: 1200;
            position: fixed;
            overflow-y: auto;
            flex-direction: column;
            box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
            transform: none;
            transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
        }

        .mobile_nav_header {
            height: 6.75rem;
            display: flex;
            justify-content: flex-end;
        }

        .close_icon {
            margin: 8px;
            padding: 8px;
            fill: #ffffff;
            width: 24px;
            height: 24px;
            display: block;
            font-size: 24px;
            max-width: 100%;
            max-height: 100%;
            transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            flex-shrink: 0;
            box-sizing: content-box;
        }

        .close_icon:hover {
            fill: #eeeeee;
            cursor: pointer;
        }

        .mobile_nav_content {
            height: 100%;
            display: flex;
            flex-direction: column;
            margin: 0;
            padding: 0;
            position: relative;
            list-style: none;
            flex-grow: 1;
        }

        .mobile_nav_content a {
            color: #ffffff !important;
            padding: 16px 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            letter-spacing: 0.15px;
            text-align: center;
            text-decoration: none;
        }

        .mobile_nav_content a:hover {
            background-color: #0d94ab;
            text-decoration: none;
        }

        #mobile_nav {
            display: none;
            opacity: 0;
            position: fixed;
            z-index: 1300;
            inset: 0px;
-webkit-transition: 0.5s 0s ease-out;
-moz-transition: 0.5s 0s ease-out;
-o-transition: 0.5s 0s ease-out;
transition: 0.5s 0s ease-out;
        }

        .mobile_nav_background {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            z-index: -1;
            position: fixed;
            align-items: center;
            justify-content: center;
            background-color: rgba(0, 0, 0, 0.7);
            -webkit-tap-highlight-color: transparent;
            opacity: 1;
            transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        }

        .mobile_nav_footer {
            padding: 24px;

        }        


/************************
BUTTONs PE HEADER
**************************/     
        .cta {
            padding: 8px 28px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.45px;
            text-align: center;
            text-transform: uppercase;
            color: #ffffff!important;
            box-sizing: border-box;
            display: inline-block;
        }

        .cta a {
            color: #ffffff!important;
             font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.45px;
            text-align: center;
            text-transform: uppercase;
            display: inline-block;
        }
        
        .cta:hover,
        .cta a:hover,
        .cta a:focus {
            text-decoration: none!important;
        }

        .cta:hover {
            cursor: pointer;
        }

        .cta_small {
            padding: 4px 24px;
            border-radius: 4px;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.45px;
            text-align: center;
            text-transform: uppercase;
            color: #ffffff;
            box-sizing: border-box;
        }

        .cta.hide-item {
                display: none!important;
            }

        .primary {
            background-color: #0db1cd;
        }

        .primary:hover {
            background-color: #0d94ab;
        }

        .secondary {
            background-color: #c8b274;
        }

        .secondary:hover {
            background-color: #a79563;
        }

        .warning {
            background-color: #ffa800;
        }

        .warning:hover {
            background-color: #d38d00;
        }

        .ghost_white {
            color: #ffffff;
            border-color: #ffffff;
            border-style: solid;
            border-width: 1px;
            text-decoration: none!important;
        }

        .ghost_white:hover {
            color: #444444!important;
            text-decoration: none!important;
            background-color: #ffffff;
        }

        .ghost_white:hover a {
            color: #444444!important;
            text-decoration: none!important;
        }

        .ghost_primary {
            color: #0db1cd!important;
            border-color: #0db1cd;
            border-style: solid;
            border-width: 1px;
            text-decoration: none!important;
        }

        .ghost_primary:hover {
            color: #ffffff!important;
            text-decoration: none!important;
            background-color: #0db1cd;
        }

        .ghost_primary:hover a {
            color: #ffffff!important;
            text-decoration: none!important;
        }
      .hide-item {
                display: none;
            }


/* Tablet styles */

@media (max-width: 1304px) {
        .header__container {
    padding: 0 20px 0 12px!important;
  } 
            
}

@media (max-width: 1020px) {


          .topbar_wrapper .cta {
              display: none;
  }
}

/* Mobile styles */
@media (max-width: 900px) {
         .header .button {
             width: auto;
}
            
       /* ExpertCompass – Navigation */     
            .hide-item {
                display: none!important;
            }
            .navigation_mobile {
                display: block!important;
            }
               .navigation_mobile_icon {
                display: block !important;
            }
}


@media (max-width: 599px) {
.header__container {
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: column;*/
  /*display: block;*/
  }

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

  .header__logo {
    margin: 0;
    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: #f1fbfc;
    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;
    word-break: normal;
  }

  .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: 24px;
    width: 24px;
  }

  .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!important;
    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;
  }
    
  .header .button {
    display: none;
    margin-top: 0;
    margin-bottom: 8px;
      width: 100%;
}

      /* ExpertCompass – Navigation */
          #topbar {
                padding: auto 16px!important;
            }
  
        .cta.hide-item {
                display: none!important;
            }
  
}

.header .button {
    margin-right: 12px;
    margin-top: auto;
}
.header .button:last-child {
    margin-right: 0px;
}
.footer {
  background-color: #444444;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-small__container.content-wrapper {
  padding: 1px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__container {
  padding: 32px 0px;
}
.footer__container .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__copyright {
  margin: 0;
  display: block;
}

.footer-small__copyright {
  margin: 0;
  display: flex;
  align-items: center;
}

.footer-small__menu {
  margin: 0;
}

.footer-small__menu ul {
  margin: 0 0 0 36px;
  flex-direction: row;
}
.footer-small__menu ul li {
  padding-right: 6px;
}
.footer-small__menu ul li:last-child {
  padding-right: 0px;
}
.footer-small__menu ul li:after {
  content: "|";
  padding-left: 6px;
}
.footer-small__menu ul li:last-child::after{
  content: "";
  padding-right: 0;
}

/************************
FOOTER ExpertCompass
**************************/      
        #footer {
            color: #ffffff;
            background: linear-gradient(145deg, rgba(68,68,68,1) 0%, rgba(51,51,51,1) 100%);
            padding: 56px 24px 60px;
            box-sizing: border-box;
            display: block;
        }

        #employer_footer {
            color: #ffffff;
            background: #143B31;
            display: block;
        }

        .footer_grid {
            display: grid;
            grid-template-columns: repeat(10, auto) 186px;
            grid-template-rows: auto;
            grid-gap: 24px;
        }

        .footer_nav {
            grid-column: 1/11;
            /*display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-column-gap: 24px;
            margin-bottom: 58px;*/
        }

        .footer_nav-column ul {
            list-style-type: none;
            height: auto;
            display: block;
            padding: 0;
            margin: 0 0 20px;
        }

        .footer_nav-column li {
            margin: 0 0 14px 0;
            padding: 0;
        }

        .footer_nav-column a {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.15px;
            color: #ffffff;
            text-decoration: none;
        }

        .footer_nav-column a:hover {
            text-decoration: underline !important;
        }

        li.has_children {
            font-size: 16px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.25px;
            color: #c8b274;
            text-transform: uppercase;
        }

        li.children {
            text-transform: none;
        }

        .children_wrapper {
            margin-top: 20px !important;
        }

        .footer_pe_info {
            grid-column: 11/12;
            display: block;
        }
        
        .footer_info {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-column-gap: 24px;
            align-items: end;
            justify-items: stretch;
        }

        #employer_footer .footer_info {
          display: flex;
          align-items: center;
          justify-content: space-between;
            padding-right: 12px;
        }
 
        @media (max-width: 700px) {
          #employer_footer .footer_info {
            justify-content: center;
            flex-direction: column-reverse;
            padding: 16px 16px 4px;
            grid-row-gap: 4px!important;
          }
        }
        #employer_footer .footer_info .legal_nav {
            display: flex;
        }
        #employer_footer .column_left {
            display: flex;
            align-items: center;
            font-size: 12px;
        }
        .column_right {
            text-align: right;
            justify-items: right;
              font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
        }
        .column_left {
            text-align: left;
            justify-items: left;
        }

        #pe_name {
            padding-top: 0!important;
            height: 0px!important;
        }

        .footer_info img {
            max-width: 32px;
            max-height: 32px;
            width: 32px;
            height: 32px;
            transition: transform 0.5s;
        }
       .footer_info .employer_logo_icon {
            max-width: 48px;
            max-height: 48px;
            width: 48px;
            height: 48px; 
        }
          .social_links a {
           margin-right: 16px!important;
        }
          .social_links a:last-child {
          margin-right: 0 !important;
        }
        
        .footer_info img:last-child {
            margin-right: 0px;
        }
        
         .footer_info img:hover {
            transform: scale(1.1);
	          transform-origin: center center;
        }
        .social_links {
            margin-top: 16px;
            display: block;
        }
        
        .copyright {
            margin-top: 4px;
        }
        
        .legal_nav a{
            text-decoration: none;
            color: #ffffff;
        }
        .legal_nav a:hover{
            text-decoration: underline;
        }
        
        .legal_nav ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .legal_nav li {
            display: inline-block;
            padding-right: 6px;
            padding-left: 6px;
            box-sizing: border-box;
            border-right-color: #ffffff;
            border-right-style: solid;
            border-right-width: 1px;
            
        }
        .legal_nav li:last-child {
            padding-right: 0;
            border: none;
        }
        
        .legal_nav li:first-child {
            padding-left: 0;
        }

        .footer_proseal {
          display: flex;
          justify-content: flex-end;
        }


@media (max-width: 1280px) {
  .footer-small__container.content-wrapper {
    padding: 24px;
  }
}

@media (max-width: 900px) {
  .footer-small__container.content-wrapper {
    justify-content: center;
    flex-direction: column-reverse;
  }
  
  .hs-menu-flow-horizontal ul {
    flex-direction: row!important;
    justify-content: center;
    line-height: 2;
    padding-bottom: 12px;
  }

  .footer__hidden {
  display: none;
  }
  
  /* FOOTER */
             #footer {
                padding: 42px 16px!important;
            }
            
            .footer_grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }

            .footer_nav {
                grid-template-columns: repeat(2, 1fr) !important;
                grid-template-rows: repeat(2, auto);
                grid-column-gap: 30px;
                grid-row-gap: 52px;

            }

            .footer_nav-column {
                min-width: 146px;

            }

            .footer_pe_info {
                display: none !important;
            }
            
            .footer_info {
            grid-template-columns: auto!important;
            grid-row-gap: 32px!important;
        }
        .column_right {
            text-align: center!important;
            justify-items: center!important;
        }
        .column_left {
            text-align: center!important;
            justify-items: center!important;
        }
            
        .copyright {
            margin-top: 8px!important;
        }

}

@media (max-width: 599px) {
  
}




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

/* Horizontal menu */


.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

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

.blog-header {
  background-color: #f1fbfc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 48px 0;
}

.blog-header__title {
  font-size: 48px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 0.4px;
  color: #0db1cd;
}

.blog-header__subtitle {
  margin: 16px 0 24px;
}

.blog-header__form {
  margin: 0 16px;
}

@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 3px 4px -2px #0000000f;
  height: 200px;
  margin: 0 auto 24px;
  width: 200px;
}

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 48px 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

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

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

.blog-index__tag-heading {
  border-bottom: 3px solid #0db1cd;
  padding-bottom: 16px;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .blog-index__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-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 12px 0;
}

.blog-index__post-content--small h2 {
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.35px;
}

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

.blog-index__post-content a {
  color: #0db1cd;
  text-decoration: none;
}

.blog-index__post-content a:hover {
  text-decoration: underline!important;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 48px;
  text-align: center;
}

.blog-pagination__link {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #444444;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 6px;
  padding: 6px 8px;
  text-decoration: none;
  font-size: 16px;
}

.blog-pagination__link--active {
  border: 1px solid #0db1cd;
  background-color: #0db1cd;
  color: #ffffff;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: underline;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 12px;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 12px;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d5d5d5;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #aaaaaa;
  margin: 0 12px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d5d5d5;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 1px solid #0d94ab;
  background-color: #0d94ab;
  color: #f1fbfc;
  text-decoration: none;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 48px 0;
}

.blog-post h1 {
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.35px;
  color: #0db1cd;
  margin-bottom: 0px;
  text-align: left;
}

.blog-post__body {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.15px;
}

.blog-post__timestamp {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.blog-post__meta {
  margin: 16px 0;
}

.blog-post__meta a {
  color: #aaaaaa;
  text-decoration: none;
}

.blog-post__meta a:hover {
  color: #aaaaaa;
  text-decoration: underline!important;
}

.blog-post__tags {
  color: #aaaaaa;
}

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

.blog-post__tag-link {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #f5f5f5;
  margin-top: 48px;
  padding: 32px 0;
}

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

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

.blog-recent-posts__post {
  color: #444444;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 16px;
}

@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: 16px 0 8px;
}

/* 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: 1px solid #0db1cd;
  border-radius: 4px;
  color: #0db1cd;
}

.blog-comments .hs-button:hover {
  background-color: #0d94ab;
  border-color: #0d94ab;
  color: #FFF;
}

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

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #0db1cd;
  text-decoration: underline;
}
/* Error pages */

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

.error-page:before {
  color: #f5f5f5;
  content: attr(data-error);
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-size: 40vw;
  font-weight: 700;
  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: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #def6eb;
  border: none;
  border-radius: 4px;
  color: #25c47c;
  display: inline-block;
  margin: 24px 0;
  padding: 12px 32px;
  width: 100%;
  font-weight: normal;
}

.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: #0db1cd;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  /*font-size: 1.25rem;*/
  margin-bottom: 0.35rem;
  text-decoration: none;
}

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

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

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

.hs-search-results__pagination a {
  color: #0db1cd;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  /*margin-bottom: 1.4rem;*/
  padding: 9px 12px !important;
}

/* Backup unsubscribe */

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

.backup-unsubscribe input[type=email] {
  /*margin-bottom: 1.4rem;*/
  padding: 9px 12px !important;
}

a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText {
    display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');*,*:before,*:after {
    box-sizing: border-box
}/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.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%;
    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: 960px) and (max-width:1279px) {
    .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: 32px;
        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 {
    *zoom:1}

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

.clearfix:after {
    clear: both
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none;
    visibility: hidden
}

.visible-phone {
    display: none !important
}

.visible-tablet {
    display: none !important
}

.hidden-desktop {
    display: none !important
}

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

    .hidden-phone {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

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

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

    .hidden-tablet {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

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

.content-wrapper {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 24px
}

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

.dnd-section {
    padding: 64px 24px
}

.dnd-section>.row-fluid {
    margin: 0 auto;
    max-width: 1160px
}

.dnd-section .dnd-column {
    padding: 0
}

@media(max-width: 767px) {
    .dnd-section .dnd-column {
        padding:0
    }

    .dnd-section {
        padding: 40px 20px
    }

    .dnd-column {
        margin-bottom: 24px
    }

    .dnd-column:last-child {
        margin-bottom: 0 !important
    }
}

html {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .15px
}

@media(max-width: 767px) {
    html {
        font-size:16px
    }
}

@media(max-width: 480px) {
}

body {
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px;
    color: #444;
    -webkit-font-smoothing: antialiased
}

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

p {
    margin: 0 0 16px 0;
    word-break: break-word
}

strong,b {
    font-weight: 600
}

a {
    color: #0db1cd;
    cursor: pointer;
    text-decoration: none
}

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

h1,h2,h3,h4,h5,h6 {
    color: #444;
    display: block;
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0
}

h1,.h1 {
    font-size: 60px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .5px;
    margin-bottom: 32px;
    margin-top: 24px
}

h2,.h2 {
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .4px;
    margin-bottom: 32px;
    margin-top: 24px
}

h3,.h3 {
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .35px;
    margin-bottom: 24px;
    margin-top: 24px
}

h4,.h4 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .25px;
    margin-bottom: 20px;
    margin-top: 20px
}

h5,.h5 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .2px;
    margin-bottom: 16px;
    margin-top: 16px
}

h6,.h6 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .15px;
    margin-bottom: 12px;
    margin-top: 12px
}

@media(max-width: 960px) {
    h1,.h1 {
        font-size:48px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: .4px;
        margin-bottom: 32px;
        margin-top: 32px
    }

    h2,.h2 {
        font-size: 34px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: .35px;
        margin-bottom: 24px;
        margin-top: 24px
    }

    h3,.h3 {
        font-size: 24px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: .25px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    h4,.h4 {
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: .2px;
        margin-bottom: 16px;
        margin-top: 16px
    }

    h5,.h5 {
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: .15px;
        margin-bottom: 12px;
        margin-top: 12px
    }
}

ul,ol {
    margin: 0 0 24px
}

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

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

code {
    vertical-align: bottom
}

blockquote {
    border-left: 2px solid #0db1cd;
    margin: 0 0 16px;
    padding-left: 16px
}

hr {
    background-color: #d5d5d5;
    border: 0;
    color: #d5d5d5;
    height: 1px
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

:focus {
    outline: auto;
    outline-color: #0db1cd
}

.disable-focus-styles :focus {
    outline: 0
}

button,.button,.hs-button {
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    background-color: #0db1cd;
    border: 1px solid #0db1cd;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .45px;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all .15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
    margin-top: 16px;
    transition: all .15s linear
}

button:disabled,.button:disabled,.button.outline:disabled,.hs-button:disabled {
    opacity: .4
}

button:hover,button:focus,.button:hover,.button:focus,.button.outline:hover,.button.outline:focus,.hs-button:hover,.hs-button:focus {
    background-color: #0d94ab;
    border-color: #0d94ab;
    color: #FFF;
    text-decoration: none
}

button:active,.button:active,.button.outline:active,.hs-button:active {
    background-color: #0db1cd;
    border-color: #0db1cd;
    color: #FFF;
    text-decoration: none
}

button.outline,.button.outline {
    background-color: transparent;
    border: 1px solid #0db1cd;
    color: #0db1cd;
    box-sizing: border-box
}

button.secondary,.button.secondary {
    background-color: #ffa800;
    border: 1px solid #ffa800;
    box-sizing: border-box
}

button.secondary:disabled,.button.secondary:disabled {
    background-color: #ffa800;
    opacity: .4;
    color: rgba(255,255,255,0.5)
}

button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus {
    background-color: #d38d00;
    border-color: #d38d00;
    text-decoration: none
}

button.secondary:active,.button.secondary:active {
    background-color: #ffa800;
    border-color: #ffa800
}

.btn_small {
    padding: 4px 24px;
    box-sizing: border-box
}

.btn_large {
    padding: 12px 32px;
    box-sizing: border-box
}

.button a,.button a:hover,.button a:focus .button a:active,.button a:disabled {
    text-decoration: none
}

@media(max-width: 767px) {
    button,.button,.hs-button,button_outline,.button_outline {
        width:100%
    }
}

form {
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif
}

.hs-form-field {
    margin-bottom: 11px
}

form label {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px;
    padding-top: 0;
    margin-bottom: 4px;
    margin-top: 0px;
    text-align: left;
    width: auto;
    display: inline-block
}

form legend {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .25px;
    color: #9e9e9e;
    text-transform: uppercase;
    text-align: left
}

.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: #FFF;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #444;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px;
    padding: 9px 12px;
    width: 100%
}

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 {
    border-color: #0db1cd;
    outline: 0
}

fieldset {
    max-width: 100% !important
}

::-webkit-input-placeholder {
    color: #9e9e9e
}

::-moz-placeholder {
    color: #9e9e9e
}

:-ms-input-placeholder {
    color: #9e9e9e
}

:-moz-placeholder {
    color: #9e9e9e
}

::placeholder {
    color: #9e9e9e
}

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

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

.inputs-list input,.inputs-list span {
    font-size: 12px;
    vertical-align: left
}

.hs-input[type=checkbox],.hs-input[type=radio] {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    cursor: pointer;
    height: 16px;
    line-height: normal;
    margin-right: 12px;
    padding: 0;
    width: auto
}

.hs-fieldtype-date .input .hs-dateinput:before {
    color: #0db1cd;
    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: #0db1cd
}

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

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

input[type=file] {
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #d5d5d5;
    box-shadow: none;
    line-height: initial;
    padding: 9px 12px
}

form .hs-richtext,form .hs-richtext p {
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px;
    margin: 0 0 16px;
    color: #444
}

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

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

.legal-consent-container .hs-form-booleancheckbox-display>span,.legal-consent-container .hs-form-booleancheckbox-display>span p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal
}

.hs-input.invalid.error {
    border-color: #e92e21
}

.hs-error-msg {
    color: #e92e21 !important;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .1px;
    margin-top: 2px;
    text-align: left
}

form input[type=submit],form .hs-button {
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    background-color: #ffa800;
    border: 0;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .45px;
    padding: 8px 28px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all .15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
    margin-top: 16px;
    margin-bottom: 16px;
    transition: all .15s linear
}

form input[type=submit]:hover,form input[type=submit]:focus,form .hs-button:hover,form .hs-button:focus {
    background-color: #d38d00 !important;
    color: #FFF
}

form input[type=submit]:active,form .hs-button:active {
    background-color: #ffa800;
    color: #FFF
}

.grecaptcha-badge {
    margin: 0 auto
}

form a {
    color: #fff
}

form ul {
    padding-left: 0px
}

.form-columns-1 .hs-input {
    width: 100% !important
}

@media(max-width: 400px),(min-device-width:320px) and (max-device-width:480px) {
    .form-columns-2 .hs-input {
        width:100% !important
    }
}

.register form label {
    color: #444
}

.register form a {
    color: #0db1cd !important
}

.register h2,.register h3,.register h4 {
    color: #0db1cd !important;
    margin-top: 0 !important
}

table {
    border: 1px solid #d5d5d5;
    margin-bottom: 24px;
    overflow-wrap: break-word
}

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

th,td {
    border: 1px solid #d5d5d5;
    padding: 9px 12px;
    vertical-align: top
}

thead th,thead td {
    background-color: #0db1cd;
    border-bottom: 0;
    color: #fff;
    vertical-align: bottom;
    font-weight: 600
}

.header {
    background-color: #fff !important;
    box-shadow: 0 3px 4px -2px rgba(0,0,0,0.06);
    display: block;
    width: 100%
}

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

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

.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;
    padding: 2px 0;
    max-width: 207px;
    overflow: hidden
}

.header__logo img {
    max-width: 100%
}

.header__logo .logo-company-name {
    font-size: 24px;
    margin-top: 0px
}

.header__logo--main {
    padding-top: 0px
}

.header__logo a {
    padding: 0;
    margin: 0;
    height: 60px
}

.header__search {
    padding: 0 24px;
    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: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px;
    padding: 9px 12px
}

.header__search .hs-search-field--open .hs-search-field__input {
    border: 1px solid #0db1cd;
    border-bottom: 0;
    border-radius: 4px 4px 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: 1px solid #0db1cd;
    border-top: -2px solid #FFF;
    border-radius: 0 0 4px 4px;
    position: absolute;
    width: 100%;
    z-index: 10
}

.header__search .hs-search-field__suggestions li {
    border-top: 1px solid #0db1cd;
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px
}

.header__search .hs-search-field__suggestions li a {
    color: #444;
    padding: 10px 12px;
    text-decoration: none;
    transition: background-color .3s
}

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

.header__language-switcher {
    cursor: pointer;
    padding-right: 16px;
    height: 24px
}

.header__language-switcher .lang_switcher_class {
    position: static
}

.header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 4px -2px rgba(0,0,0,0.06);
    color: #aaa;
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .1px;
    left: calc(100% - 24px);
    opacity: 0;
    min-width: 100px;
    padding-top: 0;
    text-align: left;
    top: 100%;
    transition: opacity .3s;
    visibility: hidden
}

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

.header__language-switcher .lang_list_class:before {
    border-bottom-color: #d5d5d5;
    left: 70%;
    top: -25px
}

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

.header__language-switcher .lang_list_class.first-active::after {
    border-bottom-color: #0db1cd;
    top: -22px;
    transition: .3s
}

.header__language-switcher .lang_list_class li {
    border: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px;
    padding: 10px 12px
}

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

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

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

.header__language-switcher .lang_list_class li a {
    color: #0db1cd;
    text-decoration: none;
    text-align: center
}

.header__language-switcher .lang_list_class li a:hover {
    color: #0db1cd;
    text-decoration: underline
}

.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: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px;
    color: #9e9e9e;
    text-transform: uppercase
}

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

*/#nav-toggle {
    display: none
}

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

.topbar-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    box-shadow: 0 3px 4px -2px rgb(0 0 0 / 6%);
    background-color: #fff;
    display: block
}

.topbar-wrapper a,.topbar-wrapper a:hover {
    text-decoration: none
}

.topbar-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: .25rem 1.5rem .25rem 1rem;
    max-width: 1280px;
    align-items: center;
    text-shadow: none;
    justify-content: space-between;
    box-sizing: border-box
}

.logo {
    display: flex;
    margin-right: 3rem
}

.topbar-menu,.topbar-wrapper .hs-menu-wrapper {
    display: flex;
    overflow: auto;
    flex-grow: 1;
    flex-direction: column;
    box-sizing: border-box
}

.topbar-menu-wrapper,.topbar-wrapper .hs_cos_wrapper_type_menu {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

.topbar-menu-item-wrapper, {
    text-decoration: none;
    display: flex;
    box-sizing: border-box
}

.topbar-menu-item {
    color: #0db1cd;
    padding: 0
}

.topbar-menu-item-text,.topbar-wrapper .hs-menu-item {
    margin: 0;
    text-align: center;
    font-size: 1rem !important;
    font-weight: 400;
    margin-right: .75rem
}

.topbar-lang-menu {
    display: flex;
    align-items: center
}

.topbar-button-wrapper {
    padding: 1.5rem 1.5rem 1rem;
    text-align: center
}

.topbar-mobile-icon {
    display: flex;
    align-items: center
}

.topbar-burger-icon {
    margin: 0;
    padding: 0;
    fill: #444;
    width: 24px;
    height: 24px;
    display: block;
    font-size: 24px;
    max-width: 100%;
    max-height: 100%;
    transition: fill 200ms cubic-bezier(0.4,0,0.2,1) 0ms;
    flex-shrink: 0;
    box-sizing: content-box
}

.topbar-burger-icon:hover {
    fill: #d5d5d5;
    cursor: pointer
}

@media(min-width: 1280px) {
    .topbar-container {
        padding:.25rem 0 .25rem 0
    }

    .logo {
        margin-right: 5rem
    }
}

@media(min-width: 1110px) {
    .tablet-only {
        display:none
    }
}

@media(max-width: 1109px) {
    .desktop-only {
        display:none
    }
}

@media(min-width: 990px) {
    .topbar-menu-item-wrapper,.topbar-wrapper .hs-menu-item {
        margin-right:1.5rem
    }
}

@media(min-width: 960px) {
    .topbar-menu-wrapper,.topbar-wrapper .hs_cos_wrapper_type_menu {
        align-items:center;
        flex-direction: row;
        justify-content: space-between;
        box-sizing: border-box
    }

    .topbar-menu,.topbar-wrapper .hs-menu-wrapper {
        flex-direction: row
    }

    .topbar-menu-item-selected,.topbar-wrapper .hs-menu-item.active,.topbar-wrapper .hs-menu-item:hover {
        border-bottom: 1px solid #0db1cd !important;
        box-sizing: inherit
    }

    .topbar-button-wrapper {
        padding: 0
    }

    .hide-on-desktop {
        display: none
    }
}

@media(max-width: 960px) {
    .topbar-menu-wrapper {
        width:auto
    }

    .hide-on-mobile {
        display: none !important
    }
}

#topbar {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 24px 0 12px;
    z-index: 999 !important
}

.topbar_wrapper {
    height: 64px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto
}

#logo {
    width: 189px;
    height: 56px;
    background-image: url(https://ratgeber.provenexpert.com/hubfs/Company%20-%20logo%20and%20icons/PE-logo_light_RGB.svg);
    margin-right: 32px
}

.logo-nav_wrapper {
    display: flex;
    align-items: center
}

.navigation_mobile_icon {
    display: block
}

ul.navigation {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .15px;
    box-sizing: border-box;
    margin: 0
}

.navigation li {
    display: inline;
    margin-right: 24px
}

.navigation li active {
    text-decoration: underline
}

.navigation li:last-child {
    margin-right: 0
}

.burgermenu_icon {
    margin: 0;
    padding: 0;
    fill: #fff;
    width: 24px;
    height: 24px;
    display: block;
    font-size: 24px;
    max-width: 100%;
    max-height: 100%;
    transition: fill 200ms cubic-bezier(0.4,0,0.2,1) 0ms;
    flex-shrink: 0;
    box-sizing: content-box
}

.burgermenu_icon:hover {
    fill: #d5d5d5;
    cursor: pointer
}

.mobile_nav_container {
    color: #fff;
    width: 18.875rem;
    background: #444;
    left: auto;
    right: 0;
    top: 0;
    flex: 1 0 auto;
    height: 100%;
    display: flex;
    outline: 0;
    z-index: 1200;
    position: fixed;
    overflow-y: auto;
    flex-direction: column;
    box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
    transform: none;
    transition: transform 225ms cubic-bezier(0,0,0.2,1) 0ms
}

.mobile_nav_header {
    height: 6.75rem;
    display: flex;
    justify-content: flex-end
}

.close_icon {
    margin: 8px;
    padding: 8px;
    fill: #fff;
    width: 24px;
    height: 24px;
    display: block;
    font-size: 24px;
    max-width: 100%;
    max-height: 100%;
    transition: fill 200ms cubic-bezier(0.4,0,0.2,1) 0ms;
    flex-shrink: 0;
    box-sizing: content-box
}

.close_icon:hover {
    fill: #eee;
    cursor: pointer
}

.mobile_nav_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    flex-grow: 1
}

.mobile_nav_content a {
    color: #fff !important;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .15px;
    text-align: center;
    text-decoration: none
}

.mobile_nav_content a:hover {
    background-color: #0d94ab;
    text-decoration: none
}

#mobile_nav {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 1300;
    inset: 0px;
    -webkit-transition: .5s 0s ease-out;
    -moz-transition: .5s 0s ease-out;
    -o-transition: .5s 0s ease-out;
    transition: .5s 0s ease-out
}

.mobile_nav_background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: -1;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.7);
    -webkit-tap-highlight-color: transparent;
    opacity: 1;
    transition: opacity 225ms cubic-bezier(0.4,0,0.2,1) 0ms
}

.mobile_nav_footer {
    padding: 24px
}

.cta {
    padding: 8px 28px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    box-sizing: border-box;
    display: inline-block
}

.cta a {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .45px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block
}

.cta:hover,.cta a:hover,.cta a:focus {
    text-decoration: none !important
}

.cta:hover {
    cursor: pointer
}

.cta_small {
    padding: 4px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    box-sizing: border-box
}

.cta.hide-item {
    display: none !important
}

.primary {
    background-color: #0db1cd
}

.primary:hover {
    background-color: #0d94ab
}

.secondary {
    background-color: #c8b274
}

.secondary:hover {
    background-color: #a79563
}

.warning {
    background-color: #ffa800
}

.warning:hover {
    background-color: #d38d00
}

.ghost_white {
    color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    text-decoration: none !important
}

.ghost_white:hover {
    color: #444 !important;
    text-decoration: none !important;
    background-color: #fff
}

.ghost_white:hover a {
    color: #444 !important;
    text-decoration: none !important
}

.ghost_primary {
    color: #0db1cd !important;
    border-color: #0db1cd;
    border-style: solid;
    border-width: 1px;
    text-decoration: none !important
}

.ghost_primary:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #0db1cd
}

.ghost_primary:hover a {
    color: #fff !important;
    text-decoration: none !important
}

.hide-item {
    display: none
}

@media(max-width: 1304px) {
    .header__container {
        padding:0 20px 0 12px !important
    }
}

@media(max-width: 1020px) {
    .topbar_wrapper .cta {
        display:none
    }
}

@media(max-width: 900px) {
    .header .button {
        width:auto
    }

    .hide-item {
        display: none !important
    }

    .navigation_mobile {
        display: block !important
    }

    .navigation_mobile_icon {
        display: block !important
    }
}

@media(max-width: 599px) {
    .header__container form {
        max-width:100%
    }

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

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

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

    .header__navigation--toggle,.header__search--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, {
        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;
        word-break: normal
    }

    .header__navigation--toggle:after,.header__search--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__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
    }

    .header .button {
        display: none;
        margin-top: 0;
        margin-bottom: 8px;
        width: 100%
    }

    #topbar {
        padding: auto 16px !important
    }

    .cta.hide-item {
        display: none !important
    }
}

.header .button {
    margin-right: 12px;
    margin-top: auto
}

.header .button:last-child {
    margin-right: 0px
}

.footer {
    background-color: #444;
    text-align: left;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .1px
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    text-decoration: underline
}

.footer-small__container.content-wrapper {
    padding: 1px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__container {
    padding: 32px 0px
}

.footer__container .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__copyright {
    margin: 0;
    display: block
}

.footer-small__copyright {
    margin: 0;
    display: flex;
    align-items: center
}

.footer-small__menu {
    margin: 0
}

.footer-small__menu ul {
    margin: 0 0 0 36px;
    flex-direction: row
}

.footer-small__menu ul li {
    padding-right: 6px
}

.footer-small__menu ul li:last-child {
    padding-right: 0px
}

.footer-small__menu ul li:after {
    content: "|";
    padding-left: 6px
}

.footer-small__menu ul li:last-child::after {
    content: "";
    padding-right: 0
}

#footer {
    color: #fff;
    background: linear-gradient(145deg,rgba(68,68,68,1) 0%,rgba(51,51,51,1) 100%);
    padding: 56px 24px 60px;
    box-sizing: border-box;
    display: block
}

.footer_grid {
    display: grid;
    grid-template-columns: repeat(10,auto) 186px;
    grid-template-rows: auto;
    grid-gap: 24px
}

.footer_nav {
    grid-column: 1/11
}

.footer_nav-column ul {
    list-style-type: none;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 0 20px
}

.footer_nav-column li {
    margin: 0 0 14px 0;
    padding: 0
}

.footer_nav-column a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px;
    color: #fff;
    text-decoration: none
}

.footer_nav-column a:hover {
    text-decoration: underline !important
}

li.has_children {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .25px;
    color: #c8b274;
    text-transform: uppercase
}

li.children {
    text-transform: none
}

.children_wrapper {
    margin-top: 20px !important
}

.footer_pe_info {
    grid-column: 11/12;
    display: block
}

.footer_info {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 24px;
    align-items: end;
    justify-items: stretch
}

.column_right {
    text-align: right;
    justify-items: right;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .1px
}

.column_left {
    text-align: left;
    justify-items: left
}

#pe_name {
    padding-top: 0 !important;
    height: 0px !important
}

.footer_info img {
    max-width: 32px;
    max-height: 32px;
    width: 32px;
    height: 32px;
    transition: transform .5s
}

.social_links a {
    margin-right: 16px !important
}

.social_links a:last-child {
    margin-right: 0 !important
}

.footer_info img:last-child {
    margin-right: 0px
}

.footer_info img:hover {
    transform: scale(1.1);
    transform-origin: center center
}

.social_links {
    margin-top: 16px;
    display: block
}

.copyright {
    margin-top: 4px
}

.legal_nav a {
    text-decoration: none;
    color: #fff
}

.legal_nav a:hover {
    text-decoration: underline
}

.legal_nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.legal_nav li {
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    box-sizing: border-box;
    border-right-color: #fff;
    border-right-style: solid;
    border-right-width: 1px
}

.legal_nav li:last-child {
    padding-right: 0;
    border: 0
}

.legal_nav li:first-child {
    padding-left: 0
}

@media(max-width: 1280px) {
    .footer-small__container.content-wrapper {
        padding:24px
    }
}

@media(max-width: 900px) {
    .footer-small__container.content-wrapper {
        justify-content:center;
        flex-direction: column-reverse
    }

    .hs-menu-flow-horizontal ul {
        flex-direction: row !important;
        justify-content: center;
        line-height: 2;
        padding-bottom: 12px
    }

    .footer__hidden {
        display: none
    }

    #footer {
        padding: 42px 16px !important
    }

    .footer_grid {
        grid-template-columns: repeat(2,1fr) !important
    }

    .footer_nav {
        grid-template-columns: repeat(2,1fr) !important;
        grid-template-rows: repeat(2,auto);
        grid-column-gap: 30px;
        grid-row-gap: 52px
    }

    .footer_nav-column {
        min-width: 146px
    }

    .footer_pe_info {
        display: none !important
    }

    .footer_info {
        grid-template-columns: auto !important;
        grid-row-gap: 32px !important
    }

    .column_right {
        text-align: center !important;
        justify-items: center !important
    }

    .column_left {
        text-align: center !important;
        justify-items: center !important
    }

    .copyright {
        margin-top: 8px !important
    }
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

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

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

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

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

.blog-header {
    background-color: #f1fbfc;
    text-align: center
}

.blog-header__inner {
    margin: 0 auto;
    max-width: 600px;
    padding: 48px 0
}

.blog-header__title {
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: .4px;
    color: #0db1cd
}

.blog-header__subtitle {
    margin: 16px 0 24px
}

.blog-header__form {
    margin: 0 16px
}

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

.blog-header__author-avatar {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 3px 4px -2px #0000000f;
    height: 200px;
    margin: 0 auto 24px;
    width: 200px
}

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

.blog-header__author-social-links a:hover {
    background-color: #444
}

.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-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 48px 0
}

.blog-index:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

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

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

.blog-index__tag-heading {
    border-bottom: 3px solid #0db1cd;
    padding-bottom: 16px
}

.blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 16px
}

@media screen and (min-width: 768px) {
    .blog-index__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-index__post {
        -webkit-box-flex:0;
        -ms-flex: 0 0 calc(100%/3);
        flex: 0 0 calc(100%/3)
    }
}

@media screen and (min-width: 768px) {
    .blog-index__post--large {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        justify-items: space-between
    }
}

.blog-index__post-image {
    display: block;
    background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 63%
}

@media screen and (min-width: 768px) {
    .blog-index__post-image--large {
        -webkit-box-flex:1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-bottom: 0
    }

    .blog-index__post-content--large {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-left: 2rem
    }

    .blog-index__post-image--large {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%
    }

    .blog-index__post-content--large {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%;
        padding-left: 2rem
    }

    .blog-index__post-content--full-width {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-left: 0
    }
}

.blog-index__post-content h2 {
    margin: 12px 0
}

.blog-index__post-content--small h2 {
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .35px
}

.blog-index__post-content a {
    color: #0db1cd;
    text-decoration: none
}

.blog-index__post-content a:hover {
    text-decoration: underline !important
}

.blog-index__post img {
    height: auto;
    max-width: 100%
}

.blog-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 48px;
    text-align: center
}

.blog-pagination__link {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #444;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin: 0 6px;
    padding: 6px 8px;
    text-decoration: none;
    font-size: 16px
}

.blog-pagination__link--active {
    border: 1px solid #0db1cd;
    background-color: #0db1cd;
    color: #fff
}

.blog-pagination__link:hover,.blog-pagination__link:focus {
    text-decoration: underline
}

.blog-pagination__prev-link,.blog-pagination__next-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.blog-pagination__prev-link {
    margin-right: 12px;
    text-align: right
}

.blog-pagination__next-link {
    margin-left: 12px;
    text-align: left
}

.blog-pagination__prev-link--disabled,.blog-pagination__next-link--disabled {
    color: #d5d5d5;
    cursor: default;
    pointer-events: none
}

.blog-pagination__prev-link svg,.blog-pagination__next-link svg {
    fill: #aaa;
    margin: 0 12px
}

.blog-pagination__prev-link--disabled svg,.blog-pagination__next-link--disabled svg {
    fill: #d5d5d5
}

.blog-pagination__number-link:hover,.blog-pagination__number-link:focus {
    border: 1px solid #0d94ab;
    background-color: #0d94ab;
    color: #f1fbfc;
    text-decoration: none
}

.blog-post {
    margin: 0 auto;
    max-width: 960px;
    padding: 48px 0
}

.blog-post h1 {
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .35px;
    color: #0db1cd;
    margin-bottom: 0px;
    text-align: left
}

.blog-post__body {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .15px
}

.blog-post__timestamp {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .1px
}

.blog-post__meta {
    margin: 16px 0
}

.blog-post__meta a {
    color: #aaa;
    text-decoration: none
}

.blog-post__meta a:hover {
    color: #aaa;
    text-decoration: underline !important
}

.blog-post__tags {
    color: #aaa
}

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

.blog-post__tag-link {
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .25px;
    text-transform: uppercase
}

.blog-recent-posts {
    background-color: #f5f5f5;
    margin-top: 48px;
    padding: 32px 0
}

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

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

.blog-recent-posts__post {
    color: #444;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 16px
}

@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: 16px 0 8px
}

.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: 1px solid #0db1cd;
    border-radius: 4px;
    color: #0db1cd
}

.blog-comments .hs-button:hover {
    background-color: #0d94ab;
    border-color: #0d94ab;
    color: #FFF
}

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

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

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

.error-page:before {
    color: #f5f5f5;
    content: attr(data-error);
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    font-size: 40vw;
    font-weight: 700;
    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
}

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

.systems-page .success {
    background-color: #def6eb;
    border: 0;
    border-radius: 4px;
    color: #25c47c;
    display: inline-block;
    margin: 24px 0;
    padding: 12px 32px;
    width: 100%;
    font-weight: normal
}

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

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

.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: #0db1cd;
    font-family: 'Titillium Web',Helvetica,Arial,sans-serif;
    margin-bottom: .35rem;
    text-decoration: none
}

.hs-search-results__title:hover {
    text-decoration: underline
}

.hs-search-results__description {
    padding-top: .7rem
}

.hs-search-highlight {
    font-weight: 600
}

.hs-search-results__pagination a {
    color: #0db1cd
}

.password-prompt input[type=password] {
    display: block;
    height: auto !important;
    padding: 9px 12px !important
}

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

.backup-unsubscribe input[type=email] {
    padding: 9px 12px !important
}

a#CybotCookiebotDialogPoweredbyCybot,div#CybotCookiebotDialogPoweredByText {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'),url('./fonts/slick.woff') format('woff'),url('./fonts/slick.ttf') format('truetype'),url('./fonts/slick.svg#slick') format('svg')
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: 0;
    background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}