*, *: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 */

#main-content {
    overflow: hidden;
}

.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: 16px;
    -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 .span {
    width: calc((100%/12)*12);
}


    /* .row-fluid .span1 {
        width: calc((99%/12)*1 - (16px/2));
    } */

    .row-fluid .span1 {
        width: calc(((99% - 176px)/12)*1 - 2px);
    }

    /* .row-fluid .span2 {
        width: calc((99%/12)*2 - (16px/2));
    } */

    .row-fluid .span2 {
        width: calc(((99% - 80px)/12)*2 - 2px);
    }

    /* .row-fluid .span3 {
        width: calc((99%/12)*3 - (16px/2));
    } */

    .row-fluid .span3 {
        width: calc(((99% - 48px)/12)*3 - 2px);
    }

    /* .row-fluid .span4 {
        width: calc((99%/12)*4 - (16px/2));
    } */

    .row-fluid .span4 {
        width: calc(((99% - 32px)/12)*4 - 2px);
    }

    /* .row-fluid .span5 {
        width: calc((99%/12)*5 - (16px/2));
    } */

    .row-fluid .span5 {
        width: calc(((99% - 16px)/12)*5 - 2px);
    }

    /* .row-fluid .span6 {
        width: calc((99%/12)*6 - (16px/2));
    } */

    .row-fluid .span6 {
        width: calc(((99% - 16px)/12)*6 - 2px);
    }

    /* .row-fluid .span7 {
        width: calc((99%/12)*7 - (16px/2));
    } */

    .row-fluid .span7 {
        width: calc(((99% - 0px)/12)*7 - 2px);
    }

    /* .row-fluid .span8 {
        width: calc((99%/12)*8 - (16px/2));
    } */

    .row-fluid .span8 {
        width: calc(((99% - 0px)/12)*8 - 2px);
    }

    /* .row-fluid .span9 {
        width: calc((99%/12)*9 - (16px/2));
    } */

    .row-fluid .span9 {
        width: calc(((99% - 0px)/12)*9 - 2px);
    }

    /* .row-fluid .span10 {
        width: calc((99%/12)*10 - (16px/2));
    } */

    .row-fluid .span10 {
        width: calc(((99% - 0px)/12)*10 - 2px);
    }

    /* .row-fluid .span11 {
        width: calc((99%/12)*11 - (16px/2));
    } */

    .row-fluid .span11 {
        width: calc(((99% - 0px)/12)*11 - 2px);
    }


/* CUSTOM STRETCHED CONTENT SOLUTION */
@media screen and (min-width: 1024px) {
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid {
        display:flex;
        flex-direction: row;
        align-items: stretch;
    }

    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div{
        flex-grow: 1;
        flex-shrink: 0;
    }

    /* .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div:not(:only-child) > .dnd-row,
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div:not(:only-child) > .dnd-row > .row-fluid,
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div:not(:only-child) > .dnd-row > .row-fluid > .dnd-module,
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div:not(:only-child) > .dnd-row > .row-fluid > .dnd-module > div,
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > .dnd-column:not(:only-child) > .hs_cos_wrapper,
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div:not(:only-child) > .dnd-row > .row-fluid > .dnd-column,
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div:not(:only-child) > .dnd-row > .row-fluid > .dnd-column > .dnd-row,
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div:not(:only-child) > .dnd-row > .row-fluid > .dnd-column > .dnd-row > .row-fluid
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div:not(:only-child) > .dnd-row > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module,
    .dnd-section:not([class$='vertical-alignment']) > .row-fluid > div:not(:only-child) > .dnd-row > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column {
        height: 100%;
    } */
}

@media (max-width: 1023px) {
    .row-fluid {
        width: 100%;
        flex-wrap: wrap;
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

/* 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: 1023px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.background-coca-cola {
    background: url('https://f.hubspotusercontent10.net/hubfs/7608510/Bez%20nazwy-1.png') no-repeat;
}
@media screen and (max-width: 624px) {
    .background-coca-cola {
        background: url('https://f.hubspotusercontent10.net/hubfs/7608510/bg-mobile-2.png') no-repeat;
    }
}
.background-coca-cola-login, .background-coca-cola {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    animation: scale 40s linear infinite;

}
.background-coca-cola-login {
    background: url('https://f.hubspotusercontent10.net/hubfs/7608510/bg-login.png') no-repeat;
}

@keyframes scale {
    50% {
      background-position:90%;
    }
  }
  .coca-cola-section {
      overflow-x: hidden;

  }
  .coca-cola-section::-webkit-scrollbar {
    width: 6px;
}

.coca-cola-section::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.66);
    border-radius: 3px;
}

.coca-cola-section::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 3px;
}
  .coca-cola-section .dnd-column .row-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .coca-cola-section .dnd-column .row-fluid .widget-span {
      justify-content: center;
  }
  .coca-cola-section h2 {
      color: white;
  }
  .coca-cola-section .container-fluid {
    padding-top: 10%;
}
    @media (max-width: 1023px) {
        .coca-cola-section .container-fluid {
            padding-top: 10px
        }

        .background-coca-cola img {
            height: 100vh;
    width: 100vw;
        }
    }
.coca-cola-login .widget-type-form {
        border-radius: 16px;
        background-color: #FFFFFF;
        padding: 30px 60px;
        box-shadow: none;
        outline: none;

}
.coca-cola-login .widget-type-form .actions {
    text-align: center;
}
.coca-cola-login .widget-type-form .hs-button {
    border: none;
    background-color: #F40000;
}
.coca-cola-login .container-fluid {
    padding-top: 20%;
}

.merchant-pko-page .body-container .dnd-section.row-number-1 {
    padding-top: 0 !important;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1232px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 0;
}

.body-container .dnd-section.row-number-1 {
  padding-top: 50px !important;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

.enable-focus-styles :focus {
  /* outline: auto; */
  outline-color: MediumBlue;
  outline-color: #0140BE;
  outline-offset: 2px;
  outline-width: 2px;
}

.enable-focus-styles a:-moz-focusring,.enable-focus-styles button:-moz-focusring,.enable-focus-styles [type="submit"]:-moz-focusring,.enable-focus-styles [type="reset"]:-moz-focusring {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #0140BE;
}

.enable-focus-styles .button:focus, .enable-focus-styles a:focus {
  transform: scale(1.05);
}

.disable-focus-styles :focus {
  outline: none;
}

.resize-step-one-styles,
.resize-step-one-styles p,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text p,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text p span,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text ul > li,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text ul > li span,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text a,
.resize-step-one-styles a,
.resize-step-one-styles .button,
.resize-step-one-styles input[type="submit"],
.resize-step-one-styles h4,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text h4,
.resize-step-one-styles h5,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text h5,
.resize-step-one-styles .step-by-step__content h5,
.resize-step-one-styles h6,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text h6,
.resize-step-one-styles form label, .resize-step-one-styles form label * {
  font-size: 24px !important;
  line-height: 1.4 !important;
}

.resize-step-one-styles h1,
.resize-step-one-styles h1 strong,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text h1,
.resize-step-one-styles h2,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text h2,
.resize-step-one-styles h3,
.resize-step-one-styles .hs_cos_wrapper_type_rich_text h3,
.resize-step-one-styles .submitted-message {
  font-size: 30px !important;
  line-height: 1.1 !important;
}

.resize-step-two-styles,
.resize-step-two-styles p,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text p,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text p span,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text ul > li,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text ul > li span,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text ul > li,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text a,
.resize-step-two-styles a,
.resize-step-two-styles .button,
.resize-step-two-styles input[type="submit"],
.resize-step-two-styles h4,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text h4,
.resize-step-two-styles h5,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text h5,
.resize-step-two-styles .step-by-step__content h5,
.resize-step-two-styles h6,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text h6,
.resize-step-two-styles form label, .resize-step-two-styles form label *  {
  font-size: 32px !important;
  line-height: 1.2 !important;
}

.resize-step-two-styles h1,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text h1,
.resize-step-two-styles h2,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text h2,
.resize-step-two-styles h3,
.resize-step-two-styles .hs_cos_wrapper_type_rich_text h3,
.resize-step-two-styles .submitted-message  {
  font-size: 40px !important;
  line-height: 1.1 !important;
}

.resize-step-one-styles #hs_cos_wrapper_Hero-text_ h1, .resize-step-one-styles #hs_cos_wrapper_Hero-text_ h1 strong {
  font-size: 36px !important;
  line-height: 1.4 !important;
}
.resize-step-one-styles .header-with-hero, .resize-step-two-styles .header-with-hero {
  height: 100%;
}
.resize-step-two-styles .header-with-hero {
  background-size: auto;
}
/* body #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  position: fixed;
} */

body div#hs-eu-cookie-confirmation#hs-eu-cookie-confirmation {
  z-index: 9999999999 !important;
}
a, .button, input[type="submit"] {
  border-radius: 6px;
  padding: 0;
  color: #0140BE;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  height: auto;
  margin: 0;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

a {
  text-align: left;
}

a, .button:hover,.button:focus {
  text-decoration: underline;
}


.button:disabled input[type="submit"]:disabled, .button.disabled {
  color: #D1D1D1;
  border: 0;
  background: none;
  text-decoration: none;
}

.button--primary,
.button--secondary,
input[type="submit"] {
  text-decoration: none;
  padding: 14px 24px;
}

.button--primary, input[type="submit"] {
  color: #FFFFFF;
  background-color: #0140BE;
  border: 2px solid #0140BE;
}

.button--primary:hover, .button--primary:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  color: #0140BE;
  background-color: #FFFFFF;
  text-decoration: none;
}

.button--primary:disabled, input[type="submit"]:disabled, input[type="submit"].disabled {
  color: #FFFFFF;
  background-color: #D1D1D1;
  text-decoration: none;
  border-color: #D1D1D1;
}

.button-secondary {
  padding: 14px 24px;
}

.button--secondary {
  color: #0140BE;
  background-color: #FFFFFF;
  border: 2px solid #0140BE;
}

.button--secondary:hover, .button--secondary:focus {
  color: #0140BE;
  background-color: #E5EBF9;
  text-decoration: none;
}

.button--secondary:disabled {
  color: #D1D1D1;
  background-color: #FFFFFF;
  text-decoration: none;
}

.blog-pagination__link.disabled {
  pointer-events: none;
}

.blog-pagination__link.disabled .button {
  color: #D1D1D1;
}

.blog-pagination__link, .blog-pagination__link:hover {
  text-decoration: none;
}

.blog-pagination__link .button {
  text-decoration: none;
}

.button--header-link {
  color: #222222;
  font-weight: bold;
  text-decoration: none;
}

.button--header-link:hover, .button--header-link:focus {
  text-decoration: none;
}

@media screen and (max-width: 1023) {
  .button--header-link {
    font-size: 20px;
  }
}
/* Form */
/*
form {
  font-family: Lato, sans-serif;
} */

.hs-form-field {
  margin-bottom: 24px;
}

/* Labels */

form label {
  /* color: #33475B; */
  display: block;
  font-size: 0.875rem;
  line-height: 1.44;
  padding-top: 0;
  margin-bottom: 5px;
  text-align: left;
  width: auto;
}

form .focused > label:first-of-type {
  font-weight: bold;
  color: #0140BE;
}

form .valid > label:first-of-type {
  color: #29B100;
}


/* Help text - legends */

form legend {
  /* color: #33475B; */
  /* font-size: 0.875rem; */
}

/* Inputs */

.input {
  position: relative;
}

.valid input[type=text],
.valid input[type=email],
.valid input[type=password],
.valid input[type=tel],
.valid input[type=number],
.valid input[type=file],
.valid textarea {
  outline-color:#29B100;
  border-color: #29B100;
  color: #29B100;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D1D1;
  line-height: 1;
  /* border-radius: 3px; */
  /* color: #33475B; */
  display: inline-block;
  /* font-size: 0.875rem; */
  /* padding: 0.7rem; */
  padding: 13px 16px;
  border-radius: 4px;
  width: 100%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color:#0140BE;
  border-color: #0140BE;
}

form select, form option {
  padding: 13px 16px;
}

input[type="radio"] {
  margin-right: 5px;
}

input[type="radio"]+span {
  padding-bottom: 5px;
}

input[type="checkbox"] {
  margin-right: 5px;
}

input[type="checkbox"]+span {
  padding-bottom: 5px;
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  /* margin: 0.7rem 0; */
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  /* margin-right: 0.35rem; */
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  /* font-size: 0.875rem;
  margin: 0 0 1.4rem; */
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  /* font-size: 0.875rem;
  margin-left: 1rem !important; */
}

/* Validation */

.hs-form-required {
  margin-left: 4px;
  /* color: red; */
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  margin-top: 8px;
  color: #EF6B51;
}

.hs-error-msg {
  /* color: #EF6B51;
  margin-top: 0.35rem; */
}

/* Submit button */

form input[type=submit],
form .hs-button {
  /* background-color: #494A52;
  border: 1px solid #494A52; */
  /* border-radius: 6px; */
  /* color: #FFF; */
  cursor: pointer;
  display: inline-block;
  /* font-size: 0.92rem; */
  font-weight: normal;
  height: auto;
  /* line-height: 1.1; */
  /* margin: 0;
  padding: 15px 53px; */
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  /* background-color: #21222A;
  border-color: #21222A; */

  /* color: #FFF; */
}

form input[type=submit]:active,
form .hs-button:active {
  /* background-color: #71727A;
  border-color: #71727A; */

  /* color: #FFF; */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form textarea.hs-input {
  height: 6.2rem;
  resize: none;
}

fieldset.form-columns-1 input[type=text].hs-input,
fieldset.form-columns-1 input[type=email].hs-input,
fieldset.form-columns-1 input[type=password].hs-input,
fieldset.form-columns-1 input[type=tel].hs-input,
fieldset.form-columns-1 input[type=number].hs-input,
fieldset.form-columns-1 input[type=file].hs-input,
fieldset.form-columns-1 select.hs-input,
fieldset.form-columns-1 textarea.hs-input {
  width: 100% !important;
}

form fieldset.form-columns-3.form-columns-3 .hs-form-field.hs-form-field {
  width: 33.3%;
}

@media screen and (max-width: 1023px) {
  form fieldset.form-columns-2.form-columns-2 .hs-form-field.hs-form-field:not([type="checkbox"]) {
    width: 100%;
  }
  form fieldset.form-columns-3.form-columns-3 .hs-form-field.hs-form-field:not([type="checkbox"]) {
    width: 100%;
  }
}

form label * {
  font-family: Open Sans !important;
  font-size: 16px !important;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.breadcrumbs {
    padding: 50px 0 0 0;
}

.breadcrumbs--blog {
    padding-top: 0;
}

.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    list-style-position: outside;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.breadcrumbs li {
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #0140BE;
}

.breadcrumbs li:not(:last-child)::after {
    content: '';
    background: url("//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/arrow-ico.svg") no-repeat center/contain;
    display: block;
    width: 15px;
    height: 7px;
    margin: 0 16px;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}



.header__main-wrapper {
  width: 100%;
  height: 157px;
  padding: 25px 30px 32px 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: stretch;
  background-color: white;
}

/* search bar styling */
.search-button {
  min-width: 35px;
}
.search-button .hs_cos_wrapper {
  display: none; /* initial state desktop */
}
@media screen and (max-width:1024px) {
  .search-button .hs_cos_wrapper {
    display: block; /* initial state mobile*/
  }
}
.hs_cos_wrapper.opened {
  display: block;
}
.search-button .hs-search-field__input::placeholder {
  color: transparent;
}
.search-button .hs-search-field__input::-webkit-input-placeholder {
  color: transparent;
}
.search-button .hs-search-field__input:-moz-placeholder {
  color: transparent;
}
.search-button .hs-search-field__input::-moz-placeholder {
  color: transparent;
}
.search-button .hs-search-field__input:-ms-input-placeholder {
  color: transparent;
}
.search-button .hs-search-field__suggestions {
  z-index: 999;
}
.search-button .hs-search-field__input {
  border-top: 1px solid #0140BE;
  border-bottom: 1px solid #0140BE;
  border-left: 1px solid #0140BE;
  border-right: 1px solid #0140BE;
  border-radius: 4px;
  width: 240px;
  height: 32px;
}
@media screen and (max-width:320px) {
  .search-button .hs-search-field__input {
    width: 190px;
  }
}
@media screen and (max-width:1024px) {
  .search-button .hs-search-field__input {
    border-bottom: 1px solid #0140BE;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: initial;
  }
}
.search-button .search-button__icon {
  position: absolute;
  right: 60px;
}
@media screen and (max-width:1024px) {
  .search-button .search-button__icon {
    position: static;
    margin-left: 5px;
  }
}
/* search bar styling - end */
.header__logos {
  padding-right: 20px;
}
.header__logos .header__eservice-logo {
  height: 39px;
  width: auto;
}
@media screen and (max-width:425px) {
  .header__logos .header__eservice-logo {
    height: 27px;
    width: 140px;
  }
}
.header__logos .header__evq-logo {
  vertical-align: initial;
  margin: 0 0 0 24px;
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .header__logos .header__evq-logo {
    margin: 15px 0 0 0;
    display: block;
  }
}
.header__logos .header__evq-logo img {
  height: 30px;
  width: auto;
}
@media screen and (max-width:320px) {
  .header__logos .header__evq-logo {
    margin: 9px 0 0 0;
  }
  .header__logos .header__evq-logo img {
    height: 20px;
    width: 34px;
  }
}
@media screen and (min-width:321px) and (max-width:425px) {
  .header__logos .header__evq-logo {
    margin: 8px 30px 0 0;
  }
  .header__logos .header__evq-logo img {
    height: 20px;
    width: 34px;
  }
}

.header__items {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.header__help-row {
  display:flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width:1024px) {
  .header__help-row {
    padding-bottom: 95px;
  }
}

.help-buttons {
  padding-bottom: 20px;
  padding-right: 25px;
  height: 19px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width:1024px) {
  .help-buttons {
    padding-bottom: 0;
    padding-right: 0;
    height: 100px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.help-buttons .font-lang__wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 0;
}
@media screen and (max-width:1024px) {
  .help-buttons .font-lang__wrapper {
      margin-top: 40px;
  }
}

/* .help-buttons .font-button {
  margin-right: 22px;
} */
@media screen and (max-width:1024px) {
  .help-buttons .font-button {
    margin-right: auto;
  }
}

.help-buttons button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: 0;
  padding: 1px 12px;
  border-right: 1px solid #D1D1D1;
  cursor: pointer;
  background: none;
  height: 19px;
}

.help-buttons button:last-of-type {
  border-right: 0;
  padding-right: 0;
}

.help-buttons button img {
  max-height: 100%;
  width: auto;
}


.header__language-switcher.header--element {
  margin: 6px 0 0 5px;
}

.header__language-switcher--label .globe_class {
  width:10px;
  background-image: url("//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/chevron-ico.svg");
  background-size:contain;
  background-position: 100%;
}

.header__language-switcher--label .lang_list_class {
  width: 100px;
}

.header__language-switcher--label .lang_list_class li {
  width: 100%;
}


.header__menu-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.header__link-group--first {
  flex: 1 0 auto;
}

.header__link-group--second {
  flex: 0 0 auto;
}

.button--header-link {
  padding: 0;
  padding-left: 20px;
}

.button--header-link:last-child {
  padding-right: 20px;
}

.header__login-mobile {
  display: none;
}

.header__menu-mobile {
  display: none;
}


/*@media screen and (max-width: 1023px) {*/
@media screen and (max-width: 1024px) {

  .header__main-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 19px 16px 0;
    height: auto;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 300;
  }

  .header__logos {
    width: 100%;
    padding: 0 0 18px;
    height: 47px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .header__logos > img, .header__logos > div {
    max-height: 100%;
  }

  .header__logos > div a {
    display: inline-block;
    height: auto;
    max-height: 100%;
    width: 31px;
  }

  .header__logos > div a img {
    height: auto;
    max-height: 29px;
    width: auto;
  }

  .menu-collapsed .header__menu-mobile .menu-icon{
    display: block;
  }

  .menu-collapsed .header__menu-mobile .close-icon{
    display: none;
  }

  .menu-expanded .header__menu-mobile .menu-icon{
    display: none;
  }

  .menu-expanded .header__menu-mobile .close-icon{
    display: block;
  }

  .login-button {
    background: none;
    border: none;
  }

  .button--header-link {
    font-size: 20px;
  }
  .header__login-desktop {
    display: none;
  }
  .header__login-mobile {
    display: inline-block;
  }

  .header__menu-mobile {
    display: inline-block;
  }

  .header__items {
    flex: 0 0 auto;
    width: 100%;
    overflow: auto;
    transition: max-height 0.5s ease-in-out;
  }

  .menu-expanded .header__items {
    max-height: 90vh;
  }

  .menu-collapsed .header__items {
    max-height: 0;
  }

  .header__help-row {
    width: 100%;
    order: 2;
    justify-content: center;
  }

  .header__menu-row {
    width: 100%;
    order: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .header__link-group--first, .header__link-group--second {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .button--header-link.button--header-link {
    padding: 0;
    padding: 16px 0;
  }

  .header__link-group--second .button--header-link.button--header-link:last-child {
    padding-bottom: calc(16px * 2);
  }
}
/* DEFAULT BOILER PLATE STARTS HERE -- > Header container

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

/* Logo */

/* .header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
} */

/* Search bar */
/*
.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
} */

/* Language switcher */

/* .header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 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: #D1D6DC;
  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: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
} */

/* Navigation */

/* #nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

/* Tablet styles */
/*
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
} */

/* Mobile styles */

/* @media (max-width: 1023px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    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: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
} */
.footer.footer {
  padding: 34px 0 24px;
  margin-bottom: 40px;
  border-radius: 0 0 16px 16px;
  border-top: 2px solid #0140BE;
}

.footer__main-content > .row-fluid, .footer__additional-links .row-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.footer__container--cba .footer__main-content > .row-fluid {
  justify-content: flex-start;
}

.footer__main-content .footer__main-column ul li a {
  text-decoration: none;
  text-align: left;
  font-weight: 400;
}

.footer__main-column ul {
  list-style: none;
  padding: 0;
}

.footer__main-column li {
  margin-bottom: 12px;
}

.footer__main-column:first-of-type li {
  margin-bottom: 12px;
}

.footer__main-column__title {
  font-weight: 700;
}

.footer__eservice-logo {
  height: 30px;
  width: auto;
}

.footer__column-1__text {
  padding-bottom: 5px;
  display: inline-block;
}

.footer__evq-logo {
  position: relative;
  vertical-align: bottom;
  display:none;
}

.footer__evq-logo img {
  height: 18px;
  width: auto;
}

.footer__additional-links {
  padding: 30px 0;
  background-color: #E5EBF9;
}

.footer__additional-links .row-fluid {
  display: flex;

}

.footer .social-links {
  justify-content: flex-end;
}

.footer__additional-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__additional-links li {
  display: inline-block;
  width: auto;
  padding-right: 12px;
  text-align: center;
}

.footer__copyright {
  padding-top: 24px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .footer .content-wrapper {
    padding: 0 32px;
  }

  .footer__main-content > .row-fluid, .footer__additional-links .row-fluid {
    flex-wrap: wrap;
  }

  .footer__main-column.footer__main-column {
    padding-bottom: 24px;
  }

  .footer__main-column.footer__main-column:first-child {
    order: 5;
  }

  .footer__additional-links li {
    padding-right: 0;
    width: 100%;
    padding-bottom: 24px;
    text-align: center;
  }

  .footer__copyright__text {
    display:inline-block;
    margin: 0 auto;
    max-width: 300px;
  }

  .footer .social-links {
    justify-content: center;
  }
}




.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: 1023px) {
  .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: 1023px) {
  .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: 1023px) {
  .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;
  }
}



/* phone button mock to use it outside of the module (richtext etc.) */
.phone-button-module-mock {
  display: inline-block;
  height: auto;
}

.phone-button-module-mock--left {
  text-align: left;
}

.phone-button-module-mock--center {
  text-align: center;
}

.phone-button-module-mock--right {
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .phone-button-module-mock--mobile-left {
      text-align: left;
  }
  
  .phone-button-module-mock--mobile-center {
      text-align: center;
  }
  
  .phone-button-module-mock--mobile-right {
      text-align: right;
  }
}

.phone-button-module-mock .button {
  margin: 0 auto;
}

.phone-button-module-mock .phone-button__cta-wrapper a.cta_button.cta_button   {
  text-decoration: none;
  line-height: 1.15;
}

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

.phone-button-module-mock .mobile-button {
  display: inline-block
} 

.phone-button-module-mock .desktop-button {
  display: none;
} 

@media screen and (min-width: 1024px){
  .phone-button-module-mock .mobile-button {
      display: none;
  } 

  .phone-button-module-mock .desktop-button {
      display: inline-block;
  } 
}
/* end of phone button mock */
.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

/* Blog listing */

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

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

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

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* .blog-pagination__link {
  border: 2px solid transparent;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.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--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}
*/
.blog-pagination__prev-link,
.blog-pagination__next-link {
  padding: 0 24px;
}

.blog-pagination__prev-link .icon,
.blog-pagination__next-link .icon {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 6px;
  border-radius: 40px;
  vertical-align: top;
  background-color: #0140BE;
  transform: translateY(-25%);
}

.blog-pagination__prev-link.disabled .icon,
.blog-pagination__next-link.disabled .icon {
  background-color: #D1D1D1;
}

.blog-pagination__prev-link.blog-pagination__prev-link svg,
.blog-pagination__next-link.blog-pagination__next-link svg {
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  fill: white;
  margin: 0 5px;
}

.blog-pagination__prev-link.blog-pagination__prev-link svg {
  left: 15%;
}

.blog-pagination__next-link.blog-pagination__next-link svg {
  right: 15%;
}

.blog-pagination__number-link {
  height:35px;
  width: 24px;
  padding: 0 3px;
}
/* 
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
} */

/* Blog post */

.blog-post {
  margin: 0 auto;
}

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

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

/* Blog related posts */

.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: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

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

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

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

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

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

/* Blog comments */

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

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

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

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

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

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

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

/* .iso-blog-list */
  .iso-blog-list .header {
    padding-top: 48px;
    width: 100%;
    text-align: center;
    background-color: transparent;
  }
  .iso-blog-list .header img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin-bottom: 24px;
  }

  .iso-blog-list__row-fluid--custom {
    width: 100%;
    margin-bottom: 24px;
    display:flex;
    justify-content: center;
    align-items: flex-start;
  }

  .iso-blog-list__row-fluid--custom .iso-blog-list__article {
    display: flex;
    padding: 24px 56px 24px 24px;
    margin: 0;
    width: 100%;
    flex: 0 0 auto;
    flex-wrap:wrap;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    justify-content: space-between;
    align-items: center;
  }
  .iso-blog-list__shadowbox-wrapper {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(1, 64, 190 , 0.08);
  }

  .iso-blog-list__post-image {
    width: calc((99.9999% / 2) - 12px);
    height: 22.35677083vw;
    max-height: 280px;
    border-radius: 16px;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    align-self: flex-start;
  }

  .iso-blog-list__post-content {
    display: inline-block;
    width: calc((99.9999% / 2) - 12px);
    height: auto;
    text-align: left;
  }

  .iso-blog-list__post-content__header {
    margin-bottom: 16px;
  }

  .iso-blog-list__post-content__content {
    margin-bottom: 24px;
  }
  .iso-blog-list__post-content__content > p {
    margin-bottom: 16px;
  }
  .iso-blog-list__post-content__content > p:last-child {
    margin-bottom: 0;
  }

  @media(max-width: 1023px) {
    .iso-blog-list__row-fluid--custom .iso-blog-list__article {
      padding: 24px;
    }

    .iso-blog-list__post-image {
      margin-bottom: 24px;
      width: 100%;
      height: 37.256771vw;
    }
  
    .iso-blog-list__post-content {
      width: 100%;
    }
  }
/*end of .iso-blog-list */

/* .iso-blog-masonry */
.iso-blog-list .header {
  padding-top: 48px;
  width: 100%;
  text-align: center;
  background-color: transparent;
}
.iso-blog-list .header img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin-bottom: 24px;
}

.iso-blog-masonry__row-fluid--custom {
  width: 100%;
  margin-bottom: 24px;
}

.iso-blog-masonry__row-fluid--custom .grid-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

.grid-sizer,
.grid-item { width: calc(33% - 16px); }
.grid-item--width2 { width: calc(66% - 16px); }

.iso-blog-list__shadowbox-wrapper {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(1, 64, 190 , 0.08);
}

.iso-blog-masonry .iso-blog-list__post-image {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 16px;
  overflow: hidden;
}

.iso-blog-list__post-image img {
  width: 100%;
  height: auto;
}

.iso-blog-list__post-content {
  display: inline-block;
  width: 100%;
  padding: 24px;
  height: auto;
  text-align: left;
}

.iso-blog-list__post-content__header {
  margin-bottom: 16px;
}

.iso-blog-list__post-content__content {
  margin-bottom: 24px;
}
.iso-blog-list__post-content__content > p {
  margin-bottom: 16px;
}
.iso-blog-list__post-content__content > p:last-child {
  margin-bottom: 0;
}

.blog-masonry-content {
  background-color: #F7F9FD;
}

.iso-blog-masonry .blog-post__tags, .iso-blog-masonry .breadcrumbs {
  margin-bottom: 24px;
}

.iso-blog-masonry .newest-badge:before {
  content: 'Najnowszy';
  top: 36px;
  left: 36px;
  display: block;
  position: absolute;
  font-weight: bold;
  color: #0140BE;
  padding: 14px 24px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(1, 64, 190, 0.25);
}

.iso-blog-masonry .newest-badge--en:before {
  content: 'Newest';
}

@media(max-width: 1023px) {
  .iso-blog-masonry .newest-badge:before {
    top: 18px;
    left: 18px;
  }

  .iso-blog-list__row-fluid--custom .iso-blog-list__article {
    padding: 24px;
  }

  .iso-blog-masonry__row-fluid--custom  .iso-blog-list__post-image {
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }

  .iso-blog-list__post-content {
    width: 100%;
  }

  .grid-sizer,
  .grid-item { width: calc(100%); }
  .grid-item--width2 { width: calc(100%); }

  .iso-blog-masonry .blog-pagination__prev-link, .iso-blog-masonry .blog-pagination__next-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .iso-blog-masonry .blog-pagination__next-link .blog-pagination__link__text{
    order: 2;
  }
  @media screen and (max-width:320px) {
    .iso-blog-masonry .blog-pagination__link .blog-pagination__link__text{
      font-size: 9px;
    }
  }
  @media screen and (max-width:320px) {
    .iso-blog-masonry .blog-pagination__prev-link .blog-pagination__link__text{
      font-size: 9px;
    }
  }
  @media screen and (min-width:321px) and (max-width:375px) {
    .iso-blog-masonry .blog-pagination__link .blog-pagination__link__text{
      font-size: 12px;
    }
  }
  @media screen and (min-width:321px) and (max-width:375px) {
    .iso-blog-masonry .blog-pagination__prev-link .blog-pagination__link__text{
      font-size: 12px;
    }
  }
}
/*end of .iso-blog-masonry */

/* iso-blog-post */
.iso-blog-post .body-container > .content-wrapper > .row-fluid-wrapper > .row-fluid {
  justify-content: center;
  display: flex;
}

.iso-blog-post .main-blog-column.main-blog-column.main-blog-column {
  flex-grow: 0;
}

.blog-header__title, .iso-blog-post__image, .iso-blog-post h2, .iso-blog-post h3, .iso-blog-post p,.iso-blog-post .date-and-tags,.iso-blog-post .breadcrumbs {
  margin-bottom: 18px;
}

.iso-blog-post .iso-blog-post__image {
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.iso-blog-post .iso-blog-post__image img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.iso-blog-post .archived-badge:before {
  margin: 35px;
  content: 'Archiwum';
  top: auto;
  left: auto;
  display: block;
  position: absolute;
  font-weight: bold;
  color: #0140BE;
  padding: 14px 24px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(1, 64, 190, 0.25);
}

/*something that will serve as a separator when image is unavaliable */
.iso-blog-post__content-separator {
  display: block;
  margin: 0;
  height: 40px;
  width: 100%;
}

.iso-blog-post .date-and-tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.blog-post__timestamp {
  padding-right: 12px;
}

.iso-blog-post .blog-post__body img {
  max-width: 100%;
}

.iso-blog-post__shadow-boxes-title {
  text-align: center;
}

@media(max-width: 1023px) {
  .iso-blog-post .iso-blog-post__image {
    height: 43vw;
  }
}

/*end of .iso-blog-post */

.button--tag {
  padding: 8px 16px;
  font-weight: 800;
  margin-bottom: 5px;
}

.button--tag {
  color: #0140BE;
  background-color: #E5EBF9;
  border: 2px solid #E5EBF9;
}

.button--tag.button--tag:hover, .button--tag.button--tag:focus {
  color: #fff;
  background-color: #0140BE;
  text-decoration: none;
}
/* Error pages */

.error-page {
  padding: 40.0px 20px;
}

.error-page input[type="text"] {
  width: 100%;
  max-width: 720px;
}

.error-page--icon {
  width: 100%;
  height: auto;
  max-width: 660px;
}

.error-page--button-wrapper {
  padding: 40.0px 0;
}
/* 
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
} */

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/*shadowbox*/


    .row-fluid .span1 .shadow-box__wrapper, .row-fluid .span1 .external-link-box__wrapper {
        padding: 40px 24px;
    }

    .row-fluid .span2 .shadow-box__wrapper, .row-fluid .span2 .external-link-box__wrapper {
        padding: 40px 24px;
    }

    .row-fluid .span3 .shadow-box__wrapper, .row-fluid .span3 .external-link-box__wrapper {
        padding: 40px 24px;
    }



    .row-fluid .span4 .shadow-box__wrapper, .row-fluid .span4 .external-link-box__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-fluid .span5 .shadow-box__wrapper, .row-fluid .span5 .external-link-box__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-fluid .span6 .shadow-box__wrapper, .row-fluid .span6 .external-link-box__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-fluid .span7 .shadow-box__wrapper, .row-fluid .span7 .external-link-box__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-fluid .span8 .shadow-box__wrapper, .row-fluid .span8 .external-link-box__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-fluid .span9 .shadow-box__wrapper, .row-fluid .span9 .external-link-box__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-fluid .span10 .shadow-box__wrapper, .row-fluid .span10 .external-link-box__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-fluid .span11 .shadow-box__wrapper, .row-fluid .span11 .external-link-box__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }


/*shadowbox*/

/*social-links*/
.social-links__icon svg {
    fill: #0140BE;
  }
  
  .social-links__icon:hover svg,
  .social-links__icon:focus svg,
  .social-links__icon:active svg {
    fill: #0140BE;
  }
/*social-links*/

/*accordion module*/
.accordion-module__label {
    border-bottom: 1px solid #D1D1D1;
}

.opened .accordion-module__label:after {
    background-color: #0140BE;
}

.opened .accordion-module__label__icon g {
    fill: #0140BE;
    stroke: #0140BE;
}
.opened .accordion-module__label__icon path {
    fill: #fff;
    stroke: #fff;
}
/*accordion-module

/*external link box module */

    .external-link-box-wrapper-module__row.columns1 .external-link-box-wrapper-module__external-link-box-columnwrap:nth-of-type(1n+1){
        margin-left: 0;
    }

    .external-link-box-wrapper-module__row.columns2 .external-link-box-wrapper-module__external-link-box-columnwrap:nth-of-type(2n+1){
        margin-left: 0;
    }

    .external-link-box-wrapper-module__row.columns3 .external-link-box-wrapper-module__external-link-box-columnwrap:nth-of-type(3n+1){
        margin-left: 0;
    }

    .external-link-box-wrapper-module__row.columns4 .external-link-box-wrapper-module__external-link-box-columnwrap:nth-of-type(4n+1){
        margin-left: 0;
    }

/*external link box module */


/*shadow box module */

    .shadow-box__wrapper-module__row.columns1 .shadow-box-wrapper-module__shadow-box-columnwrap:nth-of-type(1n+1){
        margin-left: 0;
    }

    .shadow-box__wrapper-module__row.columns2 .shadow-box-wrapper-module__shadow-box-columnwrap:nth-of-type(2n+1){
        margin-left: 0;
    }

    .shadow-box__wrapper-module__row.columns3 .shadow-box-wrapper-module__shadow-box-columnwrap:nth-of-type(3n+1){
        margin-left: 0;
    }

    .shadow-box__wrapper-module__row.columns4 .shadow-box-wrapper-module__shadow-box-columnwrap:nth-of-type(4n+1){
        margin-left: 0;
    }


/* in order not to break default styling - aditional styling for module sws version only */

    .shadow-box__wrapper-module--sws .span1 {
        width: calc((   99%/12)*1 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span1 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span2 {
        width: calc((   99%/12)*2 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span2 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span3 {
        width: calc((   99%/12)*3 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span3 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span4 {
        width: calc((   99%/12)*4 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span4 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span5 {
        width: calc((   99%/12)*5 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span5 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span6 {
        width: calc((   99%/12)*6 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span6 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span7 {
        width: calc((   99%/12)*7 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span7 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span8 {
        width: calc((   99%/12)*8 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span8 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span9 {
        width: calc((   99%/12)*9 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span9 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span10 {
        width: calc((   99%/12)*10 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span10 {
            width: 100%;
        }
    }

    .shadow-box__wrapper-module--sws .span11 {
        width: calc((   99%/12)*11 - (16px/2));
    }

    @media screen and (max-width: 1023px) {
        .shadow-box__wrapper-module--sws .span11 {
            width: 100%;
        }
    }


.shadow-box-wrapper-module__shadow-box-columnwrap--arrowed:after {
    background-image: url("//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/arrow.png");
}

@media screen and (max-width: 1023px) {
    .shadow-box-wrapper-module__shadow-box-columnwrap--arrowed:after {
        background-image: url("//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/arrow-mobile.svg");
    }
}

/* .external-link-wrapper a:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 11px;
    width: 11px;
    top:50%;
    right: 0
    left: auto;
    transform:translate(50%, -50%);
    background-image: url("//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/external-ico.svg");
    background-size: contain;
    background-repeat: no-repeat;
} */
/*shadow box module */


/* form selector */
@media screen and (max-width: 1023px) {
    .form-selector-wrapper-module__form-selector-columnwrap {
        margin-bottom: 24px;
    }
}
/* form selector */

/* full width gradient images */
@media screen and (max-width: 1023px) {
    .gradient-fw-images-module.gradient-fw-images-module {
        flex-wrap: wrap ;
    }
    

    .gradient-fw-images-module .gradient-fw-images-module__element-wrapper.gradient-fw-images-module__element-wrapper {
        width: 100% !important;
        height: 57vw;
    }

    .gradient-fw-images-module .gradient-fw-images-module__content-container.gradient-fw-images-module__content-container {
        left: 24px;
        bottom: 24px;
    }
}
/* full width gradient images */

/* shadow box with side image */

.shadow-box-side-image__wrapper .shadow-box-side-image__cta-wrapper a.cta_button.cta_button   {
    font-family: Open Sans !important;
    font-size: 16px !important;
    color: white;
}
.shadow-box-side-image__wrapper .shadow-box-side-image__cta-wrapper:hover a.cta_button.cta_button   {
    color: #0140BE;
}

/* shadow box with side image */
/* 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;
}
.e-slick {
    margin: 0 -7.5px;
}
.e-slick .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    background-size: contain;
    cursor: pointer;
    z-index: 5;
}

.e-slick .slick-slide {
    margin: 0 7.5px;
}
.e-slick .slick-list {
    flex-basis: 100%;
}

.e-slick .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.e-slick .slick-prev {
    left: -15px;
    transform: translate(-100%, -50%);
    background: url(//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/chevron-left.svg) no-repeat center/contain;
}

.e-slick .slick-next {
    right: -15px;
    transform: translate(100%, -50%);
    background: url(//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/chevron-right.svg) no-repeat center/contain;
}
@media(max-width: 1500px) {
    .e-slick {
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media(max-width: 1200px) {
    .e-slick .slick-prev {
        left: 0;
        transform: translate(-50%, -50%);
    }
    .e-slick .slick-next {
         right: 0;
         transform: translate(50%, -50%);
    }
    .e-slick {
        margin-left: 20px;
        margin-right: 20px;
    }
    .e-slick .slick-arrow {
        width: 35px;
        height: 35px;
    }
}
.e-tooltip {}

.e-tooltip:before {
    content: '';
    width: 32px;
    height: 32px;
    background: url(//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/ico-info.svg) no-repeat center/contain #E5EBF9;
    display: block;
    border-radius: 50%;
}

.e-tooltip__content {
    display: none;
}
.m-service-card__toggle:before {
    background: url(//8443659.fs1.hubspotusercontent-na1.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/flip-arrow.svg) no-repeat center/contain;
}

.e-tile {
    width: 100%;
    background: white;
    border-radius: 1rem;
    box-shadow: 0px 8px 32px rgba(1, 64, 190, 0.08);
    display: flex;
    flex-direction: column;
}

.e-tile__image {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    display: block;
}

.e-tile__image--static {
    height: 200px;
    object-fit: cover;
}

.e-tile__content {
    padding: 1.5rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.e-tile__more {
    margin: auto auto 0 0;
}


.accordion-module__wrapper {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.accordion-module__item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.accordion-module__label {
    position: relative;
    display: block;
    width: 100%;
    background: none;
    padding: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    text-align: left;
    margin-top: 40px;
    cursor: pointer;
}

.enable-focus-styles .accordion-module__label:focus {
    outline: mediumblue;
    outline-width: 2px;
    outline-style: solid;
}

.accordion-module__label:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -1px;
    transition: width 0.2s ease-in-out;
}

.opened .accordion-module__label:after {
    width: 100%;
}

.accordion-module__label h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
    width: calc(100% - 48px);
}

.accordion-module__label__icon {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

.opened .accordion-module__label__icon {
    transform: rotate(45deg);
}

.accordion-module__label__icon, .accordion-module__label__icon g, .accordion-module__label__icon path {
    transition: all 0.2s ease-in-out;
}

.accordion-module__item:first-child .accordion-module__label {
    margin-top: 0;
}

.accordion-module__content {
    max-height: 0px;
    transition: max-height 0.2s ease-in-out;
    overflow: hidden;
}

.additional-paragraph > span > *:first-child {
    margin-top: 40px;
}

.additional-paragraph {
    position: relative;
}

.accordion-module__item .additional-paragraph *:last-child{
    margin-bottom: 1.4rem; 
}

.accordion-module__item .additional-paragraph.prevent-last-margin *:last-child{
    margin-bottom: 0; 
}

.accordion-module__item:not(.opened) .additional-paragraph:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0.4), rgba(255,255,255, 0.9));
    pointer-events: none;
}

.accordion-module__content > *:first-child {
    margin-top: 40px;
    display: block;
}

.accordion-module__content.additional-paragraph-present > *:first-child {
    margin-top: 0px;
}

.accordion-module__content > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}



/* DONT REMOVE */
body.disable-scroll{overflow:hidden}body:not(.no-header){padding-top:4rem}@media(min-width: 1025px){body:not(.no-header){padding-top:0}}.wrapper{max-width:1272px;margin:0 auto;padding:0 20px;width:100%}@media(max-width: 1024px){.is-desktop{display:none !important}}@media(min-width: 1025px){.is-mobile{display:none !important}}.page-header{height:4rem;background:#fff;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;display:flex;position:fixed;z-index:20;padding:1rem 0;width:100%;top:0;box-shadow:0 4px 32px rgba(1,64,190,.0784313725);transition:all .5s linear;align-items:flex-start}@media(min-width: 1025px){.page-header{top:auto;height:auto;padding:1.5rem 0;position:relative;align-items:center}}.page-header__wrapper{display:flex;flex-flow:row wrap}@media(min-width: 1025px){.page-header__wrapper{align-items:center}}.page-header--cba .page-header__wrapper{flex-flow:row nowrap}.page-header__container{display:flex;align-items:center;width:100%}@media(min-width: 1025px){.page-header__container{width:auto}}.page-header__logo--primary{margin-right:1.5rem}.page-header__logo-img{width:auto;height:24px}@media(min-width: 1025px){.page-header__logo-img{height:39px}}.page-header__logo--partner .page-header__logo-img{height:24px}@media(min-width: 1025px){.page-header__logo--partner .page-header__logo-img{height:30px}}.page-header__login{margin:auto 0 auto auto}.page-header__login-img{width:2rem;height:2rem}.page-header__navigation{display:none;flex-basis:100%;position:absolute;top:4rem;left:0;right:0;bottom:0;padding-left:inherit;padding-right:inherit;overflow-y:scroll;overflow-x:hidden;padding-bottom:2rem}@media(min-width: 1025px){.page-header__navigation{display:flex;flex-basis:100%;position:relative;top:auto;left:auto;right:auto;bottom:auto;overflow:visible;padding:0}}@media(min-width: 1025px){.page-header--cba .page-header__navigation{flex-basis:50%;justify-self:stretch;flex-grow:1}}.page-header__menu{display:flex;justify-content:center}@media(min-width: 1025px){.page-header__menu{margin-left:-1rem;align-items:flex-end}}@media(min-width: 1025px){.page-header--cba .page-header__menu{margin-left:0;align-items:center}}.page-header__buttons{margin:auto 0 auto auto}.page-header__toggle{background:url(//www.eservice.pl/hubfs/raw_assets/public/isobar-eservice-theme/images/icons/menu-icon.svg) no-repeat center/contain;display:block;min-width:2rem;height:1.5rem;border:0;cursor:pointer;margin-left:auto;}.page-header--expanded .page-header__toggle{background-image:url(//www.eservice.pl/hubfs/raw_assets/public/isobar-eservice-theme/images/icons/close-icon.svg)}.page-header__tools{margin:auto 0 auto auto;display:flex;align-items:center}@media(min-width: 1025px){.page-header__tool{margin-left:1rem;display:flex;align-items:center}.page-header__tool:not(.page-header__tool--first):before{content:"";width:1px;height:1.1rem;background:#d1d1d1;display:flex;margin-right:1rem}}@media(max-width: 1024px){.page-header.page-header--expanded{top:0;bottom:0;height:auto;align-items:flex-start;border-bottom-right-radius:0;border-bottom-left-radius:0}}@media(max-width: 1024px){.page-header.page-header--expanded .page-header__navigation{display:block}}.page-header__font-switcher{border:0;background:none;padding:0;margin:0;display:table}.page-header__font-switcher-img{width:2.125rem;height:1.75rem;cursor:pointer;display:block}@media(min-width: 1025px){.page-header__font-switcher-img{width:1.4375rem;height:1.1875rem}}.page-header__tools{flex-flow:row wrap}.page-header__tool--search{flex-basis:100%}.page-header__tool--lang-switcher{margin:auto 0 auto auto}.language-switcher{display:flex;align-items:center;line-height:1}.language-switcher:hover .lang_list_class{display:block}.language-switcher .hs_cos_wrapper_type_language_switcher{display:flex}.language-switcher__text{font-weight:bold;font-size:1rem;margin:0 .5rem 0 0}@media(min-width: 1025px){.language-switcher__text{font-size:.875rem}}.language-switcher__flag{display:block;width:2.5rem;height:1.625rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;margin:0 .5rem 0 0}@media(min-width: 1025px){.language-switcher__flag{width:1.5rem;height:1rem;margin:0 .25rem 0 0}}.language-switcher__code{font-size:.8125rem;font-weight:bold}@media(min-width: 1025px){.language-switcher__code{font-size:.685rem}}.language-switcher .globe_class{width:1rem;height:1rem;background:url(//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/chevron-ico.svg) no-repeat center;background-size:10px 6px}@media(max-width: 1024px){.language-switcher .lang_list_class{left:auto;right:0;transform:none}}.language-switcher .lang_list_class:before{opacity:0}.language-switcher .lang_list_class:after{box-shadow:0 4px 32px rgba(1,64,190,.0784313725);top:17px;border:0;margin:0;width:100%;bottom:0;height:auto;left:0;border-radius:.25rem;z-index:-1}.language-switcher .lang_list_class li{padding:0}.language-switcher .lang_list_class li:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem;overflow:hidden}.language-switcher .lang_list_class li:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;overflow:hidden}.language-switcher .lang_list_class li:first-child,.language-switcher .lang_list_class li:last-child{padding:0;border:0}.language-switcher .lang_list_class li a{padding:.75rem 1rem;white-space:nowrap;display:block;text-align:center;border-radius:0}.language-switcher .lang_list_class li a:hover{background:#f8fafc;color:#0140be}.search-form{background:#fff;border-radius:1rem;padding:1.5rem 1.25rem;display:flex;align-items:center;margin:2.5rem 0 2rem 0;position:relative;box-shadow:0 4px 32px rgba(1,64,190,.0784313725)}@media(min-width: 1025px){.search-form{justify-content:flex-end;margin:0;box-shadow:none;padding:0;border-radius:.25rem;width:1.5rem;transition:width .5s linear;border:1px solid rgba(0,0,0,0);box-sizing:content-box;height:2.125rem}.search-form--active{border:1px solid #0140be;width:15rem}}.search-form__form{flex-basis:100%;margin:0 .5rem 0 0}@media(min-width: 1025px){.search-form__form{display:none;margin:0}.search-form--active .search-form__form{display:block}}.search-form__form .hs-search-field{position:static}.search-form__form .hs-search-field__input{border:0;border-bottom:1px solid #d1d1d1;padding:0;border-radius:0;line-height:2}.search-form__form .hs-search-field__input:focus{outline:none;border-color:#0140be}@media(min-width: 1025px){.search-form__form .hs-search-field__input{border-bottom:none;background:rgba(0,0,0,0);font-size:.85rem;padding:0 .5rem;line-height:2rem}}.search-form__form .hs-search-field--open .hs-search-field__suggestions{border:0;box-shadow:0 4px 32px rgba(1,64,190,.0784313725);z-index:2;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;overflow:hidden;max-width:100%;top:calc(100% + 1px)}.search-form__form .hs-search-field--open .hs-search-field__suggestions li a{padding:.75rem 1rem;text-decoration:none;color:#222;border-radius:0}.search-form__form .hs-search-field--open .hs-search-field__suggestions li a:hover{background:#e5ebf9;color:#0140be}.search-form__form .hs-search-field--open .hs-search-field__suggestions #results-for{display:none}.search-form__search{min-width:1.5rem;height:1.5rem;border:0;padding:0;background:url(//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/search-mobile-ico.svg) no-repeat center/contain rgba(0,0,0,0);cursor:pointer}@media(min-width: 1025px){.search-form__search{min-width:1rem;height:1rem;background-image:url(//fs.hubspotusercontent00.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/search.svg);margin:auto .5rem auto 0}.search-form--active .search-form__search{margin:auto .5rem auto .5rem}}.hs_ranking .input{padding-top:16px;display:flex;align-items:flex-end}.hs_ranking .input ul{display:flex}@media screen and (max-width: 1023px){.hs_ranking .input ul{width:100%;max-width:350px}}.hs_ranking .input ul li label{display:flex;padding:0 12px;position:relative;flex-direction:column-reverse;align-items:center;height:66px;width:72px;cursor:pointer}.hs_ranking .input ul li label input{margin:0;opacity:0}.hs_ranking .input ul li label span{display:none}.hs_ranking .input ul li label:before{content:"";width:100%;height:100%;display:block;pointer-events:none;z-index:5;position:absolute;background-color:#fff}.hs_ranking .input ul li label:after{content:"";width:100%;height:100%;display:block;pointer-events:none;z-index:10;position:absolute;background-image:url(//8443659.fs1.hubspotusercontent-na1.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/ranking-filled-ico.png);background-size:contain;background-position:center;background-repeat:no-repeat}.hs_ranking .input ul:not(.hover) li.checked+li label:after,.hs_ranking .input ul:not(.hover) li.checked+li+li label:after,.hs_ranking .input ul:not(.hover) li.checked+li+li+li label:after,.hs_ranking .input ul:not(.hover) li.checked+li+li+li label:after,.hs_ranking .input ul:not(.hover) li.checked+li+li+li+li label:after{background-image:url(//8443659.fs1.hubspotusercontent-na1.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/ranking-empty-ico.png)}.hs_ranking .input ul li.hover+li label:after,.hs_ranking .input ul li.hover+li+li label:after,.hs_ranking .input ul li.hover+li+li+li label:after,.hs_ranking .input ul li.hover+li+li+li label:after,.hs_ranking .input ul li.hover+li+li+li+li label:after{background-image:url(//8443659.fs1.hubspotusercontent-na1.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/ranking-empty-ico.png)}.hs_ranking .input .before{padding-right:16px;padding-bottom:4px}.hs_ranking .input .after{padding-left:16px;padding-bottom:4px}@media screen and (max-width: 1023px){.hs_ranking .input .before,.hs_ranking .input .after{display:none}}.alert-module{display:none;position:absolute;padding:16px 0;z-index:1;width:100%;min-height:1px;top:64px;background-color:#e5ebf9}@media(min-width: 1025px){.alert-module{top:141px}}.alert-module.active{display:inline-block}.alert-module--content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.alert-module--text-container{width:calc(100% - 21px)}.alert-module--text-container p:last-child{margin-bottom:0}.alert-module--close-button{width:21px;height:auto;display:inline-block;padding:0;background:none;border:none;cursor:pointer}.alert-module--close-button img{width:100%;height:auto}.awards-timeline{width:100%;max-width:745px;margin:0 auto;max-height:640px;overflow:hidden;position:relative;transition:max-height .15s ease-out}.awards-timeline:not(.awards-timeline--toggled):after{content:"";width:100%;height:240px;background:rgba(0,0,0,0) linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;display:block;position:absolute;bottom:0;left:0}.awards-timeline__title{font-size:2rem;text-align:center;margin:3rem 0 3rem 0}@media(min-width: 1025px){.awards-timeline__title{margin:4rem 0 5rem 0;flex-flow:row wrap}}.awards-timeline__items{display:flex;justify-content:space-between;flex-flow:column;position:relative;align-items:flex-start}@media(min-width: 768px){.awards-timeline__items{flex-flow:row wrap}}.awards-timeline__year{width:4.5rem;height:4.5rem;order:-1;margin-bottom:1.5rem;font-size:max(1rem,85%)}.awards-timeline__year:before{content:attr(data-year);border:2px dashed #0140be;border-radius:50%;width:4.5rem;height:4.5rem;color:#0140be;font-weight:bold;align-items:center;justify-content:center;display:flex;position:absolute;left:50%;top:0;transform:translateX(-50%);background:#fff}@media(min-width: 768px){.awards-timeline__year{margin-bottom:auto;order:unset}.awards-timeline__year:after{content:"";width:2px;background-image:repeating-linear-gradient(0deg, transparent, transparent 4px, #0140BE 4px, #0140BE 10px);position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);z-index:-1}}.awards-timeline__more{background:none;border:0;color:#0140be;font-weight:bold;margin:2rem auto 0 auto;display:block;cursor:pointer}.awards-timeline__items>.award-timeline{flex-basis:41%;margin:0 auto 1.5rem auto;max-width:450px;text-align:center}@media(min-width: 768px){.awards-timeline__items>.award-timeline{margin:0 0 1.5rem 0;text-align:left;align-items:flex-start}}@media(min-width: 1025px){.awards-timeline__items:last-of-type:before{content:"";width:1rem;height:1rem;border-radius:100%;position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;background:#0140be}}.award-timeline{color:#222}.award-timeline__title{color:#222}.award-timeline__desc{color:#222}.e-shadow-box{perspective:1000px}.e-shadow-box--zoom:hover{transform:scale(1.2)}.e-shadow-box__inner{position:relative;transition:transform .8s;transform-style:preserve-3d}.e-shadow-box--flipped .e-shadow-box__inner{transform:rotateY(180deg)}.e-shadow-box__content{border-radius:1rem;display:flex;flex-direction:column;justify-items:flex-start;align-items:flex-start;background:#fff;padding:2.5rem;box-shadow:0 4px 32px rgba(1,64,190,.0784313725);color:#111;overflow:hidden;position:relative;backface-visibility:hidden;width:100%;height:100%}.e-shadow-box__content--thin{padding:1.5rem 2.5rem}.e-shadow-box__content--front{z-index:1}.e-shadow-box__content--back{z-index:2;position:absolute;min-height:100%;height:auto;transform:rotateY(180deg);top:0;pointer-events:none}.e-shadow-box__content--center{justify-items:flex-start;align-items:center;text-align:center}.e-shadow-box--flipped .e-shadow-box__content--front{pointer-events:none}.e-shadow-box--flipped .e-shadow-box__content--back{pointer-events:visible}.e-shadow-box__image{height:5.5rem;margin:0 0 1.5rem 0;display:flex;align-items:center;justify-content:center}.e-shadow-box__image-el{max-height:5.5rem;max-width:10.375rem;height:auto;width:auto}.e-shadow-box__image--fluid{height:auto;min-height:13rem;width:100%;margin:0;padding-bottom:1.5rem}.e-shadow-box__image--fluid .e-shadow-box__image-el{max-height:none;max-width:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.e-shadow-box__title{font-size:1.25rem;line-height:1.44;font-weight:bold;margin-bottom:1rem;color:#222}.e-shadow-box__description{font-size:1rem;line-height:1.5}.e-shadow-box__content--thin .e-shadow-box__description{max-width:80%}.e-shadow-box__link{margin-top:1.5rem;font-size:1rem;font-weight:bold;text-decoration:none}.e-shadow-box__link:hover{text-decoration:underline}.e-shadow-box__toggle{position:absolute;width:7.75rem;height:7.75rem;border-radius:50%;display:block;top:0;right:0;transform:translate(50%, -50%);cursor:pointer;transition:all 200ms linear;background:#e6ebf8;border:0}.e-shadow-box__toggle:hover{transform:translate(50%, -50%) scale(1.2)}.e-shadow-box__toggle:before{content:"";width:23px;height:26px;display:block;position:absolute;bottom:1.5rem;left:1.5rem;transform:rotate(180deg);transform-origin:center;background:url(//8443659.fs1.hubspotusercontent-na1.net/hubfs/8443659/raw_assets/public/isobar-eservice-theme/images/icons/flip-arrow.svg) no-repeat center/contain}.e-shadow-box__content--back .e-shadow-box__toggle:before{transform:rotate(0)}.e-menu{display:flex}.e-menu__level{padding:0;margin:0;list-style:none;width:100%}.e-menu__level--main{display:flex;padding:0;margin:0;position:relative;flex-direction:column}@media(min-width: 1025px){.e-menu__level--main{flex-direction:row}}.e-menu__level:not(.e-menu__level--main){display:none}@media(min-width: 1025px){.e-menu__level:not(.e-menu__level--main){padding:1.5rem 0 1rem 0;width:264px;position:absolute;top:100%;left:0;z-index:11}.e-menu__level:not(.e-menu__level--main):after{content:"";top:1.5rem;width:100%;bottom:0;position:absolute;box-shadow:0 16px 32px rgba(1,64,190,.0784313725);background:#fff;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;overflow:hidden;display:block}}.e-menu__level--right:not(.e-menu__level--main){left:auto;right:0}.e-menu__item{position:relative;z-index:10}.e-menu__item--open>.e-menu__level{display:flex;flex-direction:column}@media screen and (min-width: 1025px)and (hover: hover){.e-menu__item:hover>.e-menu__level:not(.e-menu__level--3){display:flex;flex-direction:column}}.e-menu__link{position:relative;line-height:1.44;font-size:1.25rem;color:#111;text-decoration:none;padding:.8rem 1rem;border-radius:0;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}@media(min-width: 1025px){.e-menu__link{font-size:1rem;padding:1rem 0 0 1rem;justify-content:flex-start;text-align:left}}@media(min-width: 1300px){.e-menu__link{padding:1rem 1rem 0 1rem}}@media(hover: hover){.e-menu__link:hover{color:#0140be}}.e-menu__link--active{color:#0140be}.e-menu__toggle{background:rgba(0,0,0,0);border:0;line-height:1;width:1rem;height:1rem;display:flex;justify-content:center;align-items:center;margin:0 0 0 .5rem;padding:0}.e-menu__toggle-svg{width:1rem;height:.5rem;display:block;transition:all .15s linear}.e-menu__toggle-svg-path{fill:none;stroke:#111;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}@media screen and (min-width: 1025px)and (hover: hover){.e-menu__toggle{display:none}}.e-menu__item--open>.e-menu__link{color:#0140be}.e-menu__item--open>.e-menu__link .e-menu__toggle-svg{transform:rotate(180deg)}.e-menu__item--open>.e-menu__link .e-menu__toggle-svg-path{stroke:#0140be}.e-menu__level:not(.e-menu__level--main) .e-menu__link{font-size:1rem;padding:.75rem 1rem;font-weight:normal}.e-menu__level:not(.e-menu__level--main) .e-menu__link:before{content:"";position:absolute;left:0;top:0;width:2px;height:100%;background:rgba(0,0,0,0);transition:background .15s linear}.e-menu__level:not(.e-menu__level--main) .e-menu__link--active{background:#e5ebf9}.e-menu__level:not(.e-menu__level--main) .e-menu__link--active:before{background:#0140be}@media(hover: hover){.e-menu__level:not(.e-menu__level--main) .e-menu__link:hover{background:#e5ebf9}.e-menu__level:not(.e-menu__level--main) .e-menu__link:hover:before{background:#0140be}}@media(hover: hover){.e-menu__item:hover>.e-menu__link,.e-menu__item--open>.e-menu__link{color:#0140be}}@media(min-width: 1025px){.e-menu__level--2 .e-menu__toggle{display:none}.e-menu__level--3{display:none}}@media(min-width: 1025px){.page-header--cba .e-menu__link{padding:0rem 0 0 1rem}}@media(min-width: 1300px){.page-header--cba .e-menu__link{padding:0rem 1rem 0 1rem}}.page-header--cba .page-header__toggle{margin:auto 0 auto auto}.top-banner{background:#d90000;color:#fff;padding:1.25rem 0 2.25rem 0;font-size:1rem;margin-bottom:-1rem;display:none}.top-banner--enable{display:block}@media(min-width: 1025px){.top-banner{margin:0;padding:1.25rem 0}}.top-banner__wrapper{display:flex;justify-content:space-between;align-items:center}.top-banner__content{margin-right:1rem}.top-banner__content{font-size:.75rem;line-height:1.5}@media(min-width: 1025px){.top-banner__content{font-size:1rem}}.top-banner__content p,.top-banner__content li,.top-banner__content a,.top-banner__content strong{font-size:.75rem;line-height:1.5}@media(min-width: 1025px){.top-banner__content p,.top-banner__content li,.top-banner__content a,.top-banner__content strong{font-size:1rem}}.top-banner__content p:last-of-type,.top-banner__content li:last-of-type,.top-banner__content a:last-of-type,.top-banner__content strong:last-of-type{margin:0}.top-banner__content h1{font-size:1.5rem}@media(min-width: 1025px){.top-banner__content h1{font-size:2rem}}.top-banner__content h2{font-size:1.125rem}@media(min-width: 1025px){.top-banner__content h2{font-size:1.5rem}}.top-banner__content h3,.top-banner__content h4,.top-banner__content h5,.top-banner__content h6{font-size:.75rem}@media(min-width: 1025px){.top-banner__content h3,.top-banner__content h4,.top-banner__content h5,.top-banner__content h6{font-size:1rem}}.top-banner__content h1,.top-banner__content h2,.top-banner__content h3,.top-banner__content h4,.top-banner__content h5,.top-banner__content h6{font-weight:900;color:#fff;line-height:1.5}.top-banner__content h1,.top-banner__content h2,.top-banner__content h3,.top-banner__content h4,.top-banner__content h5,.top-banner__content h6,.top-banner__content p,.top-banner__content ul,.top-banner__content ol,.top-banner__content blockquote{margin-top:0;padding:0;margin-bottom:1.5rem}@media(min-width: 1025px){.top-banner__content h1,.top-banner__content h2,.top-banner__content h3,.top-banner__content h4,.top-banner__content h5,.top-banner__content h6,.top-banner__content p,.top-banner__content ul,.top-banner__content ol,.top-banner__content blockquote{margin-bottom:1.5rem}}.top-banner__content li{margin-top:.5rem;margin-bottom:.5rem}@media(min-width: 1025px){.top-banner__content li{margin-top:.5rem;margin-bottom:.5rem}}.top-banner__content a{color:#fff;font-weight:bold;text-decoration:none}.top-banner__close{border:0;background:rgba(0,0,0,0);cursor:pointer;padding:0}.top-banner__close-svg{width:1rem;height:1rem}.top-banner__close .a{fill:none;stroke:#fff;stroke-linecap:round;stroke-width:2px}.clickable-area-module{position:relative}.clickable-area-module__image-wrapper{position:relative}.clickable-area-module__title-wrapper{text-align:center}.clickable-area-module__background{max-width:100%;height:auto}.clickable-area-module__button{position:absolute;padding:0;margin:0;background-size:contain;background-repeat:no-repeat;background-color:rgba(0,0,0,0);outline:none;border:none;box-shadow:0px 8px 32px rgba(0,44,132,.0784313725);border-radius:100%}.clickable-area-module__button__list-index{display:none}.clickable-area-module__text-section{opacity:0;padding:21px 26px 21px 32px;color:#003fbd;border:3px solid #003fbd;box-shadow:0px 8px 32px rgba(0,44,132,.0784313725);border-radius:16px;background-color:#fff;overflow:hidden;transition:opacity .3s ease-in-out}.clickable-area-module__text-section.hovered{opacity:1}.clickable-area-module__text-section p:last-child{margin-bottom:0 !important}.clickable-area-module__list-index{display:none}@media screen and (min-width: 1024px){.clickable-area-module__background{display:block}.clickable-area-module__mobile-image{display:none}.clickable-area-module__text-section{position:absolute;pointer-events:none;z-index:2}.clickable-area-module__text-section.hovered{display:block}.clickable-area-module__button:after,.clickable-area-module__button:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;border:2px solid #003fbd;border-radius:100%;animation-name:pulse;animation-duration:2s;animation-direction:normal;animation-iteration-count:infinite;animation-timing-function:ease-out}.clickable-area-module__button:after{animation-delay:.4s}@keyframes pulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(2);opacity:0}100%{transform:scale(2);opacity:0}}}@media screen and (max-width: 1023px){.clickable-area-module{text-align:center}.clickable-area-module__title-wrapper{padding-bottom:16px}.clickable-area-module__mobile-image{margin:0 auto;max-width:100%;max-height:300px;width:auto;height:auto}.clickable-area-module__button{background:none;background-color:#003fbd;font-size:3vw;color:#fff}.clickable-area-module__button__list-index{display:block}.clickable-area-module__text-section{position:relative;margin:0 auto 16px;max-width:none !important;max-height:none !important;border:none;border-width:0px;left:0 !important;top:0 !important;text-align:left;opacity:1;box-shadow:none;overflow:visible}.clickable-area-module__list-index{position:absolute;top:27px;left:0;display:block;width:24px;height:24px;border-radius:100%;background-color:#003fbd;color:#fff;text-align:center}}.logos-grid{display:flex;flex-flow:row wrap;margin:0 -0.5rem;align-items:center;height:12rem;overflow:hidden;position:relative}.logos-grid--expanded{height:auto;overflow:visible}.logos-grid:not(.logos-grid--expanded):after{content:"";pointer-events:none;display:block;width:100%;height:100%;background:rgba(0,0,0,0) linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%) 0 0 no-repeat padding-box;position:absolute;bottom:0;left:0}.logos-grid__item{flex-basis:50%;padding:.75rem .5rem;box-sizing:border-box}@media(min-width: 480px){.logos-grid__item{flex-basis:33%}}@media(min-width: 768px){.logos-grid__item{flex-basis:25%}}@media(min-width: 1025px){.logos-grid__item{flex-basis:16.666%}}.logos-grid__image{display:block;max-height:5rem}.logos-grid__more{display:block;margin:.75rem auto 0 auto}@media(min-width: 1025px){.logos-grid__more{margin-top:2.75rem}}.hierarchy-module{padding-bottom:32px}.hierarchy-module__levels-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.hierarchy-module__level{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:100%;flex-wrap:wrap}.hierarchy-module__level .position-tile{margin:initial;padding:32px 8px;width:calc(33.333% - 11px);text-align:center;background:#fff;box-shadow:0px 8px 32px rgba(0,44,132,.0784313725);margin-right:16px;margin-bottom:16px;border-radius:16px}.hierarchy-module__level .position-tile:nth-child(3n),.hierarchy-module__level .position-tile:last-child{margin-right:0}.hierarchy-module__level .position-tile *{text-align:center;margin-bottom:0}.hierarchy-module__level--level-1 .position-tile{border:1px solid #1244b7}@media screen and (max-width: 1023px){.hierarchy-module .position-tile{width:100%;margin-right:0}}.national-animated-doodle{position:relative;display:inline-block;width:100%;height:auto}.national-animated-doodle__wrapper{width:100%;padding-right:32px}.national-animated-doodle .background{width:100%;height:auto}.national-animated-doodle .wifi-wave{position:absolute;width:5.13699%;height:8.70841%;left:13.60078%;top:13.8454%}.national-animated-doodle .wifi-wave__image{width:100%;height:100%}.national-animated-doodle .wifi-wave:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;animation:wifi-wave-mask;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:ease-in}@keyframes wifi-wave-mask{0%{width:100%;opacity:1}30%{width:0%;opacity:1}31%{width:0;opacity:0}90%{width:100%;opacity:0}100%{width:100%;opacity:1}}.national-animated-doodle .hand-w-phone{position:absolute;width:19.86301%;height:19.91194%;left:61.59491%;top:74.70646%;transform-origin:70% 70%;animation:hand-w-phone-animation;animation-duration:5s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes hand-w-phone-animation{0%{transform:rotate(-7deg)}50%{transform:rotate(8deg)}100%{transform:rotate(-7deg)}}.national-animated-doodle .hand-w-card{position:absolute;width:16.24266%;height:21.03718%;left:62.72016%;top:1.71233%;transform-origin:40% 100%;animation:hand-w-card-animation;animation-delay:1s;animation-duration:6s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes hand-w-card-animation{0%{transform:rotate(0deg)}7.5%{transform:rotate(-25deg)}15%{transform:rotate(8deg)}20%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}.national-animated-doodle .card{position:absolute;width:7.33855%;height:8.31703%;left:53.42466%;top:67.80822%;animation:card-animation;animation-delay:1s;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes card-animation{0%{transform:translateX(0)}25%{transform:translateX(-75%)}50%{transform:translateX(0)}}.national-animated-doodle .bag{position:absolute;width:12.671233%;height:19.91194%;left:40.80235%;top:59.14873%;z-index:5}.national-animated-doodle .circle{position:absolute;display:block;border-radius:100%;border:4px solid #0040bf;animation-iteration-count:infinite}.national-animated-doodle .circle-1{left:32.33855%;top:67.07436%;width:3.962818%;height:3.962818%;animation-name:circle-1-animation;animation-duration:6s}@keyframes circle-1-animation{0%{transform:translateY(-7%)}50%{transform:translateY(7%)}100%{transform:translateY(-7%)}}.national-animated-doodle .circle-2{left:95.79256%;top:36.59491%;width:4.011741%;height:4.011741%;animation-name:circle-2-animation;animation-duration:3s}@keyframes circle-2-animation{0%{transform:translateY(-12%)}50%{transform:translateY(12%)}100%{transform:translateY(-12%)}}.national-animated-doodle .circle-3{left:79.45205%;top:12.08414%;width:6.555772%;height:6.555772%;animation-name:circle-3-animation;animation-duration:6s}@keyframes circle-3-animation{0%{transform:translateY(-13%)}50%{transform:translateY(13%)}100%{transform:translateY(-13%)}}.national-animated-doodle .circle-4{left:29.99021%;top:3.473581%;width:3.32681%;height:3.32681%;animation-name:circle-4-animation;animation-duration:8s}@keyframes circle-4-animation{0%{transform:translateY(-8%)}50%{transform:translateY(8%)}100%{transform:translateY(-8%)}}.national-animated-doodle .circle-5{left:32.2407%;top:93.63992%;width:3.86497%;height:3.86497%;animation-name:circle-5-animation;animation-duration:3s}@keyframes circle-5-animation{0%{transform:translateY(-7%)}50%{transform:translateY(7%)}100%{transform:translateY(-7%)}}.national-animated-doodle .circle-6{left:10.56751%;top:77.93542%;width:3.86497%;height:3.86497%;animation-name:circle-6-animation;animation-duration:6s}@keyframes circle-6-animation{0%{transform:translateY(-15%)}50%{transform:translateY(15%)}100%{transform:translateY(-15%)}}.national-animated-doodle .circle-7{left:5.528375%;top:68.68884%;width:6.996086%;height:6.996086%;animation-name:circle-7-animation;animation-duration:8s}@keyframes circle-7-animation{0%{transform:translateY(-12%)}50%{transform:translateY(12%)}100%{transform:translateY(-12%)}}.national-animated-doodle .circle-8{left:41.97651%;top:53.81604%;width:3.962818%;height:3.962818%;animation-name:circle-8-animation;animation-duration:6s}@keyframes circle-8-animation{0%{transform:translateY(-10%)}50%{transform:translateY(10%)}100%{transform:translateY(-10%)}}.national-animated-doodle .circle-9{left:44.03131%;top:33.46379%;width:6.555772%;height:6.555772%;animation-name:circle-9-animation;animation-duration:3s}@keyframes circle-9-animation{0%{transform:translateY(-13%)}50%{transform:translateY(13%)}100%{transform:translateY(-13%)}}.national-animated-doodle .circle-10{left:0%;top:44.56947%;width:6.506849%;height:6.506849%;animation-name:circle-10-animation;animation-duration:8s}@keyframes circle-10-animation{0%{transform:translateY(-13%)}50%{transform:translateY(13%)}100%{transform:translateY(-13%)}}.national-animated-doodle .circle-11{left:77.29941%;top:75.58708%;width:3.277886%;height:3.277886%;animation-name:circle-11-animation;animation-duration:4s}@keyframes circle-11-animation{0%{transform:translateY(-8%)}50%{transform:translateY(8%)}100%{transform:translateY(-8%)}}.national-animated-doodle .circle-12{left:95.15655%;top:64.09001%;width:3.32681%;height:3.32681%;animation-name:circle-12-animation;animation-duration:7s}@keyframes circle-12-animation{0%{transform:translateY(-15%)}50%{transform:translateY(15%)}100%{transform:translateY(-15%)}}.national-animated-doodle .circle-13{left:54.84344%;top:61.54598%;width:3.277886%;height:3.277886%;animation-name:circle-13-animation;animation-duration:3s}@keyframes circle-13-animation{0%{transform:translateY(-12%)}50%{transform:translateY(12%)}100%{transform:translateY(-12%)}}.national-animated-doodle .circle-14{left:53.27788%;top:93.49315%;width:6.555772%;height:6.555772%;animation-name:circle-14-animation;animation-duration:7s}@keyframes circle-14-animation{0%{transform:translateY(-15%)}50%{transform:translateY(15%)}100%{transform:translateY(-15%)}}.national-animated-doodle .circle-15{left:62.47553%;top:94.52054%;width:3.86497%;height:3.86497%;animation-name:circle-15-animation;animation-duration:3s}@keyframes circle-15-animation{0%{transform:translateY(-7%)}50%{transform:translateY(7%)}100%{transform:translateY(-7%)}}.national-animated-doodle .circle-16{left:83.17025%;top:90.60665%;width:3.962818%;height:3.962818%;animation-name:circle-16-animation;animation-duration:7s}@keyframes circle-16-animation{0%{transform:translateY(-15%)}50%{transform:translateY(15%)}100%{transform:translateY(-15%)}}.header-w-icon{display:inline-block;width:100%}.header-w-icon--left{text-align:left}.header-w-icon--center{text-align:center}.header-w-icon--right{text-align:right}.header-w-icon__wrapper{display:flex}.header-w-icon__wrapper--icon-above{display:inline-block;width:auto;text-align:center;padding-top:12px}.header-w-icon__wrapper--icon-to-left{flex-direction:row;flex-wrap:nowrap;align-items:flex-start;width:100%}.header-w-icon__wrapper--icon-to-left--left{justify-content:flex-start}.header-w-icon__wrapper--icon-to-left--center{justify-content:center}.header-w-icon__wrapper--icon-to-left--right{justify-content:flex-end}.header-w-icon__image{width:82px;height:auto}.header-w-icon__text--padded-left{padding-left:32px}.header-w-icon__text--padded-top{padding-top:12px}.sk-calculator{text-align:center}.sk-calculator__choices-wrapper{max-width:838px;margin:0 auto;padding:32px 0}.sk-calculator__item-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:stretch;padding-bottom:24px;text-align:left}.sk-calculator__label{flex-basis:230px;font-weight:bold}.sk-calculator__show-offer{width:100%;text-align:center;padding:12px 0 24px}.sk-calculator__results-wrapper.hidden{display:none !important}.sk-calculator__results-wrapper .positiveResponse.hidden{display:none !important}.sk-calculator__results-wrapper .negativeResponse.hidden{display:none !important}@media screen and (max-width: 1023px){.sk-calculator__results__desktop{display:none}}.sk-calculator__results__mobile{padding-bottom:32px}@media screen and (min-width: 1024px){.sk-calculator__results__mobile{display:none}}.sk-calculator button.disabled{border:2px solid #d1d1d1;color:#d1d1d1}.sk-calculator button.disabled:active,.sk-calculator button.disabled:hover{color:#d1d1d1}.sk-calculator .isobar-table__wrapper{width:100%;display:flex;position:relative;overflow-x:auto}.sk-calculator .isobar-table__wrapper table{border:0;min-width:800px}.sk-calculator .isobar-table__wrapper *{vertical-align:middle;text-align:center}.sk-calculator .isobar-table__wrapper .borderless{border:none}.sk-calculator .isobar-table__wrapper table.isobar-table{display:table;border-collapse:collapse;table-layout:fixed}.sk-calculator .isobar-table.stretched{flex-grow:1;border-spacing:0;border-collapse:collapse}.sk-calculator #paxLead .external-link-box__wrapper{padding:24px 24px 0 !important;cursor:default !important}@media screen and (min-width: 1024px){.sk-calculator #paxLead .external-link-box__wrapper{padding:24px 0 24px 93px !important}}.sk-calculator .external-link-box-wrapper-module__row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:flex-start}.sk-calculator__results__mobile-item{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;text-align:left}.sk-calculator__results__mobile-item__title{text-align:left;padding:24px 0 12px}.sk-calculator__results__mobile-item__title--blue{color:#0140be}.sk-calculator__results__mobile-item__label{font-weight:bold;flex-basis:200px;padding-right:20px}.sk-calculator .external-link-box-wrapper-module__external-link-box-columnwrap{margin-bottom:12px}.sk-calculator .external-link-box-wrapper-module__external-link-box-columnwrap.hidden{display:none !important}.sk-calculator .external-link-box__wrapper{display:inline-block;text-align:left;padding:24px 40px;background-color:#fff;height:100%;width:100%;border-radius:16px;box-shadow:0 8px 32px rgba(1,64,190,.08);margin-bottom:8px}.sk-calculator .external-link-box__wrapper.centered{text-align:center}.sk-calculator .external-link-box__wrapper.external-link-box--image-spacing{padding:40px}.sk-calculator__legal-text__wrapper{padding-top:32px}@media screen and (min-width: 1024px){.sk-calculator .external-link-box-wrapper-module__row.files-list .external-link-box-wrapper-module__external-link-box-columnwrap{width:100%;margin-left:0}.sk-calculator .external-link-box-wrapper-module__row.files-list .external-link-box-wrapper-module__external-link-box-columnwrap .external-link-box__wrapper{display:flex;padding:0 24px;align-items:center;justify-content:space-between;flex-wrap:nowrap}.sk-calculator .external-link-box-wrapper-module__row.files-list .external-link-box-wrapper-module__external-link-box-columnwrap .external-link-box__image{padding:16px 24px 16px 0}.sk-calculator .external-link-box-wrapper-module__row.files-list .external-link-box-wrapper-module__external-link-box-columnwrap .external-link-box__image img{height:40px}.sk-calculator .external-link-box-wrapper-module__row.files-list .external-link-box-wrapper-module__external-link-box-columnwrap .external-link-box__header{flex-grow:1;justify-self:stretch}.sk-calculator .external-link-box-wrapper-module__row.files-list .external-link-box-wrapper-module__external-link-box-columnwrap .external-link-box__header p{margin:0}.sk-calculator .external-link-box-wrapper-module__row.files-list .external-link-box-wrapper-module__external-link-box-columnwrap .external-link-box__content{display:none}.sk-calculator .external-link-box-wrapper-module__row.files-list .external-link-box-wrapper-module__external-link-box-columnwrap .external-link-box__link-button-wrapper{width:145px;padding-left:24px;flex-shrink:0}}.sk-calculator .external-link-box__image{padding-bottom:24px}.sk-calculator .external-link-box__image img{height:88px;width:auto}.sk-calculator .external-link-box__image header{padding-bottom:16px}.sk-calculator .external-link-box__image header p{margin-bottom:0}.sk-calculator .external-link-box__header p{margin-bottom:16px}.sk-calculator .external-link-box__content{padding-bottom:24px}.sk-calculator .external-link-box__content p{margin-bottom:16px}.sk-calculator .external-link-box__content p:last-child{margin-bottom:0}.sk-calculator .external-link-box__link-button-wrapper{width:100%;padding:0;margin:0;padding-bottom:24px}.sk-calculator .external-link-box__link-button-wrapper:last-child{padding:0;text-align:inherit}.sk-calculator .external-link-box__link-button-wrapper a{margin:0 auto}.sk-calculator .external-link-box__read-more-wrapper{padding:0;text-align:inherit}.sk-calculator .external-link-box__read-more-wrapper a{margin:0 auto}