@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -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] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


@-webkit-keyframes slide-left-in {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}


@keyframes slide-left-in {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slide-left-out {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@keyframes slide-left-out {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@-webkit-keyframes slide-right-in {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slide-right-in {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slide-right-out {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes slide-right-out {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slide-top-in {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slide-top-in {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes slide-top-out {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@keyframes slide-top-out {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes arrow-hover {
  0% {
    right: 8px;
  }
  50% {
    right: 0;
  }
  100% {
    right: 8px;
  }
}
@keyframes arrow-hover {
  0% {
    right: 8px;
  }
  50% {
    right: 0;
  }
  100% {
    right: 8px;
  }
}
@font-face {
  font-family: "pr_headings-regular";
  src: url("../woff2/weave-bold-pro.woff2") format("woff2"), url("../ttf/weave-bold-pro.ttf") format("truetype"), url("../woff/weave-bold-pro.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "pr_body-regular";
  src: url("../woff2/notosans-regular.woff2") format("woff2"), url("../ttf/notosans-regular.ttf") format("truetype"), url("../woff/notosans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.container {
  position: relative;
}
.container__inner {
  position: relative;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 18.75rem;
  max-width: 90rem;
}
.container__inner::before, .container__inner::after {
  display: table;
  content: "";
}
.container__inner::after {
  clear: both;
}
@media (min-width: 768px) {
  .container__inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .container__inner {
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
  }
}
.container__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.container__bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.container--bg-image .container__bg::after {
  display: block;
  content: "";
  background: rgba(34, 45, 56, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container--bg-image .container__slider::after {
  display: none;
}
.container__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.container.container--width-fullscreen > .container__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
}
.container.container--width-full > .container__inner {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .container.container--width-full-lt-desktop > .container__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .container--bg-image {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 38.5625rem;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.theme-contrast .container--bg-image .accessible-wrapper {
  margin: -40px;
  padding: 40px;
  background: #0C294E;
}
@media (max-width: 768px) {
  .theme-contrast .container--bg-image .accessible-wrapper {
    margin: -16px -8px 0;
    padding: 16px 8px;
  }
}
.theme-contrast .container--media-with-bgcolor {
  color: #fff;
  background: #0C294E !important;
}
.container--white-color {
  background-color: #fff;
}
.container--blue {
  background-color: #5fa4d0;
}
.container--dark-blue {
  background-color: #0c294e;
}
.container--red {
  background-color: #521f1f;
}
.container--orange {
  background-color: #d05428;
}
.container--green {
  color: #fff;
  background-color: #5c682e;
}
.container--gray-light {
  background-color: #E9E9E9;
}
.container--gray {
  background-color: #222d38;
}
.container--beige {
  background-color: #f9f8f7;
}
.container--white-smoke {
  background-color: #F2F2F2;
}
.container--white-floral {
  background-color: #FCF7EF;
}
.container--reverse-color {
  color: #fff;
}
.container--pt-small {
  padding-top: 3.375rem;
}
@media (min-width: 768px) {
  .container--pt-small {
    padding-top: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .container--pt-small {
    padding-top: 5.625rem;
  }
}
.container--pt-medium {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .container--pt-medium {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .container--pt-medium {
    padding-top: 6.25rem;
  }
}
.container--pt-large {
  padding-top: 5.625rem;
}
@media (min-width: 768px) {
  .container--pt-large {
    padding-top: 8.125rem;
  }
}
@media (min-width: 1024px) {
  .container--pt-large {
    padding-top: 10.875rem;
  }
}
.container--pt-extralarge {
  padding-top: 8.125rem;
}
@media (min-width: 768px) {
  .container--pt-extralarge {
    padding-top: 8.125rem;
  }
}
@media (min-width: 1024px) {
  .container--pt-extralarge {
    padding-top: 10.875rem;
  }
}
.container--pb-small {
  padding-bottom: 3.375rem;
}
@media (min-width: 768px) {
  .container--pb-small {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .container--pb-small {
    padding-bottom: 5.625rem;
  }
}
.container--pb-medium {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .container--pb-medium {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .container--pb-medium {
    padding-bottom: 6.25rem;
  }
}
.container--pb-large {
  padding-bottom: 5.625rem;
}
@media (min-width: 768px) {
  .container--pb-large {
    padding-bottom: 8.125rem;
  }
}
@media (min-width: 1024px) {
  .container--pb-large {
    padding-bottom: 10.875rem;
  }
}
.container--pb-extralarge {
  padding-bottom: 8.125rem;
}
@media (min-width: 768px) {
  .container--pb-extralarge {
    padding-bottom: 8.125rem;
  }
}
@media (min-width: 1024px) {
  .container--pb-extralarge {
    padding-bottom: 10.875rem;
  }
}
.container::before, .container::after {
  display: table;
  content: "";
}
.container::after {
  clear: both;
}
.container--original-ratio .media__item {
  width: 100% !important;
}
.container--original-ratio .media-image img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.container--divider::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 1.875rem);
  max-width: 83.125rem;
  opacity: 0.4;
  content: "";
  border-bottom: 0.0625rem solid rgba(34, 45, 56, 0.49);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .container--divider::after {
    width: calc(100% - 3.75rem);
  }
}
@media (min-width: 1024px) {
  .container--divider::after {
    width: calc(100% - 6.875rem);
  }
}
.container--focus {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .container--focus .media__item {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media (min-width: 768px) {
  .container--focus .container__inner {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .block-no-results--indents {
    padding: 13.125rem 0;
  }
}

.row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media (min-width: 1024px) {
  .row {
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
  }
}
.row.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.collapse [class^=col-],
.row.collapse [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.line-delimiter {
  margin: 0;
}
@media (min-width: 768px) {
  .row.line-delimiter {
    margin-right: -0.03125rem;
    margin-left: -0.03125rem;
  }
}
.row.line-delimiter [class^=col-],
.row.line-delimiter [class*=" col-"] {
  padding: 0.03125rem 0rem;
}
@media (min-width: 768px) {
  .row.line-delimiter [class^=col-],
  .row.line-delimiter [class*=" col-"] {
    padding: 0.03125rem;
  }
}
.row.two-items-tablet [class^=col-]:nth-child(3),
.row.two-items-tablet [class*=" col-"]:nth-child(3) {
  display: block;
}
@media (min-width: 768px) {
  .row.two-items-tablet [class^=col-]:nth-child(3),
  .row.two-items-tablet [class*=" col-"]:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .row.two-items-tablet [class^=col-]:nth-child(3),
  .row.two-items-tablet [class*=" col-"]:nth-child(3) {
    display: block;
  }
}

.col.reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.col-xs {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
@media (min-width: 768px) {
  .col-xs {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-1 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
}
@media (min-width: 768px) {
  .col-xs-1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-1 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-2 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
@media (min-width: 768px) {
  .col-xs-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-2 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-3 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (min-width: 768px) {
  .col-xs-3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-3 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-4 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
@media (min-width: 768px) {
  .col-xs-4 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-4 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-5 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
}
@media (min-width: 768px) {
  .col-xs-5 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-5 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-6 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 768px) {
  .col-xs-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-6 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-7 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
}
@media (min-width: 768px) {
  .col-xs-7 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-7 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-8 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
@media (min-width: 768px) {
  .col-xs-8 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-8 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-9 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media (min-width: 768px) {
  .col-xs-9 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-9 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-10 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
}
@media (min-width: 768px) {
  .col-xs-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-10 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-11 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
}
@media (min-width: 768px) {
  .col-xs-11 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-11 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-12 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 768px) {
  .col-xs-12 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-12 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-0 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-xs-offset-0 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-0 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-1 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 8.3333333333%;
}
@media (min-width: 768px) {
  .col-xs-offset-1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-1 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-2 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 16.6666666667%;
}
@media (min-width: 768px) {
  .col-xs-offset-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-2 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-3 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 25%;
}
@media (min-width: 768px) {
  .col-xs-offset-3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-3 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-4 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 33.3333333333%;
}
@media (min-width: 768px) {
  .col-xs-offset-4 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-4 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-5 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 41.6666666667%;
}
@media (min-width: 768px) {
  .col-xs-offset-5 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-5 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-6 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 50%;
}
@media (min-width: 768px) {
  .col-xs-offset-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-6 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-7 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 58.3333333333%;
}
@media (min-width: 768px) {
  .col-xs-offset-7 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-7 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-8 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 66.6666666667%;
}
@media (min-width: 768px) {
  .col-xs-offset-8 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-8 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-9 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 75%;
}
@media (min-width: 768px) {
  .col-xs-offset-9 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-9 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-10 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 83.3333333333%;
}
@media (min-width: 768px) {
  .col-xs-offset-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-10 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-11 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 91.6666666667%;
}
@media (min-width: 768px) {
  .col-xs-offset-11 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-11 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.col-xs-offset-12 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-xs-offset-12 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .col-xs-offset-12 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.start-xs {
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left;
}

.center-xs {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: right;
}

.top-xs {
  -ms-flex-align: start;
      align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
      align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
      align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
      order: -1;
}

.last-xs {
  -ms-flex-order: 1;
      order: 1;
}

@media only screen and (min-width: 320px) {
  .col-sm {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-1 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-1 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-2 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-2 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-3 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-3 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-4 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-4 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-4 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-5 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-5 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-5 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-6 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-6 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-7 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-7 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-7 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-8 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-8 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-9 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-9 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-9 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-10 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-10 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-11 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-11 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-11 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-12 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-12 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-12 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-0 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-0 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-0 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-1 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-1 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-2 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-2 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-3 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-3 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-4 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-4 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-4 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-5 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-5 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-5 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-6 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-6 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-7 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-7 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-7 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-8 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-8 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-9 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 75%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-9 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-9 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-10 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-10 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-11 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-11 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-11 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .col-sm-offset-12 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 100%;
  }
}
@media only screen and (min-width: 320px) and (min-width: 768px) {
  .col-sm-offset-12 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 320px) and (min-width: 1024px) {
  .col-sm-offset-12 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 320px) {
  .start-sm {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left;
  }
  .center-sm {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right;
  }
  .top-sm {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
        align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
        order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .col-md {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-1 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-2 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-2 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-3 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-3 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-4 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-4 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-4 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-5 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-5 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-5 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-6 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-6 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-7 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-7 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-7 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-8 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-8 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-9 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-9 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-9 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-10 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-10 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-11 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-11 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-11 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-12 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-12 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-12 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-0 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-0 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-0 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-1 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-1 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-2 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-2 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-3 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-3 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-4 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-4 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-4 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-5 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-5 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-5 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-6 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-6 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-7 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-7 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-7 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-8 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-8 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-9 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 75%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-9 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-9 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-10 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-10 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-11 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-11 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-11 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-offset-12 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 100%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .col-md-offset-12 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .col-md-offset-12 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) {
  .start-md {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left;
  }
  .center-md {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right;
  }
  .top-md {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
        align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
        order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-1 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-1 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-2 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-2 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-3 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-3 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-4 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-4 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-4 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-5 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-5 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-5 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-6 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-6 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-7 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-7 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-7 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-8 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-8 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-9 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-9 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-9 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-10 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-10 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-11 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-11 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-11 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-12 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-12 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-12 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-0 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-0 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-0 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-1 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-1 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-2 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-2 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-2 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-3 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-3 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-3 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-4 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-4 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-4 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-5 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-5 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-5 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-6 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-6 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-6 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-7 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-7 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-7 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-8 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-8 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-8 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-9 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-9 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-9 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-10 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-10 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-10 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-11 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-11 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-11 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .col-lg-offset-12 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .col-lg-offset-12 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .col-lg-offset-12 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .start-lg {
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left;
  }
  .center-lg {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right;
  }
  .top-lg {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
        align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
        order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
        order: 1;
  }
}
.box,
.box-first,
.box-large,
.box-nested,
.box-row {
  position: relative;
  margin-bottom: 0;
  padding: 1rem 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 2.25rem;
  text-align: center;
  color: #0c294e;
  background: rgba(12, 41, 78, 0.1);
  border: 1px solid #2273db;
}

.box-large {
  height: 8rem;
}

.box-row {
  margin-bottom: 1em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body,
html {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #222d38;
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
}
body a {
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}

.sr-only,
.visually-hidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  display: block;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  border: 0;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.micromodal__trigger.focus-visible {
  outline: 0.0625rem dotted #212121;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}

.page-number .focus-visible,
.page-number .focus-shown {
  outline: 0.0625rem dotted #212121;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.page-number .focus-visible:focus, .page-number .focus-visible:hover,
.page-number .focus-shown:focus,
.page-number .focus-shown:hover {
  outline: 0.0625rem dotted #212121;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}

.mobile-visible {
  display: block;
}
@media (min-width: 768px) {
  .mobile-visible {
    display: none;
  }
}

.tablet-visible {
  display: block;
}
@media (min-width: 1024px) {
  .tablet-visible {
    display: none;
  }
}

.desktop-visible {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-visible {
    display: block;
  }
}

.toolbar-oriented .toolbar-bar {
  position: fixed;
}

.action-links {
  margin: 0 !important;
}

.dialog-off-canvas-main-canvas {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}
.dialog-off-canvas-main-canvas.show-autosuggestion {
  position: relative;
}
.dialog-off-canvas-main-canvas.show-autosuggestion::after {
  position: absolute;
  z-index: 8888;
  top: 11.875rem;
  bottom: 0;
  display: block;
  width: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.95);
}
@media (min-width: 768px) {
  .dialog-off-canvas-main-canvas.show-autosuggestion::after {
    top: 14.125rem;
  }
}
@media (min-width: 1024px) {
  .dialog-off-canvas-main-canvas.show-autosuggestion::after {
    top: 17rem;
  }
}
.dialog-off-canvas-main-canvas .page-content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.dialog-off-canvas-main-canvas .footer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.pernod-search-page .region.region-breadcrumb {
  display: none;
}

/* stylelint-disable-next-line */
#prc-vendor-doubleclick,
#prc-vendor-facebook,
#prc-vendor-facebook-connect {
  display: none !important;
  /* stylelint-disable-next-line */
}
#prc-vendor-doubleclick *,
#prc-vendor-facebook *,
#prc-vendor-facebook-connect * {
  display: none !important;
}

iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  line-height: 1.25;
  font-weight: normal;
}

h1 {
  font-size: 2.625rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4.75rem;
  }
}

h2 {
  font-size: 2.375rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.875rem;
  }
}
@media (min-width: 768px) {
  h2 {
    margin-bottom: 0.5625rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    margin-bottom: 0.625rem;
  }
}

h3 {
  font-size: 2.125rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.375rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  h3 {
    margin-bottom: 0.5625rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    margin-bottom: 0.625rem;
  }
}

h4 {
  font-size: 1.875rem;
  margin-bottom: 0.4375rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2.0625rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  h4 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    margin-bottom: 0.875rem;
  }
}

h5 {
  margin-bottom: 0.3125rem;
  font-size: 1.75rem;
}

h6 {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
}

.title--out-of-block {
  margin-bottom: -2rem;
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .title--out-of-block {
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 1024px) {
  .title--out-of-block {
    margin-bottom: -3.125rem;
  }
}
@media (min-width: 768px) {
  .title--out-of-block {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .title--out-of-block {
    padding-top: 6.25rem;
  }
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 2.25rem;
  }
}
p:last-child {
  margin-bottom: 0;
}

.nomargin {
  margin: 0;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

ul ul {
  list-style-type: circle;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
ul ul ul {
  list-style-type: none;
  /* stylelint-disable-next-line */
}
ul ul ul > li {
  /* stylelint-disable-next-line */
}
ul ul ul > li::before {
  position: absolute;
  margin-left: -1.1em;
  content: "–";
}

.primary-bullets {
  margin-left: 0;
  list-style-type: none;
}
.primary-bullets li {
  position: relative;
  padding: 0 0 0 1.25rem;
}
.primary-bullets li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background: #222d38;
  border-radius: 50%;
}

ol ol {
  list-style-type: lower-alpha;
}

.sitemap-item ul,
.sitemap-item ol,
.sitemap-item li,
.block-sitemap ul,
.block-sitemap ol,
.block-sitemap li {
  list-style: none;
}

.tabs-slider {
  position: relative;
  overflow-x: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .tabs-slider {
    overflow-x: visible;
  }
}

.tabs-slider__arrow-container {
  position: relative;
}
.tabs-slider__arrow-container::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -2px;
  width: 5.3125rem;
  height: 2.25rem;
  pointer-events: none;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.0001)), color-stop(69.58%, #fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0%, #fff 69.58%);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.anchor__menu-container .tabs-slider__arrow-container::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 41, 78, 0.0001)), to(#0c294e));
  background: linear-gradient(90deg, rgba(12, 41, 78, 0.0001) 0%, #0c294e 100%);
}
.filters__list-wrapper .tabs-slider__arrow-container::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 41, 78, 0.0001)), to(#0c294e));
  background: linear-gradient(90deg, rgba(12, 41, 78, 0.0001) 0%, #0c294e 100%);
}
@media (min-width: 1024px) {
  .tabs-slider__arrow-container::before {
    display: none;
  }
}
.tabs-slider__arrow-container::after {
  position: absolute;
  z-index: 2;
  top: 0.5625rem;
  right: 0.125rem;
  padding: 0.25rem;
  display: inline-block;
  content: "";
  border: solid #5fa4d0;
  border-width: 0rem 0.1875rem 0.1875rem 0rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.theme-contrast .tabs-slider__arrow-container::after {
  border-color: #54B5F3;
}
@media (min-width: 1024px) {
  .tabs-slider__arrow-container::after {
    display: none;
  }
}

.tabs-slider__item {
  padding: 0rem 1.75rem 0rem 0rem;
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .tabs-slider__item {
    padding: 0rem 2.375rem 0rem 0rem;
  }
}
.tabs-slider__item:last-of-type {
  padding: 0;
}
.tabs-slider__item a,
.tabs-slider__item label {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tabs-slider__controls-prev,
.tabs-slider__controls-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.3125rem;
  height: 2.25rem;
  background: none;
  border: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}
.tabs-slider__controls-prev::before,
.tabs-slider__controls-next::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -0.9375rem;
  width: 5.3125rem;
  height: 2.25rem;
  pointer-events: none;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.0001)), color-stop(69.58%, #fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0%, #fff 69.58%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tabs-slider__controls-prev::after,
.tabs-slider__controls-next::after {
  position: absolute;
  z-index: 2;
  top: 0.5625rem;
  right: 0.125rem;
  padding: 0.25rem;
  display: inline-block;
  content: "";
  border: solid #5fa4d0;
  border-width: 0rem 0.1875rem 0.1875rem 0rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.theme-contrast .tabs-slider__controls-prev::after,
.theme-contrast .tabs-slider__controls-next::after {
  border-color: #0057D9;
}
.tabs-slider__controls-prev[disabled],
.tabs-slider__controls-next[disabled] {
  display: none;
}

.tabs-slider__controls-prev {
  right: auto;
  left: 0;
}
.tabs-slider__controls-prev::after {
  right: auto;
  left: 0.125rem;
  border-width: 0rem 0rem 0.1875rem 0.1875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tabs-slider__controls-next::before {
  right: -0.9375rem;
  left: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.0001)), color-stop(69.58%, #fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0%, #fff 69.58%);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.breadcrumbs {
  color: #fff;
}

.breadcrumbs__list {
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
  font-weight: 500;
}
.breadcrumbs__list li {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .breadcrumbs__list li::after {
    padding: 0rem 0.0625rem;
    display: inline-block;
    content: "/";
  }
}
.breadcrumbs__list li a {
  position: relative;
  text-decoration: none;
  color: inherit;
}
.breadcrumbs__list li a:hover, .no-js .breadcrumbs__list li a:hover, .breadcrumbs__list li a:focus {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .breadcrumbs__list li:first-child {
    display: none;
  }
}
.breadcrumbs__list li:nth-last-child(2) {
  display: inline-block;
}
@media (max-width: 767px) {
  .breadcrumbs__list li:nth-last-child(2) a {
    padding-left: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__list li:nth-last-child(2) a::before {
    position: absolute;
    top: 4px;
    left: 1px;
    width: 8px;
    height: 8px;
    content: "";
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (max-width: 767px) {
  .breadcrumbs__list li:nth-last-child(3) {
    display: none;
  }
}
@media (min-width: 768px) {
  .breadcrumbs__list li:last-child::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .breadcrumbs__list li:last-child {
    display: none;
  }
}

.footer-socials__list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
}
@media (min-width: 1024px) {
  .footer-socials__list {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer-socials__item {
  margin: 0rem 1.25rem;
}
.footer-socials__item:first-child {
  margin-left: 0;
}
.footer-socials__item:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .footer-socials__item {
    margin: 0rem 1.25rem;
  }
}
.footer-socials__link {
  display: block;
}
.footer-socials__link:hover, .no-js .footer-socials__link:hover, .footer-socials__link:focus {
  opacity: 0.7;
}
.footer-socials__icon {
  width: 25px;
  height: 25px;
  fill: #0c294e;
}
.footer-socials__item--twitter .footer-socials__icon {
  width: 24px;
  height: 20px;
}
.footer-socials__item--youtube .footer-socials__icon {
  width: 20px;
  height: 24px;
}

.global-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 3.75rem;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: progress;
}
.global-loader__inner {
  position: absolute;
  top: 15%;
  left: 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  height: 70%;
  opacity: 1;
  border: 0.25rem solid transparent;
  border-radius: 50%;
}
.global-loader__inner--first {
  border-left-color: #2D8EFB;
  border-right-color: #F1D9B0;
  -webkit-animation: gl-rotation 2s linear infinite;
          animation: gl-rotation 2s linear infinite;
}
.global-loader__inner--second {
  border-top-color: #222d38;
  border-bottom-color: #0c294e;
  -webkit-animation: gl-rotation 2s linear infinite;
          animation: gl-rotation 2s linear infinite;
}

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

@keyframes gl-rotation {
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.location-menu-block {
  margin-top: 0;
}

.main-menu-block,
.block__main-menu,
.menu--main {
  position: relative;
  margin-top: 1.375rem;
}
@media (max-width: 1023px) {
  .show-autosuggestion .main-menu-block,
  .show-autosuggestion .block__main-menu,
  .show-autosuggestion .menu--main {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .main-menu-block,
  .block__main-menu,
  .menu--main {
    position: static;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.main-menu-block.location-menu-block,
.block__main-menu.location-menu-block,
.menu--main.location-menu-block {
  margin-top: 0;
}

.map-interactive__header {
  margin: 0 auto;
  padding: 1.25rem 0.875rem;
  max-width: 90rem;
}
@media (min-width: 1024px) {
  .map-interactive__header {
    padding: 2.9375rem 9% 3rem;
  }
}
.map-interactive__title {
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .map-interactive__title {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .map-interactive__text {
    font-size: 1.125rem;
    line-height: 2;
  }
  .map-interactive__text p {
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .map-interactive__map {
    background: #F1F1E7;
  }
}
@media (min-width: 1024px) {
  .map-interactive__map-inner {
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    max-width: 64rem;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .map-interactive__map-inner {
    padding-right: 3.4375rem;
    max-width: 90rem;
  }
}
@media (min-width: 1024px) {
  .map-interactive__map .map-interactive-menu {
    width: 325px;
  }
}
@media (min-width: 1440px) {
  .map-interactive__map .map-interactive-menu {
    width: 370px;
  }
}
.map-interactive__map-holder {
  display: none;
}
@media (min-width: 1024px) {
  .map-interactive__map-holder {
    position: relative;
    display: block;
    width: 699px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1440px) {
  .map-interactive__map-holder {
    width: 1014px;
  }
}
.map-interactive__map-holder-map {
  position: relative;
  width: 100%;
  height: 417px;
}
@media (min-width: 1440px) {
  .map-interactive__map-holder-map {
    height: 617px;
  }
}

.micromodal .micromodal__content {
  display: none;
}

.modal__overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.9375rem;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(34, 45, 56, 0.65);
}

.modal__dialog {
  position: relative;
  margin: 0.9375rem auto;
  display: -ms-flexbox;
  display: flex;
  max-width: 68.75rem;
  min-height: calc(100% - 0.9375rem * 2);
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}
.modal__dialog.modal__mediaImage {
  max-width: none;
  -ms-flex-pack: center;
      justify-content: center;
}

.modal__container {
  position: relative;
  padding: 4.375rem 0rem 0rem 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  pointer-events: auto;
  background-color: #f9f8f7;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  .modal__container {
    padding: 4.375rem 0rem 0rem;
  }
}
@media (min-width: 1024px) {
  .modal__container {
    padding: 5rem 0rem 0rem 0rem;
  }
}
.modal__mediaImage .modal__container {
  padding: 0;
  width: auto;
}

.modal__content {
  overflow: hidden;
}

.modal__close {
  position: absolute;
  top: 0.9375rem;
  right: 1rem;
  padding: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  color: #222d38;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.modal__close::after {
  margin-left: 0.625rem;
  font-size: 1.5rem;
  font-weight: 400;
  content: "✕";
}
.modal__close.focus-visible { /* stylelint-disable-line */
  outline: 0.0625rem dotted #212121;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.modal__mediaImage .modal__close {
  color: #fff;
}
@media (min-width: 1024px) {
  .modal__mediaImage .modal__close {
    right: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .modal__close {
    right: 2.5rem;
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: show 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: show 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: hide 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: hide 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.accordion__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.accordion__item {
  border-bottom: 1px solid rgba(34, 45, 56, 0.2);
}
.accordion__headline-wrapper {
  margin: 0;
}
.accordion__headline {
  position: relative;
  padding: 1.0625rem 1.25rem 1.0625rem 0rem;
  width: 100%;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.125;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  /* Vertical line */
  /* horizontal line */
}
.accordion__headline::before, .accordion__headline::after {
  background-color: #000 !important;
}
.accordion__headline:before, .accordion__headline:after {
  content: "";
  position: absolute;
  background-color: #222d38;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.accordion__headline:before {
  top: 50%;
  right: 0.4375rem;
  width: 0.125rem;
  height: 1rem;
  margin-top: -0.5rem;
}
.accordion__headline:after {
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.125rem;
  margin-top: -0.0625rem;
}
.accordion__headline.minus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion__headline.minus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__content {
  margin: 0rem -0.9375rem;
  display: none;
}
.accordion__content .container__inner {
  padding: 1.5625rem 0.9375rem;
  border: 0 !important;
}
@media (min-width: 768px) {
  .accordion__content .container__inner {
    padding: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .accordion__content .container__inner {
    padding: 1.875rem 3.4375rem;
  }
}
.accordion__content .container {
  padding: 0 !important;
}
.accordion__content .col-lg-10 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.accordion__content .col-lg-offset-1 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .accordion__content {
    margin: 0rem -1.875rem;
  }
}
@media (min-width: 1024px) {
  .accordion__content {
    margin: 0rem -3.4375rem;
  }
}
.accordion .container__inner {
  padding-top: 1.5625rem;
  border-top: 1px solid rgba(34, 45, 56, 0.2);
}
@media (min-width: 768px) {
  .accordion .container__inner {
    padding-top: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .accordion .container__inner {
    padding-top: 2.5rem;
  }
}

.js-accordion__item--open .accordion__headline::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-accordion__item--open .accordion__headline::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__head {
  margin-bottom: 1.25rem;
}

.action-block {
  margin: 0.9375rem -1rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  list-style-type: none;
}
.action-block__item {
  position: relative;
  margin: 0.9375rem 1rem;
}
@media (min-width: 768px) {
  .action-block__item {
    margin: 1.25rem 1rem;
  }
}
@media (min-width: 1024px) {
  .action-block__item {
    margin: 1.5625rem 1rem;
  }
}
.action-block__item:hover .action-block__sharing {
  visibility: visible;
  opacity: 1;
}
.action-block__sharing {
  position: absolute;
  padding: 0.3125rem 0rem 0rem 0rem;
  visibility: hidden;
  width: 10rem;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
}
.action-block__sharing a {
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer;
}
.action-block__sharing .social-media-links-sharing__icon {
  margin: 0rem 1.375rem 0rem 0rem;
  font-size: 0.875rem;
}
.action-block__sharing .social-media-links-sharing__icon:last-of-type {
  margin: 0;
}
.action-block__icon {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  fill: #0c294e;
}

.skip-link {
  position: fixed !important;
  z-index: 501;
  top: 0;
  left: 0;
  padding: 0.063rem 0.313rem;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #0c294e;
  border-radius: 0 0 0.313rem;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.skip-link:hover {
  color: #0c294e;
  background: #fff;
}
.skip-link.visually-hidden.focusable:focus {
  position: fixed !important;
}

nav.tabs .tabs {
  position: fixed;
  z-index: 501;
  top: 50%;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 1.125rem;
  line-height: 1.3;
  -webkit-transition: 100ms linear;
  transition: 100ms linear;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
nav.tabs .tabs.this-is-visible {
  opacity: 1;
  -webkit-transition: 1000ms linear;
  transition: 1000ms linear;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
nav.tabs .tabs li {
  margin: 0.313rem 0;
  padding: 0;
  display: block;
  list-style: none;
  text-align: right;
}
nav.tabs .tabs a {
  padding: 0.063rem 0.313rem;
  display: inline-block;
  text-decoration: none;
  color: #0c294e;
  background: #fff;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
  -webkit-transition-property: background, color;
  transition-property: background, color;
}
nav.tabs .tabs a:hover, nav.tabs .tabs a.is-active {
  text-decoration: none;
  color: #fff;
  background: #0c294e;
}
nav.action-links .tabs {
  right: auto;
  left: 0;
}
nav.action-links .tabs.this-is-visible {
  right: 0;
  left: auto;
}
nav.action-links .tabs.this-is-visible li {
  text-align: right;
}
nav.action-links .tabs li {
  text-align: left;
}

.beauty-shot {
  position: relative;
  overflow: hidden;
}
.beauty-shot::before, .beauty-shot::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 45, 56, 0.0001)), to(#222d38));
  background: linear-gradient(180deg, rgba(34, 45, 56, 0.0001) 0%, #222d38 100%);
}
.beauty-shot::after {
  top: 0;
  height: 100%;
  background: rgba(34, 45, 56, 0.5);
}
@media (min-width: 768px) {
  .beauty-shot::after {
    background: rgba(34, 45, 56, 0.3);
  }
}
@media (min-width: 1024px) {
  .beauty-shot::after {
    background: rgba(34, 45, 56, 0.2);
  }
}
.beauty-shot:hover .beauty-shot__picture {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.beauty-shot__hash {
  position: absolute;
  top: -4.0625rem;
  left: 0;
}
@media (min-width: 1024px) {
  .beauty-shot__hash {
    top: -4.375rem;
  }
}
.beauty-shot__picture {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 768px) {
  .beauty-shot__picture {
    position: relative;
    height: 25rem;
  }
}
@media (min-width: 1024px) {
  .beauty-shot__picture {
    height: 33.75rem;
  }
}
@media (min-width: 1024px) {
  .brand-home .beauty-shot__picture {
    height: 25.875rem;
  }
}
.beauty-shot__picture img {
  display: block;
  width: 100%;
  max-width: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 768px) {
  .beauty-shot__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.beauty-shot__picture div,
.beauty-shot__picture article {
  height: 100%;
}
.beauty-shot__pic {
  display: block;
  width: 100%;
  max-width: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 768px) {
  .beauty-shot__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.beauty-shot__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  color: #fff;
}
.theme-contrast .beauty-shot__content {
  background: #0C294E;
}
.beauty-shot__country {
  padding-bottom: 0.8125rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.beauty-shot__title {
  margin-bottom: 0.3125rem;
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: normal;
}
.beauty-shot__subtext {
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (max-width: 767px) {
  .beauty-shot__subtext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.beauty-shot__link {
  padding: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.8px;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.beauty-shot__link::after {
  position: absolute;
  z-index: 3;
  top: -200%;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.beauty-shot__link:hover, .no-js .beauty-shot__link:hover, .beauty-shot__link:focus {
  text-decoration: none;
}

/* stylelint-disable */
.brand-homes__form {
  overflow: hidden;
}
.brand-homes__form fieldset {
  padding: 0;
  border: 0;
  margin: 0;
  min-width: 100%;
}
.brand-homes__form .form-checkboxes {
  padding: 1.5625rem 0.9375rem;
  max-width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.brand-homes__form .form-checkboxes .form-checkboxes {
  padding: 0;
  position: relative;
}
.brand-homes__form .form-checkboxes ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.brand-homes__form .form-checkboxes ul li {
  padding: 0rem 0.875rem;
}
.brand-homes__form .form-checkboxes ul .form-type-checkbox {
  position: relative;
  margin: 0;
}
.brand-homes__form .form-checkboxes ul .form-type-checkbox .form-checkbox {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.brand-homes__form .form-checkboxes ul .form-type-checkbox .form-checkbox:checked + .option {
  border-bottom-color: #5fa4d0;
}
.brand-homes__form .form-checkboxes ul .form-type-checkbox .form-checkbox:disabled + .option {
  opacity: 0.5;
}
.brand-homes__form .form-checkboxes ul .form-type-checkbox .form-checkbox:focus + .option {
  outline: 0.0625rem dotted #212121;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.js-focus-visible .brand-homes__form .form-checkboxes ul .form-type-checkbox .form-checkbox:focus:not(.focus-visible) + .option {
  outline: none;
}
.brand-homes__form .form-checkboxes ul .form-type-checkbox .option {
  position: relative;
  color: #2A2A2A;
  font-size: 1.125rem;
  padding: 0rem 0rem 0.1875rem 0rem;
  line-height: 1.5;
  cursor: pointer;
  border-bottom: 6px solid transparent;
}
.brand-homes__form .form-checkboxes ul ul {
  display: none;
}
.brand-homes__form .form-actions {
  display: none;
}
.brand-homes__form .bef-toggle {
  display: none;
}

/* stylelint-enable */
.brand-homes__all-button {
  position: relative;
  padding: 0rem 0rem 0.1875rem 0rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #2A2A2A;
  background: none;
  border: 0;
  border-bottom: 6px solid transparent;
  cursor: pointer;
}
.brand-homes__all-button--active {
  border-bottom-color: #5fa4d0;
}
.theme-contrast .brand-homes__all-button--active {
  border-bottom-color: #0057D9;
}

.brand-home-modal::after {
  display: block;
  height: 1.5625rem;
  content: "";
}
.brand-home-modal__pic {
  position: relative;
  margin: 0rem 0rem 0.75rem 0rem;
  display: block;
}
.brand-home-modal__pic img {
  display: block;
  width: 100%;
  max-width: none;
}
.brand-home-modal__pic-headline {
  margin-bottom: 0.3125rem;
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
}
.brand-home-modal__location {
  position: relative;
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0rem 0rem 0rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  color: #222d38;
}
@media (min-width: 768px) {
  .brand-home-modal__location {
    margin: 0rem 0rem 1.5625rem 0rem;
  }
}
@media (min-width: 1024px) {
  .brand-home-modal__location {
    margin: 0rem 0rem 1.875rem 0rem;
  }
}
.brand-home-modal__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.875rem;
  height: 1.125rem;
}
.brand-home-modal__headline {
  margin: 0rem 0rem 0.6875rem 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.brand-home-modal__tag-list {
  margin: 0rem -0.75rem;
  padding: 0rem 0rem 0.9375rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style-type: none;
}
.brand-home-modal__tag-list--item {
  padding: 0rem 0.75rem 0.9375rem 0.75rem;
}
.brand-home-modal__tag {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #222d38;
  border: 1px solid rgba(34, 45, 56, 0.5);
}
.brand-home-modal__tag:hover, .no-js .brand-home-modal__tag:hover, .brand-home-modal__tag:focus {
  opacity: 0.7;
}
.brand-home-modal__title {
  margin-top: -0.3125rem;
  font-size: 2.25rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .brand-home-modal__title {
    margin-top: -0.4375rem;
    font-size: 2.625rem;
  }
}
@media (min-width: 768px) {
  .brand-home-modal__wrapper {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.brand-home-modal__content {
  font-size: 1.125rem;
}
.brand-home-modal__button {
  padding: 1.25rem 0rem 0rem 0rem;
}
@media (min-width: 768px) {
  .brand-home-modal__button {
    padding: 2.5rem 0rem 0rem 0rem;
  }
}
.micromodal__content .brand-home-modal {
  padding: 0rem 1.5625rem 0.3125rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 1024px) {
  .micromodal__content .brand-home-modal .row .col-lg-3 {
    max-width: 31%;
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
  .micromodal__content .brand-home-modal .row .col-lg-7 {
    max-width: 55%;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}
@media (min-width: 768px) {
  .micromodal__content .brand-home-modal {
    padding: 0rem 1.875rem 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .micromodal__content .brand-home-modal {
    padding: 0rem 1.875rem 5rem;
  }
}
@media (min-width: 1280px) {
  .micromodal__content .brand-home-modal {
    padding: 0.9375rem 1.25rem 5.3125rem;
  }
}

.brand-modal {
  padding: 0rem 0.9375rem 0.9375rem 0.9375rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 768px) {
  .brand-modal {
    padding: 0rem 1.875rem 0.625rem 1.875rem;
  }
}
@media (min-width: 1024px) {
  .brand-modal {
    padding: 0rem 3.125rem 1.25rem 3.125rem;
  }
}
.brand-modal__title {
  margin-bottom: 1.3125rem;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .brand-modal__title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .brand-modal__title {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .brand-modal__title {
    font-size: 2.625rem;
  }
}
.brand-modal .table-responsive th {
  background-color: #fff;
}
.brand-modal .table-responsive tr:last-of-type td {
  border-bottom: 0;
}

.brand {
  position: relative;
  overflow: hidden;
}
.brand::before, .brand::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 45, 56, 0.0001)), to(#222d38));
  background: linear-gradient(180deg, rgba(34, 45, 56, 0.0001) 0%, #222d38 100%);
}
.brand::after {
  top: 0;
  height: 100%;
  background: rgba(34, 45, 56, 0.5);
}
@media (min-width: 768px) {
  .brand::after {
    background: rgba(34, 45, 56, 0.3);
  }
}
@media (min-width: 1024px) {
  .brand::after {
    background: rgba(34, 45, 56, 0.2);
  }
}
.brand__picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.brand__picture img {
  display: block;
  width: 100%;
  max-width: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 768px) {
  .brand__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.brand__picture div,
.brand__picture article {
  height: 100%;
}
@media (min-width: 768px) {
  .brand__picture {
    position: relative;
    height: 25rem;
  }
}
@media (min-width: 1024px) {
  .brand__picture {
    height: 33.75rem;
  }
}
.brand__content {
  position: relative;
  z-index: 2;
  padding: 1.625rem 0.9375rem 1.875rem 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.brand__content .accessible-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.theme-contrast .brand__content .accessible-wrapper {
  padding: 20px;
  background: #0C294E;
}
@media (min-width: 768px) {
  .brand__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    width: 100%;
    height: auto;
  }
}
.brand__title {
  line-height: 2;
}
.brand__description {
  overflow: hidden;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand__information {
  margin: 1rem 0rem 1.875rem 0rem;
  padding: 0;
  display: block;
  font-size: 0.875rem;
  text-decoration: underline;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.brand__information:hover {
  text-decoration: none;
}
.brand .field--type-click-to-buy-link {
  width: 100%;
}

.brands-filter {
  margin-top: 1.25rem;
  border-top: 0.0625rem solid rgba(34, 45, 56, 0.2);
  border-bottom: 0.0625rem solid rgba(34, 45, 56, 0.2);
}
@media (min-width: 768px) {
  .brands-filter {
    margin-top: 1.875rem;
    margin-right: -1.875rem;
    margin-left: -1.875rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .brands-filter {
    margin-top: 2.5rem;
    margin-right: -3.4375rem;
    margin-left: -3.4375rem;
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
  }
}
.brands-filter__wrapper {
  position: relative;
  padding: 1.25rem 0rem 0.75rem 0rem;
}
.brands-filter fieldset {
  min-width: 100%;
}
.brands-filter .views-exposed-form.bef-exposed-form {
  position: relative;
  display: block;
  overflow: hidden;
}
.brands-filter .fieldgroup {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
}
.brands-filter .form-radios {
  height: 2.25rem;
}
.brands-filter .form-radios .form-item,
.brands-filter .form-radios .form-actions {
  margin: 0;
}
.brands-filter .form-actions.js-form-wrapper.form-wrapper {
  display: none;
}
.brands-filter .form-type-radio {
  position: relative;
  padding: 0rem 1.75rem 0rem 0rem;
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .brands-filter .form-type-radio {
    padding: 0rem 2rem 0rem 0rem;
  }
}
.brands-filter .form-type-radio:last-of-type {
  padding: 0;
}
.brands-filter .form-type-radio .form-radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.brands-filter .form-type-radio .form-radio:checked + label { /* stylelint-disable-line */
  border-bottom-color: #5fa4d0;
}
.theme-contrast .brands-filter .form-type-radio .form-radio:checked + label {
  border-bottom-color: #0057D9;
}
.brands-filter .form-type-radio .form-radio:focus + .option { /* stylelint-disable-line */
  outline: 0.0625rem dotted #212121;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.brands-filter .form-type-radio label {
  position: relative;
  margin-bottom: 0.5625rem;
  padding-right: 0.1875rem;
  padding-left: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  color: #2A2A2A;
  border-bottom: 0.125rem solid transparent;
  cursor: pointer;
}

/* stylelint-disable */
.paragraph--type--our-brand-list {
  overflow: hidden;
  width: 100%;
}

.brands-logos {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  padding: 1.25rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .brands-logos {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    padding: 1.875rem 0rem;
  }
}
@media (min-width: 1024px) {
  .brands-logos {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    padding: 2.5rem 0rem;
  }
}
.brands-logos__item {
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 33.33333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}
@media (min-width: 768px) {
  .brands-logos__item {
    padding: 0.9375rem;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (min-width: 1024px) {
  .brands-logos__item {
    padding: 1.25rem;
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}
.brands-logos__logo {
  padding: 0.625rem 0rem;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 1024px) {
  .brands-logos__logo {
    padding: 0.9375rem 0rem;
  }
}
@media (min-width: 1280px) {
  .brands-logos__logo {
    padding: 1.25rem 0rem;
  }
}
.brands-logos__logo div {
  text-align: center;
}
.brands-logos__logo img {
  max-width: 80%;
  height: auto;
}

.brands__title {
  margin-bottom: 1.375rem;
}
@media (min-width: 768px) {
  .brands__title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .brands__title {
    margin-bottom: 2.125rem;
  }
}

.btn-old,
.call-to-action-old {
  position: relative;
  padding: 1.25rem 3.125rem 1.25rem 1.5rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  color: #222d38;
  background: transparent;
  border: 1px solid #222d38;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-old,
  .call-to-action-old {
    display: inline-block;
    width: auto;
    min-width: 295px;
  }
}
.btn-old__icon,
.call-to-action-old__icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1rem;
  height: 0.875rem;
  fill: #222d38;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.container--reverse-color .btn-old__icon, .hero .btn-old__icon,
.container--reverse-color .call-to-action-old__icon,
.hero .call-to-action-old__icon {
  fill: #fff;
}
.btn-old--white, .container--reverse-color .btn-old, .hero .btn-old,
.call-to-action-old--white,
.container--reverse-color .call-to-action-old,
.hero .call-to-action-old {
  color: #fff;
  border-color: #fff;
}
.btn-old--no-border,
.call-to-action-old--no-border {
  padding: 0.3125rem 2.5rem 0.3125rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: auto;
  height: 3.625rem;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-weight: 400;
  background-color: #f9f8f7;
  border: 0;
}
.btn-old--no-border .limit-text,
.call-to-action-old--no-border .limit-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .btn-old--no-border,
  .call-to-action-old--no-border {
    padding: 0.625rem 2.5rem 0.625rem 1.5rem;
    height: 4.625rem;
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .btn-old--no-border,
  .call-to-action-old--no-border {
    padding: 1.9375rem 2.5rem 1.9375rem 1.5rem;
    height: 5.625rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn-old--inbuilt,
.call-to-action-old--inbuilt {
  padding: 0.5rem 0.625rem 0.5rem 0rem;
  display: block;
  font-size: 1rem;
  border: 0;
}
.btn-old--inbuilt .btn-old__icon,
.call-to-action-old--inbuilt .btn-old__icon {
  position: static;
  margin: 0rem 0rem 0rem 0.625rem;
  display: inline-block;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.btn-old--download,
.call-to-action-old--download {
  margin: 0rem 0rem 1.5rem 0rem;
  min-width: 6.25rem;
}
@media (min-width: 768px) {
  .btn-old--download,
  .call-to-action-old--download {
    display: block;
    width: 100%;
  }
}
.btn-old--view-all,
.call-to-action-old--view-all {
  padding: 1.3125rem 2.5rem 1.3125rem 0.9375rem;
  width: 100%;
  min-width: auto;
  color: #222d38;
  background-color: #0c294e;
  border: 0;
}
@media (min-width: 768px) {
  .btn-old--view-all,
  .call-to-action-old--view-all {
    padding-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .btn-old--view-all,
  .call-to-action-old--view-all {
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
}
.btn-old--view-all .btn-old__icon,
.call-to-action-old--view-all .btn-old__icon {
  fill: #fff;
  right: 0.9375rem;
  height: 1rem;
}
@media (min-width: 768px) {
  .btn-old--view-all .btn-old__icon,
  .call-to-action-old--view-all .btn-old__icon {
    right: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .btn-old--view-all .btn-old__icon,
  .call-to-action-old--view-all .btn-old__icon {
    position: static;
    margin: 0rem 0rem 0rem 3.75rem;
    display: inline-block;
    -webkit-transform: translate(0, 1px);
            transform: translate(0, 1px);
  }
}
.btn-old--press-release,
.call-to-action-old--press-release {
  margin-top: auto;
  padding: 0rem 1.875rem 0rem 0rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #2D8EFB;
  border: 0;
}
.theme-contrast .btn-old--press-release,
.theme-contrast .call-to-action-old--press-release {
  color: #0057D9;
}
@media (min-width: 768px) {
  .btn-old--press-release,
  .call-to-action-old--press-release {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.btn-old--press-release .btn-old__icon,
.call-to-action-old--press-release .btn-old__icon {
  right: 0;
  height: 1rem;
  fill: #2D8EFB;
}
.theme-contrast .btn-old--press-release .btn-old__icon,
.theme-contrast .call-to-action-old--press-release .btn-old__icon {
  fill: #0057D9;
}
.btn-old--download-blue,
.call-to-action-old--download-blue {
  margin-top: auto;
  padding: 0rem 1.875rem 0rem 0rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #2D8EFB;
  border: 0;
}
.theme-contrast .btn-old--download-blue,
.theme-contrast .call-to-action-old--download-blue {
  color: #0057D9;
}
@media (min-width: 768px) {
  .btn-old--download-blue,
  .call-to-action-old--download-blue {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.btn-old--download-blue .btn-old__icon,
.call-to-action-old--download-blue .btn-old__icon {
  top: 0.0625rem;
  right: 0;
  height: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #2D8EFB;
}
.theme-contrast .btn-old--download-blue .btn-old__icon,
.theme-contrast .call-to-action-old--download-blue .btn-old__icon {
  fill: #0057D9;
}

.call-to-action-old::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1rem;
  height: 0.875rem;
  content: "";
  background-image: url("../svg/icon-arrow.svg");
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.container--reverse-color .call-to-action-old::after, .hero .call-to-action-old::after {
  background-image: url("../svg/icon-arrow-white.svg");
}
.call-to-action-old:hover::after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

.btn-old:hover .btn-old__icon {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

.btn-old--inbuilt:hover .btn-old__icon {
  -webkit-transform: translate(10px, 2px);
          transform: translate(10px, 2px);
}

@media (min-width: 1024px) {
  .btn-old--view-all:hover .btn-old__icon {
    -webkit-transform: translate(10px, 1px);
            transform: translate(10px, 1px);
  }
}

.btn-old--download:hover .btn-old__icon {
  -webkit-transform: translate(0, -48%);
          transform: translate(0, -48%);
}

.btn-old--download-blue:hover .btn-old__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn, .our-brands .tns-controls button, .focus-block .tns-controls button {
  position: relative;
  padding: 1.25rem 3.125rem 1.25rem 1.5rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  color: #222d38;
  background: transparent;
  border: 1px solid #222d38;
  cursor: pointer;
  padding: 1.25rem 2.125rem 1.25rem 3.625rem;
  min-width: 0 !important;
  text-decoration: underline;
  letter-spacing: 0.816667px;
  color: #222d38;
  border: 0;
}
@media (min-width: 768px) {
  .btn, .our-brands .tns-controls button, .focus-block .tns-controls button {
    display: inline-block;
    width: auto;
    min-width: 295px;
  }
}
.btn__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  fill: currentColor;
}
.btn__icon-container {
  position: absolute;
  top: 50%;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid currentColor;
  border-radius: 2.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn--white, .container--reverse-color .btn, .container--reverse-color .our-brands .tns-controls button, .our-brands .tns-controls .container--reverse-color button, .container--reverse-color .focus-block .tns-controls button, .focus-block .tns-controls .container--reverse-color button, .hero .btn, .hero .our-brands .tns-controls button, .our-brands .tns-controls .hero button, .hero .focus-block .tns-controls button, .focus-block .tns-controls .hero button {
  color: #fff;
}
.btn--buy:hover .btn__icon {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.btn--buy .btn__icon {
  position: static;
  width: 1.3125rem;
  height: 1.1875rem;
  -webkit-transition: none;
  transition: none;
  fill: #222d38;
}
.btn--buy.btn--white .btn__icon {
  fill: #fff;
}
.btn.button, .our-brands .tns-controls button.button, .focus-block .tns-controls button.button {
  margin: 0;
}

.call-to-action::before, .our-brands .tns-controls button::before, .focus-block .tns-controls button::before {
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: url("../svg/icon-arrow2.svg") no-repeat -2.5rem 0;
  background-size: cover;
  border: 1px solid currentColor;
  border-radius: 2.5rem;
  -webkit-transition: background-position 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: background-position 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.theme-contrast .container--media-with-bgcolor .call-to-action::before, .theme-contrast .container--media-with-bgcolor .our-brands .tns-controls button::before, .our-brands .tns-controls .theme-contrast .container--media-with-bgcolor button::before, .theme-contrast .container--media-with-bgcolor .focus-block .tns-controls button::before, .focus-block .tns-controls .theme-contrast .container--media-with-bgcolor button::before {
  background-image: url("../svg/icon-arrow-white2.svg");
}
.container--reverse-color .call-to-action::before, .container--reverse-color .our-brands .tns-controls button::before, .our-brands .tns-controls .container--reverse-color button::before, .container--reverse-color .focus-block .tns-controls button::before, .focus-block .tns-controls .container--reverse-color button::before, .hero .call-to-action::before, .hero .our-brands .tns-controls button::before, .our-brands .tns-controls .hero button::before, .hero .focus-block .tns-controls button::before, .focus-block .tns-controls .hero button::before {
  background-image: url("../svg/icon-arrow-white2.svg");
}
.call-to-action::after, .our-brands .tns-controls button::after, .focus-block .tns-controls button::after {
  display: none;
}
.call-to-action:hover::before, .our-brands .tns-controls button:hover::before, .focus-block .tns-controls button:hover::before {
  background-position: 0 0;
}
.call-to-action__blue {
  padding: 0.4375rem 3.625rem 0.4375rem 0rem;
  min-width: auto;
  text-decoration: none;
  color: #2D8EFB !important;
}
.theme-contrast .call-to-action__blue {
  color: #0057D9 !important;
}
.call-to-action__blue::before {
  display: none;
}
.call-to-action__blue::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  left: auto;
  display: block;
  width: 1rem;
  height: 0.875rem;
  content: "";
  background-image: url("../svg/icon-arrow-blue.svg");
  background-size: cover;
  border: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.theme-contrast .call-to-action__blue::after {
  background-image: url("../svg/icon-arrow-blue2.svg");
}
.container--reverse-color .call-to-action__blue::after {
  background-image: url("../svg/icon-arrow-white.svg");
}
.call-to-action__blue:hover::after {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
.call-to-action__download {
  padding: 0.4375rem 3.625rem 0.4375rem 0rem;
  min-width: auto;
  text-decoration: none;
  color: #2D8EFB !important;
}
.theme-contrast .call-to-action__download {
  color: #0057D9 !important;
}
.call-to-action__download::before {
  display: none;
}
.call-to-action__download::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  left: auto;
  display: block;
  width: 1rem;
  height: 0.875rem;
  content: "";
  background-image: url("../svg/icon-arrow-blue.svg");
  background-size: cover;
  border: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, -50%) rotateZ(90deg);
          transform: translate(0, -50%) rotateZ(90deg);
}
.theme-contrast .call-to-action__download::after {
  background-image: url("../svg/icon-arrow-blue2.svg");
}
.container--reverse-color .call-to-action__download::after {
  background-image: url("../svg/icon-arrow-white.svg");
}
.call-to-action__download:hover::after {
  -webkit-transform: translate(0, -50%) rotateZ(90deg);
          transform: translate(0, -50%) rotateZ(90deg);
  -webkit-animation: download 700ms ease-in-out;
          animation: download 700ms ease-in-out;
}
.call-to-action__envelope::before {
  background: url("../svg/icon-envelope-2.svg") no-repeat -2.5625rem -0.0625rem;
}
.theme-contrast .container--media-with-bgcolor .call-to-action__envelope::before {
  background-image: url("../svg/icon-envelope-white2.svg");
}
.container--reverse-color .call-to-action__envelope::before, .hero .call-to-action__envelope::before {
  background-image: url("../svg/icon-envelope-white2.svg");
}
.call-to-action__envelope:hover::before {
  background-position: -0.0625rem -0.0625rem;
}
.call-to-action--white {
  color: #fff;
}
.call-to-action--white::before {
  background-image: url("../svg/icon-arrow-white2.svg");
}
.container--reverse-color .call-to-action, .container--reverse-color .our-brands .tns-controls button, .our-brands .tns-controls .container--reverse-color button, .container--reverse-color .focus-block .tns-controls button, .focus-block .tns-controls .container--reverse-color button {
  color: #fff !important;
}

.btn:hover, .our-brands .tns-controls button:hover, .focus-block .tns-controls button:hover {
  text-decoration: none;
}
.btn:hover .btn__icon, .our-brands .tns-controls button:hover .btn__icon, .focus-block .tns-controls button:hover .btn__icon {
  -webkit-transform: translate(2.5rem, 0);
          transform: translate(2.5rem, 0);
}

@-webkit-keyframes download {
  35% {
    top: 30%;
  }
  70% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}

@keyframes download {
  35% {
    top: 30%;
  }
  70% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
.contact-item {
  padding: 2.8125rem 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #0c294e;
}
@media (min-width: 1024px) {
  .contact-item {
    min-height: 13rem;
  }
}
.contact-item__title {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-item__title {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .contact-item__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .contact-item__title {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .contact-item__title {
    margin-bottom: 0.75rem;
  }
}
.contact-item__info {
  margin: 0 auto;
  max-width: 11.875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.contact-item__info a {
  text-decoration: none;
  color: #fff;
}
.contact-item__info a:hover {
  text-decoration: underline;
}
.contact-item__block {
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .contact-item__block {
    margin-top: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .contact-item__block {
    margin-top: 2.1875rem;
  }
}
.contact-item__block .field__item {
  height: 100%;
}

.custom-block {
  background-color: #0c294e;
}
.custom-block__title {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .custom-block__title {
    margin-bottom: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .custom-block__title {
    margin-bottom: 1.125rem;
  }
}
.custom-block__content {
  font-size: 1.75rem;
}
.custom-block__content p {
  font-size: 1.75rem;
}
.custom-block__cta {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .discover__title--margins {
    margin-right: 3.5rem; /* 56px */
    margin-left: 3.5rem; /* 56px */
  }
}
@media (min-width: 1024px) {
  .discover__title--margins {
    margin-right: 7rem; /* 112px */
    margin-left: 7rem; /* 112px */
  }
}
.discover__item {
  position: relative;
  margin: 0rem 0rem 2.0625rem 0rem;
}
@media (min-width: 768px) {
  .discover__item {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.discover__pic {
  position: relative;
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.discover__pic::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(34, 45, 56, 0.2);
}
.discover__pic img {
  display: block;
  width: 100%;
  max-width: none;
}
.discover__link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.discover__link:hover ~ .btn-old .btn-old__icon {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
@media (min-width: 768px) {
  .discover-block--margins {
    margin-right: 2.5625rem;
    margin-left: 2.5625rem;
  }
}
@media (min-width: 1024px) {
  .discover-block--margins {
    margin-right: 5.4375rem;
    margin-left: 5.4375rem;
  }
}
.discover .btn-old {
  background: rgba(241, 217, 176, 0.2);
}
.discover [class^=col-]:last-child .discover__item,
.discover [class*=" col-"]:last-child .discover__item {
  margin: 0;
}

.error-403,
.error-404 {
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  color: #fff;
  background-image: url("../jpg/pic017.jpg");
  background-position: 50% 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .error-403,
  .error-404 {
    background-image: url("../jpg/pic011.jpg");
  }
}
.error-403__title,
.error-404__title {
  font-size: 8.75rem;
  margin: 0rem 0rem 1.625rem 0rem;
  line-height: 0.8;
  font-weight: 400;
}
@media (min-width: 768px) {
  .error-403__title,
  .error-404__title {
    font-size: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .error-403__title,
  .error-404__title {
    font-size: 15.625rem;
  }
}
.error-403__header,
.error-404__header {
  position: absolute;
  z-index: 10;
  top: 0.5625rem;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .error-403__header,
  .error-404__header {
    top: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .error-403__header,
  .error-404__header {
    top: 1.375rem;
  }
}
.error-403__content,
.error-404__content {
  padding: 3.75rem 0rem;
}
@media (min-width: 768px) {
  .error-403__content,
  .error-404__content {
    padding: 4.375rem 0rem;
  }
}
@media (min-width: 1024px) {
  .error-403__content,
  .error-404__content {
    padding: 6.25rem 0rem;
  }
}
.error-403__logo,
.error-404__logo {
  width: 7.1875rem;
}
@media (min-width: 1024px) {
  .error-403__logo,
  .error-404__logo {
    width: 11.375rem;
  }
}
.error-403__logo-img,
.error-404__logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.error-403__return,
.error-404__return {
  margin: 3.6875rem 0rem 2.0625rem 0rem;
}
.error-403__info h4,
.error-404__info h4 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .error-403__info h4,
  .error-404__info h4 {
    font-size: 2.0625rem;
  }
}
@media (min-width: 1024px) {
  .error-403__info h4,
  .error-404__info h4 {
    font-size: 2.25rem;
  }
}
.error-403__info h5,
.error-404__info h5 {
  font-size: 1.3125rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .error-403__info h5,
  .error-404__info h5 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .error-403__info h5,
  .error-404__info h5 {
    font-size: 1.5rem;
  }
}
.error-403__info p a,
.error-404__info p a {
  color: inherit;
}
.error-403__info p a:hover,
.error-404__info p a:hover {
  text-decoration: none;
}

.error-403 {
  background-image: url("../jpg/pic016.jpg");
}
@media (min-width: 768px) {
  .error-403 {
    background-image: url("../jpg/pic012.jpg");
  }
}

.event-teaser {
  margin-bottom: 0.9375rem;
  padding: 0rem 0rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: bord er-box;
          box-sizing: bord er-box;
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 1px solid #D4D5D7;
}
@media (min-width: 768px) {
  .event-teaser {
    margin-bottom: 1.5625rem;
  }
}
.event-teaser__tag-list {
  margin: 0rem -0.75rem 0.3125rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .event-teaser__tag-list {
    margin-bottom: 15px;
  }
}
.event-teaser__tag-list-item {
  padding: 0rem 0.75rem 0.625rem 0.75rem;
}
.event-teaser__tag {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #222d38;
  border: 1px solid rgba(34, 45, 56, 0.5);
}
.event-teaser__tag:hover, .no-js .event-teaser__tag:hover, .event-teaser__tag:focus {
  opacity: 0.7;
}
.event-teaser__text-wrapper {
  margin-bottom: 0.1875rem;
}
@media (min-width: 768px) {
  .event-teaser__text-wrapper {
    margin-bottom: 1.25rem;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
@media (min-width: 1024px) {
  .event-teaser__text-wrapper {
    margin-bottom: -0.625rem;
  }
}
.event-teaser__title {
  margin-bottom: 0;
  overflow: hidden;
  max-height: 3.75em;
  font-size: 1.75rem;
  line-height: 1.25;
}
.event-teaser__title a {
  text-decoration: none;
  color: #222d38;
}
.event-teaser__title a:hover {
  text-decoration: underline;
}
.event-teaser__description {
  overflow: hidden;
  max-height: 7.5em;
}
.event-teaser__date {
  padding: 0.625rem 0rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .event-teaser__date {
    padding-top: 1.25rem;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.event-teaser__date p {
  margin: 0;
}
.event-teaser__calendar-icon {
  position: absolute;
  top: -1px;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.event-teaser__date-text {
  position: relative;
  padding-left: 1.5625rem;
  text-transform: uppercase;
}
.event-teaser__date-text .field--type-datetime {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 1024px) {
  .event-teaser__date-add {
    margin-left: 0.625rem;
  }
}
.event-teaser__date-add a.event-find-more__link {
  line-height: 120%;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
  color: #222d38;
}
.event-teaser__date-add, .event-teaser__date-text {
  color: #767676;
}
.event-teaser__date-add a, .event-teaser__date-text a {
  text-decoration: underline;
  color: #767676;
}
.event-teaser__date-add a:hover, .event-teaser__date-text a:hover {
  text-decoration: underline;
}
.event-teaser--grid-mod {
  padding: 1.5625rem 1.4375rem 1.25rem;
}
@media (min-width: 768px) {
  .event-teaser--grid-mod {
    margin-bottom: 0;
    padding: 1.875rem 1.5625rem;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .event-teaser--grid-mod {
    padding: 3rem 2.0625rem 2.75rem 1.875rem;
  }
}
.event-teaser--grid-mod .event-teaser__tag-list {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media (max-width: 767px) {
  .event-teaser--grid-mod .event-teaser__tag-list {
    margin-bottom: 1.25rem;
  }
}
.event-teaser--grid-mod .event-teaser__text-wrapper {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.event-teaser--grid-mod .event-teaser__title,
.event-teaser--grid-mod .event-teaser__description {
  margin-bottom: 0.9375rem;
}
.event-teaser--grid-mod .event-teaser__date {
  margin-bottom: 1.25rem;
}
.event-teaser .btn-old {
  margin-top: 0.9375rem;
}

.addtocal-container {
  margin: 0 0 0 10px;
  padding: 0;
}
.addtocal-container button.addtocal {
  margin: 0;
  padding: 0;
  line-height: 120%;
  font-weight: bold;
  text-decoration: underline;
  color: #222d38;
  background: none;
  border: 0;
  border-radius: 0;
}
.addtocal-container button.addtocal:hover, .addtocal-container button.addtocal:focus {
  background: none;
}
.addtocal-container .addtocal-menu {
  border: 0;
}
.addtocal-container .addtocal-menu .addtocal-links {
  margin: 0 0 0 -5px;
  padding: 5px 0 0;
}
.addtocal-container .addtocal-link {
  color: #0C294E;
}
.addtocal-container .addtocal-link:hover {
  color: #fff;
  background: #0C294E;
}
.addtocal-container .addtocal-link a {
  white-space: nowrap;
  color: #0C294E;
}
.addtocal-container .addtocal-link a::before {
  padding-right: 5px;
  font-family: "FontAwesome", sans-serif;
  font-size: 0.875rem;
  line-height: 120%;
  font-weight: normal;
}
.addtocal-container .addtocal-link a:hover {
  color: #fff;
  background: #0C294E;
}

.addtocal-links {
  background: #fff;
}
.addtocal-link[data-addtocal-type=google] a::before {
  content: "\f1a0";
}
.addtocal-link[data-addtocal-type=yahoo] a::before {
  content: "\f19e";
}
.addtocal-link[data-addtocal-type=web_outlook] a::before {
  content: "@";
}
.addtocal-link[data-addtocal-type=ics] a::before {
  content: "\f17a";
}

/* stylelint-disable */
.events-filter {
  padding: 1.25rem 0rem 0.875rem;
}
@media (min-width: 768px) {
  .events-filter {
    padding: 0.625rem 0rem;
  }
}
.events-filter__wrapper {
  color: #fff;
  position: relative;
  padding: 0;
}
.events-filter__wrapper .tabs-slider__controls-prev::before,
.events-filter__wrapper .tabs-slider__controls-next::before {
  background: -webkit-gradient(linear, left top, right top, from(#0c294e), to(rgba(12, 41, 78, 0.0001)));
  background: linear-gradient(90deg, #0c294e 0%, rgba(12, 41, 78, 0.0001) 100%);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.events-filter__wrapper .tabs-slider__controls-next::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 41, 78, 0.0001)), to(#0c294e));
  background: linear-gradient(90deg, rgba(12, 41, 78, 0.0001) 0%, #0c294e 100%);
}
.events-filter--short .events-filter__wrapper .tabs-slider__arrow-container::after {
  display: none;
}
.events-filter__list {
  position: relative;
  margin: 0 auto;
  padding: 0.625rem 0rem 0rem 0rem;
  height: 3rem;
  list-style-type: none;
  display: table;
  width: auto;
}
.events-filter--long .events-filter__list, .events-filter--short .events-filter__list {
  display: block;
  width: 100%;
}
.events-filter__list-item {
  margin: 0;
  list-style: none;
}
.events-filter__list-link {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.5625rem;
}
.events-filter__list-link::first-letter {
  text-transform: uppercase;
}
.events-filter__list-link--active {
  border-bottom-color: #5fa4d0;
}
.theme-contrast .events-filter__list-link--active {
  border-bottom-color: #0057D9;
}
.events-filter .tabs-slider__arrow-container::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.0001)), color-stop(69.58%, #0c294e));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0%, #0c294e 69.58%);
}
.events-filter fieldset.fieldgroup {
  margin: 0;
  padding: 0;
}
.events-filter .form-radios {
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25rem;
}
.events-filter .form-radios .form-item {
  padding: 0rem 1.25rem 0rem 0rem;
  margin: 0;
}
.events-filter .form-radios .form-item input[type=radio], .events-filter .form-radios .form-item input.form-radio {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.events-filter .form-radios .form-item input[type=radio]:checked + label, .events-filter .form-radios .form-item input.form-radio:checked + label {
  border-bottom-color: #5fa4d0;
}
.theme-contrast .events-filter .form-radios .form-item input[type=radio]:checked + label, .theme-contrast .events-filter .form-radios .form-item input.form-radio:checked + label {
  border-bottom-color: #0057D9;
}
.events-filter .form-radios .form-item label.option {
  cursor: pointer;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.5625rem;
}
.events-filter.views-exposed-form {
  margin-top: -1.5625rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media (min-width: 768px) {
  .events-filter.views-exposed-form {
    margin-left: -999px;
    margin-right: -999px;
  }
}
.events-filter.views-exposed-form .views-exposed-form {
  margin: 0;
}
.events-filter.views-exposed-form .views-exposed-form .form-actions {
  position: absolute;
  visibility: hidden;
}

/* stylelint-enable */
.events-list {
  padding-top: 1.5625rem;
  overflow: hidden;
}
.events-list__headline-wrapper {
  -webkit-transition: margin 300ms linear;
  transition: margin 300ms linear;
}
.events-list__headline {
  position: relative;
  padding: 1.0625rem 1.25rem 1.0625rem 0rem;
  width: 100%;
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  line-height: 1.125;
  text-align: left;
  color: #222d38;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  /* Vertical line */
  /* horizontal line */
}
.events-list__headline::before, .events-list__headline::after {
  background-color: #000 !important;
}
.events-list__headline:before, .events-list__headline:after {
  content: "";
  position: absolute;
  background-color: #222d38;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.events-list__headline:before {
  top: 50%;
  right: 0.4375rem;
  width: 0.125rem;
  height: 1rem;
  margin-top: -0.5rem;
}
.events-list__headline:after {
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.125rem;
  margin-top: -0.0625rem;
}
.events-list__headline.minus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.events-list__headline.minus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.events-list__content {
  padding: 0.3125rem 0rem 0.625rem;
  display: none;
}
.events-list__content .views-field-field-rubric {
  margin-top: 1.25rem;
  padding-top: 2.8125rem;
  border-top: 1px solid #D4D5D7;
}
.events-list__content .views-field-field-rubric:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.events-list__content .views-field-field-downloads .field-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  .events-list__sublist {
    margin-top: 22px;
  }
  .events-list__sublist:not(:last-child) {
    margin-bottom: 58px;
  }
}

.js-accordion__item--open .events-list__headline::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-accordion__item--open .events-list__headline::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.js-accordion__item--open .events-list__headline-wrapper {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .js-accordion__item--open .events-list__headline-wrapper {
    margin-bottom: 1.4375rem;
  }
}
@media (min-width: 1024px) {
  .js-accordion__item--open .events-list__headline-wrapper {
    margin-bottom: 1.625rem;
  }
}

/* stylelint-disable */
.filters,
.filters-search {
  padding: 1.25rem 0rem 0.875rem;
}
@media (min-width: 768px) {
  .filters,
  .filters-search {
    padding: 0.625rem 0rem;
  }
}
@media (min-width: 768px) {
  .filters--local-market,
  .filters-search--local-market {
    padding: 1rem 0rem;
  }
}
@media (min-width: 768px) {
  .filters--local-market .filters__list-wrapper,
  .filters-search--local-market .filters__list-wrapper {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .filters--local-market .filters__list-wrapper,
  .filters-search--local-market .filters__list-wrapper {
    width: 100%;
  }
}
.filters--local-market .filters__action,
.filters-search--local-market .filters__action {
  display: none;
}
.filters__wrapper,
.filters-search__wrapper {
  color: #fff;
}
@media (min-width: 768px) {
  .filters__wrapper,
  .filters-search__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (min-width: 768px) {
  .filters__wrapper .form--inline,
  .filters-search__wrapper .form--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
}
.filters__list-wrapper,
.filters-search__list-wrapper {
  position: relative;
  padding: 0.25rem 0rem 0rem 0rem;
}
.filters__list-wrapper .tabs-slider__controls-prev::before,
.filters__list-wrapper .tabs-slider__controls-next::before,
.filters-search__list-wrapper .tabs-slider__controls-prev::before,
.filters-search__list-wrapper .tabs-slider__controls-next::before {
  background: -webkit-gradient(linear, left top, right top, from(#0c294e), to(rgba(12, 41, 78, 0.0001)));
  background: linear-gradient(90deg, #0c294e 0%, rgba(12, 41, 78, 0.0001) 100%);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.filters__list-wrapper .tabs-slider__controls-next::before,
.filters-search__list-wrapper .tabs-slider__controls-next::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 41, 78, 0.0001)), to(#0c294e));
  background: linear-gradient(90deg, rgba(12, 41, 78, 0.0001) 0%, #0c294e 100%);
}
@media (min-width: 768px) {
  .filters__list-wrapper,
  .filters-search__list-wrapper {
    width: calc(100% - 8.75rem);
  }
}
@media (min-width: 1024px) {
  .filters__list-wrapper,
  .filters-search__list-wrapper {
    width: calc(100% - 11.25rem);
  }
}
.filters__search .filters__list-wrapper,
.filters__search .filters-search__list-wrapper {
  width: 100%;
}
.filters__list,
.filters-search__list {
  position: relative;
  margin: 0;
  padding: 0;
  height: 2rem;
  list-style-type: none;
}
.filters__list-item,
.filters-search__list-item {
  margin: 0;
  list-style: none;
}
.filters__list-link,
.filters-search__list-link {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.5625rem;
}
.filters__list-link::first-letter,
.filters-search__list-link::first-letter {
  text-transform: uppercase;
}
.filters__list-link--active,
.filters-search__list-link--active {
  border-bottom-color: #5fa4d0;
}
.theme-contrast .filters__list-link--active,
.theme-contrast .filters-search__list-link--active {
  border-bottom-color: #0057D9;
}
.filters__details,
.filters-search__details {
  padding: 2.1875rem 0rem 0rem 0rem;
}
@media (min-width: 768px) {
  .filters__details,
  .filters-search__details {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .filters__details,
  .filters-search__details {
    padding: 0rem 0rem 0rem 1.25rem;
  }
}
.filters__button,
.filters-search__button {
  min-width: 0;
  list-style: none;
  color: #fff;
  border-color: #fff;
}
@media (min-width: 768px) {
  .filters__button,
  .filters-search__button {
    padding: 0.875rem 3.125rem 0.875rem 1.5rem;
  }
}
.filters__button::after,
.filters-search__button::after {
  position: absolute;
  top: 50%;
  right: 1.75rem;
  margin-top: 0.1875rem;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 0.3125rem solid transparent;
  border-top-width: 0.4375rem;
  border-top-color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .filters__button,
  .filters-search__button {
    width: 7.5rem;
  }
}
@media (min-width: 1024px) {
  .filters__button,
  .filters-search__button {
    width: 10rem;
  }
}
.filters__details-wrapper,
.filters-search__details-wrapper {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #0c294e;
}
.filters__details-wrapper .container__inner,
.filters-search__details-wrapper .container__inner {
  padding-top: 4.375rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media (min-width: 768px) {
  .filters__details-wrapper .container__inner,
  .filters-search__details-wrapper .container__inner {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .filters__details-wrapper .container__inner,
  .filters-search__details-wrapper .container__inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: block;
    height: auto;
  }
}
.opened .filters__details-wrapper,
.opened .filters-search__details-wrapper {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024px) {
  .filters__details-wrapper,
  .filters-search__details-wrapper {
    position: absolute;
    top: 3.625rem;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 100vw;
    height: auto;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.filters__details-title,
.filters-search__details-title {
  margin: 0;
  padding: 0rem 0rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .filters__details-title,
  .filters-search__details-title {
    display: none;
  }
}
.filters__mobile-menu-button,
.filters-search__mobile-menu-button {
  position: absolute;
  top: 0;
  right: 1.25rem;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4.0625rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .filters__mobile-menu-button,
  .filters-search__mobile-menu-button {
    top: 0.625rem;
    right: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .filters__mobile-menu-button,
  .filters-search__mobile-menu-button {
    display: none;
  }
}
.filters__mobile-menu-icon,
.filters-search__mobile-menu-icon {
  margin-left: 0.9375rem;
  width: 1.5rem;
  height: 0.8125rem;
  fill: currentColor;
}
.filters__mobile-menu-icon--close,
.filters-search__mobile-menu-icon--close {
  stroke: currentColor;
  width: 1.125rem;
  height: 1.1875rem;
}
.filters .details-wrapper,
.filters-search .details-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .filters .details-wrapper,
  .filters-search .details-wrapper {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.filters .form-composite,
.filters-search .form-composite {
  margin: 0.5625rem 0rem;
  padding: 0.01em 0 0;
  min-width: 0;
  border: 0;
}
.filters .form-composite legend,
.filters-search .form-composite legend {
  padding: 0;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  /* Vertical line */
  /* horizontal line */
}
@media (min-width: 1024px) {
  .filters .form-composite legend::before, .filters .form-composite legend::after,
  .filters-search .form-composite legend::before,
  .filters-search .form-composite legend::after {
    display: none;
  }
}
.filters .form-composite legend:before, .filters .form-composite legend:after,
.filters-search .form-composite legend:before,
.filters-search .form-composite legend:after {
  content: "";
  position: absolute;
  background-color: #222d38;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.filters .form-composite legend:before,
.filters-search .form-composite legend:before {
  top: 50%;
  right: 0.4375rem;
  width: 0.125rem;
  height: 1rem;
  margin-top: -0.5rem;
}
.filters .form-composite legend:after,
.filters-search .form-composite legend:after {
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.125rem;
  margin-top: -0.0625rem;
}
.filters .form-composite legend.minus:before,
.filters-search .form-composite legend.minus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.filters .form-composite legend.minus:after,
.filters-search .form-composite legend.minus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .filters .form-composite legend,
  .filters-search .form-composite legend {
    padding: 0rem 0rem 2.25rem 0rem;
    font-weight: 500;
    color: #222d38;
  }
}
@media (min-width: 1024px) {
  .filters .form-composite,
  .filters-search .form-composite {
    margin: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 25%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    color: #222d38;
  }
}
.filters .form-composite.js-accordion__item--open legend::before,
.filters-search .form-composite.js-accordion__item--open legend::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.filters .form-composite.js-accordion__item--open legend::after,
.filters-search .form-composite.js-accordion__item--open legend::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters .form-checkboxes,
.filters-search .form-checkboxes {
  padding: 1.3125rem 0rem 1.3125rem 0.625rem;
}
.filters .form-checkboxes .form-checkboxes,
.filters-search .form-checkboxes .form-checkboxes {
  padding: 0;
}
@media (min-width: 1024px) {
  .filters .form-checkboxes,
  .filters-search .form-checkboxes {
    padding: 0;
  }
}
.filters .fieldset-wrapper,
.filters-search .fieldset-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .filters .fieldset-wrapper,
  .filters-search .fieldset-wrapper {
    position: relative;
    left: -1.25rem;
    padding: 0rem 0rem 0rem 1.25rem;
    display: block;
    overflow-y: auto;
    max-height: 18.75rem;
    -ms-flex-positive: 1;
        flex-grow: 1;
    border-left: 0.0625rem solid #D4D5D7;
  }
}
.filters .form-type-checkbox,
.filters-search .form-type-checkbox {
  margin: 0.1875rem 0rem;
  position: relative;
}
.filters .form-type-checkbox .form-checkbox,
.filters-search .form-type-checkbox .form-checkbox {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.filters .form-type-checkbox .form-checkbox:checked + .option::after,
.filters-search .form-type-checkbox .form-checkbox:checked + .option::after {
  opacity: 1;
}
.filters .form-type-checkbox .form-checkbox:disabled + .option,
.filters-search .form-type-checkbox .form-checkbox:disabled + .option {
  opacity: 0.5;
}
.filters .form-type-checkbox .form-checkbox:focus + .option::before,
.filters-search .form-type-checkbox .form-checkbox:focus + .option::before {
  outline: 0.0625rem dotted #212121;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.filters .form-type-checkbox .option,
.filters-search .form-type-checkbox .option {
  position: relative;
  padding: 0rem 0rem 0rem 1.4375rem;
  display: block;
  font-size: 1rem;
  line-height: 1.69;
  cursor: pointer;
}
.filters .form-type-checkbox .option::before,
.filters-search .form-type-checkbox .option::before {
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  border: 0.0625rem solid rgba(255, 255, 255, 0.6);
}
@media (min-width: 1024px) {
  .filters .form-type-checkbox .option::before,
  .filters-search .form-type-checkbox .option::before {
    border: 0.0625rem solid rgba(34, 45, 56, 0.5);
  }
}
.filters .form-type-checkbox .option::after,
.filters-search .form-type-checkbox .option::after {
  position: absolute;
  top: 0.625rem;
  left: 0.25rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  opacity: 0;
  content: "";
  background-color: #5fa4d0;
}
@media (min-width: 1024px) {
  .filters .form-type-checkbox,
  .filters-search .form-type-checkbox {
    margin: 0.25rem 0rem;
  }
  .filters .form-type-checkbox:first-child,
  .filters-search .form-type-checkbox:first-child {
    margin-top: 0;
  }
  .filters .form-type-checkbox:last-of-type,
  .filters-search .form-type-checkbox:last-of-type {
    margin-bottom: 0;
  }
}
.filters .form-actions.form-wrapper,
.filters-search .form-actions.form-wrapper {
  padding-top: 1rem;
}
.filters .form-actions.form-wrapper .form-submit,
.filters-search .form-actions.form-wrapper .form-submit {
  position: relative;
  padding: 1.25rem 3.125rem 1.25rem 1.5rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  color: #222d38;
  background: transparent;
  border: 1px solid #222d38;
  cursor: pointer;
  color: #fff;
  background-image: url("../svg/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.5rem);
  background-position-y: center;
  border-color: #fff;
}
@media (min-width: 768px) {
  .filters .form-actions.form-wrapper .form-submit,
  .filters-search .form-actions.form-wrapper .form-submit {
    display: inline-block;
    width: auto;
    min-width: 295px;
  }
}
.filters .form-actions.form-wrapper .form-submit:nth-child(2),
.filters-search .form-actions.form-wrapper .form-submit:nth-child(2) {
  padding: 0.3125rem;
  height: 3.75rem;
  text-align: center;
  background-color: transparent;
  background-image: none;
  border: 0;
}
@media (min-width: 768px) {
  .filters .form-actions.form-wrapper .form-submit:nth-child(2),
  .filters-search .form-actions.form-wrapper .form-submit:nth-child(2) {
    -ms-flex-order: 1;
        order: 1;
    min-width: 10px;
    margin-right: 1.875rem;
  }
}
@media (min-width: 768px) {
  .filters .form-actions.form-wrapper .form-submit,
  .filters-search .form-actions.form-wrapper .form-submit {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media (min-width: 1024px) {
  .filters .form-actions.form-wrapper .form-submit,
  .filters-search .form-actions.form-wrapper .form-submit {
    color: #222d38;
    background-image: url("../svg/icon-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 1.5rem);
    background-position-y: center;
    border-color: #222d38;
  }
}
@media (min-width: 768px) {
  .filters .form-actions.form-wrapper,
  .filters-search .form-actions.form-wrapper {
    padding: 1.875rem 0rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (min-width: 1024px) {
  .filters .form-actions.form-wrapper,
  .filters-search .form-actions.form-wrapper {
    padding: 3.75rem 0rem 0rem;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.filters__button[aria-expanded=true]::after {
  margin-top: -0.1875rem;
  border-bottom-width: 0.4375rem;
  border-bottom-color: #fff;
  border-top-width: 0.3125rem;
  border-top-color: transparent;
}

@media (max-width: 1023px) {
  .simplebar-content-wrapper {
    overflow: hidden !important;
  }
  .simplebar-track,
  .simplebar-placeholder {
    display: none;
  }
}
@media (min-width: 1024px) {
  [data-simplebar] {
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    max-width: inherit;
    height: inherit;
    max-height: inherit;
  }
  .simplebar-mask {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    direction: inherit;
  }
  .simplebar-offset {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    resize: none !important;
    direction: inherit !important;
    -webkit-overflow-scrolling: touch;
  }
  .simplebar-content-wrapper {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    direction: inherit;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .simplebar-content-wrapper::-webkit-scrollbar,
  .simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .simplebar-content::before,
  .simplebar-content::after {
    display: table;
    content: " ";
  }
  .simplebar-placeholder {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
  }
  .simplebar-height-auto-observer-wrapper {
    position: relative;
    z-index: -1;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    width: 100%;
    max-width: 0.0625rem;
    height: 100%;
    max-height: 0.0625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: inherit;
        flex-grow: inherit;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    pointer-events: none;
  }
  .simplebar-height-auto-observer {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    width: 1000%;
    min-width: 0.0625rem;
    height: 1000%;
    min-height: 0.0625rem;
    opacity: 0;
    pointer-events: none;
  }
  .simplebar-track {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
  }
  [data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  [data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
  }
  .simplebar-scrollbar {
    position: absolute;
    right: 0;
    left: 0;
    min-height: 0.625rem;
  }
  .simplebar-scrollbar::before {
    position: absolute;
    right: 0.125rem;
    left: 0.125rem;
    opacity: 0;
    content: "";
    background: #222d38;
    border-radius: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .simplebar-scrollbar.simplebar-visible::before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.2;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
  }
  .simplebar-track.simplebar-vertical {
    top: 0;
    width: 0.4375rem;
  }
  .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    top: 0.125rem;
    bottom: 0.125rem;
  }
  .simplebar-track.simplebar-horizontal {
    left: 0;
    height: 0.4375rem;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    right: 2px;
    left: 2px;
    height: 100%;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0.125rem;
    right: auto;
    left: 0;
    width: auto;
    min-width: 0.625rem;
    height: 0.4375rem;
    min-height: 0;
  }
  .simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
/* stylelint-enable */
.focus-block {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .focus-block {
    padding-top: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .focus-block {
    padding-top: 3.25rem;
  }
}
.focus-block__title,
.focus-block h2 {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .focus-block__title,
  .focus-block h2 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .focus-block__title,
  .focus-block h2 {
    margin-bottom: 2.5rem;
  }
}
.focus-block__slider-wrapper {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media (min-width: 768px) {
  .focus-block__slider-wrapper {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
@media (min-width: 1024px) {
  .focus-block__slider-wrapper {
    margin-right: -3.4375rem;
    margin-left: -3.4375rem;
  }
}
@media (min-width: 1280px) {
  .focus-block__slider-wrapper {
    margin: 0;
  }
}
.focus-block__slider {
  position: relative;
}
@media (max-width: 1023px) {
  .focus-block .tns-ovh {
    padding-bottom: 2.5rem;
  }
}
.focus-block .tns-outer {
  position: relative;
}
.focus-block .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.focus-block .tns-nav button {
  margin: 0rem 0.5rem;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #222d38;
  border: 0;
  border-radius: 50%;
}
.focus-block .tns-nav .tns-nav-active {
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  border: 1px solid #0c294e;
}
.focus-block .tns-controls {
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 1024px) {
  .focus-block .tns-controls {
    position: absolute;
    z-index: 2;
    right: 0rem;
    bottom: 0rem;
    display: -ms-flexbox;
    display: flex;
    width: 7rem;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.focus-block .tns-controls button {
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  text-indent: -9000px;
}
.focus-block .tns-controls [data-controls=prev] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.focus-block .tns-controls [disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.footer__top {
  padding: 1.125rem 0rem 0rem 0rem;
  font-size: 0.875rem;
  background: #f9f8f7;
}
@media (min-width: 1024px) {
  .footer__top {
    padding: 2.5rem 0rem 2.375rem 0rem;
  }
}
.footer__col:first-child .footer__col-inner {
  padding-top: 0;
}
.footer__col:last-child .footer__col-inner {
  border: 0;
}
.footer__col.col-lg-6 {
  padding: 0;
}
@media (min-width: 1280px) {
  .footer__col.col-lg-6 {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
.footer__col-inner {
  padding-top: 3rem;
  padding-bottom: 2.9375rem;
  border-bottom: 1px solid #D3D5D7;
}
@media (min-width: 1024px) {
  .footer__col-inner {
    padding: 0;
    border: 0;
  }
}
.footer__logo {
  margin-bottom: 1.3125rem;
  width: 7.1875rem;
  height: 2.6875rem;
}
@media (min-width: 1280px) {
  .footer__logo {
    width: 11.3125rem;
    height: 5.25rem;
  }
}
.footer__bottom {
  padding: 1.25rem 0rem 1.625rem 0rem;
  font-size: 0.875rem;
  color: #fff;
  background: #222d38;
}
@media (min-width: 1024px) {
  .footer__bottom {
    padding: 1.5rem 0rem;
  }
}
.footer__copyright {
  margin: 0.25rem 0rem 1.125rem;
}
@media (min-width: 1024px) {
  .footer__copyright {
    margin: 0;
  }
}
.footer .social-media-links {
  margin: 0 0 1.4375rem;
}
.footer .social-media-links__title {
  font-size: 0.875rem;
}
.footer .social-media-links__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .social-media-links__item {
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
  margin-left: 0;
}
.footer .social-media-links__icon {
  font-size: 1.5em;
}
@media (min-width: 1024px) {
  .footer .container__inner > .row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.footer .focus-content {
  margin: 0;
  padding: 0;
  width: auto;
  background: none;
  border: 0;
}
.footer .focus-content__content p {
  font-size: 1.125rem;
}
.footer .focus-content p:last-child {
  margin-top: 1.0625rem;
}
.footer .focus-content p:first-child {
  margin-top: 0;
}
.footer .focus-content .btn, .footer .focus-content .our-brands .tns-controls button, .our-brands .tns-controls .footer .focus-content button, .footer .focus-content .focus-block .tns-controls button, .focus-block .tns-controls .footer .focus-content button {
  font-size: 1rem;
  letter-spacing: 0.8px;
}

.full-bleed__wrapper {
  position: relative;
  padding: 3.8125rem 0rem 4rem 0rem;
}
@media (min-width: 768px) {
  .full-bleed__wrapper {
    padding: 4.6875rem 0rem 5.25rem 0rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed__wrapper {
    padding: 5.75rem 0rem 6.3125rem 0rem;
  }
}
.full-bleed__title {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 0.75rem;
}
.theme-contrast .full-bleed__title {
  color: #fff;
}
@media (min-width: 768px) {
  .full-bleed__title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed__title {
    margin-bottom: 1.125rem;
  }
}
.full-bleed__subtext {
  font-size: 1.25rem;
  color: inherit;
}
@media (min-width: 768px) {
  .full-bleed__subtext {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed__subtext {
    font-size: 1.75rem;
  }
}
.theme-contrast .full-bleed__subtext {
  color: #fff;
}
.full-bleed__link {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .full-bleed__link {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed__link {
    margin-top: 2.5rem;
  }
}
.full-bleed__pic {
  padding: 1.875rem 0rem 0rem 0rem;
  text-align: center;
}
@media (min-width: 768px) {
  .full-bleed__pic {
    padding: 0;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .full-bleed__pic {
    width: 38%;
  }
}
.full-bleed__pic img {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  max-width: 50vw;
}
@media (min-width: 768px) {
  .full-bleed__pic img {
    max-width: 100%;
  }
}
.full-bleed__img {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  max-width: 50vw;
}
@media (min-width: 768px) {
  .full-bleed__img {
    max-width: 100%;
  }
}
.full-bleed__quote {
  position: relative;
  z-index: 2;
  margin: -8.75rem 0rem 0rem 0rem;
  min-height: 200px;
}
@media (min-width: 1024px) {
  .full-bleed__quote {
    margin: -27.5rem 0rem 0rem 0rem;
  }
}
.full-bleed__quote .quote {
  padding: 2.75rem 1.5rem 3rem 1.5rem;
  background: #f9f8f7;
}
@media (min-width: 768px) {
  .full-bleed__quote .quote {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed__quote .quote {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
.full-bleed--download .full-bleed__wrapper {
  padding: 5.75rem 0rem 3.5rem 0rem;
}
@media (min-width: 768px) {
  .full-bleed--download .full-bleed__wrapper {
    padding: 3.75rem 0rem 5.25rem 0rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed--download .full-bleed__wrapper {
    padding: 4.125rem 0rem 5.375rem 0rem;
  }
}
.full-bleed--download .full-bleed__wrapper::after {
  content: "";
  background: rgba(34, 45, 56, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-bleed--download .container__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .full-bleed--download .full-bleed__content {
    padding: 3.125rem 0rem 0rem 0rem;
    float: left;
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .full-bleed--download .full-bleed__content {
    padding: 4.375rem 0rem 0rem 0rem;
    width: 60%;
  }
}
.full-bleed--download .full-bleed__title {
  font-size: 2.25rem;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  .full-bleed--download .full-bleed__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed--download .full-bleed__title {
    font-size: 4.25rem;
  }
}
@media (min-width: 768px) {
  .full-bleed--download .full-bleed__pic {
    float: right;
  }
}
.full-bleed--bg-image .full-bleed__wrapper {
  padding: 5.75rem 0rem 9.375rem 0rem;
  background-color: #0c294e;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .full-bleed--bg-image .full-bleed__wrapper {
    padding: 8.125rem 0rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed--bg-image .full-bleed__wrapper {
    padding: 10.875rem 0rem;
  }
}
.full-bleed--bg-image .full-bleed__wrapper::after {
  content: "";
  background: rgba(34, 45, 56, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theme-contrast .full-bleed--bg-image .full-bleed__wrapper .col-xs-12 {
  padding-bottom: 1.25rem;
  background: #0C294E;
}
.full-bleed--bg-image .container__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .full-bleed--bg-image .container__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.full-bleed--bg-image .full-bleed__title {
  font-size: 2.25rem;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  .full-bleed--bg-image .full-bleed__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed--bg-image .full-bleed__title {
    font-size: 4.25rem;
  }
}
@media (min-width: 768px) {
  .full-bleed--bg-image .full-bleed__subtext {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed--bg-image .full-bleed__subtext {
    font-size: 1.5rem;
  }
}
.full-bleed--internal-quote .full-bleed__wrapper {
  padding-bottom: 15.625rem;
}
@media (min-width: 768px) {
  .full-bleed--internal-quote .full-bleed__wrapper {
    min-height: 0;
  }
}
@media (min-width: 1024px) {
  .full-bleed--internal-quote .full-bleed__wrapper {
    padding-top: 10.9375rem;
    padding-bottom: 11.5625rem;
    min-height: 0;
  }
}
.full-bleed--internal-quote .container__inner {
  min-height: 0;
}
@media (min-width: 1024px) {
  .full-bleed--internal-quote .full-bleed__content {
    width: 60%;
  }
}
.full-bleed--quote .quote {
  padding: 3.75rem 0rem 3.125rem 0rem;
  background: transparent;
}
@media (min-width: 768px) {
  .full-bleed--quote .quote {
    padding: 1.875rem 0rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed--quote .quote {
    padding: 0.625rem 0rem 1.875rem 0rem;
  }
}
.full-bleed--quote .quote__text {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .full-bleed--quote .quote__text {
    font-size: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .full-bleed--quote .quote__text {
    font-size: 3.375rem;
  }
}
.theme-contrast .full-bleed--quote .col-xs-12 {
  padding-bottom: 0 !important;
  background: #0C294E;
}

@media (min-width: 1024px) {
  .ally-switcher {
    -ms-flex-order: 99;
        order: 99;
  }
}

.ally-switcher__enable-btn,
.ally-switcher__disable-btn {
  position: relative;
  margin: 0.625rem 0rem 1.75rem;
  padding: 0.875rem 1.875rem 0.875rem 0.125rem;
  display: block;
  width: 100%;
  min-height: 2.625rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 0.875rem;
  text-align: left;
  color: #303337;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .ally-switcher__enable-btn,
  .ally-switcher__disable-btn {
    margin: 0rem 0rem 0.375rem 0.875rem;
    padding: 0;
    display: block;
  }
}
@media (min-width: 1280px) {
  .ally-switcher__enable-btn,
  .ally-switcher__disable-btn {
    margin: 0rem 0rem 0.375rem 1.4375rem;
  }
}
.ally-switcher__enable-btn .header-search__icon,
.ally-switcher__disable-btn .header-search__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  fill: #222d38;
}
@media (min-width: 1024px) {
  .ally-switcher__enable-btn .header-search__icon,
  .ally-switcher__disable-btn .header-search__icon {
    width: 1.1875rem;
    height: 1.1875rem;
    fill: #fff;
    -webkit-transition: 0.3s fill ease-out;
    transition: 0.3s fill ease-out;
  }
  .theme-contrast .ally-switcher__enable-btn .header-search__icon,
  .theme-contrast .ally-switcher__disable-btn .header-search__icon {
    fill: #000 !important;
  }
  .header--sticky .ally-switcher__enable-btn .header-search__icon, .header--opened .ally-switcher__enable-btn .header-search__icon, .white-bg .ally-switcher__enable-btn .header-search__icon,
  .header--sticky .ally-switcher__disable-btn .header-search__icon,
  .header--opened .ally-switcher__disable-btn .header-search__icon,
  .white-bg .ally-switcher__disable-btn .header-search__icon {
    fill: #222d38;
  }
}

.ally-switcher__label {
  display: block;
}
@media (min-width: 1024px) {
  .ally-switcher__label {
    display: none;
  }
}

.event-widget {
  position: relative;
}
.event-widget__title {
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #555;
}
.event-widget__content {
  display: -ms-flexbox;
  display: flex;
}
.event-widget__content-cell {
  margin-right: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2.875rem;
  height: 2.875rem;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #BEC0C2;
}
.event-widget__content-cell-month {
  font-size: 0.875rem;
  line-height: 0.8;
}
.event-widget__content-cell-day {
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  line-height: 0.8;
  color: #2D8EFB;
}
.event-widget__content-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.event-widget__content-text-title {
  margin-bottom: 0.1875rem;
  overflow: hidden;
  max-height: 4.5em;
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.event-widget__content-text-title a {
  text-decoration: none;
  color: #222d38;
}
.event-widget__content-text-title a:hover {
  text-decoration: underline;
}
.event-widget__content-text-date {
  font-size: 0.75rem;
}
.main-menu .event-widget {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .main-menu .event-widget {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .main-menu .event-widget {
    margin-bottom: 1.25rem;
  }
}

.language-selector {
  margin-top: 6rem;
  text-align: left;
  border: 0.0625rem solid #222d38;
}
@media (max-width: 1023px) {
  .show-autosuggestion .language-selector {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .language-selector {
    position: relative;
    margin: 0.9375rem 0rem;
    border: 0;
  }
  .language-selector::before, .language-selector::after {
    position: absolute;
    top: 50%;
    display: block;
    width: 1px;
    height: 0.75rem;
    content: "";
    background: #fff;
    -webkit-transition: 0.3s background ease-out;
    transition: 0.3s background ease-out;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header--sticky .language-selector::before, .header--opened .language-selector::before, .white-bg .language-selector::before, .header--sticky .language-selector::after, .header--opened .language-selector::after, .white-bg .language-selector::after {
    background: #222d38;
  }
  .theme-contrast .language-selector::before, .theme-contrast .language-selector::after {
    background: #222d38;
  }
  .language-selector::after {
    right: 0;
  }
}

.language-selector__menu {
  margin: 0;
  padding: 1.1875rem 0rem 0rem 1.4375rem;
  display: none;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .language-selector__menu {
    position: absolute;
    padding: 1.1875rem 1.375rem 0rem 1.5rem;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
}
.language-selector__menu .language-link {
  font-size: 0.875rem;
  line-height: 1.29;
  text-decoration: none;
  color: #222d38;
}
@media (min-width: 1024px) {
  .language-selector__menu .language-link {
    font-size: 1rem;
    color: #222d38;
  }
}
.language-selector__menu .language-link.is-active {
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 500;
  color: #222d38 !important;
}
@media (min-width: 1024px) {
  .language-selector__menu .language-link.is-active {
    font-size: 0.875rem;
    font-weight: 700;
    color: #222d38 !important;
  }
}
@media (min-width: 1280px) {
  .language-selector__menu .language-link.is-active {
    font-size: 1rem;
  }
}
.language-selector__menu li {
  margin-bottom: 23px;
}

.language-selector__button {
  padding: 1.3125rem 1.5rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 500;
  text-align: left;
  color: #222d38;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  /* Vertical line */
  /* horizontal line */
}
@media (min-width: 1024px) {
  .language-selector__button {
    padding: 1.0625rem 1.875rem 1.0625rem 0.875rem;
    font-size: 0.8125rem;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.3s color ease-out;
    transition: 0.3s color ease-out;
  }
  .theme-contrast .language-selector__button {
    color: #000 !important;
  }
  .header--sticky .language-selector__button, .header--opened .language-selector__button, .white-bg .language-selector__button {
    color: #222d38;
  }
  .header--sticky .language-selector__button {
    padding: 0.375rem 1.875rem 0.375rem 0.875rem;
  }
}
@media (min-width: 1280px) {
  .language-selector__button {
    padding: 1.0625rem 2.5rem 1.0625rem 1.5rem;
    font-size: 0.875rem;
  }
  .header--sticky .language-selector__button {
    padding: 0.375rem 2.5rem 0.375rem 1.5rem;
  }
}
.language-selector__button:before, .language-selector__button:after {
  content: "";
  position: absolute;
  background-color: #222d38;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.language-selector__button:before {
  top: 50%;
  right: 0.4375rem;
  width: 0.125rem;
  height: 1rem;
  margin-top: -0.5rem;
}
.language-selector__button:after {
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.125rem;
  margin-top: -0.0625rem;
}
.language-selector__button.minus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.language-selector__button.minus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.language-selector__button::before {
  right: 1.375rem;
}
@media (min-width: 1024px) {
  .language-selector__button::before {
    display: none;
  }
}
.language-selector__button::after {
  right: 0.9375rem;
}
@media (min-width: 1024px) {
  .language-selector__button::after {
    right: 0.875rem;
    margin: 0.125rem 0rem 0rem;
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    border: 0.3125rem solid transparent;
    border-top: 0.5rem solid #fff;
    -webkit-transition: 0.3s border-top-color ease-out;
    transition: 0.3s border-top-color ease-out;
    -webkit-transform: translate(0, -50%) rotate(0deg) !important;
            transform: translate(0, -50%) rotate(0deg) !important;
  }
  .header--sticky .language-selector__button::after, .header--opened .language-selector__button::after, .white-bg .language-selector__button::after {
    border-top-color: #222d38;
  }
  .theme-contrast .language-selector__button::after {
    border-top-color: #000 !important;
  }
}
@media (min-width: 1280px) {
  .language-selector__button::after {
    right: 1.375rem;
  }
}

.js-accordion__item--open .language-selector__button::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-accordion__item--open .language-selector__button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-search {
  position: relative;
  margin-top: 22px;
}
@media (min-width: 1024px) {
  .header-search {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0rem 3.4375rem 0rem 10rem;
    display: none;
    width: 100%;
    height: 5.75rem;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .toolbar-horizontal .header-search, .toolbar-vertical .header-search {
    top: 54px;
  }
  .header-search .form-item {
    margin: 0;
  }
  .header-search .form-item-keywords {
    position: relative;
  }
  .header-search .form-item-keywords::after {
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
    height: 0.0625rem;
    content: "";
    background: rgba(34, 45, 56, 0.2);
  }
  .header--sticky .header-search {
    height: 4.375rem;
  }
}
@media (min-width: 1280px) {
  .header-search {
    padding: 0rem 10rem;
  }
}

@media (min-width: 1024px) {
  .header-search__form {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 71.25rem;
  }
}

.header-search__autosuggestion {
  position: absolute;
  z-index: 3;
  top: 3.75rem;
  left: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .header-search__autosuggestion {
    top: 2.875rem;
    padding: 0rem 0rem 0rem 4.0625rem;
  }
}
.show-autosuggestion .header-search__autosuggestion {
  visibility: visible;
  opacity: 1;
}

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

.autosuggestion-list-item {
  padding: 1rem 0rem 0rem 0rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.autosuggestion-list-item a {
  font-weight: 700;
  text-decoration: none;
  color: #222d38;
}

.header-search__logo {
  display: none;
}
@media (min-width: 1024px) {
  .header-search__logo {
    position: absolute;
    top: 50%;
    left: 3.4375rem;
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.header-search__popup-close.button {
  display: none;
}
@media (min-width: 1024px) {
  .header-search__popup-close.button {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    margin: 0;
    padding: 0rem 1.875rem 0rem 0rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.875rem;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: right;
    color: #222d38;
    background: none;
    background-image: url("../svg/close.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem auto;
    border: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
  }
}

.header-search__popup-close-icon {
  margin-left: 0.9375rem;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  stroke: currentColor;
}

.header-search__input,
.header-search__form .form-text {
  position: relative;
  padding: 1.3125rem 2.5rem 1.3125rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 500;
  letter-spacing: 0.0510416875rem;
  color: #222d38;
  background: none;
  border: 0.0625rem solid #222d38;
}
.theme-contrast .header-search__input,
.theme-contrast .header-search__form .form-text {
  color: #767676;
}
@media (min-width: 1024px) {
  .header-search__input,
  .header-search__form .form-text {
    padding: 0.9375rem 5.9375rem 0.9375rem 4.0625rem;
    height: 2.875rem;
    font-size: 1.5rem;
    border: 0;
  }
  .theme-contrast .header-search__input,
  .theme-contrast .header-search__form .form-text {
    border: 0.0625rem solid #767676;
  }
}
.header-search__input::-webkit-input-placeholder, .header-search__form .form-text::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(34, 45, 56, 0.3);
}
.header-search__input::-moz-placeholder, .header-search__form .form-text::-moz-placeholder {
  opacity: 1;
  color: rgba(34, 45, 56, 0.3);
}
.header-search__input:-ms-input-placeholder, .header-search__form .form-text:-ms-input-placeholder {
  opacity: 1;
  color: rgba(34, 45, 56, 0.3);
}
.header-search__input::-ms-input-placeholder, .header-search__form .form-text::-ms-input-placeholder {
  opacity: 1;
  color: rgba(34, 45, 56, 0.3);
}
.header-search__input::placeholder,
.header-search__form .form-text::placeholder {
  opacity: 1;
  color: rgba(34, 45, 56, 0.3);
}
.theme-contrast .header-search__input::-webkit-input-placeholder, .theme-contrast .header-search__form .form-text::-webkit-input-placeholder {
  color: #767676;
}
.theme-contrast .header-search__input::-moz-placeholder, .theme-contrast .header-search__form .form-text::-moz-placeholder {
  color: #767676;
}
.theme-contrast .header-search__input:-ms-input-placeholder, .theme-contrast .header-search__form .form-text:-ms-input-placeholder {
  color: #767676;
}
.theme-contrast .header-search__input::-ms-input-placeholder, .theme-contrast .header-search__form .form-text::-ms-input-placeholder {
  color: #767676;
}
.theme-contrast .header-search__input::placeholder,
.theme-contrast .header-search__form .form-text::placeholder {
  color: #767676;
}

.header-search__btn.button {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  margin: -0.0625rem 0rem 0rem 0rem;
  padding: 0.3125rem;
  width: 1.8125rem;
  height: 2.125rem;
  text-indent: -9000px;
  background: transparent;
  background-image: url("../svg/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  fill: #222d38;
}
@media (min-width: 1024px) {
  .header-search__btn.button {
    right: auto;
    left: 1.25rem;
    background-size: 1.1875rem auto;
  }
}

.header-search__icon {
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 1024px) {
  .header-search__icon {
    width: 1.1875rem;
    height: 1.1875rem;
    fill: #fff;
    -webkit-transition: 0.3s fill ease-out;
    transition: 0.3s fill ease-out;
  }
  .theme-contrast .header-search__icon {
    fill: #000 !important;
  }
  .header--sticky .header-search__icon, .header--opened .header-search__icon, .white-bg .header-search__icon {
    fill: #222d38;
  }
}

.header-search__open {
  display: none;
}
@media (min-width: 1024px) {
  .header-search__open {
    margin: 0rem 0rem 0rem 0.875rem;
    padding: 0;
    display: block;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
  }
}
@media (min-width: 1280px) {
  .header-search__open {
    margin: 0rem 0rem 0rem 1.4375rem;
  }
}
.header-search__open .header-search__icon {
  width: 0.9375rem;
  height: 0.9375rem;
}
@media (min-width: 1280px) {
  .header-search__open .header-search__icon {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

.hero--brand {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 35.125rem;
  padding-top: 7.0625rem;
  padding-bottom: 2.625rem;
}
.hero--brand__pic {
  margin-top: 2.5rem;
  padding: 0rem 1.875rem;
  text-align: center;
}
.hero--brand__pic img {
  margin: 0 auto;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}
@media (min-width: 768px) {
  .hero--brand__pic {
    margin-top: 0;
    padding: 0;
  }
}
.hero--brand__logo {
  margin: 1.75rem 0rem 1.4375rem 0rem;
}
.hero--brand__logo img {
  width: auto !important;
  max-width: 18.75rem;
  height: auto !important;
  max-height: 18.75rem;
}
@media (min-width: 768px) {
  .hero--brand__logo {
    margin: 2.25rem 0rem 1.4375rem 0rem;
  }
}
@media (min-width: 1024px) {
  .hero--brand__logo {
    margin: 2.5625rem 0rem 1.4375rem 0rem;
  }
}
.hero--brand__tag-list {
  margin: 0rem -0.75rem;
  padding: 0rem 0rem 0.625rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style-type: none;
}
.hero--brand__tag-list--item {
  padding: 0rem 0.75rem 0.9375rem 0.75rem;
}
.hero--brand__tag {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #fff;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
.hero--brand__tag:hover, .no-js .hero--brand__tag:hover, .hero--brand__tag:focus {
  opacity: 0.7;
}
.hero--brand__location {
  position: relative;
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0rem 0rem 0rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  .hero--brand__location {
    margin: 0rem 0rem 1.4375rem 0rem;
  }
}
.hero--brand__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.875rem;
  height: 1.125rem;
}
.hero--brand__view .btn-old--view-all {
  font-size: 1rem;
  background-color: #001B71;
}
.hero--brand .hero__soc-block {
  margin-top: 2.75rem;
}
@media (min-width: 768px) {
  .hero--brand .hero__soc-block {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .hero--brand .hero__soc-block {
    margin-top: 2.1875rem;
  }
}
.hero--brand .hero__desc {
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 2.75rem;
}
@media (min-width: 768px) {
  .hero--brand .hero__desc {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .hero--brand .hero__desc {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .hero--brand .hero__desc {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .hero--brand .hero__desc {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .hero--brand {
    padding-top: 7.0625rem;
  }
}
@media (min-width: 1024px) {
  .hero--brand {
    padding-top: 8.0625rem;
  }
}
@media (min-width: 768px) {
  .hero--brand {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .hero--brand {
    padding-bottom: 3.75rem;
  }
}

.hero {
  color: #fff;
  background-color: #0c294e;
}
.theme-contrast .hero {
  background-color: #0c294e !important;
}
.hero__banner {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 35.125rem;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 7.0625rem;
  padding-bottom: 9.25rem;
}
.hero__people .hero__banner {
  position: relative;
  display: block;
  padding-bottom: 13.625rem;
}
@media (min-width: 768px) {
  .hero__people .hero__banner {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1024px) {
  .hero__people .hero__banner {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .hero__people .hero__banner {
    padding-right: 42%;
    min-height: 34.375rem;
  }
}
@media (min-width: 1024px) {
  .hero__people .hero__banner {
    padding-right: 27%;
    min-height: 34.375rem;
  }
}
.theme-contrast .hero__people .hero__banner .accessible-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  background: #0C294E;
}
@media (min-width: 768px) {
  .hero__banner {
    padding-top: 10rem;
  }
}
@media (min-width: 1024px) {
  .hero__banner {
    padding-top: 13.125rem;
  }
}
@media (min-width: 768px) {
  .hero__banner {
    padding-bottom: 10.25rem;
  }
}
@media (min-width: 1024px) {
  .hero__banner {
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 768px) {
  .hero__banner {
    min-height: 36.875rem;
  }
}
@media (min-width: 1024px) {
  .hero__banner {
    min-height: 38.5625rem;
  }
}
.theme-contrast .hero__banner .accessible-wrapper {
  margin: -40px;
  padding: 40px;
  background: #0C294E;
}
@media (max-width: 768px) {
  .theme-contrast .hero__banner .accessible-wrapper {
    margin: -16px -8px;
    padding: 16px 8px;
  }
}
.hero__homepage .hero__banner {
  min-height: 100vh;
  padding-top: 7.0625rem;
  padding-bottom: 9.25rem;
}
@media (min-width: 768px) {
  .hero__homepage .hero__banner {
    padding-top: 13.75rem;
  }
}
@media (min-width: 1024px) {
  .hero__homepage .hero__banner {
    padding-top: 13.75rem;
  }
}
@media (min-width: 768px) {
  .hero__homepage .hero__banner {
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 1024px) {
  .hero__homepage .hero__banner {
    padding-bottom: 11.25rem;
  }
}
@media (min-width: 768px) {
  .hero__homepage .hero__banner {
    min-height: 40rem;
  }
}
@media (min-width: 1024px) {
  .hero__homepage .hero__banner {
    min-height: 44.5625rem;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  .hero__homepage .hero__banner {
    padding: 20vh 0 25vh;
    min-height: 60vh;
  }
}
.hero__title {
  font-weight: normal;
  margin-bottom: 2rem;
  text-transform: none;
  font-size: 2.625rem;
}
.hero__people .hero__title {
  font-size: 2.625rem;
}
@media (min-width: 768px) {
  .hero__people .hero__title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .hero__people .hero__title {
    font-size: 4.25rem;
  }
}
.hero__news .hero__title {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .hero__news .hero__title {
    font-size: 3.375rem;
  }
}
@media (min-width: 1024px) {
  .hero__news .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .hero__title {
    font-size: 3rem;
  }
}
.hero__soc-block {
  margin-top: 3.0625rem;
}
.hero__soc-block .social-media-links__icon {
  color: #fff;
}
@media (min-width: 768px) {
  .hero__soc-block {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .hero__soc-block {
    margin-top: 4.375rem;
  }
}
.hero__avarat-wrapper {
  position: relative;
  z-index: 2;
  margin: -10.625rem 0rem 0rem 0rem;
}
@media (min-width: 768px) {
  .hero__avarat-wrapper {
    margin: 0;
    width: 100%;
    height: 0;
  }
}
.hero__people-avatar img {
  display: block;
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .hero__people-avatar img {
    position: absolute;
    bottom: -3.125rem;
  }
}
@media (min-width: 1024px) {
  .hero__people-avatar img {
    bottom: -2.625rem;
  }
}
@media (min-width: 768px) {
  .hero__people-avatar {
    position: relative;
  }
}
.hero__people-pic {
  display: block;
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .hero__people-pic {
    position: absolute;
    bottom: -3.125rem;
  }
}
@media (min-width: 1024px) {
  .hero__people-pic {
    bottom: -2.625rem;
  }
}
.hero__soc-block-title {
  margin-bottom: 1.0625rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.hero__desc {
  color: inherit;
  font-size: 1.125rem;
}
.hero__people .hero__desc {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .hero__people .hero__desc {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .hero__people .hero__desc {
    font-size: 1.5rem;
  }
}
.hero__desc .btn, .hero__desc .our-brands .tns-controls button, .our-brands .tns-controls .hero__desc button, .hero__desc .focus-block .tns-controls button, .focus-block .tns-controls .hero__desc button {
  display: block;
  margin-top: -1rem;
}
.hero__desc .btn::after, .hero__desc .our-brands .tns-controls button::after, .our-brands .tns-controls .hero__desc button::after, .hero__desc .focus-block .tns-controls button::after, .focus-block .tns-controls .hero__desc button::after {
  background-image: url("../svg/icon-arrow-white.svg");
}
@media (min-width: 768px) {
  .hero__desc .btn, .hero__desc .our-brands .tns-controls button, .our-brands .tns-controls .hero__desc button, .hero__desc .focus-block .tns-controls button, .focus-block .tns-controls .hero__desc button {
    margin-top: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .hero__desc .btn, .hero__desc .our-brands .tns-controls button, .our-brands .tns-controls .hero__desc button, .hero__desc .focus-block .tns-controls button, .focus-block .tns-controls .hero__desc button {
    margin-top: -1.75rem;
  }
}
.hero__desc a:not(.btn) {
  position: relative;
  padding: 0.5rem 0.625rem 0.5rem 0rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.hero__desc a:not(.btn)::after {
  position: static;
  margin: 0rem 0rem 0rem 0.625rem;
  display: inline-block;
  width: 16px;
  height: 14px;
  content: "";
  background-image: url("../svg/icon-arrow-white.svg");
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.hero__desc a:not(.btn):hover::after {
  -webkit-transform: translate(10px, 2px);
          transform: translate(10px, 2px);
}
@media (min-width: 768px) {
  .hero__desc {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1024px) {
  .hero__desc {
    font-size: 1.25rem;
  }
}
.hero .social-media-links {
  font-size: 0.875rem;
}
.hero .slider,
.hero .slick-list,
.hero .slick-track,
.hero .slick-slide,
.hero .slick-slide > div,
.hero .slider__item {
  position: relative;
  height: 100%;
}
.hero .media-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__cta-item {
  margin-top: 1.25rem;
}

.container__bg .media-image,
.container__bg .field,
.container__bg .field__item {
  height: 100%;
}
.container__bg .media-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.history-timeline {
  position: relative;
  padding-bottom: 150%;
  overflow: hidden;
  height: 0;
  color: #fff;
}
.history-timeline::after {
  position: absolute;
  bottom: 5.375rem;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
}
.history-timeline__title-container {
  position: absolute;
  z-index: 3;
  top: 2.375rem;
  width: 100%;
}
@media (min-width: 768px) {
  .history-timeline__title-container {
    top: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .history-timeline__title-container {
    top: 5.5625rem;
  }
}
.history-timeline__slider-item-content {
  position: absolute;
  bottom: 7.625rem;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 6.25rem;
  max-height: calc(100% - 12.9375rem);
  -ms-flex-align: end;
      align-items: flex-end;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .history-timeline__slider-item-content {
    bottom: 8.75rem;
    max-height: calc(100% - 16.875rem);
  }
}
@media (min-width: 1024px) {
  .history-timeline__slider-item-content {
    bottom: 9.6875rem;
    max-height: calc(100% - 19.375rem);
  }
}
.history-timeline__dates-slider {
  position: absolute;
  z-index: 3;
  bottom: 2.5rem;
  left: 0;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
}
.history-timeline__year {
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .history-timeline__year {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .history-timeline__year {
    font-size: 2.625rem;
  }
}
.history-timeline__slider-item-container {
  position: relative;
  padding-bottom: 150%;
  overflow: hidden;
  height: 0;
}
.history-timeline__slider-item-container p {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .history-timeline__slider-item-container {
    padding-bottom: 80%;
  }
}
@media (min-width: 1024px) {
  .history-timeline__slider-item-container {
    padding-bottom: 48.7%;
  }
}
.history-timeline__slider-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.history-timeline__slider-item-bg::after {
  content: "";
  background: rgba(34, 45, 56, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.history-timeline__slider-item-bg img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .history-timeline__slider-item-bg img {
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.history-timeline__dates-slider-item {
  margin-left: 2.9375rem;
  display: inline-block;
}
.history-timeline__dates-slider-item:first-of-type {
  margin-left: 0.5625rem;
}
@media (min-width: 1024px) {
  .history-timeline__dates-slider-item:first-of-type {
    margin-left: 6.875rem;
  }
}
.history-timeline__dates-slider-item:last-of-type {
  margin-right: 0.5625rem;
}
@media (min-width: 1024px) {
  .history-timeline__dates-slider-item:last-of-type {
    margin-right: 6.875rem;
  }
}
@media (min-width: 1024px) {
  .history-timeline__dates-slider-item {
    margin-left: 6.9375rem;
  }
}
.history-timeline__dates-slider-date {
  position: relative;
  padding: 2.0625rem 0.3125rem 0rem 0.3125rem;
  font-size: 1.125rem;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
}
.history-timeline__dates-slider-date::before {
  position: absolute;
  top: 0.375rem;
  left: 50%;
  margin-left: -0.1875rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background-color: #f9f8f7;
  border-radius: 50%;
}
.history-timeline__dates-slider-date::after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5625rem;
  display: block;
  width: 1rem;
  height: 1rem;
  opacity: 0;
  content: "";
  border: 1px solid #5fa4d0;
  border-radius: 50%;
}
.history-timeline__dates-slider-date--active::before {
  background-color: #5fa4d0;
}
.history-timeline__dates-slider-date--active::after {
  opacity: 1;
}
.theme-contrast .history-timeline .accessible-wrapper {
  background: #0C294E;
}
.history-timeline .simplebar-track {
  display: none;
}
.history-timeline .simplebar-content-wrapper {
  overflow: scroll hidden !important;
}
@media (min-width: 768px) {
  .history-timeline {
    padding-bottom: 80%;
  }
}
@media (min-width: 1024px) {
  .history-timeline {
    padding-bottom: 48.7%;
  }
}

.house-of-brands {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  background: rgba(241, 217, 176, 0.2);
}
@media (min-width: 768px) {
  .house-of-brands {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
@media (min-width: 1024px) {
  .house-of-brands {
    margin-right: -3.4375rem;
    margin-left: -3.4375rem;
  }
}
@media (min-width: 1440px) {
  .house-of-brands {
    margin: 0 calc((100vw - 90rem) * -0.5 - 3.4375rem);
  }
}
.house-of-brands__container {
  overflow: hidden;
  width: 100%;
}
.house-of-brands__items {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  width: auto;
}
@media (min-width: 768px) {
  .house-of-brands__items {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
@media (min-width: 1024px) {
  .house-of-brands__items {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .house-of-brands__items {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-width: 18.75rem;
    max-width: 90rem;
  }
}
.house-of-brands__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.house-of-brands__image {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 768px) {
  .house-of-brands__image {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .house-of-brands__image {
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
  }
}
.house-of-brands__content {
  padding: 3.125rem 13%;
  font-size: 1.125rem;
  color: #2A2A2A;
}
@media (min-width: 768px) {
  .house-of-brands__content {
    font-size: 1.25rem;
  }
}
.house-of-brands__content h3 {
  font-size: 2.375rem;
  color: #222d38;
}
@media (min-width: 768px) {
  .house-of-brands__content h3 {
    font-size: 2.6875rem;
  }
}
.house-of-brands img {
  width: 100%;
  height: auto;
}

.image-modal__picture img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.image-modal__description {
  padding: 1.25rem 0.9375rem;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .image-modal__description {
    padding: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .image-modal__description {
    padding: 1.875rem 1.25rem;
  }
}
.image-modal__description .btn-old--download-blue {
  margin: 0;
}
.image-modal__caption {
  padding: 0rem 0rem 0.625rem 0rem;
  font-size: 1rem;
  color: #222d38;
}
@media (min-width: 768px) {
  .image-modal__caption {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .image-modal__caption {
    font-size: 1.125rem;
  }
}

.instagram-item {
  position: relative;
  margin-bottom: 1.25rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
@media (min-width: 1024px) {
  .instagram-item {
    margin-bottom: 3.125rem;
  }
}
.instagram-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.instagram-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.instagram-list__title {
  margin-bottom: 1.8125rem;
}
.instagram-list__link {
  padding: 0rem 0rem 1.875rem 0rem;
  text-align: center;
}
@media (min-width: 768px) {
  .instagram-list__link {
    padding: 0rem 0rem 2.1875rem 0rem;
  }
}
@media (min-width: 1024px) {
  .instagram-list__link {
    padding: 0rem 0rem 2.8125rem 0rem;
  }
}

.key-figures {
  text-align: center;
}
.key-figures__container {
  position: relative;
}
.key-figures__bg {
  display: none;
}
@media (min-width: 1024px) {
  .key-figures__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .key-figures__bg + .key-figures__content {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .key-figures__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 9%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.key-figures__content {
  position: relative;
}
.key-figures__title {
  margin-bottom: 1.375rem;
  text-align: left;
}
.key-figures__item {
  margin-top: -0.0625rem;
  padding: 0.9375rem 0.3125rem 2.4375rem;
  height: 100%;
  border: 1px solid #EBECED;
}
@media (min-width: 1024px) {
  .key-figures__item {
    margin: 0rem 0rem 0rem -0.0625rem;
    padding: 1.25rem 0.9375rem 3.125rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 16.4375rem;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.key-figures__data {
  padding: 0rem 0rem 0.5rem 0rem;
  display: block;
  overflow: hidden;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 4.375rem;
  line-height: 1.4;
  font-weight: normal;
  color: #2D8EFB;
}
.theme-contrast .key-figures__data {
  color: #0057D9;
}
@media (min-width: 420px) {
  .key-figures__data {
    font-size: 5.625rem;
  }
}
@media (min-width: 1024px) {
  .key-figures__data {
    font-size: 4.375rem;
  }
}
@media (min-width: 1360px) {
  .key-figures__data {
    font-size: 5.75rem;
  }
}
.key-figures__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2A2A2A;
}
@media (min-width: 1024px) {
  .key-figures [class^=col-]:nth-child(n+4) .key-figures__item,
  .key-figures [class*=" col-"]:nth-child(n+4) .key-figures__item {
    margin-top: -0.0625rem;
  }
}

.leadership {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  height: 0;
  text-align: center;
}
.leadership::before, .leadership::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 45, 56, 0.0001)), to(#222d38));
  background: linear-gradient(180deg, rgba(34, 45, 56, 0.0001) 0%, #222d38 100%);
}
.leadership::after {
  top: 0;
  height: 100%;
  opacity: 0;
  background: rgba(34, 45, 56, 0.5);
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 768px) {
  .leadership:hover::after,
  .leadership:hover .leadership__link--text {
    opacity: 1;
  }
  .leadership:hover .leadership__picture {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .leadership:hover .leadership__title {
    font-size: 1.5rem;
  }
}
.leadership__block {
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .leadership__block {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .leadership__block {
    margin-top: 2.5rem;
  }
}
.leadership__picture {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  /* stylelint-disable */
  /* stylelint-enable */
}
.leadership__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.leadership__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.leadership__content {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.9375rem 0.9375rem 1.125rem 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: padding 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: padding 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
@media (min-width: 768px) {
  .leadership__content {
    padding: 0.9375rem 0.9375rem 1.5625rem 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .leadership__content {
    padding: 1.25rem 1.25rem 2.625rem 1.25rem;
  }
}
.leadership__content .accessible-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.theme-contrast .leadership__content .accessible-wrapper {
  padding: 20px;
  background: #0C294E;
}
.leadership__title,
.leadership span {
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: initial;
  -webkit-transition: font-size 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: font-size 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .leadership__title,
  .leadership span {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .leadership__title,
  .leadership span {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .leadership__title,
  .leadership span {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .leadership__title,
  .leadership span {
    margin-bottom: 0.75rem;
  }
}
.leadership__subtext {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.leadership__link {
  position: relative;
  z-index: 3;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.8px;
  color: #fff;
  -webkit-transition: padding 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: padding 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}
.leadership__link:hover {
  padding-bottom: 24%;
}
.leadership__link--text {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
}

@media (min-width: 1024px) {
  .map-interactive-countries {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
  }
}
.map-interactive-countries__back {
  display: none;
}
@media (min-width: 1024px) {
  .map-interactive-countries__back {
    margin-bottom: 1.625rem;
    padding: 0;
    display: block;
    width: 31px;
    height: 20px;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
  }
  .map-interactive-countries__back-icon {
    display: block;
    width: 100%;
    height: 100%;
    fill: #14284B;
  }
}
.map-interactive-countries__back:hover svg {
  fill: #4FAFBB;
}
.map-interactive-countries__back svg {
  -webkit-transition: fill 0.25s ease-in;
  transition: fill 0.25s ease-in;
}
.map-interactive-countries__title {
  display: none;
}
@media (min-width: 1024px) {
  .map-interactive-countries__title {
    margin-bottom: 1.4375rem;
    display: block;
    font-family: "pr_body-regular", arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #222d38;
  }
}
.map-interactive-countries__list {
  margin: 0.75rem 0rem 0.1875rem;
  padding: 0rem 0.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.map-interactive-countries__list li {
  margin-bottom: 1.8125rem;
  padding-right: 0.625rem;
  width: 48%;
}
@media (min-width: 1440px) {
  .map-interactive-countries__list li {
    width: 31.5%;
  }
}
.map-interactive-countries__button {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: left;
  color: #000;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1024px) {
  .map-interactive-countries__button {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    cursor: pointer;
  }
}
.map-interactive-countries__button:hover, .map-interactive-countries__button--hover {
  border-color: #398193;
}
.map-interactive-countries__icon {
  margin-top: 0.1875rem;
  margin-right: 0.375rem;
  overflow: hidden;
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}
.map-interactive-countries__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.map-interactive-countries__country {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media (min-width: 1024px) {
  .map-interactive-countries__country {
    position: absolute;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
.map-interactive-countries__country--open {
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: slide-left-in 0.4s ease;
          animation: slide-left-in 0.4s ease;
}
@media (min-width: 1024px) {
  .map-interactive-countries__country--open {
    opacity: 1;
  }
}
.map-interactive-countries__country--close {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-animation: slide-left-out 0.4s ease;
          animation: slide-left-out 0.4s ease;
}
@media (min-width: 1024px) {
  .map-interactive-countries__country--close {
    opacity: 0;
  }
}

.map-interactive-info {
  font-family: "pr_body-regular", arial, sans-serif;
  color: #222d38;
}
.map-interactive-info__inner {
  margin: 0 auto;
  max-width: 470px;
}
@media (min-width: 1024px) {
  .map-interactive-info__inner {
    max-width: 325px;
  }
}
@media (min-width: 1440px) {
  .map-interactive-info__inner {
    max-width: 490px;
  }
}
.map-interactive-info__header {
  padding: 0rem 1.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.map-interactive-info__header-button {
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4.25rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
  color: #222d38;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .map-interactive-info__header-button {
    display: none;
  }
}
.map-interactive-info__header-button.focus-visible {
  outline: 0.0625rem dotted #212121;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}
.map-interactive-info__header-icon-close {
  margin-left: 1.25rem;
  stroke: currentColor;
  width: 1.1875rem;
  height: 1.1875rem;
}
.map-interactive-info__media {
  position: relative;
}
.map-interactive-info__media img {
  display: block;
  width: 100%;
}
.map-interactive-info__back {
  display: none;
}
@media (min-width: 1024px) {
  .map-interactive-info__back {
    position: absolute;
    top: 1.75rem;
    left: 2.5rem;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    width: 3rem;
    height: 3rem;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #fff;
    border: 0;
    cursor: pointer;
  }
  .map-interactive-info__back svg {
    fill: #35606B;
    -webkit-transition: fill 0.25s ease-in;
    transition: fill 0.25s ease-in;
  }
}
.map-interactive-info__back:hover svg {
  fill: #4FAFBB;
}
.map-interactive-info__back-icon {
  width: 0.8125rem;
  height: 1.25rem;
}
.map-interactive-info__content {
  padding: 1.3125rem 1rem;
}
@media (min-width: 1024px) {
  .map-interactive-info__content {
    padding: 1.3125rem 1.5625rem;
  }
}
@media (min-width: 1440px) {
  .map-interactive-info__content {
    padding: 2.125rem 3.4375rem;
  }
}
.map-interactive-info__title {
  margin-bottom: 0.625rem;
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
}
.map-interactive-info__location {
  margin-bottom: 1.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.map-interactive-info__icon {
  margin-right: 0.75rem;
  width: 0.875rem;
  height: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.map-interactive-info__text {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.map-interactive-info__cta {
  margin-top: 1.5rem;
}
.map-interactive-info__cta a {
  letter-spacing: 0.8px;
  color: #2D8EFB;
}
.map-interactive-info__cta a.btn-old {
  position: relative;
  padding: 0.5rem 2.1875rem 0.5rem 0rem;
  display: inline-block;
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .map-interactive-info__cta a {
    color: #222d38;
  }
}
.map-interactive-info__cta svg {
  fill: #2D8EFB;
}
.map-interactive-info__cta svg.btn-old__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}
@media (min-width: 1024px) {
  .map-interactive-info__cta svg {
    fill: #222d38;
  }
}
@media (min-width: 1024px) {
  .map-interactive-info--image-not-full .map-interactive-info__back {
    position: static;
    margin-bottom: 2.25rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .map-interactive-info--image-not-full .map-interactive-info__media {
    padding: 2.625rem 1.5625rem 0rem;
  }
}
@media (min-width: 1440px) {
  .map-interactive-info--image-not-full .map-interactive-info__media {
    padding: 2.625rem 3.4375rem 0rem;
  }
}

.news-details {
  padding-top: 2.8125rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 768px) {
  .news-details {
    padding-top: 3.4375rem;
  }
}
@media (min-width: 1024px) {
  .news-details {
    padding-top: 5.9375rem;
  }
}
.news-details__date {
  padding: 0rem 0rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
}
.news-details__date p {
  margin: 0;
}
.news-details__date-type, .news-details__date-text {
  text-transform: uppercase;
}
.news-details__date-type::after, .news-details__date-text::after {
  margin: 0.5em;
  content: "-";
}
.news-details__date-type:last-of-type::after, .news-details__date-text:last-of-type::after {
  display: none;
}
.news-details__date-type a, .news-details__date-text a {
  text-decoration: none;
  color: #222d38;
}
.news-details__date-type a:hover, .news-details__date-text a:hover {
  text-decoration: underline;
}
.news-details__title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .news-details__title {
    font-size: 2.125rem;
  }
}
@media (min-width: 1024px) {
  .news-details__title {
    font-size: 2.25rem;
  }
}
.news-details__right-column {
  padding: 1.875rem 0rem 0rem 0rem;
}
@media (min-width: 768px) {
  .news-details__right-column {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .news-details__right-column {
    position: sticky;
    top: 1.25rem;
  }
}
.news-details__right-column .btn-old--download {
  max-width: 18.4375rem;
}
.news-details h3 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .news-details h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .news-details h3 {
    font-size: 1.75rem;
  }
}
.news-details .accordion {
  padding: 0;
}
.news-details .accordion > .container__inner {
  padding-right: 0;
  padding-left: 0;
  border: 0;
}
.news-details .field__items .container,
.news-details .field__items .container .container__inner {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.news-details .field__items .row .col-lg-10.col-lg-offset-1 {
  margin-left: 0;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.our-brands__description {
  padding: 1.5rem 1.25rem 1.5625rem;
}
@media (min-width: 768px) {
  .our-brands__description {
    padding: 1.5rem 1.875rem 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .our-brands__description {
    padding: 5.5rem 2.8125rem 2.5rem 3.4375rem;
    max-width: 26.875rem;
  }
}
.our-brands__link {
  margin: 1.875rem 0rem 0rem 0rem;
}
.our-brands__wrapper {
  position: relative;
  padding: 0rem 2.8125rem 4.4375rem 1.25rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .our-brands__wrapper {
    padding: 0rem 1.875rem 4.4375rem 1.875rem;
  }
}
@media (min-width: 1024px) {
  .our-brands__wrapper {
    padding: 4.25rem 0rem 10.9375rem;
  }
}
@media (max-width: 767px) {
  .our-brands__wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0.625rem;
    height: 100%;
    content: "";
    background: #fff;
  }
}
.our-brands__slider {
  position: relative;
}
@media (min-width: 1024px) {
  .our-brands__wrapper-bg {
    position: absolute;
    bottom: 7.25rem;
    left: 3.125rem;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .our-brands .tns-ovh {
    overflow: visible;
  }
}
.our-brands .tns-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0rem 1.25rem 1.375rem;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.our-brands .tns-nav button {
  margin: 0rem 0.5rem;
  padding: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #222d38;
  border: 0;
  border-radius: 50%;
}
.our-brands .tns-nav .tns-nav-active {
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  border: 1px solid #0c294e;
}
.our-brands .tns-controls {
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 1024px) {
  .our-brands .tns-controls {
    position: absolute;
    right: 3.4375rem;
    bottom: 2.375rem;
    display: -ms-flexbox;
    display: flex;
    width: 7rem;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (min-width: 1380px) {
  .our-brands .tns-controls {
    right: auto;
    left: 46.25rem;
  }
}
.our-brands .tns-controls button {
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  text-indent: -9000px;
}
.our-brands .tns-controls [data-controls=prev] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.our-brands .tns-controls [disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.our-brands.container--width-full > .container__inner {
  max-width: 112.5rem;
}

.pager {
  margin: 0 auto;
  width: 18.4375rem;
  font-size: 0.875rem;
  text-align: center;
}
.pager__button {
  margin: 0 auto;
  width: 18.4375rem;
  text-align: center;
}
.pager__button ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pager__button-accessibility-link {
  display: none;
}
.pager__progress-bar {
  background-color: #5fa4d0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.pager__text {
  margin: 0rem 0rem 0.625rem 0rem;
}
.pager__line {
  padding: 1.875rem 0rem 1.25rem 0rem;
}
.pager__item {
  padding: 0 !important;
}
.pager__button-link {
  padding-right: 0;
}
.pager__progress {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0.375rem;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .pager {
    padding: 1.875rem 0rem 0rem 0rem;
  }
}

.people-content__headline {
  margin: 0rem 0rem 0.6875rem 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.people-content__tag-list {
  margin: 0rem -0.75rem;
  padding: 0rem 0rem 1.875rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style-type: none;
}
.people-content__tag-list--item {
  padding: 0rem 0.75rem 0.9375rem 0.75rem;
}
.people-content__tag {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #222d38;
  border: 1px solid rgba(34, 45, 56, 0.5);
}
.people-content__tag:hover, .no-js .people-content__tag:hover, .people-content__tag:focus {
  opacity: 0.7;
}

.product {
  position: relative;
}
.product__picture {
  margin: 0rem 0rem 1.375rem 0rem;
}
.product__picture img {
  display: block;
  width: 100%;
  max-width: none;
}
.product__content {
  padding: 0rem 0.9375rem 0rem 0rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #555;
}
.product__country {
  padding: 0.3125rem 0rem 0.625rem 0rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.product__title {
  margin: 0rem 0rem 0.375rem 0rem;
  font-size: 1.75rem;
  line-height: 1;
  color: #222d38;
}
.product__description {
  font-size: 1rem;
  line-height: 1.25;
}
.product__link {
  margin: 0.75rem 0rem 0rem 0rem;
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.8px;
  color: #555;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.product__link:hover, .no-js .product__link:hover, .product__link:focus {
  text-decoration: none;
}
.product__information {
  margin: 0.9375rem 0rem 0rem 0rem;
}
.product__title-wrapper {
  overflow: hidden;
  height: 7.1875rem;
}
.product--brand .product__title-wrapper {
  height: 4.6875rem;
}
.product .btn--buy {
  margin: 0.75rem 0rem 0rem 0rem;
}
.product .field--type-click-to-buy-link {
  width: 100%;
}

.related-events__title {
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .related-events__title {
    margin-bottom: 3.75rem;
  }
}
.related-events__link {
  padding: 2.5rem 0rem 1.875rem 0rem;
  text-align: center;
}
@media (min-width: 768px) {
  .related-events__link {
    padding: 2.5rem 0rem 2.1875rem 0rem;
  }
}
@media (min-width: 1024px) {
  .related-events__link {
    padding: 2.8125rem 0rem 2.1875rem 0rem;
  }
}
@media (min-width: 768px) {
  .related-events__slide {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .related-events__slide {
    margin-bottom: 0;
  }
}
.related-events .events-teaser {
  margin-bottom: 0.9375rem;
  height: 100%;
}
@media (min-width: 768px) {
  .related-events .events-teaser {
    margin-bottom: 1.5625rem;
  }
}
.related-events .slick-slide {
  text-align: left;
}
.related-events .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.related-events .slick-dots button {
  padding: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #222d38;
  border: 0;
  border-radius: 50%;
  outline: none;
}
.related-events .slick-dot {
  margin: 0rem 0.5rem;
  display: inline-block;
}
.related-events .slick-dot.slick-active button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  border: 1px solid #0c294e;
}
.related-events.container .events-list__row {
  margin-top: -0.9375rem;
  margin-right: 0;
  margin-bottom: -0.9375rem;
  margin-left: 0;
  display: block;
}
@media (min-width: 768px) {
  .related-events.container .events-list__row {
    margin-top: -1.5625rem;
    margin-right: -0.625rem;
    margin-bottom: -1.5625rem;
    margin-left: -0.625rem;
  }
}
.related-events.container .view {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.same-topic {
  padding: 0.9375rem 0rem 0rem 0rem;
}
.same-topic__headline {
  margin: 0rem 0rem 0.6875rem 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.same-topic__list {
  margin: 0rem 0rem 0.9375rem 0rem;
  padding: 0;
  list-style-type: none;
}
.same-topic__list-item {
  padding: 1.3125rem 0rem 1.5rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  border-bottom: 1px solid rgba(34, 45, 56, 0.2);
}
.same-topic__list-item:first-child {
  padding-top: 0;
}
.same-topic__picture {
  padding: 0.3125rem 1.25rem 0rem 0rem;
}
@media (min-width: 1024px) {
  .same-topic__picture {
    padding: 0.3125rem 1.5rem 0rem 0rem;
  }
}
.same-topic__picture .media-image img {
  width: 6.25rem;
}
@media (min-width: 1024px) {
  .same-topic__picture .media-image img {
    width: 7.5rem;
  }
}
.same-topic__title {
  font-size: 1.125rem;
}
.same-topic__description {
  font-size: 0.875rem;
  line-height: 1.5;
}
.same-topic__description a {
  margin: 0.5rem 0rem 0rem 0rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222d38;
}
.same-topic__more {
  margin: 0.9375rem 0rem 0rem 0rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222d38;
}
.same-topic__link {
  font-size: 1rem;
  color: #222d38 !important;
}
.theme-contrast .same-topic__link {
  color: #222d38 !important;
}
.same-topic__link::after {
  background-image: url("../svg/icon-arrow.svg");
}

.search-block {
  padding-top: 9.375rem;
  padding-bottom: 4.375rem;
  position: relative;
}
@media (min-width: 768px) {
  .search-block {
    padding-top: 11.625rem;
  }
}
@media (min-width: 1024px) {
  .search-block {
    padding-top: 14rem;
  }
}
@media (min-width: 768px) {
  .search-block {
    padding-bottom: 5.25rem;
  }
}
@media (min-width: 1024px) {
  .search-block {
    padding-bottom: 6.375rem;
  }
}
.search-block::before {
  position: absolute;
  right: -1.375rem;
  bottom: 2.125rem;
  width: 12.5rem;
  height: 12.5rem;
  content: "";
  background-image: url("../svg/search-bg.svg");
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .search-block::before {
    width: 15rem;
    height: 15rem;
  }
}
@media (min-width: 1280px) {
  .search-block::before {
    bottom: 1.9375rem;
    width: 16.875rem;
    height: 16.875rem;
  }
}
@media (min-width: 1460px) {
  .search-block::before {
    left: 50%;
    margin-left: 24.6875rem;
  }
}
.search-block__form {
  position: relative;
}
.search-block__form .search__autosuggestion {
  position: absolute;
  z-index: 9999;
  left: 0;
  display: none;
  width: 100%;
}
.show-autosuggestion .search-block__form .search__autosuggestion {
  display: block;
}
.search-block__form .search__autosuggestion .autosuggestion-list {
  position: relative;
}
.search-block__form .ais-SearchBox-reset {
  display: none;
}
.search-block__input, .search-block__form input {
  position: relative;
  padding: 0rem 1.875rem 0.3125rem 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.29;
  font-weight: 400;
  text-align: left;
  color: #0c294e;
  background: none;
  border: 0;
  border-bottom: 0.0625rem solid #979797;
}
@media (min-width: 1024px) {
  .search-block__input, .search-block__form input {
    padding: 0rem 1.875rem 0.5rem 0rem;
    height: 3rem;
    font-size: 2rem;
  }
}
.search-block__input::-webkit-input-placeholder, .search-block__form input::-webkit-input-placeholder {
  opacity: 1;
  color: #0c294e;
}
.search-block__input::-moz-placeholder, .search-block__form input::-moz-placeholder {
  opacity: 1;
  color: #0c294e;
}
.search-block__input:-ms-input-placeholder, .search-block__form input:-ms-input-placeholder {
  opacity: 1;
  color: #0c294e;
}
.search-block__input::-ms-input-placeholder, .search-block__form input::-ms-input-placeholder {
  opacity: 1;
  color: #0c294e;
}
.search-block__input::placeholder, .search-block__form input::placeholder {
  opacity: 1;
  color: #0c294e;
}
.search-block__btn, .search-block__form .ais-SearchBox-submit {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0.3125rem 0rem 0.3125rem 0.3125rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .search-block__btn {
    pointer-events: none;
  }
}
.search-block__icon, .search-block__form .ais-SearchBox-submitIcon {
  width: 1.1875rem;
  height: 1.1875rem;
  fill: #0c294e;
}
.search-block__status {
  padding: 0.375rem 0rem 0rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #222d38;
}
@media (min-width: 1024px) {
  .search-block__status {
    padding: 0.1875rem 0rem 0rem 0rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 1.125rem;
  }
}
.search-block__status--item {
  padding: 0.3125rem 0rem 0rem 0rem;
}
@media (min-width: 1024px) {
  .search-block__status--item:last-child {
    white-space: nowrap;
  }
}

.search-result__list,
.search-result .ais-InfiniteHits-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.search-result__item,
.search-result .search-no-results {
  padding: 1.375rem 0rem;
  border-bottom: 1px solid rgba(34, 45, 56, 0.2);
}
.search-result__item.search-no-results,
.search-result .search-no-results.search-no-results {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .search-result__item,
  .search-result .search-no-results {
    padding: 2.0625rem 0rem;
  }
}
@media (min-width: 1024px) {
  .search-result__item,
  .search-result .search-no-results {
    padding: 2.75rem 0rem;
  }
}
.search-result__date {
  padding: 0rem 0rem 1.125rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .search-result__date {
    padding-top: 1.25rem;
  }
}
.search-result__date p {
  margin: 0;
}
.search-result__date-type, .search-result__date-text {
  text-transform: uppercase;
}
.search-result__date-type::after, .search-result__date-text::after {
  margin: 0.5em;
  content: "-";
}
.search-result__date-type:last-of-type::after, .search-result__date-text:last-of-type::after {
  display: none;
}
.search-result__date-type a, .search-result__date-text a {
  text-decoration: none;
  color: #222d38;
}
.search-result__date-type a:hover, .search-result__date-text a:hover {
  text-decoration: underline;
}
.search-result__title {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  line-height: 1.25;
}
.search-result__title a {
  text-decoration: none;
  color: #222d38;
}
.search-result__title a:hover {
  text-decoration: underline;
}
.search-result__description {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
.search-result__description a {
  color: inherit;
}
@media (min-width: 768px) {
  .search-result__description {
    font-size: 1.25rem;
  }
}
.search-result__btn {
  margin: 0.9375rem 0rem 0rem 0rem;
}
@media (min-width: 768px) {
  .search-result__btn {
    margin: 1.5rem 0rem 0rem 0rem;
  }
}
@media (min-width: 1024px) {
  .search-result__btn {
    margin: 1.875rem 0rem 0rem 0rem;
  }
}
.search-result .ais-InfiniteHits {
  text-align: center;
}
.search-result .ais-InfiniteHits-list {
  text-align: left;
}
.search-result .ais-InfiniteHits-loadMore {
  position: relative;
  margin: 0 auto;
  margin-top: 1.875rem;
  padding: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  text-indent: -9000px;
  background-color: transparent;
  background-image: url("../svg/icon-arrow2.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  border: 1px solid currentColor;
  border-radius: 2.5rem;
  -webkit-transition: background-position 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: background-position 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  cursor: pointer;
}
.search-result .ais-InfiniteHits-loadMore:hover {
  background-position: left center;
}
.search-result .ais-InfiniteHits--empty {
  padding: 3.125rem 0rem;
}

.share-price__date {
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.share-price__headline {
  padding: 3.375rem 0.9375rem 2.75rem;
  background-color: #f9f8f7;
  border-bottom: 1px solid #EBECED;
}
@media (min-width: 768px) {
  .share-price__headline {
    padding: 3.5625rem 1.875rem 4rem;
  }
}
@media (min-width: 1024px) {
  .share-price__headline {
    padding: 5.625rem 3.4375rem 5.9375rem;
    height: 100%;
  }
}
.share-price__item {
  padding: 3.125rem 0rem;
  text-align: center;
  background-color: #f9f8f7;
  border-bottom: 1px solid #EBECED;
}
@media (min-width: 1024px) {
  .share-price__item {
    margin: 0rem 0rem 0rem -0.0625rem;
    padding: 5.625rem 0rem 6.25rem 0rem;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch;
    border: 1px solid #EBECED;
  }
}
.share-price__data {
  display: block;
  overflow: hidden;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 4.375rem;
  line-height: 1.4;
  font-weight: normal;
  color: #2D8EFB;
}
.theme-contrast .share-price__data {
  color: #0057D9;
}
@media (min-width: 1024px) {
  .share-price__data {
    font-size: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .share-price__data {
    font-size: 4.375rem;
  }
}
.share-price__action {
  overflow: hidden;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 4.375rem;
  color: #2D8EFB;
}
.theme-contrast .share-price__action {
  color: #0057D9;
}
@media (min-width: 1024px) {
  .share-price__action {
    font-size: 3.75rem;
  }
}
@media (min-width: 1280px) {
  .share-price__action {
    font-size: 4.375rem;
  }
}

/* stylelint-disable selector-max-compound-selectors */
/* stylelint-disable max-nesting-depth */
.sitemap {
  margin: -1.25rem 0rem;
}
@media (min-width: 1024px) {
  .sitemap {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 8.75rem;
       -moz-column-gap: 8.75rem;
            column-gap: 8.75rem;
  }
}
.sitemap .sitemap-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemap li,
.sitemap .sitemap-box-menu-location-menu {
  padding: 1.25rem 0rem;
  color: #353637;
}
.sitemap li::before, .sitemap li::after,
.sitemap .sitemap-box-menu-location-menu::before,
.sitemap .sitemap-box-menu-location-menu::after {
  display: none;
}
.sitemap li .sitemap-menu,
.sitemap .sitemap-box-menu-location-menu .sitemap-menu {
  margin: 1.25rem 0rem -1.25rem 0rem;
}
.sitemap li .sitemap-menu .sitemap-menu,
.sitemap .sitemap-box-menu-location-menu .sitemap-menu .sitemap-menu {
  margin: 1rem 0rem -1rem 0rem;
}
.sitemap li li,
.sitemap .sitemap-box-menu-location-menu li {
  padding: 1rem 0rem 1rem 1.875rem;
}
.sitemap li li a,
.sitemap li li span,
.sitemap .sitemap-box-menu-location-menu li a,
.sitemap .sitemap-box-menu-location-menu li span {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 400;
}
.sitemap li li a::after,
.sitemap li li span::after,
.sitemap .sitemap-box-menu-location-menu li a::after,
.sitemap .sitemap-box-menu-location-menu li span::after {
  display: none;
}
.sitemap a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
.sitemap a::after {
  margin: 0rem 0rem 0rem 0.9375rem;
  display: inline-block;
  width: 1rem;
  height: 0.875rem;
  content: "";
  background-image: url("../svg/icon-arrow.svg");
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.sitemap a:hover {
  text-decoration: none;
}
.sitemap a:hover::after {
  -webkit-transform: translate(10px, 2px);
          transform: translate(10px, 2px);
}
.sitemap .sitemap-box-menu-location-menu {
  margin-top: -1.25rem;
  padding: 0;
}
.sitemap .sitemap-box-front {
  padding: 1.25rem 0rem;
  color: #353637;
}

.slider {
  overflow: hidden;
}

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

.slick-list {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slider__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container__slider .slider__item::after {
  display: block;
  content: "";
  background: rgba(34, 45, 56, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-controls {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 3.75rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .slick-controls {
    bottom: 5rem;
  }
}
.slick-controls__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  list-style-type: none;
}
.slick-dots li {
  margin-left: 1rem;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 0.375rem;
  height: 0.375rem;
  text-indent: -9000px;
  background: #fff;
  border: 0.125rem solid transparent;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  border-width: 0.0625rem;
  border-color: #fff;
}

.control-button {
  position: relative;
  margin-right: auto;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-indent: -9000px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .control-button {
    margin-right: 1.5rem;
    cursor: pointer;
  }
}
.control-button.pause::before, .control-button.pause::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.25rem;
  width: 2px;
  height: 16px;
  content: "";
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.control-button.pause::after {
  margin-left: 0.25rem;
}
.control-button.play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0.3125rem;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-left-width: 10px;
  border-left-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-autoplay-toggle-button {
  display: none;
}

.slider-counter {
  padding: 0 0.5rem;
  display: none;
  font-size: 1rem;
  line-height: 1.13;
  font-weight: 500;
  color: #fff;
}

.slick-arrow {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .slick-arrow {
    cursor: pointer;
  }
}

.slick-sr-only {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.slick-prev-icon,
.slick-next-icon {
  display: block;
  width: 1rem;
  height: 0.875rem;
  background-image: url("../svg/icon-arrow-white.svg");
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-next-icon {
  -webkit-transform: none;
          transform: none;
}

.slick-progress-bar {
  position: absolute;
  bottom: 116px;
  width: 100%;
}
@media (min-width: 1024px) {
  .slick-progress-bar {
    bottom: 9rem;
  }
}
.slick-progress-bar__inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #fff;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .slick-progress-bar__inner {
    background-color: transparent;
  }
}
.slick-progress-bar__item {
  display: none;
  width: 100%;
  height: 2px;
}
.slick-progress-bar__item--active {
  display: block;
}
@media (min-width: 1024px) {
  .slick-progress-bar__item {
    display: block;
    background-color: #fff;
  }
}
.slick-progress-bar__in-progress {
  width: 0%;
  height: 2px;
  background-color: #EA4E14;
}

.social-media-links__list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
}
.social-media-links__title {
  margin-bottom: 1.4375rem;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.social-media-links__item {
  margin: 0rem 1.25rem;
}
.social-media-links__item:first-child {
  margin-left: 0;
}
.social-media-links__item:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .social-media-links__item {
    margin: 0rem 1.25rem;
  }
}
.social-media-links__icon {
  display: block;
  color: #0c294e;
}
.social-media-links__icon:hover, .no-js .social-media-links__icon:hover, .social-media-links__icon:focus {
  opacity: 0.7;
}

.messages {
  position: fixed;
  z-index: 5000;
  top: 0.625rem;
  right: 0.625rem;
  padding: 1.25rem 1.875rem 1.25rem 0.9375rem;
  max-width: calc(100vw - 2.1875rem);
  font-size: 0.9375rem;
  color: #222d38;
  background: none;
  border: 0;
  border-left: 0.3125rem solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.messages--close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem;
  font-weight: 700;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.messages--close::before {
  content: "✕";
}
.messages--status {
  background-color: rgba(0, 212, 144, 0.2);
  border-left-color: #00D490;
}
.messages--status .messages--close {
  color: #00D490;
}
.messages--error {
  background-color: rgba(208, 84, 40, 0.2);
  border-left-color: #d05428;
}
.messages--error .messages--close {
  color: #d05428;
}
.messages--warning {
  background-color: rgba(245, 166, 35, 0.2);
  border-left-color: #F5A623;
}
.messages--warning .messages--close {
  color: #F5A623;
}

.sticky-banner {
  position: fixed;
  z-index: 99;
  bottom: 0;
  padding: 0.5rem 0.9375rem;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .sticky-banner {
    text-align: right;
  }
}
.sticky-banner__wrapper {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  color: #222d38;
}
@media (max-width: 767px) {
  .sticky-banner__wrapper {
    font-size: 0.625rem;
  }
}
.sticky-banner__wrapper::before {
  padding: 0.5rem 0.9375rem;
  display: block;
  opacity: 0;
  content: attr(data-before);
}
@media (min-width: 1024px) {
  .sticky-banner__wrapper::before {
    padding: 0.75rem 1.5625rem;
  }
}
.sticky-banner span {
  display: block;
}
@media (min-width: 768px) {
  .sticky-banner span {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .sticky-banner {
    padding: 0.75rem 1.5625rem;
  }
}

.tabs-tabs__block {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  border-top: 0.0625rem solid rgba(34, 45, 56, 0.2);
  border-bottom: 0.0625rem solid rgba(34, 45, 56, 0.2);
}
@media (min-width: 768px) {
  .tabs-tabs__block {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .tabs-tabs__block {
    margin-right: -3.4375rem;
    margin-left: -3.4375rem;
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
  }
}
.tabs-tabs__wrapper {
  position: relative;
  padding: 1.25rem 0rem 0.75rem 0rem;
}
.tabs-tabs__list {
  position: relative;
  margin: 0;
  padding: 0;
  height: 2.25rem;
  list-style-type: none;
}
.tabs-tabs__item {
  margin: 0;
  list-style: none;
}
.tabs-tabs__link {
  position: relative;
  padding-bottom: 0.5625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  color: #2A2A2A;
  border-bottom: 0.125rem solid transparent;
}
.tabs-tabs__content .container__inner {
  padding: 1.5625rem 0.9375rem;
  border: 0;
}
@media (min-width: 768px) {
  .tabs-tabs__content .container__inner {
    padding: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .tabs-tabs__content .container__inner {
    padding: 1.875rem 3.4375rem;
  }
}
.tabs-tabs__content .container {
  margin: 0rem -0.9375rem;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .tabs-tabs__content .container {
    margin: 0rem -1.875rem;
  }
}
@media (min-width: 1024px) {
  .tabs-tabs__content .container {
    margin: 0rem -3.4375rem;
  }
}
.tabs-tabs__content .col-lg-10 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.tabs-tabs__content .col-lg-offset-1 {
  margin-left: 0;
}
.tabs-tabs [aria-selected=true].tabs-tabs__link {
  border-bottom-color: #5fa4d0;
}
.theme-contrast .tabs-tabs [aria-selected=true].tabs-tabs__link {
  border-bottom-color: #0057D9;
}

[aria-hidden=true].tabs-tabs__content {
  display: none;
}

.media-image__copyright, .media-image__legende {
  margin: 0;
  color: #979797;
}
.container__bg .media-image__copyright, .container__bg .media-image__legende {
  margin: 0 auto;
  max-width: 83.125rem;
  color: #fff;
}
.media-image__copyright {
  font-size: 0.5625rem;
}
@media (min-width: 768px) {
  .media-image__copyright {
    font-size: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .media-image__copyright {
    font-size: 0.6875rem;
  }
}
.media-image__legende {
  padding: 0.3125rem 0rem 0rem 0rem;
  color: #222d38;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .media-image__legende {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  .media-image__legende {
    font-size: 0.8125rem;
  }
}
.media-image img {
  display: block;
  width: 100%;
  max-width: none;
}
.media-image figure {
  margin: 0;
  padding: 0;
  display: block;
}
.media-image figcaption {
  padding: 0.5rem 0rem;
  font-weight: normal;
  text-align: right;
}
@media (min-width: 768px) {
  .media--right .media-image figcaption {
    padding-right: 0.625rem;
  }
}
@media (min-width: 1480px) {
  .media--right .media-image figcaption {
    padding-right: 0;
  }
}
.container__bg .media-image figcaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: left;
  pointer-events: none;
}
@media (min-width: 768px) {
  .container__bg .media-image figcaption {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .container__bg .media-image figcaption {
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
    padding-bottom: 0.9375rem;
  }
}
.media-image.micromodal .micromodal__trigger {
  cursor: pointer;
}

.media-iframe {
  width: 100%;
  height: 21.875rem;
}
@media (min-width: 768px) {
  .media-iframe {
    height: 28.125rem;
  }
}
@media (min-width: 1024px) {
  .media-iframe {
    height: 34.375rem;
  }
}
.media-iframe iframe {
  width: 100% !important;
  height: 100% !important;
}

.media-remote-video {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
.media-remote-video::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.media-remote-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-text-overlay {
  position: relative;
}
.video-text-overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 56.25%;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #0c294e;
}
.video-text-overlay__content {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.video-text-overlay__content .btn, .video-text-overlay__content .focus-block .tns-controls button, .focus-block .tns-controls .video-text-overlay__content button, .video-text-overlay__content .our-brands .tns-controls button, .our-brands .tns-controls .video-text-overlay__content button {
  display: inline-block;
  width: auto;
}
.video-text-overlay__content a {
  color: inherit;
}
.video-text-overlay__content a:hover {
  text-decoration: none;
}
.video-text-overlay__content-inner {
  padding: 0rem 1.25rem;
  max-width: 42.5rem;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .video-text-overlay__content-inner {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .video-text-overlay__content-inner {
    font-size: 1.5rem;
  }
}
.video-text-overlay__text {
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .video-text-overlay__text {
    margin-bottom: 1.875rem;
  }
}
.video-text-overlay--show .video-text-overlay__wrapper {
  display: block;
}

.media-video video {
  width: 100%;
  height: auto;
}

.footer-bottom-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .footer-bottom-menu {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
}
.footer-bottom-menu__item {
  padding: 0.875rem 0rem;
  display: block;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .footer-bottom-menu__item {
    padding: 0rem 0rem 0rem 1.875rem;
    white-space: nowrap;
  }
}
.footer-bottom-menu__link {
  text-decoration: none;
  color: #fff;
}
.footer-bottom-menu__link:hover, .no-js .footer-bottom-menu__link:hover, .footer-bottom-menu__link:focus {
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .footer-top-menu-accordion > .region > .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .footer-top-menu-accordion .paragraph {
    margin-bottom: 0.9375rem;
    padding: 0 0.3125rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 33.3%;
  }
}
@media (min-width: 1024px) {
  .footer-top-menu-accordion .paragraph:last-child {
    margin-bottom: 0;
  }
}
.footer-top-menu-accordion .frontend-editing-field-wrapper .paragraph {
  width: 30%;
}

.footer-top-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-top-menu__title {
  margin: 0;
  font-size: 0.875rem;
}
.footer-top-menu__button {
  position: relative;
  padding: 0.75rem 1.25rem 0.75rem 0rem;
  width: 100%;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  /* Vertical line */
  /* horizontal line */
}
@media (min-width: 1024px) {
  .footer-top-menu__button {
    padding: 0;
    cursor: default;
  }
}
.footer-top-menu__button::before, .footer-top-menu__button::after {
  background-color: #000 !important;
}
@media (min-width: 1024px) {
  .footer-top-menu__button::before, .footer-top-menu__button::after {
    display: none;
  }
}
.footer-top-menu__button:before, .footer-top-menu__button:after {
  content: "";
  position: absolute;
  background-color: #222d38;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.footer-top-menu__button:before {
  top: 50%;
  right: 0.4375rem;
  width: 0.125rem;
  height: 1rem;
  margin-top: -0.5rem;
}
.footer-top-menu__button:after {
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.125rem;
  margin-top: -0.0625rem;
}
.footer-top-menu__button.minus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.footer-top-menu__button.minus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footer-top-menu__list {
  margin: 0.875rem 0rem;
  padding: 0;
  display: none;
}
@media (min-width: 1024px) {
  .footer-top-menu__list {
    display: block;
  }
}
.footer-top-menu__item {
  padding: 0.8125rem 0rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .footer-top-menu__item {
    padding: 0.5625rem 0.3125rem 0.5rem 0rem;
  }
}
@media (min-width: 1024px) {
  .footer-top-menu__item:last-child {
    padding-bottom: 0;
  }
}
.footer-top-menu__link {
  position: relative;
  z-index: 9;
  text-decoration: none;
  color: #000;
}
.footer-top-menu__link:hover, .no-js .footer-top-menu__link:hover, .footer-top-menu__link:focus {
  opacity: 0.7;
}

.js-accordion__item--open .footer-top-menu__button::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-accordion__item--open .footer-top-menu__button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.scroll-top {
  position: relative;
  z-index: 5000;
}
@media (max-width: 767px) {
  .scroll-top {
    display: none;
  }
}
.scroll-top__button {
  position: absolute;
  right: 3.5rem;
  bottom: 12rem;
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  line-height: 0;
  background-color: #0c294e;
  border: 0 solid transparent;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .scroll-top__button {
    right: 0;
  }
}
@media (min-width: 1500px) {
  .scroll-top__button {
    right: 3.5rem;
  }
}
.scroll-top__button::before {
  position: absolute;
  top: 55%;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  border: solid #fff;
  border-width: 0 0.188rem 0.188rem 0;
  -webkit-transform: translate(-55%, -50%) rotate(-135deg);
          transform: translate(-55%, -50%) rotate(-135deg);
}

.item-image {
  display: none;
}
@media (min-width: 1024px) {
  .item-image {
    display: block;
  }
}
.item-image__picture {
  position: relative;
  margin: 0rem 0rem 1.25rem 0rem;
  padding-bottom: 7.5rem;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (min-width: 1050px) {
  .item-image__picture {
    padding-bottom: 7.8125rem;
  }
}
@media (min-width: 1100px) {
  .item-image__picture {
    padding-bottom: 8.3125rem;
  }
}
@media (min-width: 1150px) {
  .item-image__picture {
    padding-bottom: 8.875rem;
  }
}
@media (min-width: 1200px) {
  .item-image__picture {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 1250px) {
  .item-image__picture {
    padding-bottom: 9.875rem;
  }
}
@media (min-width: 1300px) {
  .item-image__picture {
    padding-bottom: 10.0625rem;
  }
}
@media (min-width: 1350px) {
  .item-image__picture {
    padding-bottom: 10.625rem;
  }
}
@media (min-width: 1400px) {
  .item-image__picture {
    padding-bottom: 11.125rem;
  }
}
@media (min-width: 1440px) {
  .item-image__picture {
    padding-bottom: 11.5625rem;
  }
}
@media (min-width: 1500px) {
  .item-image__picture {
    padding-bottom: 100%;
  }
}
.item-image__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.item-image__title {
  margin: 0rem 0rem 0.3125rem 0rem;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #222d38;
}
.item-image__text {
  display: none;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #555;
}

.local-market-lang {
  padding: 1.5625rem 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.local-market-lang__title {
  margin-bottom: 0.6875rem;
}
@media (min-width: 768px) {
  .local-market-lang__title {
    margin-bottom: 0;
    padding: 0rem 1.6875rem 0rem 0rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    white-space: nowrap;
  }
}

.local-market-lang__links {
  position: relative;
}
@media (min-width: 768px) {
  .local-market-lang__links {
    overflow: hidden;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
.local-market-lang__links ul {
  padding: 0 5px 0 0;
  display: -ms-flexbox;
  display: flex;
}
.local-market-lang__links li {
  padding-right: 1.5rem;
  list-style: none;
}
.local-market-lang__links a {
  padding: 0.3125rem 0.625rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.8125rem;
  text-decoration: none;
  color: #222d38;
  border: 0.0625rem solid rgba(34, 45, 56, 0.5);
}
.local-market-lang__links a.is-active {
  padding: 0.1875rem 0.625rem;
  border: 3px solid #5FA4D0;
}
.local-market-lang__links .tabs-slider__controls-next::after,
.local-market-lang__links .tabs-slider__controls-prev::after {
  top: 0.75rem;
}
.local-market-lang__links .tabs-slider {
  text-align: left;
}

@media (min-width: 768px) {
  .local-market-lang__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.location-menu__section-title {
  margin-top: 2.1875rem;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: bold;
  color: #fff;
}

.location-menu__country-list {
  display: none;
}

.location-menu__country-button {
  padding: 0;
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
  color: #222d38;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  /* Vertical line */
  /* horizontal line */
}
@media (min-width: 1024px) {
  .location-menu__country-button {
    position: relative;
    width: 15.625rem;
    font-size: 1rem;
    color: #222d38;
  }
}
.location-menu__country-button:before, .location-menu__country-button:after {
  content: "";
  position: absolute;
  background-color: #222d38;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.location-menu__country-button:before {
  top: 50%;
  right: 0.4375rem;
  width: 0.125rem;
  height: 1rem;
  margin-top: -0.5rem;
}
.location-menu__country-button:after {
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.125rem;
  margin-top: -0.0625rem;
}
.location-menu__country-button.minus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.location-menu__country-button.minus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .location-menu__country-button::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .location-menu__country-button::after {
    width: 0.9375rem;
    height: 0.9375rem;
    background: url("../svg/arrow.svg") no-repeat 0 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.js-accordion__item--open .location-menu__country-button::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 1024px) {
  .js-accordion__item--open .location-menu__country-button::before {
    top: 50%;
    right: auto;
    left: -1.4375rem;
    margin: 0;
    display: block;
    width: 0.375rem;
    height: 1.625rem;
    background: #5fa4d0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation: show 0.4s ease;
            animation: show 0.4s ease;
  }
}
.js-accordion__item--open .location-menu__country-button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .js-accordion__item--open .location-menu__country-button::after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.location-menu__item--level-1 {
  margin-bottom: 1.125rem;
}
@media (min-width: 1024px) {
  .location-menu__item--level-1 {
    margin-bottom: 0.75rem;
    width: 15.625rem;
    color: #222d38;
  }
}

@media (min-width: 1024px) {
  .location-menu .location-menu__section {
    right: -7.5625rem;
    left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.875rem;
    -webkit-transform: none;
            transform: none;
  }
}
.location-menu .location-menu__section ul {
  padding: 1.0625rem 0rem 0rem;
}
@media (min-width: 1024px) {
  .location-menu .location-menu__section .location-menu__list {
    position: relative;
    padding: 1.75rem 0rem 1.5625rem 1.4375rem;
  }
}
.location-menu .location-menu__section .location-menu__country-list {
  padding: 1.625rem 0rem 0rem;
}
.location-menu .location-menu__section .location-menu__country-list::before, .location-menu .location-menu__section .location-menu__country-list::after {
  display: table;
  content: "";
}
.location-menu .location-menu__section .location-menu__country-list::after {
  clear: both;
}
@media (min-width: 1024px) {
  .location-menu .location-menu__section .location-menu__country-list {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .location-menu .js-accordion__item--open .location-menu__country-list {
    position: absolute;
    top: 0.25rem;
    left: 20.1875rem;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 21.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 1;
    -webkit-animation: show 0.4s ease;
            animation: show 0.4s ease;
  }
}
.location-menu .location-menu__item--level-2 {
  margin: 0rem 0.625rem 1.1875rem;
  float: left;
  width: calc(50% - 1.25rem);
}
.location-menu .location-menu__item--level-2::before {
  display: none;
}
@media (min-width: 1024px) {
  .location-menu .location-menu__item--level-2:nth-of-type(4n) {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .location-menu .location-menu__item--level-2 {
    width: calc(33.3% - 1.25rem);
  }
}
@media (min-width: 1024px) {
  .location-menu .location-menu__item--level-2 {
    margin: 0rem 1.875rem 1.3125rem 0rem;
    float: none;
    width: 3.75rem;
  }
}
.location-menu .location-menu__item--level-2 .location-menu__link {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: uppercase;
  border: 0.0625rem solid rgba(34, 45, 56, 0.201978);
}
@media (min-width: 1024px) {
  .location-menu .location-menu__item--level-2 .location-menu__link {
    width: auto;
    height: auto;
    -ms-flex-pack: start;
        justify-content: flex-start;
    border: 0;
  }
}
.location-menu .location-menu__item--level-2 .location-menu__link-title {
  margin-left: 0.3125rem;
}

.main-menu {
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-menu li {
  list-style: none;
}
@media (min-width: 1024px) {
  .main-menu {
    margin-right: 0.4375rem;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* stylelint-disable */
    /* stylelint-enable */
  }
  .header--opened .main-menu .main-menu__item .main-menu__section {
    height: auto !important;
    max-height: none;
  }
  .header--opened .main-menu .main-menu__item .main-menu__section::before {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
@media (min-width: 1280px) {
  .main-menu {
    margin-right: 0.75rem;
  }
}

.main-menu__item {
  margin-right: 0;
}
.main-menu__item--is-open .main-menu__section {
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: slide-right-in 0.4s ease;
          animation: slide-right-in 0.4s ease;
}
@media (min-width: 1024px) {
  .main-menu__item--is-open .main-menu__section {
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.main-menu__item--is-close .main-menu__section {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-animation: slide-right-out 0.4s ease;
          animation: slide-right-out 0.4s ease;
}
@media (min-width: 1024px) {
  .main-menu__item--is-close .main-menu__section {
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.main-menu__item--level-0 {
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 1024px) {
  .main-menu__item--level-0 {
    padding: 0.9375rem 0.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .header--sticky .main-menu__item--level-0 {
    padding: 0.5625rem 0.625rem;
  }
}
@media (min-width: 1280px) {
  .main-menu__item--level-0 {
    padding: 0.9375rem 0.75rem;
  }
  .header--sticky .main-menu__item--level-0 {
    padding: 0.5625rem 0.625rem;
  }
}
@media (min-width: 1024px) {
  .main-menu__item--level-0.main-menu__item--is-open-desktop .main-menu__section, .main-menu__item--level-0 > .main-menu__link:focus + .main-menu__section {
    visibility: visible;
    max-height: none;
    height: auto;
    opacity: 1;
  }
  .main-menu__item--level-0.main-menu__item--is-open-desktop .main-menu__section .main-menu__section-inner, .main-menu__item--level-0 > .main-menu__link:focus + .main-menu__section .main-menu__section-inner {
    opacity: 1;
  }
}
.main-menu__item--level-0 .main-menu__link {
  padding: 0.6875rem 1.25rem 0.6875rem 0rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .main-menu__item--level-0 .main-menu__link {
    padding: 0.9375rem 0rem 0.8125rem 0rem;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .main-menu__item--level-0 .main-menu__link {
    font-size: 0.875rem;
  }
}
.header--sticky .main-menu__item--level-0 .main-menu__link {
  white-space: nowrap;
}
.main-menu__item--level-1 .main-menu__link {
  padding: 0.5625rem 0rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .main-menu__item--level-1 .main-menu__link {
    padding: 0.6875rem 1.5625rem 0.75rem 0rem;
    font-size: 1rem;
    text-align: left;
    color: #222d38;
  }
}
@media (min-width: 1024px) {
  .main-menu__item--level-1 .main-menu__link-arrow {
    display: block;
    fill: #222d38;
  }
}

@media (min-width: 1024px) {
  .main-menu__item--level-0:hover > .main-menu__link::after,
  .main-menu__item--level-0.main-menu__item--is-open-desktop > .main-menu__link::after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.125rem;
    content: "";
    background: #5fa4d0;
  }
  .theme-contrast .main-menu__item--level-0:hover > .main-menu__link::after,
  .theme-contrast .main-menu__item--level-0.main-menu__item--is-open-desktop > .main-menu__link::after {
    background: #0057D9;
  }
}

.main-menu__link {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #222d38;
  background: none;
  border: 0;
}
@media (min-width: 1024px) {
  .main-menu__link {
    color: #fff;
    -webkit-transition: 0.3s color ease-out;
    transition: 0.3s color ease-out;
  }
  .theme-contrast .main-menu__link {
    color: #000 !important;
  }
  .header--sticky .main-menu__link, .header--opened .main-menu__link, .white-bg .main-menu__link {
    color: #222d38;
  }
}
.main-menu__link--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .main-menu__link--desktop {
    display: block;
  }
}
@media (min-width: 1024px) {
  .main-menu__link--mobile {
    display: none;
  }
}

.main-menu__link-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.125rem;
  height: 1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  fill: #222d38;
}
@media (min-width: 1024px) {
  .main-menu__link-arrow {
    display: none;
  }
}

.main-menu__section {
  position: fixed;
  z-index: 1;
  top: 4.0625rem;
  left: 0;
  padding: 1.125rem 0.9375rem 0rem;
  display: none;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: calc(100% - 4.0625rem);
  background: #fff;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media (min-width: 1024px) {
  .main-menu__section {
    position: absolute;
    top: 5.75rem;
    right: auto;
    left: 0;
    padding: 0;
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
    display: block;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: transparent;
    -webkit-transition: height 0.4s ease;
    transition: height 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .main-menu__section::before {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0.625rem);
    content: "";
    background: #fff;
    -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  .header--sticky .main-menu__section {
    top: 4.3125rem;
  }
  .main-menu__section .container__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 100vw;
  }
}
@media (min-width: 1024px) {
  .main-menu__section-inner {
    padding: 1rem 0rem 1rem 0rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
  }
  .header--sticky .main-menu__section-inner {
    padding: 0.9375rem 0rem 3.75rem 0rem;
  }
}
@media (min-width: 1024px) {
  .main-menu__section-left {
    padding: 0.625rem 1.875rem 1rem 0rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 75%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    border-right: 0.0625rem solid #D4D5D7;
  }
}
@media (min-width: 1280px) {
  .main-menu__section-left {
    padding: 0.625rem 3.4375rem 2.5rem 0rem;
  }
}
@media (min-width: 1024px) {
  .main-menu__section-left.full-width {
    padding-right: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-right: 0;
  }
}
@media (min-width: 1024px) {
  .main-menu__section-right {
    padding: 0.9375rem 0rem 1rem 1.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (min-width: 1280px) {
  .main-menu__section-right {
    padding: 0.9375rem 0rem 3.125rem 3.4375rem;
  }
}
.main-menu__section-right .main-menu__desktop-event-widget {
  display: none;
}
@media (min-width: 1024px) {
  .main-menu__section-right .main-menu__desktop-event-widget {
    margin-bottom: 30px;
    display: block;
  }
}
.main-menu__section-right .learn-more-menu__link {
  position: relative;
  padding: 0.5625rem 2.5rem 0.5625rem 0.625rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  color: #222d38;
}
.main-menu__section-right .learn-more-menu__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  display: block;
  width: 1.125rem;
  height: 1rem;
  content: "";
  background-image: url("../svg/icon-arrow.svg");
  background-size: cover;
  border: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 1024px) {
  .main-menu__section-right .learn-more-menu__link {
    padding: 0.6875rem 2.1875rem 0.75rem 0rem;
    font-size: 1rem;
    text-align: left;
  }
  .main-menu__section-right .learn-more-menu__link:hover::after {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}
@media (max-width: 1023px) {
  .main-menu__section ul {
    padding: 0.5rem 0rem 0rem 0.625rem;
  }
}
@media (min-width: 1024px) {
  .main-menu__section-list-with-pic-wrapper {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-menu__section-list-with-pic-left {
  display: none;
}
.full-width .main-menu__section-list-with-pic-left {
  display: block;
}
@media (min-width: 1024px) {
  .main-menu__section-list-with-pic-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 32.8%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 32.8%;
        flex-basis: 32.8%;
  }
}
@media (min-width: 1024px) and (min-width: 1500px) {
  .main-menu__section-list-with-pic-left .item-image__picture {
    padding-bottom: 65%;
  }
}
@media (min-width: 1024px) and (min-width: 1680px) {
  .main-menu__section-list-with-pic-left .item-image__picture {
    padding-bottom: 65.5%;
  }
}
@media (min-width: 1024px) and (min-width: 1880px) {
  .main-menu__section-list-with-pic-left .item-image__picture {
    padding-bottom: 66%;
  }
}
@media (min-width: 1024px) and (min-width: 2150px) {
  .main-menu__section-list-with-pic-left .item-image__picture {
    padding-bottom: 66.5%;
  }
}
@media (min-width: 1024px) and (min-width: 2600px) {
  .main-menu__section-list-with-pic-left .item-image__picture {
    padding-bottom: 67%;
  }
}
.main-menu__section-list-with-pic-right {
  display: none;
}
.full-width .main-menu__section-list-with-pic-right {
  display: block;
}
@media (min-width: 1024px) {
  .main-menu__section-list-with-pic-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 67.2%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 67.2%;
        flex-basis: 67.2%;
  }
}
.main-menu__section-main-pic {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .main-menu__section-list-with-pic {
    margin-top: 4.125rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-menu__section-list-with-pic .main-menu__item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 33.333%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
  }
  .main-menu__section-left.full-width .main-menu__section-list-with-pic .main-menu__item {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (min-width: 1024px) {
  .main-menu__section-list-links {
    padding: 0;
  }
  .main-menu__section-list-links .main-menu__link {
    padding-right: 1.875rem;
    width: calc(100% + 0.5rem);
  }
  .main-menu__section-list-links .main-menu__link:hover .main-menu__link-arrow, .main-menu__section-list-links .main-menu__link:focus-within .main-menu__link-arrow {
    -webkit-animation: arrow-hover 1s linear infinite;
            animation: arrow-hover 1s linear infinite;
  }
  .main-menu__section-list-links .main-menu__link-arrow {
    right: 0.5rem;
  }
}
.main-menu__section--content .news-teaser {
  display: none;
}
@media (min-width: 1024px) {
  .main-menu__section--content {
    position: relative;
  }
  .main-menu__section--content:hover .item-image__picture img, .main-menu__section--content:focus-within .item-image__picture img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .main-menu__section--content .main-menu__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-menu__section--content .main-menu__link-title,
  .main-menu__section--content .main-menu__link-arrow,
  .main-menu__section--content .news-teaser__tag-list {
    display: none;
  }
  .main-menu__section--content .news-teaser {
    padding: 0;
    display: block;
    height: 100%;
  }
  .main-menu__section--content .news-teaser__date {
    padding-top: 0;
    display: block;
    min-height: 3.125rem;
  }
  .main-menu__section--content .news-teaser__date-type,
  .main-menu__section--content .news-teaser__date-text {
    display: inline;
  }
  .main-menu__section--content .news-teaser__text-wrapper {
    padding-bottom: 1.5rem;
    height: auto;
  }
  .main-menu__section--content .news-teaser__title {
    overflow: hidden;
    min-height: 4.125rem;
    max-height: 4.125rem;
    font-family: "pr_body-regular", arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .main-menu__section--content .news-teaser__description {
    font-size: 0.75rem;
    line-height: 1.5;
    color: #555;
  }
}

.main-menu__section-back-button {
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #222d38;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .main-menu__section-back-button {
    display: none;
  }
}

.main-menu__section-back-icon {
  margin-right: 0.5625rem;
  width: 0.5625rem;
  height: 0.875rem;
  fill: currentColor;
}

.main-menu__section-title {
  position: relative;
  margin-top: 2.1875rem;
  display: none;
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
}
.main-menu__section-title.mobile-visible {
  display: block;
}
@media (min-width: 1024px) {
  .main-menu__section-title.mobile-visible {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-menu__section-title {
    position: relative;
    margin: 0rem 0rem 1rem 0rem;
    padding: 0;
    display: block;
    width: 300%;
    min-height: 3.125rem;
    font-size: 1.75rem;
    line-height: 1;
    color: #222d38;
  }
}

.main-menu__section-subtitle {
  display: none;
}
@media (min-width: 1024px) {
  .main-menu__section-subtitle {
    margin: 0;
    display: block;
    font-family: "pr_body-regular", arial, sans-serif;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #555;
  }
}

.main-menu__section-title-link {
  padding: 0rem 1.25rem 0rem 0rem;
  display: block;
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: normal;
  text-decoration: none;
  color: #222d38;
}
@media (min-width: 1024px) {
  .main-menu__section-title-link {
    padding: 0;
    font-size: 1.75rem;
    line-height: 1;
    pointer-events: none;
    color: #222d38;
  }
}
@media (min-width: 1280px) {
  .main-menu__section-title-link {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .main-menu__section-title-link .main-menu__link-arrow {
    display: none;
  }
}

.block__main-menu {
  position: static !important;
}

.button--ultimenu {
  display: none !important;
}

@media (min-width: 1024px) {
  .map-interactive-menu {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .map-interactive-menu__inner {
    padding: 3.75rem 0rem 3.75rem 1.25rem;
  }
}
@media (min-width: 1440px) {
  .map-interactive-menu__inner {
    padding: 3.75rem 0rem 3.75rem 3.4375rem;
  }
}
.map-interactive-menu__title {
  display: none;
}
@media (min-width: 1024px) {
  .map-interactive-menu__title {
    margin-bottom: 0.5625rem;
    display: block;
    font-family: "pr_body-regular", arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #555;
  }
}
.map-interactive-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.map-interactive-menu__list-item {
  margin: 0rem 0.875rem;
  border-bottom: 1px solid rgba(34, 45, 56, 0.2);
}
@media (min-width: 1024px) {
  .map-interactive-menu__list-item {
    margin: 0;
    border: 0;
  }
}
.map-interactive-menu__button {
  position: relative;
  padding: 1rem 1.875rem 1rem 0rem;
  width: 100%;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.125;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  /* Vertical line */
  /* horizontal line */
}
@media (min-width: 1024px) {
  .map-interactive-menu__button {
    padding: 0.75rem 0rem;
    font-size: 1.25rem;
    border-bottom: 0.125rem solid transparent;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
  .map-interactive-menu__button:hover, .map-interactive-menu__button--hover {
    border-bottom: 0.125rem solid #5fa4d0;
  }
}
.map-interactive-menu__button::before, .map-interactive-menu__button::after {
  background-color: #000 !important;
}
@media (min-width: 1024px) {
  .map-interactive-menu__button::before, .map-interactive-menu__button::after {
    display: none;
  }
}
.map-interactive-menu__button:before, .map-interactive-menu__button:after {
  content: "";
  position: absolute;
  background-color: #222d38;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.map-interactive-menu__button:before {
  top: 50%;
  right: 0.4375rem;
  width: 0.125rem;
  height: 1rem;
  margin-top: -0.5rem;
}
.map-interactive-menu__button:after {
  top: 50%;
  right: 0;
  width: 1rem;
  height: 0.125rem;
  margin-top: -0.0625rem;
}
.map-interactive-menu__button.minus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.map-interactive-menu__button.minus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.map-interactive-menu__region {
  display: none;
}
@media (min-width: 1024px) {
  .map-interactive-menu__region {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 2.625rem 0.625rem 0rem 1.25rem;
    width: 325px;
    height: 100%;
    opacity: 0;
    background: #f9f8f7;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
  }
}
@media (min-width: 1440px) {
  .map-interactive-menu__region {
    padding: 2.625rem 0.625rem 0rem 3.3125rem;
    width: 490px;
  }
}

.js-accordion__item--open .map-interactive-menu__button::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.js-accordion__item--open .map-interactive-menu__button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mini-share-price {
  display: none;
}
@media (min-width: 1024px) {
  .mini-share-price {
    position: relative;
    margin: 1.875rem 0rem 0rem 0rem;
    padding: 0.875rem 0.625rem 0.875rem 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 3.75rem;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
    color: #222d38;
    background-color: #f9f8f7;
  }
}
@media (min-width: 1280px) {
  .mini-share-price {
    padding: 0.875rem 0.625rem 0.875rem 4.375rem;
  }
}
@media (min-width: 1024px) {
  .mini-share-price::before {
    position: absolute;
    top: 50%;
    left: 0.625rem;
    width: 1.875rem;
    height: 1.1875rem;
    content: "";
    background: url("../svg/grafic.svg") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (min-width: 1280px) {
  .mini-share-price::before {
    left: 1.0625rem;
    width: 2.3125rem;
    height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .mini-share-price__currency {
    padding: 0.3125rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .mini-share-price__interest {
    padding: 0.3125rem;
  }
}
@media (min-width: 1024px) {
  .mini-share-price__date {
    padding: 0.3125rem;
    color: #555;
  }
}

.page-content {
  position: relative;
}

/* stylelint-disable */
.page-content-container .cdb_form_container {
  margin: 0;
  padding: 0;
  max-width: none;
  background-color: #f9f8f7;
}
.cdb_form_container .cdb_form_input_container {
  margin: 0 auto;
  padding: 6.25rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  max-width: 57.875rem;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: "pr_body-regular", arial, sans-serif;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field {
  margin: 0rem 0rem 3.375rem 0rem;
  padding: 0.5rem 0rem 0rem 0rem;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field label {
  font-family: "pr_body-regular", arial, sans-serif;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field label::before {
  top: -0.875rem;
  left: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 0.875;
  font-weight: 400;
  text-transform: uppercase;
  color: #555;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field input,
.cdb_form_container .cdb_form_input_container .cdb_form_field select,
.cdb_form_container .cdb_form_input_container .cdb_form_field textarea {
  padding: 1.25rem 1.375rem;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #222d38;
  background-color: #fff;
  border: 0.0625rem solid #D3D5D7;
  border-radius: 0.25rem;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field input:focus,
.cdb_form_container .cdb_form_input_container .cdb_form_field select:focus,
.cdb_form_container .cdb_form_input_container .cdb_form_field textarea:focus {
  border-color: #015FCC;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field select {
  padding: 1.25rem;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field textarea {
  min-height: 5.75rem;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field.image.file {
  font-size: 0.875rem;
  line-height: 1.29;
  color: #555;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field.image.file div {
  margin: 0;
  padding: 0;
  border: 0;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field.image.file p {
  margin: 0;
  padding: 0;
}
.cdb_form_container .cdb_form_input_container .cdb_form_field.image.file input {
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 400;
  background-color: transparent;
  border: none;
}
.cdb_form_container .cdb_form_input_container .cdb-submit {
  position: relative;
  margin: 0 auto;
  padding: 0rem 0rem 0rem 3.5rem;
  width: auto;
  min-width: auto;
  font-size: 0.875rem;
  line-height: 1.29;
  font-weight: 500;
  font-weight: 500;
  text-decoration: underline;
  text-transform: initial;
  color: #555;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.cdb_form_container .cdb_form_input_container .cdb-submit::before {
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: url("../svg/icon-arrow2.svg") no-repeat -2.5rem 0;
  background-size: cover;
  border: 1px solid currentColor;
  border-radius: 2.5rem;
  -webkit-transition: background-position 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: background-position 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cdb_form_container .cdb_form_input_container .cdb-submit:hover::before {
  background-position: 0 0;
}
.cdb_form_container .cdb_form_input_container .confirmation_message {
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: center;
  color: #222d38;
}
.cdb_form_container .cdb_form_input_container .error_message {
  margin: 2.5rem 0rem 0rem 0rem;
  padding: 0.5rem 1rem;
  -ms-flex-order: 1;
      order: 1;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #fff;
  background-color: #E15958;
  border: 0;
  border-radius: 0.25rem;
}

/* stylelint-enable */
.anchor__menu-container {
  position: sticky;
  z-index: 5;
  top: 4.0625rem;
  background: #0c294e;
}
@media (min-width: 1024px) {
  .anchor__menu-container {
    top: 4.375rem;
  }
}
.toolbar-horizontal .anchor__menu-container, .toolbar-vertical .anchor__menu-container {
  top: 6.5rem;
}
@media (min-width: 1024px) {
  .toolbar-horizontal .anchor__menu-container, .toolbar-vertical .anchor__menu-container {
    top: 7.75rem;
  }
}

.anchor__menu-wrapper {
  position: relative;
  padding: 1.25rem 0rem 0rem 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 4.25rem;
}
.anchor__menu-wrapper .tabs-slider__controls-prev::before,
.anchor__menu-wrapper .tabs-slider__controls-next::before {
  background: -webkit-gradient(linear, left top, right top, from(#0c294e), to(rgba(12, 41, 78, 0.0001)));
  background: linear-gradient(90deg, #0c294e 0%, rgba(12, 41, 78, 0.0001) 100%);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.anchor__menu-wrapper .tabs-slider__controls-next::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(12, 41, 78, 0.0001)), to(#0c294e));
  background: linear-gradient(90deg, rgba(12, 41, 78, 0.0001) 0%, #0c294e 100%);
}

.anchor__menu {
  position: relative;
  margin: 0;
  padding: 0;
  height: 2.25rem;
}

.anchor__menu-item {
  margin: 0;
  list-style: none;
}

.anchor__menu-link {
  position: relative;
  padding-bottom: 0.5625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  border-bottom: 0.125rem solid transparent;
}
.anchor__menu-link--active {
  border-bottom-color: #5fa4d0;
}
.theme-contrast .anchor__menu-link--active {
  border-bottom-color: #54B5F3;
}

.anchor__link,
.anchor__link-title {
  position: relative;
  top: -8.3125rem;
}
@media (min-width: 1024px) {
  .anchor__link,
  .anchor__link-title {
    top: -8.625rem;
  }
}
.toolbar-horizontal .anchor__link, .toolbar-vertical .anchor__link,
.toolbar-horizontal .anchor__link-title,
.toolbar-vertical .anchor__link-title {
  top: -11.0625rem;
}
@media (min-width: 1024px) {
  .toolbar-horizontal .anchor__link, .toolbar-vertical .anchor__link,
  .toolbar-horizontal .anchor__link-title,
  .toolbar-vertical .anchor__link-title {
    top: -12rem;
  }
}

.wysiwyg {
  /* stylelint-disable */
  /* stylelint-enable */
}
.wysiwyg p {
  color: inherit;
  font-size: 1.125rem;
}
.wysiwyg p:last-child {
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .wysiwyg p:last-child {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg p:last-child {
    margin-top: 2.25rem;
  }
}
.wysiwyg p:first-child {
  margin-top: 0;
}
.media__content .wysiwyg p {
  font-size: 1.125rem;
}
.wysiwyg p iframe {
  width: 100%;
}
@media (min-width: 768px) {
  .wysiwyg p {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg p {
    font-size: 1.25rem;
  }
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg a {
  color: inherit;
}
.wysiwyg ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .wysiwyg ul {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg ul {
    margin-bottom: 1.125rem;
  }
}
.wysiwyg ul ul {
  margin: 0;
}
.wysiwyg ul li {
  position: relative;
  padding: 0rem 0rem 0rem 1.375rem;
  line-height: 1.5;
  /* stylelint-disable */
  /* stylelint-enable */
  font-size: 1.125rem;
}
.wysiwyg ul li::before {
  position: absolute;
  top: 0.5625rem;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background: #5fa4d0;
  border-radius: 50%;
}
.media__content .wysiwyg ul li {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .wysiwyg ul li {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg ul li {
    font-size: 1.25rem;
  }
}
.wysiwyg ol li {
  font-size: 1.25rem;
  line-height: 1.5;
  font-size: 1.125rem;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media (min-width: 768px) {
  .wysiwyg ol li {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg ol li {
    font-size: 1.25rem;
  }
}
.media__content .wysiwyg ol li {
  font-size: 1.125rem;
}
.wysiwyg p + ul {
  margin-top: -1.25rem;
}
@media (min-width: 768px) {
  .wysiwyg p + ul {
    margin-top: -1.5625rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg p + ul {
    margin-top: -2rem;
  }
}
.wysiwyg ul + p,
.wysiwyg ul + p:last-child {
  margin-top: -0.75rem;
}
@media (min-width: 768px) {
  .wysiwyg ul + p,
  .wysiwyg ul + p:last-child {
    margin-top: -0.9375rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg ul + p,
  .wysiwyg ul + p:last-child {
    margin-top: -1.125rem;
  }
}
.wysiwyg .smaller p, .wysiwyg .smaller ul li, .wysiwyg .smaller ol li {
  font-size: 1.125rem;
}

.media__content {
  padding-top: 0.875rem;
}
@media (min-width: 768px) {
  .media__content {
    padding-top: 0.3125rem;
  }
}
@media (min-width: 1024px) {
  .media__content {
    padding-top: 1.375rem;
  }
}
.container--focus .media__content {
  padding-top: 0;
}
.media__item {
  position: relative;
}
.media__item video {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
.media__item-video-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.media__item-video-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  content: "";
  background-image: url("../svg/icon-play.svg");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.media__item-video-icon--hide::before {
  display: none;
}
@media (min-width: 768px) {
  .media--left .media__item {
    margin-left: -1.875rem;
    width: calc(100% + 30px);
  }
}
@media (min-width: 1024px) {
  .media--left .media__item {
    margin-left: -3.4375rem;
    width: calc(100% + 75px);
  }
}
@media (min-width: 768px) {
  .media--right .media__item {
    width: calc(100% + 30px);
  }
}
@media (min-width: 1024px) {
  .media--right .media__item {
    margin-left: -1.25rem;
    width: calc(100% + 75px);
  }
}
.media--top .media__content {
  padding-top: 0.875rem;
}
@media (min-width: 768px) {
  .media--top .media__content {
    padding-top: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .media--top .media__content {
    padding-top: 1.875rem;
  }
}
.media--bottom .media__content {
  padding-top: 0.875rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .media--bottom .media__content {
    padding-top: 0rem;
  }
}
@media (min-width: 1024px) {
  .media--bottom .media__content {
    padding-top: 0rem;
  }
}
@media (min-width: 768px) {
  .media--bottom .media__content {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .media--bottom .media__content {
    padding-bottom: 2.5rem;
  }
}

.text-media.container {
  /* stylelint-disable */
  /* stylelint-enable */
}
.text-media.container .wysiwyg {
  /* stylelint-disable */
  /* stylelint-enable */
}
.text-media.container .wysiwyg h2 {
  font-size: 2.375rem;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  .text-media.container .wysiwyg h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container .wysiwyg h2 {
    font-size: 2.875rem;
  }
}
.text-media.container .wysiwyg .two-columns h2 {
  font-size: 2.375rem;
}
@media (min-width: 768px) {
  .text-media.container .wysiwyg .two-columns h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container .wysiwyg .two-columns h2 {
    font-size: 2.875rem;
  }
}
@media (min-width: 768px) {
  .text-media.container .wysiwyg .two-columns h2 {
    position: relative;
    top: -8px;
  }
}
@media (min-width: 1024px) {
  .text-media.container .wysiwyg .two-columns h2 {
    top: -12px;
  }
}
.text-media.container .wysiwyg .three-columns__item h2 {
  font-size: 2.375rem;
}
@media (min-width: 768px) {
  .text-media.container .wysiwyg .three-columns__item h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container .wysiwyg .three-columns__item h2 {
    font-size: 2.875rem;
  }
}
.text-media.container .media__content .wysiwyg h2 {
  font-size: 2.375rem;
}
@media (min-width: 768px) {
  .text-media.container .media__content .wysiwyg h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container .media__content .wysiwyg h2 {
    font-size: 2.875rem;
  }
}
.text-media.container--pt-small {
  padding-top: 1.875rem;
}
@media (min-width: 768px) {
  .text-media.container--pt-small {
    padding-top: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--pt-small {
    padding-top: 2.875rem;
  }
}
.text-media.container--pt-medium {
  padding-top: 3.375rem;
}
@media (min-width: 768px) {
  .text-media.container--pt-medium {
    padding-top: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--pt-medium {
    padding-top: 5.625rem;
  }
}
.text-media.container--mt-medium {
  margin-top: 4rem;
  padding-top: 0rem;
}
@media (min-width: 768px) {
  .text-media.container--mt-medium {
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--mt-medium {
    margin-top: 6.25rem;
  }
}
@media (min-width: 768px) {
  .text-media.container--mt-medium {
    padding-top: 0rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--mt-medium {
    padding-top: 0rem;
  }
}
.text-media.container--mt-medium.container--reverse-color {
  padding-top: 4rem;
  margin-top: 0rem;
}
@media (min-width: 768px) {
  .text-media.container--mt-medium.container--reverse-color {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--mt-medium.container--reverse-color {
    padding-top: 6.25rem;
  }
}
@media (min-width: 768px) {
  .text-media.container--mt-medium.container--reverse-color {
    margin-top: 0rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--mt-medium.container--reverse-color {
    margin-top: 0rem;
  }
}
.text-media.container--pb-small {
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .text-media.container--pb-small {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--pb-small {
    padding-bottom: 2.875rem;
  }
}
.text-media.container--pb-medium {
  padding-bottom: 3.375rem;
}
@media (min-width: 768px) {
  .text-media.container--pb-medium {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--pb-medium {
    padding-bottom: 5.625rem;
  }
}
.text-media.container--mb-medium {
  margin-bottom: 4rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .text-media.container--mb-medium {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--mb-medium {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .text-media.container--mb-medium {
    padding-bottom: 0rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--mb-medium {
    padding-bottom: 0rem;
  }
}
.text-media.container--mb-medium.container--reverse-color {
  padding-bottom: 4rem;
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .text-media.container--mb-medium.container--reverse-color {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--mb-medium.container--reverse-color {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .text-media.container--mb-medium.container--reverse-color {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container--mb-medium.container--reverse-color {
    margin-bottom: 0rem;
  }
}
.text-media.container .inside-content .media__content {
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .text-media.container .inside-content .media__content {
    padding-top: 0rem;
  }
}
@media (min-width: 1024px) {
  .text-media.container .inside-content .media__content {
    padding-top: 0.25rem;
  }
}
.text-media.container .inside-content .media__item {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .text-media.container--original-ratio .media:not(.media--top):not(.media--bottom) .media__content {
    padding: 0;
  }
}

.text-media .slider,
.text-media .slick-list,
.text-media .slick-track,
.text-media .slick-slide,
.text-media .slick-slide > div,
.text-media .slider__item {
  position: relative;
  height: 100%;
}
.text-media .media-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.0625rem;
  background: #fff;
}
.header__information {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: none;
  width: 100%;
  height: 3rem;
  max-height: 3rem;
  opacity: 0;
  font-size: 0.875rem;
  line-height: 3rem;
  text-align: center;
  color: #222d38;
  background: #FBF4E7;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
@media (min-width: 1024px) {
  .header__information {
    position: absolute;
    height: 4.125rem;
    max-height: 4.125rem;
    font-size: 1.125rem;
    line-height: 4.125rem;
  }
}
.header__information--shown {
  display: block;
  opacity: 1;
}
.header__information a {
  text-decoration: underline;
  color: #222d38;
}
.header__information a:hover {
  text-decoration: none;
}
.header__popup-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 200vw;
  height: 100vh;
  opacity: 0;
  background: rgba(34, 45, 56, 0.65);
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .show-autosuggestion .header__popup-layer {
    background: rgba(255, 255, 255, 0.95);
  }
}
.page--top-information .header {
  top: 3rem;
}
@media (min-width: 1024px) {
  .page--top-information .header {
    top: 4.125rem;
  }
}
@media (min-width: 1024px) {
  .header.header--opened::before, .white-bg .header::before {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header.header--opened .header__logo-img, .white-bg .header .header__logo-img {
    display: none;
    opacity: 0;
  }
  .header.header--opened .header__logo-img--hover, .white-bg .header .header__logo-img--hover {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .white-bg .header::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header--search-popup .header__popup-layer {
    visibility: visible;
    opacity: 1;
  }
}
.header--search-popup .header-search {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (min-width: 1024px) {
  .header--search-popup::before {
    -webkit-transform: translate3d(0, -110%, 0) !important;
            transform: translate3d(0, -110%, 0) !important;
  }
  .header--search-popup .header__logo-img {
    display: block;
    opacity: 1 !important;
  }
  .header--search-popup .header__logo-img--hover {
    display: none;
    opacity: 0 !important;
  }
}
.toolbar-horizontal .header, .toolbar-vertical .header {
  top: 2.4375rem;
}
@media (min-width: 1024px) {
  .toolbar-horizontal .header, .toolbar-vertical .header {
    top: 3.375rem;
  }
}
.show-autosuggestion .header {
  top: 0;
}
@media (min-width: 1024px) {
  .show-autosuggestion .header {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .header {
    -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1024px) {
  .header {
    position: absolute;
    height: 7.1875rem;
    background: none;
  }
  .theme-contrast .header {
    background: #fff;
  }
  .header::before {
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;
    -webkit-transform: translate3d(0, -110%, 0);
            transform: translate3d(0, -110%, 0);
  }
}
@media (min-width: 1280px) {
  .header {
    height: 8rem;
  }
}
@media (min-width: 1024px) {
  .header--sticky {
    position: fixed;
    top: 0;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  }
  .header--sticky::before {
    display: none;
  }
  .page--top-information .header--sticky {
    top: 0;
  }
}

.header__logo {
  margin: 0.5625rem 0rem 0rem;
  width: 0.9375rem;
  height: 2.6875rem;
}
@media (min-width: 1024px) {
  .header__logo {
    position: relative;
    margin: 2.25rem 0rem;
    width: 7.1875rem;
    height: 2.6875rem;
  }
  .header--sticky .header__logo {
    margin: 0.8125rem 0rem 0.75rem 0rem;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 26px);
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (min-width: 1280px) {
  .header__logo {
    margin: 1.375rem 0rem;
    width: 11.3125rem;
    height: 5.25rem;
  }
}

.header__mobile-menu-button {
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4.0625rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: right;
  color: #222d38;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header__mobile-menu-button {
    display: none;
  }
}
.header__mobile-menu-button.focus-visible {
  outline: 0.0625rem dotted #212121;
  outline: 0.3125rem auto -webkit-focus-ring-color;
}

.header__mobile-menu-icon {
  margin-left: 0.9375rem;
  width: 1.5rem;
  height: 0.8125rem;
  fill: currentColor;
}

.header__mobile-menu-icon--close {
  stroke: currentColor;
  width: 1.125rem;
  height: 1.1875rem;
}

.header__content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 0rem 0.9375rem 6.25rem;
  display: none;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media (min-width: 768px) {
  .header__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .header__content {
    position: static;
    margin-left: -1.25rem;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: calc(100% + 1.25rem);
    height: 100%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    background: none;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1280px) {
  .header__content {
    margin-left: 0;
    width: 100%;
  }
}
.header__content--open {
  display: block;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: slide-left-in 0.4s ease;
          animation: slide-left-in 0.4s ease;
}
@media (min-width: 1024px) {
  .header__content--open {
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.header__content--open.unscrolled {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .header__content--open.unscrolled {
    overflow: visible;
  }
}
.header__content--close {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-animation: slide-left-out 0.4s ease;
          animation: slide-left-out 0.4s ease;
}
@media (min-width: 1024px) {
  .header__content--close {
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.header__content .main-menu__mobile-event-widget {
  margin-top: 30px;
  display: block;
  text-align: left;
}
@media (min-width: 1024px) {
  .header__content .main-menu__mobile-event-widget {
    display: none;
  }
}

.header__content-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 1024px) {
  .header__content-head {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header__logo-img {
    opacity: 1;
    -webkit-transition: 0.3s opacity ease-out;
    transition: 0.3s opacity ease-out;
  }
}
@media (min-width: 1024px) {
  .header--sticky .header__logo-img {
    display: none;
  }
}
.header__logo-img--sticky {
  display: none;
}
@media (min-width: 1024px) {
  .header--sticky .header__logo-img--sticky {
    display: block;
  }
}
.header__logo-img--hover {
  display: none;
}
@media (min-width: 1024px) {
  .header__logo-img--hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s opacity ease-out;
    transition: 0.3s opacity ease-out;
  }
  .theme-contrast .header__logo-img--hover {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .header--sticky .header__logo-img--hover {
    display: none !important;
  }
}

.latest-news {
  padding: 1.875rem 0rem;
}
.latest-news__content {
  margin: 1.25rem 0rem 0rem 0rem;
}
@media (min-width: 768px) {
  .latest-news__content {
    margin-top: 0;
    padding-top: 0.75rem;
  }
  .latest-news__content--no-pic {
    padding-top: 0;
  }
}
.latest-news__picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .latest-news__picture {
    margin-bottom: 0;
  }
}
.latest-news__date {
  margin: 0rem 0rem 0.625rem 0rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  text-transform: uppercase;
}
.latest-news__date-type::after, .latest-news__date-text::after {
  margin: 0.5em;
  content: "-";
}
.latest-news__date-type:last-of-type::after, .latest-news__date-text:last-of-type::after {
  display: none;
}
@media (min-width: 768px) {
  .latest-news__date {
    margin-bottom: 1.25rem;
  }
}
.latest-news__title {
  margin: 0rem 0rem 1.5625rem 0rem;
  font-size: 1.75rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .latest-news__title {
    margin-bottom: 2.1875rem;
  }
}
.latest-news__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.latest-news__links a {
  position: relative;
  margin: 0rem 0rem 0.75rem 0rem;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.05rem;
  color: #2D8EFB;
  cursor: pointer;
}
.latest-news__links a::after {
  position: static;
  margin: 0rem 0rem 0rem 0.625rem;
  display: inline-block;
  width: 16px;
  height: 14px;
  content: "";
  background-image: url("../svg/icon-arrow-blue.svg");
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.1, 0.3, 1);
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.latest-news__links a:last-child {
  margin-bottom: 0;
}
.latest-news__links a:hover::after {
  -webkit-transform: translate(10px, 2px);
          transform: translate(10px, 2px);
}
@media (min-width: 768px) {
  .latest-news__links a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .latest-news {
    padding: 3rem 0rem;
  }
}

.latest-news-list__block {
  margin-top: -0.9375rem;
}
.latest-news-list__item {
  border-bottom: 1px solid rgba(34, 45, 56, 0.5);
}
.latest-news-list__item:last-of-type {
  border-bottom: 0;
}

.news-list {
  padding: 2.4375rem 0rem;
}
@media (min-width: 768px) {
  .news-list {
    padding: 4rem 0rem;
  }
}
.news-list__row {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media (min-width: 768px) {
  .news-list__row {
    margin-top: -1.5625rem;
    margin-bottom: -1.5625rem;
  }
}
.news-list .news-teaser {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .news-list .news-teaser {
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    height: calc(100% - 3.125rem);
  }
}

.news-teaser {
  padding: 1.5625rem 1.4375rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
}
@media (min-width: 768px) {
  .news-teaser {
    padding: 1.875rem 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .news-teaser {
    padding: 3rem 2.0625rem 2.75rem 1.875rem;
  }
}
.news-teaser__title {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  line-height: 1.25;
}
.news-teaser__title a {
  text-decoration: none;
  color: #222d38;
}
.news-teaser__title a:hover {
  text-decoration: underline;
}
.news-teaser__description {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .news-teaser__description {
    font-size: 1.125rem;
  }
}
.news-teaser__tag-list {
  margin: 0rem -0.75rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style-type: none;
}
.news-teaser__tag-list-item {
  padding: 0rem 0.75rem 0.625rem 0.75rem;
}
.news-teaser__tag {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #222d38;
  border: 1px solid rgba(34, 45, 56, 0.5);
}
.news-teaser__tag:hover, .no-js .news-teaser__tag:hover, .news-teaser__tag:focus {
  opacity: 0.7;
}
.news-teaser__text-wrapper {
  margin-bottom: 0.625rem;
  overflow: hidden;
  max-height: 16.5625rem;
}
@media (min-width: 768px) {
  .news-teaser__text-wrapper {
    margin-bottom: 1.25rem;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
.news-teaser__date {
  padding: 0.625rem 0rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .news-teaser__date {
    padding-top: 1.25rem;
  }
}
.news-teaser__date p {
  margin: 0;
}
.news-teaser__date-type, .news-teaser__date-text {
  text-transform: uppercase;
  color: #979797;
}
.theme-contrast .news-teaser__date-type, .theme-contrast .news-teaser__date-text {
  color: #767676;
}
.news-teaser__date-type::after, .news-teaser__date-text::after {
  margin: 0.5em;
  content: "-";
}
.news-teaser__date-type:last-of-type::after, .news-teaser__date-text:last-of-type::after {
  display: none;
}
.news-teaser__date-type a, .news-teaser__date-text a {
  text-decoration: none;
  color: #979797;
}
.theme-contrast .news-teaser__date-type a, .theme-contrast .news-teaser__date-text a {
  color: #767676;
}
.news-teaser__date-type a:hover, .news-teaser__date-text a:hover {
  text-decoration: underline;
}
.news-teaser .btn-old {
  margin-top: 0.9375rem;
}

.related-news__title {
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .related-news__title {
    margin-bottom: 3.75rem;
  }
}
.related-news__link {
  padding: 2.5rem 0rem 1.875rem 0rem;
  text-align: center;
}
@media (min-width: 768px) {
  .related-news__link {
    padding: 2.5rem 0rem 2.1875rem 0rem;
  }
}
@media (min-width: 1024px) {
  .related-news__link {
    padding: 2.8125rem 0rem 2.1875rem 0rem;
  }
}
.related-news .news-teaser {
  margin-bottom: 0.9375rem;
  height: 100%;
}
@media (min-width: 768px) {
  .related-news .news-teaser {
    margin-bottom: 1.5625rem;
  }
}
.related-news .slick-slide {
  text-align: left;
}
.related-news .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.related-news .slick-dots button {
  padding: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: #222d38;
  border: 0;
  border-radius: 50%;
  outline: none;
}
.related-news .slick-dot {
  margin: 0rem 0.5rem;
  display: inline-block;
}
.related-news .slick-dot.slick-active button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  border: 1px solid #0c294e;
}

.status {
  padding: 1.25rem 1.0625rem 1.6875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  color: #fff;
  background-color: #222d38;
}
@media (min-width: 1024px) {
  .status {
    padding: 1.75rem 0rem 1.75rem 2.0625rem;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.status__text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .status__text-wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: left;
  }
}
.status__title, .status__text {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
.status__title {
  margin: 0rem 0rem 0.75rem 0rem;
}
.status__description {
  font-size: 1.125rem;
  line-height: 1.39;
}
@media (min-width: 1024px) {
  .status__description {
    padding: 0rem 2.5rem 0rem 0rem;
    border-bottom: 0;
  }
}
.status__text-icon {
  margin: 1.6875rem 0rem 0rem 0rem;
  padding: 1.8125rem 0rem 0rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #fff;
}
@media (min-width: 1024px) {
  .status__text-icon {
    margin-top: 0;
    padding: 0;
    width: 32%;
    max-width: 32%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    border-top: 0;
    border-left: 1px solid #fff;
  }
}
.status__icon {
  position: relative;
  margin: 0rem 1rem 0rem 0rem;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
.status__icon--on-plan {
  background-color: #00D490;
}
.status__icon--achieved {
  background-color: #01BEF2;
}
.status__icon--achieved::after {
  position: absolute;
  top: 20%;
  left: 42%;
  display: block;
  width: 0.1875rem;
  height: 0.5625rem;
  content: "";
  border: solid #fff;
  border-width: 0rem 0.09375rem 0.09375rem 0rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.status__icon--off-plan {
  background-color: #F5A623;
}

.brands-list {
  margin: 0.625rem 0rem;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .brands-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.brands-list__item {
  padding: 0.625rem 0rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #222d38;
}
@media (min-width: 768px) {
  .brands-list__item {
    padding-right: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .brands-list__item {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media (min-width: 1280px) {
  .brands-list__item {
    max-width: 26%;
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
  }
}
.brands-list__link {
  text-decoration: underline;
  color: inherit;
}
.brands-list__link:hover {
  text-decoration: none;
}

.focus-content {
  position: relative;
  margin: -1.5625rem 0rem 0rem 0rem;
  padding: 2.1875rem 1.5625rem;
  background: #fff;
  border-bottom: 1px solid rgba(34, 45, 56, 0.2);
}
@media (min-width: 768px) {
  .focus-content {
    margin: 0;
    padding: 1.5625rem;
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .focus-content {
    margin-left: -5rem;
    padding: 1.5625rem 0rem 1.5625rem 1.5625rem;
    width: calc(100% + 6.25rem);
  }
}
@media (min-width: 1280px) {
  .focus-content {
    padding: 2.5rem 0rem 2.5rem 3.125rem;
    width: calc(100% + 5rem);
  }
}
.focus-content__theme {
  margin: 0;
  padding: 0rem 0rem 0.75rem 0rem;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #555;
}
.focus-content__title {
  margin-bottom: 1.375rem;
  line-height: 1.25;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .focus-content__title {
    font-size: 2.125rem;
  }
}
@media (min-width: 1024px) {
  .focus-content__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .focus-content__title {
    font-size: 2.875rem;
  }
}
.focus-content__title a {
  text-decoration: none;
  color: #222d38;
}
.focus-content__title a:hover {
  text-decoration: underline;
}
.focus-content__content {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .focus-content__content {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .focus-content__content {
    font-size: 1.125rem;
  }
}
.focus-content__content p {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .focus-content__content p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .focus-content__content p {
    font-size: 1.125rem;
  }
}
.focus-content .call-to-action, .focus-content .focus-block .tns-controls button, .focus-block .tns-controls .focus-content button, .focus-content .our-brands .tns-controls button, .our-brands .tns-controls .focus-content button {
  display: inline-block;
  width: auto;
}

.four-columns__item {
  padding: 0.625rem 0rem;
}
@media (min-width: 1024px) {
  .four-columns__item {
    padding: 0;
  }
}
.four-columns__item h1,
.four-columns__item h2,
.four-columns__item h3,
.four-columns__item h4,
.four-columns__item h5,
.four-columns__item h6 {
  margin-bottom: 0.1875rem;
  font-family: "pr_body-regular", arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: bold;
}
.four-columns__item ul li {
  padding: 0;
  font-size: 1.125rem;
}
.four-columns__item ul li::before {
  display: none;
}
.four-columns__item p {
  margin: 0 !important;
  font-size: 1.125rem;
}

.grid-images {
  margin: 0rem -0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.grid-images img {
  margin: 0.75rem;
  width: 9.1875rem;
  height: 9.1875rem;
  border: 2px solid #222d38;
}
.grid-images .ck-widget:hover {
  outline-color: transparent;
}
.grid-images .ck-widget.ck-widget_selected:hover {
  outline-color: transparent;
}

.main-markets__list-wrapper {
  padding: 3.5625rem 0.9375rem 4rem;
  background-color: #f9f8f7;
}
@media (min-width: 768px) {
  .main-markets__list-wrapper {
    padding: 3.5625rem 1.875rem 4rem;
  }
}
@media (min-width: 1024px) {
  .main-markets__list-wrapper {
    padding: 6.75rem 3.4375rem 8.125rem;
    height: 100%;
  }
}
.main-markets__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .main-markets__list {
    max-width: 18.75rem;
  }
}
.main-markets__list-item {
  padding: 0.8125rem 0rem 0.625rem 0rem !important;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #2A2A2A;
  border-bottom: 1px solid rgba(53, 54, 55, 0.5);
}
.main-markets__list-item::before {
  display: none !important;
}
.main-markets__list-item:first-child {
  padding-top: 0.3125rem;
}
.main-markets__list-link {
  text-decoration: none;
  color: #2A2A2A;
}
.main-markets__list-link:hover, .no-js .main-markets__list-link:hover, .main-markets__list-link:focus {
  opacity: 0.7;
}
.main-markets__item {
  margin-top: -0.0625rem;
  padding: 2.4375rem 0.9375rem;
  text-align: center;
  border: 1px solid #EBECED;
}
.main-markets__item h3 {
  margin: 0;
  font-family: "pr_body-regular", arial, sans-serif;
  line-height: 1.5;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .main-markets__item h3 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1024px) {
  .main-markets__item h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .main-markets__item {
    margin: 0rem 0rem 0rem -0.0625rem;
    padding: 6.75rem 1.25rem 8.125rem;
    height: 100%;
  }
}
.main-markets__data {
  display: block;
  font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  font-weight: normal;
  color: #2D8EFB;
}
@media (min-width: 1024px) {
  .main-markets__data {
    font-size: 6.25rem;
  }
}
@media (min-width: 1360px) {
  .main-markets__data {
    font-size: 7.5rem;
  }
}
.main-markets__description {
  margin: 1.6875rem 0rem 0rem 0rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #2A2A2A;
}

.quote-small {
  margin: 0;
  padding: 0;
}
.quote-small__role {
  margin: 0rem 0rem 0.75rem 0rem;
  opacity: 0.7;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #222d38;
}
.quote-small__name {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .quote-small__name {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .quote-small__name {
    margin-bottom: 1.0625rem;
  }
}
.quote-small__text {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .quote-small__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .quote-small__text {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .quote-small__text {
    line-height: 1.25;
  }
}
.quote-small__text::before, .quote-small__text::after {
  display: inline;
  content: "“";
  color: #5fa4d0;
}
.quote-small__text::after {
  content: "”";
}

.quote {
  margin: 0;
  padding: 0;
}
.quote__text {
  font-size: 1.75rem !important;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .quote__text {
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1024px) {
  .quote__text {
    font-size: 2rem !important;
  }
}
.quote__text::before, .quote__text::after {
  display: inline;
  line-height: 2.3125rem;
  content: "“";
  color: #5fa4d0;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .quote__text::before, .quote__text::after {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .quote__text::before, .quote__text::after {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .quote__text::before, .quote__text::after {
    line-height: 2.4375rem;
  }
}
@media (min-width: 1024px) {
  .quote__text::before, .quote__text::after {
    line-height: 2.625rem;
  }
}
.quote__text::after {
  content: "”";
}
.col-md-8 .quote__text {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .col-md-8 .quote__text {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1024px) {
  .col-md-8 .quote__text {
    font-size: 1.25rem !important;
  }
}
.col-md-8 .quote__text::before, .col-md-8 .quote__text::after {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .col-md-8 .quote__text::before, .col-md-8 .quote__text::after {
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .col-md-8 .quote__text::before, .col-md-8 .quote__text::after {
    font-size: 2rem;
  }
}
.quote__info {
  margin: 1.125rem 0rem 0rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 768px) {
  .quote__info {
    margin: 1.25rem 0rem 0rem 0rem;
  }
}
@media (min-width: 1024px) {
  .quote__info {
    margin: 1rem 0rem 0rem 0rem;
  }
}
.quote__info p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
.quote__avatar {
  margin: 0rem 1.25rem 0rem 0rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.quote__author {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
.quote__author p:last-child {
  margin-top: 0;
}

.table-responsive--no-borders, .table-responsive--bordered, .table-responsive {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.125rem;
}
.table-responsive--no-borders th, .table-responsive--bordered th, .table-responsive th {
  padding: 0.5rem 0.625rem !important;
  font-size: 1.125rem !important;
  font-weight: normal !important;
  white-space: nowrap !important;
  color: #222d38 !important;
  background-color: #f9f8f7 !important;
}
.brand-modal .table-responsive--no-borders th, .brand-modal .table-responsive--bordered th, .brand-modal .table-responsive th {
  font-size: 1.25rem !important;
}
.table-responsive--no-borders th p, .table-responsive--bordered th p, .table-responsive th p {
  font-size: inherit !important;
}
.table-responsive--no-borders td, .table-responsive--bordered td, .table-responsive td {
  padding: 0.5rem 0.625rem !important;
  font-size: 1.125rem !important;
  white-space: nowrap !important;
  border-bottom: 1px solid rgba(34, 45, 56, 0.2) !important;
}
.brand-modal .table-responsive--no-borders td, .brand-modal .table-responsive--bordered td, .brand-modal .table-responsive td {
  font-size: 0.875rem !important;
}
.table-responsive--no-borders td p, .table-responsive--bordered td p, .table-responsive td p {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .table-responsive--no-borders td, .table-responsive--bordered td, .table-responsive td {
    padding: 0.75rem 0.9375rem !important;
  }
}
@media (min-width: 1024px) {
  .table-responsive--no-borders td, .table-responsive--bordered td, .table-responsive td {
    padding: 1rem !important;
  }
}
@media (min-width: 768px) {
  .table-responsive--no-borders, .table-responsive--bordered, .table-responsive {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1024px) {
  .table-responsive--no-borders, .table-responsive--bordered, .table-responsive {
    font-size: 1.25rem;
  }
}

.table-responsive__wrapper {
  overflow-y: auto !important;
}

.table-responsive--bordered th {
  font-weight: 500 !important;
  background-color: transparent;
}
.table-responsive--bordered th,
.table-responsive--bordered td {
  padding: 0.25rem 0.3125rem 0.25rem 0.9375rem !important;
  text-align: left !important;
  border-right: 1px solid rgba(34, 45, 56, 0.2) !important;
  border-bottom: 1px solid rgba(34, 45, 56, 0.2) !important;
}
@media (min-width: 768px) {
  .table-responsive--bordered th,
  .table-responsive--bordered td {
    padding: 0.5rem 0.625rem 0.5rem 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .table-responsive--bordered th,
  .table-responsive--bordered td {
    padding: 0.75rem 0.625rem 0.75rem 1.875rem !important;
  }
}
.table-responsive--bordered th:first-child,
.table-responsive--bordered td:first-child {
  padding-left: 0 !important;
}
.table-responsive--bordered th:last-child,
.table-responsive--bordered td:last-child {
  border-right: 0 !important;
}
.table-responsive--bordered tr:last-child td {
  border-bottom: 0 !important;
}

.table-responsive--no-borders th {
  font-weight: 500 !important;
  background-color: transparent !important;
}
.table-responsive--no-borders th,
.table-responsive--no-borders td {
  padding: 0.125rem 0.3125rem 0.125rem 0.9375rem !important;
  text-align: left !important;
  border-bottom: 0 !important;
}
@media (min-width: 768px) {
  .table-responsive--no-borders th,
  .table-responsive--no-borders td {
    padding: 0.25rem 0.625rem 0.25rem 1.25rem !important;
  }
}
@media (min-width: 1024px) {
  .table-responsive--no-borders th,
  .table-responsive--no-borders td {
    padding: 0.25rem 0.625rem 0.25rem 1.875rem !important;
  }
}

.three-columns__item {
  margin: 0rem 0rem 1.5rem 0rem;
  padding: 1.25rem 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  color: #222d38;
  background: #E9E9E9;
}
@media (min-width: 768px) {
  .three-columns__item {
    margin: 0;
    height: 100%;
  }
}
.three-columns__item h3 {
  margin-bottom: 0.5625rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.three-columns__item .wysiwyg,
.three-columns__item p,
.three-columns__item .wysiwyg p {
  margin: 0;
  font-size: 0.875rem;
}
.three-columns [class^=col-]:last-child .three-columns__item,
.three-columns [class*=" col-"]:last-child .three-columns__item {
  margin: 0;
}

.block-book-navigation {
  padding: 14px 0;
  background-color: #fff;
}

.block-book-navigation .tns-outer {
  width: 100%;
}

.block-book-navigation .tabs-slider__controls-prev, .tabs-slider__controls-next {
  top: 35px;
}

.block-book-navigation-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.block-book-navigation-wrapper .back-button {
  width: 10%;
  margin-top: 20px;
}

.block-book-navigation-wrapper .tabs-slider__controls-prev {
  left: 2px;
}

.block-book-navigation-wrapper .block-book-tabs-wrap {
  width: 90%;
  position: relative;
}

.block-book-navigation-tabs {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.block-book-navigation-tabs .book-block-menu > .menu {
  padding: 16px 8px;
  margin: 0 12px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.block-book-navigation-tabs .book-block-menu .menu-item {
  border-bottom: 3px solid #fff;
}

.block-book-navigation-tabs .book-block-menu > .menu:hover > .menu-item,
.block-book-navigation-tabs .book-block-menu .menu-item--current-page {
  border-bottom: 3px solid #0057D9;
}

.block-book-navigation-tabs .menu-item {
  list-style-type: none;
  list-style-image: none;
}

.block-book-navigation-tabs .menu-item a {
  text-decoration: none;
  color: #222d38;
}

.block-book-navigation-tabs .book-block-menu .book-block-submenu {
  max-height: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  position: absolute;
  left: 0;
}

.block-book-navigation-tabs .book-block-menu--expanded {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.block-book-navigation-tabs .book-block-menu--expanded.tns-slide-active:hover {
  margin-bottom: 200px;
}

.block-book-navigation-tabs .book-block-menu.tns-slide-active:hover .book-block-submenu {
  opacity: 1;
  max-height: 200px;
  overflow: visible;
}

.block-book-navigation-tabs .book-block-menu.tns-slide-active:hover .book-block-submenu::before {
  height: 200px;
}

.block-book-navigation-tabs .book-block-menu .book-block-submenu::before {
  content: "";
  display: block;
  width: 200vw;
  height: 0;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: -50vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.block-book-navigation-tabs .book-block-menu .book-block-submenu .menu {
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 0;
  margin: 0;
  z-index: 1;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.block-book-navigation-tabs .book-block-menu.tns-slide-active:hover .book-block-submenu .menu {
  padding: 24px 0 44px;
  height: 210px;
  visibility: visible;
  overflow: visible;
}

.block-book-navigation-tabs .book-block-menu .book-block-submenu .menu-item {
  padding-top: 16px;
  margin-right: 64px;
  opacity: 0;
  -webkit-transition: all 0.5s, opacity 0s;
  transition: all 0.5s, opacity 0s;
}

.block-book-navigation-tabs .book-block-menu:hover .book-block-submenu .menu-item {
  opacity: 1;
  -webkit-transition: all 0.5s, opacity 0.3s 0.5s;
  transition: all 0.5s, opacity 0.3s 0.5s;
}

.block-book-navigation-tabs .book-block-menu .book-block-submenu .menu-item:hover {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.block-book-mobile-navigation-wrapper {
  display: none;
}

.region-local-market-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.region-local-market-nav .block-book-navigation {
  width: 90%;
}

.region-local-market-nav .block-available-translation {
  padding: 16px 0 0 0;
  width: 10%;
}

.region-local-market-nav .block-available-translation .container__inner {
  padding: 0;
}

.region-local-market-nav .block-available-translation .local-market-lang__title {
  display: none;
}

.local_market_book_nav.js_hidden {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .block-book-navigation-wrapper.desktop {
    display: none;
  }
  .region-local-market-nav .block-book-navigation {
    width: 100%;
  }
  .block-book-mobile-navigation-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 12px 0;
  }
  .open-book-nav-mob {
    margin: 0 0 0 auto;
    background-color: #fff;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .open-book-nav-mob .circle-plus {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #222d38;
    border-radius: 50%;
    margin-right: 12px;
  }
  .open-book-nav-mob .circle-plus::after,
  .open-book-nav-mob .circle-plus::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #222d38;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .open-book-nav-mob .circle-plus::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .block-book-mobile-navigation {
    position: fixed;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #fff;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .block-book-mobile-navigation.active {
    left: 0;
  }
  .block-book-mobile-navigation-header {
    height: 64px;
    margin-bottom: 12px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
  .block-book-mobile-navigation-header .close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border: none;
    background-color: #fff;
    padding: 8px 0;
  }
  .block-book-mobile-navigation-header .close .cross {
    margin-left: 12px;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
  }
  .block-book-mobile-navigation-header .close .cross::after,
  .block-book-mobile-navigation-header .close .cross::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #222d38;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .block-book-mobile-navigation-header .close .cross::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .block-book-mobile-navigation .menu {
    margin: 0;
    list-style-type: none;
    list-style-image: none;
  }
  .block-book-mobile-navigation .menu-item {
    margin-bottom: 16px;
    list-style-type: none;
    list-style-image: none;
  }
  .block-book-mobile-navigation .menu-item.menu-item--current-page a {
    border-bottom: 3px solid #0057D9;
  }
  .block-book-mobile-navigation .menu-item--expanded {
    position: relative;
  }
  .block-book-mobile-navigation .menu-item--expanded::after,
  .block-book-mobile-navigation .menu-item--expanded::before {
    content: "";
    display: block;
    position: absolute;
  }
  .block-book-mobile-navigation .menu-item--expanded::after {
    width: 20px;
    height: 2px;
    right: 4px;
    top: 50%;
    background-color: #222d38;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block-book-mobile-navigation .menu-item--expanded::before {
    width: 8px;
    height: 8px;
    border-right: 2px solid #222d38;
    border-bottom: 2px solid #222d38;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .local-market-lang__container .tabs-slider__arrow-container::after {
    display: none;
  }
  .block-book-mobile-navigation .menu-item a {
    text-decoration: none;
    color: #222D38;
    font-size: 18px;
    line-height: 24px;
  }
  .block-book-mobile-list {
    position: relative;
    height: calc(100vh - 56px);
    overflow: auto;
  }
  .block-book-mobile-list .book-block-submenu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    -webkit-transform: translateX(calc(100% + 16px));
            transform: translateX(calc(100% + 16px));
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1111;
  }
  .block-book-mobile-list .book-block-submenu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .book-block-submenu .back-button {
    margin-bottom: 32px;
  }
  .region-local-market-nav .block-available-translation {
    position: fixed;
    width: 100vw;
    display: block;
    z-index: 99999;
    left: 0;
    bottom: 0;
    padding: 12px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .region-local-market-nav .block-available-translation.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.back-button {
  padding-left: 22px;
  position: relative;
  font-size: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.2;
  border: none;
  background: none;
  color: #222d38;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}

.back-button::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  border-bottom: 2px solid #222d38;
  border-left: 2px solid #222d38;
  top: 50%;
  left: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}

/*MARKET NAVIGATION*/
.block-market-dropdown {
  position: absolute;
  top: 100%;
  right: 32px;
  background-color: #fff;
  width: 70%;
  text-align: left;
  padding: 32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  opacity: 0;
  visibility: hidden;
}

.block-market-dropdown.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.block-market-dropdown__header {
  margin-bottom: 16px;
}

.block-market-dropdown__list {
  width: 33.3333333333%;
  border-right: 1px solid #D4D5D7;
  position: relative;
}

.block-market-dropdown__list ul,
.block-market-dropdown__list li {
  list-style-type: none;
}

.block-market-dropdown__list h3 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 12px;
}

.market-navigation__term {
  font-family: Arial, sans-serif;
  width: 70%;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  margin-bottom: 18px;
  position: relative;
  padding-right: 18px;
}

.market-navigation__term::after,
.market-navigation__term::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.market-navigation__term:hover::after {
  -webkit-transform: translate(6px, -50%) rotate(-45deg);
          transform: translate(6px, -50%) rotate(-45deg);
}

.market-navigation__term:hover::before {
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}

.block-market-brands {
  margin-top: 32px;
}

.market-navigation__term::before {
  width: 18px;
  height: 2px;
  background-color: #000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.market-navigation__term::after {
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.market-navigation__submenu {
  position: absolute;
  top: 0;
  left: 101%;
  height: 100%;
  display: grid;
  -ms-flex-align: start;
      align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 18px;
  gap: 24px 18px; /* horizontal gap: 24px, vertical gap: 18px */
  padding: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  overflow: hidden;
  width: 0;
}

.market-navigation__submenu:first-of-type {
  overflow: auto;
  width: 200%;
  padding-left: 40px;
}

.market-navigation__term:hover + .market-navigation__submenu,
.market-navigation__submenu:hover {
  overflow: auto;
  width: 200%;
  padding-left: 40px;
  z-index: 100000;
}

.market-navigation__submenu li a {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-decoration: none;
}

#block-marketnavigation {
  position: static;
}

@media screen and (max-width: 1024px) {
  .block-market-dropdown {
    right: 0;
  }
  .block-market-navigation-block .main-menu__item--level-0 a {
    padding: 1.3125rem 1.5rem;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.29;
    font-weight: 500;
    text-align: left;
    color: #222d38;
    background: none;
    border: 1px solid #000;
    cursor: pointer;
    margin-top: 12px;
    position: relative;
  }
  .block-market-navigation-block .main-menu__item--level-0 a::after,
  .block-market-navigation-block .main-menu__item--level-0 a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .block-market-navigation-block .main-menu__item--level-0 a::before {
    width: 16px;
    height: 2px;
    background-color: #222d38;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .block-market-navigation-block .main-menu__item--level-0 a::after {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #222d38;
    border-right: 2px solid #222d38;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
  .block-market-dropdown {
    top: 64px;
    width: 100%;
    padding: 16px;
    height: calc(100vh - 91px);
    -webkit-transform: translateX(-100vh);
            transform: translateX(-100vh);
  }
  .block-market-dropdown {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .block-market-dropdown__header h2 {
    font-size: 20px;
  }
  .block-market-dropdown__header .back-button {
    margin-bottom: 32px;
  }
  .block-market-dropdown__list {
    width: 100%;
    border-right: none;
    position: static;
  }
  .block-market-dropdown__list .back-button {
    margin-bottom: 32px;
    text-align: left;
  }
  .block-market-dropdown__list h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .market-navigation__term {
    width: 100%;
    font-size: 18px;
  }
  .market-navigation__submenu,
  .market-navigation__submenu:first-of-type,
  .market-navigation__term:hover + .market-navigation__submenu,
  .market-navigation__submenu:hover {
    width: 100%;
    left: 0;
    padding: 24px 16px;
    margin: 0;
    display: block;
    -webkit-transform: translateX(-100vh);
            transform: translateX(-100vh);
    opacity: 0;
  }
  .market-navigation__submenu li {
    margin-bottom: 12px;
  }
  .market-navigation__submenu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    z-index: 1;
  }
  .market-navigation__submenu h3 {
    font-family: "pr_headings-regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000;
    font-size: 18px;
    text-transform: none;
  }
}
/*Related news section*/
.page-node-type-news .related-news {
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .page-node-type-news .related-news .related-news__slide {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-node-type-news .related-news .related-news__slide:nth-child(n+3) {
    display: none;
  }
}
/*# sourceMappingURL=app.css.map */
