/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img{position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .2s linear;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-backface-visibility:hidden}.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img{margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;opacity:0;display:none;direction:ltr;touch-action:pinch-zoom}.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 4px rgba(0,0,0,.1);touch-action:pan-y pinch-zoom;display:block}.blueimp-gallery-display{display:block;opacity:1}.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{visibility:hidden;position:relative;float:left;height:100%;text-align:center;transition-timing-function:cubic-bezier(0.645,0.045,0.355,1)}.blueimp-gallery>.slides>.slide-active,.blueimp-gallery>.slides>.slide-next,.blueimp-gallery>.slides>.slide-prev{visibility:visible}.blueimp-gallery>.slides>.slide-loading{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery-smil>.slides>.slide-loading{background-image:url(../img/loading.svg)}.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}.blueimp-gallery>.slides>.slide-error{background:url(../img/error.png) center no-repeat}.blueimp-gallery-svgasimg>.slides>.slide-error{background-image:url(../img/error.svg)}.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}.blueimp-gallery-display>.next,.blueimp-gallery-display>.prev{position:absolute;top:50%;left:15px;width:8px;height:20px;padding:10px 14px 10px 18px;margin-top:-23px;box-sizing:content-box;background:#222 url(../img/prev.png) center no-repeat;background-color:rgba(0,0,0,.5);border:3px solid #fff;border-radius:30px;opacity:.5;cursor:pointer;display:none}.blueimp-gallery-display>.next{right:15px;left:auto;background-image:url(../img/next.png)}.blueimp-gallery-svgasimg>.prev{background-image:url(../img/prev.svg)}.blueimp-gallery-svgasimg>.next{background-image:url(../img/next.svg)}.blueimp-gallery-display>.close{position:absolute;top:15px;right:15px;width:30px;height:30px;background:url(../img/close.png) center no-repeat;opacity:.8;cursor:pointer;display:none}.blueimp-gallery-svgasimg>.close{background-image:url(../img/close.svg)}.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 60px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}.blueimp-gallery-display>.play-pause{position:absolute;right:15px;bottom:15px;width:30px;height:30px;background:url(../img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}.blueimp-gallery-svgasimg>.play-pause{background-image:url(../img/play-pause.svg)}.blueimp-gallery-playing>.play-pause{background-position:-30px 0}.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title{display:block;transform:translateZ(0)}.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{display:none}.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-user-select:none;-moz-user-select:none;user-select:none}.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover{color:#fff;opacity:1}*+html .blueimp-gallery>.slides>.slide{min-height:300px}*+html .blueimp-gallery>.slides>.slide>.slide-content{position:relative}*+html .blueimp-gallery>.slides>.slide>.slide-content>img{position:relative}@supports ((-o-object-fit: contain) or (object-fit: contain)){.blueimp-gallery-contain>.slides>.slide>.slide-content,.blueimp-gallery-contain>.slides>.slide>.slide-content>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}}@media (prefers-color-scheme:light){.blueimp-gallery-carousel{background:#fff}}.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.blueimp-gallery>.indicator>li{display:inline-block;position:relative;width:9px;height:9px;margin:6px 3px 0 3px;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25) center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}*+html .blueimp-gallery>.indicator>li{display:inline}.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{background-color:#fff;border-color:#fff;opacity:1}.blueimp-gallery>.indicator>li:after{opacity:0;display:block;position:absolute;content:'';top:-5em;left:4px;width:75px;height:75px;transition:transform .6s ease-out,opacity .4s ease-out;transform:translateX(-50%) translateY(0) translateZ(0);pointer-events:none}.blueimp-gallery>.indicator>li:hover:after{opacity:1;border-radius:50%;background:inherit;transform:translateX(-50%) translateY(-5px) translateZ(0)}.blueimp-gallery>.indicator>.active:after{display:none}.blueimp-gallery-controls>.indicator{display:block;transform:translateZ(0)}.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.slides>.slide>.video-content>.video-cover,.blueimp-gallery>.slides>.slide>.video-content>iframe,.blueimp-gallery>.slides>.slide>.video-content>video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.blueimp-gallery>.slides>.slide>.video-content>.video-cover{background:center no-repeat;background-size:contain}.blueimp-gallery>.slides>.slide>.video-iframe>.video-cover{background-color:#000;background-color:rgba(0,0,0,.7)}.blueimp-gallery>.slides>.slide>.video-content>.video-play{position:absolute;top:50%;right:0;left:0;margin:-64px auto 0;width:128px;height:128px;background:url(../img/video-play.png) center no-repeat;opacity:.8;cursor:pointer}.blueimp-gallery-svgasimg>.slides>.slide>.video-content>.video-play{background-image:url(../img/video-play.svg)}.blueimp-gallery>.slides>.slide>.video-playing>.video-cover,.blueimp-gallery>.slides>.slide>.video-playing>.video-play{display:none}.blueimp-gallery>.slides>.slide>.video-loading>.video-play{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}.blueimp-gallery-smil>.slides>.slide>.video-loading>.video-play{background-image:url(../img/loading.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>.video-play{left:50%;margin-left:-64px}.blueimp-gallery>.slides>.slide>.video-content>.video-play:hover{opacity:1}
.clear {
  display: block;
  clear: both;
}
#autoloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
#autoloader i {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #fff;
  cursor: default;
}
.autopopup {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}
.autopopup.test {
  display: block;
}
.autopopup.r5 .margin_wrapper {
  border-radius: 5px;
}
.autopopup.r10 .margin_wrapper {
  border-radius: 10px;
}
.autopopup.r15 .margin_wrapper {
  border-radius: 15px;
}
.autopopup.r20 .margin_wrapper {
  border-radius: 20px;
}
.autopopup.r25 .margin_wrapper {
  border-radius: 25px;
}
.autopopup.r30 .margin_wrapper {
  border-radius: 30px;
}
.autopopup.r35 .margin_wrapper {
  border-radius: 35px;
}
.autopopup.r40 .margin_wrapper {
  border-radius: 40px;
}
.autopopup.r45 .margin_wrapper {
  border-radius: 45px;
}
.autopopup.r50 .margin_wrapper {
  border-radius: 50px;
}
.autopopup .center_wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
.autopopup .hor_wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  display: table;
}
.autopopup.w100 .hor_wrapper {
  width: 100px;
  left: -50px;
}
.autopopup.w200 .hor_wrapper {
  width: 200px;
  left: -100px;
}
.autopopup.w300 .hor_wrapper {
  width: 300px;
  left: -150px;
}
.autopopup.w400 .hor_wrapper {
  width: 400px;
  left: -200px;
}
.autopopup.w500 .hor_wrapper {
  width: 500px;
  left: -250px;
}
.autopopup.w600 .hor_wrapper {
  width: 600px;
  left: -300px;
}
.autopopup.w700 .hor_wrapper {
  width: 700px;
  left: -350px;
}
.autopopup.w800 .hor_wrapper {
  width: 800px;
  left: -400px;
}
.autopopup.w900 .hor_wrapper {
  width: 900px;
  left: -450px;
}
.autopopup.w1000 .hor_wrapper {
  width: 1000px;
  left: -500px;
}
.autopopup .vert_wrapper {
  display: table-cell;
  vertical-align: middle;
}
.autopopup .margin_wrapper {
  background-color: #fff;
  overflow: auto;
}
.autopopup .content_wrapper {
  position: relative;
}
.autopopup.m5 .content_wrapper {
  margin: 5px;
}
.autopopup.m10 .content_wrapper {
  margin: 10px;
}
.autopopup.m15 .content_wrapper {
  margin: 15px;
}
.autopopup.m20 .content_wrapper {
  margin: 20px;
}
.autopopup.m25 .content_wrapper {
  margin: 25px;
}
.autopopup.m30 .content_wrapper {
  margin: 30px;
}
.autopopup.m35 .content_wrapper {
  margin: 35px;
}
.autopopup.m40 .content_wrapper {
  margin: 40px;
}
.autopopup.m45 .content_wrapper {
  margin: 45px;
}
.autopopup.m50 .content_wrapper {
  margin: 50px;
}
.autopopup .cross {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  cursor: pointer;
  color: #333;
}
.autopopup .cross:hover {
  color: #b90000;
}
.autopopup .cross i {
  position: relative;
  top: -2px;
  font-size: 20px;
}
@media all and (max-width: 1050px) {
  .autopopup.w1000 .hor_wrapper {
    width: 900px;
    left: -450px;
  }
}
@media all and (max-width: 950px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper {
    width: 800px;
    left: -400px;
  }
}
@media all and (max-width: 850px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper {
    width: 700px;
    left: -350px;
  }
}
@media all and (max-width: 750px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper {
    width: 600px;
    left: -300px;
  }
}
@media all and (max-width: 650px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper,
  .autopopup.w600 .hor_wrapper {
    width: 500px;
    left: -250px;
  }
}
@media all and (max-width: 550px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper,
  .autopopup.w600 .hor_wrapper,
  .autopopup.w500 .hor_wrapper {
    width: 400px;
    left: -200px;
  }
}
@media all and (max-width: 450px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper,
  .autopopup.w600 .hor_wrapper,
  .autopopup.w500 .hor_wrapper,
  .autopopup.w400 .hor_wrapper {
    width: 300px;
    left: -150px;
  }
}
.block-ratio-custom,
.block-3-2,
.block-16-9,
.block-4-3,
.block-square {
  display: block;
}
.block-ratio-custom > div,
.block-3-2 > div,
.block-16-9 > div,
.block-4-3 > div,
.block-square > div,
.block-ratio-custom > span,
.block-3-2 > span,
.block-16-9 > span,
.block-4-3 > span,
.block-square > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.block-ratio-custom > div > div,
.block-3-2 > div > div,
.block-16-9 > div > div,
.block-4-3 > div > div,
.block-square > div > div,
.block-ratio-custom > span > div,
.block-3-2 > span > div,
.block-16-9 > span > div,
.block-4-3 > span > div,
.block-square > span > div,
.block-ratio-custom > div > span,
.block-3-2 > div > span,
.block-16-9 > div > span,
.block-4-3 > div > span,
.block-square > div > span,
.block-ratio-custom > span > span,
.block-3-2 > span > span,
.block-16-9 > span > span,
.block-4-3 > span > span,
.block-square > span > span,
.block-ratio-custom > div > a,
.block-3-2 > div > a,
.block-16-9 > div > a,
.block-4-3 > div > a,
.block-square > div > a,
.block-ratio-custom > span > a,
.block-3-2 > span > a,
.block-16-9 > span > a,
.block-4-3 > span > a,
.block-square > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-ratio-custom > div > div > img,
.block-3-2 > div > div > img,
.block-16-9 > div > div > img,
.block-4-3 > div > div > img,
.block-square > div > div > img,
.block-ratio-custom > span > div > img,
.block-3-2 > span > div > img,
.block-16-9 > span > div > img,
.block-4-3 > span > div > img,
.block-square > span > div > img,
.block-ratio-custom > div > span > img,
.block-3-2 > div > span > img,
.block-16-9 > div > span > img,
.block-4-3 > div > span > img,
.block-square > div > span > img,
.block-ratio-custom > span > span > img,
.block-3-2 > span > span > img,
.block-16-9 > span > span > img,
.block-4-3 > span > span > img,
.block-square > span > span > img,
.block-ratio-custom > div > a > img,
.block-3-2 > div > a > img,
.block-16-9 > div > a > img,
.block-4-3 > div > a > img,
.block-square > div > a > img,
.block-ratio-custom > span > a > img,
.block-3-2 > span > a > img,
.block-16-9 > span > a > img,
.block-4-3 > span > a > img,
.block-square > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.block-ratio-custom > div > img,
.block-3-2 > div > img,
.block-16-9 > div > img,
.block-4-3 > div > img,
.block-square > div > img,
.block-ratio-custom > span > img,
.block-3-2 > span > img,
.block-16-9 > span > img,
.block-4-3 > span > img,
.block-square > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.block-ratio-custom.block-3-2 > div,
.block-3-2.block-3-2 > div,
.block-16-9.block-3-2 > div,
.block-4-3.block-3-2 > div,
.block-square.block-3-2 > div,
.block-ratio-custom.block-3-2 > span,
.block-3-2.block-3-2 > span,
.block-16-9.block-3-2 > span,
.block-4-3.block-3-2 > span,
.block-square.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.block-ratio-custom.block-16-9 > div,
.block-3-2.block-16-9 > div,
.block-16-9.block-16-9 > div,
.block-4-3.block-16-9 > div,
.block-square.block-16-9 > div,
.block-ratio-custom.block-16-9 > span,
.block-3-2.block-16-9 > span,
.block-16-9.block-16-9 > span,
.block-4-3.block-16-9 > span,
.block-square.block-16-9 > span {
  padding-bottom: 56.25%;
}
.block-ratio-custom.block-4-3 > div,
.block-3-2.block-4-3 > div,
.block-16-9.block-4-3 > div,
.block-4-3.block-4-3 > div,
.block-square.block-4-3 > div,
.block-ratio-custom.block-4-3 > span,
.block-3-2.block-4-3 > span,
.block-16-9.block-4-3 > span,
.block-4-3.block-4-3 > span,
.block-square.block-4-3 > span {
  padding-bottom: 75%;
}
.block-ratio-custom.block-square > div,
.block-3-2.block-square > div,
.block-16-9.block-square > div,
.block-4-3.block-square > div,
.block-square.block-square > div,
.block-ratio-custom.block-square > span,
.block-3-2.block-square > span,
.block-16-9.block-square > span,
.block-4-3.block-square > span,
.block-square.block-square > span {
  padding-bottom: 100%;
}
#stp-sidemenu-mask {
  z-index: 499;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.sliker {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.sliker * {
  box-sizing: border-box;
}
.sliker .sliker__displayer-img {
  display: block;
  width: 100%;
}
.sliker .sliker__window {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.sliker .sliker__track {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  width: 1000000px;
  overflow: hidden;
  transition-property: transform;
  will-change: transform;
  display: flex;
}
.sliker .sliker__fading-mask {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
}
.sliker .sliker__item {
  position: relative;
  overflow: hidden;
}
.sliker .sliker__bullets {
  overflow: hidden;
  margin: auto;
  text-align: center;
  z-index: 10;
  left: 0;
  width: 100%;
  font-size: 0;
  padding-left: 0;
}
.sliker .sliker__bulletitem {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.sliker .sliker__bulletitem i {
  font-size: 18px;
  cursor: pointer;
  color: #aaa;
}
.sliker .sliker__bullet-classic {
  display: block;
  background-color: #aaa;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #eee;
  border-radius: 30px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -100px;
}
.sliker .sliker__bulletitem:hover .sliker__bullet-classic,
.sliker .sliker__bulletitem--selected .sliker__bullet-classic {
  background-color: yellowgreen;
  color: #fff;
}
.sliker .sliker__bulletitem:hover i,
.sliker .sliker__bulletitem--selected i {
  color: yellowgreen;
}
.sliker .sliker__pages {
  overflow: hidden;
  margin: auto;
  text-align: center;
  z-index: 10;
  left: 0;
  width: 100%;
  font-size: 0;
  opacity: 0.8;
}
.sliker .sliker__pages-wrap {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
}
.sliker .sliker__pages-text {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.sliker .sliker__pages-btn-left,
.sliker .sliker__pages-btn-right {
  font-weight: normal;
  position: static;
  cursor: pointer;
  padding: 3px 5px;
  background: none;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.sliker .sliker__pages-btn-left:hover,
.sliker .sliker__pages-btn-right:hover {
  color: yellowgreen;
}
.sliker .sliker__bullets,
.sliker .sliker__pages {
  position: absolute;
  bottom: 12px;
}
.sliker .sliker__arrow-left,
.sliker .sliker__arrow-right {
  font-weight: bold;
  position: absolute;
  top: 50%;
  visibility: visible;
  z-index: 10;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  color: #aaa;
}
.sliker .sliker__arrow-left i,
.sliker .sliker__arrow-right i {
  line-height: 50px;
}
.sliker .sliker__arrow-left:hover,
.sliker .sliker__arrow-right:hover {
  color: yellowgreen;
}
.sliker .sliker__arrow-left {
  left: 0px;
}
.sliker .sliker__arrow-right {
  right: 0px;
}
.sliker .sliker__btn-fullscreen {
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  right: 5px;
  visibility: visible;
  z-index: 11;
  background-color: #000;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 0.4;
}
.sliker .sliker__btn-fullscreen i {
  font-size: 14px;
  color: #ddd;
  position: relative;
  top: 2px;
}
.sliker .sliker__btn-fullscreen:hover {
  opacity: 0.8;
}
.sliker--safeload .sliker__arrow-left,
.sliker--safeload .sliker__arrow-right,
.sliker--safeload .sliker__btn-fullscreen,
.sliker--safeload .sliker__bullets {
  display: none !important;
}
.sliker--safeload .sliker__track,
.sliker--safeload .sliker__fading-mask {
  position: static;
  width: 100%;
}
.sliker--safeload .sliker__item {
  float: none;
  position: relative;
  overflow: hidden;
  display: none;
}
.sliker--safeload .sliker__item:first-child {
  display: block;
  width: 100% !important;
}
.sliker--safeload .sliker__item--selected {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.sliker--safeload .sliker__item--selected:first-child {
  height: auto;
  position: static;
}
.sliker--fullscreen {
  border: none !important;
  width: 100% !important;
  border-radius: 0px !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  overflow: hidden !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  z-index: 9999999 !important;
  background-color: #000 !important;
}
.sliker--fullscreen .sliker__window {
  height: 100% !important;
}
.sliker--fullscreen .sliker__track,
.sliker--fullscreen .sliker__fading-mask {
  height: 100% !important;
}
.sliker--fullscreen .sliker__item {
  height: 100% !important;
  background-color: #000 !important;
}
.sliker--fullscreen .sliker__bullets,
.sliker--fullscreen .sliker__pages {
  position: absolute !important;
  bottom: 20px !important;
  margin: 0 !important;
}
.sliker--fullscreen .sliker__btn-fullscreen {
  width: 50px !important;
  height: 50px !important;
}
.sliker--fullscreen .sliker__btn-fullscreen i {
  font-size: 40px !important;
  top: 5px !important;
}
.sliker-isolation {
  background-color: black;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #303030;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.admin-bar .site-header__branding img {
  top: -10px;
}
.admin-bar .site-header__branding--fixed img {
  top: 0 !important;
}
@media screen and (max-width: 900px) {
  .admin-bar .site-header .site-header__icon-btn {
    top: 60px;
  }
  .admin-bar .site-header .site-header__branding {
    position: fixed;
    left: 0;
    top: 32px;
    padding: 30px 20px 20px;
    background: #ffffff;
    border-radius: 0 0 20px 0;
  }
  .admin-bar .site-header .site-header__menu--show {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header .site-header__icon-btn {
    top: 75px;
  }
  .admin-bar .site-header .site-header__branding img {
    top: 5px;
  }
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  width: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  width: 3px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999;
  width: 3px;
}
.ctitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 43px;
  margin: 60px 0;
}
.ctitle em {
  font-style: normal;
  color: #7e4d99;
}
@media screen and (max-width: 1200px) {
  .ctitle {
    font-size: 36px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .ctitle {
    font-size: 24px;
    margin: 30px 0;
  }
}
.ctitle--page404 {
  text-align: center;
  margin: 30px 0;
}
.ctitle--white {
  color: #fff;
}
.ctitle--pink em {
  color: #CC2A81;
}
.ctitle--blue em {
  color: #72C9F0;
}
.ctitle--projects {
  margin: 1em 0 0.5em;
}
.ctitle--homebanner {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .ctitle--homebanner {
    font-size: 24px;
    margin: 30px 0;
  }
}
.ctitle--maintitle-homebanner {
  margin: 20px 0 60px;
}
.ctitle--events {
  margin-top: 20px;
  margin-bottom: 40px;
}
.ctitle--strategy {
  margin: 20px 0 60px 0;
}
.ctitle--slider {
  margin: 10px 0;
}
.ctitle--landscapebanner {
  margin: 30px 0;
}
.ctitle--about {
  margin: 60px 0 20px;
}
.ctitle--projectfinishes {
  margin-top: 25px;
  margin-bottom: 40px;
}
.ctitle--mtb25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  .ctitle--comment {
    font-size: 32px;
  }
}
.csubtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2;
  margin: 40px 0 20px;
}
.csubtitle--mt10 {
  margin-top: 10px;
}
.csubtitle--solutions,
.csubtitle--strategy,
.csubtitle--solution-invisiblepage {
  margin: 0 0 20px;
}
@media screen and (max-width: 800px) {
  .csubtitle--solutions,
  .csubtitle--strategy,
  .csubtitle--solution-invisiblepage {
    margin: 40px 0 20px;
  }
}
.ctext {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}
.ctext--lh15 {
  line-height: 1.5;
}
.ctext--strategy {
  margin: 45px 0;
}
.ctext--thankyou {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.ctext--landscapebanner {
  margin-top: 0;
}
.clink {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #303030;
  text-decoration: none;
  margin: 40px 0;
  padding-bottom: 10px;
}
.clink:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #303030;
  transition: all 0.3s;
}
.clink:hover {
  color: #7e4d99;
}
.clink:hover:after {
  width: 30%;
  background: #7e4d99;
}
.clink--white {
  color: #fff;
}
.clink--white:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
}
.clink--white:hover {
  color: #fff;
}
.clink--white:hover:after {
  width: 30%;
  background: #fff;
}
.cbutton {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  padding: 40px 120px 40px 40px;
  width: auto;
  background-image: url("../svg/arrow-link.svg");
  background-color: #EAEFF6;
  background-repeat: no-repeat;
  background-position: 90% center;
  border: none;
  transition: background-color 0.3s;
  cursor: pointer;
}
.cbutton:hover {
  background-color: #7e4d99;
  background-image: url("../svg/arrow-link-white.svg");
  color: #fff;
}
@media screen and (max-width: 450px) {
  .cbutton {
    margin: auto;
    padding: 40px 85px 40px 20px;
    text-align: left;
  }
}
.cbutton--submit {
  border: none;
  min-width: 359px;
  text-align: left;
}
.cbutton--mt40 {
  margin-top: 40px;
}
.cbutton--question-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-width: 100%;
  min-height: 75px;
}
@media screen and (max-width: 600px) {
  .cbutton--question-link {
    background-position: 95% center;
    font-size: 14px;
  }
}
.cbutton--blue {
  background-color: #1B2D4E;
  background-image: url("../svg/arrow-link-white.svg");
}
.cbutton--blue:hover {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../svg/arrow-link-white.svg");
  color: #fff;
}
.cbutton--projectslocation {
  margin: 120px 0;
}
@media screen and (max-width: 750px) {
  .cbutton--projectslocation {
    margin: 60px 0;
  }
}
.cbutton--strategy {
  background-position: 95% center;
  padding: 40px 100px 40px 40px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .cbutton--strategy {
    background-position: 93% center;
    padding: 30px 93px 30px 20px;
  }
}
.animatedbutton {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin: 40px 0;
}
.animatedbutton:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40%;
  height: 3px;
  background: #fff;
  transition: width 0.3s;
}
.animatedbutton:hover:after {
  width: 100%;
}
.main-image {
  position: relative;
  flex: 0 0 45%;
  width: 100%;
  height: 100%;
}
.main-image .main-image__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 66%;
}
.main-image .main-image__container img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main-image .main-image__container--auto {
  height: auto;
}
.main-image .main-image__container--30 {
  padding-top: 30%;
}
.main-image .main-image__container--imgauto img {
  height: auto;
}
.main-image .main-image__ribbon {
  position: absolute;
  top: -98px;
  right: 0;
  z-index: 100;
}
.main-image .main-image__ribbon--pink-square {
  top: -54px;
}
.main-image .main-image__ribbon--rotate-180,
.main-image .main-image__ribbon--toprightreverse {
  transform: rotate(180deg);
}
.main-image .main-image__gray-ribbon {
  position: absolute;
  top: -40px;
  right: 0;
}
.main-image .main-image__gray-ribbon--left {
  right: initial;
  left: 0;
  top: -58px;
}
.main-image .main-image__reverse-ribbon--left {
  right: initial;
  left: 0;
  top: -58px;
}
.main-image .main-image__ribbon--reverse-left {
  right: initial;
  left: 0;
  top: -58px;
}
.main-image .main-image__ribbon--right-top {
  position: absolute;
  top: -40px;
  right: 0;
}
.main-image .main-image__ribbon--left-top-square {
  position: absolute;
  top: -57px;
  left: 0;
}
.main-image .main-image__blue-ribbon {
  position: absolute;
  top: -98px;
  right: 0;
}
.main-image .main-image__purple-ribbon-2 {
  position: absolute;
  top: -40px;
  right: 0;
}
.main-image .main-image__ribbondetailproject {
  position: absolute;
  top: -43px;
  right: -55px;
}
.main-image .main-image__ribbondetailproject2 {
  position: absolute;
  top: -42px;
  left: 0;
}
@media screen and (max-width: 1580px) {
  .main-image .main-image__ribbon svg {
    width: 80px;
  }
  .main-image .main-image__blue-ribbon {
    top: -87px;
  }
  .main-image .main-image__blue-ribbon svg {
    width: 80px;
  }
  .main-image .main-image__reverse-ribbon--left {
    top: -69px;
  }
  .main-image .main-image__reverse-ribbon--left svg {
    width: 80px;
  }
  .main-image .main-image__ribbon--right-top {
    position: absolute;
    top: -43px;
    right: 0;
  }
  .main-image .main-image__ribbon--left-top-square {
    top: -57px;
  }
  .main-image .main-image__ribbon--left-top-square svg {
    width: 60px;
  }
  .main-image .main-image__ribbon--toprightreverse {
    position: absolute;
    top: -87px;
    right: 0;
  }
  .main-image .main-image__ribbon--reverse-left {
    right: initial;
    left: 0;
    top: -69px;
  }
  .main-image .main-image__container--events {
    padding-top: 100%;
  }
  .main-image .main-image__ribbondetailproject {
    position: absolute;
    top: -49px;
    right: -27px;
  }
}
@media screen and (max-width: 1160px) {
  .main-image .main-image__container--events {
    padding-top: 120%;
  }
}
@media screen and (max-width: 950px) {
  .main-image .main-image__container--events {
    padding-top: 163%;
  }
}
@media screen and (max-width: 750px) {
  .main-image .main-image__container--events {
    padding-top: 66%;
  }
  .main-image .main-image__container--imgauto img {
    height: 100%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .main-image .main-image__container--picsandlist {
    padding-top: 100%;
  }
}
@media screen and (max-width: 800px) {
  .main-image .main-image__ribbondetailproject {
    position: absolute;
    top: -43px;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .main-image .main-image__gray-ribbon {
    top: -43px;
  }
  .main-image .main-image__gray-ribbon svg {
    width: 80px;
  }
  .main-image .main-image__gray-ribbon--left {
    top: -69px;
  }
  .main-image .main-image__ribbon--rotate-180 {
    top: -86px;
  }
  .main-image .main-image__ribbon--rotate-180 svg {
    width: 80px;
  }
}
.main-image--eventdetail {
  flex: 0 0 38%;
}
.main-image--auto {
  height: auto;
}
.autosize {
  max-width: 1920px;
  margin: 0 auto;
}
.min-autosize {
  max-width: 1510px;
  margin-left: auto;
  margin-right: auto;
}
.dropdowncontainer {
  position: relative;
}
.dropdown {
  position: absolute;
  font-size: 12px;
  right: 75px;
  top: 35px;
  display: inline-block;
  background: none;
}
.dropdown svg {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.dropdown:hover .dropdown__dropdown-content {
  display: block;
  will-change: transform;
}
.dropdown:hover svg {
  transform: rotate(360deg);
}
.dropdown .dropdown__dropbtn {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 5px 5px 0 5px;
  text-transform: uppercase;
}
.dropdown .dropdown__dropbtn span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #303030;
  margin-right: 10px;
}
.dropdown .dropdown__dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  padding: 5px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dropdown .dropdown__dropdown-content a {
  display: block;
  background: #fff;
  margin-bottom: 3px;
  color: #303030;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown .dropdown__dropdown-content a:hover {
  box-shadow: none !important;
  color: #CC2A81;
}
@media screen and (max-width: 1780px) {
  .dropdown {
    right: 1%;
  }
  .dropdown .dropdown__dropbtn span {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1550px) {
  .dropdown {
    font-size: 10px;
    top: 22px;
  }
  .dropdown .dropdown__dropbtn span {
    margin-right: 2px;
  }
}
@media screen and (max-width: 1350px) {
  .dropdown {
    right: 2%;
  }
}
@media screen and (max-width: 1150px) {
  .dropdown {
    right: 1%;
  }
}
@media screen and (max-width: 1100px) {
  .dropdown {
    top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .dropdown {
    display: none;
  }
  .dropdown .dropdown__dropdown-content {
    display: flex;
    justify-content: space-between;
  }
  .dropdown .dropdown__dropdown-content a {
    padding: 5px 0 !important;
  }
  .dropdown:hover .dropdown__dropdown-content {
    display: flex;
  }
}
.dropdown--mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .dropdown--mobile {
    display: block;
    position: relative;
    top: initial;
    right: initial;
  }
  .dropdown--mobile .current-lang a {
    color: #CC2A81 !important;
  }
}
.breadcrumbs {
  font-weight: 300;
  font-size: 12px;
  color: #7e4d99;
  padding-top: 45px;
}
.breadcrumbs a {
  color: #767677;
  text-decoration: none;
  margin-right: 20px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1580px) {
  .breadcrumbs {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumbswhite {
  font-weight: 300;
  font-size: 12px;
  color: #7e4d99;
  padding-top: 45px;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbswhite a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
}
.breadcrumbswhite a:hover {
  text-decoration: underline;
}
.breadcrumbswhite .breadcrumb_last {
  margin-left: 10px;
}
.breadcrumb_last {
  margin-left: 10px;
}
.site-header {
  position: relative;
  z-index: 1000;
  background: #fff;
  padding: 40px 0;
  top: 0;
  transition: top 0.3s;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.07);
  transition: padding 0.5s;
  /*Events menu button*/
  /*My Elitis current state style*/
  /*Logo styles*/
  /*Contact button styles*/
}
.site-header .site-header__icon-btn {
  display: none;
}
.site-header .site-header__main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.site-header .site-header__menu {
  flex: 0 0 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  /* Highlight using link element */
}
.site-header .site-header__menu .site-header__menuclosebutton {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
.site-header .site-header__menu li {
  list-style: none;
  position: relative;
}
.site-header .site-header__menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 19px;
}
.site-header .site-header__menu a {
  flex: 0 0 10%;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  padding: 13px 20px;
}
.site-header .site-header__menu a:hover {
  color: #CC2A81;
}
.site-header .site-header__menu li.current-menu-item > a {
  color: #CC2A81;
  border-width: 1px;
  border: none;
}
.site-header .site-header__menu .site-header__my-elitis-btn-with-bg.current-menu-item > a {
  color: #fff;
  background: #CC2A81;
  border: 2px solid #CC2A81;
}
.site-header .site-header__menu .sub-menu {
  position: absolute;
  z-index: 10;
  top: 13px;
  left: 20px;
  background: #fff;
  min-width: 150px;
  width: auto;
  padding: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.site-header .site-header__menu .sub-menu a {
  font-weight: 300;
  text-transform: none;
  text-align: left;
  transition: background 0.3s;
}
.site-header .site-header__menu .sub-menu a:hover {
  box-shadow: none;
  color: #CC2A81;
  background: #EAEFF6;
}
.site-header .site-header__events-btn a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  padding: 10px 20px;
  box-shadow: 0 0 25px #CC2A81;
  transition: box-shadow 0.3s;
}
.site-header .site-header__events-btn a:hover {
  box-shadow: 0 0 20px #7e4d99;
  color: #CC2A81;
}
.site-header .site-header__promoters-btn {
  margin-left: 75px;
}
.site-header .site-header__promoters-btn a {
  position: relative;
  z-index: 10;
  border: 2px solid #000;
  background: #fff;
  transition: all 0.3s;
}
.site-header .site-header__promoters-btn a:hover {
  box-shadow: none !important;
  background: #1B2D4E;
  box-shadow: none;
  color: #fff;
}
.site-header .site-header__border-btn a {
  position: relative;
  z-index: 10;
  border: 2px solid #000;
  border-width: 2px;
  background: #fff;
  transition: all 0.3s;
}
.site-header .site-header__border-btn a:hover {
  box-shadow: none !important;
  background: #1B2D4E;
  color: #fff;
}
.site-header .site-header__my-elitis-btn a {
  border: 2px solid #000;
  background-image: url("../svg/my-elitis-btn-icon.svg");
  background-repeat: no-repeat;
  background-position: 81% center;
  background-size: 12px 17px;
  padding-right: 40px;
  transition: all 0.3s;
}
.site-header .site-header__my-elitis-btn a:hover {
  box-shadow: none !important;
  background: #1B2D4E;
  background-image: url("../svg/my-elitis-btn-icon-white.svg");
  background-repeat: no-repeat;
  background-position: 81% center;
  background-size: 12px 17px;
  color: #fff;
}
.site-header #menu-item-40.current-menu-item > a {
  background: #CC2A81;
  border: 2px solid #CC2A81;
  background-image: url("../svg/my-elitis-btn-icon-white.svg");
  background-repeat: no-repeat;
  background-position: 81% center;
  background-size: 12px 17px;
  color: #fff;
}
.site-header .site-header__branding {
  flex: 0 0 20%;
  max-width: 280px;
  transition: flex 0.5s;
}
.site-header .site-header__branding img {
  position: relative;
  top: -10px;
  width: 100%;
}
.site-header .site-header__branding--shadow {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.07);
}
.site-header .site-header__branding--fixed {
  flex: 0 0 15%;
  max-width: 280px;
}
.site-header .site-header__branding--fixed img {
  position: relative;
  top: -10px;
  width: 100%;
}
.site-header .site-header__my-elitis-btn-with-bg > a {
  color: #fff;
  background: #1B2D4E;
  border: 2px solid #1B2D4E;
}
.site-header .site-header__my-elitis-btn-with-bg > a:hover {
  background: #CC2A81;
  border: 2px solid #CC2A81;
}
@media screen and (max-width: 1650px) {
  .site-header .site-header__main {
    justify-content: flex-start;
  }
  .site-header .site-header__menu {
    flex: 0 0 75%;
  }
}
@media screen and (max-width: 1550px) {
  .site-header {
    /* Second menu */
  }
  .site-header .site-header__branding {
    padding: 0 40px;
  }
  .site-header .site-header__menu a {
    font-size: 10px;
  }
  .site-header .site-header__promoters-btn {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1350px) {
  .site-header {
    /*Events menu*/
  }
  .site-header .site-header__branding {
    flex: 0 0 20%;
    max-width: 220px;
    padding: 0 10px;
  }
  .site-header .site-header__menu {
    flex: 0 0 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .site-header .site-header__menu a {
    padding: 10px;
    font-size: 10px;
  }
  .site-header .site-header__menu li {
    list-style: none;
    position: relative;
  }
  .site-header .site-header__menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 12px;
  }
  .site-header .site-header__menu .sub-menu {
    position: absolute;
    top: 12px;
    left: 0;
    min-width: 120px;
  }
  .site-header .site-header__my-elitis-btn a {
    padding-right: 40px;
  }
  .site-header .site-header__events-btn a {
    box-shadow: 0 0 15px #CC2A81;
  }
}
@media screen and (max-width: 1150px) {
  .site-header {
    /* Second menu */
  }
  .site-header .site-header__menu a {
    padding: 10px 5px;
  }
  .site-header .site-header__promoters-btn {
    margin-left: 0;
  }
  .site-header .site-header__my-elitis-btn a {
    background-position: 90% 45%;
    background-size: 7px 10px;
    padding-right: 15px;
    transition: background 0.3s;
  }
  .site-header .site-header__my-elitis-btn a:hover {
    background-position: 90% center;
    background-size: 7px 10px;
    color: #fff;
  }
  .site-header .site-header__my-elitis-btn li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 12px;
  }
  .site-header .site-header__my-elitis-btn .sub-menu {
    position: absolute;
    top: 12px;
    min-width: 120px;
  }
}
@media screen and (max-width: 900px) {
  .site-header {
    /*Current page selector for second header menu*/
    /*Events menu button*/
    /*Contact button styles*/
  }
  .site-header .site-header__menu {
    background: #fff;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.05);
    position: fixed;
    z-index: 10000;
    top: 0;
    right: -315px;
    min-height: 500px;
    height: 100%;
    display: block;
    flex-direction: column-reverse;
    padding: 32px 60px 120px;
    margin-top: 0;
    transition: right 0.4s;
    padding-top: 40px;
  }
  .site-header .site-header__menu .site-header__menuclosebutton {
    display: block;
  }
  .site-header .site-header__menu li {
    margin-bottom: 10px;
  }
  .site-header .site-header__menu li:hover .sub-menu {
    top: initial;
  }
  .site-header .site-header__menu a {
    padding: 5px 10px;
  }
  .site-header .site-header__menu .sub-menu {
    display: block;
    position: relative;
    z-index: 10;
    top: initial;
    left: initial;
    background: #fff;
    min-width: initial;
    width: auto;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  .site-header .site-header__menu .sub-menu li {
    margin-bottom: 0;
  }
  .site-header .site-header__menu .sub-menu a {
    font-weight: 300;
    text-transform: none;
    text-align: center;
    transition: background 0.3s;
    padding: 3px;
  }
  .site-header .site-header__menu .sub-menu a:hover {
    box-shadow: none;
    background: none;
    color: #CC2A81;
  }
  .site-header .site-header__main {
    min-height: 30px;
  }
  .site-header .stp-menu-open {
    right: 0;
  }
  .site-header .stp-menu-open .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .site-header .site-header__icon-btn {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 23px;
    right: 6px;
    width: auto;
    padding: 5px;
  }
  .site-header .site-header__icon-btn a {
    color: #767677;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
  }
  .site-header .site-header__icon-btn a i {
    position: relative;
    top: 3px;
    font-size: 23px;
  }
  .site-header .site-header__icon-btn a:hover i {
    color: #1B2D4E;
  }
  .site-header #menu-item-43 > a {
    padding: 10px 20px;
  }
  .site-header .site-header__my-elitis-btn a {
    background-position: 90% center;
    background-size: 7px 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    transition: background 0.3s;
  }
  .site-header .site-header__my-elitis-btn a:hover {
    background-position: 90% center;
    background-size: 7px 10px;
    color: #fff;
  }
  .site-header .site-header__events-btn a {
    padding: 10px 20px;
    margin-top: 20px;
    box-shadow: 0 0 15px #CC2A81;
    transition: box-shadow 0.3s;
  }
  .site-header .site-header__events-btn a:hover {
    box-shadow: 0 0 10px #7e4d99;
    color: #CC2A81;
  }
  .site-header .site-header__my-elitis-btn-with-bg > a {
    padding: 10px 20px;
  }
  .site-header .site-header__branding {
    position: fixed;
    left: 0;
    top: 0;
    padding: 30px 20px 20px;
    background: #ffffff;
    border-radius: 0 0 20px 0;
  }
}
.site-header--fixed {
  position: fixed;
  width: 100%;
  padding: 40px 0 15px;
}
.sitefooter .sitefooter__text {
  margin: 20px auto;
  width: 90%;
  max-width: 1000px;
  font-size: 12px;
  color: #767677;
  text-align: center;
}
.sitefooter .sitefooter__text a {
  font-weight: 300;
  font-size: 12px;
  color: #767677;
  text-decoration: underline;
  text-align: center;
}
.sitefooter .sitefooter__text a:hover {
  color: #303030;
}
.sitefooter .sitefooter__links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sitefooter .sitefooter__links a {
  font-weight: 300;
  font-size: 12px;
  color: #767677;
  text-decoration: none;
  text-align: center;
  margin: 20px;
}
.sitefooter .sitefooter__links a:hover {
  text-decoration: underline;
}
.sitefooter .sitefooter__links span {
  font-weight: 300;
  font-size: 12px;
  color: #767677;
  margin: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sitefooter .sitefooter__links {
    flex-direction: column;
  }
}
.events {
  margin: 120px auto 40px;
}
.events form {
  font-size: 14px;
}
.events select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 60px 10px 20px;
  margin-top: 10px;
  background: url("../svg/arrow-down-black.svg") no-repeat 90% center;
}
.events option {
  font-size: 12px;
}
@media screen and (max-width: 1580px) {
  .events {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1100px) {
  .events {
    padding: 0 40px;
  }
}
@media screen and (max-width: 800px) {
  .events {
    padding: 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .events {
    padding: 0 20px;
  }
}
.banner .banner__videobanner {
  background-color: #000;
  position: relative;
  z-index: 1;
}
.banner .banner__videobanner .banner__videobannercolorstarter {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner .banner__videobanner .banner__videobannerstretcher {
  height: auto;
  bottom: -100px;
  top: -100px;
}
.banner .banner__videobanner .api-youtube-player {
  border: 0;
  width: 100%;
  height: 100%;
}
.banner .banner__videobanner .banner__videobannermask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.banner .banner__image-container {
  position: relative;
  width: 100%;
  padding-top: 40%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.banner .banner__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .banner__texts {
  position: relative;
  display: flex;
  z-index: 2;
  flex-direction: row-reverse;
}
.banner .banner__texts h2 em {
  font-style: normal;
  color: #7e4d99;
}
.banner .banner__textbox-purple-container {
  height: 100%;
  flex: 0 0 60%;
  background: linear-gradient(270deg, #7e4d99 0%, #1b2d4e 100%);
  color: #fff;
  padding: 90px 200px 120px 200px;
}
.banner .banner__textbox-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
.banner .banner__list {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-left: 60px;
}
.banner .banner__white-arrow-down {
  position: absolute;
  left: 0;
  bottom: -60px;
}
.banner .banner__textbox-main-container {
  min-width: 745px;
  width: 90%;
  background: #fff;
}
.banner .banner__textbox-paragraph {
  width: 90%;
}
.banner .banner__textbox--offsettop {
  position: relative;
  margin-right: 5%;
  margin-top: -255px;
  display: flex;
  align-items: center;
  flex: 0 0 40%;
}
.banner .banner__textbox--offsettop .banner__textbox-main-container {
  padding-top: 40px;
  padding-right: 2%;
  padding-left: 10%;
  padding-bottom: 100px;
}
.banner .banner__plus-info-link {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  padding: 40px 120px 40px 40px;
  width: auto;
  background-image: url("../svg/arrow-link.svg");
  background-color: #EAEFF6;
  background-repeat: no-repeat;
  background-position: 90% center;
  transition: background-color 0.3s;
}
.banner .banner__plus-info-link:hover {
  background-color: #7e4d99;
  background-image: url("../svg/arrow-link-white.svg");
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .banner .banner__textbox-title {
    padding-right: 10%;
  }
  .banner .banner__list {
    margin-right: 155px;
  }
  .banner .banner__textbox-paragraph {
    width: 73%;
  }
}
@media screen and (max-width: 1820px) {
  .banner .banner__list {
    margin-right: 0;
  }
  .banner .banner__textbox-main-container {
    min-width: initial;
  }
  .banner .banner__textbox-paragraph {
    width: 100%;
  }
  .banner .banner__textbox-purple-container {
    padding: 90px 140px;
  }
}
@media screen and (max-width: 1600px) {
  .banner .banner__textbox--offsettop {
    margin-right: 0;
    flex: 0 0 45%;
  }
  .banner .banner__textbox--offsettop .banner__textbox-main-container {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media screen and (max-width: 1500px) {
  .banner .banner__textbox-purple-container {
    padding: 90px 60px;
  }
}
@media screen and (max-width: 1300px) {
  .banner .banner__list {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .banner__textbox--offsettop {
    margin-right: 0;
    margin-top: -150px;
  }
  .banner .banner__textbox--offsettop .banner__textbox-main-container {
    padding-right: 5%;
    padding-left: 10%;
    width: 100%;
  }
  .banner .banner__textbox-purple-container {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .banner .banner__textbox--offsettop {
    flex: 0 0 50%;
  }
  .banner .banner__textbox-purple-container {
    padding: 90px 80px;
  }
  .banner .banner__textbox-purple-container {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 800px) {
  .banner .banner__texts {
    flex-direction: column;
  }
  .banner .banner__textbox-main-container {
    width: 100%;
  }
  .banner .banner__textbox--offsettop {
    position: relative;
    top: initial;
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 60px;
  }
  .banner .banner__textbox--offsettop .banner__textbox-main-container {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0;
  }
  .banner .banner__textbox-purple-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 90px 60px;
  }
  .banner .banner__textbox-purple-container div {
    width: 100%;
  }
  .banner .banner__textbox-purple-container ul {
    margin-left: 0;
    margin-right: 0;
  }
  .banner .banner__textbox-paragraph {
    width: 100%;
  }
  .banner .banner__plus-info-link {
    position: relative;
    bottom: initial;
    left: initial;
  }
}
@media screen and (max-width: 600px) {
  .banner .banner__textbox--offsettop .banner__textbox-main-container {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
  }
  .banner .banner__textbox:nth-child(2) {
    padding: 20px 0;
  }
  .banner .banner__textbox-purple-container {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 450px) {
  .banner .banner__plus-info-link {
    margin: auto;
    padding: 40px 85px 40px 20px;
    text-align: left;
  }
}
.picsandlist {
  position: relative;
  display: flex;
  align-items: center;
  background: #F2F5F9;
  padding-top: 140px;
  padding-bottom: 150px;
}
.picsandlist .picsandlist__dotted-line {
  position: absolute;
  left: 51%;
  top: -130px;
}
.picsandlist .picsandlist__dotted-line--top-100 {
  top: -100px;
  left: 50%;
}
.picsandlist .picsandlist__dotted-line--bottom {
  position: absolute;
  right: 15%;
  bottom: -165px;
}
.picsandlist .picsandlist__dotted-line--comments {
  position: absolute;
  left: 50%;
  top: 55%;
}
.picsandlist .picsandlist__comment {
  position: relative;
  max-width: 47%;
  display: flex;
  align-items: center;
}
.picsandlist .picsandlist__comment div:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
  margin-left: 38px;
}
.picsandlist .picsandlist__customlist {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.picsandlist .picsandlist__customlist li {
  margin-bottom: 40px;
}
.picsandlist .picsandlist__customlisttitle {
  position: relative;
  margin-left: 35px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.picsandlist .picsandlist__customlisttitle:before {
  content: " ";
  position: absolute;
  left: -35px;
  top: 0;
  background-image: url("../svg/pink-list-item-symbol.svg");
  background-repeat: no-repeat;
  background-position: left center;
  width: 30px;
  height: 30px;
}
.picsandlist .picsandlist__customlisttitle span {
  position: relative;
  top: 5px;
}
.picsandlist .picsandlist__customlisttext {
  margin-left: 55px;
}
.picsandlist .picsandlist__texts {
  padding-left: 200px;
  padding-right: 150px;
}
.picsandlist .picsandlist__texts--reverse {
  padding-left: 192px;
  padding-right: 200px;
}
.picsandlist .picsandlist__texts--promotions {
  padding-left: 150px;
  padding-right: 130px;
}
.picsandlist .picsandlist__texts--strategy {
  padding-right: 0;
  padding-left: 120px;
}
.picsandlist .picsandlist__texts--detailproject {
  padding-right: 0;
}
.picsandlist .picsandlist__texts--eventdetail {
  flex: 0 0 55%;
  padding-left: 0;
  padding-right: 0;
}
.picsandlist .picsandlist__list-item {
  display: flex;
}
.picsandlist .picsandlist__gray-graphic {
  position: absolute;
  top: -40px;
  right: 0;
}
.picsandlist .picsandlist__gray-graphic svg {
  width: 100%;
  height: auto;
}
.picsandlist .picsandlist__rose-ribbon {
  position: absolute;
  bottom: -56px;
  left: 0;
}
.picsandlist .picsandlist__rose-ribbon svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .picsandlist .picsandlist__texts {
    padding-right: 80px;
    padding-left: 140px;
  }
}
@media screen and (max-width: 1430px) {
  .picsandlist {
    padding: 60px 0 120px 60px;
  }
  .picsandlist .picsandlist__texts {
    padding-left: 80px;
    padding-right: 40px;
  }
  .picsandlist .picsandlist__dotted-line--projectfinished {
    left: 48%;
    top: -240px;
  }
  .picsandlist .picsandlist__comment {
    flex: 0 0 47%;
  }
  .picsandlist .picsandlist__comment svg {
    width: 100px;
  }
  .picsandlist .picsandlist__dotted-line--comments {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1100px) {
  .picsandlist .picsandlist__comment div:nth-child(2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .picsandlist .picsandlist__texts {
    padding-left: 40px;
    padding-right: 40px;
  }
  .picsandlist .picsandlist__dotted-line {
    position: absolute;
    left: 95%;
    top: 30px;
  }
  .picsandlist .picsandlist__texts--detailproject {
    padding-left: 70px;
    padding-right: 0;
  }
  .picsandlist .picsandlist__dotted-line--projectfinished {
    left: 25%;
    top: -210px;
  }
}
@media screen and (max-width: 850px) {
  .picsandlist .picsandlist__texts {
    padding-left: 0;
    padding-right: 40px;
  }
  .picsandlist .picsandlist__texts--strategy {
    padding-left: 40px;
  }
  .picsandlist .picsandlist__texts--promotions {
    padding-left: 40px;
  }
  .picsandlist .picsandlist__texts--detailproject {
    padding-left: 70px;
    padding-right: 0;
  }
  .picsandlist .picsandlist__comment {
    max-width: 95%;
    flex: 0 0 95%;
  }
  .picsandlist .picsandlist__comment div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    margin-left: 38px;
  }
}
@media screen and (max-width: 800px) {
  .picsandlist {
    flex-direction: column-reverse;
    padding: 120px 60px 120px;
  }
  .picsandlist .picsandlist__dotted-line {
    position: absolute;
    left: 96%;
    top: 150px;
  }
  .picsandlist .picsandlist__dotted-line--projectfinished {
    left: 17px;
    top: -8px;
    z-index: 10;
  }
  .picsandlist .picsandlist__dotted-line-bottom {
    position: absolute;
    right: 15%;
    bottom: -80px;
    transform: scale(0.8);
  }
  .picsandlist .picsandlist__commentnumber {
    position: relative;
    padding-top: 35px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .picsandlist .picsandlist__texts {
    padding-left: 0;
    padding-right: 0;
  }
  .picsandlist .picsandlist__comment {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .picsandlist .picsandlist__comment div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .picsandlist {
    padding: 60px 20px 40px;
    margin: 60px 0;
  }
  .picsandlist .picsandlist__dotted-line {
    position: absolute;
    left: 50%;
    top: 500px;
    transform: scale(0.7);
  }
  .picsandlist .picsandlist__dotted-line--projectfinished {
    left: 2px;
    top: -8px;
    z-index: 10;
  }
  .picsandlist .picsandlist__dotted-line--top-100 {
    left: 1;
    top: -41px;
  }
  .picsandlist .picsandlist__dotted-line--homepage {
    position: absolute;
    left: 92%;
    top: 250px;
    transform: scale(0.7);
  }
  .picsandlist .picsandlist__rose-ribbon {
    position: absolute;
    bottom: -27px;
    left: 0;
    width: 80px;
  }
  .picsandlist .picsandlist__gray-graphic {
    position: absolute;
    right: 0;
    top: -23px;
    width: 80px;
  }
}
.picsandlist--eventdetail {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1580px) {
  .picsandlist--eventdetail {
    padding: 0 60px 0;
  }
}
@media screen and (max-width: 1500px) {
  .picsandlist--eventdetail .picsandlist__texts--eventdetail {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .picsandlist--eventdetail .picsandlist__texts--eventdetail {
    flex: 0 0 45%;
  }
  .picsandlist--eventdetail .main-image--eventdetail {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1000px) {
  .picsandlist--eventdetail {
    flex-direction: column-reverse;
    padding: 60px 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .picsandlist--eventdetail {
    flex-direction: column-reverse;
    padding: 60px 20px 0;
  }
}
/* @media screen and (max-width: 800px) {
flex-direction: column-reverse;
padding: 120px 60px 120px;
} */
/* @media screen and (max-width: 600px) {
padding: 60px 20px 40px;
margin: 60px 0;
} */
.picsandlist--reverse {
  flex-direction: row-reverse;
  background: none;
}
@media screen and (max-width: 1500px) {
  .picsandlist--reverse .picsandlist__texts--reverse {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .picsandlist--reverse {
    padding: 60px 60px 120px 0;
  }
  .picsandlist--reverse .picsandlist__texts--reverse {
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .picsandlist--reverse .picsandlist__texts--reverse {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 800px) {
  .picsandlist--reverse {
    flex-direction: column-reverse;
    padding: 20px 60px 120px;
  }
  .picsandlist--reverse .picsandlist__texts--reverse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .picsandlist--reverse {
    padding: 60px 20px 40px;
    margin: 60px 0;
  }
}
.picsandlist--no-background {
  background: transparent;
}
.picsandlist--promotion {
  margin: -120px auto;
}
@media screen and (max-width: 1580px) {
  .picsandlist--promotion {
    padding: 0 60px;
    margin: 120px auto;
  }
}
@media screen and (max-width: 600px) {
  .picsandlist--promotion {
    margin: 60px auto;
    padding: 20px 20px 0;
  }
}
.picsandlist--why,
.picsandlist--values {
  margin: -120px auto;
}
@media screen and (max-width: 1580px) {
  .picsandlist--why,
  .picsandlist--values {
    padding: 0 60px;
    margin: 60px auto 120px;
  }
}
@media screen and (max-width: 600px) {
  .picsandlist--why,
  .picsandlist--values {
    margin: 60px auto;
    padding: 20px 20px 0;
  }
  .picsandlist--why .picsandlist__dotted-line--top-100,
  .picsandlist--values .picsandlist__dotted-line--top-100 {
    display: none;
  }
}
.picsandlist--projectfinished {
  margin: -120px auto;
}
@media screen and (max-width: 1580px) {
  .picsandlist--projectfinished {
    padding: 0 60px;
    margin: 120px auto;
  }
}
@media screen and (max-width: 1580px) {
  .picsandlist--projectfinished {
    margin: 120px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .picsandlist--projectfinished {
    margin: 60px auto;
    padding: 20px 20px 0;
  }
}
.picsandlist--solutionsinvisible {
  margin: -80px auto 60px;
}
@media screen and (max-width: 1600px) {
  .picsandlist--solutionsinvisible {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 600px) {
  .picsandlist--solutionsinvisible {
    margin: 20px auto 0;
  }
}
.picsandlist--strategy {
  margin: 120px auto;
  padding-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1580px) {
  .picsandlist--strategy {
    padding: 0 60px 100px;
  }
}
@media screen and (max-width: 750px) {
  .picsandlist--strategy {
    padding: 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .picsandlist--strategy {
    padding: 20px 20px 0;
    margin: 90px auto;
  }
}
@media screen and (max-width: 600px) {
  .picandlist--mb0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .picandlist--pb0 {
    padding-bottom: 0;
  }
}
.picandlist--flexstart,
.picandlist--flexend {
  padding: 20px 0;
}
@media screen and (max-width: 1580px) {
  .picandlist--flexstart,
  .picandlist--flexend {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.picandlist--flexstart {
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .picandlist--flexstart {
    padding-left: 15%;
  }
  .picandlist--flexstart .picsandlist__dotted-line--comments {
    top: 15%;
    left: 75%;
  }
}
@media screen and (max-width: 850px) {
  .picandlist--flexstart {
    display: block;
    padding-left: 60px;
    padding-right: 60px;
  }
  .picandlist--flexstart .picsandlist__dotted-line--comments {
    left: 92%;
  }
}
@media screen and (max-width: 600px) {
  .picandlist--flexstart {
    padding: 0 20px;
    margin: 0;
  }
}
.picandlist--flexend {
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .picandlist--flexend {
    padding-right: 15%;
  }
  .picandlist--flexend .picsandlist__dotted-line--comments {
    top: 15%;
    left: 25%;
  }
}
@media screen and (max-width: 850px) {
  .picandlist--flexend {
    display: block;
    padding-left: 60px;
    padding-right: 60px;
  }
  .picandlist--flexend .picsandlist__dotted-line--comments {
    left: 92%;
  }
}
@media screen and (max-width: 600px) {
  .picandlist--flexend {
    padding: 0 20px;
    margin: 0;
  }
}
.options-list {
  margin-top: 60px;
  margin-bottom: 80px;
}
.options-list .options-list__list-item {
  display: flex;
  margin-bottom: 40px;
}
.options-list .options-list__list-item h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.options-list .options-list__icon {
  margin-right: 60px;
}
.options-list .options-list__icon img {
  width: 75px;
}
@media screen and (max-width: 1200px) {
  .options-list .options-list__icon {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .options-list .options-list__icon {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .options-list {
    margin-bottom: 30px;
  }
  .options-list .options-list__icon {
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .options-list .options-list__list-item {
    flex-direction: column;
  }
  .options-list .options-list__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.picsandtext {
  margin: 120px auto 135px;
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.09));
}
.picsandtext .picsandtext__container {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 95% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 95% 0);
  background: #fff;
  display: flex;
  align-items: center;
}
.picsandtext .picsandtext__main-image {
  flex: 0 0 45%;
}
.picsandtext .picsandtext__main-image img {
  width: 100%;
}
.picsandtext .picsandtext__texts {
  flex: 0 0 50%;
  padding: 20px 0 0 145px;
}
@media screen and (max-width: 1580px) {
  .picsandtext {
    padding: 0 60px;
  }
  .picsandtext .picsandtext__texts {
    padding: 60px 75px;
  }
}
@media screen and (max-width: 1300px) {
  .picsandtext .picsandtext__container {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 90% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 90% 0);
  }
}
@media screen and (max-width: 1160px) {
  .picsandtext .picsandtext__texts {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 950px) {
  .picsandtext {
    padding: 0 20px;
  }
  .picsandtext .picsandtext__texts {
    padding: 40px;
  }
}
@media screen and (max-width: 800px) {
  .picsandtext {
    padding: 0 60px;
  }
}
@media screen and (max-width: 750px) {
  .picsandtext {
    margin: 60px auto;
    filter: none;
  }
  .picsandtext .picsandtext__container {
    flex-direction: column;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
    padding: 0;
  }
  .picsandtext .picsandtext__main-image {
    flex: 0 0 100%;
  }
  .picsandtext .picsandtext__main-image img {
    width: 100%;
  }
  .picsandtext .picsandtext__texts {
    flex: 0 0 100%;
    padding: 60px 0;
  }
  .picsandtext .picsandtext__texts--events {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .picsandtext {
    padding: 0 20px;
  }
  .picsandtext .picsandtext__texts {
    padding: 0;
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .picsandtext .picsandtext__texts {
    width: 100%;
  }
}
.comments {
  margin: 0 auto;
  background: url("../svg/comment-background.svg") no-repeat center bottom;
}
.comments .comments__downloadbutton {
  margin: 120px auto 0;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .comments .comments__downloadbutton {
    padding: 0 60px 120px;
  }
}
@media screen and (max-width: 800px) {
  .comments {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .comments .comments__downloadbutton {
    padding: 0 20px 60px;
  }
}
.projectsbanner {
  margin: 0 auto 120px;
  width: calc(90vw);
  /* .projectsbanner__texts {
		position: relative;
		max-width: 650px;
		z-index: 10;
		background: #fff;
		-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 90% 0);
		clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 90% 0);
		padding: 5px 170px 60px 80px;
	} */
}
.projectsbanner .projectsbanner__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.projectsbanner .projectsbanner__info {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  background: #F2F5F9;
  padding-top: 54px;
}
.projectsbanner .projectsbanner__texts {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 0 0 6em;
}
.projectsbanner .projectsbanner__filter {
  display: grid;
  padding-left: 4%;
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
  background: #222;
  background: linear-gradient(180deg, #000000 0%, #000000 85%, #ffffff 85%, #ffffff 100%);
  /* &:after {
			content: "";
			position: absolute;
			right: 30px;
			bottom: 30px;
			width: 20px;
			height: 2px;
			background: #fff;
		} */
}
.projectsbanner .projectsbanner__titlecontainer {
  padding: 0 10px 0 45px;
}
.projectsbanner .projectsbanner__filtertitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #767677;
}
.projectsbanner .projectsbanner__inforibbon {
  position: absolute;
  z-index: 5;
  left: calc(55% - 110px);
  top: 0;
  width: 110px;
  height: auto;
}
.projectsbanner .projectsbanner__form {
  width: 70%;
  position: relative;
  padding-top: 2em;
  display: grid;
  grid-template-columns: 35% 35% 1fr;
  grid-gap: 6%;
  align-items: center;
  justify-items: center;
}
.projectsbanner .projectsbanner__form label {
  width: 100%;
  min-width: 130px;
  margin: 0;
  color: #fff;
}
.projectsbanner .projectsbanner__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: 2px solid #fff;
  background: transparent;
  background-image: url("../../svg/selector-arrow-down.svg");
  background-position: 88% center;
  background-repeat: no-repeat;
  padding: 0.8em;
  font-size: 14px;
  width: 100%;
  color: #fff;
}
.projectsbanner .projectsbanner__form option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #303030;
  font-size: 12px;
  background: #fff;
}
.projectsbanner .projectsbanner__form option span {
  padding: 10px;
}
.projectsbanner .projectsbanner__submitbutton {
  position: relative;
  bottom: 1.5em;
  display: block;
  border: none;
  background: transparent;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0 2em;
  letter-spacing: 0.1em;
}
.projectsbanner .projectsbanner__submitbutton:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.6em;
  left: 2em;
  width: calc(100% - 2em);
  height: 3px;
  background: #fff;
  transition: width 0.3s;
}
.projectsbanner .projectsbanner__submitbutton:hover:after {
  width: 40%;
}
.projectsbanner .projectsbanner__selectTitle {
  font-size: 14px;
  margin-bottom: 10px;
}
.projectsbanner .projectsbanner__selectiongroup {
  display: flex;
}
.projectsbanner .projectsbanner__selectors {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .projectsbanner .projectsbanner__filter {
    place-items: center start;
    padding-left: 2%;
    background: #000;
  }
  .projectsbanner .projectsbanner__form {
    width: 80%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em 6%;
    align-items: center;
    justify-items: end;
    padding-top: 0;
  }
  .projectsbanner .projectsbanner__submitbutton {
    bottom: initial;
    grid-column: 1 / span 2;
  }
  .projectsbanner .projectsbanner__inforibbon {
    left: calc(55% - 80px);
    width: 80px;
  }
  .projectsbanner .projectsbanner__info {
    padding-top: 39px;
  }
}
@media screen and (max-width: 850px) {
  .projectsbanner .projectsbanner__info {
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
  }
  .projectsbanner .projectsbanner__texts {
    padding: 1em 0;
  }
  .projectsbanner .projectsbanner__inforibbon {
    left: initial;
    width: 80px;
    right: 0;
    z-index: 15;
  }
  .projectsbanner .projectsbanner__filter {
    place-items: center;
    padding-left: 0;
    padding: 2em 2%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .projectsbanner .projectsbanner__form {
    width: 95%;
  }
  .projectsbanner .projectsbanner__form select {
    background-position: 95% center;
  }
}
@media screen and (max-width: 500px) {
  .projectsbanner .projectsbanner__form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    align-items: center;
    justify-items: center;
  }
  .projectsbanner .projectsbanner__submitbutton {
    bottom: initial;
    grid-column: 1;
    padding: 0;
    justify-self: end;
  }
  .projectsbanner .projectsbanner__submitbutton:after {
    content: "";
    left: 0;
    width: 100%;
    transition: width 0.3s;
  }
  .projectsbanner .projectsbanner__submitbutton:hover:after {
    width: 50%;
  }
}
.projectsbanner--map {
  position: relative;
  top: 80px;
  max-width: 1920px;
  height: 630px;
  width: 100%;
  margin: 0 auto;
}
.projectsbanner--map .projectsbanner__imagecontainer {
  max-width: 1510px;
  width: calc(80vw);
  margin: auto;
  position: relative;
  top: 52px;
  z-index: 5;
  overflow: hidden;
}
.projectsbanner--map .projectsbanner__imagecontainer > div {
  height: 482px;
}
.projectsbanner--map .projectsbanner__backgroundmap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 630px;
}
.projectsbanner--map .projectsbanner__backgroundmap::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background: #d7e0ec;
}
.projectsbanner--map .projectsbanner__backgroundmap::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
  background: #F2F5F9;
}
.projectsbanner--map .projectsbanner__locationicon {
  font-size: 15px;
  z-index: 1;
  position: absolute;
  right: 4.6%;
  top: -91px;
  width: 200px;
  height: 300px;
}
.projectsbanner--map .projectsbanner__locationicon svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1800px) {
  .projectsbanner--map .projectsbanner__locationicon {
    font-size: 15px;
    z-index: 1;
    position: absolute;
    right: 1em;
    top: -30px;
    width: 6em;
    height: auto;
  }
  .projectsbanner--map .projectsbanner__locationicon svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1650px) {
  .projectsbanner--map .projectsbanner__locationicon {
    right: 1em;
    top: -90px;
    width: 6em;
    height: auto;
  }
}
@media screen and (max-width: 1600px) {
  .projectsbanner--map .projectsbanner__imagecontainer {
    width: calc(90vw);
  }
}
@media screen and (max-width: 600px) {
  .projectsbanner--map .projectsbanner__locationicon {
    right: 1em;
    top: -60px;
    width: 4em;
    height: auto;
  }
}
/* CALL TO ACTION BUTTON IN PROJECTS PAGE */
.cta {
  display: grid;
  grid-template-columns: 43% 1fr;
  grid-template-rows: auto;
  grid-gap: 2%;
  align-items: center;
  margin: 60px auto 0;
  width: calc(90vw);
}
.cta h2 {
  margin: 0;
}
@media screen and (max-width: 1300px) {
  .cta {
    grid-template-columns: 55% 1fr;
  }
  .cta .cta__buttoncontainer {
    justify-self: end;
  }
}
@media screen and (max-width: 1000px) {
  .cta {
    margin: 60px auto;
    grid-gap: 0;
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .cta .cta__buttoncontainer {
    justify-self: start;
  }
}
.projectslocation {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.projectslocation .projectslocation__blue-background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 45%;
  height: 200%;
  background: linear-gradient(#ecf0f7 0%, rgba(244, 246, 250, 0) 100%);
}
.projectslocation .projectslocation__container {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding-top: 120px;
}
.projectslocation .projectslocation__container--detailprojectpage {
  flex-direction: row-reverse;
}
.projectslocation .projectslocation__texts {
  flex: 0 0 45%;
}
.projectslocation .projectslocation__map {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}
.projectslocation .projectslocation__map--detailprojectpage {
  flex: 0 0 34%;
  max-width: 34%;
}
.projectslocation .projectslocation__mapcontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.projectslocation .projectslocation__mapcontainer--detailprojectpage {
  top: -382px;
  right: 269px;
}
.projectslocation .projectslocation__mapimage {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.projectslocation .projectslocation__mapimage img {
  width: 100%;
  height: auto;
}
.projectslocation .projectslocation__markers {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.projectslocation .projectslocation__markers li {
  position: absolute;
}
.projectslocation .projectslocation__markericon {
  width: 60px;
  height: 60px;
  margin-top: -60px;
  margin-left: -30px;
  text-align: center;
}
.projectslocation .projectslocation__markericon svg {
  height: 60px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1580px) {
  .projectslocation {
    padding: 60px;
  }
  .projectslocation .projectslocation__mapcontainer--detailprojectpage {
    top: -45vh;
    right: 4%;
  }
}
@media screen and (max-width: 1300px) {
  .projectslocation {
    padding: 0 60px;
  }
  .projectslocation .projectslocation__mapcontainer {
    top: 15vh;
  }
  .projectslocation .projectslocation__mapcontainer--detailprojectpage {
    top: -30vh;
  }
  .projectslocation .projectslocation__map {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .projectslocation .projectslocation__map {
    position: relative;
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media screen and (max-width: 800px) {
  .projectslocation .projectslocation__container {
    padding-top: 0;
  }
  .projectslocation .projectslocation__mapcontainer--detailprojectpage {
    top: 10vh;
  }
  .projectslocation .projectslocation__map--detailprojectpage {
    padding-top: 0;
  }
  .projectslocation .projectslocation__mapcontainer--detailprojectpage {
    top: 15vh;
  }
  .projectslocation .projectslocation__mapimage--detailprojectpage img {
    display: block;
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 700px) {
  .projectslocation .projectslocation__container {
    flex-direction: column-reverse;
  }
  .projectslocation .projectslocation__texts {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .projectslocation .projectslocation__map {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 75vw;
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .projectslocation {
    padding: 20px;
  }
  .projectslocation .projectslocation__map {
    padding-top: 65vw;
  }
  .projectslocation .projectslocation__mapcontainer {
    top: 0;
  }
  .projectslocation .projectslocation__mapcontainer--detailprojectpage {
    top: 10vh;
  }
}
@media screen and (max-width: 520px) {
  .projectslocation .projectslocation__mapcontainer {
    top: 5vh;
  }
  .projectslocation .projectslocation__map {
    padding-top: 71vw;
  }
  .projectslocation .projectslocation__mapcontainer--detailprojectpage {
    top: 10vh;
  }
  .projectslocation .projectslocation__mapimage--detailprojectpage img {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .projectslocation--detailprojectpage {
    min-height: 150px;
  }
}
@media screen and (max-width: 800px) {
  .projectslocation--detailprojectpage {
    min-height: 510px;
  }
  .projectslocation--detailprojectpage .projectslocation__map {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .projectslocation--detailprojectpage {
    min-height: 300px;
  }
}
.itemslisting {
  position: relative;
  z-index: 10;
  margin: 120px auto 40px;
  width: calc(80vw);
}
.itemslisting .itemslisting__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.itemslisting .itemlisting__list--block {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.itemslisting .itemslisting__listitem {
  font-weight: 300;
  font-size: 14px;
  margin: 10px 0;
  padding: 5px 0 0 40px;
  background-repeat: no-repeat;
  background-position: 13px center;
}
.itemslisting .itemslisting__listitemlocation {
  background-image: url("../svg/events-location-icon.svg");
}
.itemslisting .itemslisting__listitemdate {
  background-image: url("../svg/events-date-icon.svg");
}
.itemslisting .itemslisting__listitemprice {
  background-image: url("../svg/events-price-icon.svg");
}
.itemslisting .itemslisting__listitemlanguage {
  background-image: url("../svg/events-lang-icon.svg");
}
.itemslisting .itemslisting__single {
  flex: 0 0 48%;
}
.itemslisting .itemslisting__single--hide {
  display: none;
}
.itemslisting .itemslisting__single--width30 {
  flex: 0 0 30%;
  margin: 30px 0;
}
.itemslisting .itemslisting__single-image {
  position: relative;
  margin-bottom: 40px;
}
.itemslisting .itemslisting__single-image-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #1B2D4E;
  font-size: 14px;
  color: #fff;
  padding: 20px;
  z-index: 10;
}
.itemslisting .itemslisting__single-image-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 50%;
}
.itemslisting .itemslisting__single-image-container--width30 {
  padding-top: 88%;
}
.itemslisting .itemslisting__single-image-link {
  will-change: transform;
  width: 100%;
  height: 100%;
}
.itemslisting .itemslisting__single-image-link img {
  transform: scale(1);
  transition: transform 0.3s;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.itemslisting .itemslisting__single-image-link:hover img {
  transform: scale(1.3);
}
.itemslisting .itemslisting__single-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 20px;
}
.itemslisting .itemslisting__single-text {
  font-size: 14px;
  line-height: 1.6;
  color: #303030;
}
.itemslisting .itemslisting__single-text ul {
  list-style: none;
}
.itemslisting .itemslisting__single-text ul,
.itemslisting .itemslisting__single-text p {
  margin: 0;
  padding: 0;
}
.itemslisting .itemslisting__single-text li {
  position: relative;
  padding-left: 0.7em;
}
.itemslisting .itemslisting__single-text li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 0.3em;
  height: 0.3em;
  background: #7e4d99;
}
.itemslisting .itemslisting__link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  padding: 60px 120px 40px 0;
  width: auto;
  background-image: url("../svg/arrow-link.svg");
  background-repeat: no-repeat;
  background-position: 90% 59%;
  transition: background-color 0.3s;
}
.itemslisting .itemslisting__link:hover {
  color: #7e4d99;
}
.itemslisting .itemslisting__link--event {
  padding: 20px 75px 40px 0;
  background-position: 90% 35%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .itemslisting {
    width: calc(90vw);
  }
}
@media screen and (max-width: 1580px) {
  .itemslisting {
    /* padding: 0 60px; */
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .itemslisting {
    /* padding: 0 40px; */
  }
  .itemslisting .itemslisting__single--width30 {
    flex: 0 0 31%;
    margin: 30px 0;
  }
}
@media screen and (max-width: 800px) {
  .itemslisting {
    /* padding: 0 60px; */
  }
  .itemslisting .itemslisting__single {
    flex: 0 0 100%;
  }
  .itemslisting .itemslisting__single--width30 {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 750px) {
  .itemslisting {
    margin: 0 auto;
  }
  .itemslisting .itemslisting__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .itemslisting {
    /* padding: 0 20px; */
  }
  .itemslisting .itemslisting__single-image-container {
    padding-top: 66%;
  }
}
.itemslisting--3columns {
  margin: 0 auto 40px;
}
.itemslisting--3columns .itemslisting__single {
  flex: 0 0 30%;
}
.itemslisting--3columns .itemslisting__customratioimage {
  /*Modifiers and special classes for this section*/
  display: block;
}
.itemslisting--3columns .itemslisting__customratioimage > div,
.itemslisting--3columns .itemslisting__customratioimage > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.itemslisting--3columns .itemslisting__customratioimage > div > div,
.itemslisting--3columns .itemslisting__customratioimage > span > div,
.itemslisting--3columns .itemslisting__customratioimage > div > span,
.itemslisting--3columns .itemslisting__customratioimage > span > span,
.itemslisting--3columns .itemslisting__customratioimage > div > a,
.itemslisting--3columns .itemslisting__customratioimage > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.itemslisting--3columns .itemslisting__customratioimage > div > div > img,
.itemslisting--3columns .itemslisting__customratioimage > span > div > img,
.itemslisting--3columns .itemslisting__customratioimage > div > span > img,
.itemslisting--3columns .itemslisting__customratioimage > span > span > img,
.itemslisting--3columns .itemslisting__customratioimage > div > a > img,
.itemslisting--3columns .itemslisting__customratioimage > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.itemslisting--3columns .itemslisting__customratioimage > div > img,
.itemslisting--3columns .itemslisting__customratioimage > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.itemslisting--3columns .itemslisting__customratioimage.block-3-2 > div,
.itemslisting--3columns .itemslisting__customratioimage.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.itemslisting--3columns .itemslisting__customratioimage.block-16-9 > div,
.itemslisting--3columns .itemslisting__customratioimage.block-16-9 > span {
  padding-bottom: 56.25%;
}
.itemslisting--3columns .itemslisting__customratioimage.block-4-3 > div,
.itemslisting--3columns .itemslisting__customratioimage.block-4-3 > span {
  padding-bottom: 75%;
}
.itemslisting--3columns .itemslisting__customratioimage.block-square > div,
.itemslisting--3columns .itemslisting__customratioimage.block-square > span {
  padding-bottom: 100%;
}
.itemslisting--3columns .itemslisting__customratioimage > div,
.itemslisting--3columns .itemslisting__customratioimage > span {
  padding-bottom: 58.40909091%;
}
.itemslisting--3columns .itemslisting__customratioimage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .itemslisting--3columns .itemslisting__single {
    flex: 0 0 32%;
  }
}
@media screen and (max-width: 1000px) {
  .itemslisting--3columns .itemslisting__single {
    flex: 0 0 48%;
  }
}
.dottedline {
  position: relative;
}
.dottedline .dottedline__image {
  position: absolute;
  left: 3%;
  top: -210px;
}
@media screen and (max-width: 1723px) {
  .dottedline .dottedline__image {
    left: 49.3%;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 750px) {
  .dottedline .dottedline__image {
    position: absolute;
    left: 95%;
    top: -100px;
  }
}
.schedule {
  position: relative;
  display: flex;
}
@media screen and (max-width: 875px) {
  .schedule {
    flex-direction: column;
  }
}
.programs,
.calendar {
  display: flex;
  flex-direction: column;
}
.programs {
  position: relative;
  flex: 0 0 43%;
  max-width: 43%;
  background: #f2f5f9;
}
.programs .programs__container {
  padding: 40px 40px 10px 80px;
  width: 100%;
}
.programs .programs__ribbon {
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 10;
}
.programs .programs__single {
  padding: 0 90px 0 120px;
}
.programs .programs__date {
  display: inline-block;
  padding: 0 40px;
  width: auto;
  text-align: center;
}
.programs .programs__datenumber {
  font-size: 110px;
  font-weight: 700;
  color: #303030;
  opacity: 0.1;
}
.programs .programs__month {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  opacity: 0.1;
}
.programs .programs__maintitle {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #1B2D4E;
  margin: 60px 0;
}
.programs .programs__singletitle {
  width: 65%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 20px;
}
.programs .programs__list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.programs .programs__listitem {
  font-weight: 300;
  font-size: 14px;
  margin: 10px 0;
  padding: 5px 0 0 40px;
  background-repeat: no-repeat;
  background-position: 13px center;
}
.programs .programs__listitemlocation {
  background-image: url("../svg/events-location-icon.svg");
}
.programs .programs__listitemdate {
  background-image: url("../svg/events-date-icon.svg");
}
.programs .programs__listitemprice {
  background-image: url("../svg/events-price-icon.svg");
}
.programs .programs__listitemlanguage {
  background-image: url("../svg/events-lang-icon.svg");
}
.programs .programs__link {
  float: right;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  padding: 20px 75px 40px 0;
  width: auto;
  background-image: url("../svg/arrow-link.svg");
  background-repeat: no-repeat;
  background-position: 90% 35%;
  transition: background-color 0.3s;
}
.programs .programs__link:hover {
  color: #7e4d99;
}
.programs .swiper-button-prev:after,
.programs .swiper-button-next:after {
  color: #767677;
}
.programs .swiper-button-prev:hover:after,
.programs .swiper-button-next:hover:after {
  color: #CC2A81;
}
.programs .swiper-button-prev {
  left: 110px;
}
.programs .swiper-button-next {
  right: 75px;
}
@media screen and (max-width: 1820px) {
  .programs .programs__container {
    padding: 40px 40px 10px 40px;
    width: 100%;
  }
  .programs .swiper-button-prev {
    left: 55px;
  }
  .programs .programs__single {
    padding: 0 90px;
  }
  .programs .programs__maintitle {
    margin: 45px 0;
  }
  .programs .programs__singletitle {
    width: 100%;
  }
}
@media screen and (max-width: 1550px) {
  .programs .swiper-button-prev {
    left: 35px;
  }
  .programs .swiper-button-next {
    right: 40px;
  }
  .programs .programs__single {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .programs .programs__maintitle {
    font-size: 28px;
    margin: 25px 0;
  }
  .programs .programs__single {
    padding: 0 45px;
  }
  .programs .swiper-button-prev {
    left: 25px;
  }
  .programs .swiper-button-next {
    right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .programs .swiper-button-prev:after,
  .programs .swiper-button-next:after {
    font-size: 25px;
  }
}
@media screen and (max-width: 875px) {
  .programs {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .programs .swiper-button-prev {
    left: 20px;
  }
  .programs .swiper-button-next {
    right: 20px;
  }
  .programs .programs__ribbon svg {
    width: 80px;
  }
  .programs .programs__container {
    padding: 40px 20px;
    width: 100%;
  }
}
.calendar {
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.09));
  height: 100%;
  flex: 0 0 52%;
  max-width: 52%;
}
.calendar .calendar__container {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 80px, 92% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 80px, 92% 0);
  background: #fff;
  padding: 50px 150px 118px 80px;
}
.calendar .calendar__switchyear {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
.calendar .calendar__yeartext {
  font-weight: 700;
  font-size: 37px;
  margin: 10px;
  color: #eee;
}
.calendar .calendar__prevbtn,
.calendar .calendar__nextbtn {
  cursor: pointer;
  text-decoration: none;
}
.calendar .calendar__prevbtn svg,
.calendar .calendar__nextbtn svg {
  fill: #eee;
}
.calendar .calendar__prevbtn:hover svg,
.calendar .calendar__nextbtn:hover svg {
  fill: #767677;
}
.calendar .calendar__nextbtn svg {
  transform: rotate(180deg);
}
.calendar .calendar__monthslist {
  padding: 25px 0 10px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px solid #EAEFF6;
}
.calendar .calendar__monthslist span {
  cursor: pointer;
}
.calendar .calendar__monthslist span:hover {
  text-decoration: underline;
}
.calendar .calendar__monthslist span.active {
  color: #CC2A81;
}
.calendar .calendar__weekdayslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 25px;
  justify-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 0;
}
.calendar .calendar__onemonth {
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 25px;
  justify-items: center;
}
.calendar .calendar__onemonth--active {
  display: grid;
}
.calendar .calendar__day {
  position: relative;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.calendar .calendar__day--active .calendar__daycheck {
  visibility: visible;
}
.calendar .calendar__day--selected {
  font-weight: 700;
  background: #1B2D4E;
  color: #fff;
}
.calendar .calendar__daycheck {
  position: absolute;
  top: -5px;
  right: -10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #1B2D4E;
  visibility: hidden;
}
@media screen and (max-width: 1700px) {
  .calendar .calendar__container {
    padding: 50px 70px 118px 60px;
  }
}
@media screen and (max-width: 1400px) {
  .calendar .calendar__container {
    padding: 50px 50px 118px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .calendar {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .calendar .calendar__container {
    padding: 50px 35px 118px 25px;
  }
  .calendar .calendar__monthslist {
    font-weight: 600;
    font-size: 10px;
  }
}
@media screen and (max-width: 1050px) {
  .calendar .calendar__switchyear {
    justify-content: center;
    padding-right: 0;
  }
  .calendar .calendar__monthslist {
    justify-content: center;
    flex-wrap: wrap;
  }
  .calendar .calendar__monthslist span {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 875px) {
  .calendar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .calendar .calendar__container {
    padding: 50px 35px 50px 25px;
  }
  .calendar .calendar__monthslist {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .calendar .calendar__monthslist span {
    margin-right: initial;
    margin-bottom: initial;
  }
}
@media screen and (max-width: 520px) {
  .calendar .calendar__monthslist {
    justify-content: center;
    flex-wrap: wrap;
  }
  .calendar .calendar__monthslist span {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .calendar .calendar__switchyear {
    justify-content: center;
    padding-right: 0;
  }
  .calendar .calendar__weekdayslist {
    font-weight: 700;
    font-size: 13px;
    padding: 20px 0;
  }
  .calendar .calendar__day {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
  .calendar .calendar__daycheck {
    top: -3px;
    right: -5px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
  }
}
.pagination {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul {
  margin: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination a {
  text-decoration: none;
  color: #303030;
}
.pagination a:hover {
  color: #CC2A81;
}
.pagination a.active {
  color: #CC2A81;
}
.blueimp-gallery-carousel {
  margin: 0 auto;
}
.blueimp-gallery-carousel .next,
.blueimp-gallery-carousel .prev {
  border-radius: 0;
  border: none;
  background-color: #EAEFF6;
  background-size: 30% 50%;
  padding: 20px 18px;
  opacity: 1;
}
.blueimp-gallery-carousel .next:hover,
.blueimp-gallery-carousel .prev:hover {
  background-color: #CC2A81;
}
.blueimp-gallery-carousel .next {
  right: 0;
}
.blueimp-gallery-carousel .prev {
  left: 0;
}
.slide-content {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.slider-logos {
  position: relative;
  text-align: center;
  margin: 120px auto;
}
.slider-logos .slider-logos__texts {
  text-align: center;
}
.slider-logos .slider-logos__slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.slider-logos .slider-logos__slide a {
  margin: 80px 20px;
}
.slider-logos .slider-logos__slide img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.slider-logos .slider-logos__dotted-line {
  position: absolute;
  left: 2%;
  top: -250px;
}
@media screen and (max-width: 1580px) {
  .slider-logos {
    padding: 0 60px;
  }
  .slider-logos .slider-logos__dotted-line {
    position: absolute;
    left: 49%;
    top: -300px;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 960px) {
  .slider-logos .slider-logos__slide {
    flex-direction: column;
  }
  .slider-logos .slider-logos__slide a {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  .slider-logos .slider-logos__dotted-line {
    position: absolute;
    left: 93%;
    top: -250px;
    transform: scale(0.6);
  }
}
@media screen and (max-width: 600px) {
  .slider-logos {
    padding: 0 20px;
    margin: 60px auto;
  }
  .slider-logos .slider-logos__slide {
    flex-direction: column;
  }
}
.slider-logos--aboutpage {
  margin-top: 200px;
}
.slider-logos--aboutpage a {
  margin: 0 20px;
}
.slider-logos--aboutpage .slider-logos__dotted-line {
  position: absolute;
  top: -340px;
  left: 65%;
}
@media screen and (max-width: 1300px) {
  .slider-logos--aboutpage {
    margin-top: 60px;
  }
  .slider-logos--aboutpage .slider-logos__dotted-line {
    top: -100px;
    left: 7%;
  }
}
@media screen and (max-width: 600px) {
  .slider-logos--aboutpage .slider-logos__dotted-line {
    top: -100px;
    left: 3%;
  }
}
.swiper-wrapper {
  height: auto;
}
.swiper-button-next,
.swiper-button-prev {
  color: #303030;
}
.account {
  text-align: center;
  margin: 60px auto 120px;
}
.account .account__titlelinks a {
  position: relative;
  display: inline-block;
  font-size: 35px;
  text-decoration: none;
  color: #303030;
  margin-bottom: 10px;
  margin-right: 10%;
}
.account .account__titlelinks a:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7e4d99;
  transition: all 0.3s;
}
.account .account__titlelinks a:hover {
  color: #7e4d99;
}
.account .account__titlelinks a:hover:after {
  width: 100%;
  background: #7e4d99;
}
@media screen and (max-width: 1200px) {
  .account {
    padding: 0 40px;
  }
  .account .account__titlelinks {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .account .account__titlelinks a {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .account {
    padding: 0 60px;
  }
  .account .account__titlelinks a {
    font-size: 24px;
  }
}
/* .clink {
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: @fleximmo-black;
text-decoration: none;
margin: 40px 0;
padding-bottom: 10px;
	&:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:  @fleximmo-black;
	transition: all .3s;
	}
	&:hover {
	color: @fleximmo-purple;
		&:after {
		width: 30%;
		background:  @fleximmo-purple;
		}
	}
} */
.customlist {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.customlist li {
  margin-bottom: 40px;
}
.customlist .customlist__title {
  position: relative;
  margin-left: 35px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.customlist .customlist__title:before {
  content: " ";
  position: absolute;
  left: -35px;
  top: 0;
  background-image: url("../svg/pink-list-item-symbol.svg");
  background-repeat: no-repeat;
  background-position: left center;
  width: 30px;
  height: 30px;
}
.customlist .customlist__title span {
  position: relative;
  top: 5px;
}
.customlist .customlist__text {
  margin-left: 55px;
}
@media screen and (max-width: 450px) {
  .customlist .customlist__text {
    margin-left: 0;
  }
}
.customlist--darkback {
  color: #fff;
  width: 80%;
}
@media screen and (max-width: 1300px) {
  .customlist--darkback {
    width: 100%;
  }
}
.main-article {
  position: relative;
  margin: 120px auto 280px;
}
.main-article .main-article__container {
  position: relative;
  display: flex;
}
.main-article .main-article__main-image {
  flex: 0 0 70%;
  position: relative;
  width: 100%;
  height: 100%;
}
.main-article .main-article__main-image__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 79%;
}
.main-article .main-article__main-image__container img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main-article .main-article__main-image__container--invest {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 64%;
}
.main-article .main-article__texts {
  position: relative;
  flex: 0 0 30%;
  background-color: #303030;
  background-image: url("../svg/backimage-blog-texts-container.svg");
  background-repeat: no-repeat;
  background-position: -300px bottom;
  color: #fff;
  padding: 60px 60px 60px 80px;
}
.main-article .main-article__slider {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 39.3%;
  max-width: 970px;
  max-height: 633px;
  width: 52%;
  height: auto;
}
.main-article .main-article__sliderimage {
  background-color: red;
  display: block;
  overflow: hidden;
}
.main-article .main-article__sliderimage > div,
.main-article .main-article__sliderimage > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.main-article .main-article__sliderimage > div > div,
.main-article .main-article__sliderimage > span > div,
.main-article .main-article__sliderimage > div > span,
.main-article .main-article__sliderimage > span > span,
.main-article .main-article__sliderimage > div > a,
.main-article .main-article__sliderimage > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-article .main-article__sliderimage > div > div > img,
.main-article .main-article__sliderimage > span > div > img,
.main-article .main-article__sliderimage > div > span > img,
.main-article .main-article__sliderimage > span > span > img,
.main-article .main-article__sliderimage > div > a > img,
.main-article .main-article__sliderimage > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.main-article .main-article__sliderimage > div > img,
.main-article .main-article__sliderimage > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.main-article .main-article__sliderimage.block-3-2 > div,
.main-article .main-article__sliderimage.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.main-article .main-article__sliderimage.block-16-9 > div,
.main-article .main-article__sliderimage.block-16-9 > span {
  padding-bottom: 56.25%;
}
.main-article .main-article__sliderimage.block-4-3 > div,
.main-article .main-article__sliderimage.block-4-3 > span {
  padding-bottom: 75%;
}
.main-article .main-article__sliderimage.block-square > div,
.main-article .main-article__sliderimage.block-square > span {
  padding-bottom: 100%;
}
.main-article .main-article__sliderimage > div,
.main-article .main-article__sliderimage > span {
  padding-bottom: 68.28478964%;
}
.main-article .main-article__sliderimage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.main-article .main-article__texts--detailproject {
  flex: 0 0 72%;
  padding: 132px 10px 92px 203px;
}
.main-article .main-article__detailprojecttext {
  width: 50%;
}
.main-article .main-article__ribbon {
  position: absolute;
  top: -53px;
  right: 0;
  z-index: 100;
}
.main-article .main-article__title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
}
.main-article .main-article__paragraphs {
  margin: 30px 0;
  line-height: 1.5;
}
.main-article .main-article__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #6C6C6C;
  margin-bottom: 20px;
}
.main-article .main-article__subtitle--whitecolor {
  color: #fff;
}
.main-article .main-article__link {
  display: inline-block;
  padding: 10px;
  border: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin: 20px 0 20px;
  letter-spacing: 3;
  transition: background 0.3s;
}
.main-article .main-article__link:hover {
  background: #ccc;
  color: #333;
}
.main-article .main-article__article-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin: 40px 0;
}
.main-article .main-article__article-link:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40%;
  height: 3px;
  background: #fff;
  transition: width 0.3s;
}
.main-article .main-article__article-link:hover:after {
  width: 100%;
}
.main-article .main-article__blog-link {
  position: absolute;
  right: 0;
  bottom: -99px;
  width: 30%;
  padding: 40px 120px 40px 80px;
}
.main-article .main-article__boxes {
  position: relative;
  bottom: 425px;
  flex: 0 0 28%;
}
.main-article .main-article__boxtop {
  background: #eaeff6;
  opacity: 1;
  height: 297px;
}
.main-article .main-article__boxbottom {
  background: #d7e0ec;
  opacity: 1;
  height: 300px;
}
@media screen and (max-width: 1580px) {
  .main-article {
    margin: 60px auto 220px;
    padding: 60px 60px 0;
  }
  .main-article .main-article__slider {
    right: 60px;
    top: 50%;
  }
  .main-article .main-article__main-image {
    flex: 0 0 50%;
  }
  .main-article .main-article__main-image__container {
    padding-top: 150%;
  }
  .main-article .main-article__texts {
    flex: 0 0 50%;
  }
  .main-article .main-article__blog-link {
    right: 60px;
    bottom: -100px;
  }
  .main-article .main-article__texts--detailproject {
    flex: 0 0 72%;
    padding: 132px 10px 92px 8%;
  }
}
@media screen and (max-width: 1348px) {
  .main-article .main-article__blog-link {
    bottom: -117px;
  }
}
@media screen and (max-width: 1140px) {
  .main-article .main-article__main-image__container {
    padding-top: 350%;
  }
  .main-article .main-article__main-image {
    flex: 0 0 30%;
  }
  .main-article .main-article__texts {
    flex: 0 0 70%;
  }
  .main-article .main-article__blog-link {
    width: 50%;
    bottom: -100px;
    padding: 40px 120px 40px 30px;
  }
  .main-article .main-article__detailprojecttext {
    width: 70%;
  }
  .main-article .main-article__slider {
    right: 0;
    top: 55%;
    width: 45%;
  }
}
@media screen and (max-width: 1100px) {
  .main-article .main-article__container--detailproject {
    flex-direction: column-reverse;
  }
  .main-article .main-article__detailprojecttext {
    width: 100%;
  }
  .main-article .main-article__boxes {
    display: none;
  }
  .main-article .main-article__texts {
    padding: 132px 8% 92px;
  }
  .main-article .main-article__slider {
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
  }
}
@media screen and (max-width: 925px) {
  .main-article .main-article__main-image__container {
    padding-top: 410%;
  }
  .main-article .main-article__main-image {
    flex: 0 0 30%;
  }
  .main-article .main-article__texts {
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 800px) {
  .main-article {
    margin: 60px auto 120px;
  }
  .main-article .main-article__main-image__container {
    padding-top: 690%;
  }
  .main-article .main-article__main-image {
    flex: 0 0 20%;
  }
  .main-article .main-article__texts {
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 750px) {
  .main-article .main-article__blog-link {
    position: relative;
    width: 100%;
    bottom: initial;
    right: initial;
    padding: 40px 120px 40px 30px;
  }
  .main-article .main-article__boxes {
    display: none;
  }
}
@media screen and (max-width: 725px) {
  .main-article .main-article__main-image__container {
    padding-top: 850%;
  }
  .main-article .main-article__main-image {
    flex: 0 0 20%;
  }
  .main-article .main-article__texts {
    flex: 0 0 80%;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 600px) {
  .main-article {
    padding: 0 20px 0;
  }
  .main-article .main-article__ribbon {
    position: absolute;
    top: -38px;
    right: 0;
    z-index: 100;
  }
  .main-article .main-article__ribbon svg {
    width: 80px;
  }
}
@media screen and (max-width: 510px) {
  .main-article .main-article__main-image__container {
    padding-top: 1020%;
  }
  .main-article .main-article__paragraphs {
    font-size: 14px;
  }
  .main-article .main-article__texts {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 435px) {
  .main-article .main-article__main-image__container {
    padding-top: 1350%;
  }
  .main-article .main-article__paragraphs {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .main-article .main-article__main-image__container {
    padding-top: 2450%;
  }
  .main-article .main-article__main-image {
    flex: 0 0 15%;
  }
  .main-article .main-article__texts {
    flex: 0 0 85%;
  }
}
.main-article--invest-page {
  margin-bottom: 160px;
}
.main-article--blogpage {
  margin-bottom: 230px;
}
@media screen and (max-width: 600px) {
  .main-article--blogpage {
    margin-bottom: 120px;
  }
}
.main-article--detailproject {
  margin: 140px auto 130px;
}
@media screen and (max-width: 950px) {
  .main-article--detailproject {
    margin: 40px auto;
  }
}
@media screen and (max-width: 750px) {
  .main-article--detailproject {
    margin: 20px auto;
    padding: 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .main-article--detailproject {
    padding: 0 20px;
  }
}
.articles {
  position: relative;
  margin: 120px auto;
}
.articles .articles__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.articles .articles__single {
  flex: 0 0 46%;
  margin-bottom: 60px;
}
.articles .articles__single-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles .articles__single-image-link {
  will-change: transform;
}
.articles .articles__single-image-link img {
  transform: scale(1);
  transition: transform 0.3s;
}
.articles .articles__single-image-link:hover img {
  transform: scale(1.3);
}
.articles .articles__single-title a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 35px;
  color: #1B2D4E;
  padding: 20px 0;
  text-decoration: none;
}
.articles .articles__single-title a:hover {
  color: #72C9F0;
}
.articles .articles__single-extract {
  font-size: 14px;
  line-height: 1.6;
  color: #303030;
}
.articles .articles__link {
  display: inline-block;
  padding: 10px;
  border: 2px solid #303030;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  text-decoration: none;
  font-size: 12px;
  margin: 20px 0 0 0;
  letter-spacing: 3;
  transition: background 0.3s;
}
.articles .articles__link:hover {
  background: #1B2D4E;
  color: #fff;
}
@media screen and (max-width: 1580px) {
  .articles {
    padding: 0 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .articles .articles__single-title a {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .articles .articles__single {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 750px) {
  .articles .articles__list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .articles {
    padding: 0 20px;
  }
  .articles .articles__single {
    margin: 30px 0;
  }
  .articles .articles__single-title a {
    font-size: 24px;
    margin: 30px 0;
  }
}
.articles--blogpage .articles__single {
  flex: 0 0 30%;
}
@media screen and (max-width: 1300px) {
  .articles--blogpage .articles__single {
    flex: 0 0 46%;
  }
}
.articles--about {
  margin: 0 auto;
  top: -60px;
}
@media screen and (max-width: 750px) {
  .articles--about {
    top: 0;
    margin: 90px auto 0;
  }
}
.singlepage {
  margin: 0 auto;
  /* Single page tag selectors (Free style) */
}
.singlepage .singlepage__container {
  max-width: 780px;
  margin: 120px auto;
}
.singlepage .singlepage__maintitle {
  margin-bottom: 50px;
}
.singlepage .singlepage__catlist a {
  margin-top: 0;
  margin-left: 20px;
}
.singlepage .singlepage__catlist a:hover {
  text-decoration: none;
}
.singlepage .singlepage__catlist a:nth-child(1) {
  margin-left: 0;
}
.singlepage .singlepage__catlink {
  display: inline-block;
  padding: 10px;
  border: 2px solid #1B2D4E;
  text-align: center;
  text-transform: uppercase;
  color: #303030;
  text-decoration: none;
  font-size: 12px;
  margin: 20px 0 0 0;
  letter-spacing: 3;
  transition: background 0.3s;
}
.singlepage .singlepage__catlink:hover {
  background: #1B2D4E;
  color: #fff;
}
.singlepage .singlepage__date {
  font-size: 12px;
  font-weight: 300;
  color: #303030;
  margin: 50px 0;
}
.singlepage .singlepage__mainimage {
  position: relative;
  width: 100%;
}
.singlepage .singlepage__mainimagecontainer {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 66%;
}
.singlepage .singlepage__mainimagecontainer img {
  display: block;
  max-height: 495px;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.singlepage .singlepage__mainimageribbon {
  position: absolute;
  top: -14px;
  right: 0;
  z-index: 100;
}
.singlepage .singlepage__content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.singlepage .singlepage__sharingbox {
  margin-top: 120px;
  display: flex;
}
.singlepage .singlepage__sharingbox a {
  width: 80px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #fff;
}
.singlepage .singlepage__sharingbox a:hover {
  text-decoration: none;
}
.singlepage .singlepage__sharingboxtitle {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: #EAEFF6;
  padding: 35px 30px;
  min-width: 346px;
}
.singlepage .singlepage__fbbtn {
  background: #1B2D4E;
  transition: background 0.3s;
}
.singlepage .singlepage__fbbtn:hover {
  background: #767677;
}
.singlepage .singlepage__igbtn {
  background: #bc3d8e;
  transition: background 0.3s;
}
.singlepage .singlepage__igbtn:hover {
  background: #767677;
}
.singlepage .singlepage__linkedinbtn {
  background: #5984c8;
  transition: background 0.3s;
}
.singlepage .singlepage__linkedinbtn:hover {
  background: #767677;
}
.singlepage h2,
.singlepage h3,
.singlepage h4,
.singlepage ul,
.singlepage img,
.singlepage p {
  margin: 40px 0;
}
.singlepage h2,
.singlepage h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.3;
}
.singlepage h2 {
  font-size: 43px;
}
.singlepage h3 {
  font-size: 35px;
}
.singlepage h4 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.singlepage img {
  display: block;
}
.singlepage a {
  color: #CC2A81;
  text-decoration: none;
}
.singlepage a:hover {
  text-decoration: underline;
}
.singlepage figure ul {
  margin: 0;
}
.singlepage figure img {
  margin: 0 0 20px 0;
}
.singlepage figcaption {
  text-align: center;
}
.singlepage blockquote {
  margin: 60px 0;
  padding: 0;
  font-style: italic;
}
.singlepage blockquote p {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.singlepage cite {
  text-transform: uppercase;
  font-weight: 600;
  color: #767677;
}
.singlepage .wp-block-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .singlepage .singlepage__container {
    max-width: 780px;
    margin: 40px auto 120px;
  }
  .singlepage h2 {
    font-size: 36px;
  }
  .singlepage .singlepage__mainimagecontainer img {
    max-height: 100%;
  }
  .singlepage .singlepage__sharingbox {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  .singlepage .singlepage__header,
  .singlepage .singlepage__content,
  .singlepage .singlepage__sharingbox {
    width: 100%;
    padding: 60px;
  }
  .singlepage .singlepage__sharingboxtitle {
    min-width: initial;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .singlepage .singlepage__header,
  .singlepage .singlepage__content,
  .singlepage .singlepage__sharingbox {
    width: 100%;
    padding: 20px;
  }
  .singlepage .singlepage__mainimageribbon {
    top: -14px;
  }
  .singlepage .singlepage__mainimageribbon svg {
    width: 80px;
  }
  .singlepage .singlepage__sharingbox a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }
  .singlepage .singlepage__sharingboxtitle {
    font-size: 14px;
    padding: 25px 10px;
    min-width: initial;
  }
  .singlepage h2 {
    font-size: 24px;
    margin: 30px 0;
  }
  .singlepage h3 {
    font-size: 24px;
  }
}
.contact-footer {
  position: relative;
  background-color: #1B2D4E;
  background-image: url("../svg/points.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-top: 80px;
  overflow: hidden;
}
.contact-footer .contact-footer__labelgroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 50px;
}
.contact-footer .contact-footer__labelgroup--threecolumns {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px 50px;
}
.contact-footer .contact-footer__title {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.2;
}
.contact-footer .contact-footer__response {
  padding: 240px 0 200px;
  text-align: center;
}
.contact-footer .contact-footer__myelitisform label {
  display: block;
  margin-bottom: 40px;
}
.contact-footer .contact-footer__myelitisform input[type="text"],
.contact-footer .contact-footer__myelitisform input[type="password"] {
  max-width: 313px;
  padding: 10px 20px;
  margin-top: 10px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 300;
}
.contact-footer .contact-footer__padlockimage {
  position: relative;
  top: 73px;
  left: -20%;
}
.contact-footer .contact-footer__form--fullform .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 40px;
  grid-gap: 60px;
  margin-top: 60px;
}
.contact-footer .contact-footer__form--onecolumn .wpcf7-form {
  display: block;
  margin-top: 60px;
  margin-bottom: 0;
}
.contact-footer .contact-footer__form--onecolumn fieldset {
  border: none;
}
.contact-footer .contact-footer__title-eventdetail {
  width: 50%;
  padding: 0.75rem;
}
.contact-footer .contact-footer__fieldset-twocolumns {
  width: 66%;
  display: grid;
  grid-template-columns: 313px 313px;
  grid-gap: 25px 90px;
}
.contact-footer .contact-footer__fieldset-twocolumns div {
  margin: 5px 0;
}
.contact-footer .contact-footer__fieldset-threecolumns {
  width: 100%;
  display: grid;
  grid-template-columns: 313px 313px 313px;
  grid-gap: 25px 90px;
}
.contact-footer .contact-footer__fieldset-threecolumns div {
  margin: 5px 0;
}
.contact-footer .contact-footer__texts {
  flex: 0 0 50%;
  font-size: 14px;
  line-height: 1.7;
}
.contact-footer .contact-footer__texts--fullcontact {
  flex: 0 0 77%;
}
.contact-footer .contact-footer__agent-zone {
  flex: 0 0 40%;
}
.contact-footer .contact-footer__agent-zone-container {
  width: 220px;
}
.contact-footer .contact-footer__agent-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 130%;
}
.contact-footer .contact-footer__agent-image-container img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.contact-footer .contact-footer__agent-data {
  background: #EAEFF6;
  display: flex;
  justify-content: space-between;
  padding: 15px 35px;
  color: #303030;
  width: 220px;
}
.contact-footer .contact-footer__agent-phone {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0;
}
.contact-footer .contact-footer__phoneimage {
  position: relative;
}
.contact-footer .contact-footer__phoneimage img {
  position: absolute;
  top: -77px;
  right: 45px;
  width: 100%;
  max-width: 500px;
  height: auto;
}
.contact-footer .contact-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  margin: 120px auto 0;
  padding: 120px 0;
}
.contact-footer .contact-footer__container--fullform {
  margin-top: 0;
  padding: 180px 0 0;
}
.contact-footer .contact-footer__container--myelitis {
  margin-top: 0;
  padding-top: 90px;
}
.contact-footer .contact-footer__container--homepage {
  align-items: center;
}
.contact-footer .contact-footer__container--agent {
  padding: 0;
  margin: 0 auto;
}
.contact-footer .contact-footer__send-btn {
  position: absolute;
  z-index: 100;
  left: 58%;
  bottom: 211px;
}
.contact-footer .contact-footer__send-btn input {
  text-align: left;
  width: 359px;
  border: none;
}
.contact-footer .contact-footer__send-btn--posrelative {
  position: relative;
  left: initial;
  bottom: initial;
}
.contact-footer .contact-footer__rgpd-text {
  font-weight: 400;
  font-size: 8px;
  color: #aaa;
}
.contact-footer .contact-footer__rgpd-text--eventdetail {
  padding-top: 0;
  grid-column: 1 / span 2;
  position: relative;
  bottom: 95px;
}
.contact-footer .contact-footer__reasons-title {
  grid-column: 1 / span 2;
  text-align: left;
}
.contact-footer .contact-footer__link {
  position: relative;
  right: 85px;
  min-width: 435px;
  text-align: left;
}
.contact-footer .contact-footer__link--contactpage {
  right: initial;
}
@media screen and (max-width: 1750px) {
  .contact-footer .contact-footer__phoneimage--response img {
    max-width: 400px;
  }
  .contact-footer .contact-footer__send-btn {
    position: absolute;
    left: 59.5%;
    bottom: 211px;
  }
  .contact-footer .contact-footer__send-btn input {
    text-align: left;
    width: 359px;
    border: none;
  }
  .contact-footer .contact-footer__send-btn--posrelative {
    position: relative;
    left: initial;
    bottom: initial;
  }
}
@media screen and (max-width: 1600px) {
  .contact-footer .contact-footer__phoneimage {
    position: relative;
  }
  .contact-footer .contact-footer__phoneimage img {
    position: absolute;
    top: -80px;
    right: -50px;
    width: 100%;
    max-width: 380px;
    height: auto;
  }
  .contact-footer .contact-footer__phoneimage--response img {
    top: -150px;
  }
}
@media screen and (max-width: 1580px) {
  .contact-footer {
    padding: 60px;
  }
  .contact-footer .contact-footer__container {
    margin: 0 auto;
  }
  .contact-footer .contact-footer__agent-zone {
    display: flex;
    justify-content: center;
  }
  .contact-footer .contact-footer__texts--agent {
    flex: 0 0 70%;
  }
  .contact-footer .contact-footer__send-btn {
    position: relative;
    right: initial;
    bottom: initial;
    left: 0;
  }
  .contact-footer .contact-footer__rgpd-text {
    padding-top: 30px;
  }
  .contact-footer .contact-footer__rgpd-text--eventdetail {
    padding-top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .contact-footer .contact-footer__padlockimage {
    position: relative;
    left: 0;
  }
  .contact-footer .contact-footer__phoneimage--response img {
    top: -190px;
  }
}
@media screen and (max-width: 1370px) {
  .contact-footer .contact-footer__link {
    min-width: 200px;
  }
}
@media screen and (max-width: 1290px) {
  .contact-footer .contact-footer__texts--fullcontact {
    flex: 0 0 100%;
  }
  .contact-footer .contact-footer__fieldset-twocolumns,
  .contact-footer .contact-footer__fieldset-threecolumns {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contact-footer .contact-footer__title-eventdetail {
    width: 100%;
  }
  .contact-footer .contact-footer__rgpd-text--eventdetail {
    bottom: 0;
  }
}
@media screen and (max-width: 1250px) {
  .contact-footer .contact-footer__container {
    flex-direction: column-reverse;
  }
  .contact-footer .contact-footer__container--myelitis {
    flex-direction: row;
  }
  .contact-footer .contact-footer__container--homepage {
    flex-direction: row;
    align-items: center;
  }
  .contact-footer .contact-footer__link {
    right: initial;
  }
  .contact-footer .contact-footer__texts--agent {
    margin-top: 120px;
  }
  .contact-footer .contact-footer__rgpd-text {
    padding-top: 20px;
  }
  .contact-footer .contact-footer__rgpd-text--eventdetail {
    padding-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .contact-footer .contact-footer__container--myelitis {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-footer .contact-footer__container--myelitis label {
    width: 100%;
  }
  .contact-footer .contact-footer__container--myelitis input[type="text"],
  .contact-footer .contact-footer__container--myelitis input[type="password"] {
    max-width: initial;
    width: 100%;
  }
  .contact-footer .contact-footer__container--myelitis input[type="submit"] {
    margin-top: 20px;
    width: 100%;
  }
  .contact-footer .contact-footer__padlockimage {
    margin-bottom: 60px;
    top: initial;
  }
  .contact-footer .contact-footer__fieldset-twocolumns,
  .contact-footer .contact-footer__fieldset-threecolumns {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 900px) {
  .contact-footer .contact-footer__container--fullform {
    padding: 0;
  }
  .contact-footer .contact-footer__phoneimage img {
    position: relative;
    top: -132px;
    right: -282px;
    max-width: 450px;
  }
  .contact-footer .contact-footer__response {
    padding: 0 0 200px;
    text-align: center;
  }
  .contact-footer .contact-footer__fieldset-twocolumns,
  .contact-footer .contact-footer__fieldset-threecolumns {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .contact-footer .contact-footer__fieldset-twocolumns > div,
  .contact-footer .contact-footer__fieldset-threecolumns > div {
    text-align: left;
  }
}
@media screen and (max-width: 850px) {
  .contact-footer .contact-footer__send-btn {
    margin: 20px 0;
  }
  .contact-footer .contact-footer__reasons-title {
    margin-bottom: 25px;
  }
  .contact-footer .contact-footer__form--fullform .wpcf7-form {
    display: block;
  }
  .contact-footer .contact-footer__form--fullform .wpcf7-form label {
    margin-bottom: 40px;
  }
  .contact-footer .contact-footer__fieldset-threecolumns > div {
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 810px) {
  .contact-footer .contact-footer__phoneimage {
    position: relative;
  }
  .contact-footer .contact-footer__phoneimage img {
    position: relative;
    width: 100%;
    max-width: 275px;
    height: auto;
    top: initial;
    right: initial;
    margin: 40px 0;
  }
  .contact-footer .contact-footer__phoneimage--response img {
    position: relative;
    top: -72px;
    right: -243px;
    max-width: 550px;
  }
}
@media screen and (max-width: 750px) {
  .contact-footer {
    margin-top: 60px;
    text-align: center;
    padding: 60px 20px;
  }
  .contact-footer .contact-footer__container {
    flex-direction: column;
    margin: 60px auto 0;
    padding: 60px 0;
  }
  .contact-footer .contact-footer__container--myelitis {
    flex-direction: column-reverse;
  }
  .contact-footer .contact-footer__container--fullform {
    margin-top: 0;
    padding: 0;
  }
  .contact-footer .contact-footer__container--agent {
    flex-direction: column-reverse;
    padding: 0;
    margin: 0 auto;
  }
  .contact-footer .contact-footer__agent-zone {
    width: 100%;
  }
  .contact-footer .contact-footer__link {
    margin-top: 40px;
  }
  .contact-footer .contact-footer__send-btn input[type="submit"] {
    width: 100%;
  }
  .contact-footer .contact-footer__phoneimage--response img {
    position: relative;
    top: -72px;
    right: -109px;
    max-width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .contact-footer .contact-footer__container--homepage {
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  .contact-footer .contact-footer__padlockimage img {
    width: 100%;
    height: auto;
  }
  .contact-footer .contact-footer__myelitisform input[type="text"],
  .contact-footer .contact-footer__myelitisform input[type="password"] {
    width: 100%;
    max-width: initial;
  }
  .contact-footer .contact-footer__myelitisform input[type="submit"] {
    width: 100%;
    min-width: initial;
    margin-top: 20px;
  }
  .contact-footer .contact-footer__texts--myelitis {
    flex: 0 0 100%;
    width: 100%;
  }
  .contact-footer .contact-footer__phoneimage--response img {
    position: relative;
    top: -72px;
    right: -70px;
    max-width: 550px;
  }
  .contact-footer .contact-footer__container--eventdetail {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .contact-footer .contact-footer__phoneimage--response img {
    position: relative;
    top: -22px;
    right: -62px;
    max-width: 550px;
  }
  .contact-footer .contact-footer__rgpd-text--eventdetail {
    grid-column: 1;
  }
  .contact-footer .contact-footer__send-btn--posrelative input {
    font-size: 12px;
  }
}
.contactpopup {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #1B2D4E;
  background-repeat: no-repeat;
  background-position: 400px 74px;
  background-image: url("../svg/points-right.svg");
  padding: 47px 60px 60px 100px;
}
.contactpopup .contactpopup__container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 80%;
}
.contactpopup .contactpopup__title {
  margin-bottom: 10px;
  width: 85%;
}
.contactpopup .contactpopup__form {
  flex: 0 0 70%;
  color: #fff;
  font-size: 14px;
}
.contactpopup .contactpopup__form input[type="text"],
.contactpopup .contactpopup__form input[type="email"] {
  margin-top: 5px;
}
.contactpopup .contactpopup__form input[type="submit"] {
  position: absolute;
  bottom: -16px;
  right: -176px;
  border: none;
  min-width: 359px;
  text-align: left;
  padding: 30px 120px 30px 40px;
}
.contactpopup .contactpopup__rgpd {
  font-weight: 400;
  font-size: 8px;
  color: #aaa;
}
.contactpopup .wpcf7-form .wpcf7-list-item label:before {
  top: 0;
}
.contactpopup .wpcf7-form .wpcf7-list-item label {
  margin-bottom: 7px;
}
@media screen and (max-width: 1200px) {
  .contactpopup {
    height: auto;
    background-position: 83px 74px;
  }
  .contactpopup .contactpopup__container {
    max-width: 100%;
  }
  .contactpopup .contactpopup__title {
    margin-top: 10px;
    width: 100%;
  }
  .contactpopup .wpcf7-form {
    margin: 40px 0;
  }
  .contactpopup .contactpopup__form input[type="submit"] {
    position: relative;
    bottom: initial;
    right: initial;
    min-width: initial;
    text-align: left;
    padding: 30px 120px 30px 40px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 965px) {
  .contactpopup {
    padding: 47px 60px 60px 60px;
  }
  .contactpopup .wpcf7-form {
    grid-gap: 5%;
    margin: 40px 0;
  }
  .contactpopup .wpcf7-form label {
    margin: 5px 0 20px;
  }
  .contactpopup .contactpopup__rgpd {
    position: relative;
    top: 12px;
    grid-column: 1 / span 2;
    margin: 20px 0;
  }
  .contactpopup .wpcf7-form .wpcf7-form__checkboxes {
    grid-column: 1 / span 2;
  }
}
@media screen and (max-width: 950px) {
  .contactpopup {
    background-position: -317px 74px;
  }
  .contactpopup .wpcf7-form {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .contactpopup {
    padding: 47px 20px 20px;
  }
  .contactpopup .wpcf7-form {
    display: block;
  }
  .contactpopup .contactpopup__form {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .contactpopup .contactpopup__form input[type="submit"] {
    width: 100%;
  }
}
.contact-footer--agent {
  background-position: 150% 80px;
  background-image: url("../svg/points-right.svg");
  padding: 170px 0 180px 0;
  margin-top: 0;
}
@media screen and (max-width: 1580px) {
  .contact-footer--agent {
    padding: 60px;
  }
}
@media screen and (max-width: 1250px) {
  .contact-footer--agent {
    background-size: cover;
    background-position: 26px bottom;
  }
}
@media screen and (max-width: 600px) {
  .contact-footer--agent {
    padding: 60px 20px;
    background-position: center center;
  }
}
.contact-footer--eventdetail {
  background-position: bottom right;
  /* @media screen and (max-width: 1100px) {
  background-position: 0 750px;
} */
}
@media screen and (max-width: 1250px) {
  .contact-footer--eventdetail {
    background-size: auto;
  }
}
.contact-footer--fullform {
  margin-top: 0;
  background-color: #1B2D4E;
  background-image: url("../svg/points-right.svg");
  background-repeat: no-repeat;
  background-position: 620px 235px;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  .contact-footer--fullform {
    background-position: right bottom;
    background-size: auto;
  }
}
.contact-footer--myelitis {
  margin-top: 0;
  background-color: #1B2D4E;
  background-image: url("../svg/points-right.svg");
  background-repeat: no-repeat;
  background-position: 267px -181px;
  background-size: 130% 130%;
}
@media screen and (max-width: 1200px) {
  .contact-footer--myelitis {
    background-position: right bottom;
    background-size: auto;
  }
}
/*Contact form 7 selectors*/
.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10%;
  margin: 40px 0 125px;
  /* input:checked~.wpcf7-list-item label:before {
	background: red;
	} */
}
.wpcf7-form label {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  width: 100%;
  padding: 10px 20px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 20px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  resize: none;
  height: 125px;
}
.wpcf7-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}
.wpcf7-form textarea::placeholder {
  color: #fff;
  opacity: 0.3;
}
.wpcf7-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 20px;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  background-image: url("../svg/arrow-select-white.svg");
  background-position: 97% center;
  background-repeat: no-repeat;
}
.wpcf7-form option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px;
  color: #767677;
}
.wpcf7-form option::hover {
  background: #EAEFF6;
  color: #303030;
}
.wpcf7-form .wpcf7-form__checkboxes {
  position: relative;
  top: 24px;
}
.wpcf7-form .wpcf7-form__checkboxes--top0 {
  display: flex;
  justify-content: space-between;
  top: 0;
}
@media screen and (max-width: 800px) {
  .wpcf7-form .wpcf7-form__checkboxes--top0 {
    display: block;
  }
}
.wpcf7-form .wpcf7-form__checkboxes--invest-form {
  top: 0;
}
.wpcf7-form .wpcf7-form__checkboxes--invest-form > span {
  display: block;
}
.wpcf7-form .wpcf7-form__twocolumnscontainer {
  position: relative;
  top: -25px;
  grid-column: 2 / span 2;
}
.wpcf7-form .wpcf7-form__twocolumnscontainer div {
  margin-bottom: 40px;
}
.wpcf7-form .wpcf7-form__sendbuttoncontainer {
  display: flex;
  justify-content: flex-end;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-list-item label {
  position: relative;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding-left: 30px;
}
.wpcf7-form .wpcf7-list-item label:before {
  position: absolute;
  content: " ";
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background: transparent;
  top: 3px;
  left: 0;
}
.wpcf7-form .wpcf7-list-item label:after {
  content: "";
}
.wpcf7-form .wpcf7-list-item input {
  flex-basis: 10%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-form input:checked ~ .wpcf7-list-item-label:after {
  position: absolute;
  left: 6px;
  top: 4px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: transparent;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 1250px) {
  .wpcf7-form {
    margin: 40px 0 125px;
  }
}
@media screen and (max-width: 1000px) {
  .wpcf7-form .wpcf7-form__twocolumnscontainer {
    grid-column: 1 / span 3;
  }
}
@media screen and (max-width: 850px) {
  .wpcf7-form {
    grid-template-columns: 1fr;
    grid-gap: initial;
    margin: 40px 0 0;
  }
  .wpcf7-form label {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    grid-column: 1 / span 2;
    text-align: left;
  }
  .wpcf7-form .wpcf7-form__checkboxes {
    top: initial;
    margin: 0;
    grid-column: 1 / span 2;
  }
  .wpcf7-form .wpcf7-form__checkboxes span {
    display: block;
  }
  .wpcf7-form .wpcf7-form__twocolumnscontainer {
    top: 0;
  }
}
@media screen and (max-width: 450px) {
  .wpcf7-form .wpcf7-form__sendbuttoncontainer {
    justify-content: center;
  }
}
.wpcf7-form--invest-form {
  margin: 40px 0 100px;
}
.footer-links {
  background: #7e4d99;
  background: linear-gradient(90deg, #1b2d4e 0%, #7e4d99 100%);
  color: #fff;
  padding: 120px 0;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
}
.footer-links .footer-links__container {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.footer-links .footer-links__contact-links a {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 40px 0;
}
.footer-links .footer-links__contact-links a img {
  width: 30px;
  text-align: center;
  margin-right: 15px;
  will-change: transform;
  transform: scale(1);
  transition: transform 0.3s;
}
.footer-links .footer-links__contact-links a:hover {
  text-decoration: underline;
}
.footer-links .footer-links__contact-links a:hover img {
  transform: scale(1.3);
}
.footer-links .footer-links__contact-links-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 43px;
}
.footer-links .footer-links__footer-subtitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 20px;
}
.footer-links .footer-links__footer-menu {
  flex: 0 0 25%;
}
.footer-links .footer-links__footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
}
.footer-links .footer-links__footer-menu-list li {
  font-size: 14px;
  margin-bottom: 40px;
}
.footer-links .footer-links__footer-menu-list a:hover {
  text-decoration: underline;
}
.footer-links .footer-links__footer-menu-list .sub-menu {
  display: none;
}
.footer-links .footer-links__footer-menu-list .menu-item-40 {
  display: none;
}
.footer-links .footer-links__social-media {
  margin-right: 200px;
}
.footer-links .footer-links__social-media-links {
  display: flex;
}
.footer-links .footer-links__social-media-links a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.footer-links .footer-links__fb-link {
  background: #1B2D4E;
  transition: background 0.3s;
}
.footer-links .footer-links__fb-link:hover {
  background: #767677;
}
.footer-links .footer-links__ig-link {
  background: #bc3d8e;
  transition: background 0.3s;
}
.footer-links .footer-links__ig-link:hover {
  background: #767677;
}
.footer-links .footer-links__lin-link {
  background: #5984c8;
  transition: background 0.3s;
}
.footer-links .footer-links__lin-link:hover {
  background: #767677;
}
.footer-links .footer-links__corebusiness-link {
  margin-top: 40px;
}
.footer-links .footer-links__corebusiness-link a {
  font-weight: 600;
}
.footer-links .footer-links__corebusiness-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1580px) {
  .footer-links {
    padding: 60px;
  }
}
@media screen and (max-width: 1370px) {
  .footer-links .footer-links__social-media {
    margin-right: 0;
  }
}
@media screen and (max-width: 1035px) {
  .footer-links {
    text-align: center;
  }
  .footer-links .footer-links__container {
    flex-direction: column;
    padding: 80px;
  }
  .footer-links .footer-links__contact-links a {
    flex-direction: column;
  }
  .footer-links .footer-links__contact-links a span {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer-links .footer-links__contact-links a img {
    margin-right: 0;
  }
  .footer-links .footer-links__social-media-links {
    justify-content: space-around;
  }
  .footer-links .footer-links__social-media-links a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .footer-links .footer-links__container {
    padding: 20px;
  }
  .footer-links .footer-links__footer-menu-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.landscapebanner {
  position: relative;
  margin: 120px auto;
}
.landscapebanner .landscapebanner__texts {
  margin-bottom: 60px;
}
@media screen and (max-width: 1580px) {
  .landscapebanner {
    margin: 0 auto;
    padding: 60px;
  }
}
@media screen and (max-width: 600px) {
  .landscapebanner {
    padding: 20px;
  }
}
.detailprojectbanner {
  position: relative;
}
.detailprojectbanner .detailprojectbanner__dotted-line {
  position: absolute;
  bottom: -270px;
  left: 10%;
  transform: scale(1.1);
}
.detailprojectbanner .detailprojectbanner__customratio {
  /*Modifiers and special classes for this section*/
  display: block;
}
.detailprojectbanner .detailprojectbanner__customratio > div,
.detailprojectbanner .detailprojectbanner__customratio > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.detailprojectbanner .detailprojectbanner__customratio > div > div,
.detailprojectbanner .detailprojectbanner__customratio > span > div,
.detailprojectbanner .detailprojectbanner__customratio > div > span,
.detailprojectbanner .detailprojectbanner__customratio > span > span,
.detailprojectbanner .detailprojectbanner__customratio > div > a,
.detailprojectbanner .detailprojectbanner__customratio > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detailprojectbanner .detailprojectbanner__customratio > div > div > img,
.detailprojectbanner .detailprojectbanner__customratio > span > div > img,
.detailprojectbanner .detailprojectbanner__customratio > div > span > img,
.detailprojectbanner .detailprojectbanner__customratio > span > span > img,
.detailprojectbanner .detailprojectbanner__customratio > div > a > img,
.detailprojectbanner .detailprojectbanner__customratio > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.detailprojectbanner .detailprojectbanner__customratio > div > img,
.detailprojectbanner .detailprojectbanner__customratio > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.detailprojectbanner .detailprojectbanner__customratio.block-3-2 > div,
.detailprojectbanner .detailprojectbanner__customratio.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.detailprojectbanner .detailprojectbanner__customratio.block-16-9 > div,
.detailprojectbanner .detailprojectbanner__customratio.block-16-9 > span {
  padding-bottom: 56.25%;
}
.detailprojectbanner .detailprojectbanner__customratio.block-4-3 > div,
.detailprojectbanner .detailprojectbanner__customratio.block-4-3 > span {
  padding-bottom: 75%;
}
.detailprojectbanner .detailprojectbanner__customratio.block-square > div,
.detailprojectbanner .detailprojectbanner__customratio.block-square > span {
  padding-bottom: 100%;
}
.detailprojectbanner .detailprojectbanner__customratio > div,
.detailprojectbanner .detailprojectbanner__customratio > span {
  padding-bottom: 37.08609272%;
}
.detailprojectbanner .detailprojectbanner__customratio img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.detailprojectbanner .detailprojectbanner__bannerbuttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailprojectbanner .detailprojectbanner__locationbutton {
  background-image: none;
  text-align: center;
  padding: 40px 100px;
}
.detailprojectbanner .detailprojectbanner__locationbutton svg {
  margin-right: 10px;
}
.detailprojectbanner .detailprojectbanner__logos {
  display: flex;
  align-items: center;
  background: #F2F5F9;
  padding: 20px 25%;
}
.detailprojectbanner .detailprojectbanner__logos img {
  width: 123px;
  height: auto;
  margin: 0 5%;
}
.detailprojectbanner .detailprojectbanner__logos--eventdetail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: calc(100% - 634px);
  padding: 30px 10px;
}
.detailprojectbanner .detailprojectbanner__logos--eventdetail > div {
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}
.detailprojectbanner .detailprojectbanner__logos--eventdetail img {
  height: 17px;
  width: auto;
}
.detailprojectbanner .detailprojectbanner__title {
  margin: 10px 0 25px;
}
.detailprojectbanner .detailprojectbanner__subtitle {
  background-image: url("../svg/detailproject-location-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 15px 0 15px 25px;
  margin: 0;
}
.detailprojectbanner .detialprojectbanner__text {
  width: 76%;
  max-height: 95px;
  margin-right: 5px;
  overflow: auto;
}
.detailprojectbanner .detailprojectbanner__textcontainer {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 634px;
  height: auto;
}
.detailprojectbanner .detailprojectbanner__texts {
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 88% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 88% 0);
  background: #fff;
  padding: 40px 80px;
}
.detailprojectbanner .detailprojectbanner__ribbon {
  position: absolute;
  right: 30px;
  top: -47px;
}
@media screen and (max-width: 1580px) {
  .detailprojectbanner {
    padding: 0 60px;
  }
  .detailprojectbanner .detailprojectbanner__dotted-line {
    position: absolute;
    bottom: -120px;
    left: 10%;
    transform: scale(1.1);
    z-index: 100;
  }
  .detailprojectbanner .detailprojectbanner__ribbon {
    position: absolute;
    right: 100px;
    top: -47px;
  }
  .detailprojectbanner .detailprojectbanner__ribbon svg {
    width: 80px;
  }
  .detailprojectbanner .detailprojectbanner__textcontainer {
    width: 40%;
    right: 59px;
  }
  .detailprojectbanner .detailprojectbanner__texts {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 70px, 76% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 70px, 76% 0);
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail {
    width: 56.5%;
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail img {
    height: 17px;
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  .detailprojectbanner {
    /* .detailprojectbanner__texts {
	background: #FFF;
	padding: 40px;
	}
	.detialprojectbanner__text {
	width: 90%;
	} */
  }
  .detailprojectbanner .detailprojectbanner__logos {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 1255px) {
  .detailprojectbanner .detailprojectbanner__locationbutton {
    background-image: none;
    text-align: center;
    padding: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .detailprojectbanner .detailprojectbanner__logos--eventdetail {
    width: 100%;
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail img {
    height: 17px;
    width: auto;
  }
  .detailprojectbanner .detailprojectbanner__textcontainer--eventdetail {
    position: relative;
    right: initial;
    bottom: initial;
    width: 100%;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 0 20px;
  }
  .detailprojectbanner .detailprojectbanner__ribbon--eventdetail {
    right: 0;
    top: -23px;
  }
  .detailprojectbanner .detailprojectbanner__ribbon--eventdetail svg {
    width: 50px;
  }
  .detailprojectbanner .detailprojectbanner__texts--eventdetail {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
    padding: 60px 0 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1030px) {
  .detailprojectbanner .detailprojectbanner__ribbon {
    right: 55px;
  }
  .detailprojectbanner .detailprojectbanner__ribbon--eventdetail {
    right: 0;
  }
}
@media screen and (max-width: 950px) {
  .detailprojectbanner .detailprojectbanner__textcontainer {
    position: relative;
    right: initial;
    bottom: initial;
    width: 100%;
  }
  .detailprojectbanner .detailprojectbanner__texts {
    padding: 20px;
  }
  .detailprojectbanner .detailprojectbanner__texts--eventdetail {
    padding: 60px 20px 20px;
  }
  .detailprojectbanner .detialprojectbanner__text {
    width: 100%;
    max-height: initial;
    height: auto;
  }
  .detailprojectbanner .detailprojectbanner__ribbon {
    position: absolute;
    right: 0;
  }
  .detailprojectbanner .detailprojectbanner__dotted-line {
    position: absolute;
    bottom: 0;
    left: 96%;
    transform: scale(0.8);
  }
  .detailprojectbanner .detailprojectbanner__logos {
    padding: 20px;
  }
  .detailprojectbanner .detailprojectbanner__logos img {
    width: 100px;
    height: auto;
    margin: 0 15px;
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail img {
    width: 17px;
  }
}
@media screen and (max-width: 800px) {
  .detailprojectbanner .detailprojectbanner__bannerbuttons {
    flex-direction: column;
  }
  .detailprojectbanner .detailprojectbanner__bannerbuttons a {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .detailprojectbanner .detailprojectbanner__dotted-line {
    left: 85%;
    bottom: initial;
    top: -40px;
    transform: scale(0.6);
  }
  .detailprojectbanner .detailprojectbanner__customratio {
    /*Modifiers and special classes for this section*/
    display: block;
  }
  .detailprojectbanner .detailprojectbanner__customratio > div,
  .detailprojectbanner .detailprojectbanner__customratio > span {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .detailprojectbanner .detailprojectbanner__customratio > div > div,
  .detailprojectbanner .detailprojectbanner__customratio > span > div,
  .detailprojectbanner .detailprojectbanner__customratio > div > span,
  .detailprojectbanner .detailprojectbanner__customratio > span > span,
  .detailprojectbanner .detailprojectbanner__customratio > div > a,
  .detailprojectbanner .detailprojectbanner__customratio > span > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .detailprojectbanner .detailprojectbanner__customratio > div > div > img,
  .detailprojectbanner .detailprojectbanner__customratio > span > div > img,
  .detailprojectbanner .detailprojectbanner__customratio > div > span > img,
  .detailprojectbanner .detailprojectbanner__customratio > span > span > img,
  .detailprojectbanner .detailprojectbanner__customratio > div > a > img,
  .detailprojectbanner .detailprojectbanner__customratio > span > a > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
  }
  .detailprojectbanner .detailprojectbanner__customratio > div > img,
  .detailprojectbanner .detailprojectbanner__customratio > span > img {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
  }
  .detailprojectbanner .detailprojectbanner__customratio.block-3-2 > div,
  .detailprojectbanner .detailprojectbanner__customratio.block-3-2 > span {
    padding-bottom: 66.66666667%;
  }
  .detailprojectbanner .detailprojectbanner__customratio.block-16-9 > div,
  .detailprojectbanner .detailprojectbanner__customratio.block-16-9 > span {
    padding-bottom: 56.25%;
  }
  .detailprojectbanner .detailprojectbanner__customratio.block-4-3 > div,
  .detailprojectbanner .detailprojectbanner__customratio.block-4-3 > span {
    padding-bottom: 75%;
  }
  .detailprojectbanner .detailprojectbanner__customratio.block-square > div,
  .detailprojectbanner .detailprojectbanner__customratio.block-square > span {
    padding-bottom: 100%;
  }
  .detailprojectbanner .detailprojectbanner__customratio > div,
  .detailprojectbanner .detailprojectbanner__customratio > span {
    padding-bottom: 66.22516556%;
  }
  .detailprojectbanner .detailprojectbanner__customratio img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail > div {
    flex-direction: column;
    text-align: center;
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail img {
    width: 35px;
    height: auto;
    margin: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .detailprojectbanner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .detailprojectbanner .detailprojectbanner__logos {
    display: flex;
    justify-content: center;
    padding: 20px 20px 50px 20px;
  }
  .detailprojectbanner .detailprojectbanner__logos img {
    width: 40%;
    height: auto;
    margin: 0 2%;
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail > div {
    flex-direction: column;
    text-align: center;
  }
  .detailprojectbanner .detailprojectbanner__logos--eventdetail img {
    width: 35px;
    height: auto;
    margin: 10px 0;
  }
}
.about {
  margin: 90px auto;
  width: 100%;
}
@media screen and (max-width: 1580px) {
  .about {
    padding: 0 60px;
  }
}
@media screen and (max-width: 600px) {
  .about {
    padding: 0 20px;
  }
}
.statsbanner {
  position: relative;
  text-align: center;
  margin: 90px auto 120px;
}
.statsbanner .statsbanner__dotted-line {
  position: absolute;
  right: 0;
  bottom: 0;
}
.statsbanner .statsbanner__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 476px;
  background-image: url("../img/about-backimage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.statsbanner .statsbanner__backcolor {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1B2D4E;
  z-index: 0;
  opacity: 0.8;
}
.statsbanner .statsbanner__info {
  position: relative;
  z-index: 100;
  color: #fff;
}
.statsbanner .statsbanner__ribbon {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 100;
}
.statsbanner .statsbanner__statsgroup {
  display: flex;
  justify-content: space-between;
}
.statsbanner .statsbanner__subtitle {
  margin-top: 0;
}
.statsbanner .statsbanner__title {
  margin: 25px 0 40px;
}
.statsbanner .statsbanner__statsnumber {
  font-size: 110px;
  font-weight: 800;
  margin: 0 115px;
  color: #72C9F0;
  opacity: 0.3;
}
.statsbanner .statsbanner__statstext {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 1580px) {
  .statsbanner {
    padding: 0 60px;
  }
  .statsbanner .statsbanner__ribbon {
    right: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .statsbanner .statsbanner__info {
    width: 80%;
    margin: auto;
  }
  .statsbanner .statsbanner__statsnumber {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .statsbanner .statsbanner__container {
    padding: 120px 0;
  }
  .statsbanner .statsbanner__statsgroup {
    flex-direction: column;
  }
  .statsbanner .statsbanner__ribbon svg {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .statsbanner {
    padding: 0 20px;
  }
  .statsbanner .statsbanner__ribbon {
    position: absolute;
    right: 20px;
  }
}
/* Dotted line for stats banner */
.statsbannerline {
  position: relative;
  margin: auto;
}
.statsbannerline .statsbannerline__dotted-line {
  position: absolute;
  right: 88px;
  bottom: -130px;
}
@media screen and (max-width: 1800px) {
  .statsbannerline .statsbannerline__dotted-line {
    position: absolute;
    right: 4%;
    bottom: -225px;
  }
}
@media screen and (max-width: 600px) {
  .statsbannerline .statsbannerline__dotted-line {
    transform: scale(0.7);
    position: absolute;
    right: 8%;
    bottom: 20px;
  }
}
.autopopup .content_wrapper > .close {
  top: 10px;
  right: 10px;
  color: #fff;
}
.autopopup .content_wrapper > .close i {
  font-size: 30px;
  transform: rotate(0deg);
  transition: transform 0.2s;
  will-change: transform;
}
.autopopup .content_wrapper > .close:hover i {
  transform: rotate(90deg);
}
/* Fleximmo popup */
.fleximmo-popup {
  margin: 0;
  background: #fff;
  /*Modifiers and special classes for this section*/
}
.fleximmo-popup .fleximmo-popup__info {
  padding: 40px 95px 95px;
  max-height: 60vh;
  overflow-y: auto;
}
.fleximmo-popup .fleximmo-popup__title {
  margin-top: 0;
  margin-bottom: 30px;
}
.fleximmo-popup .fleximmo-popup__title p {
  margin: 0;
}
.fleximmo-popup .fleximmo-popup__texts {
  flex: 0 0 47%;
  margin-right: 3%;
}
.fleximmo-popup .fleximmo-popup__flex-text-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio {
  display: block;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio > div,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio > div > div,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > span > div,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > div > span,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > span > span,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > div > a,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio > div > div > img,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > span > div > img,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > div > span > img,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > span > span > img,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > div > a > img,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio > div > img,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio.block-3-2 > div,
.fleximmo-popup .fleximmo-popup__my-custom-ratio.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio.block-16-9 > div,
.fleximmo-popup .fleximmo-popup__my-custom-ratio.block-16-9 > span {
  padding-bottom: 56.25%;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio.block-4-3 > div,
.fleximmo-popup .fleximmo-popup__my-custom-ratio.block-4-3 > span {
  padding-bottom: 75%;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio.block-square > div,
.fleximmo-popup .fleximmo-popup__my-custom-ratio.block-square > span {
  padding-bottom: 100%;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio > div,
.fleximmo-popup .fleximmo-popup__my-custom-ratio > span {
  padding-bottom: 33.33333333%;
}
.fleximmo-popup .fleximmo-popup__my-custom-ratio img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  .fleximmo-popup .fleximmo-popup__info {
    padding: 40px 50px 95px;
  }
}
@media screen and (max-width: 1000px) {
  .fleximmo-popup .fleximmo-popup__flex-text-container {
    text-align: center;
    flex-direction: column;
  }
  .fleximmo-popup .fleximmo-popup__title {
    text-align: center;
  }
  .fleximmo-popup .fleximmo-popup__texts {
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .fleximmo-popup {
    margin: 0;
  }
  .fleximmo-popup .fleximmo-popup__info {
    padding: 40px 20px 95px;
  }
}
.fleximmo-popup--youtubeplayer {
  margin: 0;
  background: transparent;
}
.icons-module-decorative {
  position: relative;
  margin-top: 240px;
}
.icons-module-decorative .icons-module-decorative__dotted-line {
  position: absolute;
  top: -960px;
  right: 90px;
}
.icons-module-decorative .icons-module-decorative__group {
  position: absolute;
  bottom: 30%;
  right: 0;
}
.icons-module-decorative .icons-module-decorative__top-element {
  width: 470px;
  height: 470px;
  background: #72C9F0;
  opacity: 0.2;
}
.icons-module-decorative .icons-module-decorative__bottom-element {
  width: 470px;
  height: 125px;
  background: #72C9F0;
}
@media screen and (max-width: 1750px) {
  .icons-module-decorative .icons-module-decorative__dotted-line {
    position: absolute;
    top: -1100px;
    right: 2%;
  }
}
@media screen and (max-width: 1150px) {
  .icons-module-decorative .icons-module-decorative__dotted-line {
    position: absolute;
    top: -700px;
    right: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .icons-module-decorative .icons-module-decorative__dotted-line {
    transform: scale(0.7);
    top: -1050px;
    right: 75%;
  }
}
@media screen and (max-width: 800px) {
  .icons-module-decorative {
    margin-top: 0;
  }
  .icons-module-decorative .icons-module-decorative__group {
    display: none;
  }
  .icons-module-decorative .icons-module-decorative__dotted-line {
    position: absolute;
    top: -1250px;
    right: 3%;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 600px) {
  .icons-module-decorative .icons-module-decorative__dotted-line {
    position: absolute;
    top: -130px;
    right: 5px;
    transform: scale(0.7);
    z-index: 10;
  }
}
.icons-module-decorative--purple .icons-module-decorative__top-element {
  background: #7e4d99;
}
.icons-module-decorative--purple .icons-module-decorative__bottom-element {
  background: #7e4d99;
}
.icons-module-decorative--purple .icons-module-decorative__dotted-line--purple {
  top: -230px;
  right: 50%;
  z-index: 100;
}
.icons-module-decorative--purple .icons-module-decorative__group {
  bottom: 20%;
}
@media screen and (max-width: 750px) {
  .icons-module-decorative--purple .icons-module-decorative__dotted-line--purple {
    top: -100px;
    right: 15%;
  }
}
.icons-module-decorative--multicolor {
  z-index: 10;
}
.icons-module-decorative--multicolor .icons-module-decorative__top-element {
  background: #eaeff6;
  opacity: 1;
}
.icons-module-decorative--multicolor .icons-module-decorative__bottom-element {
  background: #d7e0ec;
}
.icons-module-decorative--multicolor .icons-module-decorative__dotted-line--multicolor {
  top: -230px;
  right: 50%;
  z-index: 100;
}
.icons-module-decorative--multicolor .icons-module-decorative__top-element {
  height: 405px;
}
.icons-module-decorative--multicolor .icons-module-decorative__group {
  bottom: 40%;
}
@media screen and (max-width: 800px) {
  .icons-module-decorative--multicolor .icons-module-decorative__dotted-line--multicolor {
    top: -100px;
    right: 15%;
  }
}
.icons-module {
  position: relative;
  text-align: center;
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.09));
  margin: 120px auto 160px;
}
.icons-module .icons-module__container {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 95% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 95% 0);
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10%;
  padding: 140px 180px 90px;
}
.icons-module .icons-module__container--detailproject {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.icons-module .icons-module__title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #303030;
  margin: 60px 0 20px;
  line-height: 1.5;
}
.icons-module .icons-module__text {
  font-size: 14px;
  font-weight: 300;
  color: #303030;
  line-height: 1.8;
}
.icons-module .icons-module__decorative-graphic {
  position: absolute;
  top: 0;
  right: 0;
}
.icons-module .icons-module__button {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1580px) {
  .icons-module {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1250px) {
  .icons-module .icons-module__container {
    padding: 140px 80px 90px;
  }
}
@media screen and (max-width: 1000px) {
  .icons-module .icons-module__container {
    padding: 140px 35px 90px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 85% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 85% 0);
    grid-gap: 4%;
  }
}
@media screen and (max-width: 750px) {
  .icons-module {
    margin: 0 auto 110px;
    filter: none;
  }
  .icons-module .icons-module__container {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
    padding: 0;
    background: #fff;
    display: block;
  }
  .icons-module .icons-module__concept {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .icons-module {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.iconsmoduleproject {
  display: flex;
  justify-content: flex-end;
  position: relative;
  text-align: center;
  filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.09));
  z-index: 10;
  margin-bottom: 60px;
}
.iconsmoduleproject .iconsmoduleproject__dotted-line {
  position: absolute;
  top: 0;
  right: 0;
}
.iconsmoduleproject .iconsmoduleproject__container {
  padding: 80px 110px 50px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 26%, 94% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 26%, 94% 0);
  background: #fff;
  min-width: 1250px;
}
.iconsmoduleproject .iconsmoduleproject__list {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15%;
}
.iconsmoduleproject .iconsmoduleproject__title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #303030;
  margin: 25px 0 20px;
  line-height: 1.5;
}
.iconsmoduleproject .iconsmoduleproject__button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 40px 85px 40px 25px;
}
@media screen and (max-width: 1375px) {
  .iconsmoduleproject {
    margin: 0 auto 40px;
    width: 100%;
  }
  .iconsmoduleproject .iconsmoduleproject__container {
    min-width: initial;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 26%, 90% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 26%, 90% 0);
    padding: 80px 80px 100px;
  }
  .iconsmoduleproject .iconsmoduleproject__list {
    width: 100%;
    grid-gap: 10%;
  }
}
@media screen and (max-width: 850px) {
  .iconsmoduleproject .iconsmoduleproject__container {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 90% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 15%, 90% 0);
    width: 100%;
    padding: 60px 50px 170px;
  }
  .iconsmoduleproject .iconsmoduleproject__list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20%;
  }
}
@media screen and (max-width: 750px) {
  .iconsmoduleproject {
    padding: 0;
    margin: 0 auto 60px;
  }
  .iconsmoduleproject .iconsmoduleproject__list {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10%;
  }
  .iconsmoduleproject .icons-module__concept {
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .iconsmoduleproject {
    filter: none;
  }
  .iconsmoduleproject .iconsmoduleproject__container {
    padding: 60px 0;
  }
  .iconsmoduleproject .iconsmoduleproject__list {
    width: 100%;
    display: block;
  }
  .iconsmoduleproject .iconsmoduleproject__button {
    position: relative;
    right: initial;
    bottom: initial;
    padding: 40px 85px 40px 25px;
    width: 100%;
  }
}
.video-module {
  position: relative;
  /*Modifiers and special classes for this section*/
  margin: 160px auto 120px;
}
.video-module .video-module__dotted-line {
  position: absolute;
  top: -200px;
  left: 50%;
  z-index: 100;
}
.video-module .video-module__ribbon {
  position: absolute;
  top: -57px;
  left: 0;
  z-index: 100;
}
.video-module .video-module__ribbon--invest-page {
  top: -54px;
  transform: scaleX(-1);
}
.video-module .video-module__info {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 38.7%, #f2f5f9 38.7%, #f2f5f9 100%);
}
.video-module .video-module__info--promotors-page {
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 55%, #f2f5f9 55%, #f2f5f9 100%);
}
.video-module .video-module__texts {
  position: relative;
  bottom: 0;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
}
.video-module .video-module__texts--invest-page {
  bottom: 0;
  height: auto;
}
.video-module .video-module__texts-container {
  width: 400px;
  padding: 65px 70px;
  background: #fff;
}
.video-module .video-module__texts-container .ctitle {
  font-size: 35px;
  margin: 0;
}
.video-module .video-module__texts-container .ctitle p {
  margin: 0;
}
.video-module .video-module__button-container {
  width: 195px;
  height: 186px;
}
.video-module .video-module__button {
  background: #303030;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-module .video-module__button:hover {
  background: #7e4d99;
}
.video-module .video-module__my-custom-ratio {
  background: #F2F5F9;
  display: block;
}
.video-module .video-module__my-custom-ratio > div,
.video-module .video-module__my-custom-ratio > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.video-module .video-module__my-custom-ratio > div > div,
.video-module .video-module__my-custom-ratio > span > div,
.video-module .video-module__my-custom-ratio > div > span,
.video-module .video-module__my-custom-ratio > span > span,
.video-module .video-module__my-custom-ratio > div > a,
.video-module .video-module__my-custom-ratio > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-module .video-module__my-custom-ratio > div > div > img,
.video-module .video-module__my-custom-ratio > span > div > img,
.video-module .video-module__my-custom-ratio > div > span > img,
.video-module .video-module__my-custom-ratio > span > span > img,
.video-module .video-module__my-custom-ratio > div > a > img,
.video-module .video-module__my-custom-ratio > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.video-module .video-module__my-custom-ratio > div > img,
.video-module .video-module__my-custom-ratio > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.video-module .video-module__my-custom-ratio.block-3-2 > div,
.video-module .video-module__my-custom-ratio.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.video-module .video-module__my-custom-ratio.block-16-9 > div,
.video-module .video-module__my-custom-ratio.block-16-9 > span {
  padding-bottom: 56.25%;
}
.video-module .video-module__my-custom-ratio.block-4-3 > div,
.video-module .video-module__my-custom-ratio.block-4-3 > span {
  padding-bottom: 75%;
}
.video-module .video-module__my-custom-ratio.block-square > div,
.video-module .video-module__my-custom-ratio.block-square > span {
  padding-bottom: 100%;
}
.video-module .video-module__my-custom-ratio > div,
.video-module .video-module__my-custom-ratio > span {
  padding-bottom: 59.60264901%;
}
.video-module .video-module__my-custom-ratio img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.video-module .video-module__my-custom-ratio-promotors-page {
  background: #F2F5F9;
  display: block;
}
.video-module .video-module__my-custom-ratio-promotors-page > div,
.video-module .video-module__my-custom-ratio-promotors-page > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.video-module .video-module__my-custom-ratio-promotors-page > div > div,
.video-module .video-module__my-custom-ratio-promotors-page > span > div,
.video-module .video-module__my-custom-ratio-promotors-page > div > span,
.video-module .video-module__my-custom-ratio-promotors-page > span > span,
.video-module .video-module__my-custom-ratio-promotors-page > div > a,
.video-module .video-module__my-custom-ratio-promotors-page > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-module .video-module__my-custom-ratio-promotors-page > div > div > img,
.video-module .video-module__my-custom-ratio-promotors-page > span > div > img,
.video-module .video-module__my-custom-ratio-promotors-page > div > span > img,
.video-module .video-module__my-custom-ratio-promotors-page > span > span > img,
.video-module .video-module__my-custom-ratio-promotors-page > div > a > img,
.video-module .video-module__my-custom-ratio-promotors-page > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.video-module .video-module__my-custom-ratio-promotors-page > div > img,
.video-module .video-module__my-custom-ratio-promotors-page > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.video-module .video-module__my-custom-ratio-promotors-page.block-3-2 > div,
.video-module .video-module__my-custom-ratio-promotors-page.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.video-module .video-module__my-custom-ratio-promotors-page.block-16-9 > div,
.video-module .video-module__my-custom-ratio-promotors-page.block-16-9 > span {
  padding-bottom: 56.25%;
}
.video-module .video-module__my-custom-ratio-promotors-page.block-4-3 > div,
.video-module .video-module__my-custom-ratio-promotors-page.block-4-3 > span {
  padding-bottom: 75%;
}
.video-module .video-module__my-custom-ratio-promotors-page.block-square > div,
.video-module .video-module__my-custom-ratio-promotors-page.block-square > span {
  padding-bottom: 100%;
}
.video-module .video-module__my-custom-ratio-promotors-page > div,
.video-module .video-module__my-custom-ratio-promotors-page > span {
  padding-bottom: 46.35761589%;
}
.video-module .video-module__my-custom-ratio-promotors-page img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 1580px) {
  .video-module {
    padding: 0 60px;
  }
  .video-module .video-module__info {
    right: 60px;
    width: calc(100% - 120px);
  }
  .video-module .video-module__ribbon {
    position: absolute;
    top: -57px;
    left: 60px;
    z-index: 100;
  }
  .video-module .video-module__ribbon--invest-page {
    top: -50px;
    left: 60px;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 1150px) {
  .video-module .video-module__info {
    position: relative;
    right: 0;
    padding: 0;
    width: 100%;
  }
  .video-module .video-module__texts {
    bottom: 0;
    height: auto;
  }
  .video-module .video-module__texts-container {
    width: 100%;
    padding: 20px 70px;
  }
  .video-module .video-module__button {
    min-height: 200px;
  }
  .video-module .video-module__button-container {
    height: auto;
  }
  .video-module .video-module__blue-banner {
    height: 95px;
  }
  .video-module .video-module__my-custom-ratio img {
    height: 100%;
  }
  .video-module .video-module__my-custom-ratio-promotors-page {
    background: #F2F5F9;
    display: block;
  }
  .video-module .video-module__my-custom-ratio-promotors-page > div,
  .video-module .video-module__my-custom-ratio-promotors-page > span {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .video-module .video-module__my-custom-ratio-promotors-page > div > div,
  .video-module .video-module__my-custom-ratio-promotors-page > span > div,
  .video-module .video-module__my-custom-ratio-promotors-page > div > span,
  .video-module .video-module__my-custom-ratio-promotors-page > span > span,
  .video-module .video-module__my-custom-ratio-promotors-page > div > a,
  .video-module .video-module__my-custom-ratio-promotors-page > span > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-module .video-module__my-custom-ratio-promotors-page > div > div > img,
  .video-module .video-module__my-custom-ratio-promotors-page > span > div > img,
  .video-module .video-module__my-custom-ratio-promotors-page > div > span > img,
  .video-module .video-module__my-custom-ratio-promotors-page > span > span > img,
  .video-module .video-module__my-custom-ratio-promotors-page > div > a > img,
  .video-module .video-module__my-custom-ratio-promotors-page > span > a > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
  }
  .video-module .video-module__my-custom-ratio-promotors-page > div > img,
  .video-module .video-module__my-custom-ratio-promotors-page > span > img {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
  }
  .video-module .video-module__my-custom-ratio-promotors-page.block-3-2 > div,
  .video-module .video-module__my-custom-ratio-promotors-page.block-3-2 > span {
    padding-bottom: 66.66666667%;
  }
  .video-module .video-module__my-custom-ratio-promotors-page.block-16-9 > div,
  .video-module .video-module__my-custom-ratio-promotors-page.block-16-9 > span {
    padding-bottom: 56.25%;
  }
  .video-module .video-module__my-custom-ratio-promotors-page.block-4-3 > div,
  .video-module .video-module__my-custom-ratio-promotors-page.block-4-3 > span {
    padding-bottom: 75%;
  }
  .video-module .video-module__my-custom-ratio-promotors-page.block-square > div,
  .video-module .video-module__my-custom-ratio-promotors-page.block-square > span {
    padding-bottom: 100%;
  }
  .video-module .video-module__my-custom-ratio-promotors-page > div,
  .video-module .video-module__my-custom-ratio-promotors-page > span {
    padding-bottom: 41.05960265%;
  }
  .video-module .video-module__my-custom-ratio-promotors-page img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .video-module .video-module__dotted-line {
    position: absolute;
    top: -200px;
    left: 80%;
    z-index: 100;
  }
}
@media screen and (max-width: 600px) {
  .video-module {
    margin: 120px auto;
    padding: 0 20px;
  }
  .video-module .video-module__dotted-line {
    left: 90%;
    top: -90px;
    transform: scale(0.7);
  }
  .video-module .video-module__ribbon {
    left: 20px;
  }
  .video-module .video-module__ribbon svg {
    width: 80px;
  }
  .video-module .video-module__texts {
    flex-direction: column;
    text-align: center;
  }
  .video-module .video-module__texts-container {
    padding: 40px 0;
  }
  .video-module .video-module__button-container {
    width: 100%;
  }
  .video-module .video-module__button {
    padding: 0 40px;
    min-height: 100px;
  }
  .video-module .video-module__ribbon--invest-page {
    width: 80px;
    top: -30px;
  }
}
.textimagemodule {
  position: relative;
  /*Modifiers and special classes for this section*/
  margin: 100px auto 120px;
}
.textimagemodule .textimagemodule__dotted-line {
  position: absolute;
  top: -200px;
  left: 78%;
  z-index: 100;
}
.textimagemodule .textimagemodule__info {
  position: absolute;
  right: initial;
  left: 0;
  bottom: 0;
  width: 100%;
  background: transparent;
}
.textimagemodule .textimagemodule__texts {
  position: relative;
  bottom: 0;
  height: auto;
  display: flex;
  flex-direction: row;
}
.textimagemodule .textimagemodule__texts-container {
  width: 711px;
  padding: 65px 70px;
  background: #fff;
}
.textimagemodule .textimagemodule__texts-container h2 {
  font-size: 35px;
  margin: 0;
}
.textimagemodule .textimagemodule__my-custom-ratio {
  background: #fff;
  display: block;
}
.textimagemodule .textimagemodule__my-custom-ratio > div,
.textimagemodule .textimagemodule__my-custom-ratio > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.textimagemodule .textimagemodule__my-custom-ratio > div > div,
.textimagemodule .textimagemodule__my-custom-ratio > span > div,
.textimagemodule .textimagemodule__my-custom-ratio > div > span,
.textimagemodule .textimagemodule__my-custom-ratio > span > span,
.textimagemodule .textimagemodule__my-custom-ratio > div > a,
.textimagemodule .textimagemodule__my-custom-ratio > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.textimagemodule .textimagemodule__my-custom-ratio > div > div > img,
.textimagemodule .textimagemodule__my-custom-ratio > span > div > img,
.textimagemodule .textimagemodule__my-custom-ratio > div > span > img,
.textimagemodule .textimagemodule__my-custom-ratio > span > span > img,
.textimagemodule .textimagemodule__my-custom-ratio > div > a > img,
.textimagemodule .textimagemodule__my-custom-ratio > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.textimagemodule .textimagemodule__my-custom-ratio > div > img,
.textimagemodule .textimagemodule__my-custom-ratio > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.textimagemodule .textimagemodule__my-custom-ratio.block-3-2 > div,
.textimagemodule .textimagemodule__my-custom-ratio.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.textimagemodule .textimagemodule__my-custom-ratio.block-16-9 > div,
.textimagemodule .textimagemodule__my-custom-ratio.block-16-9 > span {
  padding-bottom: 56.25%;
}
.textimagemodule .textimagemodule__my-custom-ratio.block-4-3 > div,
.textimagemodule .textimagemodule__my-custom-ratio.block-4-3 > span {
  padding-bottom: 75%;
}
.textimagemodule .textimagemodule__my-custom-ratio.block-square > div,
.textimagemodule .textimagemodule__my-custom-ratio.block-square > span {
  padding-bottom: 100%;
}
.textimagemodule .textimagemodule__my-custom-ratio > div,
.textimagemodule .textimagemodule__my-custom-ratio > span {
  padding-bottom: 59.60264901%;
}
.textimagemodule .textimagemodule__my-custom-ratio img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 1580px) {
  .textimagemodule {
    padding: 0 60px;
  }
  .textimagemodule .textimagemodule__info {
    right: 60px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1150px) {
  .textimagemodule .textimagemodule__info {
    position: relative;
    right: 0;
    padding: 0;
    width: 100%;
  }
  .textimagemodule .textimagemodule__texts {
    bottom: 0;
    height: auto;
  }
  .textimagemodule .textimagemodule__texts-container {
    width: 100%;
    padding: 20px 0;
  }
  .textimagemodule .textimagemodule__my-custom-ratio img {
    height: 100%;
  }
}
@media screen and (max-width: 850px) {
  .textimagemodule .textimagemodule__dotted-line {
    position: absolute;
    top: -200px;
    left: 80%;
    z-index: 100;
  }
}
@media screen and (max-width: 600px) {
  .textimagemodule {
    margin: 120px auto;
    padding: 0 20px;
  }
  .textimagemodule .textimagemodule__dotted-line {
    left: 90%;
    top: -90px;
    transform: scale(0.7);
  }
  .textimagemodule .textimagemodule__texts {
    flex-direction: column;
    /* text-align: center; */
  }
  .textimagemodule .textimagemodule__texts-container h2 {
    font-size: 24px;
  }
}
.questions {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 120px auto;
  /* @media screen and (max-width: 1000px) {
	.questions__container {
	flex-direction: column;
	padding: 0;
	}
	.questions__backimage {
	position: relative;
	height: 400px;
	margin-bottom: 0;
		img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		}
	}
	.questions__texts-container {
	width: 100%;
	padding: 0;
	}
	.questions__the-question {
	margin-bottom: 0;
	}
	.questions__the-question {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 90% 0);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 90% 0);
	}
	.questions__link {
	width: 100%;
	}
	.questions__projects-link {
	margin-top: 0;
	}
}
@media screen and (max-width: 600px) {
margin: 75px 20px 60px;
	.questions__texts-container {
	padding: 0;
	}
	.questions__the-question {
	margin-bottom: 0;
	}
	.questions__title {
	padding: 60px 20px 0;
	font-size: 24px;
	}
	.questions__response {
	padding: 0 20px 60px;
	}
	.questions__link {
	padding: 20px 70px 20px 20px;
	text-align: left;
	font-size: 14px;
	}
	.questions__projects-link {
	width: 100%;
	margin-top: 0;
	}
} */
}
.questions .questions__backimage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.questions .questions__backimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.questions .questions__container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 60px 3%;
}
.questions .questions__the-question {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 0 0 31%;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 80% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 80% 0);
  background: rgba(126, 77, 153, 0.8);
  padding: 0;
}
.questions .questions__texts-container {
  position: relative;
  padding: 0 0 80px;
}
.questions .questions__title {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
  padding: 60px 50px 0;
}
.questions .questions__response {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  margin: 20px 0;
  line-height: 1.7;
  padding: 0 60px 0;
}
.questions .questions__link {
  background-color: rgba(27, 45, 78, 0.8);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}
.questions .questions__link:hover {
  background-color: #1B2D4E;
}
.questions .questions__projects-link {
  align-self: flex-end;
  margin-top: 60px;
}
@media screen and (max-width: 1580px) {
  .questions {
    margin: 120px 60px 60px;
  }
}
@media screen and (max-width: 1360px) {
  .questions .questions__link {
    padding: 20px 100px 20px 20px;
  }
}
@media screen and (max-width: 1320px) {
  .questions .questions__title {
    padding: 40px 40px 0;
  }
  .questions .questions__response {
    margin: 20px 0;
    line-height: 1.7;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1200px) {
  .questions .questions__title {
    font-size: 24px;
  }
  .questions .questions__response {
    font-size: 12px;
    margin: 20px 0;
    line-height: 1.4;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .questions .questions__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 5%;
    flex-wrap: wrap;
  }
  .questions .questions__the-question {
    min-height: 350px;
    flex: 0 0 47%;
    max-width: 47%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .questions .questions__the-question {
    min-height: initial;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .questions {
    margin: 120px 20px 60px;
  }
  .questions .questions__texts-container {
    position: relative;
    padding: 0 0 150px;
  }
}
.testimonies {
  position: relative;
  margin: 150px auto 280px;
  /*Modifiers and special classes for this section*/
}
.testimonies .testimonies__my-custom-ratio {
  width: 858px;
  display: block;
}
.testimonies .testimonies__my-custom-ratio > div,
.testimonies .testimonies__my-custom-ratio > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.testimonies .testimonies__my-custom-ratio > div > div,
.testimonies .testimonies__my-custom-ratio > span > div,
.testimonies .testimonies__my-custom-ratio > div > span,
.testimonies .testimonies__my-custom-ratio > span > span,
.testimonies .testimonies__my-custom-ratio > div > a,
.testimonies .testimonies__my-custom-ratio > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonies .testimonies__my-custom-ratio > div > div > img,
.testimonies .testimonies__my-custom-ratio > span > div > img,
.testimonies .testimonies__my-custom-ratio > div > span > img,
.testimonies .testimonies__my-custom-ratio > span > span > img,
.testimonies .testimonies__my-custom-ratio > div > a > img,
.testimonies .testimonies__my-custom-ratio > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.testimonies .testimonies__my-custom-ratio > div > img,
.testimonies .testimonies__my-custom-ratio > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.testimonies .testimonies__my-custom-ratio.block-3-2 > div,
.testimonies .testimonies__my-custom-ratio.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.testimonies .testimonies__my-custom-ratio.block-16-9 > div,
.testimonies .testimonies__my-custom-ratio.block-16-9 > span {
  padding-bottom: 56.25%;
}
.testimonies .testimonies__my-custom-ratio.block-4-3 > div,
.testimonies .testimonies__my-custom-ratio.block-4-3 > span {
  padding-bottom: 75%;
}
.testimonies .testimonies__my-custom-ratio.block-square > div,
.testimonies .testimonies__my-custom-ratio.block-square > span {
  padding-bottom: 100%;
}
.testimonies .testimonies__my-custom-ratio > div,
.testimonies .testimonies__my-custom-ratio > span {
  padding-bottom: 50%;
}
.testimonies .testimonies__my-custom-ratio img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.testimonies .testimonies__text-title {
  margin: 0;
}
.testimonies .testimonies__texts {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 235px;
  left: 28%;
  z-index: 10;
  background: #7e4d99;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 90% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 20%, 90% 0);
  padding: 60px 80px 35px;
  width: 805px;
  height: 345px;
  color: #fff;
  line-height: 1.7;
}
.testimonies .testimonies__text {
  margin: 25px 0 60px;
}
.testimonies .testimonies__author {
  text-transform: uppercase;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #aaa;
}
.testimonies .testimonies__dotted-line {
  position: absolute;
  top: -120px;
  right: 170px;
}
@media screen and (max-width: 1580px) {
  .testimonies {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1300px) {
  .testimonies .testimonies__texts {
    left: initial;
    right: 60px;
  }
  .testimonies .testimonies__dotted-line {
    transform: scale(0.6);
    right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .testimonies {
    margin: 150px auto;
  }
  .testimonies .testimonies__my-custom-ratio {
    width: 100%;
    display: block;
  }
  .testimonies .testimonies__my-custom-ratio > div,
  .testimonies .testimonies__my-custom-ratio > span {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .testimonies .testimonies__my-custom-ratio > div > div,
  .testimonies .testimonies__my-custom-ratio > span > div,
  .testimonies .testimonies__my-custom-ratio > div > span,
  .testimonies .testimonies__my-custom-ratio > span > span,
  .testimonies .testimonies__my-custom-ratio > div > a,
  .testimonies .testimonies__my-custom-ratio > span > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .testimonies .testimonies__my-custom-ratio > div > div > img,
  .testimonies .testimonies__my-custom-ratio > span > div > img,
  .testimonies .testimonies__my-custom-ratio > div > span > img,
  .testimonies .testimonies__my-custom-ratio > span > span > img,
  .testimonies .testimonies__my-custom-ratio > div > a > img,
  .testimonies .testimonies__my-custom-ratio > span > a > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: relative;
  }
  .testimonies .testimonies__my-custom-ratio > div > img,
  .testimonies .testimonies__my-custom-ratio > span > img {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
  }
  .testimonies .testimonies__my-custom-ratio.block-3-2 > div,
  .testimonies .testimonies__my-custom-ratio.block-3-2 > span {
    padding-bottom: 66.66666667%;
  }
  .testimonies .testimonies__my-custom-ratio.block-16-9 > div,
  .testimonies .testimonies__my-custom-ratio.block-16-9 > span {
    padding-bottom: 56.25%;
  }
  .testimonies .testimonies__my-custom-ratio.block-4-3 > div,
  .testimonies .testimonies__my-custom-ratio.block-4-3 > span {
    padding-bottom: 75%;
  }
  .testimonies .testimonies__my-custom-ratio.block-square > div,
  .testimonies .testimonies__my-custom-ratio.block-square > span {
    padding-bottom: 100%;
  }
  .testimonies .testimonies__my-custom-ratio > div,
  .testimonies .testimonies__my-custom-ratio > span {
    padding-bottom: 50%;
  }
  .testimonies .testimonies__my-custom-ratio img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .testimonies .testimonies__texts {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    width: 100%;
    height: auto;
    padding: 60px;
  }
  .testimonies .testimonies__text-container {
    padding: 0;
  }
  .testimonies .testimonies__dotted-line {
    position: absolute;
    z-index: 100;
    top: initial;
    bottom: -100px;
    right: 85px;
  }
}
@media screen and (max-width: 600px) {
  .testimonies {
    margin: 60px auto 120px;
    padding: 0 20px;
    font-size: 14px;
  }
  .testimonies .testimonies__texts {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 100% 0);
    padding: 45px;
  }
  .testimonies .testimonies__dotted-line {
    position: absolute;
    bottom: -160px;
    right: 80%;
  }
}
@media screen and (max-width: 450px) {
  .testimonies .testimonies__texts {
    padding: 20px;
  }
}
.testimonies--slider {
  display: flex;
  justify-content: center;
}
.testimonies--slider .testimonies__texts {
  background: #1B2D4E;
  position: relative;
  top: initial;
  left: initial;
  padding: 60px 60px 35px 80px;
  height: 300px;
}
.testimonies--slider .testimonies__text {
  height: 80px;
  overflow: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1320px) {
  .testimonies--slider .testimonies__texts {
    right: 0;
  }
}
.testimonies--m0 {
  margin: 0;
}
.testimonies--aboutpage {
  margin: 80px auto;
}
/*Testimonies slider selectors*/
.slider-testimonies {
  position: relative;
  width: 1130px;
  margin: auto;
  top: -185px;
  left: 70px;
}
.slider-testimonies .slider-testimonies__container {
  height: 330px;
}
.slider-testimonies .swiper-button-prev,
.slider-testimonies .swiper-button-next {
  top: 80%;
}
.slider-testimonies .swiper-button-prev::after,
.slider-testimonies .swiper-button-next::after {
  font-weight: 600;
  color: #767677;
}
.slider-testimonies .swiper-button-prev::after:hover,
.slider-testimonies .swiper-button-next::after:hover {
  color: #CC2A81;
}
@media screen and (max-width: 1320px) {
  .slider-testimonies {
    width: 75vw;
  }
}
@media screen and (max-width: 1000px) {
  .slider-testimonies {
    top: 0;
    left: 0;
    margin-left: -60px;
    width: 99vw;
  }
  .slider-testimonies .slider-testimonies__container {
    height: auto;
  }
  .slider-testimonies .swiper-button-prev,
  .slider-testimonies .swiper-button-next {
    top: 60%;
  }
}
@media screen and (max-width: 600px) {
  .slider-testimonies {
    top: 0;
    left: 0;
    margin-left: -20px;
    width: 98.8vw;
  }
  .slider-testimonies .testimonies__text {
    margin: 20px 0;
  }
  .slider-testimonies .testimonies__texts {
    height: auto;
    padding: 40px;
  }
  .slider-testimonies .swiper-button-prev::after,
  .slider-testimonies .swiper-button-next::after {
    font-size: 20px;
    font-weight: 600;
  }
  .slider-testimonies .swiper-button-prev::after:hover,
  .slider-testimonies .swiper-button-next::after:hover {
    color: #CC2A81;
  }
  .slider-testimonies .swiper-button-prev,
  .slider-testimonies .swiper-button-next {
    top: 50%;
  }
  .slider-testimonies .swiper-button-prev {
    left: 25px;
  }
  .slider-testimonies .swiper-button-next {
    right: 25px;
  }
}
@media screen and (max-width: 450px) {
  .slider-testimonies {
    top: 0;
    left: 0;
    margin-left: -20px;
  }
  .slider-testimonies .swiper-button-prev,
  .slider-testimonies .swiper-button-next {
    top: 50%;
  }
}
@media screen and (max-width: 350px) {
  .slider-testimonies {
    width: 97.9vw;
  }
}
.downloadsection {
  position: relative;
  margin: 120px auto;
}
.downloadsection .downloadsection__texts--width50percent {
  width: 50%;
}
.downloadsection .downloadsection__links {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0;
}
.downloadsection .downloadsection__links--detailprojectpage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.downloadsection .downloadsection__linktext {
  display: flex;
  align-items: center;
  padding: 20px;
}
.downloadsection .downloadsection__thelink {
  display: flex;
  width: 567px;
  background: #F2F5F9;
  background-image: url("../svg/download-button-icon.svg");
  background-repeat: no-repeat;
  background-position: 93% center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #303030;
  margin-right: 80px;
  margin-bottom: 30px;
  /* padding-right: 60px; */
  transition: background 0.3s;
}
.downloadsection .downloadsection__thelink:hover {
  background: #7e4d99;
  background-image: url("../svg/download-button-icon-white.svg");
  background-repeat: no-repeat;
  background-position: 93% center;
  color: #fff;
}
.downloadsection .downloadsection__thelink--detailprojectpage {
  margin-right: 0;
  padding-right: 0;
}
.downloadsection .downloadsection__linkimage {
  display: block;
}
.downloadsection .downloadsection__dotted-line {
  position: absolute;
  right: 4%;
  top: -200px;
}
@media screen and (max-width: 1560px) {
  .downloadsection {
    padding: 0 60px;
  }
  .downloadsection .downloadsection__links {
    justify-content: space-between;
  }
  .downloadsection .downloadsection__thelink {
    display: flex;
    width: initial;
    flex: 0 0 48%;
    margin-right: initial;
    margin-bottom: 30px;
  }
  .downloadsection .downloadsection__thelink:hover {
    background: #7e4d99;
    background-image: url("../svg/download-button-icon-white.svg");
    background-repeat: no-repeat;
    background-position: 93% center;
    color: #fff;
  }
  .downloadsection .downloadsection__texts--width50percent {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .downloadsection .downloadsection__thelink {
    flex: 0 0 100%;
  }
  .downloadsection .downloadsection__linkimage {
    width: auto;
    height: 100%;
  }
  .downloadsection .downloadsection__dotted-line {
    top: -380px;
  }
}
@media screen and (max-width: 600px) {
  .downloadsection {
    padding: 0 20px;
  }
  .downloadsection .downloadsection__linktext {
    font-size: 14px;
  }
  .downloadsection .downloadsection__thelink {
    background-size: 20px 20px;
    background-position: 95% center;
    font-size: 14px;
    margin-right: initial;
    padding: 10px 40px 10px 10px;
  }
  .downloadsection .downloadsection__thelink:hover {
    background-image: url("../svg/download-button-icon-white.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px 20px;
    color: #fff;
  }
  .downloadsection .downloadsection__linktext {
    padding: 10px;
  }
  .downloadsection .downloadsection__linkimage {
    max-width: 40px;
  }
}
.downloadsection--extra-min-autosize {
  max-width: 1217px;
}
@media screen and (max-width: 600px) {
  .downloadsection--extra-min-autosize {
    margin: 150px auto 60px;
  }
}
@media screen and (max-width: 450px) {
  .downloadsection--extra-min-autosize {
    margin: 80px auto;
  }
}
.team {
  position: relative;
  top: -220px;
  background: #F2F5F9;
  margin: 0 auto;
}
.team .team__container {
  padding: 120px 0;
}
.team .team__cardgroup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team .team__card {
  flex: 0 0 15%;
  max-width: 15%;
  margin-bottom: 75px;
}
.team .team__cardphoto {
  display: block;
}
.team .team__cardphoto > div,
.team .team__cardphoto > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.team .team__cardphoto > div > div,
.team .team__cardphoto > span > div,
.team .team__cardphoto > div > span,
.team .team__cardphoto > span > span,
.team .team__cardphoto > div > a,
.team .team__cardphoto > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team .team__cardphoto > div > div > img,
.team .team__cardphoto > span > div > img,
.team .team__cardphoto > div > span > img,
.team .team__cardphoto > span > span > img,
.team .team__cardphoto > div > a > img,
.team .team__cardphoto > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.team .team__cardphoto > div > img,
.team .team__cardphoto > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.team .team__cardphoto.block-3-2 > div,
.team .team__cardphoto.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.team .team__cardphoto.block-16-9 > div,
.team .team__cardphoto.block-16-9 > span {
  padding-bottom: 56.25%;
}
.team .team__cardphoto.block-4-3 > div,
.team .team__cardphoto.block-4-3 > span {
  padding-bottom: 75%;
}
.team .team__cardphoto.block-square > div,
.team .team__cardphoto.block-square > span {
  padding-bottom: 100%;
}
.team .team__cardphoto > div,
.team .team__cardphoto > span {
  padding-bottom: 131.67420814%;
}
.team .team__cardimgbasic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.team .team__cardimgbasic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .team__cardimghover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  will-change: opacity;
  transition: opacity 0.2s;
  opacity: 0;
}
.team .team__cardimghover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .team__cardinfo {
  text-align: center;
  background: #1B2D4E;
  background-image: url("../svg/card-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  color: #fff;
}
.team .team__cardname {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  height: 55px;
  word-wrap: break-word;
}
.team .team__cardfunction {
  font-weight: 800;
  font-size: 14px;
  height: 40px;
  color: #CC2A81;
  margin-bottom: 5px;
}
.team .team__cardphone,
.team .team__cardlanguage {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px;
}
.team .team__cardemail {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 5px;
  height: 30px;
  word-wrap: break-word;
}
.team .team__cardlanguage {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team .team__cardlanguage li {
  display: inline;
}
.team .team__cardlanguage li:after {
  content: ",";
}
.team .team__cardlanguage li:last-child:after {
  content: "";
}
.team .team__card:hover .team__cardimghover {
  opacity: 1;
}
@media screen and (max-width: 1580px) {
  .team {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1300px) {
  .team .team__container {
    padding: 90px 0 0;
  }
  .team .team__card {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media screen and (max-width: 900px) {
  .team .team__card {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media screen and (max-width: 750px) {
  .team {
    top: initial;
  }
  .team .team__container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .team {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .team .team__card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page404 {
  text-align: center;
}
.page404 .page404__bignumber {
  font-weight: 700;
  font-size: 20vw;
  color: #aaa;
  margin-top: 120px;
}
.page404 a {
  text-decoration: none;
  color: #303030;
  margin-top: 60px;
}
.page404 a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .page404 .page404__bignumber {
    font-size: 30vw;
  }
}
@media screen and (max-width: 450px) {
  .page404 a {
    width: 80%;
    margin: auto;
    padding: 40px 85px 40px 20px;
    text-align: left;
  }
}
.youtubeplayer {
  width: 100%;
  height: auto;
  background-color: #000;
}
.youtubeplayer .youtubeplayer__container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtubeplayer .youtubeplayer__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#ma_map_a_moi {
  height: 600px;
}

