@charset "UTF-8";
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: initial;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

/* Fluid type mixin
   based on http://madebymike.com.au/writing/precise-control-responsive-typography/

  @include fluid-type-short(
    [property],
    [smallest property value],
    [biggest property value]
  );

- only user if min and max viewport differ from standard 375px and 1600px
  @include fluid-type(
    [property],
    [smallest view width],
    [biggest view width],
    [smallest property value],
    [biggest property value]
  );
*/
/*@font-face{
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Thin.woff2') format('woff2'),
    url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Thin.woff') format('woff');
}

@font-face{
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Light.woff2') format('woff2'),
    url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Light.woff') format('woff');
}

@font-face{
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Regular.woff2') format('woff2'),
    url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Regular.woff') format('woff');
}

@font-face{
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Bold.woff2') format('woff2'),
    url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Bold.woff') format('woff');
}

@font-face{
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Black.woff2') format('woff2'),
    url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Black.woff') format('woff');
}

@font-face{
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Thin.woff2') format('woff2'),
    url('/wp-content/themes/fashion-for-good/dist/fonts/CalibreWeb-Thin.woff') format('woff');
}*/
@font-face {
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CalibreWeb-Light.woff2") format("woff2"), url("../fonts/CalibreWeb-Light.woff") format("woff"); }

@font-face {
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/CalibreWeb-Regular.woff2") format("woff2"), url("../fonts/CalibreWeb-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CalibreWeb-Bold.woff2") format("woff2"), url("../fonts/CalibreWeb-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Calibre';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/CalibreWeb-Black.woff2") format("woff2"), url("../fonts/CalibreWeb-Black.woff") format("woff"); }

.admin-bar .header {
  top: 32px !important; }

@media screen and (max-width: 600px) {
  .admin-bar.month-picker--is-fixed .calendar-events__month-picker {
    top: 32px !important; }
  .month-picker--is-fixed .calendar-events__wrapper {
    padding-top: 112px !important; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

a img {
  border: 0; }

img {
  -ms-interpolation-mode: bicubic; }

.main-container {
  overflow: hidden;
  display: inline; }
  .main-container:after {
    content: " ";
    display: table;
    clear: both; }

body:not(.single-innovator):not(.innovation-lounge) .wrap {
  width: 84%;
  margin-left: auto;
  margin-right: auto; }
  body:not(.single-innovator):not(.innovation-lounge) .wrap:after {
    content: " ";
    display: table;
    clear: both; }

.svg-logo {
  fill: #00C7B1; }

@media (min-width: 720px) {
  body:not(.single-innovator):not(.innovation-lounge) .wrap {
    width: 81.25%;
    max-width: 1440px; } }

body {
  font-family: 'Calibre', helvetica, arial, sans-serif;
  letter-spacing: 0.3px; }

html {
  font-size: 18px;
  line-height: 22px; }
  @media screen and (min-width: 375px) {
    html {
      font-size: calc(18px + 3 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    html {
      font-size: 21px; } }
  @media screen and (min-width: 375px) {
    html {
      line-height: calc(22px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    html {
      line-height: 26px; } }

h1 {
  font-size: 40px;
  line-height: 35px;
  letter-spacing: -1px;
  font-weight: 300; }
  @media screen and (min-width: 375px) {
    h1 {
      font-size: calc(40px + 35 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    h1 {
      font-size: 75px; } }
  @media screen and (min-width: 375px) {
    h1 {
      line-height: calc(35px + 35 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    h1 {
      line-height: 70px; } }

h2 {
  font-size: 35px;
  line-height: 32px; }
  @media screen and (min-width: 375px) {
    h2 {
      font-size: calc(35px + 35 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    h2 {
      font-size: 70px; } }
  @media screen and (min-width: 375px) {
    h2 {
      line-height: calc(32px + 32 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    h2 {
      line-height: 64px; } }

h3 {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 2px;
  font-weight: 400; }
  @media screen and (min-width: 375px) {
    h3 {
      font-size: calc(15px + 3 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    h3 {
      font-size: 18px; } }
  @media screen and (min-width: 375px) {
    h3 {
      line-height: calc(17px + 3 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    h3 {
      line-height: 20px; } }

strong {
  font-weight: 700; }

input,
select,
textarea {
  font-family: 'Calibre', helvetica, arial, sans-serif;
  font-size: 1rem; }

@media (max-width: 719px) {
  input[type="text"],
  input[type="number"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    font-size: 16px; } }

.innovation-lounge-header h4 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
  font-weight: 900;
  text-transform: uppercase; }
  @media screen and (min-width: 375px) {
    .innovation-lounge-header h4 {
      font-size: calc(14px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-header h4 {
      font-size: 18px; } }
  @media screen and (min-width: 375px) {
    .innovation-lounge-header h4 {
      line-height: calc(20px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-header h4 {
      line-height: 24px; } }
  @media screen and (min-width: 375px) {
    .innovation-lounge-header h4 {
      letter-spacing: calc(1.5px + 0.5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-header h4 {
      letter-spacing: 2px; } }

.innovation-lounge-header h1 {
  font-weight: 900;
  font-size: 42px;
  line-height: 40px; }
  @media screen and (min-width: 375px) {
    .innovation-lounge-header h1 {
      font-size: calc(42px + 62 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-header h1 {
      font-size: 104px; } }
  @media screen and (min-width: 375px) {
    .innovation-lounge-header h1 {
      line-height: calc(40px + 48 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-header h1 {
      line-height: 88px; } }

.innovation-lounge-header p {
  font-size: 20px;
  line-height: 24px; }
  @media screen and (min-width: 375px) {
    .innovation-lounge-header p {
      font-size: calc(20px + 12 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-header p {
      font-size: 32px; } }
  @media screen and (min-width: 375px) {
    .innovation-lounge-header p {
      line-height: calc(24px + 14 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-header p {
      line-height: 38px; } }

.innovation-lounge-gallery h2 {
  font-size: 20px;
  line-height: 20px; }
  @media screen and (min-width: 375px) {
    .innovation-lounge-gallery h2 {
      font-size: calc(20px + 28 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-gallery h2 {
      font-size: 48px; } }
  @media screen and (min-width: 375px) {
    .innovation-lounge-gallery h2 {
      line-height: calc(20px + 28 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-gallery h2 {
      line-height: 48px; } }

.innovation-lounge-gallery h4 {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.8px;
  font-weight: 600;
  text-transform: uppercase; }
  @media screen and (min-width: 375px) {
    .innovation-lounge-gallery h4 {
      font-size: calc(12px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-gallery h4 {
      font-size: 20px; } }
  @media screen and (min-width: 375px) {
    .innovation-lounge-gallery h4 {
      line-height: calc(12px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-gallery h4 {
      line-height: 20px; } }
  @media screen and (min-width: 375px) {
    .innovation-lounge-gallery h4 {
      letter-spacing: calc(0.8px + 0.2 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-gallery h4 {
      letter-spacing: 1px; } }

.v2-animated-title h1,
.v2-static-title h1 {
  font-size: 29px;
  line-height: 22px;
  font-weight: 900; }
  @media screen and (min-width: 321px) {
    .v2-animated-title h1,
    .v2-static-title h1 {
      font-size: 32px;
      line-height: 24px; } }
  @media screen and (min-width: 321px) and (min-width: 375px) {
    .v2-animated-title h1,
    .v2-static-title h1 {
      font-size: calc(32px + 66 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 321px) and (min-width: 1600px) {
    .v2-animated-title h1,
    .v2-static-title h1 {
      font-size: 98px; } }
  @media screen and (min-width: 321px) and (min-width: 375px) {
    .v2-animated-title h1,
    .v2-static-title h1 {
      line-height: calc(24px + 54 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 321px) and (min-width: 1600px) {
    .v2-animated-title h1,
    .v2-static-title h1 {
      line-height: 78px; } }

.v2-animated-title span.outlined,
.v2-static-title span.outlined {
  text-stroke: 1.2px #000;
  -webkit-text-stroke: 1.2px #000; }
  @media screen and (min-width: 720px) and (max-width: 959px) {
    .v2-animated-title span.outlined,
    .v2-static-title span.outlined {
      text-stroke: 1.6px #000;
      -webkit-text-stroke: 1.6px #000; } }
  @media screen and (min-width: 960px) {
    .v2-animated-title span.outlined,
    .v2-static-title span.outlined {
      text-stroke: 2px #000;
      -webkit-text-stroke: 2px #000; } }

.v2-static-title p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500; }
  @media screen and (min-width: 375px) {
    .v2-static-title p {
      font-size: calc(16px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-static-title p {
      font-size: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-static-title p {
      line-height: calc(20px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-static-title p {
      line-height: 36px; } }

.v2-section h2 {
  font-size: 35px;
  line-height: 32px;
  font-weight: 700; }
  @media screen and (min-width: 375px) {
    .v2-section h2 {
      font-size: calc(35px + 35 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section h2 {
      font-size: 70px; } }
  @media screen and (min-width: 375px) {
    .v2-section h2 {
      line-height: calc(32px + 32 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section h2 {
      line-height: 64px; } }

.v2-section .v2-section__title--small h2 {
  font-size: 16px;
  line-height: 20px; }
  @media screen and (min-width: 375px) {
    .v2-section .v2-section__title--small h2 {
      font-size: calc(16px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section .v2-section__title--small h2 {
      font-size: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-section .v2-section__title--small h2 {
      line-height: calc(20px + 30 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section .v2-section__title--small h2 {
      line-height: 50px; } }

.v2-section h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  letter-spacing: 0;
  font-weight: 700; }
  @media screen and (min-width: 375px) {
    .v2-section h3 {
      font-size: calc(20px + 12 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section h3 {
      font-size: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-section h3 {
      line-height: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section h3 {
      line-height: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-section h3 {
      margin-bottom: calc(16px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section h3 {
      margin-bottom: 24px; } }

.v2-section div,
.v2-section p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500; }
  @media screen and (min-width: 375px) {
    .v2-section div,
    .v2-section p {
      font-size: calc(16px + 5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section div,
    .v2-section p {
      font-size: 21px; } }
  @media screen and (min-width: 375px) {
    .v2-section div,
    .v2-section p {
      line-height: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section div,
    .v2-section p {
      line-height: 32px; } }

.v2-section a.v2-link-wrapper {
  text-decoration: none;
  color: inherit; }

.v2-latest-news h4,
.v2-fashion-action-plan h4 {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase; }
  @media screen and (min-width: 375px) {
    .v2-latest-news h4,
    .v2-fashion-action-plan h4 {
      margin-bottom: calc(4px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-latest-news h4,
    .v2-fashion-action-plan h4 {
      margin-bottom: 8px; } }
  @media screen and (min-width: 375px) {
    .v2-latest-news h4,
    .v2-fashion-action-plan h4 {
      font-size: calc(14px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-latest-news h4,
    .v2-fashion-action-plan h4 {
      font-size: 18px; } }
  @media screen and (min-width: 375px) {
    .v2-latest-news h4,
    .v2-fashion-action-plan h4 {
      line-height: calc(20px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-latest-news h4,
    .v2-fashion-action-plan h4 {
      line-height: 24px; } }
  @media screen and (min-width: 375px) {
    .v2-latest-news h4,
    .v2-fashion-action-plan h4 {
      letter-spacing: calc(1.5px + 0.5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-latest-news h4,
    .v2-fashion-action-plan h4 {
      letter-spacing: 2px; } }

.v2-section.v2-current-theme h3 {
  font-size: 25px;
  line-height: 25px; }
  @media screen and (min-width: 375px) {
    .v2-section.v2-current-theme h3 {
      font-size: calc(25px + 7 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section.v2-current-theme h3 {
      font-size: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-section.v2-current-theme h3 {
      line-height: calc(25px + 7 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section.v2-current-theme h3 {
      line-height: 32px; } }

.v2-section.v2-experience-outcome h3 {
  font-size: 20px;
  line-height: 24px; }
  @media screen and (min-width: 375px) {
    .v2-section.v2-experience-outcome h3 {
      font-size: calc(20px + 12 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section.v2-experience-outcome h3 {
      font-size: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-section.v2-experience-outcome h3 {
      line-height: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section.v2-experience-outcome h3 {
      line-height: 32px; } }

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

.cf:after {
  clear: both; }

.centered {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

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

.btn--link {
  display: inline;
  font-size: inherit;
  color: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer; }

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

.only-on-mobile {
  display: inline-block !important; }

@media (min-width: 720px) {
  .hide-on-mobile {
    display: inline-block !important; }
  .only-on-mobile {
    display: none !important; } }

@media (orientation: landscape) {
  .portrait-only {
    display: none; } }

@media (orientation: portrait) {
  .landscape-only {
    display: none; } }

.btn,
.contact input[type="submit"],
.self-check input[type="radio"] + label {
  display: inline-block;
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 24px;
  background-color: #00C7B1;
  color: #fff;
  border-radius: 60px;
  font-weight: 700;
  text-align: center;
  font-size: 0.8571428571rem;
  line-height: 0.8571428571rem;
  text-decoration: none;
  letter-spacing: 2px;
  border: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media screen and (min-width: 375px) {
    .btn,
    .contact input[type="submit"],
    .self-check input[type="radio"] + label {
      padding-top: calc(14px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn,
    .contact input[type="submit"],
    .self-check input[type="radio"] + label {
      padding-top: 18px; } }
  @media screen and (min-width: 375px) {
    .btn,
    .contact input[type="submit"],
    .self-check input[type="radio"] + label {
      padding-right: calc(24px + 38 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn,
    .contact input[type="submit"],
    .self-check input[type="radio"] + label {
      padding-right: 62px; } }
  @media screen and (min-width: 375px) {
    .btn,
    .contact input[type="submit"],
    .self-check input[type="radio"] + label {
      padding-bottom: calc(14px + 5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn,
    .contact input[type="submit"],
    .self-check input[type="radio"] + label {
      padding-bottom: 19px; } }
  @media screen and (min-width: 375px) {
    .btn,
    .contact input[type="submit"],
    .self-check input[type="radio"] + label {
      padding-left: calc(24px + 38 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn,
    .contact input[type="submit"],
    .self-check input[type="radio"] + label {
      padding-left: 62px; } }

.btn {
  min-width: 180px; }

.contact input[type="submit"] {
  min-width: 150px; }

.btn:not(.btn--file).touch-active,
.contact input[type="submit"].touch-active,
.self-check input[type="radio"] + label.touch-active {
  background-color: #000 !important; }

.btn--file,
.self-check input[type="radio"]:not(:checked) + label {
  color: #00C7B1;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 2px #00C7B1; }

.btn--file.touch-active,
.self-check input[type="radio"]:not(:checked) + label.touch-active {
  color: #000 !important;
  box-shadow: inset 0 0 0 2px #000 !important; }

.btn__size {
  font-weight: 400;
  white-space: nowrap; }

.btn--icon {
  width: 117px;
  height: 70px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px;
  font-size: 13px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 0; }
  @media screen and (min-width: 375px) {
    .btn--icon {
      width: calc(117px + 37 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn--icon {
      width: 154px; } }
  @media screen and (min-width: 375px) {
    .btn--icon {
      height: calc(70px + 24 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn--icon {
      height: 94px; } }
  @media screen and (min-width: 375px) {
    .btn--icon {
      padding-top: calc(10px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn--icon {
      padding-top: 14px; } }
  @media screen and (min-width: 375px) {
    .btn--icon {
      padding-left: calc(5px + 5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn--icon {
      padding-left: 10px; } }
  @media screen and (min-width: 375px) {
    .btn--icon {
      padding-right: calc(5px + 5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn--icon {
      padding-right: 10px; } }
  @media screen and (min-width: 375px) {
    .btn--icon {
      font-size: calc(13px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn--icon {
      font-size: 17px; } }
  @media screen and (min-width: 375px) {
    .btn--icon {
      line-height: calc(11px + 3 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn--icon {
      line-height: 14px; } }

.btn__icon {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.3333333333rem; }

.btn__icon img {
  height: 24px; }
  @media screen and (min-width: 375px) {
    .btn__icon img {
      height: calc(24px + 6 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn__icon img {
      height: 30px; } }

.btn--color-yellow {
  background-color: #F0B323 !important; }

.btn--color-orange {
  background-color: #FF5B35 !important; }

.btn--color-blue {
  background-color: #307FE2 !important; }

.btn--color-green {
  background-color: #B7BF10 !important; }

.btn--color-purple {
  background-color: #AC4FC6 !important; }

.text-btn {
  background: none;
  border: none;
  display: inline-block;
  color: #00C7B1;
  border-bottom: 1px solid #00C7B1;
  font-weight: 700;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

.text-btn.touch-active {
  color: #000 !important;
  border-color: #000 !important; }

.text-btn--purple {
  color: #AC4FC6;
  border-color: #AC4FC6; }

.text-btn--green {
  color: #B7BF10;
  border-color: #B7BF10; }

.text-btn--yellow {
  color: #F0B323;
  border-color: #F0B323; }

.text-btn--blue {
  color: #307FE2;
  border-color: #307FE2; }

.text-btn--orange {
  color: #FF5B35;
  border-color: #FF5B35; }

@media (min-width: 720px) {
  .btn:not(.btn--file):hover,
  .contact input[type="submit"]:hover,
  .self-check input[type="radio"]:checked + label:hover {
    background-color: #000 !important; }
  .btn--file:hover,
  .self-check input[type="radio"]:not(:checked) + label:hover {
    color: #000 !important;
    box-shadow: inset 0 0 0 2px #000 !important; }
  .text-btn:hover {
    color: #000 !important;
    border-color: #000 !important; } }

fieldset {
  margin: 0;
  border: none; }

button {
  font: inherit; }

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea,
select {
  width: 100%;
  padding: 0.2380952381rem 0;
  background: transparent;
  color: #000;
  border: 0;
  border-bottom: 2px solid #d8d8d8;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="file"] {
  background: transparent;
  width: 100%;
  padding: 0.4761904762rem;
  border: 2px dotted #d8d8d8;
  font-size: 0.7619047619rem; }

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border-bottom-color: #00C7B1; }

select::-ms-expand {
  display: none; }

::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: inset 0 0 0 40px #f7f7f7; }

.social-btn {
  text-decoration: none; }

.social-btn__icon {
  fill: #b4b4b4; }

.social-btn.touch-active .social-btn__icon {
  fill: #000; }

.social-btn__icon--youtube {
  width: 30px;
  height: 21px; }

.social-btn__icon--facebook {
  width: 12px;
  height: 23px; }

.social-btn__icon--twitter {
  width: 27px;
  height: 22px; }

.social-btn__icon--linkedin {
  width: 25px;
  height: 25px; }

.social-btn__icon--instagram {
  width: 25px;
  height: 25px; }

.social-btn__icon--medium {
  width: 25px;
  height: 25px; }

.social-btn:not(:last-child) {
  margin-right: 1.619047619rem; }

@media (min-width: 720px) {
  .social-btn:hover .social-btn__icon {
    fill: #000; }
  .social-btn:not(:last-child) {
    margin-right: 0.8571428571rem; } }

div.wpcf7-validation-errors {
  border: none;
  background: #F0B323;
  padding: 0.9523809524rem;
  margin: 0.9523809524rem 0 0.7142857143rem;
  font-size: 0.8571428571rem;
  font-weight: bold; }

div.wpcf7-response-output {
  border: none;
  background: #D0011B;
  padding: 0.9523809524rem;
  margin: 0.9523809524rem 0 0.7142857143rem;
  font-size: 0.8571428571rem;
  font-weight: bold; }

div.wpcf7-mail-sent-ok {
  border: none;
  background: #B7BF10;
  padding: 0.9523809524rem;
  margin: 0.9523809524rem 0 0.7142857143rem;
  font-size: 0.8571428571rem;
  font-weight: bold; }

.v2-section {
  position: relative;
  display: block;
  clear: both;
  margin-top: 64px;
  margin-bottom: 112px; }
  @media screen and (min-width: 375px) {
    .v2-section {
      margin-top: calc(64px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section {
      margin-top: 80px; } }
  @media screen and (min-width: 375px) {
    .v2-section {
      margin-bottom: calc(112px + 60 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section {
      margin-bottom: 172px; } }
  .v2-section h3 {
    margin-bottom: 32px; }
    @media screen and (min-width: 375px) {
      .v2-section h3 {
        margin-bottom: calc(32px + 0 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-section h3 {
        margin-bottom: 32px; } }
  .v2-section h2 {
    margin-bottom: 20px; }
    @media screen and (min-width: 375px) {
      .v2-section h2 {
        margin-bottom: calc(20px + 12 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-section h2 {
        margin-bottom: 32px; } }
  .v2-section p {
    margin-bottom: 16px; }

.v2-section.v2-promo,
.v2-current-theme__carousel,
.v2-experience-outcome__image,
.v2-future-of-fashion__carousel {
  margin-bottom: 32px; }
  @media screen and (min-width: 375px) {
    .v2-section.v2-promo,
    .v2-current-theme__carousel,
    .v2-experience-outcome__image,
    .v2-future-of-fashion__carousel {
      margin-bottom: calc(32px + 48 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section.v2-promo,
    .v2-current-theme__carousel,
    .v2-experience-outcome__image,
    .v2-future-of-fashion__carousel {
      margin-bottom: 80px; } }

.v2-section__title {
  position: relative;
  width: 80%;
  margin-bottom: 32px; }
  @media (min-width: 720px) {
    .v2-section__title {
      width: 50%; } }
  @media screen and (min-width: 375px) {
    .v2-section__title {
      margin-bottom: calc(32px + 56 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section__title {
      margin-bottom: 88px; } }

.v2-section__row {
  margin-bottom: 48px; }
  @media screen and (min-width: 375px) {
    .v2-section__row {
      margin-bottom: calc(48px + 80 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-section__row {
      margin-bottom: 128px; } }

.v2-section__column img.size-full {
  max-width: 500px;
  width: 100%; }

.v2-section__two-columns:after {
  content: " ";
  display: table;
  clear: both; }

.v2-section__two-columns .v2-section__column {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 720px) {
    .v2-section__two-columns .v2-section__column {
      width: 48.5071494529%;
      float: left; }
      .v2-section__two-columns .v2-section__column:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .v2-section__two-columns .v2-section__column:nth-child(2n + 2) {
        margin-left: 51.4928505471%;
        margin-right: -100%;
        clear: none; } }

.v2-section__three-columns:after {
  content: " ";
  display: table;
  clear: both; }

.v2-section__three-columns .v2-section__column {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 720px) {
    .v2-section__three-columns .v2-section__column {
      width: 31.3428659373%;
      float: left; }
      .v2-section__three-columns .v2-section__column:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .v2-section__three-columns .v2-section__column:nth-child(3n + 2) {
        margin-left: 34.3285670314%;
        margin-right: -100%;
        clear: none; }
      .v2-section__three-columns .v2-section__column:nth-child(3n + 3) {
        margin-left: 68.6571340627%;
        margin-right: -100%;
        clear: none; } }

.desktop .contact .wpcf7-form input[type="submit"].v2-btn,
.tablet .contact .wpcf7-form input[type="submit"].v2-btn,
.mobile .contact .wpcf7-form input[type="submit"].v2-btn {
  line-height: 0; }

.wpcf7-form .wpcf7submit-v2-btn-extra,
div.v2-btn,
.v2-btn {
  position: relative;
  display: inline-block;
  height: 34px;
  min-width: 160px;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
  text-decoration: none;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1.5px; }
  .tablet .wpcf7-form .wpcf7submit-v2-btn-extra, .tablet
  div.v2-btn, .tablet
  .v2-btn {
    height: 40px; }
  @media (min-width: 720px) {
    .desktop .wpcf7-form .wpcf7submit-v2-btn-extra, .desktop
    div.v2-btn, .desktop
    .v2-btn {
      min-width: 192px;
      height: 48px; } }
  @media screen and (min-width: 375px) {
    .wpcf7-form .wpcf7submit-v2-btn-extra,
    div.v2-btn,
    .v2-btn {
      font-size: calc(14px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .wpcf7-form .wpcf7submit-v2-btn-extra,
    div.v2-btn,
    .v2-btn {
      font-size: 18px; } }
  @media screen and (min-width: 375px) {
    .wpcf7-form .wpcf7submit-v2-btn-extra,
    div.v2-btn,
    .v2-btn {
      letter-spacing: calc(1.5px + 0.5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .wpcf7-form .wpcf7submit-v2-btn-extra,
    div.v2-btn,
    .v2-btn {
      letter-spacing: 2px; } }

.wpcf7-form input[type="submit"].v2-btn,
.wpcf7-form .wpcf7submit-v2-btn-extra,
div.v2-btn span,
.v2-btn span {
  padding-left: 16px;
  padding-right: 16px;
  line-height: 28px; }
  @media screen and (min-width: 375px) {
    .wpcf7-form input[type="submit"].v2-btn,
    .wpcf7-form .wpcf7submit-v2-btn-extra,
    div.v2-btn span,
    .v2-btn span {
      padding-left: calc(16px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .wpcf7-form input[type="submit"].v2-btn,
    .wpcf7-form .wpcf7submit-v2-btn-extra,
    div.v2-btn span,
    .v2-btn span {
      padding-left: 32px; } }
  @media screen and (min-width: 375px) {
    .wpcf7-form input[type="submit"].v2-btn,
    .wpcf7-form .wpcf7submit-v2-btn-extra,
    div.v2-btn span,
    .v2-btn span {
      padding-right: calc(16px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .wpcf7-form input[type="submit"].v2-btn,
    .wpcf7-form .wpcf7submit-v2-btn-extra,
    div.v2-btn span,
    .v2-btn span {
      padding-right: 32px; } }
  .tablet .wpcf7-form input[type="submit"].v2-btn, .tablet
  .wpcf7-form .wpcf7submit-v2-btn-extra, .tablet
  div.v2-btn span, .tablet
  .v2-btn span {
    line-height: 34px; }
  @media (min-width: 720px) {
    .desktop .wpcf7-form input[type="submit"].v2-btn, .desktop
    .wpcf7-form .wpcf7submit-v2-btn-extra, .desktop
    div.v2-btn span, .desktop
    .v2-btn span {
      line-height: 42px; } }

.v2-btn .v2-btn-top {
  position: relative;
  display: block;
  z-index: 2;
  background: #fff;
  border: 3px solid #000;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }

.v2-btn .v2-btn-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 3px solid #000;
  padding: 0;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }

.desktop div.v2-btn:hover .v2-btn-bottom, .desktop
.v2-btn:hover .v2-btn-bottom {
  -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0);
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }

.desktop div.v2-btn:active .v2-btn-top, .desktop
.v2-btn:active .v2-btn-top {
  -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0);
  -webkit-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out; }

.mobile div.v2-btn:active .v2-btn-bottom,
.mobile div.v2-btn:focus .v2-btn-bottom,
.tablet div.v2-btn:active .v2-btn-bottom,
.tablet div.v2-btn:focus .v2-btn-bottom, .mobile
.v2-btn:active .v2-btn-bottom,
.mobile
.v2-btn:focus .v2-btn-bottom,
.tablet
.v2-btn:active .v2-btn-bottom,
.tablet
.v2-btn:focus .v2-btn-bottom {
  -webkit-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0); }

.btnbar p {
  float: left; }
  .btnbar p:not(last-of-type) {
    margin-right: 20px; }

.cover-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .cover-image.contain {
    background-size: contain; }
  .cover-image img {
    visibility: hidden; }

.header {
  position: fixed;
  width: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 100; }

.header__top {
  width: 100%;
  background: #fff; }

.header-spacer {
  position: relative;
  width: 100%;
  min-height: 5.7142857143rem;
  z-index: 1; }

.brand-holder,
.topbar__brand {
  float: left; }

.brand-holder {
  position: relative;
  width: 50%;
  height: 80px; }
  @media screen and (min-width: 375px) {
    .brand-holder {
      height: calc(80px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .brand-holder {
      height: 120px; } }

.body--scrolled .brand-holder {
  height: 50px; }
  @media screen and (min-width: 375px) {
    .body--scrolled .brand-holder {
      height: calc(50px + 21 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .body--scrolled .brand-holder {
      height: 71px; } }

.topbar__brand {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

.topbar__brand svg {
  float: left;
  width: 69px;
  height: 52px; }
  @media screen and (min-width: 375px) {
    .topbar__brand svg {
      width: calc(69px + 20 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .topbar__brand svg {
      width: 89px; } }
  @media screen and (min-width: 375px) {
    .topbar__brand svg {
      height: calc(52px + 14 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .topbar__brand svg {
      height: 66px; } }

.topbar__brand .svg-logo--small {
  width: 8.0952380952rem;
  height: 0.5714285714rem; }
  @media screen and (max-width: 1039px) {
    .topbar__brand .svg-logo--small {
      margin-left: -0.2857142857rem; } }

.body--scrolled .svg-logo,
.topbar__brand .svg-logo--small {
  display: none; }

.body--scrolled .svg-logo--small {
  display: inline-block; }

.main-nav-toggle,
.menu-item__arrow {
  display: none; }

.sub-menu {
  list-style: none; }

.fixedbutton {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background: white;
  bottom: 0;
  right: 0;
  background: none;
  opacity: 1;
  -webkit-transition-property: 0.2s;
  -o-transition-property: 0.2s;
  transition-property: 0.2s;
  -webkit-transition-duration: 0.09s;
       -o-transition-duration: 0.09s;
          transition-duration: 0.09s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }
  .fixedbutton.displaynone {
    opacity: 0;
    display: none; }

.fixedbutton a {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  float: right;
  bottom: 50px;
  right: 50px;
  max-width: inherit; }

.fixedbutton a::before {
  content: " ";
  background-color: #00C7B1;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.fixedbutton a:hover::before {
  left: 0;
  top: 0; }

.main-nav .languageswitcher {
  float: right;
  position: absolute;
  top: 10px;
  right: 0; }
  .main-nav .languageswitcher ul li {
    line-height: normal;
    height: auto; }
    .main-nav .languageswitcher ul li:not(:last-child) {
      margin-right: 10px; }
    .main-nav .languageswitcher ul li a {
      color: #9b9b9b; }
      .main-nav .languageswitcher ul li a:after {
        bottom: 0; }
  .main-nav .languageswitcher ul .current-lang a {
    font-weight: 600; }
    .main-nav .languageswitcher ul .current-lang a:after {
      background-color: #9b9b9b; }

@media (max-width: 1039px) {
  .main-nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #00C7B1;
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100; }
  .main-nav-toggle:checked + .main-nav {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  .main-nav-toggle:checked + .main-nav .donate {
    width: 100%;
    background-color: #fff; }
  .main-nav__toggle,
  .main-nav__close {
    cursor: pointer;
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 15px; } }
  @media screen and (max-width: 1039px) and (min-width: 375px) {
    .main-nav__toggle,
    .main-nav__close {
      height: calc(80px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (max-width: 1039px) and (min-width: 1600px) {
    .main-nav__toggle,
    .main-nav__close {
      height: 120px; } }
  @media screen and (max-width: 1039px) and (min-width: 375px) {
    .main-nav__toggle,
    .main-nav__close {
      line-height: calc(80px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (max-width: 1039px) and (min-width: 1600px) {
    .main-nav__toggle,
    .main-nav__close {
      line-height: 120px; } }
  @media screen and (max-width: 1039px) and (min-width: 375px) {
    .main-nav__toggle,
    .main-nav__close {
      font-size: calc(15px + 3 * (100vw - 375px) / 1225); } }
  @media screen and (max-width: 1039px) and (min-width: 1600px) {
    .main-nav__toggle,
    .main-nav__close {
      font-size: 18px; } }

@media (max-width: 1039px) {
  .body--scrolled .main-nav__toggle,
  .body--scrolled .main-nav__close {
    height: 50px;
    line-height: 50px; } }
  @media screen and (max-width: 1039px) and (min-width: 375px) {
    .body--scrolled .main-nav__toggle,
    .body--scrolled .main-nav__close {
      height: calc(50px + 21 * (100vw - 375px) / 1225); } }
  @media screen and (max-width: 1039px) and (min-width: 1600px) {
    .body--scrolled .main-nav__toggle,
    .body--scrolled .main-nav__close {
      height: 71px; } }
  @media screen and (max-width: 1039px) and (min-width: 375px) {
    .body--scrolled .main-nav__toggle,
    .body--scrolled .main-nav__close {
      line-height: calc(50px + 21 * (100vw - 375px) / 1225); } }
  @media screen and (max-width: 1039px) and (min-width: 1600px) {
    .body--scrolled .main-nav__toggle,
    .body--scrolled .main-nav__close {
      line-height: 71px; } }

@media (max-width: 1039px) {
  .main-nav__toggle:hover,
  .main-nav__toggle.touch-active {
    color: #00C7B1; }
  .main-nav__close:hover,
  .main-nav__close.touch-active {
    color: #fff; }
  .main-nav__close {
    margin-right: 8vw;
    position: relative;
    z-index: 1; }
  .main-nav__list {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    text-align: left;
    line-height: 3.3333333333rem;
    max-height: 70vh; }
  .main-nav__list--slide {
    -webkit-transform: translate3d(-100vw, -50%, 0);
            transform: translate3d(-100vw, -50%, 0); }
  .sub-menu {
    list-style: none;
    position: absolute;
    top: 50%;
    left: 100vw;
    display: none;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  .menu-item--active .sub-menu {
    display: block; }
  .sub-menu .sub-menu {
    display: none; }
  .main-nav .menu-item,
  .main-nav__back {
    display: inline-block;
    width: 100vw;
    padding-left: 8vw;
    padding-right: 8vw; }
  .sub-menu .menu-item {
    padding-left: 16vw; }
  .main-nav .menu-item a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3333333333rem;
    font-weight: 700;
    display: block; }
  .main-nav .menu-item a:hover,
  .main-nav .menu-item a.touch-active {
    color: #000; }
  .menu-item-has-children .menu-item__arrow {
    display: inline-block;
    position: absolute;
    right: 8vw;
    width: 11px;
    height: 19px;
    -webkit-transform: translateY(-38px);
         -o-transform: translateY(-38px);
            transform: translateY(-38px);
    fill: #fff;
    pointer-events: none; }
  .main-nav .menu-item a:hover + .menu-item__arrow,
  .main-nav .menu-item a.touch-active + .menu-item__arrow {
    fill: #000; }
  .sub-menu .menu-item__arrow {
    display: none; }
  .main-nav__back {
    position: relative;
    padding-left: 16vw;
    color: #fff;
    font-size: 0.8571428571rem;
    text-align: left;
    letter-spacing: 1px;
    outline: none; }
    .main-nav__back a {
      display: inline !important; }
    .main-nav__back button {
      position: absolute;
      left: calc(10vw - 20px);
      top: 10%;
      -webkit-appearance: none;
      border: 0;
      background: none;
      width: 45px; }
  .menu-item__arrow--back {
    width: 0.5238095238rem;
    height: 0.619047619rem;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    fill: #fff; }
  .main-nav__back:hover,
  .main-nav__back.touch-active {
    color: #000; }
  .main-nav__back:hover .menu-item__arrow--back,
  .main-nav__back.touch-active .menu-item__arrow--back {
    fill: #000; }
  .main-nav .languageswitcher {
    bottom: 40px;
    top: auto;
    right: auto;
    left: calc(50% - 100px); }
    .main-nav .languageswitcher ul li {
      width: auto;
      padding: 0 20px;
      margin: 0; }
      .main-nav .languageswitcher ul li a {
        font-weight: 400;
        color: #fff; }
    .main-nav .languageswitcher ul .current-lang a {
      font-weight: 600;
      position: relative; }
      .main-nav .languageswitcher ul .current-lang a:after {
        background-color: #fff;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 3px;
        opacity: 1; }
  .fixedbutton a {
    right: 20px; } }

@media (min-width: 1040px) {
  .header {
    letter-spacing: 1px;
    font-size: 0.7619047619rem; } }
  @media (min-width: 1040px) and (min-width: 1440px) {
    .header {
      font-size: 0.8571428571rem; } }

@media (min-width: 1040px) {
  .header--only-on-mobile {
    display: none; }
  .brand-holder {
    width: 22.114646889%; }
  .main-nav {
    position: relative;
    width: 74.0382156297%;
    float: right; }
  .topbar__brand .svg-logo--small {
    width: 8.2857142857rem;
    height: 0.6666666667rem; }
  .main-nav .main-nav__list {
    position: absolute;
    right: 0;
    color: red; }
  .header-spacer {
    height: 5.7142857143rem; }
  .header__sub {
    width: 100%;
    padding: 1.4285714286rem 0;
    background: #00C7B1;
    color: #fff;
    text-align: center;
    line-height: 1; }
  .sub-menu {
    position: fixed;
    left: 0;
    width: 100vw;
    margin: 0;
    text-align: center;
    background: #00C7B1;
    line-height: 1; }
  .sub-menu {
    visibility: hidden;
    -webkit-transition: all 0s 0.15s;
    -o-transition: all 0s 0.15s;
    transition: all 0s 0.15s; }
  .main-nav__list > .menu-item:hover > .sub-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .main-nav__list,
  .main-nav .menu-item {
    display: inline-block; }
  .main-nav .menu-item:not(:last-child) {
    margin-right: 0.29rem; } }
  @media (min-width: 1040px) and (min-width: 1100px) {
    .main-nav .menu-item:not(:last-child) {
      margin-right: 0.5714285714rem; } }
  @media (min-width: 1040px) and (min-width: 1140px) {
    .main-nav .menu-item:not(:last-child) {
      margin-right: 0.7142857143rem; } }
  @media (min-width: 1040px) and (min-width: 1220px) {
    .main-nav .menu-item:not(:last-child) {
      margin-right: 0.9523809524rem; } }
  @media (min-width: 1040px) and (min-width: 1300px) {
    .main-nav .menu-item:not(:last-child) {
      margin-right: 1.4285714286rem; } }
  @media (min-width: 1040px) and (min-width: 1680px) {
    .main-nav .menu-item:not(:last-child) {
      margin-right: 2.0952380952rem; } }

@media (min-width: 1040px) {
  .main-nav .menu-item {
    height: 80px;
    line-height: 80px; } }
  @media screen and (min-width: 1040px) and (min-width: 375px) {
    .main-nav .menu-item {
      height: calc(80px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1040px) and (min-width: 1600px) {
    .main-nav .menu-item {
      height: 120px; } }
  @media screen and (min-width: 1040px) and (min-width: 375px) {
    .main-nav .menu-item {
      line-height: calc(80px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1040px) and (min-width: 1600px) {
    .main-nav .menu-item {
      line-height: 120px; } }

@media (min-width: 1040px) {
  .body--scrolled .main-nav .menu-item,
  .sub-menu .menu-item {
    height: 50px;
    line-height: 50px; } }
  @media screen and (min-width: 1040px) and (min-width: 375px) {
    .body--scrolled .main-nav .menu-item,
    .sub-menu .menu-item {
      height: calc(50px + 21 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1040px) and (min-width: 1600px) {
    .body--scrolled .main-nav .menu-item,
    .sub-menu .menu-item {
      height: 71px; } }
  @media screen and (min-width: 1040px) and (min-width: 375px) {
    .body--scrolled .main-nav .menu-item,
    .sub-menu .menu-item {
      line-height: calc(50px + 21 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1040px) and (min-width: 1600px) {
    .body--scrolled .main-nav .menu-item,
    .sub-menu .menu-item {
      line-height: 71px; } }

@media (min-width: 1040px) {
  .main-nav .menu-item a {
    position: relative;
    display: inline-block;
    padding: 0.1904761905rem 0;
    text-decoration: none;
    color: #000;
    line-height: 1;
    font-weight: 500; }
  .main-nav .menu-item a:after {
    content: "";
    position: absolute;
    bottom: -0.1904761905rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00C7B1;
    opacity: 0; }
  .main-nav .menu-item:not(.menu-item-has-children) a:hover:after,
  .main-nav .current_page_item a:after,
  .main-nav .current_page_ancestor a:after,
  .main-nav .current_page_parent a:after,
  .main-nav .current-lang a:after {
    opacity: 1; }
  .main-nav .current_page_item.menu-item-has-children:hover a:after,
  .main-nav .current_page_ancestor.menu-item-has-children:hover a:after,
  .main-nav .current_page_parent.menu-item-has-children:hover a:after {
    opacity: 0; }
  .main-nav .menu-item {
    position: relative; }
  .main-nav .menu-item:after,
  .sub-menu .sub-menu:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #00C7B1;
    opacity: 0;
    -webkit-transition: all 0s 0.15s;
    -o-transition: all 0s 0.15s;
    transition: all 0s 0.15s;
    left: calc(50% - 6px); }
  .menu-item.menu-item-has-children:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .sub-menu .menu-item a {
    color: #fff; }
  .sub-menu .menu-item a:after,
  .main-nav__back {
    display: none; }
  .sub-menu .menu-item a:hover,
  .sub-menu .current_page_item:not(.menu-item-has-children) > a,
  .sub-menu .current_page_ancestor:not(.menu-item-has-children) > a,
  .sub-menu .current_page_parent:not(.menu-item-has-children) > a {
    color: #000; }
  .main-nav .sub-menu .menu-item-has-children {
    display: inline-block;
    width: 50vw;
    height: 1.7142857143rem;
    line-height: 1.7142857143rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
    margin-right: 25vw;
    margin-left: -25vw;
    padding-left: 34vw; }
  .sub-menu .menu-item-has-children:hover > a {
    color: #000; }
  .sub-menu .menu-item-has-children:first-of-type {
    margin-top: 0.8571428571rem; }
  .sub-menu .menu-item-has-children:last-of-type {
    margin-bottom: 0.8571428571rem; }
  .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    height: 100%;
    width: 50vw;
    padding: 0.9523809524rem 0 0 2.380952381rem;
    -webkit-transform: translate3d(50vw, 0, 0);
            transform: translate3d(50vw, 0, 0);
    text-align: left;
    background: rgba(0, 0, 0, 0.1) !important;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .sub-menu:hover .sub-menu {
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s; }
  .menu-item:hover .sub-menu-item--active > .sub-menu {
    visibility: visible; }
  .sub-menu .sub-menu-item--active > a {
    color: #000; }
  .sub-menu .sub-menu .menu-item {
    display: inline-block;
    width: 100%;
    height: 1.4285714286rem;
    line-height: 1.4285714286rem;
    text-transform: none; }
  .sub-menu .sub-menu:after {
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 1;
    left: -3px;
    top: 1.619047619rem;
    bottom: auto;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .sub-menu li:nth-child(3) .sub-menu:after {
    top: 3.3333333333rem; }
  .sub-menu li:nth-child(4) .sub-menu:after {
    top: 5.0476190476rem; }
  .sub-menu li:nth-child(5) .sub-menu:after {
    top: 6.7619047619rem; }
  .body--scrolled .main-nav .languageswitcher {
    display: none; } }

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

.footer {
  margin-top: 50px; }

.footer svg {
  fill: #000; }

.footer__legal {
  font-size: 0.7142857143rem;
  letter-spacing: 0.5px; }

.footer__legal span {
  display: block; }
  .footer__legal span:last-child {
    margin-top: 10px; }
    @media screen and (min-width: 375px) {
      .footer__legal span:last-child {
        margin-top: calc(10px + 10 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .footer__legal span:last-child {
        margin-top: 20px; } }

.footer__nav a {
  font-size: 0.8571428571rem;
  letter-spacing: 1px;
  font-weight: 500; }

.footer__nav .menu-item {
  display: inline-block;
  margin-right: 10px; }
  @media screen and (min-width: 375px) {
    .footer__nav .menu-item {
      margin-right: calc(10px + 26 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .footer__nav .menu-item {
      margin-right: 36px; } }

.footer__nav .menu-item:last-child {
  margin-right: 0; }

.footer a.touch-active {
  color: #000; }

.footer a.touch-active svg {
  fill: #000; }

@media (max-width: 1114px) {
  .footer {
    padding: 2.619047619rem 0;
    text-align: center; }
  .footer__social {
    display: inline-block;
    width: 100%;
    margin-top: 2.9523809524rem;
    margin-bottom: 0.9523809524rem;
    overflow: hidden; } }

@media (min-width: 720px) {
  .footer a:hover {
    color: #000; }
  .footer a:hover svg {
    fill: #000; } }

@media (min-width: 1115px) {
  .footer {
    height: 10.0952380952rem; }
  .footer__wrap {
    position: relative;
    height: 100%; }
  .footer__legal,
  .footer__nav {
    position: absolute;
    top: 32%;
    width: 100%; }
  .footer__legal {
    top: 66%;
    text-align: right; }
  .footer__legal span {
    position: relative;
    display: inline-block;
    margin-right: 10px; } }
  @media screen and (min-width: 1115px) and (min-width: 375px) {
    .footer__legal span {
      margin-right: calc(10px + 26 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1115px) and (min-width: 1600px) {
    .footer__legal span {
      margin-right: 36px; } }

@media (min-width: 1115px) {
    .footer__legal span:last-child {
      margin-right: 0;
      margin-top: 0; }
  .footer__social {
    float: right; }
  .footer__nav__list {
    float: left; } }

@media screen and (max-width: 1114px) {
  .footer__nav ul {
    margin: auto;
    max-width: 80%;
    text-align: center; }
    .footer__nav ul .menu-item {
      margin-left: 5px !important;
      margin-right: 5px !important; } }

.rotating-statements {
  float: left;
  width: 100%;
  padding-top: 52px;
  padding-bottom: 120px; }
  @media screen and (min-width: 375px) {
    .rotating-statements {
      padding-top: calc(52px + 38 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .rotating-statements {
      padding-top: 90px; } }
  @media screen and (min-width: 375px) {
    .rotating-statements {
      padding-bottom: calc(120px + 80 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .rotating-statements {
      padding-bottom: 200px; } }

.rs__intro {
  margin-bottom: 0.8571428571rem; }

.rs__list {
  position: relative;
  height: 52px; }
  @media screen and (min-width: 375px) {
    .rs__list {
      height: calc(52px + 73 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .rs__list {
      height: 125px; } }

.rs__statement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 300;
  opacity: 0;
  z-index: 1;
  letter-spacing: -1px;
  font-size: 60px;
  line-height: 52px; }
  @media screen and (min-width: 375px) {
    .rs__statement {
      font-size: calc(60px + 20 * (100vw - 375px) / 345); } }
  @media screen and (min-width: 720px) {
    .rs__statement {
      font-size: 80px; } }
  @media screen and (min-width: 375px) {
    .rs__statement {
      line-height: calc(52px + 73 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .rs__statement {
      line-height: 125px; } }

.rs__statement--active {
  opacity: 1;
  z-index: 2; }

.rs__statement strong {
  display: inline-block;
  color: #00C7B1; }

@media (min-width: 720px) {
  .rs__intro {
    margin-left: 12.9808921852%; }
  .rs__statement {
    font-size: 50px; } }
  @media screen and (min-width: 720px) and (min-width: 720px) {
    .rs__statement {
      font-size: calc(50px + 75 * (100vw - 720px) / 880); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .rs__statement {
      font-size: 125px; } }

.hero-items {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 68px; }
  @media screen and (min-width: 375px) {
    .hero-items {
      padding-bottom: calc(68px + 122 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .hero-items {
      padding-bottom: 190px; } }

.hero-items:not(:first-child) {
  margin-top: 120px; }
  @media screen and (min-width: 375px) {
    .hero-items:not(:first-child) {
      margin-top: calc(120px + 80 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .hero-items:not(:first-child) {
      margin-top: 200px; } }

.hi__bg {
  position: absolute;
  border-radius: 100%;
  background: #00C7B1; }

.hi__hero {
  position: relative;
  color: #000;
  text-decoration: none; }

.hi__hero.touch-active {
  color: #00C7B1; }

.hi__hero:nth-child(-n + 2) {
  color: #fff; }

.hi__hero:nth-child(-n + 2).touch-active {
  color: #000 !important; }

.hi__hero__image,
.hi__hero__image img {
  width: 100%; }

.hi__hero__image {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%); }

.hi__hero__title {
  width: 100%;
  padding-right: 8.9020771513%; }

.hi__hero__title--sub {
  line-height: 32px;
  margin-bottom: -4px; }
  @media screen and (min-width: 375px) {
    .hi__hero__title--sub {
      line-height: calc(32px + 18 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .hi__hero__title--sub {
      line-height: 50px; } }
  @media screen and (min-width: 375px) {
    .hi__hero__title--sub {
      margin-bottom: calc(-4px + -4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .hi__hero__title--sub {
      margin-bottom: -8px; } }

@media (max-width: 719px) {
  .hi__hero {
    float: left;
    width: 54.7629675922%;
    margin-top: 75.555555556%; }
  .hero-items--2.hero-items {
    padding-bottom: 56.25%;
    margin-bottom: -20%; }
  .hi__hero:nth-child(2),
  .hi__hero:nth-child(4) {
    margin-right: -9.6%; }
  .hi__hero:nth-child(1) .hi__hero__image,
  .hi__hero:nth-child(3) .hi__hero__image {
    margin-top: -5.8139534884%; }
  .hi__hero:nth-child(2) .hi__hero__image {
    margin-top: -19.76744186%; }
  .hi__hero:nth-child(2) .hi__hero__image,
  .hi__hero:nth-child(4) .hi__hero__image {
    margin-top: -19.76744186%;
    width: 82.6589595376%; }
  .hi__bg-container {
    position: absolute;
    top: 0;
    left: -9.5238095238%;
    width: 119.04761905%;
    height: 100%;
    overflow: hidden; }
  .hi__bg {
    left: 50%;
    width: 113.33333333%;
    padding-top: 113.33333333%;
    margin-top: 13.333333333%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (min-width: 720px) {
  .hi__hero {
    float: left;
    width: 25.9617843703%;
    margin-top: 35.615384615%; }
  .hi__hero:nth-child(4n+4) {
    width: 22.114646889%; }
  .hi__hero:hover {
    color: #00C7B1; }
  .hi__hero:nth-child(-n + 2):hover {
    color: #000 !important; }
  .hi__hero h2 {
    font-size: 3.125vw; } }
  @media screen and (min-width: 720px) and (min-width: 1680px) {
    .hi__hero h2 {
      font-size: 52.5px; } }

@media (min-width: 720px) {
  .hero-items--3 .hi__hero:first-child,
  .hero-items--2 .hi__hero:first-child,
  .hero-items--1 .hi__hero:first-child {
    margin-left: 12.9808921852%; }
  .hi__bg {
    left: -11.538461538%;
    width: 59.615384615%;
    padding-top: 59.615384615%;
    margin-top: 3.8461538462%; }
  .hero-items--3 .hi__bg,
  .hero-items--2 .hi__bg,
  .hero-items--1 .hi__bg {
    left: 1.3846153846%; }
  .hi__hero:nth-child(1) .hi__hero__image,
  .hi__hero:nth-child(3) .hi__hero__image {
    margin-top: -7.100591716%; }
  .hi__hero:nth-child(2) .hi__hero__image {
    margin-top: -21.893491124%; }
  .hi__hero:nth-child(4) .hi__hero__image {
    margin-top: -25.694444444%; }
  .hi__hero__title {
    padding-right: 13.333333333%; } }

@media (min-width: 720px) and (max-width: 1024px) {
  .hi__bg {
    width: 63.461538462%;
    padding-top: 63.461538462%; } }

@media screen and (min-width: 720px) and (min-width: 1680px) {
  .hi__bg {
    width: 845px;
    padding-top: 845px; } }

.text {
  float: left; }

.text--video {
  margin-top: 55px; }
  @media screen and (min-width: 375px) {
    .text--video {
      margin-top: calc(55px + 45 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text--video {
      margin-top: 100px; } }

.side-headline + .text--video {
  margin-top: 112px; }
  @media screen and (min-width: 375px) {
    .side-headline + .text--video {
      margin-top: calc(112px + 80 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .side-headline + .text--video {
      margin-top: 192px; } }

.text h2 {
  margin-top: 55px; }
  @media screen and (min-width: 375px) {
    .text h2 {
      margin-top: calc(55px + 27 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text h2 {
      margin-top: 82px; } }

.innovation-lounge-header p,
.text p,
.text ul,
.text ol,
.text h3,
.text h4,
.text h5,
.text--left .text__media + .text__body h2,
.text--right .text__media + .text__body h2,
.single-our_news .text--full:not(.text--left):not(.text--rigt) .text__intro + .text__media,
.text--left .text__media,
.text--right .text__media,
.wysiwyg-full-bleed-image {
  margin-top: 22px; }
  @media screen and (min-width: 375px) {
    .innovation-lounge-header p,
    .text p,
    .text ul,
    .text ol,
    .text h3,
    .text h4,
    .text h5,
    .text--left .text__media + .text__body h2,
    .text--right .text__media + .text__body h2,
    .single-our_news .text--full:not(.text--left):not(.text--rigt) .text__intro + .text__media,
    .text--left .text__media,
    .text--right .text__media,
    .wysiwyg-full-bleed-image {
      margin-top: calc(22px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .innovation-lounge-header p,
    .text p,
    .text ul,
    .text ol,
    .text h3,
    .text h4,
    .text h5,
    .text--left .text__media + .text__body h2,
    .text--right .text__media + .text__body h2,
    .single-our_news .text--full:not(.text--left):not(.text--rigt) .text__intro + .text__media,
    .text--left .text__media,
    .text--right .text__media,
    .wysiwyg-full-bleed-image {
      margin-top: 38px; } }

.single-our_news .text--full:not(.text--left):not(.text--rigt) .text__intro + .text__media {
  display: inline-block; }

.text--no-intro {
  margin-top: 26px; }
  @media screen and (min-width: 375px) {
    .text--no-intro {
      margin-top: calc(26px + 12 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text--no-intro {
      margin-top: 38px; } }

.text ul,
.text ol {
  padding-left: 9.5238095238%; }

.text li {
  padding-left: 3.1746031746%; }

.text .btn {
  margin-top: 25px; }
  @media screen and (min-width: 375px) {
    .text .btn {
      margin-top: calc(25px + 19 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text .btn {
      margin-top: 44px; } }

.text--cta-block {
  margin-top: 54px; }
  @media screen and (min-width: 375px) {
    .text--cta-block {
      margin-top: calc(54px + 51 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text--cta-block {
      margin-top: 105px; } }

.text--cta-block--right {
  float: right; }

.text__body a:not([class]) {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none; }

.text__body a:not([class]).touch-active {
  color: #00C7B1;
  border-color: #00C7B1; }

.wysiwyg-full-bleed-image {
  float: left;
  width: 100%; }
  .wysiwyg-full-bleed-image img {
    width: 100%;
    height: auto; }

img.size-full {
  width: 100%;
  height: auto; }

.text__intro {
  margin-top: 112px;
  margin-bottom: 28px; }
  @media screen and (min-width: 375px) {
    .text__intro {
      margin-top: calc(112px + 73 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text__intro {
      margin-top: 185px; } }
  @media screen and (min-width: 375px) {
    .text__intro {
      margin-bottom: calc(28px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text__intro {
      margin-bottom: 44px; } }

.text--video + .text .text__intro,
.breadcrumbs + .text .text__intro,
.breadcrumbs + .side-headline + .text .text__intro,
.breadcrumbs + .side-headline + .text--video {
  margin-top: 50px; }
  @media screen and (min-width: 375px) {
    .text--video + .text .text__intro,
    .breadcrumbs + .text .text__intro,
    .breadcrumbs + .side-headline + .text .text__intro,
    .breadcrumbs + .side-headline + .text--video {
      margin-top: calc(50px + 30 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text--video + .text .text__intro,
    .breadcrumbs + .text .text__intro,
    .breadcrumbs + .side-headline + .text .text__intro,
    .breadcrumbs + .side-headline + .text--video {
      margin-top: 80px; } }

.text__intro strong {
  color: #00C7B1; }

.text__media__holder {
  position: relative;
  cursor: pointer; }

.text__media img,
.text__media iframe {
  width: 100%;
  float: left;
  z-index: 2; }

.text__media .playing img {
  opacity: 0;
  -webkit-transition: opacity 0s 0.25s;
  -o-transition: opacity 0s 0.25s;
  transition: opacity 0s 0.25s; }

.text__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  display: none; }

.text__media .text__media--show {
  display: block;
  z-index: 4; }

.text__media__caption {
  margin-top: 0.8095238095rem;
  font-size: 0.8571428571rem; }

.text__media__caption p {
  margin: 0; }

.text__media__btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  outline: none; }
  @media screen and (min-width: 375px) {
    .text__media__btn {
      width: calc(60px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text__media__btn {
      width: 100px; } }
  @media screen and (min-width: 375px) {
    .text__media__btn {
      height: calc(60px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text__media__btn {
      height: 100px; } }

.text__media__btn:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-top: 0.5714285714rem solid transparent;
  border-bottom: 0.5714285714rem solid transparent;
  border-left: 0.9523809524rem solid #00C7B1;
  -webkit-transform: translate3d(-35%, -50%, 0);
          transform: translate3d(-35%, -50%, 0); }

.text__media__holder.touch-active .text__media__btn:after {
  border-left-color: #000; }

.text__map {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-top: 55px; }
  @media screen and (min-width: 375px) {
    .text__map {
      margin-top: calc(55px + 39 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text__map {
      margin-top: 94px; } }

.maps-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.text--share {
  color: #b4b4b4;
  margin-top: 48px; }
  @media screen and (min-width: 375px) {
    .text--share {
      margin-top: calc(48px + 29 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text--share {
      margin-top: 77px; } }

.text--share__label {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 1.3333333333rem;
  letter-spacing: 2px;
  font-size: 15px; }
  @media screen and (min-width: 375px) {
    .text--share__label {
      font-size: calc(15px + 3 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .text--share__label {
      font-size: 18px; } }

@media (max-width: 719px) {
  .text {
    width: 100%; }
  .side-headline + .text .text__intro,
  .side-headline + .text--video {
    margin-top: 2.7619047619rem; }
  .text--cta-block {
    width: 100%; }
  .text--cta-block + .text--cta-block {
    margin-top: 0; }
  .text--left .text__media,
  .text--right .text__media {
    width: 100%; }
  .text--right .text__media {
    float: right; }
  .text--right .text__media + .text__body {
    clear: right; }
  .text__body {
    width: 100%;
    float: left; } }

@media (min-width: 720px) {
  .text {
    width: 74.0382156297%;
    margin-left: 12.9808921852%; }
  .text__body a:not([class]):hover {
    color: #00C7B1;
    border-color: #00C7B1; }
  .text__media__holder:hover .text__media__btn:after {
    border-left-color: #000; }
  .side-headline + .text {
    margin-left: 3.8471374813%; } }

@media (min-width: 720px) and (max-width: 1200px) {
  .side-headline + .text {
    clear: left;
    margin-left: 12.9808921852%; }
  .side-headline + .text .text__intro {
    margin-top: 50px; } }
  @media screen and (min-width: 720px) and (max-width: 1200px) and (min-width: 375px) {
    .side-headline + .text .text__intro {
      margin-top: calc(50px + 30 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 720px) and (max-width: 1200px) and (min-width: 1600px) {
    .side-headline + .text .text__intro {
      margin-top: 80px; } }

@media (min-width: 720px) {
  .text ul,
  .text ol {
    padding-left: 7.04%; }
  .text li {
    padding-left: 2%; }
  .text--cta-block {
    width: 35.0955390742%;
    clear: right; }
  .text--cta-block--left {
    clear: both; }
  .text--cta-block--right {
    margin-left: 0;
    margin-right: 12.9808921852%; }
  .text--cta-block--right + .text--cta-block--left,
  .text--cta-block--right + .text--cta-block--left + .text--cta-block--right {
    margin-top: 0; }
  .text--full .text__body {
    width: 100%;
    margin-left: 0; }
  .text--left .text__body,
  .text--right .text__body {
    width: 47.4019245004%;
    margin-left: 0;
    float: right; }
  .text--left.narrow-media .text__body,
  .text--right.narrow-media .text__body {
    width: 64.9346163336%; }
  .text--left .text__media,
  .text--right .text__media {
    float: left;
    width: 47.4019245004%; }
  .text--left.narrow-media .text__media,
  .text--right.narrow-media .text__media {
    width: 29.8692326672%; }
  .text--right .text__body {
    float: left; }
  .text--right .text__media {
    float: right; }
  .text__media__caption {
    margin-left: 17.5326918332%; } }

.breadcrumbs {
  float: left;
  width: 100%;
  margin-top: 60px; }
  @media screen and (min-width: 375px) {
    .breadcrumbs {
      margin-top: calc(60px + 35 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .breadcrumbs {
      margin-top: 95px; } }

.breadcrumbs__item {
  display: inline-block;
  margin-right: 1.1428571429rem;
  color: #000;
  letter-spacing: 2px;
  font-size: 0.8571428571rem;
  text-transform: uppercase;
  text-decoration: none; }

.breadcrumbs__item.touch-active {
  color: #00C7B1; }

.breadcrumbs__item__arrow {
  display: inline-block;
  width: 0.5238095238rem;
  height: 0.619047619rem;
  -webkit-transform: translateY(1px);
       -o-transform: translateY(1px);
          transform: translateY(1px);
  margin-right: 8px;
  fill: #00C7B1; }
  @media screen and (min-width: 375px) {
    .breadcrumbs__item__arrow {
      margin-right: calc(8px + 12 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .breadcrumbs__item__arrow {
      margin-right: 20px; } }

@media (min-width: 720px) {
  .breadcrumbs__item:hover {
    color: #00C7B1; } }

.side-headline {
  float: left;
  margin-top: 112px; }
  @media screen and (min-width: 375px) {
    .side-headline {
      margin-top: calc(112px + 84 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .side-headline {
      margin-top: 196px; } }

.breadcrumbs + .side-headline,
.item-listing-holder .side-headline {
  margin-top: 52px; }
  @media screen and (min-width: 375px) {
    .breadcrumbs + .side-headline,
    .item-listing-holder .side-headline {
      margin-top: calc(52px + 38 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .breadcrumbs + .side-headline,
    .item-listing-holder .side-headline {
      margin-top: 90px; } }

@media (max-width: 719px) {
  .side-headline {
    width: 27.3814837961%; }
  .side-headline {
    float: left;
    margin-top: 2.8571428571rem; } }

@media (min-width: 720px) {
  .side-headline {
    width: 9.1337547039%; } }

@media (min-width: 720px) and (max-width: 1200px) {
  .side-headline {
    width: 18.9984041341%; } }

.back-to-top {
  float: right;
  outline: none;
  z-index: 1000;
  width: 40px; }
  @media screen and (min-width: 375px) {
    .back-to-top {
      width: calc(40px + 20 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .back-to-top {
      width: 60px; } }

.back-to-top--absolute {
  position: absolute; }

.back-to-top--fixed {
  position: fixed;
  top: auto !important;
  bottom: 40px; }

.back-to-top__arrow {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.back-to-top__arrow svg {
  width: 17px;
  height: 31px; }
  @media screen and (min-width: 375px) {
    .back-to-top__arrow svg {
      width: calc(17px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .back-to-top__arrow svg {
      width: 25px; } }
  @media screen and (min-width: 375px) {
    .back-to-top__arrow svg {
      height: calc(31px + 13 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .back-to-top__arrow svg {
      height: 44px; } }

@media (max-width: 719px) {
  .back-to-top--absolute {
    right: 8%; } }

@media (min-width: 720px) {
  .back-to-top--absolute {
    right: 9.375%; } }

.item-listing-holder,
.item-listing,
.item-listing__cta {
  width: 100%;
  float: left; }

.item-listing {
  font-size: 0; }

.item-listing--press {
  margin-top: 74px; }
  @media screen and (min-width: 375px) {
    .item-listing--press {
      margin-top: calc(74px + 83 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .item-listing--press {
      margin-top: 157px; } }

.il__item {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  margin-top: 25px; }
  @media screen and (min-width: 375px) {
    .il__item {
      margin-top: calc(25px + 18 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .il__item {
      margin-top: 43px; } }

.item-listing--columns-2 .il__item,
.item-listing--columns-3.item-listing--our_news .il__item,
.item-listing--columns-3.item-listing--external_news .il__item,
.item-listing--columns-3.item-listing--success_story .il__item,
.item-listing--columns-3.item-listing--press .il__item,
.item-listing__cta {
  margin-top: 55px; }
  @media screen and (min-width: 375px) {
    .item-listing--columns-2 .il__item,
    .item-listing--columns-3.item-listing--our_news .il__item,
    .item-listing--columns-3.item-listing--external_news .il__item,
    .item-listing--columns-3.item-listing--success_story .il__item,
    .item-listing--columns-3.item-listing--press .il__item,
    .item-listing__cta {
      margin-top: calc(55px + 35 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .item-listing--columns-2 .il__item,
    .item-listing--columns-3.item-listing--our_news .il__item,
    .item-listing--columns-3.item-listing--external_news .il__item,
    .item-listing--columns-3.item-listing--success_story .il__item,
    .item-listing--columns-3.item-listing--press .il__item,
    .item-listing__cta {
      margin-top: 90px; } }

.il__item__title {
  width: 100%;
  display: inline-block;
  margin-top: 12px; }
  @media screen and (min-width: 375px) {
    .il__item__title {
      margin-top: calc(12px + 6 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .il__item__title {
      margin-top: 18px; } }

.item-listing--columns-3 h2 {
  font-size: 30px;
  line-height: 27px; }
  @media screen and (min-width: 375px) {
    .item-listing--columns-3 h2 {
      font-size: calc(30px + 10 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .item-listing--columns-3 h2 {
      font-size: 40px; } }
  @media screen and (min-width: 375px) {
    .item-listing--columns-3 h2 {
      line-height: calc(27px + 7 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .item-listing--columns-3 h2 {
      line-height: 34px; } }

.il__item__img {
  position: relative;
  width: 100%;
  background-color: #f7f7f7; }

.il__item__img img {
  width: 100%;
  float: left; }

.item-listing--partner .il__item__img {
  padding-top: 75%; }

.item-listing--partner .il__item__img img {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 75%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.il__item__content {
  font-size: 0.8571428571rem; }

.item-listing--our_news .il__item__content,
.item-listing--external_news .il__item__content,
.item-listing--success_story .il__item__content {
  margin-top: 1.8571428571rem;
  font-size: 1rem; }

.il__item__content p {
  margin: 0; }

.item-listing--our_news.item-listing--columns-3 .il__item__content,
.item-listing--external_news.item-listing--columns-3 .il__item__content,
.item-listing--success_story.item-listing--columns-3 .il__item__content,
.item-listing--press.item-listing--columns-3 .il__item__content {
  display: none; }

.il__item__link {
  margin-top: 0.619047619rem; }

.item-listing--our_news .il__item__link,
.item-listing--external_news .il__item__link,
.item-listing--success_story .il__item__link,
.item-listing--press .il__item__link {
  margin-top: 18px; }
  @media screen and (min-width: 375px) {
    .item-listing--our_news .il__item__link,
    .item-listing--external_news .il__item__link,
    .item-listing--success_story .il__item__link,
    .item-listing--press .il__item__link {
      margin-top: calc(18px + 21 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .item-listing--our_news .il__item__link,
    .item-listing--external_news .il__item__link,
    .item-listing--success_story .il__item__link,
    .item-listing--press .il__item__link {
      margin-top: 39px; } }

.il__item__meta {
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: -8px; }
  @media screen and (min-width: 375px) {
    .il__item__meta {
      margin-top: calc(22px + 24 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .il__item__meta {
      margin-top: 46px; } }
  @media screen and (min-width: 375px) {
    .il__item__meta {
      margin-bottom: calc(-8px + -4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .il__item__meta {
      margin-bottom: -12px; } }

@media (max-width: 719px) {
  .item-listing--columns-3 {
    padding-bottom: 1.4285714286rem; }
  .item-listing--columns-3 .il__item {
    width: 45.2370324078%;
    float: left; }
    .item-listing--columns-3 .il__item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .item-listing--columns-3 .il__item:nth-child(2n + 2) {
      margin-left: 54.7629675922%;
      margin-right: -100%;
      clear: none; }
  .item-listing--columns-2 .il__item,
  .item-listing--columns-3.item-listing--our_news .il__item,
  .item-listing--columns-3.item-listing--external_news .il__item,
  .item-listing--columns-3.item-listing--success_story .il__item,
  .item-listing--columns-3.item-listing--press .il__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translateY(0) !important;
         -o-transform: translateY(0) !important;
            transform: translateY(0) !important; }
  .item-listing--columns-3 .il__item:nth-child(2n + 2) {
    margin-right: 0; }
  .item-listing--direction-right .il__item:nth-child(2n + 1),
  .item-listing--direction-left .il__item:nth-child(2n + 2) {
    -webkit-transform: translateY(1.4285714286rem);
         -o-transform: translateY(1.4285714286rem);
            transform: translateY(1.4285714286rem); }
  .item-listing--our_news .il__item__content,
  .item-listing--external_news .il__item__content,
  .item-listing--success_story .il__item__content,
  .item-listing--press .il__item__content {
    display: none; } }

@media (min-width: 720px) {
  .item-listing {
    width: 74.0382156297%;
    margin-left: 12.9808921852%;
    padding-bottom: 4.7619047619rem; }
  .side-headline + .item-listing {
    margin-left: 3.8471374813%; }
  .item-listing--columns-2 .il__item {
    width: 47.4019245004%;
    float: left; }
    .item-listing--columns-2 .il__item:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .item-listing--columns-2 .il__item:nth-child(2n + 2) {
      margin-left: 52.5980754996%;
      margin-right: -100%;
      clear: none; }
  .item-listing--columns-3 .il__item {
    width: 29.8692326672%;
    float: left; }
    .item-listing--columns-3 .il__item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .item-listing--columns-3 .il__item:nth-child(3n + 2) {
      margin-left: 35.0653836664%;
      margin-right: -100%;
      clear: none; }
    .item-listing--columns-3 .il__item:nth-child(3n + 3) {
      margin-left: 70.1307673328%;
      margin-right: -100%;
      clear: none; }
  .item-listing--columns-3 .il__item:nth-child(3n + 3),
  .item-listing--columns-2 .il__item:nth-child(2n + 2) {
    margin-right: 0; }
  .item-listing--direction-right.item-listing--columns-3 .il__item:nth-child(3n + 1),
  .item-listing--direction-left.item-listing--columns-3 .il__item:nth-child(3n + 3),
  .item-listing--direction-right.item-listing--columns-2 .il__item:nth-child(2n + 1),
  .item-listing--direction-left.item-listing--columns-2 .il__item:nth-child(2n + 2) {
    -webkit-transform: translateY(4.7619047619rem);
         -o-transform: translateY(4.7619047619rem);
            transform: translateY(4.7619047619rem); }
  .item-listing--direction-right.item-listing--columns-3 .il__item:nth-child(3n + 2),
  .item-listing--direction-left.item-listing--columns-3 .il__item:nth-child(3n + 2) {
    -webkit-transform: translateY(2.380952381rem);
         -o-transform: translateY(2.380952381rem);
            transform: translateY(2.380952381rem); }
  .item-listing--success_story .il__item__content {
    text-indent: -0.2857142857rem; } }

.roadmap__header {
  float: left;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 60px; }
  @media screen and (min-width: 375px) {
    .roadmap__header {
      padding-top: calc(55px + 45 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .roadmap__header {
      padding-top: 100px; } }
  @media screen and (min-width: 375px) {
    .roadmap__header {
      padding-bottom: calc(60px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .roadmap__header {
      padding-bottom: 100px; } }

.roadmap__header__btn {
  float: left; }

@media (max-width: 719px) {
  .roadmap__title {
    width: 54.7629675922%;
    margin-bottom: 1.6666666667rem; }
  .roadmap__header__btn {
    margin-right: 15px;
    margin-bottom: 15px; } }

@media (min-width: 720px) {
  .roadmap__title {
    float: left;
    width: 100%;
    margin-bottom: 2.380952381rem; }
  .roadmap__header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .roadmap__header__btn {
    margin-right: 3.8471374813%; }
  .roadmap__header__btn:last-child {
    margin-right: 0; } }

@media (min-width: 1500px) {
  .roadmap__title {
    width: 22.114646889%;
    margin-right: 3.8471374813%;
    margin-bottom: 0; }
  .roadmap__header__buttons {
    width: 74.0382156297%; }
  .roadmap__header__btn {
    margin-right: 3%; }
  .roadmap__header__btn:last-child {
    margin-right: 0; } }

.roadmap__illustration {
  position: relative;
  float: left;
  width: 100%;
  background: #f7f7f7;
  text-align: center; }

.roadmap__figure {
  position: relative;
  display: inline-block; }

.roadmap__figure img {
  width: 100%; }

.roadmap__illustration__credit {
  position: absolute;
  text-align: right;
  color: #9b9b9b;
  font-size: 13px;
  line-height: 13px; }
  @media screen and (min-width: 375px) {
    .roadmap__illustration__credit {
      font-size: calc(13px + 2 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .roadmap__illustration__credit {
      font-size: 15px; } }
  @media screen and (min-width: 375px) {
    .roadmap__illustration__credit {
      line-height: calc(13px + 2 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .roadmap__illustration__credit {
      line-height: 15px; } }

.roadmap__illustration__button {
  position: absolute;
  border-radius: 100%;
  background: #00C7B1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  outline: none; }

.roadmap__illustration__button:not(.roadmap__illustration__button--label).touch-active {
  background-color: #000; }

.roadmap__illustration__button--label {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #000;
  color: #000; }

@media (max-width: 719px) {
  .roadmap__illustration {
    width: 119.04761905%;
    margin-left: -9.5238095238%;
    margin-right: -9.5238095238%;
    padding-top: 60px;
    padding-bottom: 82px; }
  .roadmap__figure img {
    width: 84%;
    margin-top: 0.6666666667rem; }
  .roadmap__illustration__credit {
    right: 9.5259351844%;
    bottom: 22px; }
  .roadmap__illustration__button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px; }
  .roadmap__illustration__button:nth-child(1) {
    left: 46.666666667%;
    top: -1.6666666667%; }
  .roadmap__illustration__button:nth-child(2) {
    left: 65.066666667%;
    top: -6.6666666667%; }
  .roadmap__illustration__button:nth-child(3) {
    left: 85.866666667%;
    top: -3.6666666667%; }
  .roadmap__illustration__button:nth-child(4) {
    left: 65.066666667%;
    top: 31.333333333%; }
  .roadmap__illustration__button:nth-child(5) {
    left: 41.6%;
    top: 39.333333333%; }
  .roadmap__illustration__button:nth-child(6) {
    left: 85.6%;
    top: 42.333333333%; }
  .roadmap__illustration__button:nth-child(7) {
    left: 73.066666667%;
    top: 88.666666667%; }
  .roadmap__illustration__button:nth-child(8) {
    left: 10.666666667%;
    top: 44%; } }

@media (min-width: 720px) {
  .roadmap__illustration {
    width: 123.076923076%;
    margin-left: -11.538461538%;
    margin-right: -11.538461538%;
    padding-top: 3.2857142857rem;
    padding-bottom: 2.4285714286rem; }
  .roadmap__wrap {
    width: 81.25%;
    margin: 0 auto;
    position: relative; }
  .roadmap__figure {
    width: 625px;
    height: 500px; }
  .roadmap__illustration__credit {
    right: 0;
    bottom: 0; }
  .roadmap__illustration__button {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .roadmap__illustration__button:not(.roadmap__illustration__button--label):hover {
    background-color: #000; }
  .roadmap__illustration__button:nth-child(1) {
    left: 302px;
    top: 7px; }
  .roadmap__illustration__button:nth-child(2) {
    left: 421px;
    top: -20px; }
  .roadmap__illustration__button:nth-child(3) {
    left: 561px;
    top: -6px; }
  .roadmap__illustration__button:nth-child(4) {
    left: 419px;
    top: 177px; }
  .roadmap__illustration__button:nth-child(5) {
    left: 270px;
    top: 230px; }
  .roadmap__illustration__button:nth-child(6) {
    left: 559px;
    top: 248px; }
  .roadmap__illustration__button:nth-child(7) {
    left: 464px;
    top: 478px; }
  .roadmap__illustration__button:nth-child(8) {
    left: 66px;
    top: 269px; } }

.roadmap__items {
  float: left;
  width: 100%; }

.roadmap__item {
  position: relative; }

.roadmap__criteria__btn.btn {
  vertical-align: top; }

@media (max-width: 719px) {
  .roadmap__criteria__btn.btn {
    margin: 0.7142857143rem 0.7142857143rem 0 0; }
  .roadmap__criteria__btn.btn:last-child {
    margin-right: 0; }
  .roadmap__item .roadmap__illustration__button {
    position: relative;
    display: inline-block;
    margin-top: 3.3333333333rem;
    left: auto;
    top: auto; }
  .text__body--roadmap h2 {
    margin-top: 1.3333333333rem; } }

@media (min-width: 720px) {
  .text__body--roadmap,
  .roadmap__items__criteria {
    margin-left: 17.5326918332%;
    width: 82.4673081668%; }
  .roadmap__criteria__btn.btn {
    margin-top: 0.8571428571rem;
    margin-right: 0.8571428571rem; }
  .roadmap__item .roadmap__illustration__button {
    left: 0;
    top: 56px; } }
  @media screen and (min-width: 720px) and (min-width: 375px) {
    .roadmap__item .roadmap__illustration__button {
      top: calc(56px + 42 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .roadmap__item .roadmap__illustration__button {
      top: 98px; } }

@media (min-width: 720px) {
  .text__body--roadmap h2 {
    margin-top: 60px; } }
  @media screen and (min-width: 720px) and (min-width: 375px) {
    .text__body--roadmap h2 {
      margin-top: calc(60px + 32 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .text__body--roadmap h2 {
      margin-top: 92px; } }

.contact {
  position: relative;
  float: left;
  width: 100%;
  background: #f7f7f7;
  margin-top: 180px;
  padding-top: 55px;
  padding-bottom: 55px; }
  @media screen and (min-width: 375px) {
    .contact {
      margin-top: calc(180px + 20 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .contact {
      margin-top: 200px; } }
  @media screen and (min-width: 375px) {
    .contact {
      padding-top: calc(55px + 37 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .contact {
      padding-top: 92px; } }
  @media screen and (min-width: 375px) {
    .contact {
      padding-bottom: calc(55px + 37 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .contact {
      padding-bottom: 92px; } }

.contact__column {
  float: left; }

.contact__column h2 {
  margin-top: 0; }

.contact__column p {
  margin-bottom: 0; }

.contact .btn,
.contact input[type="submit"] {
  margin-top: 30px; }
  @media screen and (min-width: 375px) {
    .contact .btn,
    .contact input[type="submit"] {
      margin-top: calc(30px + 15 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .contact .btn,
    .contact input[type="submit"] {
      margin-top: 45px; } }

input.wpcf7-not-valid::-webkit-input-placeholder {
  color: #D0011B; }

input.wpcf7-not-valid::-moz-placeholder {
  color: #D0011B; }

input.wpcf7-not-valid:-ms-input-placeholder {
  color: #D0011B; }

textarea.wpcf7-not-valid::-webkit-input-placeholder {
  color: #D0011B; }

textarea.wpcf7-not-valid::-moz-placeholder {
  color: #D0011B; }

textarea.wpcf7-not-valid:-ms-input-placeholder {
  color: #D0011B; }

.wpcf7-not-valid {
  color: #D0011B !important; }

.wpcf7-not-valid-tip {
  display: none !important; }

.contact .wpcf7-response-output {
  position: absolute;
  padding: 0;
  margin: 0;
  color: #D0011B;
  border: 0;
  font-size: 0.8571428571rem;
  text-align: left;
  letter-spacing: 0.3px; }

.contact .wpcf7-validation-errors {
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1rem 1rem 2rem;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  line-height: 0.9047619048rem;
  color: #fff; }

.contact .wpcf7-mail-sent-ok {
  position: relative;
  color: #000;
  font-size: 1rem;
  bottom: auto; }

.wpcf7-form.sent p,
.wpcf7-form.sent small {
  display: none; }

.contact .wpcf7-form-control {
  margin-top: 0.8571428571rem; }

.contact__title {
  margin-bottom: 52px; }
  @media screen and (min-width: 375px) {
    .contact__title {
      margin-bottom: calc(52px + 13 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .contact__title {
      margin-bottom: 65px; } }

.contact[is="ffg-contact"] input,
.contact[is="ffg-contact"] select,
.contact[is="ffg-contact"] textarea {
  visibility: hidden; }

.contact[is="ffg-contact"].loaded input,
.contact[is="ffg-contact"].loaded select,
.contact[is="ffg-contact"].loaded textarea {
  visibility: visible; }

.contact__select__arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #d8d8d8;
  -webkit-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
  pointer-events: none; }

.contact__small {
  position: absolute;
  color: #b4b4b4;
  font-size: 0.8571428571rem; }

@media (max-width: 719px) {
  .contact {
    width: 119.04761905%;
    margin-left: -9.5238095238%;
    margin-right: -9.5238095238%; }
  .contact__column {
    width: 100%;
    padding: 0 8%; }
  .contact .wpcf7-form-control {
    margin-top: 2.5714285714rem; }
  .contact[is="ffg-contact"] .wpcf7-form-control {
    margin-top: 0.8571428571rem; }
  .contact textarea {
    height: 6.5238095238rem; }
  .contact .wpcf7-mail-sent-ok {
    position: relative;
    bottom: auto;
    margin-top: 2.5714285714rem;
    padding: 0;
    float: left;
    width: 72.6185162039%; }
  .contact[is="ffg-contact"] .wpcf7-mail-sent-ok {
    margin-top: 0;
    padding: 0 8%;
    width: 100%; }
  .contact[is="ffg-contact"] .wpcf7-submit {
    margin-top: 60px; }
  .contact__small {
    bottom: 140px;
    left: 9.5259351844%;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%); } }

@media (min-width: 720px) {
  .contact__column {
    width: 35.0955390742%;
    margin-left: 12.9808921852%; }
  .contact__column--full {
    width: 74.0382156297%;
    margin-left: 12.9808921852%; }
  .contact__column--right {
    margin-left: 3.8471374813%; }
  .contact textarea {
    height: 9.1904761905rem; }
  .contact .wpcf7-mail-sent-ok {
    margin-top: 0;
    width: 100%;
    float: left;
    padding: 0 12.9808921852%; }
  .contact__small {
    left: 12.9808921852%;
    bottom: 77px; } }
  @media screen and (min-width: 720px) and (min-width: 720px) {
    .contact__small {
      bottom: calc(77px + 33 * (100vw - 720px) / 880); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .contact__small {
      bottom: 110px; } }

.self-check__header {
  margin-bottom: 55px; }
  @media screen and (min-width: 375px) {
    .self-check__header {
      margin-bottom: calc(55px + 37 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__header {
      margin-bottom: 92px; } }

.self-check__cat-nav {
  margin-top: -54px; }
  @media screen and (min-width: 375px) {
    .self-check__cat-nav {
      margin-top: calc(-54px + 10 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__cat-nav {
      margin-top: -44px; } }

.self-check__cat-nav .cat-nav__button {
  padding-top: 54px;
  font-size: 15px; }
  @media screen and (min-width: 375px) {
    .self-check__cat-nav .cat-nav__button {
      padding-top: calc(54px + -10 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__cat-nav .cat-nav__button {
      padding-top: 44px; } }
  @media screen and (min-width: 375px) {
    .self-check__cat-nav .cat-nav__button {
      font-size: calc(15px + 3 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__cat-nav .cat-nav__button {
      font-size: 18px; } }

.self-check__cat-nav .cat-nav__button button {
  white-space: nowrap;
  float: left; }

.self-check__cat-nav .cat-nav__button svg {
  margin-left: 12px;
  display: none;
  float: left; }
  @media screen and (min-width: 375px) {
    .self-check__cat-nav .cat-nav__button svg {
      margin-left: calc(12px + -4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__cat-nav .cat-nav__button svg {
      margin-left: 8px; } }

.self-check__cat-nav .cat-nav__button--answered svg {
  display: inline-block;
  margin-bottom: -6px;
  width: 21px;
  height: 21px; }
  @media screen and (min-width: 375px) {
    .self-check__cat-nav .cat-nav__button--answered svg {
      width: calc(21px + 6 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__cat-nav .cat-nav__button--answered svg {
      width: 27px; } }
  @media screen and (min-width: 375px) {
    .self-check__cat-nav .cat-nav__button--answered svg {
      height: calc(21px + 6 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__cat-nav .cat-nav__button--answered svg {
      height: 27px; } }

.self-check__quiz {
  position: relative;
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding-top: 55px;
  padding-bottom: 55px; }
  @media screen and (min-width: 375px) {
    .self-check__quiz {
      padding-top: calc(55px + 37 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz {
      padding-top: 92px; } }
  @media screen and (min-width: 375px) {
    .self-check__quiz {
      padding-bottom: calc(55px + 37 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz {
      padding-bottom: 92px; } }

.self-check__quiz-title {
  padding-bottom: 55px; }
  @media screen and (min-width: 375px) {
    .self-check__quiz-title {
      padding-bottom: calc(55px + 37 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz-title {
      padding-bottom: 92px; } }

.self-check__quiz-holder fieldset {
  margin-bottom: 55px; }
  @media screen and (min-width: 375px) {
    .self-check__quiz-holder fieldset {
      margin-bottom: calc(55px + -20 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz-holder fieldset {
      margin-bottom: 35px; } }
  .self-check__quiz-holder fieldset:last-of-type {
    margin-bottom: 0; }

.self-check__number-label {
  display: block;
  position: absolute;
  border-radius: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  outline: none;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #000;
  color: #000; }

.self-check__question-label {
  margin-bottom: 25px; }
  @media screen and (min-width: 375px) {
    .self-check__question-label {
      margin-bottom: calc(25px + 12 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__question-label {
      margin-bottom: 37px; } }
  .self-check__question-label ul {
    list-style: none;
    margin-top: 8px;
    color: #9b9b9b;
    font-size: 0.8571428571rem; }
    @media screen and (min-width: 375px) {
      .self-check__question-label ul {
        margin-top: calc(8px + 8 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .self-check__question-label ul {
        margin-top: 16px; } }
  .self-check__question-label a {
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none; }

.self-check__question-label,
.self-check__inputs {
  width: 72.6185162039%;
  float: right; }

.self-check__inputs {
  position: relative;
  margin-top: -15px; }

.self-check__inputs input[type="radio"] {
  width: 1px;
  height: 1px;
  z-index: -9999;
  position: absolute;
  opacity: 0; }

.self-check__inputs input[type="radio"] + label {
  margin-top: 15px;
  margin-left: 15px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 80px;
  display: inline-block; }
  @media screen and (min-width: 375px) {
    .self-check__inputs input[type="radio"] + label {
      width: calc(80px + 20 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__inputs input[type="radio"] + label {
      width: 100px; } }
  .self-check__inputs input[type="radio"] + label:nth-of-type(odd), .self-check__inputs input[type="radio"] + label:first-of-type {
    margin-left: 0; }

.self-check__inputs input[type="number"] {
  margin-top: 15px;
  width: 4.6666666667rem;
  padding-right: 1rem;
  text-align: center;
  font-weight: bold; }

.self-check__inputs input[type="number"] + label {
  margin-top: 15px;
  margin-left: -1rem;
  margin-right: 8px;
  padding-top: 0.2380952381rem; }

.self-check__error {
  display: none;
  text-align: center;
  color: #D0011B;
  font-size: 15px; }
  @media screen and (min-width: 375px) {
    .self-check__error {
      font-size: calc(15px + 3 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__error {
      font-size: 18px; } }

.self-check__quiz--invalid .self-check__error {
  display: block; }

.self-check__error,
.self-check__submit {
  margin-top: 60px; }
  @media screen and (min-width: 375px) {
    .self-check__error,
    .self-check__submit {
      margin-top: calc(60px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__error,
    .self-check__submit {
      margin-top: 100px; } }

.self-check__quiz-outro {
  display: none; }

.self-check__quiz-outro dl {
  margin-bottom: 30px; }
  @media screen and (min-width: 375px) {
    .self-check__quiz-outro dl {
      margin-bottom: calc(30px + 30 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz-outro dl {
      margin-bottom: 60px; } }

.self-check__quiz-outro dt,
.self-check__quiz-outro dd {
  margin-bottom: 1rem; }
  .self-check__quiz-outro dt:last-of-type,
  .self-check__quiz-outro dd:last-of-type {
    margin-bottom: 0; }

.self-check__quiz-outro dt {
  display: inline-block;
  clear: right;
  float: left; }

.self-check__quiz-outro dd {
  font-weight: bold;
  display: block;
  float: right;
  clear: right; }

.self-check__quiz-outro h2 {
  margin-top: 60px; }
  @media screen and (min-width: 375px) {
    .self-check__quiz-outro h2 {
      margin-top: calc(60px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz-outro h2 {
      margin-top: 100px; } }

.self-check__quiz-outro .ctas {
  margin-top: 25px; }
  @media screen and (min-width: 375px) {
    .self-check__quiz-outro .ctas {
      margin-top: calc(25px + 37 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz-outro .ctas {
      margin-top: 62px; } }

.self-check__quiz-outro .ctas .btn {
  padding-left: 27px;
  padding-right: 27px;
  margin-right: 16px;
  margin-top: 30px; }
  @media screen and (min-width: 375px) {
    .self-check__quiz-outro .ctas .btn {
      padding-left: calc(27px + 9 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz-outro .ctas .btn {
      padding-left: 36px; } }
  @media screen and (min-width: 375px) {
    .self-check__quiz-outro .ctas .btn {
      padding-right: calc(27px + 9 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz-outro .ctas .btn {
      padding-right: 36px; } }
  .self-check__quiz-outro .ctas .btn:first-of-type {
    margin-top: 0; }

.self-check__quiz--done .self-check__quiz-holder {
  display: none; }

.self-check__quiz--done .self-check__quiz-outro {
  display: block; }

.self-check__quiz--done .self-check__quiz-outro--level .none {
  display: none; }

.self-check__quiz--done .self-check__quiz-outro--none .level {
  display: none; }

.self-check__quiz-submit-holder {
  display: none; }

.self-check__quiz-outro input[type="text"] {
  width: 100%;
  float: left; }

.self-check__quiz-outro .self-check__quiz-outro-submit {
  display: block;
  margin-bottom: 60px; }
  @media screen and (min-width: 375px) {
    .self-check__quiz-outro .self-check__quiz-outro-submit {
      margin-bottom: calc(60px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .self-check__quiz-outro .self-check__quiz-outro-submit {
      margin-bottom: 100px; } }
  .self-check__quiz-outro .self-check__quiz-outro-submit .wpcf7-form-control {
    margin-top: 0.8571428571rem; }
  .self-check__quiz-outro .self-check__quiz-outro-submit .submit__small,
  .self-check__quiz-outro .self-check__quiz-outro-submit .wpcf7-submit {
    margin-top: 30px; }
    @media screen and (min-width: 375px) {
      .self-check__quiz-outro .self-check__quiz-outro-submit .submit__small,
      .self-check__quiz-outro .self-check__quiz-outro-submit .wpcf7-submit {
        margin-top: calc(30px + 30 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .self-check__quiz-outro .self-check__quiz-outro-submit .submit__small,
      .self-check__quiz-outro .self-check__quiz-outro-submit .wpcf7-submit {
        margin-top: 60px; } }
  .self-check__quiz-outro .self-check__quiz-outro-submit .submit__small {
    position: static;
    left: 0;
    bottom: 0;
    float: left;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    line-height: 1; }
  .self-check__quiz-outro .self-check__quiz-outro-submit .wpcf7-submit {
    float: right; }
  .self-check__quiz-outro .self-check__quiz-outro-submit .submit__response-output {
    display: none; }
  .self-check__quiz-outro .self-check__quiz-outro-submit.error .submit__response-output {
    margin-top: 20px;
    display: block;
    color: red; }
    @media screen and (min-width: 375px) {
      .self-check__quiz-outro .self-check__quiz-outro-submit.error .submit__response-output {
        margin-top: calc(20px + 20 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .self-check__quiz-outro .self-check__quiz-outro-submit.error .submit__response-output {
        margin-top: 40px; } }
  .self-check__quiz-outro .self-check__quiz-outro-submit.sent .submit__inputs {
    display: none; }
  .self-check__quiz-outro .self-check__quiz-outro-submit.sent .submit__response-output {
    display: block; }

.self-check {
  float: left;
  width: 100%; }

.text + .self-check {
  margin-top: 4.4761904762rem; }

@media (min-width: 409px) and (max-width: 719px) {
  .self-check__inputs input[type="radio"] + label:not(:first-of-type):nth-of-type(odd) {
    margin-left: 15px; } }

@media (max-width: 719px) {
  .self-check__quiz {
    width: 119.04761905%;
    margin-left: -9.5238095238%;
    margin-right: -9.5238095238%;
    padding-left: 8%;
    padding-right: 8%; }
  .self-check__cat-title {
    margin-bottom: 54px; }
  .self-check__number-label {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px; }
  .self-check__submit {
    margin-left: 27.3814837961%; }
  .self-check__quiz-outro dd {
    width: 45.2370324078%; }
  .self-check__quiz-outro .self-check__quiz-outro-submit .wpcf7-form-control {
    margin-top: 2.5714285714rem; }
    .self-check__quiz-outro .self-check__quiz-outro-submit .wpcf7-form-control:first-of-type {
      margin-top: 0; }
  .self-check__quiz-outro .self-check__quiz-outro-submit .submit__small {
    width: 45.2370324078%; }
  .self-check__quiz-outro .self-check__quiz-outro-submit .wpcf7-submit {
    min-width: 45.2370324078%; } }

@media (min-width: 720px) {
  .self-check__header,
  .self-check__quiz-title,
  .self-check__quiz-holder,
  .self-check__quiz-outro {
    margin-left: 12.9808921852%; }
  .self-check__cat-title {
    width: 22.114646889%;
    float: left; }
  .self-check__cat-nav {
    float: right;
    margin-right: 12.9808921852%;
    width: 61.0573234445%; }
  .self-check__quiz-title,
  .self-check__quiz-holder {
    width: 74.0382156297%; }
  .self-check__quiz-holder legend {
    width: 64.9346163336%;
    float: left; }
  .self-check__number-label {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .self-check__question-label {
    margin-left: 27.0005319553%;
    width: 72.9994680447%;
    float: left; }
  .self-check__inputs {
    width: 29.8692326672%;
    float: right;
    text-align: right; }
  .self-check__error {
    float: left;
    padding-top: 10px; } }
  @media screen and (min-width: 720px) and (min-width: 375px) {
    .self-check__error {
      padding-top: calc(10px + 2 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .self-check__error {
      padding-top: 12px; } }

@media (min-width: 720px) {
  .self-check__submit {
    float: right; }
  .self-check__quiz-outro dd,
  .self-check__quiz-outro input[type="text"] {
    width: 45.9989360894%; }
  .self-check__quiz--done .self-check__quiz-title,
  .self-check__quiz-outro {
    margin-left: 25.9617843703%;
    width: 48.0764312594%; }
  .self-check__quiz-outro .self-check__quiz-outro-submit input[type="text"]:nth-of-type(odd),
  .self-check__quiz-outro .self-check__quiz-outro-submit .submit__small {
    margin-right: 8.0021278213%; }
  .self-check__quiz-outro .self-check__quiz-outro-submit .submit__small {
    width: 45.9989360894%; }
  .self-check__quiz-outro .self-check__quiz-outro-submit .wpcf7-submit {
    float: left;
    min-width: none; } }

@media (min-width: 1351px) {
  .self-check__cat-nav .cat-nav__button {
    width: 46.8495691719%; }
    .self-check__cat-nav .cat-nav__button:nth-child(odd) {
      float: left; }
    .self-check__cat-nav .cat-nav__button:nth-child(even) {
      float: right; } }

.innovation-lounge-header {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff; }
  .innovator .innovation-lounge-header {
    position: relative; }
  .innovation-lounge-header .container {
    width: 75%;
    padding: 48px 0 48px 96px;
    visibility: hidden; }
    .innovation-lounge-header .container:after {
      content: " ";
      display: table;
      clear: both; }
  .innovation-lounge-header h1 {
    margin-top: 18px; }
    @media screen and (min-width: 375px) {
      .innovation-lounge-header h1 {
        margin-top: calc(18px + 4 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .innovation-lounge-header h1 {
        margin-top: 22px; } }
  .innovation-lounge-header .description {
    margin-top: 18px;
    opacity: 1;
    overflow: hidden; }
    @media screen and (min-width: 375px) {
      .innovation-lounge-header .description {
        margin-top: calc(18px + 4 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .innovation-lounge-header .description {
        margin-top: 22px; } }
    .innovation-lounge-header .description p:first-child {
      margin-top: 0; }
    .innovation-lounge-header .description p {
      font-weight: 500; }
  .innovation-lounge-header button.innovation-lounge-header__btn-read-more-toggle {
    margin-top: 18px;
    border: 0;
    background: none;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
    outline: none; }
    @media screen and (min-width: 375px) {
      .innovation-lounge-header button.innovation-lounge-header__btn-read-more-toggle {
        margin-top: calc(18px + 4 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .innovation-lounge-header button.innovation-lounge-header__btn-read-more-toggle {
        margin-top: 22px; } }
  .innovation-lounge-header button.innovation-lounge-header__btn-back {
    position: fixed;
    height: 48px;
    top: 18px;
    right: 18px;
    padding: 8px;
    border: 3px solid;
    background: none;
    min-width: 128px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    outline: none; }
  .innovation-lounge-header.minimized h1 {
    font-size: 48px;
    margin-top: -8px; }
  .innovation-lounge-header.minimized .description {
    margin-top: 0px;
    opacity: 0.6; }
  .innovation-lounge-header.minimized .container {
    padding-bottom: 32px; }
  .innovation-lounge-header.initialized {
    visibility: visible; }
    .innovation-lounge-header.initialized .wrapper,
    .innovation-lounge-header.initialized .container {
      visibility: visible; }

.innovation-lounge-header--spacer {
  position: relative;
  width: 100%; }

.innovation-lounge-gallery {
  position: relative;
  width: 100%; }
  .innovation-lounge-gallery:after {
    content: " ";
    display: table;
    clear: both; }
  .innovation-lounge-gallery ul.innovation-lounge-gallery__items,
  .innovation-lounge-gallery li.gallery-item {
    list-style-type: none; }
  .innovation-lounge-gallery .gallery-item {
    position: relative;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    float: left;
    visibility: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; }
  .innovation-lounge-gallery .gallery-item__overlay {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none; }
  .innovation-lounge-gallery .gallery-item__body {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0; }
    .innovation-lounge-gallery .gallery-item__body h2, .innovation-lounge-gallery .gallery-item__body h4 {
      color: #fff; }
    .innovation-lounge-gallery .gallery-item__body h2 {
      position: relative;
      bottom: 30px; }
    .innovation-lounge-gallery .gallery-item__body h4 {
      position: relative;
      bottom: 0;
      height: 60px; }
  .innovation-lounge-gallery.initialized .gallery-item {
    visibility: visible; }

.v2-static-title {
  margin-top: 16px; }
  @media screen and (min-width: 375px) {
    .v2-static-title {
      margin-top: calc(16px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-static-title {
      margin-top: 56px; } }
  .v2-static-title .v2-static-title__rows {
    display: block; }
  .v2-static-title h1 {
    text-transform: uppercase; }
  .v2-static-title span.outlined {
    display: block;
    color: #fff;
    letter-spacing: 1.5px; }
  .v2-static-title span.filled {
    display: block;
    color: #000;
    letter-spacing: 0.3px; }
    @media (min-width: 720px) {
      .v2-static-title span.filled {
        letter-spacing: 0.6px; } }
  .v2-static-title .v2-static-title__description {
    width: 100%;
    margin-top: 16px; }
    @media (min-width: 720px) {
      .v2-static-title .v2-static-title__description {
        width: calc( (100% / 12) * 7); } }
    @media screen and (min-width: 375px) {
      .v2-static-title .v2-static-title__description {
        margin-top: calc(16px + 32 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-static-title .v2-static-title__description {
        margin-top: 48px; } }

.v2-promo {
  position: relative;
  width: 100%; }
  .v2-promo:after {
    content: " ";
    display: table;
    clear: both; }

.v2-promo__spacer {
  position: relative;
  visibility: hidden;
  width: 100%; }

.v2-promo__color-block__wrapper,
.v2-promo__media-block__wrapper {
  width: 100%; }
  @media (min-width: 720px) {
    .v2-promo__color-block__wrapper,
    .v2-promo__media-block__wrapper {
      width: calc( (100% / 12) * 11); } }

.v2-promo__color-block,
.v2-promo__media-block {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .mobile .v2-promo.image .v2-promo__color-block, .mobile .v2-promo.image
  .v2-promo__media-block {
    padding-bottom: 75%; }

.v2-promo__color-block {
  background: #00C7B1; }
  .v2-promo__color-block h4 {
    opacity: 0;
    font-size: 16px;
    line-height: 20px; }
    @media screen and (min-width: 375px) {
      .v2-promo__color-block h4 {
        font-size: calc(16px + 16 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-promo__color-block h4 {
        font-size: 32px; } }
    @media screen and (min-width: 375px) {
      .v2-promo__color-block h4 {
        line-height: calc(20px + 12 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-promo__color-block h4 {
        line-height: 32px; } }
  .initialized .v2-promo__color-block h4 {
    opacity: 1;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
         -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }

.v2-promo__media-block__wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: hidden; }
  .initialized .v2-promo__media-block__wrapper {
    visibility: visible;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
         -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .v2-promo__media-block__wrapper:after {
    content: " ";
    display: table;
    clear: both; }

.v2-promo__media-block {
  position: relative;
  overflow: hidden; }
  .v2-promo__media-block .v2-promo__image {
    -webkit-transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  .v2-promo__media-block:hover .v2-promo__image {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1); }

.v2-promo__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.v2-promo__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center; }
  .v2-promo__overlay:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }

.v2-promo__overlay div.v2-promo__overlay-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96%;
  font-size: 25px;
  line-height: 24px;
  margin-bottom: 18px;
  font-weight: 700; }
  @media screen and (min-width: 400px) {
    .v2-promo__overlay div.v2-promo__overlay-container {
      width: 80%; } }
  @media screen and (min-width: 375px) {
    .v2-promo__overlay div.v2-promo__overlay-container {
      font-size: calc(25px + 45 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-promo__overlay div.v2-promo__overlay-container {
      font-size: 70px; } }
  @media screen and (min-width: 375px) {
    .v2-promo__overlay div.v2-promo__overlay-container {
      line-height: calc(24px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-promo__overlay div.v2-promo__overlay-container {
      line-height: 64px; } }
  @media screen and (min-width: 375px) {
    .v2-promo__overlay div.v2-promo__overlay-container {
      margin-bottom: calc(18px + 46 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-promo__overlay div.v2-promo__overlay-container {
      margin-bottom: 64px; } }

.vv2-promo__overlay .v2-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }

.v2-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .v2-video video {
    width: 100%;
    height: auto; }

.v2-video__poster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }
  .v2-video__poster img {
    width: 100%;
    height: auto; }
  .v2-video__poster:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }

.v2-video__controls-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  .v2-video__controls-play .btn-play {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 3px solid #000;
    border-radius: 100%;
    background: #fff;
    pointer-events: none; }
    @media screen and (min-width: 375px) {
      .v2-video__controls-play .btn-play {
        width: calc(44px + 84 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-video__controls-play .btn-play {
        width: 128px; } }
    @media screen and (min-width: 375px) {
      .v2-video__controls-play .btn-play {
        height: calc(44px + 84 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-video__controls-play .btn-play {
        height: 128px; } }
    .v2-video__controls-play .btn-play svg {
      width: 100%;
      height: 100%; }

.v2-promo .v2-video.playing .v2-video__poster,
.v2-promo .v2-video.playing .v2-video__controls-play {
  display: none; }

.v2-promo .v2-video.paused .v2-video__poster {
  display: none; }

.v2-visit-us h3 {
  margin-bottom: 8px; }
  @media screen and (min-width: 375px) {
    .v2-visit-us h3 {
      margin-bottom: calc(8px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-visit-us h3 {
      margin-bottom: 24px; } }

.v2-visit-us .v2-section__column + .v2-section__column {
  margin-top: 56px; }
  @media (min-width: 720px) {
    .v2-visit-us .v2-section__column + .v2-section__column {
      margin-top: 0; } }
  .v2-visit-us .v2-section__column + .v2-section__column div:first-child {
    margin-bottom: 32px; }
    @media screen and (min-width: 375px) {
      .v2-visit-us .v2-section__column + .v2-section__column div:first-child {
        margin-bottom: calc(32px + 40 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-visit-us .v2-section__column + .v2-section__column div:first-child {
        margin-bottom: 72px; } }

.v2-find-out-more .v2-section__column h2 {
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 0px; }
  @media screen and (min-width: 375px) {
    .v2-find-out-more .v2-section__column h2 {
      font-size: calc(20px + 30 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-find-out-more .v2-section__column h2 {
      font-size: 50px; } }
  @media screen and (min-width: 375px) {
    .v2-find-out-more .v2-section__column h2 {
      line-height: calc(44px + 0 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-find-out-more .v2-section__column h2 {
      line-height: 44px; } }
  @media screen and (min-width: 375px) {
    .v2-find-out-more .v2-section__column h2 {
      margin-bottom: calc(0px + 48 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-find-out-more .v2-section__column h2 {
      margin-bottom: 48px; } }

.v2-find-out-more .v2-section__column p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 375px) {
    .v2-find-out-more .v2-section__column p {
      margin-bottom: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-find-out-more .v2-section__column p {
      margin-bottom: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-find-out-more .v2-section__column p {
      font-size: calc(16px + 5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-find-out-more .v2-section__column p {
      font-size: 21px; } }
  @media screen and (min-width: 375px) {
    .v2-find-out-more .v2-section__column p {
      line-height: calc(24px + 2 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-find-out-more .v2-section__column p {
      line-height: 26px; } }

@media screen and (max-width: 719px) {
  .v2-find-out-more .v2-section__column:first-of-type {
    margin-bottom: 42px; } }

.v2-fashion-action-plan__step {
  margin-bottom: 32px; }
  @media (min-width: 720px) {
    .v2-fashion-action-plan__step {
      text-align: center; } }
  @media screen and (min-width: 375px) {
    .v2-fashion-action-plan__step {
      margin-bottom: calc(32px + -32 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-fashion-action-plan__step {
      margin-bottom: 0; } }
  .v2-fashion-action-plan__step:nth-of-type(2) {
    margin-top: 0; }
    @media screen and (min-width: 1px) {
      .v2-fashion-action-plan__step:nth-of-type(2) {
        margin-top: calc(0 + 168 * (100vw - 1px) / 719); } }
    @media screen and (min-width: 720px) {
      .v2-fashion-action-plan__step:nth-of-type(2) {
        margin-top: 168px; } }
  .v2-fashion-action-plan__step .v2-fashion-action-plan__image {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
    border-radius: 100%;
    float: left;
    margin-right: 16px; }
    @media screen and (min-width: 375px) {
      .v2-fashion-action-plan__step .v2-fashion-action-plan__image {
        width: calc(70px + 222 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-fashion-action-plan__step .v2-fashion-action-plan__image {
        width: 292px; } }
    @media screen and (min-width: 375px) {
      .v2-fashion-action-plan__step .v2-fashion-action-plan__image {
        height: calc(70px + 222 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-fashion-action-plan__step .v2-fashion-action-plan__image {
        height: 292px; } }
    @media screen and (min-width: 375px) {
      .v2-fashion-action-plan__step .v2-fashion-action-plan__image {
        margin-bottom: calc(14px + 14 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-fashion-action-plan__step .v2-fashion-action-plan__image {
        margin-bottom: 28px; } }
    @media (min-width: 720px) {
      .v2-fashion-action-plan__step .v2-fashion-action-plan__image {
        float: none;
        margin-right: auto;
        margin-left: auto; } }
  .v2-fashion-action-plan__step .v2-fashion-action-plan__body {
    float: left; }
    @media (min-width: 720px) {
      .v2-fashion-action-plan__step .v2-fashion-action-plan__body {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px; } }
  @media screen and (min-width: 720px) and (min-width: 375px) {
    .v2-fashion-action-plan__step .v2-fashion-action-plan__body {
      padding-left: calc(0px + 48 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .v2-fashion-action-plan__step .v2-fashion-action-plan__body {
      padding-left: 48px; } }
  @media screen and (min-width: 720px) and (min-width: 375px) {
    .v2-fashion-action-plan__step .v2-fashion-action-plan__body {
      padding-right: calc(0px + 48 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .v2-fashion-action-plan__step .v2-fashion-action-plan__body {
      padding-right: 48px; } }
  .v2-fashion-action-plan__step p {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px; }
    @media screen and (min-width: 375px) {
      .v2-fashion-action-plan__step p {
        font-size: calc(20px + 12 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-fashion-action-plan__step p {
        font-size: 32px; } }
    @media screen and (min-width: 375px) {
      .v2-fashion-action-plan__step p {
        line-height: calc(20px + 12 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-fashion-action-plan__step p {
        line-height: 32px; } }

@media screen and (max-width: 600px) {
  .v2-future-of-fashion h2 {
    margin-bottom: 18px; } }

@media screen and (min-width: 360px) {
  .v2-high-level-description h2 {
    max-width: 80%; } }

@media screen and (min-width: 515px) {
  .v2-high-level-description h2 {
    max-width: 70%; } }

@media screen and (min-width: 647px) {
  .v2-high-level-description h2 {
    max-width: 60%; } }

@media screen and (min-width: 721px) {
  .v2-high-level-description h2 {
    max-width: 100%; } }

@media screen and (min-width: 1260px) {
  .v2-high-level-description h2 {
    max-width: 80%; } }

.mobile .v2-partners {
  margin-bottom: 0px; }

.v2-partners .v2-section__title {
  margin-bottom: 28px; }
  @media screen and (min-width: 375px) {
    .v2-partners .v2-section__title {
      margin-bottom: calc(28px + 20 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-partners .v2-section__title {
      margin-bottom: 48px; } }

.v2-partners .v2-partners__list {
  list-style-type: none;
  margin-top: 28px; }
  .v2-partners .v2-partners__list:after {
    content: " ";
    display: table;
    clear: both; }
  @media screen and (min-width: 375px) {
    .v2-partners .v2-partners__list {
      margin-top: calc(28px + 20 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-partners .v2-partners__list {
      margin-top: 48px; } }

.v2-partners .v2-partners__list__item {
  position: relative;
  width: 45.871559633%;
  float: left;
  margin-bottom: 36px; }
  .v2-partners .v2-partners__list__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .v2-partners .v2-partners__list__item:nth-child(2n + 2) {
    margin-left: 54.128440367%;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 720px) {
    .v2-partners .v2-partners__list__item {
      width: 15.4929577465%;
      float: left; }
      .v2-partners .v2-partners__list__item:nth-child(6n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .v2-partners .v2-partners__list__item:nth-child(6n + 2) {
        margin-left: 16.9014084507%;
        margin-right: -100%;
        clear: none; }
      .v2-partners .v2-partners__list__item:nth-child(6n + 3) {
        margin-left: 33.8028169014%;
        margin-right: -100%;
        clear: none; }
      .v2-partners .v2-partners__list__item:nth-child(6n + 4) {
        margin-left: 50.7042253521%;
        margin-right: -100%;
        clear: none; }
      .v2-partners .v2-partners__list__item:nth-child(6n + 5) {
        margin-left: 67.6056338028%;
        margin-right: -100%;
        clear: none; }
      .v2-partners .v2-partners__list__item:nth-child(6n + 6) {
        margin-left: 84.5070422535%;
        margin-right: -100%;
        clear: none; }
      .tablet .v2-partners .v2-partners__list__item {
        width: 23.9436619718%;
        float: left; }
        .tablet .v2-partners .v2-partners__list__item:nth-child(4n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .tablet .v2-partners .v2-partners__list__item:nth-child(4n + 2) {
          margin-left: 25.3521126761%;
          margin-right: -100%;
          clear: none; }
        .tablet .v2-partners .v2-partners__list__item:nth-child(4n + 3) {
          margin-left: 50.7042253521%;
          margin-right: -100%;
          clear: none; }
        .tablet .v2-partners .v2-partners__list__item:nth-child(4n + 4) {
          margin-left: 76.0563380282%;
          margin-right: -100%;
          clear: none; } }
  @media screen and (min-width: 375px) {
    .v2-partners .v2-partners__list__item {
      margin-bottom: calc(36px + 20 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-partners .v2-partners__list__item {
      margin-bottom: 56px; } }

.v2-partners .v2-partners__partner {
  position: relative; }
  .v2-partners .v2-partners__partner .v2-partners__partner__logo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #f4f4f4; }
    .v2-partners .v2-partners__partner .v2-partners__partner__logo div {
      position: absolute;
      top: 16px;
      right: 16px;
      bottom: 16px;
      left: 16px;
      filter: grayscale(1);
      -wekbit-filter: grayscale(1); }
    .v2-partners .v2-partners__partner .v2-partners__partner__logo img {
      width: 100%;
      height: auto;
      visibility: hidden; }

.v2-partners .v2-partners__partner__description {
  position: absolute;
  font-size: 10px;
  line-heigth: 13px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 900; }
  @media screen and (min-width: 375px) {
    .v2-partners .v2-partners__partner__description {
      font-size: calc(10px + 2 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-partners .v2-partners__partner__description {
      font-size: 12px; } }
  @media screen and (min-width: 375px) {
    .v2-partners .v2-partners__partner__description {
      line-heigth: calc(13px + 1 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-partners .v2-partners__partner__description {
      line-heigth: 14px; } }
  @media screen and (min-width: 375px) {
    .v2-partners .v2-partners__partner__description {
      letter-spacing: calc(1.1px + 0.2 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-partners .v2-partners__partner__description {
      letter-spacing: 1.3px; } }

.v2-partners .v2-partners__link {
  text-align: center; }
  .v2-partners .v2-partners__link .v2-btn {
    position: relative; }

.grecaptcha-badge {
  display: none; }

.v2-promotional-signup .required {
  font-size: 10px;
  line-height: 10px;
  opacity: 0.8;
  margin-top: 24px; }
  @media screen and (min-width: 375px) {
    .v2-promotional-signup .required {
      font-size: calc(10px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-promotional-signup .required {
      font-size: 14px; } }
  @media screen and (min-width: 375px) {
    .v2-promotional-signup .required {
      line-height: calc(10px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-promotional-signup .required {
      line-height: 14px; } }
  @media screen and (min-width: 375px) {
    .v2-promotional-signup .required {
      margin-top: calc(24px + 0 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-promotional-signup .required {
      margin-top: 24px; } }

.v2-promotional-signup .recaptcha {
  font-size: 8px;
  line-height: 12px;
  opacity: 0.8;
  margin-top: 12px; }
  @media screen and (min-width: 375px) {
    .v2-promotional-signup .recaptcha {
      font-size: calc(8px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-promotional-signup .recaptcha {
      font-size: 12px; } }
  @media screen and (min-width: 375px) {
    .v2-promotional-signup .recaptcha {
      line-height: calc(12px + 2 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-promotional-signup .recaptcha {
      line-height: 14px; } }
  @media screen and (min-width: 375px) {
    .v2-promotional-signup .recaptcha {
      margin-top: calc(12px + 0 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-promotional-signup .recaptcha {
      margin-top: 12px; } }

.v2-promotional-signup {
  padding: 40px 0;
  /*
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="email"]:focus {
		border-bottom: 3px solid #555;
		border: none!important;
	}
	*/
  /*
	div.wpcf7-validation-errors, 
	div.wpcf7-acceptance-missing {		
    margin: 16px 0 0;
    color: #000; !important;
    background: rgba( 255, 255, 255, 0.6 );
    &:after {
	    background: url("../images/icon-signup-error.svg");
    }
	}
*/ }
  @media screen and (max-width: 719px) {
    .v2-promotional-signup {
      width: 100vw;
      margin-left: -8vw;
      margin-right: -8vw; } }
  @media (min-width: 720px) {
    .v2-promotional-signup {
      padding: 80px 0; } }
  .v2-promotional-signup .v2-section__two-columns {
    margin-top: 0; }
  .v2-promotional-signup .v2-section__column {
    min-height: 144px; }
  .v2-promotional-signup .v2-section__column:first-child {
    padding: 0 8vw;
    margin-bottom: 24px; }
  .v2-promotional-signup .v2-section__column:last-child {
    padding: 0 8vw; }
  @media (min-width: 720px) {
    .v2-promotional-signup .v2-section__column:first-child {
      padding-right: 0px;
      padding-left: 80px; }
    .v2-promotional-signup .v2-section__column:last-child {
      padding-left: 0px;
      padding-right: 80px; } }
  .v2-promotional-signup h2 {
    color: #fff;
    font-size: 25px;
    line-height: 24px; }
    @media screen and (min-width: 375px) {
      .v2-promotional-signup h2 {
        font-size: calc(25px + 25 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-promotional-signup h2 {
        font-size: 50px; } }
    @media screen and (min-width: 375px) {
      .v2-promotional-signup h2 {
        line-height: calc(24px + 20 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-promotional-signup h2 {
        line-height: 44px; } }
    .v2-promotional-signup h2 .dark {
      color: #000; }
  .v2-promotional-signup p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px; }
    @media screen and (min-width: 375px) {
      .v2-promotional-signup p {
        font-size: calc(18px + 3 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-promotional-signup p {
        font-size: 21px; } }
    @media screen and (min-width: 375px) {
      .v2-promotional-signup p {
        line-height: calc(24px + 2 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-promotional-signup p {
        line-height: 26px; } }
  .v2-promotional-signup form > div + p {
    margin-top: 0; }
  .v2-promotional-signup .wpcf7submit-button-wrapper {
    position: relative; }
  .v2-promotional-signup .wpcf7-form input[type="submit"].v2-btn {
    margin-top: 24px;
    position: relative;
    border: solid 3px #000;
    -webkit-appearance: none;
    border-radius: 0;
    z-index: 1; }
  .v2-promotional-signup .wpcf7submit-v2-btn-extra {
    position: absolute;
    left: 0;
    top: 24px;
    display: block;
    border: solid 3px #000;
    z-index: 0;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out; }
  .desktop .v2-promotional-signup .wpcf7-form input[type="submit"]:hover + span + .wpcf7submit-v2-btn-extra {
    -webkit-transform: translate3d(10px, 10px, 0);
            transform: translate3d(10px, 10px, 0);
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out; }
  .desktop .v2-promotional-signup .wpcf7-form input[type="submit"]:active {
    -webkit-transition: 0.05s ease-in-out;
    -o-transition: 0.05s ease-in-out;
    transition: 0.05s ease-in-out;
    -webkit-transform: translate3d(10px, 10px, 0);
            transform: translate3d(10px, 10px, 0); }
  .tablet .v2-promotional-signup .wpcf7-form input[type="submit"].touch-active + span + .wpcf7submit-v2-btn-extra,
  .tablet .v2-promotional-signup .wpcf7-form input[type="submit"]:active + span + .wpcf7submit-v2-btn-extra,
  .tablet .v2-promotional-signup .wpcf7-form input[type="submit"]:focus + span + .wpcf7submit-v2-btn-extra,
  .mobile .v2-promotional-signup .wpcf7-form input[type="submit"].touch-active + span + .wpcf7submit-v2-btn-extra,
  .mobile .v2-promotional-signup .wpcf7-form input[type="submit"]:active + span + .wpcf7submit-v2-btn-extra,
  .mobile .v2-promotional-signup .wpcf7-form input[type="submit"]:focus + span + .wpcf7submit-v2-btn-extra {
    -webkit-transform: translate3d(10px, 10px, 0);
            transform: translate3d(10px, 10px, 0);
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out; }
  .v2-promotional-signup .wpcf7-form .ajax-loader,
  .v2-promotional-signup .wpcf7-form .ajax-loader.is-active {
    display: none; }
  .v2-promotional-signup .wpcf7-form input[type="email"],
  .v2-promotional-signup .wpcf7-form input[type="email"]:focus,
  .v2-promotional-signup .wpcf7-form input[type="text"],
  .v2-promotional-signup .wpcf7-form input[type="text"]:focus,
  .v2-promotional-signup .wpcf7-form input[type="number"],
  .v2-promotional-signup .wpcf7-form input[type="number"]:focus,
  .v2-promotional-signup .wpcf7-form input[type="tel"],
  .v2-promotional-signup .wpcf7-form input[type="tel"]:focus,
  .v2-promotional-signup .wpcf7-form input[type="email"],
  .v2-promotional-signup .wpcf7-form input[type="email"]:focus,
  .v2-promotional-signup .wpcf7-form input[type="password"],
  .v2-promotional-signup .wpcf7-form input[type="password"]:focus,
  .v2-promotional-signup .wpcf7-form textarea,
  .v2-promotional-signup .wpcf7-form textarea:focus,
  .v2-promotional-signup .wpcf7-form select,
  .v2-promotional-signup .wpcf7-form select:focus {
    border-bottom: 3px solid #555;
    padding-bottom: 6px;
    margin-bottom: 12px; }
  .v2-promotional-signup .wpcf7-form .contact_message textarea {
    margin-bottom: 0;
    padding-bottom: 0; }
  .v2-promotional-signup span.contact__select__arrow {
    border-top-color: #555;
    right: 7px; }
  .v2-promotional-signup .wpcf7-form label.date_group {
    position: relative;
    display: block;
    border-bottom: 3px solid #555;
    font-weight: 400;
    margin-bottom: 12px; }
    .v2-promotional-signup .wpcf7-form label.date_group input {
      display: inline-block;
      border: none !important;
      margin-bottom: 0px; }
    .v2-promotional-signup .wpcf7-form label.date_group span {
      position: absolute;
      right: 0px;
      margin-top: -5px; }
    .v2-promotional-signup .wpcf7-form label.date_group input[type="date"] {
      background: transparent;
      text-align: center; }
      .v2-promotional-signup .wpcf7-form label.date_group input[type="date"]::-webkit-calendar-picker-indicator {
        opacity: 1;
        color: #555;
        font-family: 'Calibre', helvetica, arial, sans-serif;
        font-size: 1rem !important;
        width: 0.58em;
        height: 0.58em; }
      .v2-promotional-signup .wpcf7-form label.date_group input[type="date"]:focus {
        outline: none; }
      .v2-promotional-signup .wpcf7-form label.date_group input[type="date"]::-webkit-calendar-picker-indicator:hover {
        background: transparent; }
      .v2-promotional-signup .wpcf7-form label.date_group input[type="date"]::-webkit-datetime-edit-month-field:focus, .v2-promotional-signup .wpcf7-form label.date_group input[type="date"]::-webkit-datetime-edit-day-field:focus, .v2-promotional-signup .wpcf7-form label.date_group input[type="date"]::-webkit-datetime-edit-year-field:focus {
        background-color: rgba(0, 0, 0, 0.1); }
      .v2-promotional-signup .wpcf7-form label.date_group input[type="date"]::-webkit-inner-spin-button {
        display: none; }
  .v2-promotional-signup .wpcf7-form input:-webkit-autofill,
  .v2-promotional-signup .wpcf7-form input:-webkit-autofill:hover,
  .v2-promotional-signup .wpcf7-form input:-webkit-autofill:focus {
    border-bottom: 3px solid #555; }
  .v2-promotional-signup .wpcf7-form .wpcf7-response-output {
    position: relative;
    padding: 12px;
    padding-left: 48px;
    border: 0;
    line-height: 18px; }
    @media screen and (min-width: 375px) {
      .v2-promotional-signup .wpcf7-form .wpcf7-response-output {
        line-height: calc(18px + 5 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-promotional-signup .wpcf7-form .wpcf7-response-output {
        line-height: 23px; } }
    .v2-promotional-signup .wpcf7-form .wpcf7-response-output:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      left: 8px;
      border-radius: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  .v2-promotional-signup .wpcf7-form.invalid input[type="email"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.invalid input[type="text"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.invalid input[type="number"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.invalid input[type="tel"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.invalid input[type="email"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.invalid input[type="password"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.invalid textarea.wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.invalid select.wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed input[type="email"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed input[type="text"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed input[type="number"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed input[type="tel"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed input[type="email"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed input[type="password"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed textarea.wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed select.wpcf7-not-valid {
    border-color: #D0011B;
    color: #000 !important; }
  .v2-promotional-signup .wpcf7-form.invalid input[type="date"].wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed input[type="date"].wpcf7-not-valid {
    color: #000 !important; }
  .v2-promotional-signup .wpcf7-form.invalid input.wpcf7-not-valid::-webkit-input-placeholder,
  .v2-promotional-signup .wpcf7-form.failed input.wpcf7-not-valid::-webkit-input-placeholder {
    color: #000; }
  .v2-promotional-signup .wpcf7-form.invalid input.wpcf7-not-valid::-moz-placeholder,
  .v2-promotional-signup .wpcf7-form.failed input.wpcf7-not-valid::-moz-placeholder {
    color: #000; }
  .v2-promotional-signup .wpcf7-form.invalid input.wpcf7-not-valid:-ms-input-placeholder,
  .v2-promotional-signup .wpcf7-form.failed input.wpcf7-not-valid:-ms-input-placeholder {
    color: #000; }
  .v2-promotional-signup .wpcf7-form.invalid textarea.wpcf7-not-valid::-webkit-input-placeholder,
  .v2-promotional-signup .wpcf7-form.failed textarea.wpcf7-not-valid::-webkit-input-placeholder {
    color: #000; }
  .v2-promotional-signup .wpcf7-form.invalid textarea.wpcf7-not-valid::-moz-placeholder,
  .v2-promotional-signup .wpcf7-form.failed textarea.wpcf7-not-valid::-moz-placeholder {
    color: #000; }
  .v2-promotional-signup .wpcf7-form.invalid textarea.wpcf7-not-valid:-ms-input-placeholder,
  .v2-promotional-signup .wpcf7-form.failed textarea.wpcf7-not-valid:-ms-input-placeholder {
    color: #000; }
  .v2-promotional-signup .wpcf7-form.invalid label.date_group.wpcf7-not-valid,
  .v2-promotional-signup .wpcf7-form.failed label.date_group.wpcf7-not-valid {
    color: #000 !important;
    border-color: #D0011B; }
  .v2-promotional-signup .wpcf7-form.invalid .wpcf7-response-output,
  .v2-promotional-signup .wpcf7-form.failed .wpcf7-response-output {
    margin: 16px 0 0;
    color: #000 !important;
    background: rgba(255, 255, 255, 0.6); }
    .v2-promotional-signup .wpcf7-form.invalid .wpcf7-response-output:after,
    .v2-promotional-signup .wpcf7-form.failed .wpcf7-response-output:after {
      background: url("../images/icon-signup-error.svg"); }
  .v2-promotional-signup .wpcf7-form .wpcf7-form-control-wrap.email {
    padding-bottom: 6px; }
  .v2-promotional-signup.sending .wpcf7-form .wpcf7-form-control-wrap.email:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 1%;
    background: #000;
    height: 3px;
    -webkit-animation: progress 3s linear infinite;
         -o-animation: progress 3s linear infinite;
            animation: progress 3s linear infinite; }
  .v2-promotional-signup div.wpcf7-mail-sent-ok:after {
    background: url("../images/icon-signup-success.svg"); }

@-webkit-keyframes progress {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@-o-keyframes progress {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes progress {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }

.v2-takeaways .v2-section__column {
  margin-bottom: 35px; }

.v2-takeaways .v2-section__column:last-child {
  margin-bottom: 0px; }

.v2-takeaways .v2-takeaways__container {
  text-align: center;
  width: 275px;
  margin: 0 auto; }
  .v2-takeaways .v2-takeaways__container .cover-image {
    width: 144px;
    height: 144px;
    margin: auto;
    border-radius: 100%;
    margin-bottom: 14px; }
    @media screen and (min-width: 375px) {
      .v2-takeaways .v2-takeaways__container .cover-image {
        width: calc(144px + 148 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-takeaways .v2-takeaways__container .cover-image {
        width: 292px; } }
    @media screen and (min-width: 375px) {
      .v2-takeaways .v2-takeaways__container .cover-image {
        height: calc(144px + 148 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-takeaways .v2-takeaways__container .cover-image {
        height: 292px; } }
    @media screen and (min-width: 375px) {
      .v2-takeaways .v2-takeaways__container .cover-image {
        margin-bottom: calc(14px + 14 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-takeaways .v2-takeaways__container .cover-image {
        margin-bottom: 28px; } }
  .v2-takeaways .v2-takeaways__container h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 24px; }
    @media screen and (min-width: 375px) {
      .v2-takeaways .v2-takeaways__container h3 {
        margin-top: calc(0px + 16 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-takeaways .v2-takeaways__container h3 {
        margin-top: 16px; } }
    @media screen and (min-width: 375px) {
      .v2-takeaways .v2-takeaways__container h3 {
        margin-bottom: calc(0px + 16 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-takeaways .v2-takeaways__container h3 {
        margin-bottom: 16px; } }
    @media screen and (min-width: 375px) {
      .v2-takeaways .v2-takeaways__container h3 {
        font-size: calc(20px + 12 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-takeaways .v2-takeaways__container h3 {
        font-size: 32px; } }
    @media screen and (min-width: 375px) {
      .v2-takeaways .v2-takeaways__container h3 {
        line-height: calc(24px + 20 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-takeaways .v2-takeaways__container h3 {
        line-height: 44px; } }
  .v2-takeaways .v2-takeaways__container p {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 375px) {
      .v2-takeaways .v2-takeaways__container p {
        font-size: calc(16px + 5 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-takeaways .v2-takeaways__container p {
        font-size: 21px; } }
    @media screen and (min-width: 375px) {
      .v2-takeaways .v2-takeaways__container p {
        line-height: calc(24px + 4 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-takeaways .v2-takeaways__container p {
        line-height: 28px; } }

.v2-venue-information h3.v2-venue-information__title {
  font-size: 20px;
  line-height: 24px; }
  @media screen and (min-width: 375px) {
    .v2-venue-information h3.v2-venue-information__title {
      font-size: calc(20px + 12 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-venue-information h3.v2-venue-information__title {
      font-size: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-venue-information h3.v2-venue-information__title {
      line-height: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-venue-information h3.v2-venue-information__title {
      line-height: 32px; } }

.v2-venue-information h4.v2-venue-information__fee {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px; }
  @media screen and (min-width: 375px) {
    .v2-venue-information h4.v2-venue-information__fee {
      font-size: calc(16px + 5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-venue-information h4.v2-venue-information__fee {
      font-size: 21px; } }
  @media screen and (min-width: 375px) {
    .v2-venue-information h4.v2-venue-information__fee {
      line-height: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-venue-information h4.v2-venue-information__fee {
      line-height: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-venue-information h4.v2-venue-information__fee {
      margin-bottom: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-venue-information h4.v2-venue-information__fee {
      margin-bottom: 32px; } }
  @media screen and (min-width: 720px) {
    .v2-venue-information h4.v2-venue-information__fee {
      margin-top: 16px; } }
  @media screen and (min-width: 720px) and (min-width: 375px) {
    .v2-venue-information h4.v2-venue-information__fee {
      margin-top: calc(16px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .v2-venue-information h4.v2-venue-information__fee {
      margin-top: 32px; } }

.v2-venue-information div.v2-venue-information__hours {
  margin-bottom: 24px; }
  @media screen and (min-width: 375px) {
    .v2-venue-information div.v2-venue-information__hours {
      margin-bottom: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-venue-information div.v2-venue-information__hours {
      margin-bottom: 32px; } }

.v2-venue-information div.v2-venue-information__location .v2-btn {
  margin-top: 24px; }
  @media screen and (min-width: 375px) {
    .v2-venue-information div.v2-venue-information__location .v2-btn {
      margin-top: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-venue-information div.v2-venue-information__location .v2-btn {
      margin-top: 32px; } }

.v2-venue-information div.v2-venue-information__location div {
  max-width: 380px; }

.v2-venue-information div.v2-venue-information__location a {
  color: #000; }

.v2-venue-information div.v2-venue-information__location__footer {
  margin-top: 24px; }
  @media screen and (min-width: 375px) {
    .v2-venue-information div.v2-venue-information__location__footer {
      margin-top: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-venue-information div.v2-venue-information__location__footer {
      margin-top: 32px; } }

.v2-quotes {
  position: relative; }
  .v2-quotes .v2-quotes__container {
    position: relative; }
  .v2-quotes .v2-quotes__quote {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    text-align: center; }
    .v2-quotes .v2-quotes__quote.is-active {
      position: relative;
      opacity: 1;
      -webkit-transition-delay: 0.3s;
           -o-transition-delay: 0.3s;
              transition-delay: 0.3s; }
  .v2-quotes .v2-quotes__quote-open,
  .v2-quotes .v2-quotes__quote-close {
    font-size: 75px;
    line-height: 32.5px;
    font-weight: 900; }
    @media screen and (min-width: 375px) {
      .v2-quotes .v2-quotes__quote-open,
      .v2-quotes .v2-quotes__quote-close {
        font-size: calc(75px + 50 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-quotes .v2-quotes__quote-open,
      .v2-quotes .v2-quotes__quote-close {
        font-size: 125px; } }
    @media screen and (min-width: 375px) {
      .v2-quotes .v2-quotes__quote-open,
      .v2-quotes .v2-quotes__quote-close {
        line-height: calc(32.5px + 30 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-quotes .v2-quotes__quote-open,
      .v2-quotes .v2-quotes__quote-close {
        line-height: 62.5px; } }
  .v2-quotes .v2-quotes__quote-text p {
    font-size: 25px;
    line-height: 28px;
    max-width: 770px;
    margin: auto;
    font-weight: 600;
    margin-bottom: 18px; }
    @media screen and (min-width: 375px) {
      .v2-quotes .v2-quotes__quote-text p {
        font-size: calc(25px + 7 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-quotes .v2-quotes__quote-text p {
        font-size: 32px; } }
    @media screen and (min-width: 375px) {
      .v2-quotes .v2-quotes__quote-text p {
        line-height: calc(28px + 12 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-quotes .v2-quotes__quote-text p {
        line-height: 40px; } }
    @media screen and (min-width: 375px) {
      .v2-quotes .v2-quotes__quote-text p {
        margin-bottom: calc(18px + 14 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-quotes .v2-quotes__quote-text p {
        margin-bottom: 32px; } }
  .v2-quotes .v2-quotes__quote-person,
  .v2-quotes .v2-quotes__quote-subtitle {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (min-width: 375px) {
      .v2-quotes .v2-quotes__quote-person,
      .v2-quotes .v2-quotes__quote-subtitle {
        font-size: calc(16px + 5 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-quotes .v2-quotes__quote-person,
      .v2-quotes .v2-quotes__quote-subtitle {
        font-size: 21px; } }
    @media screen and (min-width: 375px) {
      .v2-quotes .v2-quotes__quote-person,
      .v2-quotes .v2-quotes__quote-subtitle {
        line-height: calc(24px + 8 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-quotes .v2-quotes__quote-person,
      .v2-quotes .v2-quotes__quote-subtitle {
        line-height: 32px; } }
  .v2-quotes .v2-quotes__quote-person {
    font-weight: 900; }
  .v2-quotes .v2-quotes__quote-subtitle {
    font-weight: 400; }

@media (min-width: 720px) {
  .v2-experience-outcome h3 {
    margin-top: 8px; } }

@media screen and (min-width: 360px) {
  .v2-experience-outcome h2 {
    max-width: 80%; } }

@media screen and (min-width: 515px) {
  .v2-experience-outcome h2 {
    max-width: 70%; } }

@media screen and (min-width: 580px) {
  .v2-experience-outcome h2 {
    max-width: 60%; } }

@media screen and (min-width: 721px) {
  .v2-experience-outcome h2 {
    max-width: 100%; } }

@media screen and (min-width: 1260px) {
  .v2-experience-outcome h2 {
    max-width: 80%; } }

.v2-experience-outcome__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.v2-experience-outcome__icons {
  position: relative;
  margin-top: 32px; }
  @media screen and (min-width: 375px) {
    .v2-experience-outcome__icons {
      margin-top: calc(32px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-experience-outcome__icons {
      margin-top: 48px; } }
  .v2-experience-outcome__icons ul, .v2-experience-outcome__icons li {
    list-style-type: none; }
  .v2-experience-outcome__icons li {
    width: 24.5881485124%;
    float: left;
    margin-bottom: 16px; }
    .v2-experience-outcome__icons li:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .v2-experience-outcome__icons li:nth-child(3n + 2) {
      margin-left: 37.7059257438%;
      margin-right: -100%;
      clear: none; }
    .v2-experience-outcome__icons li:nth-child(3n + 3) {
      margin-left: 75.4118514876%;
      margin-right: -100%;
      clear: none; }
    .v2-experience-outcome__icons li:nth-child(n+4) {
      margin-bottom: 0; }
    @media (min-width: 720px) {
      .v2-experience-outcome__icons li {
        width: 14.0173815531%;
        float: left;
        margin-bottom: 0px; }
        .v2-experience-outcome__icons li:nth-child(5n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .v2-experience-outcome__icons li:nth-child(5n + 2) {
          margin-left: 21.4956546117%;
          margin-right: -100%;
          clear: none; }
        .v2-experience-outcome__icons li:nth-child(5n + 3) {
          margin-left: 42.9913092234%;
          margin-right: -100%;
          clear: none; }
        .v2-experience-outcome__icons li:nth-child(5n + 4) {
          margin-left: 64.4869638352%;
          margin-right: -100%;
          clear: none; }
        .v2-experience-outcome__icons li:nth-child(5n + 5) {
          margin-left: 85.9826184469%;
          margin-right: -100%;
          clear: none; } }
  .v2-experience-outcome__icons img {
    width: 100%;
    height: auto; }

.v2-current-theme h4 {
  margin-top: 20px;
  margin-bottom: 8px; }
  @media screen and (min-width: 375px) {
    .v2-current-theme h4 {
      margin-top: calc(20px + 12 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-current-theme h4 {
      margin-top: 32px; } }
  @media screen and (min-width: 375px) {
    .v2-current-theme h4 {
      margin-bottom: calc(8px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-current-theme h4 {
      margin-bottom: 16px; } }

.v2-current-theme h3 {
  margin-bottom: 32px; }
  @media screen and (min-width: 375px) {
    .v2-current-theme h3 {
      margin-bottom: calc(32px + 0 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-current-theme h3 {
      margin-bottom: 32px; } }

.v2-target-groups {
  position: relative;
  margin-top: 112px; }
  @media screen and (min-width: 375px) {
    .v2-target-groups {
      margin-top: calc(112px + 60 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-target-groups {
      margin-top: 172px; } }

.v2-target-groups .v2-section__title {
  visibility: hidden; }
  .v2-target-groups .v2-section__title h2 {
    font-size: 42px;
    line-height: 40px; }
    @media screen and (min-width: 375px) {
      .v2-target-groups .v2-section__title h2 {
        font-size: calc(42px + 62 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-target-groups .v2-section__title h2 {
        font-size: 104px; } }
    @media screen and (min-width: 375px) {
      .v2-target-groups .v2-section__title h2 {
        line-height: calc(40px + 48 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-target-groups .v2-section__title h2 {
        line-height: 88px; } }

.initialized.v2-target-groups .v2-section__title {
  visibility: visible; }

.v2-target-groups__pattern {
  position: absolute;
  width: 112%;
  margin-left: -6%;
  height: 100%;
  background: url("../images/grid-y.png");
  background-size: contain;
  background-repeat: repeat-y;
  display: none; }
  @media screen and (min-width: 1200px) {
    .v2-target-groups__pattern {
      display: block; } }

.v2-target-group__wrapper {
  position: relative; }
  .v2-target-group__wrapper:after {
    content: " ";
    display: table;
    clear: both; }
  @media screen and (min-width: 1200px) {
    .v2-target-group__wrapper {
      padding-top: 64px;
      padding-bottom: 64px; } }

.v2-target-group {
  position: relative;
  margin-bottom: 32px; }
  @media screen and (min-width: 375px) {
    .v2-target-group {
      margin-bottom: calc(32px + -32 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-target-group {
      margin-bottom: 0; } }
  .v2-target-group:nth-of-type(2) {
    margin-top: 0; }
    @media screen and (min-width: 1px) {
      .v2-target-group:nth-of-type(2) {
        margin-top: calc(0 + 168 * (100vw - 1px) / 719); } }
    @media screen and (min-width: 720px) {
      .v2-target-group:nth-of-type(2) {
        margin-top: 168px; } }
  .v2-target-group:after {
    content: " ";
    display: table;
    clear: both; }

.v2-target-group__image {
  position: relative;
  width: 70px;
  height: 104px;
  float: left;
  margin-right: 16px; }
  @media screen and (min-width: 375px) {
    .v2-target-group__image {
      width: calc(70px + 206 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-target-group__image {
      width: 276px; } }
  @media screen and (min-width: 375px) {
    .v2-target-group__image {
      height: calc(104px + 264 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-target-group__image {
      height: 368px; } }
  @media (min-width: 720px) {
    .v2-target-group__image {
      width: 100%;
      height: 0;
      padding-bottom: 112.5%;
      float: none;
      margin-right: none; } }
  @media screen and (min-width: 1200px) {
    .v2-target-group__image {
      width: 80%;
      height: 0;
      padding-bottom: 112.5%;
      float: none;
      margin-right: none; } }

.v2-target-group__card {
  position: relative;
  width: 80%;
  background: #fff;
  float: left;
  margin-top: -3px;
  height: auto; }
  @media (min-width: 720px) {
    .v2-target-group__card {
      margin-top: 24px;
      float: none; }
      .v2-target-group__card .v2-btn {
        width: 100%;
        min-width: auto; } }
  @media screen and (min-width: 1200px) {
    .v2-target-group__card {
      margin-top: -96px;
      padding: 32px 32px;
      margin-left: 20%;
      float: none; }
      .v2-target-group__card .v2-btn {
        width: auto;
        min-width: 192px; }
        .v2-target-group__card .v2-btn span {
          padding-left: 8px;
          padding-right: 8px; } }
      @media screen and (min-width: 1200px) and (min-width: 375px) {
        .v2-target-group__card .v2-btn span {
          padding-left: calc(8px + 24 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1200px) and (min-width: 1600px) {
        .v2-target-group__card .v2-btn span {
          padding-left: 32px; } }
      @media screen and (min-width: 1200px) and (min-width: 375px) {
        .v2-target-group__card .v2-btn span {
          padding-right: calc(8px + 24 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1200px) and (min-width: 1600px) {
        .v2-target-group__card .v2-btn span {
          padding-right: 32px; } }
  .v2-target-group__card h3 {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 8px; }
    @media screen and (min-width: 375px) {
      .v2-target-group__card h3 {
        font-size: calc(25px + 7 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-target-group__card h3 {
        font-size: 32px; } }
    @media screen and (min-width: 375px) {
      .v2-target-group__card h3 {
        line-height: calc(24px + 8 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-target-group__card h3 {
        line-height: 32px; } }
    @media screen and (min-width: 375px) {
      .v2-target-group__card h3 {
        margin-bottom: calc(8px + 8 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-target-group__card h3 {
        margin-bottom: 16px; } }
  .v2-target-group__card p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px; }
    @media screen and (min-width: 375px) {
      .v2-target-group__card p {
        font-size: calc(16px + 2 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-target-group__card p {
        font-size: 18px; } }
    @media screen and (min-width: 375px) {
      .v2-target-group__card p {
        line-height: calc(20px + 4 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-target-group__card p {
        line-height: 24px; } }
    @media screen and (min-width: 375px) {
      .v2-target-group__card p {
        margin-bottom: calc(16px + 8 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-target-group__card p {
        margin-bottom: 24px; } }

.v2-latest-news {
  position: relative; }
  .v2-latest-news h2 {
    font-size: 42px;
    line-height: 40px; }
    @media screen and (min-width: 375px) {
      .v2-latest-news h2 {
        font-size: calc(42px + 62 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-latest-news h2 {
        font-size: 104px; } }
    @media screen and (min-width: 375px) {
      .v2-latest-news h2 {
        line-height: calc(40px + 48 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-latest-news h2 {
        line-height: 88px; } }
  .v2-latest-news h3 {
    font-size: 20px;
    line-height: 24px; }
    @media screen and (min-width: 375px) {
      .v2-latest-news h3 {
        font-size: calc(20px + 12 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-latest-news h3 {
        font-size: 32px; } }
    @media screen and (min-width: 375px) {
      .v2-latest-news h3 {
        line-height: calc(24px + 8 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-latest-news h3 {
        line-height: 32px; } }

.v2-latest-news__items:after {
  content: " ";
  display: table;
  clear: both; }

.v2-latest-news__item {
  position: relative;
  padding: 0;
  text-align: left;
  margin-bottom: 32px; }
  @media (min-width: 720px) {
    .v2-latest-news__item {
      text-align: center; } }
  @media screen and (min-width: 375px) {
    .v2-latest-news__item {
      margin-bottom: calc(32px + -32 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-latest-news__item {
      margin-bottom: 0; } }
  .v2-latest-news__item .v2-latest-news__image {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
    border-radius: 100%;
    float: left;
    margin-right: 16px; }
    @media screen and (min-width: 375px) {
      .v2-latest-news__item .v2-latest-news__image {
        width: calc(70px + 222 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-latest-news__item .v2-latest-news__image {
        width: 292px; } }
    @media screen and (min-width: 375px) {
      .v2-latest-news__item .v2-latest-news__image {
        height: calc(70px + 222 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-latest-news__item .v2-latest-news__image {
        height: 292px; } }
    @media screen and (min-width: 375px) {
      .v2-latest-news__item .v2-latest-news__image {
        margin-bottom: calc(14px + 14 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-latest-news__item .v2-latest-news__image {
        margin-bottom: 28px; } }
    @media (min-width: 720px) {
      .v2-latest-news__item .v2-latest-news__image {
        float: none;
        margin-right: auto;
        margin-left: auto; } }
  .v2-latest-news__item .v2-latest-news__body {
    float: left; }
    @media (min-width: 720px) {
      .v2-latest-news__item .v2-latest-news__body {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px; } }
  @media screen and (min-width: 720px) and (min-width: 375px) {
    .v2-latest-news__item .v2-latest-news__body {
      padding-left: calc(0px + 48 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .v2-latest-news__item .v2-latest-news__body {
      padding-left: 48px; } }
  @media screen and (min-width: 720px) and (min-width: 375px) {
    .v2-latest-news__item .v2-latest-news__body {
      padding-right: calc(0px + 48 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 720px) and (min-width: 1600px) {
    .v2-latest-news__item .v2-latest-news__body {
      padding-right: 48px; } }
    .v2-latest-news__item .v2-latest-news__body h3 {
      min-height: 140px; }
  .v2-latest-news__item p {
    font-weight: 700; }
  .v2-latest-news__item:after {
    content: " ";
    display: table;
    clear: both; }

.v2-animated-title {
  position: relative;
  display: block;
  -webkit-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
  margin-top: 16px; }
  @media screen and (min-width: 375px) {
    .v2-animated-title {
      margin-top: calc(16px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .v2-animated-title {
      margin-top: 56px; } }
  .v2-animated-title .v2-animated-title__phrases {
    display: block; }
  .v2-animated-title .v2-animated-title__phrase {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    visibility: hidden; }
    .v2-animated-title .v2-animated-title__phrase:first-child {
      position: relative; }
  .v2-animated-title .v2-animated-title__phrase.is-active {
    position: absolute;
    visibility: visible; }
  .v2-animated-title h1 {
    text-transform: uppercase; }
  .v2-animated-title span.outlined {
    display: block;
    color: #fff;
    letter-spacing: 1px; }
    @media screen and (min-width: 375px) {
      .v2-animated-title span.outlined {
        letter-spacing: calc(1px + 0.5 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-animated-title span.outlined {
        letter-spacing: 1.5px; } }
  .v2-animated-title span.filled {
    position: relative;
    display: block;
    color: #000;
    /*
		letter-spacing: 0.3px;
		@include susy-media($desktop) {
			letter-spacing: 0.6px;
		}
		*/
    letter-spacing: 0.3px; }
    .v2-animated-title span.filled .word, .v2-animated-title span.filled .letter {
      position: relative;
      display: inline-block; }
    @media screen and (min-width: 375px) {
      .v2-animated-title span.filled {
        letter-spacing: calc(0.3px + 1.2 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .v2-animated-title span.filled {
        letter-spacing: 1.5px; } }

.calendar__page-title {
  margin-top: 16px; }
  @media screen and (min-width: 375px) {
    .calendar__page-title {
      margin-top: calc(16px + 40 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar__page-title {
      margin-top: 56px; } }
  .calendar__page-title h3 {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold; }
    @media screen and (min-width: 375px) {
      .calendar__page-title h3 {
        font-size: calc(35px + 25 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .calendar__page-title h3 {
        font-size: 60px; } }
    @media screen and (min-width: 375px) {
      .calendar__page-title h3 {
        line-height: calc(35px + 25 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .calendar__page-title h3 {
        line-height: 60px; } }

.calendar__page-description,
.calendar-events__wrapper {
  clear: both; }

.calendar__page-description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 68px;
  margin-top: 16px; }
  @media screen and (min-width: 375px) {
    .calendar__page-description {
      font-size: calc(16px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar__page-description {
      font-size: 32px; } }
  @media screen and (min-width: 375px) {
    .calendar__page-description {
      line-height: calc(20px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar__page-description {
      line-height: 36px; } }
  @media screen and (min-width: 375px) {
    .calendar__page-description {
      margin-bottom: calc(68px + 66 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar__page-description {
      margin-bottom: 134px; } }
  @media screen and (min-width: 375px) {
    .calendar__page-description {
      margin-top: calc(16px + 32 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar__page-description {
      margin-top: 48px; } }

.calendar-events__month-picker {
  margin-bottom: 50px;
  text-align: center;
  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; }
  @media screen and (min-width: 375px) {
    .calendar-events__month-picker {
      margin-bottom: calc(50px + 66 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__month-picker {
      margin-bottom: 116px; } }

@media screen and (max-width: 600px) {
  .calendar-events__month-picker {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  body.month-picker--is-fixed .calendar-events__month-picker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin-top: 50px;
    padding: 0 30px;
    background: white;
    z-index: 1; } }

.calendar-events__current-month {
  font-size: 35px;
  line-height: 40px;
  min-width: 160px;
  width: 162px;
  display: inline-block;
  margin: 0 8px;
  font-weight: bold;
  vertical-align: middle; }
  @media screen and (min-width: 375px) {
    .calendar-events__current-month {
      font-size: calc(35px + 35 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__current-month {
      font-size: 70px; } }
  @media screen and (min-width: 375px) {
    .calendar-events__current-month {
      line-height: calc(40px + 24 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__current-month {
      line-height: 64px; } }
  @media screen and (min-width: 375px) {
    .calendar-events__current-month {
      min-width: calc(160px + 80 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__current-month {
      min-width: 240px; } }
  @media screen and (min-width: 375px) {
    .calendar-events__current-month {
      width: calc(162px + 158 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__current-month {
      width: 320px; } }
  @media (min-width: 600px) {
    .calendar-events__current-month {
      margin: 0 94px; } }

.calendar-events__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  list-style: none;
  opacity: 0; }

.calendar-events__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
  text-align: left; }
  @media (min-width: 600px) {
    .calendar-events__list-item {
      display: block;
      width: 50%;
      margin-top: 0;
      margin-bottom: 96px;
      text-align: center; } }
  @media (min-width: 900px) {
    .calendar-events__list-item {
      width: 25%;
      margin-top: 0; }
      .calendar-events__list-item:nth-child(3n+1), .calendar-events__list-item:nth-child(3n+2) {
        margin-right: 10.7%; } }

.calendar-events__event-photo-wrapper {
  width: 30%; }
  @media (min-width: 600px) {
    .calendar-events__event-photo-wrapper {
      width: 100%; } }

.calendar-events__event-details-wrapper {
  width: 70%;
  padding-left: 8px; }
  @media (min-width: 600px) {
    .calendar-events__event-details-wrapper {
      width: 100%;
      padding-left: 0; } }
  .calendar-events__event-details-wrapper p {
    font-size: 16px; }
    @media screen and (min-width: 375px) {
      .calendar-events__event-details-wrapper p {
        font-size: calc(16px + 5 * (100vw - 375px) / 1225); } }
    @media screen and (min-width: 1600px) {
      .calendar-events__event-details-wrapper p {
        font-size: 21px; } }

.calendar-events__list-item-image-wrapper {
  width: 70px;
  height: 70px;
  position: relative;
  display: block;
  margin: 0;
  border-radius: 100%;
  overflow: hidden; }
  @media screen and (min-width: 375px) {
    .calendar-events__list-item-image-wrapper {
      width: calc(70px + 255 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__list-item-image-wrapper {
      width: 325px; } }
  @media screen and (min-width: 375px) {
    .calendar-events__list-item-image-wrapper {
      height: calc(70px + 255 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__list-item-image-wrapper {
      height: 325px; } }
  @media (min-width: 600px) {
    .calendar-events__list-item-image-wrapper {
      margin: 0 auto; } }

.calendar-events__list-item-image {
  max-height: 70px;
  max-width: 70px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #cccccc; }
  @media screen and (min-width: 375px) {
    .calendar-events__list-item-image {
      max-height: calc(70px + 255 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__list-item-image {
      max-height: 325px; } }
  @media screen and (min-width: 375px) {
    .calendar-events__list-item-image {
      max-width: calc(70px + 255 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__list-item-image {
      max-width: 325px; } }

.calendar-events__event-dates-wrapper {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 8px;
  font-weight: bold;
  letter-spacing: 2px; }
  @media screen and (min-width: 375px) {
    .calendar-events__event-dates-wrapper {
      font-size: calc(14px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__event-dates-wrapper {
      font-size: 18px; } }
  @media screen and (min-width: 375px) {
    .calendar-events__event-dates-wrapper {
      line-height: calc(20px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__event-dates-wrapper {
      line-height: 24px; } }
  @media (min-width: 600px) {
    .calendar-events__event-dates-wrapper {
      margin: 16px 0 8px; } }
  .calendar-events__event-dates-wrapper span {
    display: block;
    text-transform: uppercase; }

.calendar-events__event-type {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: bold; }
  @media screen and (min-width: 375px) {
    .calendar-events__event-type {
      font-size: calc(20px + 12 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__event-type {
      font-size: 32px; } }
  @media screen and (min-width: 375px) {
    .calendar-events__event-type {
      line-height: calc(24px + 8 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__event-type {
      line-height: 32px; } }

.calendar_events__list-item-description {
  font-size: 16px;
  line-height: 20px;
  max-width: 275px; }
  @media screen and (min-width: 375px) {
    .calendar_events__list-item-description {
      font-size: calc(16px + 5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar_events__list-item-description {
      font-size: 21px; } }
  @media screen and (min-width: 375px) {
    .calendar_events__list-item-description {
      line-height: calc(20px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar_events__list-item-description {
      line-height: 24px; } }

.calendar-events__list-item-button,
.calendar-events__list-item-no-registration {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  margin: 36px 0 0;
  color: #000;
  font-weight: bold;
  text-transform: uppercase; }
  @media screen and (min-width: 375px) {
    .calendar-events__list-item-button,
    .calendar-events__list-item-no-registration {
      font-size: calc(14px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__list-item-button,
    .calendar-events__list-item-no-registration {
      font-size: 18px; } }
  @media screen and (min-width: 375px) {
    .calendar-events__list-item-button,
    .calendar-events__list-item-no-registration {
      line-height: calc(17px + 5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__list-item-button,
    .calendar-events__list-item-no-registration {
      line-height: 22px; } }
  @media (min-width: 600px) {
    .calendar-events__list-item-button,
    .calendar-events__list-item-no-registration {
      margin: 36px auto 0; } }

.calendar-events__list-item-no-registration {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px; }
  @media screen and (min-width: 375px) {
    .calendar-events__list-item-no-registration {
      font-size: calc(14px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__list-item-no-registration {
      font-size: 18px; } }
  @media screen and (min-width: 375px) {
    .calendar-events__list-item-no-registration {
      line-height: calc(20px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__list-item-no-registration {
      line-height: 24px; } }

.calendar-events__list-item-button {
  max-width: 220px;
  margin-top: 22px; }
  @media screen and (min-width: 600px) {
    .calendar-events__list-item-button {
      margin-top: 36px; } }

.calendar-events__sorry {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin: 0 auto; }
  @media screen and (min-width: 375px) {
    .calendar-events__sorry {
      font-size: calc(16px + 5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .calendar-events__sorry {
      font-size: 21px; } }
  .calendar-events__sorry h4 {
    font-weight: normal; }

.slide__prev, .slide__next {
  width: 26px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: 3px solid #000;
  border-radius: 0;
  outline: none; }
  @media (min-width: 720px) {
    .slide__prev, .slide__next {
      width: 48px;
      height: 48px; } }
  .slide__prev svg, .slide__next svg {
    width: 100%;
    height: 100%; }

.slide__next:hover .svg-icon-next {
  -webkit-animation: carouselNext 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-animation: carouselNext 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: carouselNext 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.slide__prev:hover .svg-icon-prev {
  -webkit-animation: carouselPrev 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-animation: carouselPrev 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: carouselPrev 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.v2-big-image .v2-big-image__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.v2-ffg-slider {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .v2-ffg-slider .slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap; }
  .v2-ffg-slider .slide {
    position: relative;
    display: inline-block;
    width: 100%; }
    .v2-ffg-slider .slide:after {
      content: '';
      display: table;
      clear: both; }
  .v2-ffg-slider .slide .slide__content {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
  .v2-ffg-slider .slide .slide__content.image div.image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .v2-ffg-slider .slide .slide__content.image div.image img {
      display: none;
      pointer-events: none; }
  .v2-ffg-slider .slide .slide__content.image.portrait div.image {
    filter: blur(13px);
    -webkit-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05); }
    .v2-ffg-slider .slide .slide__content.image.portrait div.image:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5); }
  .v2-ffg-slider .slide .slide__content.image.portrait div.portrait {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain; }
  .v2-ffg-slider .slide .slide__content.video video {
    position: absolute;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 0;
    display: none; }
  .v2-ffg-slider .slide .slide__content.video.glide__slide--active video {
    display: block; }
  .v2-ffg-slider .slide .slide__content.video .video-poster {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none; }
    .v2-ffg-slider .slide .slide__content.video .video-poster:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4); }
  .v2-ffg-slider .slide .slide__content.video .video-controls-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .v2-ffg-slider .slide .slide__content.video .video-controls-play .btn-play {
      position: absolute;
      width: 44px;
      height: 44px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 3px solid #000;
      border-radius: 100%;
      background: #fff;
      pointer-events: none; }
      @media screen and (min-width: 375px) {
        .v2-ffg-slider .slide .slide__content.video .video-controls-play .btn-play {
          width: calc(44px + 84 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        .v2-ffg-slider .slide .slide__content.video .video-controls-play .btn-play {
          width: 128px; } }
      @media screen and (min-width: 375px) {
        .v2-ffg-slider .slide .slide__content.video .video-controls-play .btn-play {
          height: calc(44px + 84 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        .v2-ffg-slider .slide .slide__content.video .video-controls-play .btn-play {
          height: 128px; } }
      .v2-ffg-slider .slide .slide__content.video .video-controls-play .btn-play svg {
        width: 100%;
        height: 100%; }
  .v2-ffg-slider .slide .slide__content.video.playing .video-poster {
    visibility: hidden;
    opacity: 0; }
  .v2-ffg-slider .slide .slide__content.video.playing video {
    display: block; }
  .v2-ffg-slider .slide .slide__content.video.playing .video-controls-play .btn-play {
    display: none; }
  .v2-ffg-slider .slide .slide__content.video.paused .video-poster {
    visibility: hidden;
    opacity: 0; }
  .v2-ffg-slider .slide .slide__content.video.paused video {
    display: block; }
  .v2-ffg-slider .slide .slide__content.video.stopped .video-poster {
    display: block;
    visibility: visible;
    opacity: 1; }
  .v2-ffg-slider .slide .slide__content.video.stopped video {
    display: none; }
  .v2-ffg-slider .slider__controls .slide__prev, .v2-ffg-slider .slider__controls .slide__next {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    display: block;
    cursor: pointer;
    background: #fff;
    border: 3px solid #000;
    border-radius: 0; }
    @media (min-width: 720px) {
      .v2-ffg-slider .slider__controls .slide__prev, .v2-ffg-slider .slider__controls .slide__next {
        width: 48px;
        height: 48px;
        margin-top: -24px; } }
    .v2-ffg-slider .slider__controls .slide__prev svg, .v2-ffg-slider .slider__controls .slide__next svg {
      width: 100%;
      height: 100%; }
  .v2-ffg-slider .slider__controls .slide__next {
    right: -12px; }
    @media (min-width: 720px) {
      .v2-ffg-slider .slider__controls .slide__next {
        right: -24px; } }
  .v2-ffg-slider .slider__controls .slide__prev {
    left: -12px; }
    @media (min-width: 720px) {
      .v2-ffg-slider .slider__controls .slide__prev {
        left: -24px; } }
  .v2-ffg-slider .slider__controls .slide__next:hover .svg-icon-next {
    -webkit-animation: carouselNext 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
         -o-animation: carouselNext 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
            animation: carouselNext 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .v2-ffg-slider .slider__controls .slide__prev:hover .svg-icon-prev {
    -webkit-animation: carouselPrev 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
         -o-animation: carouselPrev 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
            animation: carouselPrev 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .v2-ffg-slider .slider__controls--innovation .slide__prev,
  .v2-ffg-slider .slider__controls--innovation .slide__next {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    -webkit-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .v2-ffg-slider .slider__controls--innovation .slide__next {
    right: calc( (7% / 2) - 24px); }
  .v2-ffg-slider .slider__controls--innovation .slide__prev {
    left: calc( (7% / 2) - 24px); }
  .v2-ffg-slider .slider__controls--innovation .slide__next svg, .v2-ffg-slider .slider__controls--innovation .slide__prev svg {
    width: 100%;
    height: 100%; }
  .v2-ffg-slider .slider__controls--innovation .slide__next:hover .svg-icon-next {
    -webkit-animation: none;
         -o-animation: none;
            animation: none; }
  .v2-ffg-slider .slider__controls--innovation .slide__prev:hover .svg-icon-prev {
    -webkit-animation: none;
         -o-animation: none;
            animation: none; }
  .v2-ffg-slider.fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2001;
    background: #000; }
    .v2-ffg-slider.fullscreen .slider {
      width: 100%;
      margin: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
    .v2-ffg-slider.fullscreen .slider__fullscreen {
      right: 16px; }
    .v2-ffg-slider.fullscreen .slide__next {
      right: 16px; }
    .v2-ffg-slider.fullscreen .slide__prev {
      left: 16px; }
  .v2-ffg-slider .slider__fullscreen {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 16px;
    right: 112px;
    border: 3px solid #000;
    border-radius: 0;
    background: #fff; }
    .v2-ffg-slider .slider__fullscreen svg.icon-fullscreen {
      position: absolute;
      width: 28px;
      height: 28px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .v2-ffg-slider .slider__fullscreen--exit {
    display: none;
    position: fixed;
    top: 18px;
    right: 18px;
    min-height: 48px;
    padding: 8px;
    border: 3px solid #fff;
    background: none;
    min-width: 128px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    outline: none;
    display: none;
    color: #fff; }
  .v2-ffg-slider.fullscreen .slider__fullscreen {
    display: none; }
  .v2-ffg-slider.fullscreen .slider__fullscreen--exit {
    display: block; }

@-webkit-keyframes carouselNext {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  40% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0); }
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); } }

@-o-keyframes carouselNext {
  0% {
    transform: translate3d(0px, 0, 0); }
  40% {
    transform: translate3d(8px, 0, 0); }
  60% {
    transform: translate3d(8px, 0, 0); }
  100% {
    transform: translate3d(0px, 0, 0); } }

@keyframes carouselNext {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  40% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0); }
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); } }

@-webkit-keyframes carouselPrev {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  40% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0); }
  60% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); } }

@-o-keyframes carouselPrev {
  0% {
    transform: translate3d(0px, 0, 0); }
  40% {
    transform: translate3d(-8px, 0, 0); }
  60% {
    transform: translate3d(-8px, 0, 0); }
  100% {
    transform: translate3d(0px, 0, 0); } }

@keyframes carouselPrev {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  40% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0); }
  60% {
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); } }

.hidden {
  display: none; }

.font-body-large {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: .3px; }
  @media only screen and (max-width: 1440px) {
    .font-body-large {
      font-size: 28px;
      line-height: 30px; } }
  @media only screen and (max-width: 800px) {
    .font-body-large {
      font-size: 20px;
      line-height: 26px; } }

.font-body-medium {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: .3px; }
  @media only screen and (max-width: 800px) {
    .font-body-medium {
      font-size: 16px;
      line-height: 20px; } }

.font-body-small, .innovatorlist ul #results li a, .innovatorlist ul #results li > .contenttext > p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .3px; }
  @media only screen and (max-width: 800px) {
    .font-body-small, .innovatorlist ul #results li a, .innovatorlist ul #results li > .contenttext > p {
      font-size: 16px;
      line-height: 20px; } }

.header-large {
  font-size: 75px;
  font-weight: 700;
  line-height: 70px; }
  @media only screen and (max-width: 800px) {
    .header-large {
      font-size: 43px;
      line-height: 40px; } }

.header-mediumlarge {
  font-size: 50px;
  font-weight: 700;
  color: black;
  line-height: 45px;
  letter-spacing: 1px; }
  @media only screen and (max-width: 800px) {
    .header-mediumlarge {
      font-size: 30px;
      line-height: 28px; } }

.header-medium {
  font-size: 32px;
  font-weight: 700;
  color: black;
  line-height: 36px;
  letter-spacing: 1px; }
  @media only screen and (max-width: 800px) {
    .header-medium {
      font-size: 20px;
      line-height: 24px; } }

.header-small, .innovatorlist ul #results li .title .name {
  font-size: 26px;
  font-weight: bold;
  color: black;
  line-height: 30px;
  letter-spacing: 1px; }
  @media only screen and (max-width: 800px) {
    .header-small, .innovatorlist ul #results li .title .name {
      font-size: 20px;
      line-height: 24px; } }

.link {
  color: #00c7b1;
  text-decoration: underline; }

.link2, .innovatorlist #filterform .headerbox a {
  color: black;
  text-decoration: underline;
  font-weight: 500; }

.clear {
  clear: both; }

.loader {
  width: 30px;
  height: 30px;
  background-image: url("../images/loader.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: spin 1s linear infinite;
       -o-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  display: none;
  margin: 100px auto; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

.innovatorlist {
  float: left;
  width: 100%; }
  .innovatorlist ul {
    list-style: none;
    float: left;
    width: 100%; }
  .innovatorlist ul #results {
    margin: 0 -20px;
    float: left;
    width: calc(100% + 40px);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .innovatorlist ul #results .nonefound {
      padding: 0 20px; }
    .innovatorlist ul #results li {
      width: 25%;
      max-width: 25%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 20px;
      box-sizing: border-box; }
      @media only screen and (max-width: 1440px) {
        .innovatorlist ul #results li {
          width: 33.3%;
          max-width: 33.3%; } }
      @media only screen and (max-width: 800px) {
        .innovatorlist ul #results li {
          width: 100%;
          max-width: 100%; } }
      .innovatorlist ul #results li > div,
      .innovatorlist ul #results li > p {
        width: 100%; }
      .innovatorlist ul #results li a {
        margin-top: 10px;
        float: left;
        font-weight: 500; }
      .innovatorlist ul #results li .focusareas {
        margin-top: 20px;
        float: left;
        width: 100%; }
        .innovatorlist ul #results li .focusareas .focusarea {
          float: left;
          margin-right: 20px; }
          .innovatorlist ul #results li .focusareas .focusarea span {
            float: left;
            font-weight: 300;
            line-height: 0.9; }
          .innovatorlist ul #results li .focusareas .focusarea img {
            float: left;
            width: 20px;
            height: auto;
            margin-right: 6px; }
      .innovatorlist ul #results li > .contenttext > p {
        max-width: 100%;
        float: left;
        margin: 10px 0 0 0; }
      .innovatorlist ul #results li .title {
        float: left;
        width: 100%; }
        .innovatorlist ul #results li .title .year {
          float: right;
          width: 50px;
          text-align: right;
          padding-top: 4px; }
        .innovatorlist ul #results li .title .name {
          float: left;
          width: calc(100% - 60px);
          max-width: 100%;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
      .innovatorlist ul #results li .zoom {
        border: 2px solid #DDDDDD;
        width: 100%;
        float: left;
        padding: 60px 40px;
        box-sizing: border-box; }
        @media only screen and (max-width: 800px) {
          .innovatorlist ul #results li .zoom {
            padding: 20px; } }
        .innovatorlist ul #results li .zoom:hover .imgcontainer .img {
          -webkit-transform: scale(1.2);
               -o-transform: scale(1.2);
                  transform: scale(1.2);
          filter: none;
          filter: saturate(100%); }
        .innovatorlist ul #results li .zoom .imgcontainer .img {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          float: left;
          margin-top: 10px;
          overflow: hidden;
          width: 100%;
          height: 100px;
          filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
          /* Firefox 10+, Firefox on Android */
          filter: gray;
          /* IE6-9 */
          filter: saturate(0%);
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
  .innovatorlist #filterform {
    width: calc(100% + 40px);
    float: left;
    margin: 0 -20px;
    margin-bottom: 80px; }
    @media only screen and (max-width: 800px) {
      .innovatorlist #filterform {
        margin-bottom: 20px; } }
    .innovatorlist #filterform .headerbox {
      padding: 0 20px 10px 20px;
      float: left;
      box-sizing: border-box; }
      .innovatorlist #filterform .headerbox .header-small, .innovatorlist #filterform .headerbox ul #results li .title .name, .innovatorlist ul #results li .title #filterform .headerbox .name {
        float: left; }
      .innovatorlist #filterform .headerbox a {
        float: left;
        padding: 0px 10px;
        margin-left: 20px; }
        @media only screen and (max-width: 800px) {
          .innovatorlist #filterform .headerbox a {
            margin-left: 10px; } }
    .innovatorlist #filterform .filter {
      float: left;
      width: 100%;
      border-bottom: 2px solid #f4f4f4;
      padding-bottom: 30px; }
      .innovatorlist #filterform .filter > div:nth-of-type(1) .dropdown-list {
        z-index: 3; }
      .innovatorlist #filterform .filter > div:nth-of-type(2) .dropdown-list {
        z-index: 2; }
      .innovatorlist #filterform .filter > div:nth-of-type(3) .dropdown-list {
        z-index: 1; }
    .innovatorlist #filterform .sort {
      float: right; }
    .innovatorlist #filterform .formpart {
      float: left;
      width: 200px;
      position: relative; }
      .innovatorlist #filterform .formpart label {
        float: left;
        width: 100%; }
      .innovatorlist #filterform .formpart input,
      .innovatorlist #filterform .formpart select {
        float: left;
        width: 100%; }
    .innovatorlist #filterform .dropdown {
      position: relative;
      width: 25%;
      float: left;
      padding: 0 20px;
      box-sizing: border-box;
      font-weight: 300;
      line-height: 1.2;
      /*@media only screen and (max-width: $size-container-medium) {
                width: 33.3%;
            }*/ }
      @media only screen and (max-width: 800px) {
        .innovatorlist #filterform .dropdown {
          width: 100%;
          margin-bottom: 10px; }
          .innovatorlist #filterform .dropdown:last-of-type {
            margin-bottom: 0;
            display: none; }
          .innovatorlist #filterform .dropdown:nth-last-of-type(2) {
            margin-bottom: 0; } }
      .innovatorlist #filterform .dropdown.select {
        float: right;
        margin-right: 0; }
        .innovatorlist #filterform .dropdown.select .dropdown-list .content .dropdown-option .title {
          padding-left: 0; }
      .innovatorlist #filterform .dropdown .dropdown-list {
        background: #fff;
        position: absolute;
        top: 42px;
        border-left: 2px solid black;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        -webkit-transition-property: 0.4s;
        -o-transition-property: 0.4s;
        transition-property: 0.4s;
        -webkit-transition-duration: 0.09s;
             -o-transition-duration: 0.09s;
                transition-duration: 0.09s;
        -webkit-transition-timing-function: ease-out;
             -o-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        max-height: 0;
        box-sizing: border-box;
        z-index: 2;
        left: 20px;
        right: 20px;
        font-weight: 100;
        overflow: hidden; }
        .innovatorlist #filterform .dropdown .dropdown-list .content {
          padding: 16px; }
          .innovatorlist #filterform .dropdown .dropdown-list .content .dropdown-option {
            display: block;
            padding: 0 12px;
            margin-bottom: 10px;
            opacity: 0;
            cursor: pointer;
            position: relative;
            -webkit-transition-property: 0.4s;
            -o-transition-property: 0.4s;
            transition-property: 0.4s;
            -webkit-transition-duration: 0.09s;
                 -o-transition-duration: 0.09s;
                    transition-duration: 0.09s;
            -webkit-transition-timing-function: ease-out;
                 -o-transition-timing-function: ease-out;
                    transition-timing-function: ease-out;
            -webkit-transition-delay: 0s;
                 -o-transition-delay: 0s;
                    transition-delay: 0s; }
            .innovatorlist #filterform .dropdown .dropdown-list .content .dropdown-option .title {
              display: inline-block;
              padding-left: 26px; }
              @media only screen and (max-width: 1440px) {
                .innovatorlist #filterform .dropdown .dropdown-list .content .dropdown-option .title {
                  line-height: 1.7; } }
        .innovatorlist #filterform .dropdown .dropdown-list .checkmark {
          position: absolute;
          top: 4px;
          left: 0;
          height: 25px;
          width: 25px;
          background-color: #f4f4f4; }
          .innovatorlist #filterform .dropdown .dropdown-list .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
               transform: rotate(45deg); }
      .innovatorlist #filterform .dropdown .dropdown-label {
        display: block;
        height: 44px;
        box-sizing: border-box;
        border: 2px solid black;
        padding: 10px 20px 10px 20px;
        cursor: pointer;
        position: relative;
        line-height: 1; }
      .innovatorlist #filterform .dropdown i {
        background-image: url(../images/chevron-down-solid.svg);
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        right: 35px;
        padding: 12px 20px 10px 0px;
        top: 10px;
        z-index: -1;
        -webkit-transition-property: 0.4s;
        -o-transition-property: 0.4s;
        transition-property: 0.4s;
        -webkit-transition-duration: 0.09s;
             -o-transition-duration: 0.09s;
                transition-duration: 0.09s;
        -webkit-transition-timing-function: ease-out;
             -o-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s;
        color: #00c7b1; }
      .innovatorlist #filterform .dropdown.on .dropdown-list {
        max-height: 66vh;
        -webkit-transition-property: 1s;
        -o-transition-property: 1s;
        transition-property: 1s;
        -webkit-transition-duration: 0.09s;
             -o-transition-duration: 0.09s;
                transition-duration: 0.09s;
        -webkit-transition-timing-function: ease-out;
             -o-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s; }
        .innovatorlist #filterform .dropdown.on .dropdown-list .content .dropdown-option {
          opacity: 1; }
      .innovatorlist #filterform .dropdown.on i {
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
      .innovatorlist #filterform .dropdown input[type="checkbox"] {
        position: relative;
        margin-right: 4px;
        opacity: 0;
        display: none; }
        .innovatorlist #filterform .dropdown input[type="checkbox"]:checked ~ .checkmark {
          background-color: #00c7b1; }
          .innovatorlist #filterform .dropdown input[type="checkbox"]:checked ~ .checkmark:after {
            display: block; }

.donatebar {
  margin: 50px 0;
  padding-top: 80px;
  width: 100%; }
  .donatebar .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 30%; }
  .donatebar form {
    background-color: #00C7B1;
    padding: 50px;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -80px; }
    @media screen and (max-width: 600px) {
      .donatebar form {
        max-width: 90%; } }
    @media screen and (max-width: 317px) {
      .donatebar form {
        padding: 20px; } }
    .donatebar form .content {
      max-width: 600px;
      width: 100%;
      margin: 0 auto; }
      .donatebar form .content label {
        font-weight: bold;
        font-size: 25px;
        line-height: 24px; }
        @media screen and (min-width: 375px) {
          .donatebar form .content label {
            font-size: calc(25px + 9 * (100vw - 375px) / 1225); } }
        @media screen and (min-width: 1600px) {
          .donatebar form .content label {
            font-size: 34px; } }
        @media screen and (min-width: 375px) {
          .donatebar form .content label {
            line-height: calc(24px + 6 * (100vw - 375px) / 1225); } }
        @media screen and (min-width: 1600px) {
          .donatebar form .content label {
            line-height: 30px; } }
        .donatebar form .content label .dark {
          color: #000; }
    .donatebar form #formdonation {
      position: relative;
      border-bottom: 3px solid black; }
    .donatebar form .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      width: 100%; }
      @media screen and (max-width: 600px) {
        .donatebar form .flex {
          display: block; } }
      .donatebar form .flex > div {
        margin-left: 24px; }
        @media screen and (max-width: 600px) {
          .donatebar form .flex > div {
            float: right;
            margin-left: 0; } }
        @media screen and (max-width: 317px) {
          .donatebar form .flex > div {
            width: 100%; }
            .donatebar form .flex > div input {
              width: 100%; } }
      .donatebar form .flex > span {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        -ms-flex-item-align: end;
            align-self: flex-end;
        position: relative; }
        .donatebar form .flex > span input {
          padding-left: 20px; }
        .donatebar form .flex > span:after {
          content: "€";
          font-size: 20px;
          line-height: 14px;
          font-weight: bold;
          display: block;
          position: absolute;
          left: 0;
          z-index: 1;
          top: 2px; }
          @media screen and (min-width: 375px) {
            .donatebar form .flex > span:after {
              font-size: calc(20px + 5 * (100vw - 375px) / 1225); } }
          @media screen and (min-width: 1600px) {
            .donatebar form .flex > span:after {
              font-size: 25px; } }
          @media screen and (min-width: 375px) {
            .donatebar form .flex > span:after {
              line-height: calc(14px + 16 * (100vw - 375px) / 1225); } }
          @media screen and (min-width: 1600px) {
            .donatebar form .flex > span:after {
              line-height: 30px; } }
    .donatebar form input {
      margin-bottom: 12px; }

.overlay {
  background: rgba(244, 244, 244, 0.5);
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100; }
  .overlay .donationpopup {
    background: white;
    max-width: 600px;
    margin: 10% auto;
    padding: 60px;
    position: relative; }
    .overlay .donationpopup .close {
      height: auto;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    .overlay .donationpopup header h2 {
      font-size: 25px;
      line-height: 24px;
      margin-bottom: 20px; }
      @media screen and (min-width: 375px) {
        .overlay .donationpopup header h2 {
          font-size: calc(25px + 9 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        .overlay .donationpopup header h2 {
          font-size: 34px; } }
      @media screen and (min-width: 375px) {
        .overlay .donationpopup header h2 {
          line-height: calc(24px + 6 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        .overlay .donationpopup header h2 {
          line-height: 30px; } }
    .overlay .donationpopup ul {
      list-style: inside; }
      .overlay .donationpopup ul li {
        color: #D0011B !important; }
    .overlay .donationpopup form p:first-of-type {
      display: none; }
    .overlay .donationpopup form label[class*="dmm"] {
      width: 100%;
      padding: 10px;
      background: #f7f7f7;
      float: left;
      margin-bottom: 10px;
      cursor: pointer; }
    .overlay .donationpopup form input[type="radio"],
    .overlay .donationpopup form input[type="checkbox"] {
      margin-right: 10px;
      cursor: pointer; }
    .overlay .donationpopup form input[type="text"] {
      margin-bottom: 20px; }
    .overlay .donationpopup form label[for="dmm_gdpr"] {
      width: 100%;
      padding: 10px;
      float: left;
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 10px;
      cursor: pointer; }
      @media screen and (min-width: 375px) {
        .overlay .donationpopup form label[for="dmm_gdpr"] {
          font-size: calc(15px + 5 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        .overlay .donationpopup form label[for="dmm_gdpr"] {
          font-size: 20px; } }
      @media screen and (min-width: 375px) {
        .overlay .donationpopup form label[for="dmm_gdpr"] {
          line-height: calc(10px + 15 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        .overlay .donationpopup form label[for="dmm_gdpr"] {
          line-height: 25px; } }
    .overlay .donationpopup form .wpcf7submit-button-wrapper {
      position: relative;
      float: right; }
    .overlay .donationpopup form input[type="submit"] {
      position: relative;
      border: solid 3px #000;
      -webkit-appearance: none;
      border-radius: 0;
      z-index: 1;
      float: right; }
      .overlay .donationpopup form input[type="submit"]:hover + .btn-extra {
        top: 10px;
        left: 10px; }
      .overlay .donationpopup form input[type="submit"]:active {
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transform: translate3d(10px, 10px, 0);
                transform: translate3d(10px, 10px, 0); }
    .overlay .donationpopup form .btn-extra {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      display: block;
      border: solid 3px #000;
      z-index: 0;
      -webkit-transition: .15s ease-in-out;
      -o-transition: .15s ease-in-out;
      transition: .15s ease-in-out; }

.clear {
  clear: both; }

/*.ticker {
    ul {
        display: flex;
        list-style: none;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;

        li {
            flex: 0 0 33%;
            text-align: center;
            padding: 40px;
            max-width: 33%;
            width: 100%;

            @include susy-media(max-width $desktop - 1px) {
                padding: 20px;
            }

            .numberbox {
                white-space: nowrap;
                float: left;
                width: 100%;

                .number,
                .icon {
                    @include fluid-type-short(font-size, 60px, 120px);
                    font-weight: bold;
                    display: inline;
                }
                
                .number{
                    min-width: 50px;
                }

            }

            .subject {
                font-weight: 600;
                @include fluid-type-short(font-size, 20px, 50px);
                @include fluid-type-short(line-height, 20px, 50px);
            }
        }
    }
    
    &.rowoffour{
        ul{
            li{
                flex: 0 0 25%;
                max-width: 25%;
                @include susy-media(max-width $desktop - 1px) {
                flex: 0 0 33%;
                    max-width: 33%;
                }
            }
        }
    }
}*/
.ticker {
  margin-top: -64px;
  float: left;
  width: 100%; }
  @media screen and (min-width: 375px) {
    .ticker {
      margin-top: calc(-64px + -76 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .ticker {
      margin-top: -140px; } }
  .ticker ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ticker ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      padding: 10px; }
      .ticker ul li .numberbox {
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .ticker ul li .numberbox .number,
        .ticker ul li .numberbox .icon {
          font-size: 55px;
          line-height: .8;
          font-weight: bold;
          display: inline; }
          @media screen and (min-width: 375px) {
            .ticker ul li .numberbox .number,
            .ticker ul li .numberbox .icon {
              font-size: calc(55px + 65 * (100vw - 375px) / 1225); } }
          @media screen and (min-width: 1600px) {
            .ticker ul li .numberbox .number,
            .ticker ul li .numberbox .icon {
              font-size: 120px; } }
        .ticker ul li .numberbox .number {
          text-align: right; }
      .ticker ul li .subject {
        font-weight: 600;
        font-size: 20px;
        line-height: .8; }
        @media screen and (min-width: 375px) {
          .ticker ul li .subject {
            font-size: calc(20px + 30 * (100vw - 375px) / 1225); } }
        @media screen and (min-width: 1600px) {
          .ticker ul li .subject {
            font-size: 50px; } }

.contenttext {
  margin-bottom: 50px; }

#mapcontainer {
  padding-bottom: 56.25%;
  float: left;
  width: 100%; }
  #mapcontainer .mapboxgl-ctrl-attrib-inner {
    font-size: 10px;
    font-weight: 400; }
  @media only screen and (max-width: 600) {
    #mapcontainer {
      overflow: visible; } }
  #mapcontainer canvas:focus {
    outline: none; }
  #mapcontainer .mapboxgl-canvas {
    height: auto; }
  #mapcontainer .marker {
    width: 20px;
    height: 20px;
    background-color: #00c7b1;
    border-radius: 50%;
    cursor: pointer; }
  #mapcontainer .mapboxgl-popup {
    max-width: 300px !important;
    z-index: 5; }
    @media only screen and (max-width: 600) {
      #mapcontainer .mapboxgl-popup {
        -o-transform: translate(0, 0) !important;
           transform: translate(0, 0) !important;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        width: 100% !important;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 20px; } }
  #mapcontainer .mapboxgl-popup-content {
    font-weight: 100;
    padding: 20px;
    font-family: 'Calibre'; }
    #mapcontainer .mapboxgl-popup-content .mapboxgl-popup-close-button {
      display: none;
      font-size: 20px; }
      @media only screen and (max-width: 600) {
        #mapcontainer .mapboxgl-popup-content .mapboxgl-popup-close-button {
          display: block; } }
    #mapcontainer .mapboxgl-popup-content .title {
      font-weight: 600; }
    #mapcontainer .mapboxgl-popup-content p {
      margin: 0;
      max-width: 100%;
      font-weight: 400;
      font-family: 'Calibre';
      font-size: 12px;
      line-height: 14px; }
      @media screen and (min-width: 375px) {
        #mapcontainer .mapboxgl-popup-content p {
          font-size: calc(12px + 4 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        #mapcontainer .mapboxgl-popup-content p {
          font-size: 16px; } }
      @media screen and (min-width: 375px) {
        #mapcontainer .mapboxgl-popup-content p {
          line-height: calc(14px + 4 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        #mapcontainer .mapboxgl-popup-content p {
          line-height: 18px; } }
    #mapcontainer .mapboxgl-popup-content a {
      float: left;
      margin-top: 10px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: 'Calibre';
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      /*i {
                padding-right: 10px;
                height: 100%;
                text-decoration: none;
                width: 20px;
            }*/ }
      @media screen and (min-width: 375px) {
        #mapcontainer .mapboxgl-popup-content a {
          font-size: calc(12px + 4 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        #mapcontainer .mapboxgl-popup-content a {
          font-size: 16px; } }
      @media screen and (min-width: 375px) {
        #mapcontainer .mapboxgl-popup-content a {
          line-height: calc(14px + 4 * (100vw - 375px) / 1225); } }
      @media screen and (min-width: 1600px) {
        #mapcontainer .mapboxgl-popup-content a {
          line-height: 18px; } }
      #mapcontainer .mapboxgl-popup-content a span {
        text-decoration: underline; }

.iconlist.grid3 .flexcontainer #results article {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 33.3%;
  width: 33.3%; }
  @media only screen and (max-width: 800px) {
    .iconlist.grid3 .flexcontainer #results article {
      max-width: 100%;
      width: 100%; } }
  .iconlist.grid3 .flexcontainer #results article header h3,
  .iconlist.grid3 .flexcontainer #results article p {
    width: 100%;
    float: right; }
  .iconlist.grid3 .flexcontainer #results article .imgcontainer {
    height: auto;
    width: 100%; }

.iconlist.grid4 .flexcontainer #results article {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 25%;
  width: 25%; }
  @media only screen and (max-width: 1440px) {
    .iconlist.grid4 .flexcontainer #results article {
      max-width: 33.3%;
      width: 33.3%; } }
  @media only screen and (max-width: 800px) {
    .iconlist.grid4 .flexcontainer #results article {
      max-width: 100%;
      width: 100%; } }
  .iconlist.grid4 .flexcontainer #results article header h1,
  .iconlist.grid4 .flexcontainer #results article p {
    width: 100%;
    float: right; }
  .iconlist.grid4 .flexcontainer #results article .imgcontainer {
    width: 100%;
    height: auto; }

.iconlist .flexcontainer #results {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -20px;
  width: calc(100% + 40px); }
  .iconlist .flexcontainer #results article {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 50%;
    max-width: 50%;
    position: relative; }
    .iconlist .flexcontainer #results article header h1 {
      margin-bottom: 10px; }
    @media only screen and (max-width: 800px) {
      .iconlist .flexcontainer #results article {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0; } }
    .iconlist .flexcontainer #results article .imgcontainer {
      width: 70px;
      height: 100%;
      padding-right: 30px;
      box-sizing: border-box;
      float: left; }
      .iconlist .flexcontainer #results article .imgcontainer img,
      .iconlist .flexcontainer #results article .imgcontainer i {
        width: 40px;
        height: auto;
        margin-bottom: 10px;
        font-size: 36px;
        color: #00c7b1;
        text-align: center; }
    .iconlist .flexcontainer #results article header h3 {
      margin-bottom: 20px; }
      @media only screen and (max-width: 800px) {
        .iconlist .flexcontainer #results article header h3 {
          margin-bottom: 10px; } }
    .iconlist .flexcontainer #results article header h3,
    .iconlist .flexcontainer #results article p {
      width: calc(100% - 70px);
      float: right; }
    .iconlist .flexcontainer #results article p {
      margin-bottom: 20px; }
      @media only screen and (max-width: 800px) {
        .iconlist .flexcontainer #results article p {
          margin-bottom: 0; } }

.iconlist .gotodetail {
  float: right; }

.reportsmodule {
  margin: 0 -30px;
  overflow: hidden; }
  .reportsmodule iframe {
    width: 100%;
    border: none; }
  @media (min-width: 1040px) {
    .reportsmodule {
      margin: 0 -60px; } }

.calendar {
  position: relative;
  padding-top: 40px; }
  .calendar:before {
    content: " ";
    width: 15px;
    height: 15px;
    background-color: #00C7B1;
    position: absolute;
    left: -50px;
    top: 25px;
    border-radius: 100%;
    opacity: .3; }
    @media (max-width: 719px) {
      .calendar:before {
        left: -30px; } }
  .calendar:after {
    content: " ";
    width: 3px;
    height: 40px;
    background-color: #00C7B1;
    position: absolute;
    left: -44px;
    top: 40px;
    opacity: .3; }
    @media (max-width: 719px) {
      .calendar:after {
        left: -24px; } }
  .calendar .month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -30px;
    position: relative;
    padding-bottom: 50px; }
    .calendar .month:before {
      content: " ";
      width: 15px;
      height: 15px;
      background-color: #00C7B1;
      position: absolute;
      left: -20px;
      top: 25px;
      border-radius: 100%; }
      @media (max-width: 719px) {
        .calendar .month:before {
          left: 0px; } }
    .calendar .month:after {
      content: " ";
      width: 3px;
      height: 100%;
      background-color: #00C7B1;
      position: absolute;
      left: -14px;
      top: 25px; }
      @media (max-width: 719px) {
        .calendar .month:after {
          left: 6px; } }
    .calendar .month > header {
      float: left;
      width: 100%;
      margin: 0 30px; }
      .calendar .month > header h1 {
        font-size: 35px;
        line-height: 32px;
        font-weight: bold; }
        @media screen and (min-width: 375px) {
          .calendar .month > header h1 {
            font-size: calc(35px + 35 * (100vw - 375px) / 1225); } }
        @media screen and (min-width: 1600px) {
          .calendar .month > header h1 {
            font-size: 70px; } }
        @media screen and (min-width: 375px) {
          .calendar .month > header h1 {
            line-height: calc(32px + 32 * (100vw - 375px) / 1225); } }
        @media screen and (min-width: 1600px) {
          .calendar .month > header h1 {
            line-height: 64px; } }
    .calendar .month .smallheader {
      position: absolute;
      left: -75px;
      color: #00C7B1;
      font-weight: bold;
      width: 50px;
      top: 40px; }
      .calendar .month .smallheader span {
        text-align: right;
        width: 100%;
        float: left;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 14px; }
        @media screen and (min-width: 375px) {
          .calendar .month .smallheader span {
            font-size: calc(14px + 2 * (100vw - 375px) / 1225); } }
        @media screen and (min-width: 1600px) {
          .calendar .month .smallheader span {
            font-size: 16px; } }
        @media screen and (min-width: 375px) {
          .calendar .month .smallheader span {
            line-height: calc(14px + 2 * (100vw - 375px) / 1225); } }
        @media screen and (min-width: 1600px) {
          .calendar .month .smallheader span {
            line-height: 16px; } }
        @media (max-width: 1200px) {
          .calendar .month .smallheader span {
            display: none; } }
    .calendar .month > article {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33%;
              flex: 1 1 33%;
      max-width: 33%;
      padding: 30px; }
      @media (max-width: 1200px) {
        .calendar .month > article {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 50%;
                  flex: 1 1 50%;
          max-width: 50%; } }
      @media (max-width: 719px) {
        .calendar .month > article {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          max-width: 100%; } }
      .calendar .month > article .img {
        width: 100%;
        padding-bottom: 56.25%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        background-color: #d8d8d8; }
        .calendar .month > article .img .tagcontainer {
          position: absolute;
          bottom: 0;
          left: 10px;
          right: 10px; }
          .calendar .month > article .img .tagcontainer .tags {
            list-style: none; }
            .calendar .month > article .img .tagcontainer .tags li {
              padding: 0 10px;
              color: #00c7b1;
              font-size: 14px;
              text-transform: uppercase;
              background-color: #fff;
              float: left;
              font-weight: bold; }
              @media screen and (min-width: 375px) {
                .calendar .month > article .img .tagcontainer .tags li {
                  font-size: calc(14px + 2 * (100vw - 375px) / 1225); } }
              @media screen and (min-width: 1600px) {
                .calendar .month > article .img .tagcontainer .tags li {
                  font-size: 16px; } }
            .calendar .month > article .img .tagcontainer .tags.onlineoffline {
              float: right;
              width: 100%; }
              .calendar .month > article .img .tagcontainer .tags.onlineoffline li {
                float: right;
                margin-left: 10px;
                margin-bottom: 10px; }
            .calendar .month > article .img .tagcontainer .tags.current {
              float: right;
              width: 100%; }
              .calendar .month > article .img .tagcontainer .tags.current li {
                float: right;
                margin-left: 10px;
                margin-bottom: 10px;
                background-color: #00C7B1;
                color: #fff; }
      .calendar .month > article .properties {
        margin-top: 10px; }
        .calendar .month > article .properties .left {
          width: 60%;
          float: left; }
          .calendar .month > article .properties .left .date {
            color: #00C7B1;
            font-weight: bold; }
          .calendar .month > article .properties .left .hours {
            color: #b4b4b4; }
        .calendar .month > article .properties .right {
          width: 40%;
          float: right; }
          .calendar .month > article .properties .right .type {
            font-weight: bold;
            color: #b4b4b4;
            text-align: right; }
          .calendar .month > article .properties .right .extra {
            color: #b4b4b4;
            text-align: right; }
      .calendar .month > article > header {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px; }
        .calendar .month > article > header h1 {
          font-size: 25px;
          line-height: 22px;
          letter-spacing: 1px;
          font-weight: bold; }
          @media screen and (min-width: 375px) {
            .calendar .month > article > header h1 {
              font-size: calc(25px + 7 * (100vw - 375px) / 1225); } }
          @media screen and (min-width: 1600px) {
            .calendar .month > article > header h1 {
              font-size: 32px; } }
          @media screen and (min-width: 375px) {
            .calendar .month > article > header h1 {
              line-height: calc(22px + 6 * (100vw - 375px) / 1225); } }
          @media screen and (min-width: 1600px) {
            .calendar .month > article > header h1 {
              line-height: 28px; } }
      .calendar .month > article > .text {
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 10px; }
        .calendar .month > article > .text p {
          margin: 0;
          text-align: left !important; }
      .calendar .month > article .register {
        margin-top: 10px; }
        .calendar .month > article .register a {
          float: left;
          color: #00C7B1;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 14px;
          font-weight: bold;
          position: relative; }
          @media screen and (min-width: 375px) {
            .calendar .month > article .register a {
              font-size: calc(14px + 2 * (100vw - 375px) / 1225); } }
          @media screen and (min-width: 1600px) {
            .calendar .month > article .register a {
              font-size: 16px; } }
          @media screen and (min-width: 375px) {
            .calendar .month > article .register a {
              line-height: calc(14px + 2 * (100vw - 375px) / 1225); } }
          @media screen and (min-width: 1600px) {
            .calendar .month > article .register a {
              line-height: 16px; } }
          .calendar .month > article .register a:after {
            position: absolute;
            content: " ";
            width: 100%;
            height: 2px;
            bottom: -3px;
            left: 0;
            background-color: #00C7B1; }
          .calendar .month > article .register a:not(:last-of-type) {
            margin-bottom: 12px; }
        .calendar .month > article .register .btnwrapper {
          float: left;
          width: 100%;
          margin-bottom: 20px; }
        .calendar .month > article .register .noreg {
          font-weight: bold; }
  .calendar .fallback {
    padding: 30px;
    float: left;
    font-weight: bold; }

.post-password-form {
  width: 100%;
  max-width: 28.5714285714rem;
  padding: 3.8095238095rem 0 1.4285714286rem;
  margin: 0 auto; }
  .post-password-form label {
    margin-top: 1.9047619048rem;
    float: left;
    width: 100%; }

.btn__innovation-form {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  border: 3px solid #000;
  -webkit-appearance: none;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 16px; }
  @media screen and (min-width: 375px) {
    .btn__innovation-form {
      padding-left: calc(16px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn__innovation-form {
      padding-left: 32px; } }
  @media screen and (min-width: 375px) {
    .btn__innovation-form {
      padding-right: calc(16px + 16 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .btn__innovation-form {
      padding-right: 32px; } }

.banner {
  display: none;
  font-family: "Calibre", helvetica, arial, sans-serif;
  font-size: 0.7619047619rem;
  width: 100%;
  padding: 0.5rem;
  z-index: 99; }

.banner__content a {
  color: #fff; }

.banner__wrapper {
  width: 92%;
  max-width: 68.5714285714rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative; }
  @media (max-width: 719px) {
    .banner__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding-right: 2rem; } }
  @media (min-width: 720px) {
    .banner__wrapper {
      width: 66%;
      max-width: 1440px; } }

.banner__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 2rem; }
  @media (max-width: 719px) {
    .banner__content {
      padding-right: 0; } }

.cookie-banner__policy {
  color: #000;
  font-weight: 500; }

.banner__close {
  position: absolute;
  fill: #fff;
  right: 0;
  width: 25px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner__close svg {
    width: 25px;
    margin: 0 auto;
    display: block; }
    .banner__close svg .banner__close-path {
      stroke: #fff;
      fill: transparent;
      stroke-width: 5; }

.banner__close-black svg .banner__close-path {
  stroke: #000; }

.banner__info {
  background: #000;
  color: #fff; }

.banner__cookie {
  position: fixed;
  bottom: 0;
  background: #00C7B1; }

article:after {
  content: " ";
  display: table;
  clear: both; }

.post-password-form input[type=submit] {
  display: inline-block;
  position: relative;
  height: 40px;
  min-width: 160px;
  padding: 8px 16px;
  border: 3px solid #000;
  margin-top: 22px;
  background: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  outline: none;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.5px; }
  @media screen and (min-width: 375px) {
    .post-password-form input[type=submit] {
      font-size: calc(14px + 4 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .post-password-form input[type=submit] {
      font-size: 18px; } }
  @media screen and (min-width: 375px) {
    .post-password-form input[type=submit] {
      line-height: calc(20px + 7 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .post-password-form input[type=submit] {
      line-height: 27px; } }
  @media screen and (min-width: 375px) {
    .post-password-form input[type=submit] {
      letter-spacing: calc(1.5px + 0.5 * (100vw - 375px) / 1225); } }
  @media screen and (min-width: 1600px) {
    .post-password-form input[type=submit] {
      letter-spacing: 2px; } }
  @media (min-width: 720px) {
    .post-password-form input[type=submit] {
      min-width: 192px;
      height: 48px; } }

.v2-color-scheme-bg, .fixedbutton a::before {
  background: #00C7B1; }

.v2-color-scheme-text {
  color: #00C7B1; }

.brand-color--purple .v2-color-scheme-text,
.brand-color--purple .breadcrumbs__item.touch-active,
.brand-color--purple .hi__hero.touch-active,
.brand-color--purple .rs__statement strong,
.brand-color--purple .text__body a:not([class]).touch-active,
.brand-color--purple .text__intro strong,
.brand-color--purple .self-check__quiz-title,
.brand-color--purple .self-check__inputs,
.brand-color--purple .self-check__inputs input,
.brand-color--purple .self-check__inputs input[type="radio"]:not(:checked) + label,
.brand-color--purple .btn--file,
.brand-color--purple .text-btn,
.brand-color--purple .main-nav__toggle.touch-active {
  color: #AC4FC6; }

.brand-color--purple .breadcrumbs__item__arrow,
.brand-color--purple .svg-self-check-answered,
.brand-color--purple .svg-logo {
  fill: #AC4FC6; }

.brand-color--purple .v2-promo__color-block,
.brand-color--purple .v2-color-scheme-bg,
.brand-color--purple .fixedbutton a::before, .fixedbutton
.brand-color--purple a::before,
.brand-color--purple .hi__bg,
.brand-color--purple .btn,
.brand-color--purple .contact input[type="submit"],
.brand-color--purple .self-check__inputs input[type="radio"]:checked + label,
.brand-color--purple .v2-btn--is-filled,
.brand-color--purple .v2-btn--is-filled::after {
  background-color: #AC4FC6; }

.brand-color--purple .text__body a:not([class]).touch-active,
.brand-color--purple .text-btn,
.brand-color--purple .self-check__inputs input {
  border-color: #AC4FC6; }

.brand-color--purple .text__media__btn:after {
  border-left-color: #AC4FC6; }

.brand-color--purple input[type="text"]:focus,
.brand-color--purple input[type="number"]:focus,
.brand-color--purple input[type="tel"]:focus,
.brand-color--purple input[type="email"]:focus,
.brand-color--purple input[type="password"]:focus,
.brand-color--purple textarea:focus,
.brand-color--purple select:focus {
  border-bottom-color: #AC4FC6; }

.brand-color--purple .v2-color-scheme-bg input:-webkit-autofill, .brand-color--purple .fixedbutton a::before input:-webkit-autofill, .fixedbutton .brand-color--purple a::before input:-webkit-autofill,
.brand-color--purple .v2-color-scheme-bg input:-webkit-autofill:hover,
.brand-color--purple .fixedbutton a::before input:-webkit-autofill:hover, .fixedbutton
.brand-color--purple a::before input:-webkit-autofill:hover,
.brand-color--purple .v2-color-scheme-bg input:-webkit-autofill:focus,
.brand-color--purple .fixedbutton a::before input:-webkit-autofill:focus, .fixedbutton
.brand-color--purple a::before input:-webkit-autofill:focus,
.brand-color--purple .v2-color-scheme-bg input:-webkit-autofill,
.brand-color--purple .fixedbutton a::before input:-webkit-autofill, .fixedbutton
.brand-color--purple a::before input:-webkit-autofill {
  box-shadow: inset 0 0 0 40px #AC4FC6 !important; }

.brand-color--purple .v2-color-scheme-bg .v2-btn:after, .brand-color--purple .fixedbutton a::before .v2-btn:after, .fixedbutton .brand-color--purple a::before .v2-btn:after,
.brand-color--purple .v2-color-scheme-bg .v2-btn:before,
.brand-color--purple .fixedbutton a::before .v2-btn:before, .fixedbutton
.brand-color--purple a::before .v2-btn:before,
.brand-color--purple .v2-color-scheme-bg .wpcf7-form input[type="submit"].v2-btn,
.brand-color--purple .fixedbutton a::before .wpcf7-form input[type="submit"].v2-btn, .fixedbutton
.brand-color--purple a::before .wpcf7-form input[type="submit"].v2-btn {
  background: #AC4FC6; }

.brand-color--purple .btn--file,
.brand-color--purple .self-check__inputs input[type="radio"]:not(:checked) + label {
  box-shadow: inset 0 0 0 2px #AC4FC6; }

@media (max-width: 1039px) {
  .brand-color--purple .main-nav {
    background: #AC4FC6; } }

@media (min-width: 720px) {
  .brand-color--purple .breadcrumbs__item:hover,
  .brand-color--purple .hi__hero:hover,
  .brand-color--purple .text__body a:not([class]):hover {
    color: #AC4FC6; }
  .brand-color--purple .text__body a:not([class]):hover {
    border-color: #AC4FC6; }
  .brand-color--purple .header__sub,
  .brand-color--purple .sub-menu,
  .brand-color--purple .main-nav .menu-item a:after {
    background-color: #AC4FC6; }
  .brand-color--purple .main-nav .menu-item:after,
  .brand-color--purple .sub-menu .sub-menu:after {
    border-bottom-color: #AC4FC6; } }

.brand-color--blue .v2-color-scheme-text,
.brand-color--blue .breadcrumbs__item.touch-active,
.brand-color--blue .hi__hero.touch-active,
.brand-color--blue .rs__statement strong,
.brand-color--blue .text__body a:not([class]).touch-active,
.brand-color--blue .text__intro strong,
.brand-color--blue .self-check__quiz-title,
.brand-color--blue .self-check__inputs,
.brand-color--blue .self-check__inputs input,
.brand-color--blue .self-check__inputs input[type="radio"]:not(:checked) + label,
.brand-color--blue .btn--file,
.brand-color--blue .text-btn,
.brand-color--blue .main-nav__toggle.touch-active {
  color: #307FE2; }

.brand-color--blue .breadcrumbs__item__arrow,
.brand-color--blue .svg-self-check-answered,
.brand-color--blue .svg-logo {
  fill: #307FE2; }

.brand-color--blue .v2-promo__color-block,
.brand-color--blue .v2-color-scheme-bg,
.brand-color--blue .fixedbutton a::before, .fixedbutton
.brand-color--blue a::before,
.brand-color--blue .hi__bg,
.brand-color--blue .btn,
.brand-color--blue .contact input[type="submit"],
.brand-color--blue .self-check__inputs input[type="radio"]:checked + label,
.brand-color--blue .v2-btn--is-filled,
.brand-color--blue .v2-btn--is-filled::after {
  background-color: #307FE2; }

.brand-color--blue .text__body a:not([class]).touch-active,
.brand-color--blue .text-btn,
.brand-color--blue .self-check__inputs input {
  border-color: #307FE2; }

.brand-color--blue .text__media__btn:after {
  border-left-color: #307FE2; }

.brand-color--blue input[type="text"]:focus,
.brand-color--blue input[type="number"]:focus,
.brand-color--blue input[type="tel"]:focus,
.brand-color--blue input[type="email"]:focus,
.brand-color--blue input[type="password"]:focus,
.brand-color--blue textarea:focus,
.brand-color--blue select:focus {
  border-bottom-color: #307FE2; }

.brand-color--blue .v2-color-scheme-bg input:-webkit-autofill, .brand-color--blue .fixedbutton a::before input:-webkit-autofill, .fixedbutton .brand-color--blue a::before input:-webkit-autofill,
.brand-color--blue .v2-color-scheme-bg input:-webkit-autofill:hover,
.brand-color--blue .fixedbutton a::before input:-webkit-autofill:hover, .fixedbutton
.brand-color--blue a::before input:-webkit-autofill:hover,
.brand-color--blue .v2-color-scheme-bg input:-webkit-autofill:focus,
.brand-color--blue .fixedbutton a::before input:-webkit-autofill:focus, .fixedbutton
.brand-color--blue a::before input:-webkit-autofill:focus,
.brand-color--blue .v2-color-scheme-bg input:-webkit-autofill,
.brand-color--blue .fixedbutton a::before input:-webkit-autofill, .fixedbutton
.brand-color--blue a::before input:-webkit-autofill {
  box-shadow: inset 0 0 0 40px #307FE2 !important; }

.brand-color--blue .v2-color-scheme-bg .v2-btn:after, .brand-color--blue .fixedbutton a::before .v2-btn:after, .fixedbutton .brand-color--blue a::before .v2-btn:after,
.brand-color--blue .v2-color-scheme-bg .v2-btn:before,
.brand-color--blue .fixedbutton a::before .v2-btn:before, .fixedbutton
.brand-color--blue a::before .v2-btn:before,
.brand-color--blue .v2-color-scheme-bg .wpcf7-form input[type="submit"].v2-btn,
.brand-color--blue .fixedbutton a::before .wpcf7-form input[type="submit"].v2-btn, .fixedbutton
.brand-color--blue a::before .wpcf7-form input[type="submit"].v2-btn {
  background: #307FE2; }

.brand-color--blue .btn--file,
.brand-color--blue .self-check__inputs input[type="radio"]:not(:checked) + label {
  box-shadow: inset 0 0 0 2px #307FE2; }

@media (max-width: 1039px) {
  .brand-color--blue .main-nav {
    background: #307FE2; } }

@media (min-width: 720px) {
  .brand-color--blue .breadcrumbs__item:hover,
  .brand-color--blue .hi__hero:hover,
  .brand-color--blue .text__body a:not([class]):hover {
    color: #307FE2; }
  .brand-color--blue .text__body a:not([class]):hover {
    border-color: #307FE2; }
  .brand-color--blue .header__sub,
  .brand-color--blue .sub-menu,
  .brand-color--blue .main-nav .menu-item a:after {
    background-color: #307FE2; }
  .brand-color--blue .main-nav .menu-item:after,
  .brand-color--blue .sub-menu .sub-menu:after {
    border-bottom-color: #307FE2; } }

.brand-color--green .v2-color-scheme-text,
.brand-color--green .breadcrumbs__item.touch-active,
.brand-color--green .hi__hero.touch-active,
.brand-color--green .rs__statement strong,
.brand-color--green .text__body a:not([class]).touch-active,
.brand-color--green .text__intro strong,
.brand-color--green .self-check__quiz-title,
.brand-color--green .self-check__inputs,
.brand-color--green .self-check__inputs input,
.brand-color--green .self-check__inputs input[type="radio"]:not(:checked) + label,
.brand-color--green .btn--file,
.brand-color--green .text-btn,
.brand-color--green .main-nav__toggle.touch-active {
  color: #B7BF10; }

.brand-color--green .breadcrumbs__item__arrow,
.brand-color--green .svg-self-check-answered,
.brand-color--green .svg-logo {
  fill: #B7BF10; }

.brand-color--green .v2-promo__color-block,
.brand-color--green .v2-color-scheme-bg,
.brand-color--green .fixedbutton a::before, .fixedbutton
.brand-color--green a::before,
.brand-color--green .hi__bg,
.brand-color--green .btn,
.brand-color--green .contact input[type="submit"],
.brand-color--green .self-check__inputs input[type="radio"]:checked + label,
.brand-color--green .v2-btn--is-filled,
.brand-color--green .v2-btn--is-filled::after {
  background-color: #B7BF10; }

.brand-color--green .text__body a:not([class]).touch-active,
.brand-color--green .text-btn,
.brand-color--green .self-check__inputs input {
  border-color: #B7BF10; }

.brand-color--green .text__media__btn:after {
  border-left-color: #B7BF10; }

.brand-color--green input[type="text"]:focus,
.brand-color--green input[type="number"]:focus,
.brand-color--green input[type="tel"]:focus,
.brand-color--green input[type="email"]:focus,
.brand-color--green input[type="password"]:focus,
.brand-color--green textarea:focus,
.brand-color--green select:focus {
  border-bottom-color: #B7BF10; }

.brand-color--green .v2-color-scheme-bg input:-webkit-autofill, .brand-color--green .fixedbutton a::before input:-webkit-autofill, .fixedbutton .brand-color--green a::before input:-webkit-autofill,
.brand-color--green .v2-color-scheme-bg input:-webkit-autofill:hover,
.brand-color--green .fixedbutton a::before input:-webkit-autofill:hover, .fixedbutton
.brand-color--green a::before input:-webkit-autofill:hover,
.brand-color--green .v2-color-scheme-bg input:-webkit-autofill:focus,
.brand-color--green .fixedbutton a::before input:-webkit-autofill:focus, .fixedbutton
.brand-color--green a::before input:-webkit-autofill:focus,
.brand-color--green .v2-color-scheme-bg input:-webkit-autofill,
.brand-color--green .fixedbutton a::before input:-webkit-autofill, .fixedbutton
.brand-color--green a::before input:-webkit-autofill {
  box-shadow: inset 0 0 0 40px #B7BF10 !important; }

.brand-color--green .v2-color-scheme-bg .v2-btn:after, .brand-color--green .fixedbutton a::before .v2-btn:after, .fixedbutton .brand-color--green a::before .v2-btn:after,
.brand-color--green .v2-color-scheme-bg .v2-btn:before,
.brand-color--green .fixedbutton a::before .v2-btn:before, .fixedbutton
.brand-color--green a::before .v2-btn:before,
.brand-color--green .v2-color-scheme-bg .wpcf7-form input[type="submit"].v2-btn,
.brand-color--green .fixedbutton a::before .wpcf7-form input[type="submit"].v2-btn, .fixedbutton
.brand-color--green a::before .wpcf7-form input[type="submit"].v2-btn {
  background: #B7BF10; }

.brand-color--green .btn--file,
.brand-color--green .self-check__inputs input[type="radio"]:not(:checked) + label {
  box-shadow: inset 0 0 0 2px #B7BF10; }

@media (max-width: 1039px) {
  .brand-color--green .main-nav {
    background: #B7BF10; } }

@media (min-width: 720px) {
  .brand-color--green .breadcrumbs__item:hover,
  .brand-color--green .hi__hero:hover,
  .brand-color--green .text__body a:not([class]):hover {
    color: #B7BF10; }
  .brand-color--green .text__body a:not([class]):hover {
    border-color: #B7BF10; }
  .brand-color--green .header__sub,
  .brand-color--green .sub-menu,
  .brand-color--green .main-nav .menu-item a:after {
    background-color: #B7BF10; }
  .brand-color--green .main-nav .menu-item:after,
  .brand-color--green .sub-menu .sub-menu:after {
    border-bottom-color: #B7BF10; } }

.brand-color--yellow .v2-color-scheme-text,
.brand-color--yellow .breadcrumbs__item.touch-active,
.brand-color--yellow .hi__hero.touch-active,
.brand-color--yellow .rs__statement strong,
.brand-color--yellow .text__body a:not([class]).touch-active,
.brand-color--yellow .text__intro strong,
.brand-color--yellow .self-check__quiz-title,
.brand-color--yellow .self-check__inputs,
.brand-color--yellow .self-check__inputs input,
.brand-color--yellow .self-check__inputs input[type="radio"]:not(:checked) + label,
.brand-color--yellow .btn--file,
.brand-color--yellow .text-btn,
.brand-color--yellow .main-nav__toggle.touch-active {
  color: #F0B323; }

.brand-color--yellow .breadcrumbs__item__arrow,
.brand-color--yellow .svg-self-check-answered,
.brand-color--yellow .svg-logo {
  fill: #F0B323; }

.brand-color--yellow .v2-promo__color-block,
.brand-color--yellow .v2-color-scheme-bg,
.brand-color--yellow .fixedbutton a::before, .fixedbutton
.brand-color--yellow a::before,
.brand-color--yellow .hi__bg,
.brand-color--yellow .btn,
.brand-color--yellow .contact input[type="submit"],
.brand-color--yellow .self-check__inputs input[type="radio"]:checked + label,
.brand-color--yellow .v2-btn--is-filled,
.brand-color--yellow .v2-btn--is-filled::after {
  background-color: #F0B323; }

.brand-color--yellow .text__body a:not([class]).touch-active,
.brand-color--yellow .text-btn,
.brand-color--yellow .self-check__inputs input {
  border-color: #F0B323; }

.brand-color--yellow .text__media__btn:after {
  border-left-color: #F0B323; }

.brand-color--yellow input[type="text"]:focus,
.brand-color--yellow input[type="number"]:focus,
.brand-color--yellow input[type="tel"]:focus,
.brand-color--yellow input[type="email"]:focus,
.brand-color--yellow input[type="password"]:focus,
.brand-color--yellow textarea:focus,
.brand-color--yellow select:focus {
  border-bottom-color: #F0B323; }

.brand-color--yellow .v2-color-scheme-bg input:-webkit-autofill, .brand-color--yellow .fixedbutton a::before input:-webkit-autofill, .fixedbutton .brand-color--yellow a::before input:-webkit-autofill,
.brand-color--yellow .v2-color-scheme-bg input:-webkit-autofill:hover,
.brand-color--yellow .fixedbutton a::before input:-webkit-autofill:hover, .fixedbutton
.brand-color--yellow a::before input:-webkit-autofill:hover,
.brand-color--yellow .v2-color-scheme-bg input:-webkit-autofill:focus,
.brand-color--yellow .fixedbutton a::before input:-webkit-autofill:focus, .fixedbutton
.brand-color--yellow a::before input:-webkit-autofill:focus,
.brand-color--yellow .v2-color-scheme-bg input:-webkit-autofill,
.brand-color--yellow .fixedbutton a::before input:-webkit-autofill, .fixedbutton
.brand-color--yellow a::before input:-webkit-autofill {
  box-shadow: inset 0 0 0 40px #F0B323 !important; }

.brand-color--yellow .v2-color-scheme-bg .v2-btn:after, .brand-color--yellow .fixedbutton a::before .v2-btn:after, .fixedbutton .brand-color--yellow a::before .v2-btn:after,
.brand-color--yellow .v2-color-scheme-bg .v2-btn:before,
.brand-color--yellow .fixedbutton a::before .v2-btn:before, .fixedbutton
.brand-color--yellow a::before .v2-btn:before,
.brand-color--yellow .v2-color-scheme-bg .wpcf7-form input[type="submit"].v2-btn,
.brand-color--yellow .fixedbutton a::before .wpcf7-form input[type="submit"].v2-btn, .fixedbutton
.brand-color--yellow a::before .wpcf7-form input[type="submit"].v2-btn {
  background: #F0B323; }

.brand-color--yellow .btn--file,
.brand-color--yellow .self-check__inputs input[type="radio"]:not(:checked) + label {
  box-shadow: inset 0 0 0 2px #F0B323; }

@media (max-width: 1039px) {
  .brand-color--yellow .main-nav {
    background: #F0B323; } }

@media (min-width: 720px) {
  .brand-color--yellow .breadcrumbs__item:hover,
  .brand-color--yellow .hi__hero:hover,
  .brand-color--yellow .text__body a:not([class]):hover {
    color: #F0B323; }
  .brand-color--yellow .text__body a:not([class]):hover {
    border-color: #F0B323; }
  .brand-color--yellow .header__sub,
  .brand-color--yellow .sub-menu,
  .brand-color--yellow .main-nav .menu-item a:after {
    background-color: #F0B323; }
  .brand-color--yellow .main-nav .menu-item:after,
  .brand-color--yellow .sub-menu .sub-menu:after {
    border-bottom-color: #F0B323; } }

.brand-color--orange .v2-color-scheme-text,
.brand-color--orange .breadcrumbs__item.touch-active,
.brand-color--orange .hi__hero.touch-active,
.brand-color--orange .rs__statement strong,
.brand-color--orange .text__body a:not([class]).touch-active,
.brand-color--orange .text__intro strong,
.brand-color--orange .self-check__quiz-title,
.brand-color--orange .self-check__inputs,
.brand-color--orange .self-check__inputs input,
.brand-color--orange .self-check__inputs input[type="radio"]:not(:checked) + label,
.brand-color--orange .btn--file,
.brand-color--orange .text-btn,
.brand-color--orange .main-nav__toggle.touch-active {
  color: #FF5B35; }

.brand-color--orange .breadcrumbs__item__arrow,
.brand-color--orange .svg-self-check-answered,
.brand-color--orange .svg-logo {
  fill: #FF5B35; }

.brand-color--orange .v2-promo__color-block,
.brand-color--orange .v2-color-scheme-bg,
.brand-color--orange .fixedbutton a::before, .fixedbutton
.brand-color--orange a::before,
.brand-color--orange .hi__bg,
.brand-color--orange .btn,
.brand-color--orange .contact input[type="submit"],
.brand-color--orange .self-check__inputs input[type="radio"]:checked + label,
.brand-color--orange .v2-btn--is-filled,
.brand-color--orange .v2-btn--is-filled::after {
  background-color: #FF5B35; }

.brand-color--orange .text__body a:not([class]).touch-active,
.brand-color--orange .text-btn,
.brand-color--orange .self-check__inputs input {
  border-color: #FF5B35; }

.brand-color--orange .text__media__btn:after {
  border-left-color: #FF5B35; }

.brand-color--orange input[type="text"]:focus,
.brand-color--orange input[type="number"]:focus,
.brand-color--orange input[type="tel"]:focus,
.brand-color--orange input[type="email"]:focus,
.brand-color--orange input[type="password"]:focus,
.brand-color--orange textarea:focus,
.brand-color--orange select:focus {
  border-bottom-color: #FF5B35; }

.brand-color--orange .v2-color-scheme-bg input:-webkit-autofill, .brand-color--orange .fixedbutton a::before input:-webkit-autofill, .fixedbutton .brand-color--orange a::before input:-webkit-autofill,
.brand-color--orange .v2-color-scheme-bg input:-webkit-autofill:hover,
.brand-color--orange .fixedbutton a::before input:-webkit-autofill:hover, .fixedbutton
.brand-color--orange a::before input:-webkit-autofill:hover,
.brand-color--orange .v2-color-scheme-bg input:-webkit-autofill:focus,
.brand-color--orange .fixedbutton a::before input:-webkit-autofill:focus, .fixedbutton
.brand-color--orange a::before input:-webkit-autofill:focus,
.brand-color--orange .v2-color-scheme-bg input:-webkit-autofill,
.brand-color--orange .fixedbutton a::before input:-webkit-autofill, .fixedbutton
.brand-color--orange a::before input:-webkit-autofill {
  box-shadow: inset 0 0 0 40px #FF5B35 !important; }

.brand-color--orange .v2-color-scheme-bg .v2-btn:after, .brand-color--orange .fixedbutton a::before .v2-btn:after, .fixedbutton .brand-color--orange a::before .v2-btn:after,
.brand-color--orange .v2-color-scheme-bg .v2-btn:before,
.brand-color--orange .fixedbutton a::before .v2-btn:before, .fixedbutton
.brand-color--orange a::before .v2-btn:before,
.brand-color--orange .v2-color-scheme-bg .wpcf7-form input[type="submit"].v2-btn,
.brand-color--orange .fixedbutton a::before .wpcf7-form input[type="submit"].v2-btn, .fixedbutton
.brand-color--orange a::before .wpcf7-form input[type="submit"].v2-btn {
  background: #FF5B35; }

.brand-color--orange .btn--file,
.brand-color--orange .self-check__inputs input[type="radio"]:not(:checked) + label {
  box-shadow: inset 0 0 0 2px #FF5B35; }

@media (max-width: 1039px) {
  .brand-color--orange .main-nav {
    background: #FF5B35; } }

@media (min-width: 720px) {
  .brand-color--orange .breadcrumbs__item:hover,
  .brand-color--orange .hi__hero:hover,
  .brand-color--orange .text__body a:not([class]):hover {
    color: #FF5B35; }
  .brand-color--orange .text__body a:not([class]):hover {
    border-color: #FF5B35; }
  .brand-color--orange .header__sub,
  .brand-color--orange .sub-menu,
  .brand-color--orange .main-nav .menu-item a:after {
    background-color: #FF5B35; }
  .brand-color--orange .main-nav .menu-item:after,
  .brand-color--orange .sub-menu .sub-menu:after {
    border-bottom-color: #FF5B35; } }

.brand-color--teal .v2-color-scheme-text {
  color: #00C7B1; }

.brand-color--teal .v2-promo__color-block,
.brand-color--teal .v2-color-scheme-bg,
.brand-color--teal .fixedbutton a::before, .fixedbutton
.brand-color--teal a::before,
.brand-color--teal .v2-btn--is-filled,
.brand-color--teal .v2-btn--is-filled::after {
  background-color: #00C7B1; }

.brand-color--teal .v2-color-scheme-bg input:-webkit-autofill, .brand-color--teal .fixedbutton a::before input:-webkit-autofill, .fixedbutton .brand-color--teal a::before input:-webkit-autofill,
.brand-color--teal .v2-color-scheme-bg input:-webkit-autofill:hover,
.brand-color--teal .fixedbutton a::before input:-webkit-autofill:hover, .fixedbutton
.brand-color--teal a::before input:-webkit-autofill:hover,
.brand-color--teal .v2-color-scheme-bg input:-webkit-autofill:focus,
.brand-color--teal .fixedbutton a::before input:-webkit-autofill:focus, .fixedbutton
.brand-color--teal a::before input:-webkit-autofill:focus,
.brand-color--teal .v2-color-scheme-bg input:-webkit-autofill,
.brand-color--teal .fixedbutton a::before input:-webkit-autofill, .fixedbutton
.brand-color--teal a::before input:-webkit-autofill {
  box-shadow: inset 0 0 0 40px #00C7B1 !important; }

.brand-color--teal .v2-color-scheme-bg .v2-btn:after, .brand-color--teal .fixedbutton a::before .v2-btn:after, .fixedbutton .brand-color--teal a::before .v2-btn:after,
.brand-color--teal .v2-color-scheme-bg .v2-btn:before,
.brand-color--teal .fixedbutton a::before .v2-btn:before, .fixedbutton
.brand-color--teal a::before .v2-btn:before,
.brand-color--teal .v2-color-scheme-bg .wpcf7-form input[type="submit"].v2-btn,
.brand-color--teal .fixedbutton a::before .wpcf7-form input[type="submit"].v2-btn, .fixedbutton
.brand-color--teal a::before .wpcf7-form input[type="submit"].v2-btn {
  background: #00C7B1; }

/*# sourceMappingURL=main.css.map */
