/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

hr {
  -webkit-box-sizing: content-box;
  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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* 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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  display: table; /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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"] {
  -webkit-box-sizing: border-box;
  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"] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
 * 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
textarea {
  resize: vertical;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
button {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #38424b !important;
}
.layout,
.layout-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.layout__header,
.layout-responsive__header {
  -ms-flex: none;
  flex: none;
  -webkit-box-flex: 0;
}
.layout__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.layout__body,
.layout-responsive__body {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-flex: 1;
}
.layout-responsive__mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 160;
  overflow-y: auto;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.smartbanner-show {
  margin-top: 0 !important;
}
.smartbanner-show
  .header-box-shadow
  + .layout-responsive__body
  + .layout-responsive__footer
  + .layout-responsive__mobile-menu:not(.js-initial-style) {
  top: 76px;
}
.smartbanner-show
  [data-offcanvas-container][data-offcanvas-hidden="false"]
  .header-box-shadow
  + .layout-responsive__body
  + .layout-responsive__footer
  + .layout-responsive__mobile-menu:not(.js-initial-style) {
  height: calc(100% - 76px);
}
.parsley-errors-list {
  padding: 0 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #e15554;
}
.parsley-errors-list .parsley-errors-list__item:first-child {
  margin-top: 4px;
}
.form-control {
  width: 100%;
  height: 40px;
  padding: 7px 8px;
  font-size: 14px;
  line-height: normal;
  color: #2c2c2c;
  border: 1px solid #81919d;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .form-control {
    padding-left: 12px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .form-control {
    padding-left: 16px;
  }
}
.form--bigger .form-control {
  height: 40px;
  padding: 7px 8px;
}
.form-control:hover {
  border-color: #738592;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #667988;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #667988;
}
.form-control::-webkit-input-placeholder {
  color: #667988;
}
.form-control:-moz-placeholder {
  color: #667988;
}
.form-control::-moz-placeholder {
  color: #667988;
}
.form-control:-ms-input-placeholder {
  color: #667988;
}
.form-control.parsley-error {
  border-color: #e15554;
}
.form-control.parsley-error:focus {
  border-color: #81919d;
}
.form-label {
  display: inline-block;
  padding-bottom: 4px;
  font-weight: 700;
  line-height: 23px;
  vertical-align: top;
  color: #2c2c2c;
}
.form-submit,
.button.form-submit {
  width: 100%;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 640px) {
  .form-submit,
  .button.form-submit {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .form-submit,
  .button.form-submit {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1280px) {
  .form-submit,
  .button.form-submit {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
.form__row {
  margin-bottom: 12px;
}
.form__row--dual-columns::before,
.form__row--dual-columns::after {
  content: "";
  display: table;
}
.form__row--dual-columns::after {
  clear: both;
}
.form__row--dual-columns .form__column {
  width: 50%;
}
.form__row--dual-columns .form__column:nth-child(odd) {
  float: left;
  padding-right: 2%;
}
.form__row--dual-columns .form__column:nth-child(even) {
  float: right;
  padding-left: 2%;
}
.form__row--dual-columns .form__column--w-o-label {
  padding-top: 27px;
}
.form__row--submit {
  margin-top: 16px;
  margin-bottom: 0;
}
select {
  width: 100%;
  height: 40px;
  border-radius: 4px;
}
.selectric-wrapper {
  position: relative;
}
.selectric-wrapper.has-error {
  margin-bottom: 19px;
}
.selectric {
  position: relative;
  height: 40px;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #667988;
  background: #fff;
  border: 1px solid #81919d;
  border-radius: 4px;
  outline: none;
  outline-offset: -2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-open .selectric {
  border: solid 1px #808080;
  -webkit-box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #667988;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #667988;
}
.has-error .selectric {
  border-color: #e15554;
}
.selectric .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectric .button:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 11px 7px 11px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M4 2.586L6.293.293a1 1 0 1 1 1.414 1.414l-3 3a.997.997 0 0 1-1.414 0l-3-3A1 1 0 1 1 1.707.293L4 2.586z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(4 6)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23414141' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg fill='%23414141' mask='url(%23b)'%3E%3Cpath d='M-4-6h16v16H-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.selectric-open .selectric .button:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
}
.selectric .button:hover {
  background: none;
}
.selectric .button:focus,
.selectric .button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectric-open {
  z-index: 999;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-items {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  display: none;
  margin-top: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
  margin-bottom: 4px;
}
.selectric-items ul,
.selectric-items li {
  min-height: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 16px;
}
.selectric-items li {
  padding: 8px 15px;
  cursor: pointer;
}
.selectric-items li.selected {
  color: #2c2c2c;
  background: #e9e9e9;
}
.selectric-items li.highlighted,
.selectric-items li:hover {
  color: #444;
  background: #d5d5d5;
}
.selectric-items .disabled {
  color: #666;
  background: none;
  cursor: default;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-wrapper.has-error .parsley-required {
  display: block;
}
.selectric-wrapper .parsley-required {
  display: none;
}
.selectric-hide-select {
  width: 100%;
  height: 0;
}
.selectric-hide-select select {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 40px;
  opacity: 1;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.selectric-hide-select.selectric-is-native select {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  clip: rect(0, 0, 0, 0) !important;
}
.selectric-parsley-errors-list .selectric,
.selectric-parsley-errors-list .selectric-items {
  display: none;
}
button[disabled],
html input[disabled],
.disabled {
  cursor: not-allowed;
}
.select2-selection--single {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.accessibility-label--hidden {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.form-subscribe-action .form-control {
  height: 48px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-native {
  list-style-type: disc;
}
.list-native,
.list-roman,
.list-latin {
  padding-left: 40px;
}
.list-numbered-content,
.list-numbered-content__item {
  list-style-type: decimal;
}
.list-roman,
.list-roman__item {
  list-style-type: lower-roman;
}
.list-latin,
.list-latin__item {
  list-style-type: lower-latin;
}
.list-numbered-content__section {
  margin-bottom: 21px;
  padding-top: 8px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0;
  font-weight: 600;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 28px;
  line-height: 1.285;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 1.333;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 1.4;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 1.5;
}
h5,
.h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.714;
}
@font-face {
  font-weight: 300;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Light.eot");
  src: url("../fonts/OpenSans/OpenSans-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Light.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-weight: 600;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-weight: 800;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-family: "Graphik";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Regular.eot");
  src: url("../fonts/Graphik/Graphik-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Regular.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Regular.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Regular.ttf") format("truetype");
}
@font-face {
  font-weight: 500;
  font-family: "Graphik";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Medium.eot");
  src: url("../fonts/Graphik/Graphik-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Medium.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Medium.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Medium.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Graphik";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Bold.eot");
  src: url("../fonts/Graphik/Graphik-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Bold.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Bold.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Bold.ttf") format("truetype");
}
@font-face {
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Black.eot");
  src: url("../fonts/Graphik/Graphik-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Black.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Black.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Black.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Menlo";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Menlo/Menlo-Regular.eot");
  src: url("../fonts/Menlo/Menlo-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Menlo/Menlo-Regular.woff2") format("woff2"),
    url("../fonts/Menlo/Menlo-Regular.woff") format("woff"),
    url("../fonts/Menlo/Menlo-Regular.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Merriweather";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-Black.eot");
  src: url("../fonts/Merriweather/Merriweather-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Merriweather/Merriweather-Black.ttf") format("truetype");
}
b,
strong {
  font-weight: 700;
}
p {
  margin-top: 0;
}
a,
.link,
.link-action {
  color: #0777cf;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
a[disabled="disabled"],
.link[disabled="disabled"],
.link-action[disabled="disabled"] {
  cursor: default;
  pointer-events: none;
}
a:active,
.link:active,
.link-action:active,
a:hover,
.link:hover,
.link-action:hover {
  text-decoration: underline;
  outline: none;
}
.link,
.link-action {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.link:active,
.link-action:active,
.link:hover,
.link-action:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  .link:active,
  .link-action:active,
  .link:hover,
  .link-action:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 960px) {
  .link:before,
  .link-action:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    display: block;
    width: 0;
    height: 2px;
    background: #0777cf;
    -webkit-transition: width 0.15s ease;
    transition: width 0.15s ease;
    will-change: width;
  }
}
.link:hover:before,
.link-action:hover:before,
.link:focus:before,
.link-action:focus:before {
  left: 0;
  width: 100%;
  background: #0777cf;
}
.link--outgoing {
  position: relative;
  margin-right: 21px;
  outline: none;
}
.link--outgoing:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -21px;
  display: block;
  width: 24px;
  height: 20px;
  background: url("../images/_global/link-arrow.svg") no-repeat center right;
}
.link--outgoing:focus:before {
  left: 0;
  width: 100%;
  background: #0777cf;
}
.link--outgoing-white {
  position: relative;
  margin-right: 21px;
  color: #fff;
  outline: none;
}
.link--outgoing-white:before {
  background: #fff;
}
.link--outgoing-white:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -21px;
  display: block;
  width: 16px;
  height: 10px;
  background: url("../images/_global/link-arrow-white.svg") no-repeat;
}
.link--outgoing-white:hover:before {
  background: #fff;
}
.link--outgoing-white:focus:before {
  left: 0;
  width: 100%;
  background: #fff;
}
.link--more-than-one-line {
  line-height: 21px;
}
.link--more-than-one-line .link-arrow {
  position: relative;
  margin-right: 21px;
}
.link--more-than-one-line .link-arrow:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -21px;
  display: block;
  width: 24px;
  height: 20px;
  background: url("../images/_global/link-arrow.svg") no-repeat center right;
}
.link--more-than-one-line:before {
  right: 20px;
}
.link--more-than-one-line:hover:before {
  width: 95%;
}
.link-action {
  display: inline-block;
  vertical-align: inherit;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.text-centered,
.section-headline,
.section-subheadline,
.section-subheadline--primary {
  text-align: center;
}
.text-accent {
  font-weight: 600;
  color: #45688f;
}
.line-break {
  display: block;
}
.hide-string-at-screen-sm {
  display: none;
}
@media only screen and (min-width: 640px) {
  .hide-string-at-screen-sm {
    display: inline;
  }
}
.text-normal {
  font-weight: 400;
}
.nobr {
  white-space: nowrap;
}
.is-ie11 .link--outgoing,
.is-ie11 .link--outgoing-white {
  outline: none;
}
.form__item--agreement-note a,
.more-content a {
  text-decoration: underline;
  white-space: nowrap;
}
.form__item--agreement-note a:hover,
.more-content a:hover {
  color: #008bf8;
}
.form__item--agreement-note a:focus,
.more-content a:focus,
.form__item--agreement-note a:active,
.more-content a:active {
  color: #076dbd;
}
.accessibility-hidden-content,
.accessibility-hidden-instruction {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.form__asterisik-description {
  position: relative;
  margin-bottom: 16px;
  padding-left: 22px;
  font-size: 12px;
  line-height: 24px;
  color: #38424b;
}
@media only screen and (min-width: 375px) {
  .form__asterisik-description {
    padding-left: 24px;
    font-size: 14px;
  }
}
.form__asterisik-description:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 14px;
  height: 14px;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjcuOTk3MTIiIGN5PSI3Ljk5ODU5IiByeD0iNi4wMDEwMiIgcnk9IjYuMDAyNSIgc3Ryb2tlPSIjMzg0MjRCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03LjMzMDA4IDEwLjMzMzRIOC44Njk5IiBzdHJva2U9IiMzODQyNEIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguMTAyNzQgMTAuMzMxOVY3LjQ5ODA1SDcuMzM1OTQiIHN0cm9rZT0iIzM4NDI0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4wNjQ1NCA1LjQ5NTVDOC4wNjQ1NCA1LjU4NzU2IDcuOTg5OTEgNS42NjIxOSA3Ljg5Nzg0IDUuNjYyMTlDNy44MDU3OCA1LjY2MjE5IDcuNzMxMTUgNS41ODc1NiA3LjczMTE1IDUuNDk1NUM3LjczMTE1IDUuNDAzNDQgNy44MDU3OCA1LjMyODggNy44OTc4NCA1LjMyODgiIHN0cm9rZT0iIzM4NDI0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNy44OTY1MyA1LjMyODE3QzcuOTg4NTkgNS4zMjgxNyA4LjA2MzIyIDUuNDAyOCA4LjA2MzIyIDUuNDk0ODYiIHN0cm9rZT0iIzM4NDI0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-size: contain;
}
@media only screen and (min-width: 375px) {
  .form__asterisik-description:before {
    width: 16px;
    height: 16px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  min-width: 320px;
  height: 100%;
}
body {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #2c2c2c;
}
@media only screen and (min-width: 640px) {
  body {
    font-size: 14px;
  }
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.layout,
.layout-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.layout__header,
.layout-responsive__header {
  -ms-flex: none;
  flex: none;
  -webkit-box-flex: 0;
}
.layout__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.layout__body,
.layout-responsive__body {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-flex: 1;
}
.layout-responsive__mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 160;
  overflow-y: auto;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.smartbanner-show {
  margin-top: 0 !important;
}
.smartbanner-show
  .header-box-shadow
  + .layout-responsive__body
  + .layout-responsive__footer
  + .layout-responsive__mobile-menu:not(.js-initial-style) {
  top: 76px;
}
.smartbanner-show
  [data-offcanvas-container][data-offcanvas-hidden="false"]
  .header-box-shadow
  + .layout-responsive__body
  + .layout-responsive__footer
  + .layout-responsive__mobile-menu:not(.js-initial-style) {
  height: calc(100% - 76px);
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-native {
  list-style-type: disc;
}
.list-native,
.list-roman,
.list-latin {
  padding-left: 40px;
}
.list-numbered-content,
.list-numbered-content__item {
  list-style-type: decimal;
}
.list-roman,
.list-roman__item {
  list-style-type: lower-roman;
}
.list-latin,
.list-latin__item {
  list-style-type: lower-latin;
}
.list-numbered-content__section {
  margin-bottom: 21px;
  padding-top: 8px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0;
  font-weight: 600;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1 {
  font-size: 28px;
  line-height: 1.285;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 1.333;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 1.4;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 1.5;
}
h5,
.h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.714;
}
@font-face {
  font-weight: 300;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Light.eot");
  src: url("../fonts/OpenSans/OpenSans-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Light.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-weight: 600;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-weight: 800;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSans/OpenSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/OpenSans/OpenSans-ExtraBold.woff") format("woff"),
    url("../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-weight: 400;
  font-family: "Graphik";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Regular.eot");
  src: url("../fonts/Graphik/Graphik-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Regular.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Regular.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Regular.ttf") format("truetype");
}
@font-face {
  font-weight: 500;
  font-family: "Graphik";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Medium.eot");
  src: url("../fonts/Graphik/Graphik-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Medium.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Medium.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Medium.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Graphik";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Bold.eot");
  src: url("../fonts/Graphik/Graphik-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Bold.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Bold.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Bold.ttf") format("truetype");
}
@font-face {
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Graphik/Graphik-Black.eot");
  src: url("../fonts/Graphik/Graphik-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Graphik/Graphik-Black.woff2") format("woff2"),
    url("../fonts/Graphik/Graphik-Black.woff") format("woff"),
    url("../fonts/Graphik/Graphik-Black.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Menlo";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Menlo/Menlo-Regular.eot");
  src: url("../fonts/Menlo/Menlo-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Menlo/Menlo-Regular.woff2") format("woff2"),
    url("../fonts/Menlo/Menlo-Regular.woff") format("woff"),
    url("../fonts/Menlo/Menlo-Regular.ttf") format("truetype");
}
@font-face {
  font-weight: 700;
  font-family: "Merriweather";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-Black.eot");
  src: url("../fonts/Merriweather/Merriweather-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Merriweather/Merriweather-Black.ttf") format("truetype");
}
b,
strong {
  font-weight: 700;
}
p {
  margin-top: 0;
}
a,
.link,
.link-action {
  color: #0777cf;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
a[disabled="disabled"],
.link[disabled="disabled"],
.link-action[disabled="disabled"] {
  cursor: default;
  pointer-events: none;
}
a:active,
.link:active,
.link-action:active,
a:hover,
.link:hover,
.link-action:hover {
  text-decoration: underline;
  outline: none;
}
.link,
.link-action {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.link:active,
.link-action:active,
.link:hover,
.link-action:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 960px) {
  .link:active,
  .link-action:active,
  .link:hover,
  .link-action:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 960px) {
  .link:before,
  .link-action:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    display: block;
    width: 0;
    height: 2px;
    background: #0777cf;
    -webkit-transition: width 0.15s ease;
    transition: width 0.15s ease;
    will-change: width;
  }
}
.link:hover:before,
.link-action:hover:before,
.link:focus:before,
.link-action:focus:before {
  left: 0;
  width: 100%;
  background: #0777cf;
}
.link--outgoing {
  position: relative;
  margin-right: 21px;
  outline: none;
}
.link--outgoing:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -21px;
  display: block;
  width: 24px;
  height: 20px;
  background: url("../images/_global/link-arrow.svg") no-repeat center right;
}
.link--outgoing:focus:before {
  left: 0;
  width: 100%;
  background: #0777cf;
}
.link--outgoing-white {
  position: relative;
  margin-right: 21px;
  color: #fff;
  outline: none;
}
.link--outgoing-white:before {
  background: #fff;
}
.link--outgoing-white:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -21px;
  display: block;
  width: 16px;
  height: 10px;
  background: url("../images/_global/link-arrow-white.svg") no-repeat;
}
.link--outgoing-white:hover:before {
  background: #fff;
}
.link--outgoing-white:focus:before {
  left: 0;
  width: 100%;
  background: #fff;
}
.link--more-than-one-line {
  line-height: 21px;
}
.link--more-than-one-line .link-arrow {
  position: relative;
  margin-right: 21px;
}
.link--more-than-one-line .link-arrow:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -21px;
  display: block;
  width: 24px;
  height: 20px;
  background: url("../images/_global/link-arrow.svg") no-repeat center right;
}
.link--more-than-one-line:before {
  right: 20px;
}
.link--more-than-one-line:hover:before {
  width: 95%;
}
.link-action {
  display: inline-block;
  vertical-align: inherit;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.text-centered,
.section-headline,
.section-subheadline,
.section-subheadline--primary {
  text-align: center;
}
.text-accent {
  font-weight: 600;
  color: #45688f;
}
.line-break {
  display: block;
}
.hide-string-at-screen-sm {
  display: none;
}
@media only screen and (min-width: 640px) {
  .hide-string-at-screen-sm {
    display: inline;
  }
}
.text-normal {
  font-weight: 400;
}
.nobr {
  white-space: nowrap;
}
.is-ie11 .link--outgoing,
.is-ie11 .link--outgoing-white {
  outline: none;
}
.form__item--agreement-note a,
.more-content a {
  text-decoration: underline;
  white-space: nowrap;
}
.form__item--agreement-note a:hover,
.more-content a:hover {
  color: #008bf8;
}
.form__item--agreement-note a:focus,
.more-content a:focus,
.form__item--agreement-note a:active,
.more-content a:active {
  color: #076dbd;
}
.accessibility-hidden-content,
.accessibility-hidden-instruction {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.form__asterisik-description {
  position: relative;
  margin-bottom: 16px;
  padding-left: 22px;
  font-size: 12px;
  line-height: 24px;
  color: #38424b;
}
@media only screen and (min-width: 375px) {
  .form__asterisik-description {
    padding-left: 24px;
    font-size: 14px;
  }
}
.form__asterisik-description:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  width: 14px;
  height: 14px;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGVsbGlwc2UgY3g9IjcuOTk3MTIiIGN5PSI3Ljk5ODU5IiByeD0iNi4wMDEwMiIgcnk9IjYuMDAyNSIgc3Ryb2tlPSIjMzg0MjRCIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik03LjMzMDA4IDEwLjMzMzRIOC44Njk5IiBzdHJva2U9IiMzODQyNEIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguMTAyNzQgMTAuMzMxOVY3LjQ5ODA1SDcuMzM1OTQiIHN0cm9rZT0iIzM4NDI0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4wNjQ1NCA1LjQ5NTVDOC4wNjQ1NCA1LjU4NzU2IDcuOTg5OTEgNS42NjIxOSA3Ljg5Nzg0IDUuNjYyMTlDNy44MDU3OCA1LjY2MjE5IDcuNzMxMTUgNS41ODc1NiA3LjczMTE1IDUuNDk1NUM3LjczMTE1IDUuNDAzNDQgNy44MDU3OCA1LjMyODggNy44OTc4NCA1LjMyODgiIHN0cm9rZT0iIzM4NDI0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNy44OTY1MyA1LjMyODE3QzcuOTg4NTkgNS4zMjgxNyA4LjA2MzIyIDUuNDAyOCA4LjA2MzIyIDUuNDk0ODYiIHN0cm9rZT0iIzM4NDI0QiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-size: contain;
}
@media only screen and (min-width: 375px) {
  .form__asterisik-description:before {
    width: 16px;
    height: 16px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  min-width: 320px;
  height: 100%;
}
body {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #2c2c2c;
}
@media only screen and (min-width: 640px) {
  body {
    font-size: 14px;
  }
}
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
[data-offcanvas-container][data-offcanvas-hidden="false"] body {
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  [data-offcanvas-container][data-offcanvas-hidden="false"] body {
    height: auto;
    overflow: auto;
  }
}
[data-offcanvas-overlay] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 0;
  background-color: #fff;
  visibility: visible;
  opacity: 1;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}
[data-offcanvas-overlay][data-offcanvas-hidden="false"] {
  height: 100%;
}
.page-header {
  height: 76px;
  background: #fff;
}
@media only screen and (min-width: 960px) {
  .page-header {
    height: 78px;
  }
}
.page-header .header-action .button {
  padding: 9px 15px;
  font-weight: 700;
}
.page-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header__inner::before,
.page-header__inner::after {
  content: "";
  display: table;
}
.page-header__inner::after {
  clear: both;
}
.header-logo {
  position: relative;
  width: 100%;
}
.header-logo__link {
  display: block;
  width: 96px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .header-logo__link {
    width: 127px;
  }
}
.header-logo__link--new {
  width: 100%;
  max-width: 92px;
}
@media only screen and (min-width: 640px) {
  .header-logo__link--new {
    max-width: 110px;
  }
}
@media only screen and (min-width: 960px) {
  .header-logo__link--new {
    max-width: 137px;
  }
}
.header-logo__link--academy {
  width: 110px;
}
@media only screen and (min-width: 640px) {
  .header-logo__link--academy {
    width: 136px;
  }
}
@media only screen and (min-width: 960px) {
  .header-logo__link--academy {
    width: 170px;
  }
}
.header-logo__img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.header-logo__img--internet1 {
  max-width: 25px;
  margin-top: -8px;
}
@media only screen and (min-width: 375px) {
  .header-logo__img--internet1 {
    max-width: 31px;
  }
}
@media only screen and (min-width: 640px) {
  .header-logo__img--internet1 {
    max-width: 36px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 960px) {
  .header-logo__img--internet1 {
    max-width: 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .header-logo__img--internet1 {
    max-width: 47px;
    margin-top: -3px;
  }
}
.divider {
  position: relative;
  margin: 0 8px;
}
@media only screen and (min-width: 640px) {
  .divider {
    margin: 0 12px 0px 10px;
  }
}
@media only screen and (min-width: 960px) {
  .divider {
    margin: 0 13px 0px 12px;
  }
}
.divider:before {
  content: "";
  position: absolute;
  top: -7px;
  display: block;
  width: 1px;
  height: 34px;
  background-color: #d4d4d4;
  border-radius: 0.5px;
}
@media only screen and (min-width: 640px) {
  .divider:before {
    top: -4px;
    width: 1px;
    height: 32px;
  }
}
@media only screen and (min-width: 960px) {
  .divider:before {
    top: -5px;
    width: 1px;
    height: 40px;
  }
}
.mobile-menu-trigger-button {
  height: 28px;
  margin-right: 3px;
  margin-left: 15px;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
}
@media only screen and (min-width: 960px) {
  .mobile-menu-trigger-button {
    display: none;
  }
}
.mobile-menu-trigger-button .mobile-menu-trigger {
  display: block;
  width: 28px;
  min-width: 28px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.mobile-menu-trigger-button .mobile-menu-trigger__bar {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #2c2c2c;
  border-radius: 0.4px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mobile-menu-trigger-button .mobile-menu-trigger__bar-top {
  -webkit-transform: translateY(-8px) rotate(0deg);
  transform: translateY(-8px) rotate(0deg);
}
.mobile-menu-trigger-button .mobile-menu-trigger__bar-middle {
  -webkit-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
.mobile-menu-trigger-button .mobile-menu-trigger__bar-bottom {
  -webkit-transform: translateY(8px) rotate(0deg);
  transform: translateY(8px) rotate(0deg);
}
.mobile-menu-trigger-button[aria-expanded="true"] .mobile-menu-trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu-trigger-button[aria-expanded="true"] .mobile-menu-trigger__bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mobile-menu-trigger-button[aria-expanded="true"]
  .mobile-menu-trigger__bar-top {
  -webkit-transform: translate(0, 2px) rotate(45deg);
  transform: translate(0, 2px) rotate(45deg);
}
.mobile-menu-trigger-button[aria-expanded="true"]
  .mobile-menu-trigger__bar-middle {
  opacity: 0;
}
.mobile-menu-trigger-button[aria-expanded="true"]
  .mobile-menu-trigger__bar-bottom {
  -webkit-transform: translate(0, -2px) rotate(-45deg);
  transform: translate(0, -2px) rotate(-45deg);
}
.pinned-header {
  height: auto;
}
@media only screen and (min-width: 640px) {
  .pinned-header .layout-responsive__header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .pinned-header .header-box-shadow {
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
  }
}
.pinned-header .header-box-shadow .page-header.is-active {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}
@media only screen and (min-width: 960px) {
  .pinned-header .header-box-shadow .page-header.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 640px) {
  .pinned-header .layout-responsive__body,
  .pinned-header .layout__body {
    margin-top: 78px;
  }
}
.smartbanner-show .pinned-header .header-box-shadow {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  padding-top: 0;
}
.smartbanner-show .pinned-header .header-box-shadow .page-header.is-active {
  top: 0;
}
.smartbanner-show .pinned-header .header-box-shadow + .layout-responsive__body,
.smartbanner-show .pinned-header .header-box-shadow + .layout__body {
  margin-top: 163px;
}
.header-logo .header-skip-link {
  position: absolute;
  top: auto;
  left: -999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
@media only screen and (min-width: 1280px) {
  .header-logo .header-skip-link:focus {
    top: 50%;
    left: -60px;
    display: inline-block;
    width: 42px;
    height: 42px;
    background-image: url("../images/_global/svg/related-link-icon.svg");
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }
}
@media only screen and (min-width: 1480px) {
  .header-logo .header-skip-link {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #0087cd;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header-logo .header-skip-link:focus {
    left: -180px;
    width: auto;
    height: auto;
    padding: 12px 20px;
    background: none;
    border: solid 1px #d8d8d8;
    border-radius: 4px;
  }
  .header-logo .header-skip-link:focus .skip-link__text {
    display: block;
  }
  .header-logo .header-skip-link:hover {
    text-decoration: none;
  }
}
.header-logo .header-skip-link .skip-link__text {
  display: none;
}
.header-logo__internet1,
.header-logo__alternative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-action.header-action--academy {
  display: none;
}
@media only screen and (min-width: 960px) {
  .header-action.header-action--academy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-action.header-action--academy .button {
  min-width: 106px;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
}
.header-action.header-action--academy .button.button--bordered {
  margin-right: 16px;
}
.is-ie11 .header-logo__link--new img {
  width: auto;
  max-width: 92px;
}
@media only screen and (min-width: 640px) {
  .is-ie11 .header-logo__link--new img {
    max-width: 110px;
  }
}
@media only screen and (min-width: 960px) {
  .is-ie11 .header-logo__link--new img {
    max-width: 104px;
  }
}
@media only screen and (min-width: 980px) {
  .is-ie11 .header-logo__link--new img {
    max-width: 137px;
  }
}
.main-menu {
  display: none;
}
@media only screen and (min-width: 960px) {
  .main-menu {
    display: block;
  }
  .main-menu .main-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 14px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .main-menu .main-menu__item {
    padding: 0 12px;
  }
  .main-menu .main-menu__item.has-dropdown .main-menu__link {
    padding-right: 14px;
  }
  .main-menu .main-menu__item.has-dropdown .main-menu__link::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    display: block;
    width: 8px;
    height: 5px;
    background: url("../images/_global/icons/arrow.svg");
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .main-menu .main-menu__item.is-open .main-menu__dropdown {
    display: block;
  }
  .main-menu .main-menu__item.is-open .main-menu__link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
  }
  .main-menu .main-menu__item.is-open .main-menu__link::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .main-menu .main-menu__link {
    position: relative;
    padding: 27px 2px;
    font-weight: 600;
    font-size: 16px;
    color: #2c2c2c;
  }
  .main-menu .main-menu__link::before {
    bottom: 0;
    height: 4px;
  }
  .main-menu .main-menu__link:hover {
    text-decoration: none;
  }
  .main-menu .main-menu__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 34px 0;
    background-color: #fff;
    border-top: 1px solid #d0d0d0;
    -webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1);
  }
  .main-menu .main-menu__dropdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .main-menu .main-menu__dropdown-container::before,
  .main-menu .main-menu__dropdown-container::after {
    content: "";
    display: table;
  }
  .main-menu .main-menu__dropdown-container::after {
    clear: both;
  }
  .main-menu .main-menu__dropdown-category-notion {
    padding-right: 126px;
  }
  .main-menu .main-menu__dropdown-category-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    font-family: "Graphik", "Arial", sans-serif;
  }
  .main-menu .main-menu__dropdown-category-desk {
    font-size: 20px;
    line-height: 32px;
  }
  .main-menu .main-menu__dropdown-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-flex: 1;
  }
  .main-menu .main-menu__dropdown-area-column {
    padding-right: 30px;
  }
  .main-menu .main-menu__dropdown-area-title {
    margin-bottom: 11px;
    font-size: 16px;
  }
  .main-menu .main-menu__dropdown-area-title-link {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #2c2c2c;
    text-decoration: none;
  }
  .main-menu .main-menu__dropdown-area-title-link:hover {
    text-decoration: none;
  }
  .main-menu .main-menu__dropdown-area-title-link::before {
    bottom: 1px;
  }
  .main-menu span.main-menu__dropdown-area-title-link {
    color: #2c2c2c;
  }
  .main-menu .main-menu__dropdown-list-item {
    margin-top: 4px;
    font-size: 14px;
  }
  .main-menu .main-menu__dropdown-link {
    font-weight: 400;
    color: #2c2c2c;
  }
  .main-menu .main-menu__dropdown-link::before {
    bottom: 0;
    background: #2c2c2c;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu .main-menu__list {
    padding: 0 20px 0 0;
  }
  .main-menu .main-menu__item {
    padding: 0 16px;
  }
}
.main-menu.main-menu--academy .main-menu__link {
  white-space: nowrap;
}
@media only screen and (min-width: 960px) and (min-width: 1280px) {
  .main-menu .main-menu__dropdown-area {
    padding-right: 46px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .main-menu .main-menu__dropdown-area-column {
    width: 170px;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1280px) {
  .main-menu .main-menu__dropdown-area-column {
    width: 240px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown .main-menu__dropdown-category-notion {
    padding-right: 210px;
  }
}
@media only screen and (min-width: 960px) {
  .main-menu__dropdown .main-menu__dropdown-area-column {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown .main-menu__dropdown-area-column {
    padding-right: 69px;
  }
}
.main-menu__dropdown .main-menu__dropdown-category-title {
  margin-bottom: 13px;
  line-height: 1.13;
}
.main-menu__dropdown .main-menu__dropdown-category-desk {
  max-width: 280px;
}
.main-menu__dropdown .main-menu__dropdown-area-list--api {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 160px;
}
.main-menu__dropdown
  .main-menu__dropdown-area-list--api
  .main-menu__dropdown-list-item {
  margin-top: 8px;
}
.main-menu__dropdown
  .main-menu__dropdown-area-list--api
  .main-menu__dropdown-link {
  line-height: 28px;
  color: #2c2c2c;
  text-decoration: none;
}
.main-menu__dropdown
  .main-menu__dropdown-area-column--lang
  .main-menu__dropdown-list-item {
  display: inline-block;
  width: 50%;
}
.main-menu__dropdown .main-menu__dropdown-list-item--margin-0 {
  margin-top: 0px;
}
.main-menu__dropdown .main-menu__dropdown-item-icon {
  display: inline-block;
  margin-right: 12px;
}
.main-menu__dropdown
  .main-menu__dropdown-area-column--accent
  .main-menu__dropdown-list-item {
  margin-top: 0px;
}
.main-menu__dropdown
  .main-menu__dropdown-area-column--accent
  .main-menu__dropdown-link {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 16px;
  color: #0777cf;
}
.main-menu__dropdown
  .main-menu__dropdown-area-column--accent
  .main-menu__dropdown-link::before {
  background: #0777cf;
}
.main-menu__dropdown--product .main-menu__dropdown-area-column {
  width: auto;
  padding-right: 48px;
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown--product .main-menu__dropdown-area-column {
    padding-right: 94px;
  }
}
.main-menu__dropdown--product .main-menu__dropdown-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.main-menu__dropdown--product .main-menu__dropdown-icon {
  margin-right: 12px;
}
.main-menu__dropdown--product .main-menu__dropdown-icon-api {
  display: none;
}
.main-menu__dropdown--product .main-menu__dropdown-area {
  padding-top: 0;
}
.main-menu__dropdown--product .main-menu__dropdown-category-notion {
  padding-right: 80px;
}
.main-menu__dropdown--product .main-menu__dropdown-category-desk {
  max-width: 368px;
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown--product .main-menu__dropdown-category-desk {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown--product.exp-13009 .main-menu__dropdown-category-notion {
    padding-right: 57px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown--product.exp-13009 .main-menu__dropdown-area-column {
    padding-right: 112px;
  }
}
.main-menu__dropdown--api.main-menu__dropdown
  .main-menu__dropdown-category-desk {
  max-width: 353px;
}
@media only screen and (min-width: 960px) {
  .main-menu__dropdown--api.main-menu__dropdown
    .main-menu__dropdown-category-notion {
    padding-right: 47px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown--api.main-menu__dropdown
    .main-menu__dropdown-category-notion {
    padding-right: 127px;
  }
}
@media only screen and (min-width: 960px) {
  .main-menu__dropdown--api.main-menu__dropdown
    .main-menu__dropdown-area-title {
    margin-bottom: 7px;
  }
}
.main-menu__dropdown--api.main-menu__dropdown
  .main-menu__dropdown-area-title-link {
  color: #0777cf;
}
@media only screen and (min-width: 960px) {
  .main-menu__dropdown--api.main-menu__dropdown
    .main-menu__dropdown-area-title-link:before {
    bottom: -3px;
  }
}
.main-menu__dropdown--api.main-menu__dropdown .main-menu__dropdown-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown--api.main-menu__dropdown
    .main-menu__dropdown-area-column {
    padding-right: 81px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown--api.main-menu__dropdown
    .main-menu__dropdown-area-column--lang {
    padding-right: 11px;
  }
}
.main-menu__dropdown--api.main-menu__dropdown
  .main-menu__dropdown-area-column--accent {
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown--api.main-menu__dropdown
    .main-menu__dropdown-area-column--accent {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__dropdown--api.main-menu__dropdown
    .main-menu__dropdown-area-column--accent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #d8d8d8;
  }
}
.main-menu__dropdown--api.main-menu__dropdown
  .main-menu__dropdown-area-column--accent
  .main-menu__dropdown-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.main-menu__dropdown--api.main-menu__dropdown
  .main-menu__dropdown-area-column--accent
  .main-menu__dropdown-list-item:not(:last-child) {
  margin-bottom: 12px;
}
.main-menu__dropdown--api.main-menu__dropdown
  .main-menu__dropdown-area-column--accent
  .main-menu__dropdown-list-item:not(:last-child)
  .main-menu__dropdown-link {
  color: #2c2c2c;
}
.main-menu__dropdown--api.main-menu__dropdown
  .main-menu__dropdown-area-column--accent
  .main-menu__dropdown-list-item:not(:last-child)
  .main-menu__dropdown-link:before {
  background: #2c2c2c;
}
.main-menu__dropdown--api.main-menu__dropdown
  .main-menu__dropdown-area-column--accent
  .main-menu__dropdown-link {
  margin-bottom: 0;
}
.main-menu__dropdown--api .no-wrap {
  white-space: nowrap;
}
.main-menu__dropdown--api .main-menu__dropdown-icon-api {
  display: none;
}
.header-action.exp-13976 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header-action.exp-13976 .login-link {
  display: none;
  margin-right: 12px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c;
}
@media only screen and (min-width: 375px) {
  .header-action.exp-13976 .login-link {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .header-action.exp-13976 .login-link {
    display: none;
  }
}
.mobile-menu__action.exp-13976 {
  display: block;
}
@media only screen and (min-width: 375px) {
  .mobile-menu__action.exp-13976 {
    display: none;
  }
}
.mobile-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 2px 16px;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu .button--md {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
}
.mobile-menu .bread-crumbs-wrapper {
  text-align: center;
}
.mobile-menu__body {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  -webkit-box-flex: 1;
}
.mobile-menu__item {
  position: relative;
  width: 100%;
  opacity: 0;
  -webkit-transition: none 200ms ease;
  transition: none 200ms ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.mobile-menu__item:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.mobile-menu__item:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mobile-menu__item:nth-child(2) {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
}
.mobile-menu__item:nth-child(3) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.mobile-menu__item:nth-child(4) {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}
.mobile-menu__item:nth-child(5) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.mobile-menu__item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mobile-menu__item:nth-child(7) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.mobile-menu__item:nth-child(8) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}
.mobile-menu__item:nth-child(9) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.mobile-menu__item:nth-child(10) {
  -webkit-transition-delay: 0.38s;
  transition-delay: 0.38s;
}
.mobile-menu__item:last-child {
  margin-bottom: 0;
}
.mobile-menu__item.main-menu-toggler {
  position: relative;
}
.mobile-menu__item.main-menu-toggler::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 14px;
  height: 8px;
  background: url("../images/_global/icons/arrow-blue.svg");
  background-size: cover;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobile-menu__item.main-menu-toggler .mobile-menu__link {
  background-color: transparent;
  cursor: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-menu__item.main-menu-toggler .mobile-menu__link:hover {
  background-color: transparent;
}
.mobile-menu__item.is-active .mobile-menu__link {
  background-color: transparent;
  cursor: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-menu__item.is-active .mobile-menu__link:hover {
  background-color: transparent;
}
.mobile-menu__item.is-active .mobile-menu__link-label::after {
  width: 100%;
}
.mobile-menu__item.has-dropdown span {
  position: relative;
}
.mobile-menu__item.has-dropdown span::after {
  width: 100%;
}
.mobile-menu__item.has-dropdown::after {
  display: none;
}
.mobile-menu__item:not(.main-menu-toggler) .mobile-menu__link:active {
  color: #0777cf;
}
.mobile-menu__link {
  display: block;
  padding: 14px 1px 13px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #2c2c2c;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-menu__link span {
  position: relative;
}
.mobile-menu__link span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  background: #0088ce;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
}
.mobile-menu__link:hover {
  text-decoration: none;
}
.mobile-menu__submenu {
  display: none;
  height: 0;
  padding-bottom: 12px;
  padding-left: 20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0ms 2s, opacity 200ms 0ms;
  transition: height 0ms 2s, opacity 200ms 0ms;
}
.mobile-menu__item.has-dropdown .mobile-menu__submenu {
  display: block;
  height: auto;
  padding-bottom: 12px;
  padding-left: 20px;
  opacity: 1;
  -webkit-transition: height 0ms 2s, opacity 200ms 0ms;
  transition: height 0ms 2s, opacity 200ms 0ms;
}
.mobile-menu__submenu-item {
  position: relative;
}
.mobile-menu__submenu-item::after {
  content: none;
}
.mobile-menu__submenu-item-nav .mobile-menu__submenu-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  display: block;
  width: 14px;
  height: 8px;
  background: url("../images/_global/icons/arrow-blue.svg");
  background-size: cover;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.mobile-menu__submenu-item.is-active .mobile-menu__submenu-link {
  font-weight: 600;
  color: #2c2c2c;
  cursor: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-menu__submenu-item.is-active .mobile-menu__submenu-link:hover {
  background-color: transparent;
}
.mobile-menu__submenu-link {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #656565;
  text-decoration: none;
}
.mobile-menu__submenu-link:active {
  color: #0777cf;
  text-decoration: none;
}
.mobile-menu__submenu-link:hover {
  text-decoration: none;
}
.mobile-menu__footer {
  padding: 36px 0 28px;
  opacity: 0;
  -webkit-transition: none 0.2s ease;
  transition: none 0.2s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.mobile-menu__footer .bread-crumbs {
  min-height: 28px;
  overflow-y: auto;
}
.mobile-menu__action {
  opacity: 0;
  -webkit-transition: none 0.2s ease;
  transition: none 0.2s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.mobile-menu__action.mobile-menu__action--academy {
  display: block;
}
@media only screen and (min-width: 640px) {
  .mobile-menu__action.mobile-menu__action--academy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-menu__action.mobile-menu__action--academy .button {
  margin-top: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 640px) {
  .mobile-menu__action.mobile-menu__action--academy .button {
    margin-top: 0;
    margin-left: 16px;
  }
}
.mobile-menu__action.mobile-menu__action--academy .button.button--bordered {
  margin-top: 0;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile-menu__action-link {
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
  color: #2c2c2c;
}
@media only screen and (min-width: 375px) {
  .mobile-menu__action-link {
    margin-left: -21px;
  }
}
.mobile-menu__action-link .link {
  margin-left: 6px;
}
.layout-responsive__mobile-menu {
  top: 76px;
  width: 100%;
  height: 0;
  background-color: #333;
  outline: none;
  -webkit-transition: all 300ms ease 200ms;
  transition: all 300ms ease 200ms;
}
@media only screen and (min-width: 960px) {
  .layout-responsive__mobile-menu {
    display: none;
  }
}
[data-offcanvas-container][data-offcanvas-hidden="false"]
  .layout-responsive__mobile-menu {
  height: calc(100% - 76px);
  visibility: visible;
}
[data-offcanvas-container][data-offcanvas-hidden="false"] .mobile-menu__item,
[data-offcanvas-container][data-offcanvas-hidden="false"] .mobile-menu__footer,
[data-offcanvas-container][data-offcanvas-hidden="false"] .mobile-menu__action {
  opacity: 1;
}
.layout-responsive__header {
  height: 76px;
}
@media only screen and (min-width: 960px) {
  .layout-responsive__header {
    padding-top: 0;
  }
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  -webkit-transform: translate3d(0, -76px, 0);
  transform: translate3d(0, -76px, 0);
}
.page-header.is-active {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 960px) {
  .page-header {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mobile-menu__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.mobile-menu__menu.is-nav-submenu-active {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mobile-menu__menu.is-nav-submenu-active .mobile-menu__list {
  height: 0;
  opacity: 0;
}
.mobile-menu__list,
.mobile-nav-submenu {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  width: 50%;
  min-width: 50%;
  -webkit-box-flex: 1;
}
.mobile-nav-submenu {
  background-color: #fff;
}
.mobile-nav-submenu.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-nav-submenu .mobile-nav-submenu__body {
  display: none;
}
.mobile-nav-submenu .mobile-nav-submenu__body.is-active {
  display: block;
}
.mobile-nav-submenu .mobile-nav-submenu__header-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 15px 0 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #0088ce;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.mobile-nav-submenu .mobile-nav-submenu__header-label svg {
  margin-right: 9px;
}
.mobile-nav-submenu .mobile-nav-submenu__item {
  padding: 6px 0;
}
.mobile-nav-submenu
  .mobile-nav-submenu__item.is-active
  .mobile-nav-submenu__link {
  font-weight: 600;
}
.mobile-nav-submenu .mobile-nav-submenu__link {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #2c2c2c;
}
.mobile-nav-submenu .mobile-nav-submenu__link:active {
  color: #0777cf;
  text-decoration: none;
}
.mobile-nav-submenu .mobile-nav-submenu__link:hover,
.mobile-nav-submenu .mobile-nav-submenu__link:active,
.mobile-nav-submenu .mobile-nav-submenu__link:focus {
  text-decoration: none;
}
.smartbanner-show .smartbanner-title {
  font-size: 11px;
}
@media only screen and (min-width: 414px) {
  .smartbanner-show .smartbanner-title {
    font-size: 13px;
  }
}
.smartbanner-show .layout-responsive__header {
  padding-top: 152px;
}
.smartbanner-show .page-header.is-active {
  position: absolute;
  top: 76px;
}
.smartbanner-show .layout-responsive__mobile-menu:not(.js-initial-style) {
  top: 152px;
}
.smartbanner-show
  [data-offcanvas-container][data-offcanvas-hidden="false"]
  .layout-responsive__mobile-menu:not(.js-initial-style) {
  height: calc(100% - 152px);
}
.smartbanner-show
  [data-offcanvas-container][data-offcanvas-hidden="false"]
  .layout-responsive__body,
.smartbanner-show
  [data-offcanvas-container][data-offcanvas-hidden="false"]
  .layout__body {
  opacity: 0;
}
.mobile-menu__submenu-link--api.mobile-menu__submenu-link {
  color: #0777cf;
}
.footer-socials__item:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (min-width: 640px) {
  .footer-socials__item:not(:last-child) {
    margin-right: 8px;
  }
}
.page-footer__inner-desktop {
  display: none;
}
@media only screen and (min-width: 960px) {
  .page-footer__inner-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 44px;
    padding-right: 16px;
    padding-bottom: 48px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .page-footer__inner-desktop::before,
  .page-footer__inner-desktop::after {
    content: "";
    display: table;
  }
  .page-footer__inner-desktop::after {
    clear: both;
  }
  .page-footer__inner-desktop::after,
  .page-footer__inner-desktop::before {
    display: none;
  }
}
.page-footer__inner-mobile {
  display: block;
  padding: 0 15px;
}
@media only screen and (min-width: 960px) {
  .page-footer__inner-mobile {
    display: none;
  }
}
.footer-column__social {
  width: 205px;
}
@media only screen and (min-width: 1280px) {
  .footer-column__social {
    width: 250px;
  }
}
.footer-column__nav {
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .footer-column__nav {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .footer-column__nav {
    max-width: 540px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-column__nav {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: calc(100% - 310px);
    max-width: 815px;
    -webkit-box-flex: 1;
  }
}
.footer-column__mobile-apps {
  width: 165px;
  padding-top: 2px;
}
@media only screen and (min-width: 1280px) {
  .footer-column__mobile-apps {
    width: 130px;
  }
}
.footer-terms {
  font-size: 10px;
  line-height: 16px;
  color: #667988;
}
.footer-terms {
  margin-bottom: 4px;
}
.footer-terms a {
  color: #667988;
  text-decoration: underline;
}
.footer-terms a:hover {
  color: #2c2c2c;
}
.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media only screen and (min-width: 960px) {
  .footer-socials {
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }
}
.footer-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.footer-socials__link {
  display: block;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 150ms ease-in;
  transition: -webkit-box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in;
  transition: box-shadow 150ms ease-in, -webkit-box-shadow 150ms ease-in;
}
.footer-socials__link svg circle {
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.footer-socials__link:focus {
  -webkit-box-shadow: 0 0 0 2px #d4d4d4;
  box-shadow: 0 0 0 2px #d4d4d4;
}
.footer-socials__link--facebook svg:hover circle {
  fill: #1777f2;
}
.footer-socials__link--twitter svg:hover circle {
  fill: #1da1f2;
}
.footer-socials__link--linkedin svg:hover circle {
  fill: #0077b5;
}
.footer-socials__link--youtube svg:hover circle {
  fill: #f70503;
}
.footer-socials__link--instagram svg:hover stop:nth-child(1) {
  stop-color: #1ebee0;
}
.footer-socials__link--instagram svg:hover stop:nth-child(2) {
  stop-color: #f47133;
}
.footer-socials__link--instagram svg:hover stop:nth-child(3) {
  stop-color: #bc3081;
}
.footer-socials__link--instagram svg:hover stop:nth-child(4) {
  stop-color: #4c63d2;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media only screen and (min-width: 640px) {
  .footer-row {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
}
.footer-copyright {
  margin-top: 3px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #667988;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu__item {
  margin-bottom: 32px;
}
@media only screen and (min-width: 640px) {
  .footer-menu__item {
    width: 25%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer-menu__item {
    min-width: 176px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-menu__item {
    width: 22%;
  }
  .footer-menu__item:not(:first-child) {
    margin-left: 4px;
  }
}
.footer-menu__item:last-child {
  min-width: 186px;
}
@media only screen and (min-width: 1280px) {
  .footer-menu__item:last-child {
    margin-left: 31px;
  }
}
.footer-menu__list-item {
  max-width: 150px;
}
.footer-menu__list-item:not(:first-child) {
  margin-top: 8px;
}
.footer-menu__title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.footer-menu__list:not(:last-child) {
  margin-bottom: 28px;
}
.footer-menu__list-link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #2c2c2c;
  text-decoration: none;
  letter-spacing: normal;
}
.footer-menu__list-link:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  width: 0;
  height: 2px;
  background: #414141;
  -webkit-transition: width 0.15s ease;
  transition: width 0.15s ease;
  will-change: width;
}
.footer-menu__list-link:hover {
  text-decoration: none;
  outline: none;
}
.footer-menu__list-link:hover:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #414141;
  -webkit-transition: width 0.15s ease;
  transition: width 0.15s ease;
  will-change: width;
}
@media only screen and (min-width: 960px) {
  .footer-menu__list-link--width-limit {
    max-width: 114px;
  }
}
.footer-menu__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #45688f;
  text-decoration: underline;
}
.footer-apps-list {
  margin-top: 15px;
  margin-bottom: 20px;
}
.footer-apps-list__item {
  margin-bottom: 10px;
}
.footer-apps-list__item svg:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-menu-screen-lg {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .footer-menu-screen-lg {
    display: none;
  }
}
.footer-menu-screen-xl {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .footer-menu-screen-xl {
    display: block;
  }
}
.page-footer .page-footer__inner {
  padding-top: 40px;
}
@media only screen and (min-width: 960px) {
  .page-footer .page-footer__inner {
    padding-top: 0;
  }
}
.page-footer .footer-accordion {
  text-align: left;
}
.page-footer .footer-accordion__title {
  position: relative;
  width: 100%;
  font-weight: 400;
  color: #2c2c2c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-footer .footer-accordion__title span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  font-family: "Open Sans";
  text-decoration: none;
  background-color: transparent;
}
@media only screen and (min-width: 640px) {
  .page-footer .footer-accordion__title span {
    font-size: 20px;
  }
}
.page-footer .footer-accordion__title span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  width: 0;
  height: 4px;
  background: #0087cd;
  -webkit-transition: width 0.15s ease;
  transition: width 0.15s ease;
  will-change: width;
}
.page-footer .footer-accordion__title:active,
.page-footer .footer-accordion__title:focus {
  outline: none;
}
.page-footer .footer-accordion__title[aria-selected*="true"]:before {
  content: "";
  display: none;
}
.page-footer .footer-accordion__title[aria-selected*="true"] span {
  text-decoration: none;
  outline: none;
}
.page-footer .footer-accordion__title[aria-selected*="true"] span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #0087cd;
  -webkit-transition: width 0.15s ease;
  transition: width 0.15s ease;
  will-change: width;
}
.page-footer .footer-accordion__title[aria-selected*="true"] svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-footer .footer-accordion__decoration {
  position: absolute;
  top: 8px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 19px;
}
.page-footer .footer-accordion__decoration svg {
  width: 17px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-footer .footer-accordion__item {
  padding-top: 19px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
@media only screen and (min-width: 375px) {
  .page-footer .footer-accordion__item {
    padding-top: 14px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 640px) {
  .page-footer .footer-accordion__item {
    min-height: auto;
  }
}
.page-footer .footer-accordion__item:last-child {
  border-bottom: none;
}
.page-footer .footer-accordion__body {
  display: none;
  padding: 12px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #565656;
}
@media only screen and (min-width: 640px) {
  .page-footer .footer-accordion__body {
    padding: 12px 0 16px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .page-footer .footer-accordion__body {
    line-height: 23px;
  }
}
.page-footer .footer-accordion__body p:last-child {
  margin-bottom: 0;
}
.page-footer .footer-accordion__body a {
  display: block;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 32px;
  color: #2c2c2c;
}
.page-footer .footer-accordion__body a:last-child {
  padding-bottom: 0;
}
.footer-column__social--mobile {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: "Open Sans", "Arial", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 375px) {
  .footer-column__social--mobile {
    margin-top: 37px;
  }
}
.footer-column__social--mobile .footer-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}
@media only screen and (min-width: 640px) {
  .footer-column__social--mobile .footer-title {
    font-size: 16px;
  }
}
.footer-column__social--mobile .footer-socials {
  margin-bottom: 27px;
}
@media only screen and (min-width: 375px) {
  .footer-column__social--mobile .footer-socials {
    margin-bottom: 20px;
  }
}
.footer-column__social--mobile .footer-copyright {
  max-width: 223px;
  margin: 5px auto;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #959595;
}
@media only screen and (min-width: 375px) {
  .footer-column__social--mobile .footer-copyright {
    max-width: 100%;
  }
}
.footer-column__social--mobile .footer-copyright a {
  color: inherit;
  text-decoration: underline;
}
.footer-column__social--mobile .footer-apps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.footer-column__social--mobile .footer-apps-list__item {
  margin: 25px 6px;
}
@media only screen and (min-width: 375px) {
  .footer-column__social--mobile .footer-apps-list__item {
    margin: 16px 6px;
  }
}
.page-section {
  width: 100%;
}
.page-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-section__inner::before,
.page-section__inner::after {
  content: "";
  display: table;
}
.page-section__inner::after {
  clear: both;
}
.page-section-side-indents-xl,
.page-section--border-white {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1480px) {
  .page-section-side-indents-xl::before,
  .page-section--border-white::before,
  .page-section-side-indents-xl::after,
  .page-section--border-white::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 24px;
    height: 100%;
    background-color: #fff;
  }
  .page-section-side-indents-xl::before,
  .page-section--border-white::before {
    left: 0;
  }
  .page-section-side-indents-xl::after,
  .page-section--border-white::after {
    right: 0;
  }
}
.section-headline {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-family: "Merriweather", sans-serif;
}
@media only screen and (min-width: 640px) {
  .section-headline {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .section-headline {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-headline {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .section-headline {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 960px) {
  .section-headline {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-headline {
    font-size: 32px;
    line-height: 44px;
  }
}
.section-headline--primary {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 640px) {
  .section-headline--primary {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .section-headline--primary {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-headline--primary {
    font-size: 36px;
    line-height: 44px;
  }
}
.section-headline--primary-lg {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
}
@media only screen and (min-width: 640px) {
  .section-headline--primary-lg {
    font-size: 44px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 960px) {
  .section-headline--primary-lg {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-headline--primary-lg {
    font-size: 60px;
    line-height: 76px;
  }
}
.section-subheadline {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 640px) {
  .section-subheadline {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .section-subheadline {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-subheadline {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 640px) {
  .section-subheadline {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-subheadline {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-subheadline--primary {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 640px) {
  .section-subheadline--primary {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 960px) {
  .section-subheadline--primary {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-subheadline--primary {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .section-subheadline--primary {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .section-subheadline--primary {
    font-size: 24px;
    line-height: 32px;
  }
}
.button {
  position: relative;
  display: inline-block;
  padding: 11px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.3px;
  white-space: nowrap;
  background: #0777cf;
  background-image: none;
  border: 1px solid #0777cf;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 640px) {
  .button {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .button {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 20px;
  }
}
.button:active,
.button--active {
  background-image: none;
  outline: none;
}
.button:hover,
a.button:hover,
.button:focus,
a.button:focus,
.button:active,
a.button:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.button:hover,
a.button:hover {
  background: #348fd7;
  border: 1px solid #348fd7;
}
.button:focus,
a.button:focus {
  background: #0777cf;
  border: 1px solid #0777cf;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
}
.button:active,
a.button:active {
  background: #076dbd;
  border: 1px solid #076dbd;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
}
.button.is-disabled,
a.button.is-disabled,
.button[disabled="disabled"],
a.button[disabled="disabled"],
.button.is-disabled:hover,
a.button.is-disabled:hover,
.button[disabled="disabled"]:hover,
a.button[disabled="disabled"]:hover,
.button.is-disabled:focus,
a.button.is-disabled:focus,
.button[disabled="disabled"]:focus,
a.button[disabled="disabled"]:focus,
.button.is-disabled:active,
a.button.is-disabled:active,
.button[disabled="disabled"]:active,
a.button[disabled="disabled"]:active {
  background: #bbd9f1;
  border-color: #bbd9f1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.button.button--bordered--white,
a.button.button--bordered--white {
  color: #fff;
  border: solid 2px #fff;
}
.button.button--bordered,
a.button.button--bordered {
  color: #282828;
  border: solid 2px #008bf8;
}
.button.button--bordered,
a.button.button--bordered,
.button.button--bordered--white,
a.button.button--bordered--white {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #282828;
  background: transparent;
  border: solid 2px #0777cf;
}
.button.button--bordered:hover,
a.button.button--bordered:hover,
.button.button--bordered--white:hover,
a.button.button--bordered--white:hover {
  color: #282828;
  background: #e8f2fa;
  border: 2px solid #348fd7;
}
.button.button--bordered:focus,
a.button.button--bordered:focus,
.button.button--bordered--white:focus,
a.button.button--bordered--white:focus {
  color: #282828;
  border: 2px solid #0777cf;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
}
.button.button--bordered:active,
a.button.button--bordered:active,
.button.button--bordered--white:active,
a.button.button--bordered--white:active {
  color: #282828;
  background: #d1e6f6;
  border: 2px solid #076dbd;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #667988;
}
.button.button--bordered.is-disabled,
a.button.button--bordered.is-disabled,
.button.button--bordered--white.is-disabled,
a.button.button--bordered--white.is-disabled,
.button.button--bordered[disabled="disabled"],
a.button.button--bordered[disabled="disabled"],
.button.button--bordered--white[disabled="disabled"],
a.button.button--bordered--white[disabled="disabled"],
.button.button--bordered.is-disabled:hover,
a.button.button--bordered.is-disabled:hover,
.button.button--bordered--white.is-disabled:hover,
a.button.button--bordered--white.is-disabled:hover,
.button.button--bordered[disabled="disabled"]:hover,
a.button.button--bordered[disabled="disabled"]:hover,
.button.button--bordered--white[disabled="disabled"]:hover,
a.button.button--bordered--white[disabled="disabled"]:hover,
.button.button--bordered.is-disabled:focus,
a.button.button--bordered.is-disabled:focus,
.button.button--bordered--white.is-disabled:focus,
a.button.button--bordered--white.is-disabled:focus,
.button.button--bordered[disabled="disabled"]:focus,
a.button.button--bordered[disabled="disabled"]:focus,
.button.button--bordered--white[disabled="disabled"]:focus,
a.button.button--bordered--white[disabled="disabled"]:focus,
.button.button--bordered.is-disabled:active,
a.button.button--bordered.is-disabled:active,
.button.button--bordered--white.is-disabled:active,
a.button.button--bordered--white.is-disabled:active,
.button.button--bordered[disabled="disabled"]:active,
a.button.button--bordered[disabled="disabled"]:active,
.button.button--bordered--white[disabled="disabled"]:active,
a.button.button--bordered--white[disabled="disabled"]:active {
  color: #667988;
  background: #e8f2fa;
  border: 2px solid #bbd9f1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.button--sm {
  padding: 11px 20px;
  font-size: 14px;
  line-height: 16px;
}
@media only screen and (min-width: 640px) {
  .button--sm {
    padding: 11px 20px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .button--sm {
    padding: 11px 20px;
    font-size: 14px;
    line-height: 16px;
  }
}
.button--md {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 640px) {
  .button--md {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .button--md {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .button--lg {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 20px;
  }
}
.button--secondary {
  background-color: #a0a0a0;
  border: 2px solid #a0a0a0;
}
.button--secondary:focus {
  -webkit-box-shadow: 0 0 0 2px #c7ced3;
  box-shadow: 0 0 0 2px #c7ced3;
}
.button--secondary:active,
.button--secondary--active {
  background-color: #8e8e8e;
  background-image: none;
  border: 2px solid #8e8e8e;
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #c7ced3;
  box-shadow: 0 0 0 2px #c7ced3;
}
.button--secondary.is-disabled,
.button--secondary.is-disabled:hover,
.button--secondary.is-disabled:focus,
.button--secondary.is-disabled:active {
  color: #fff;
  background: #a0a0a0;
  border: 2px solid #a0a0a0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.button--secondary:hover,
a.button--secondary:hover,
.button--secondary:focus,
a.button--secondary:focus,
.button--secondary:active,
a.button--secondary:active {
  color: #fff;
  text-decoration: none;
  background: #b3b3b3;
  border: 2px solid #b3b3b3;
  outline: none;
}
.button--secondary:hover.button--bordered,
a.button--secondary:hover.button--bordered,
.button--secondary:focus.button--bordered,
a.button--secondary:focus.button--bordered,
.button--secondary:active.button--bordered,
a.button--secondary:active.button--bordered,
.button--secondary:hover.button--bordered--white,
a.button--secondary:hover.button--bordered--white,
.button--secondary:focus.button--bordered--white,
a.button--secondary:focus.button--bordered--white,
.button--secondary:active.button--bordered--white,
a.button--secondary:active.button--bordered--white {
  color: #282828;
  background: transparent;
  border: solid 2px #008bf8;
}
@media only screen and (min-width: 640px) {
  .button--secondary:hover.button--bordered,
  a.button--secondary:hover.button--bordered,
  .button--secondary:focus.button--bordered,
  a.button--secondary:focus.button--bordered,
  .button--secondary:active.button--bordered,
  a.button--secondary:active.button--bordered,
  .button--secondary:hover.button--bordered--white,
  a.button--secondary:hover.button--bordered--white,
  .button--secondary:focus.button--bordered--white,
  a.button--secondary:focus.button--bordered--white,
  .button--secondary:active.button--bordered--white,
  a.button--secondary:active.button--bordered--white {
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 960px) {
  .button--secondary:hover.button--bordered,
  a.button--secondary:hover.button--bordered,
  .button--secondary:focus.button--bordered,
  a.button--secondary:focus.button--bordered,
  .button--secondary:active.button--bordered,
  a.button--secondary:active.button--bordered,
  .button--secondary:hover.button--bordered--white,
  a.button--secondary:hover.button--bordered--white,
  .button--secondary:focus.button--bordered--white,
  a.button--secondary:focus.button--bordered--white,
  .button--secondary:active.button--bordered--white,
  a.button--secondary:active.button--bordered--white {
    padding: 18px 20px;
    font-size: 18px;
    line-height: 20px;
  }
}
.button--secondary:hover.button--bordered:hover,
a.button--secondary:hover.button--bordered:hover,
.button--secondary:focus.button--bordered:hover,
a.button--secondary:focus.button--bordered:hover,
.button--secondary:active.button--bordered:hover,
a.button--secondary:active.button--bordered:hover,
.button--secondary:hover.button--bordered--white:hover,
a.button--secondary:hover.button--bordered--white:hover,
.button--secondary:focus.button--bordered--white:hover,
a.button--secondary:focus.button--bordered--white:hover,
.button--secondary:active.button--bordered--white:hover,
a.button--secondary:active.button--bordered--white:hover {
  color: #282828;
  background: #e9f5ff;
  border: 2px solid #0187f0;
}
.button--secondary:hover.button--bordered:focus,
a.button--secondary:hover.button--bordered:focus,
.button--secondary:focus.button--bordered:focus,
a.button--secondary:focus.button--bordered:focus,
.button--secondary:active.button--bordered:focus,
a.button--secondary:active.button--bordered:focus,
.button--secondary:hover.button--bordered--white:focus,
a.button--secondary:hover.button--bordered--white:focus,
.button--secondary:focus.button--bordered--white:focus,
a.button--secondary:focus.button--bordered--white:focus,
.button--secondary:active.button--bordered--white:focus,
a.button--secondary:active.button--bordered--white:focus {
  color: #282828;
  border: 2px solid #0187f0;
}
.button--secondary:hover.button--bordered:active,
a.button--secondary:hover.button--bordered:active,
.button--secondary:focus.button--bordered:active,
a.button--secondary:focus.button--bordered:active,
.button--secondary:active.button--bordered:active,
a.button--secondary:active.button--bordered:active,
.button--secondary:hover.button--bordered--white:active,
a.button--secondary:hover.button--bordered--white:active,
.button--secondary:focus.button--bordered--white:active,
a.button--secondary:focus.button--bordered--white:active,
.button--secondary:active.button--bordered--white:active,
a.button--secondary:active.button--bordered--white:active {
  color: #282828;
  background: #e3f3ff;
  border: 2px solid #0777cf;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button--secondary:hover.button--bordered.is-disabled,
a.button--secondary:hover.button--bordered.is-disabled,
.button--secondary:focus.button--bordered.is-disabled,
a.button--secondary:focus.button--bordered.is-disabled,
.button--secondary:active.button--bordered.is-disabled,
a.button--secondary:active.button--bordered.is-disabled,
.button--secondary:hover.button--bordered--white.is-disabled,
a.button--secondary:hover.button--bordered--white.is-disabled,
.button--secondary:focus.button--bordered--white.is-disabled,
a.button--secondary:focus.button--bordered--white.is-disabled,
.button--secondary:active.button--bordered--white.is-disabled,
a.button--secondary:active.button--bordered--white.is-disabled,
.button--secondary:hover.button--bordered[disabled="disabled"],
a.button--secondary:hover.button--bordered[disabled="disabled"],
.button--secondary:focus.button--bordered[disabled="disabled"],
a.button--secondary:focus.button--bordered[disabled="disabled"],
.button--secondary:active.button--bordered[disabled="disabled"],
a.button--secondary:active.button--bordered[disabled="disabled"],
.button--secondary:hover.button--bordered--white[disabled="disabled"],
a.button--secondary:hover.button--bordered--white[disabled="disabled"],
.button--secondary:focus.button--bordered--white[disabled="disabled"],
a.button--secondary:focus.button--bordered--white[disabled="disabled"],
.button--secondary:active.button--bordered--white[disabled="disabled"],
a.button--secondary:active.button--bordered--white[disabled="disabled"],
.button--secondary:hover.button--bordered.is-disabled:hover,
a.button--secondary:hover.button--bordered.is-disabled:hover,
.button--secondary:focus.button--bordered.is-disabled:hover,
a.button--secondary:focus.button--bordered.is-disabled:hover,
.button--secondary:active.button--bordered.is-disabled:hover,
a.button--secondary:active.button--bordered.is-disabled:hover,
.button--secondary:hover.button--bordered--white.is-disabled:hover,
a.button--secondary:hover.button--bordered--white.is-disabled:hover,
.button--secondary:focus.button--bordered--white.is-disabled:hover,
a.button--secondary:focus.button--bordered--white.is-disabled:hover,
.button--secondary:active.button--bordered--white.is-disabled:hover,
a.button--secondary:active.button--bordered--white.is-disabled:hover,
.button--secondary:hover.button--bordered[disabled="disabled"]:hover,
a.button--secondary:hover.button--bordered[disabled="disabled"]:hover,
.button--secondary:focus.button--bordered[disabled="disabled"]:hover,
a.button--secondary:focus.button--bordered[disabled="disabled"]:hover,
.button--secondary:active.button--bordered[disabled="disabled"]:hover,
a.button--secondary:active.button--bordered[disabled="disabled"]:hover,
.button--secondary:hover.button--bordered--white[disabled="disabled"]:hover,
a.button--secondary:hover.button--bordered--white[disabled="disabled"]:hover,
.button--secondary:focus.button--bordered--white[disabled="disabled"]:hover,
a.button--secondary:focus.button--bordered--white[disabled="disabled"]:hover,
.button--secondary:active.button--bordered--white[disabled="disabled"]:hover,
a.button--secondary:active.button--bordered--white[disabled="disabled"]:hover,
.button--secondary:hover.button--bordered.is-disabled:focus,
a.button--secondary:hover.button--bordered.is-disabled:focus,
.button--secondary:focus.button--bordered.is-disabled:focus,
a.button--secondary:focus.button--bordered.is-disabled:focus,
.button--secondary:active.button--bordered.is-disabled:focus,
a.button--secondary:active.button--bordered.is-disabled:focus,
.button--secondary:hover.button--bordered--white.is-disabled:focus,
a.button--secondary:hover.button--bordered--white.is-disabled:focus,
.button--secondary:focus.button--bordered--white.is-disabled:focus,
a.button--secondary:focus.button--bordered--white.is-disabled:focus,
.button--secondary:active.button--bordered--white.is-disabled:focus,
a.button--secondary:active.button--bordered--white.is-disabled:focus,
.button--secondary:hover.button--bordered[disabled="disabled"]:focus,
a.button--secondary:hover.button--bordered[disabled="disabled"]:focus,
.button--secondary:focus.button--bordered[disabled="disabled"]:focus,
a.button--secondary:focus.button--bordered[disabled="disabled"]:focus,
.button--secondary:active.button--bordered[disabled="disabled"]:focus,
a.button--secondary:active.button--bordered[disabled="disabled"]:focus,
.button--secondary:hover.button--bordered--white[disabled="disabled"]:focus,
a.button--secondary:hover.button--bordered--white[disabled="disabled"]:focus,
.button--secondary:focus.button--bordered--white[disabled="disabled"]:focus,
a.button--secondary:focus.button--bordered--white[disabled="disabled"]:focus,
.button--secondary:active.button--bordered--white[disabled="disabled"]:focus,
a.button--secondary:active.button--bordered--white[disabled="disabled"]:focus,
.button--secondary:hover.button--bordered.is-disabled:active,
a.button--secondary:hover.button--bordered.is-disabled:active,
.button--secondary:focus.button--bordered.is-disabled:active,
a.button--secondary:focus.button--bordered.is-disabled:active,
.button--secondary:active.button--bordered.is-disabled:active,
a.button--secondary:active.button--bordered.is-disabled:active,
.button--secondary:hover.button--bordered--white.is-disabled:active,
a.button--secondary:hover.button--bordered--white.is-disabled:active,
.button--secondary:focus.button--bordered--white.is-disabled:active,
a.button--secondary:focus.button--bordered--white.is-disabled:active,
.button--secondary:active.button--bordered--white.is-disabled:active,
a.button--secondary:active.button--bordered--white.is-disabled:active,
.button--secondary:hover.button--bordered[disabled="disabled"]:active,
a.button--secondary:hover.button--bordered[disabled="disabled"]:active,
.button--secondary:focus.button--bordered[disabled="disabled"]:active,
a.button--secondary:focus.button--bordered[disabled="disabled"]:active,
.button--secondary:active.button--bordered[disabled="disabled"]:active,
a.button--secondary:active.button--bordered[disabled="disabled"]:active,
.button--secondary:hover.button--bordered--white[disabled="disabled"]:active,
a.button--secondary:hover.button--bordered--white[disabled="disabled"]:active,
.button--secondary:focus.button--bordered--white[disabled="disabled"]:active,
a.button--secondary:focus.button--bordered--white[disabled="disabled"]:active,
.button--secondary:active.button--bordered--white[disabled="disabled"]:active,
a.button--secondary:active.button--bordered--white[disabled="disabled"]:active {
  background: #fff;
  border: 2px solid #b3ddfd;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
}
picture {
  display: inline-block;
}
.lazy-img {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.lazy-img--loaded {
  opacity: 1;
}
.scroll-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(34, 34, 34, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-tap-highlight-color: transparent;
}
.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 2px 13px 0 #414141;
  box-shadow: 0 2px 13px 0 #414141;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.modal-animation-slide {
  display: none;
}
.modal-animation-slide.is-open {
  display: block;
}
.modal-animation-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: modal-fadeIn 0.25s cubic-bezier(0, 0, 0.2, 1);
  animation: modal-fadeIn 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.modal-animation-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: modal-slideIn 0.25s cubic-bezier(0, 0, 0.2, 1);
  animation: modal-slideIn 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.modal-animation-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: modal-fadeOut 0.25s cubic-bezier(0, 0, 0.2, 1);
  animation: modal-fadeOut 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.modal-animation-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: modal__slideOut 0.25s cubic-bezier(0, 0, 0.2, 1);
  animation: modal__slideOut 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.modal__overlay,
.modal__container {
  will-change: transform;
}
@-webkit-keyframes modal-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes modal-slideIn {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes modal-slideIn {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes modal-slideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes modal-slideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.popup {
  position: relative;
  width: 700px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
.popup__title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #414141;
}
@media only screen and (min-width: 640px) {
  .popup__title {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.popup__message {
  font-size: 12px;
  line-height: 1.71;
}
@media only screen and (min-width: 640px) {
  .popup__message {
    font-size: 14px;
  }
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 20px;
  color: #808080;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.popup__close:hover {
  color: #414141;
}
.popup__close svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.popup--api-success,
.popup--api-fail,
.popup--api-warning,
.popup--api-notification {
  width: 288px;
  padding: 36px 51px 40px;
}
@media only screen and (min-width: 640px) {
  .popup--api-success,
  .popup--api-fail,
  .popup--api-warning,
  .popup--api-notification {
    width: 400px;
    padding: 54px 52px 52px;
  }
}
.popup--api-success:before,
.popup--api-fail:before,
.popup--api-warning:before,
.popup--api-notification:before {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
}
.popup--api-success:before {
  content: url("../images/_global/modals/decoration-success.svg");
}
.popup--api-fail:before {
  content: url("../images/_global/modals/decoration-fail.svg");
}
.popup--api-warning:before {
  content: url("../images/_global/modals/icon-warning.svg");
}
.popup--api-notification:before {
  content: url("../images/_global/modals/icon-info.svg");
}
.pagination .pagination__container {
  min-height: 32px;
  padding: 0 22px;
}
.pagination .pagination__item {
  position: relative;
  display: inline-block;
  width: 32px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #2c2c2c;
  text-decoration: none;
}
.pagination
  .pagination__item:hover:not(.pagination__item-active):not(.pagination__item-disabled) {
  color: #0777cf;
}
.pagination .pagination__item-active {
  cursor: default;
  pointer-events: none;
}
.pagination .pagination__item-active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0777cf;
}
.pagination .pagination__item-disabled {
  cursor: default;
  pointer-events: none;
}
.pagination .pagination__item {
  position: relative;
}
.pagination .pagination__item:first-child:before {
  content: "";
  top: 13px;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.pagination .pagination__item:last-child:before {
  content: "";
  top: 5px;
  left: 40px;
}
.pagination .pagination__item:before {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuOTk5NyAxNEM1Ljc0NDkyIDE0IDUuNDg4NzQgMTMuOTAyNSA1LjI5MzQ1IDEzLjcwNjdDNC45MDIxOCAxMy4zMTYgNC45MDIxOCAxMi42ODM3IDUuMjkzNDUgMTIuMjkyMkw5LjU4NTUzIDcuOTk5OTFMNS4yOTM0NSAzLjcwNjg0QzQuOTAyMTggMy4zMTYwOCA0LjkwMjE4IDIuNjgzODIgNS4yOTM0NSAyLjI5MzA3QzUuNjg0MDIgMS45MDIzMSA2LjMxNjc4IDEuOTAyMzEgNi43MDczNSAyLjI5MzA3TDExLjcwNzEgNy4yOTI2NEMxMi4wOTc2IDcuNjgzNCAxMi4wOTc2IDguMzE2NDEgMTEuNzA3MSA4LjcwNzE3TDYuNzA2NjUgMTMuNzA3NUM2LjUxMjA2IDEzLjkwMjUgNi4yNTU4OCAxNCA1Ljk5OTcgMTRaIiBmaWxsPSIjNTQ2NDcwIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
}
.bread-crumbs-wrapper {
  padding-top: 8px;
  padding-bottom: 2px;
  white-space: nowrap;
}
.bread-crumbs {
  width: 100%;
  font-size: 0;
  line-height: 1;
}
.bread-crumbs__item {
  display: inline-block;
  margin: 0 0 6px;
  vertical-align: baseline;
  text-decoration: underline;
}
.bread-crumbs__item:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 3px;
  margin-right: 6px;
  margin-bottom: 2px;
  margin-left: 6px;
  vertical-align: baseline;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjMiIHZpZXdCb3g9IjAgMCAyIDMiPiAgICA8cGF0aCBmaWxsPSIjNDE0MTQxIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0wIDBoMXYxSDBWMHptMCAyaDF2MUgwVjJ6bTEtMWgxdjFIMVYxeiIvPjwvc3ZnPg==");
}
.bread-crumbs__item:last-child {
  margin-bottom: 0;
  text-decoration: none;
}
.bread-crumbs__item:last-child::after {
  display: none;
}
.bread-crumbs__item span {
  font-size: 12px;
  line-height: 1.45;
  color: #959595;
}
.is-reduced .bread-crumbs__item {
  display: none;
}
.is-reduced .bread-crumbs__item:first-child,
.is-reduced .bread-crumbs__item:last-child,
.is-reduced .bread-crumbs__item:nth-child(2) {
  display: inline-block;
}
.is-reduced .bread-crumbs__item:nth-child(2):not(:last-child):before {
  content: "...";
  font-weight: bold;
  font-size: 12px;
}
.is-reduced
  .bread-crumbs__item:nth-child(2):not(:last-child)
  .bread-crumbs__link {
  display: none;
}
.bread-crumbs__item--placeholder {
  font-weight: 700;
  font-size: 11px;
}
.bread-crumbs__link {
  display: inline-block;
  color: #959595;
  text-decoration: none;
}
.bread-crumbs__link:hover {
  color: #323232;
  text-decoration: none;
}
.bread-crumbs__link:hover span {
  text-decoration: underline;
}
.bread-crumbs-wrapper--reverse .bread-crumbs__item::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjMiIHZpZXdCb3g9IjAgMCAyIDMiPiAgICA8cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0wIDBoMXYxSDBWMHptMCAyaDF2MUgwVjJ6bTEtMWgxdjFIMVYxeiIvPjwvc3ZnPg==");
}
.bread-crumbs-wrapper--reverse .bread-crumbs__item span {
  color: #fff;
}
.bread-crumbs-wrapper--dark-bg {
  background-color: #474c54;
}
.bread-crumbs-wrapper--white {
  white-space: normal;
}
.bread-crumbs-wrapper--white .bread-crumbs__item {
  position: relative;
  margin: 0 18px 6px 0;
  text-decoration: none;
}
.bread-crumbs-wrapper--white .bread-crumbs__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 4px;
  height: 5px;
  margin: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA0IDUiPiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iIzAwODhDRSIgZD0iTTEgMGwyIDIuNUwxIDUiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bread-crumbs-wrapper--white .bread-crumbs__item:last-child {
  display: inline;
  margin: 0;
}
.bread-crumbs-wrapper--white .bread-crumbs__item:last-child::after {
  display: none;
}
.bread-crumbs-wrapper--white .bread-crumbs__item:last-child span {
  color: #d0d3db;
}
.bread-crumbs-wrapper--white .bread-crumbs__item span {
  font-size: 12px;
  line-height: 1.71;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .bread-crumbs-wrapper--white .bread-crumbs__item span {
    font-size: 14px;
    line-height: 1.75;
  }
}
.bread-crumbs-wrapper--absolute {
  position: absolute;
  top: 0;
  white-space: normal;
}
.bread-crumbs-wrapper--absolute .bread-crumbs__item {
  position: relative;
  margin: 0 18px 6px 0;
  text-decoration: none;
}
.bread-crumbs-wrapper--absolute .bread-crumbs__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 4px;
  height: 5px;
  margin: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA0IDUiPiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iIzAwODhDRSIgZD0iTTEgMGwyIDIuNUwxIDUiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bread-crumbs-wrapper--absolute .bread-crumbs__item:last-child::after {
  display: none;
}
.bread-crumbs-wrapper--absolute .bread-crumbs__item:last-child span {
  color: #667988;
}
.bread-crumbs-wrapper--absolute .bread-crumbs__item span {
  font-size: 12px;
  line-height: 2.3;
  color: #2c2c2c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1280px) {
  .bread-crumbs-wrapper--absolute .bread-crumbs__item span {
    font-size: 14px;
    line-height: 2;
  }
}
.bread-crumbs-wrapper--inline {
  white-space: normal;
}
.bread-crumbs-wrapper--inline .bread-crumbs__item {
  position: relative;
  display: inline;
  margin: 0;
  text-decoration: none;
}
.bread-crumbs-wrapper--inline .bread-crumbs__item:after {
  content: "";
  top: 50%;
  left: 0;
  width: 4px;
  height: 5px;
  margin: 0 9px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjUiIHZpZXdCb3g9IjAgMCA0IDUiPiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iIzAwODhDRSIgZD0iTTEgMGwyIDIuNUwxIDUiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bread-crumbs-wrapper--inline .bread-crumbs__item:last-child::after {
  display: none;
}
.bread-crumbs-wrapper--inline .bread-crumbs__item:last-child span {
  color: #667988;
}
.bread-crumbs-wrapper--inline .bread-crumbs__item span {
  font-size: 12px;
  line-height: 1.71;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 640px) {
  .bread-crumbs-wrapper--inline .bread-crumbs__item span {
    font-size: 14px;
    line-height: 1.5;
  }
}
