@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 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* 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, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 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] {
  /* 1 */
  border-bottom: none;
  /* 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;
}

.banner-content img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.carousel .slick-dots li button:before, .header-nav > ul > li:hover ul, .header li:hover, .btn, a {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

/* colors */
/* typography */
/*Widths*/
/*height*/
/* Spacings */
/* Modal */
html {
  font: normal normal 400 16px/1.25 "Open Sans", Verdana, sans-serif;
  color: #494947;
}

*,
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 67px;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: calc(55px * 0.8);
    line-height: calc(67px * 0.8);
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: calc(55px * 0.5);
    line-height: calc(67px * 0.5);
  }
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 11px;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 9px;
}
h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

p:not(:last-of-type) {
  margin-bottom: 22px;
}

sup, sub {
  font-size: 0.58em;
}

.ref, .ref p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 0;
}

a {
  color: #500778;
}
a:hover {
  color: #3d0e5b;
}

ul {
  margin: 0;
}
ul:not(:last-of-type) {
  margin-bottom: 20px;
}

li {
  line-height: 20px;
}
li:not(:last-of-type) {
  margin-bottom: 5px;
}

.text--primary {
  color: #500778;
}

.text--white {
  color: #fff;
}
.text--white a {
  color: #fff;
}

.text--bold {
  font-weight: 700;
}

.text--italic {
  font-style: italic;
}

.readmore {
  cursor: pointer;
}

.readmore-content, .hide, .is-hidden {
  display: none;
}

img {
  border-style: none;
  display: block;
  width: 100%;
  height: auto;
}

.container {
  max-width: 1566px;
  margin: 0 auto;
}
.container--m {
  padding: 0 164px;
}
.container--s {
  padding: 0 284px;
}
@media screen and (max-width: 1024px) {
  .container--m, .container--s {
    padding: 0 25px;
  }
}

/*Spacings*/
.spacing-y--1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spacing-y--t_1 {
  padding-top: 10px;
}

.spacing-y--b_1 {
  padding-bottom: 10px;
}

.spacing-y--2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.spacing-y--t_2 {
  padding-top: 20px;
}

.spacing-y--b_2 {
  padding-bottom: 20px;
}

.spacing-y--3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.spacing-y--t_3 {
  padding-top: 30px;
}

.spacing-y--b_3 {
  padding-bottom: 30px;
}

.spacing-y--4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spacing-y--t_4 {
  padding-top: 40px;
}

.spacing-y--b_4 {
  padding-bottom: 40px;
}

.spacing-y--5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.spacing-y--t_5 {
  padding-top: 50px;
}

.spacing-y--b_5 {
  padding-bottom: 50px;
}

.spacing-y--6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.spacing-y--t_6 {
  padding-top: 60px;
}

.spacing-y--b_6 {
  padding-bottom: 60px;
}

.spacing-y--7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.spacing-y--t_7 {
  padding-top: 70px;
}

.spacing-y--b_7 {
  padding-bottom: 70px;
}

.spacing-y--8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.spacing-y--t_8 {
  padding-top: 80px;
}

.spacing-y--b_8 {
  padding-bottom: 80px;
}

.spacing-y--9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.spacing-y--t_9 {
  padding-top: 90px;
}

.spacing-y--b_9 {
  padding-bottom: 90px;
}

.spacing-y--10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.spacing-y--t_10 {
  padding-top: 70px;
}

.spacing-y--b_10 {
  padding-bottom: 70px;
}

/*Backgrounds*/
.bg--highlight {
  background: #2CD5C4;
}

.bg--grey {
  background: #e7e7e7;
}

/*Alignment*/
.text--center {
  text-align: center;
}

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

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

.image--center {
  margin: 0 auto;
}

.image--right {
  margin-left: auto;
}

.image--left {
  margin-right: auto;
}

/*Buttons*/
.btn {
  cursor: pointer;
  color: #3d0e5b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 4em;
  text-decoration: none;
}
.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.22), 0 1px 5px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.22), 0 1px 5px 0 rgba(0, 0, 0, 0.28);
}
.btn--fixed {
  width: 264px;
  height: 50px;
}
.btn--small {
  font-size: 12px;
  line-height: 15px;
}
.btn--highlight {
  background: #EF426F;
}
.btn--text-white {
  color: #fff;
}

.download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .download-item {
    display: block;
  }
}
.download-item .download-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .download-item .download-title {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .download-item .btn.download-button {
    display: block;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
  }
}

.video-js .vjs-big-play-button:active,
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.video-js .vjs-paused,
.video-js .vjs-playing,
.video-js .vjs-playback-rate,
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: #500778;
  color: #fff;
}

.video-js .vjs-playback-rate .vjs-playback-rate-value {
  z-index: 2;
}

.video-js .vjs-playback-rate .vjs-playback-rate > .vjs-menu-button {
  z-index: 1;
}

.header {
  background: #EF426F;
  color: #fff;
}
.header a {
  color: #fff;
  text-decoration: none;
}
.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #EF426F;
}
.header li {
  background: #EF426F;
}
.header li:hover {
  background: #d73b63;
}
.header-inner {
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .header-inner {
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav {
    display: none;
    width: 100%;
    padding-bottom: 20px;
  }
}
.header-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header-nav > ul {
    display: block;
  }
}
.header-nav > ul > li {
  width: 165px;
  height: 63px;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1202px) {
  .header-nav > ul > li {
    width: 125px;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav > ul > li {
    width: 100%;
    height: auto;
  }
}
.header-nav > ul > li:last-of-type ul {
  right: 165px;
}
@media screen and (max-width: 1202px) {
  .header-nav > ul > li:last-of-type ul {
    right: 125px;
  }
}
.header-nav > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 0;
}
.header-nav > ul > li a:active, .header-nav > ul > li a:focus, .header-nav > ul > li a.is-active {
  background: #d73b63;
}
.header-nav > ul > li a:active:after, .header-nav > ul > li a:focus:after, .header-nav > ul > li a.is-active:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #5B6770;
}
@media screen and (max-width: 1024px) {
  .header-nav > ul > li a {
    border-bottom: 1px solid #5B6770;
    border-top: 1px solid #5B6770;
    padding: 21.5px 0;
  }
  .header-nav > ul > li a:active, .header-nav > ul > li a:focus, .header-nav > ul > li a.is-active {
    background: #5B6770;
  }
  .header-nav > ul > li a:active:after, .header-nav > ul > li a:focus:after, .header-nav > ul > li a.is-active:after {
    content: none;
  }
}
.header-nav > ul > li ul {
  width: calc(165px * 2);
  position: relative;
  top: -10px;
  opacity: 0;
  pointer-events: none;
  z-index: calc(99999 - 1);
}
@media screen and (max-width: 1202px) {
  .header-nav > ul > li ul {
    width: calc(125px * 2);
  }
}
@media screen and (max-width: 1024px) {
  .header-nav > ul > li ul {
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    padding: 10px 0;
    left: 0;
    top: 0;
  }
}
.header-nav > ul > li ul li {
  background-color: #d73b63;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .header-nav > ul > li ul li {
    background-color: #EF426F;
  }
}
.header-nav > ul > li ul li a {
  padding: 10px 20px;
  font-size: 0.85em;
}
.header-nav > ul > li ul li a:hover, .header-nav > ul > li ul li a:active, .header-nav > ul > li ul li a:focus, .header-nav > ul > li ul li a.is-active {
  background: #5B6770;
}
.header-nav > ul > li ul li a:hover:after, .header-nav > ul > li ul li a:active:after, .header-nav > ul > li ul li a:focus:after, .header-nav > ul > li ul li a.is-active:after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .header-nav > ul > li ul li a {
    border-bottom: none;
    border-top: none;
  }
}
.header-nav > ul > li:hover ul {
  background-color: #d73b63;
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .header-nav > ul > li:hover ul {
    background-color: #EF426F;
  }
}
.header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 112px;
}
.header-logo img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1202px) {
  .header-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media screen and (max-width: 1024px) {
  .header-logo {
    display: block;
    width: 200px;
  }
}
.header .nav-mobile-close, .header .nav-mobile-open {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .nav-mobile-close, .header .nav-mobile-open {
    display: block;
    width: 20px;
    position: absolute;
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav-mobile-open {
    width: 30px;
  }
}

.footer p {
  margin-bottom: 0;
}
.footer p, .footer a {
  color: #494947;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer a {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-inner {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.footer-logo {
  width: 198px;
  display: block;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 150px;
    margin: 20px 0;
  }
}
.footer-email {
  margin-bottom: 45px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-email {
    margin-bottom: 20px;
  }
}
.footer-nav {
  background: #EF426F;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer-nav ul {
    display: block;
    text-align: center;
  }
}
.footer-nav li {
  padding: 0 10px;
  margin: 0;
}
.footer-nav li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer-nav li:not(:last-of-type) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav li {
    padding: 10px;
  }
}
.footer-nav a {
  color: #fff;
  text-transform: uppercase;
}
.footer-nav a:hover {
  text-decoration: underline;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(80, 7, 120, 0.9);
  color: #fff;
  padding: 2em 2em;
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99999;
}
.cookie a {
  color: #fff;
}
.cookie.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .cookie.open {
    display: block;
  }
}
.cookie-content {
  max-width: calc(100% - 20em);
}
@media screen and (max-width: 768px) {
  .cookie-content {
    max-width: 100%;
  }
}
.cookie-title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cookie-bar--cta {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.content-block .image-note {
  margin-top: 10px;
  font-style: italic;
}
.content-block .content-block__image {
  margin-top: 20px;
}
.content-block .content-block__text img {
  margin: 20px 0;
}
.content-block.text-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-block.text-image .content-block__image {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .content-block.text-image .content-block__image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .content-block.text-image {
    display: block;
  }
}
.content-block.text-image--25__75 .content-block__image, .content-block.text-image--34__66 .content-block__image, .content-block.text-image--50__50 .content-block__image, .content-block.text-image--66__34 .content-block__image, .content-block.text-image--75__25 .content-block__image {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .content-block.text-image--25__75 .content-block__image, .content-block.text-image--34__66 .content-block__image, .content-block.text-image--50__50 .content-block__image, .content-block.text-image--66__34 .content-block__image, .content-block.text-image--75__25 .content-block__image {
    margin-left: 0;
  }
}
.content-block.text-image--25__75 .content-block__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.content-block.text-image--25__75 .content-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
.content-block.text-image--34__66 .content-block__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}
.content-block.text-image--34__66 .content-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}
.content-block.text-image--50__50 .content-block__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.content-block.text-image--50__50 .content-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.content-block.text-image--66__34 .content-block__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
}
.content-block.text-image--66__34 .content-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
}
.content-block.text-image--75__25 .content-block__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
.content-block.text-image--75__25 .content-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.content-block.text-image--fixed {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-block.text-image--fixed .content-block__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.content-block.text-image--fixed .content-block__image {
  margin-top: 20px;
}
.content-block.text-image--fixed .content-block__image img {
  width: 621px;
}
@media screen and (max-width: 1202px) {
  .content-block.text-image--fixed .content-block__image img {
    width: 100%;
  }
}
.content-block.text-image--fixed-center .content-block__image {
  margin-left: auto;
  margin-right: auto;
}
.content-block.text-image--fixed-right .content-block__image {
  margin-left: auto;
}
.content-block.recommended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-block.recommended .content-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
@media screen and (max-width: 768px) {
  .content-block.recommended {
    display: block;
  }
  .content-block.recommended .content-block__image:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.banner {
  height: 400px;
}
.banner p:not(:last-of-type) {
  margin-bottom: 10px;
}
.banner a:hover {
  text-decoration: none;
}
.banner i, .banner em {
  font-style: italic;
}
.banner-frame__container {
  height: 100%;
}
.banner-carousel {
  width: calc(100% - 2* 20px);
  height: calc(100% - 2 * 20px);
  position: relative;
  top: 20px;
  left: 20px;
}
.banner-carousel .banner-content {
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .banner-carousel {
    width: calc(100% - 2* 10px);
    height: calc(100% - 2 * 10px);
    top: 10px;
    left: 10px;
  }
}
.banner-content {
  width: calc(100% - 2* 20px);
  height: calc(100% - 2 * 20px);
  background-color: #858585;
  position: relative;
  top: 20px;
  left: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .banner-content {
    width: calc(100% - 2* 10px);
    height: calc(100% - 2 * 10px);
    top: 10px;
    left: 10px;
  }
}
.banner-overlay {
  z-index: calc(99999 - 4);
  background-color: rgba(80, 7, 120, 0.2);
}
.banner-content img {
  /* width: auto; */
  height: 100%;
  z-index: calc(99999 - 5);
  /* Following code is used for automatic image adjustments */
  object-fit: cover;
  width: 100%;
}
/* The image-strech--horizontal is not found anywhere in the code */
.banner-content img.image-stretch--horizontal {
  width: 100%;
  height: auto;
}
.banner-content img.image-stretch--vertical {
  /* width: auto; */ /* removal due to fe bug fix */
  height: 100%;
}
@media screen and (max-width: 768px) {
  .banner-content img {
    left: 0;
  }
}
.banner-button, .banner-title, .banner-notes, .banner-refs {
  position: relative;
  z-index: calc(99999 - 3);
}
.banner-title, .banner-notes, .banner-refs {
  padding-left: 65px;
  padding-right: 65px;
}
@media screen and (max-width: 768px) {
  .banner-title, .banner-notes, .banner-refs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.banner-title {
  padding-top: 60px;
  max-width: 70%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .banner-title {
    padding-top: 40px;
    max-width: 100%;
  }
}
.banner-title:before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background: transparent;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  position: absolute;
  top: 35px;
  left: 35px;
}
@media screen and (max-width: 768px) {
  .banner-title:before {
    width: 35px;
    height: 35px;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
    top: 20px;
    left: 20px;
  }
}
.banner-button {
  position: relative;
  margin: 40px 65px;
}
@media screen and (max-width: 768px) {
  .banner-button {
    margin: 40px 30px;
  }
}
.banner-refs {
  position: absolute;
  bottom: 30px;
  max-width: 600px;
}
@media screen and (max-width: 1202px) {
  .banner-refs {
    bottom: 50px;
  }
}
.banner--big {
  height: 590px;
}
.banner--big .banner-button, .banner--big .banner-title, .banner--big .banner-notes, .banner--big .banner-refs {
  z-index: calc(99999 - 3);
}
.banner--big .banner-title, .banner--big .banner-notes, .banner--big .banner-refs {
  padding-left: 134px;
  padding-right: 134px;
}
@media screen and (max-width: 768px) {
  .banner--big .banner-title, .banner--big .banner-notes, .banner--big .banner-refs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.banner--big .banner-title {
  max-width: 60%;
  padding-top: 70px;
  position: relative;
  z-index: calc(99999 - 3);
}
@media screen and (max-width: 768px) {
  .banner--big .banner-title {
    max-width: 100%;
    padding: 40px 40px 0;
  }
}
.banner--big .banner-title:before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background: transparent;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  position: absolute;
  top: 35px;
  left: 90px;
}
@media screen and (max-width: 768px) {
  .banner--big .banner-title:before {
    width: 35px;
    height: 35px;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
    top: 20px;
    left: 20px;
  }
}
.banner--big .banner-button {
  margin: 40px 134px;
}
@media screen and (max-width: 768px) {
  .banner--big .banner-button {
    margin: 40px;
  }
}
.banner--big .banner-refs {
  padding-left: 76px;
  padding-right: 76px;
}
@media screen and (max-width: 768px) {
  .banner--big .banner-refs {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.carousel .slick-track, .carousel .slick-list {
  height: 100%;
}
.carousel .slick-arrow {
  width: auto;
  height: auto;
}
.carousel .slick-arrow:before {
  content: url("../assets/icons/chevron.svg");
  opacity: 1;
  width: 100%;
  height: 100%;
}
.carousel .slick-next {
  right: 30px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.carousel .slick-prev {
  left: 30px;
  z-index: 9;
}
.carousel .slick-dots {
  bottom: 18px;
}
.carousel .slick-dots li {
  width: 23px;
  height: 23px;
  margin: 0 10px;
}
.carousel .slick-dots li button:before {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: #fff;
}
.carousel .slick-dots li.slick-active button:before {
  color: #fff;
}
.carousel .slick-dots li:not(.slick-active) button:before {
  opacity: 0;
}
.carousel .slick-dots li:not(.slick-active):hover button:before {
  opacity: 1;
}
.carousel .slick-dots li:not(.slick-active) button:after {
  font-family: "slick";
  font-size: 3rem;
  line-height: 1.4rem;
  position: absolute;
  top: -0.7rem;
  right: 0.1rem;
  width: 1.47rem;
  height: 1.47rem;
  content: "○";
  text-align: center;
  opacity: 1;
  color: #fff;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .carousel .slick-dots li:not(.slick-active) button:after {
      font-size: 2.3rem;
      top: -0.5rem;
      right: 0;
    }
  }
}
.breadcrumbs {
  padding-top: 50px;
  padding-bottom: 25px;
}
.breadcrumbs p, .breadcrumbs a {
  color: #5B6770;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
  text-decoration: underline;
}
.breadcrumbs ul, .breadcrumbs li {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li:after {
  display: inline-block;
  content: "/";
  margin: 0 10px;
  color: #5B6770;
}
.breadcrumbs li:first-of-type {
  margin-right: 20px;
}
.breadcrumbs li:first-of-type:after {
  content: none;
}
.breadcrumbs li:last-of-type:after {
  content: none;
}
.breadcrumbs .icon-home {
  width: 23px;
}/*# sourceMappingURL=styles.css.map */