@charset "UTF-8";
/*
 *  Owl Carousel - Core
 */
@import url("https://p.typekit.net/p.css?s=1&k=hpz2cae&ht=tk&f=45079.45080.45083.45084&a=89776369&app=typekit&e=css");
.owl-carousel, section#testimonial .container.grid .col-left .image-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, section#testimonial .container.grid .col-left .image-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after, section#testimonial .container.grid .col-left .image-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer, section#testimonial .container.grid .col-left .image-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, section#testimonial .container.grid .col-left .image-carousel .owl-wrapper,
.owl-carousel .owl-item,
section#testimonial .container.grid .col-left .image-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, section#testimonial .container.grid .col-left .image-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, section#testimonial .container.grid .col-left .image-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, section#testimonial .container.grid .col-left .image-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
section#testimonial .container.grid .col-left .image-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, section#testimonial .container.grid .col-left .image-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
section#testimonial .container.grid .col-left .image-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot,
section#testimonial .container.grid .col-left .image-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, section#testimonial .container.grid .col-left .image-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
section#testimonial .container.grid .col-left .image-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
section#testimonial .container.grid .col-left .image-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded, section#testimonial .container.grid .col-left .owl-loaded.image-carousel {
  display: block;
}
.owl-carousel.owl-loading, section#testimonial .container.grid .col-left .owl-loading.image-carousel {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden, section#testimonial .container.grid .col-left .owl-hidden.image-carousel {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item, section#testimonial .container.grid .col-left .owl-refresh.image-carousel .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item, section#testimonial .container.grid .col-left .owl-drag.image-carousel .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab, section#testimonial .container.grid .col-left .owl-grab.image-carousel {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl, section#testimonial .container.grid .col-left .owl-rtl.image-carousel {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item, section#testimonial .container.grid .col-left .owl-rtl.image-carousel .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel, .no-js section#testimonial .container.grid .col-left .image-carousel, section#testimonial .container.grid .col-left .no-js .image-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated, section#testimonial .container.grid .col-left .image-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in, section#testimonial .container.grid .col-left .image-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out, section#testimonial .container.grid .col-left .image-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut, section#testimonial .container.grid .col-left .image-carousel .fadeOut {
  animation-name: fadeOut;
}

@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, section#testimonial .container.grid .col-left .image-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, section#testimonial .container.grid .col-left .image-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], section#testimonial .container.grid .col-left .image-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]), section#testimonial .container.grid .col-left .image-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy, section#testimonial .container.grid .col-left .image-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper, section#testimonial .container.grid .col-left .image-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon, section#testimonial .container.grid .col-left .image-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, section#testimonial .container.grid .col-left .image-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, section#testimonial .container.grid .col-left .image-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon,
section#testimonial .container.grid .col-left .image-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn, section#testimonial .container.grid .col-left .image-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, section#testimonial .container.grid .col-left .image-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	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;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?w8hq7v");
  src: url("../fonts/icomoon/icomoon.eot?w8hq7v#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?w8hq7v") format("truetype"), url("../fonts/icomoon/icomoon.woff?w8hq7v") format("woff"), url("../fonts/icomoon/icomoon.svg?w8hq7v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "\e904";
}

.icon-burger:before {
  content: "\e903";
}

.icon-launch:after {
  content: "\e902";
}

.icon-tri-up:before {
  content: "\e901";
  color: #d1d1d1;
}

.icon-tri-down:before {
  content: "\e900";
  color: #d1d1d1;
}

.icon-tooltip:before {
  content: "\e905";
}

/*!*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * bebas-neue:
 *   - http://typekit.com/eulas/00000000000000003b9b12e6
 * bebas-neue-pro-expanded:
 *   - http://typekit.com/eulas/00000000000000003b9b44dc
 *   - http://typekit.com/eulas/00000000000000003b9b44dd
 *   - http://typekit.com/eulas/00000000000000003b9b44e0
 *   - http://typekit.com/eulas/00000000000000003b9b44e1
 * bebas-neue-pro-semiexpanded:
 *   - http://typekit.com/eulas/00000000000000003b9b44d1
 *   - http://typekit.com/eulas/00000000000000003b9b44d3
 *
 * © 2009-2021 Adobe Systems Incorporated. All Rights Reserved.
 *!
!*{"last_published":"2020-06-23 13:39:51 UTC"}*!

@import url("https://p.typekit.net/p.css?s=1&k=txj3jed&ht=tk&f=13407.45068.45070.45079.45080.45083.45084&a=4081417&app=typekit&e=css");

@font-face {
  font-family: "bebas-neue";
  src: url("https://use.typekit.net/af/2f0e6a/00000000000000003b9b12e6/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
  url("https://use.typekit.net/af/2f0e6a/00000000000000003b9b12e6/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
  url("https://use.typekit.net/af/2f0e6a/00000000000000003b9b12e6/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "bebas-neue-pro-semiexpanded";
  src: url("https://use.typekit.net/af/aebf1c/00000000000000003b9b44d1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),
  url("https://use.typekit.net/af/aebf1c/00000000000000003b9b44d1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),
  url("https://use.typekit.net/af/aebf1c/00000000000000003b9b44d1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "bebas-neue-pro-semiexpanded";
  src: url("https://use.typekit.net/af/49697f/00000000000000003b9b44d3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
  url("https://use.typekit.net/af/49697f/00000000000000003b9b44d3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
  url("https://use.typekit.net/af/49697f/00000000000000003b9b44d3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "bebas-neue-pro-expanded";
  src: url("https://use.typekit.net/af/f2668b/00000000000000003b9b44dc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
  url("https://use.typekit.net/af/f2668b/00000000000000003b9b44dc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
  url("https://use.typekit.net/af/f2668b/00000000000000003b9b44dc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "bebas-neue-pro-expanded";
  src: url("https://use.typekit.net/af/ffe6e9/00000000000000003b9b44dd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
  url("https://use.typekit.net/af/ffe6e9/00000000000000003b9b44dd/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
  url("https://use.typekit.net/af/ffe6e9/00000000000000003b9b44dd/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "bebas-neue-pro-expanded";
  src: url("https://use.typekit.net/af/1dab95/00000000000000003b9b44e0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
  url("https://use.typekit.net/af/1dab95/00000000000000003b9b44e0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
  url("https://use.typekit.net/af/1dab95/00000000000000003b9b44e0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "bebas-neue-pro-expanded";
  src: url("https://use.typekit.net/af/20cd4f/00000000000000003b9b44e1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
  url("https://use.typekit.net/af/20cd4f/00000000000000003b9b44e1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
  url("https://use.typekit.net/af/20cd4f/00000000000000003b9b44e1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}*/
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * bebas-neue-pro-expanded:
 *   - http://typekit.com/eulas/00000000000000007735c8b5
 *   - http://typekit.com/eulas/00000000000000007735c8b8
 *   - http://typekit.com/eulas/00000000000000007735c8c0
 *   - http://typekit.com/eulas/00000000000000007735c8c2
 *
 * © 2009-2021 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2021-10-27 13:51:03 UTC"}*/
@font-face {
  font-family: "bebas-neue-pro-semiexpanded";
  src: url("https://use.typekit.net/af/ec3089/00000000000000007735c8bd/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/ec3089/00000000000000007735c8bd/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/ec3089/00000000000000007735c8bd/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "bebas-neue-pro-semiexpanded";
  src: url("https://use.typekit.net/af/738551/00000000000000007735c8c1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/738551/00000000000000007735c8c1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/738551/00000000000000007735c8c1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "bebas-neue-pro-expanded";
  src: url("https://use.typekit.net/af/6106bf/00000000000000007735c8b5/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/6106bf/00000000000000007735c8b5/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/6106bf/00000000000000007735c8b5/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "bebas-neue-pro-expanded";
  src: url("https://use.typekit.net/af/94f2fe/00000000000000007735c8b8/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/94f2fe/00000000000000007735c8b8/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/94f2fe/00000000000000007735c8b8/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "bebas-neue-pro-expanded";
  src: url("https://use.typekit.net/af/7ea0dd/00000000000000007735c8c0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/7ea0dd/00000000000000007735c8c0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/7ea0dd/00000000000000007735c8c0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "bebas-neue-pro-expanded";
  src: url("https://use.typekit.net/af/7f7bf7/00000000000000007735c8c2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/7f7bf7/00000000000000007735c8c2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/7f7bf7/00000000000000007735c8c2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
.tk-bebas-neue {
  font-family: "bebas-neue", sans-serif;
}

.tk-bebas-neue-pro-semiexpanded {
  font-family: "bebas-neue-pro-semiexpanded", sans-serif;
}

.tk-bebas-neue-pro-expanded {
  font-family: "bebas-neue-pro-expanded", sans-serif;
}

/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none;
}

/*
 * Style
 */
a,
.uk-link {
  color: #F083D4;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #91DCD5;
  text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}

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

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 12px;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}

/*
 * Emphasize
 */
em {
  color: #f0506e;
}

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #000000;
  text-decoration: none;
}

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #000000;
}

/*
 * Quote
 */
q {
  font-style: italic;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: bebas-neue-pro-semiexpanded, sans-serif;
  font-weight: normal;
  color: #000000;
  text-transform: none;
}

/* Add margin if adjacent element */
* + h1, * + .uk-h1,
* + h2, * + .uk-h2,
* + h3, * + .uk-h3,
* + h4, * + .uk-h4,
* + h5, * + .uk-h5,
* + h6, * + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge {
  margin-top: 40px;
}

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

h2, .uk-h2 {
  font-size: 31px;
  line-height: 1.3;
}
@media (min-width: 960px) {
  h2, .uk-h2 {
    font-size: 48px;
  }
}

h3, .uk-h3 {
  font-size: 19px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
  font-family: bebas-neue-pro-expanded, sans-serif;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  h3, .uk-h3 {
    font-size: 24px;
  }
}

h4, .uk-h4 {
  font-size: 18px;
  line-height: 1.4;
}

h5, .uk-h5 {
  font-size: 14px;
  line-height: 1.4;
}

h6, .uk-h6 {
  font-size: 12px;
  line-height: 1.4;
}

p {
  font-size: 19px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  p {
    font-size: 24px;
  }
}

h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, p.align-center {
  text-align: center;
}

/* Sections
 ========================================================================== */
section {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 1200px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}

/* Add margin if adjacent element */
@media (min-width: 960px) {
  * + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
    margin-top: 20px;
  }
}

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Background images
 ========================================================================== */
.bg-image {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image img {
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Images
 ========================================================================== */
picture, img {
  max-width: 100%;
  height: auto;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.container {
  position: relative;
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container.container-xsmall {
  max-width: 750px;
}
.container.container-small {
  max-width: 900px;
}
.container.container-large {
  max-width: 1400px;
}
.container.container-xlarge, section#hero .container.hero-container {
  max-width: 1600px;
}
.container.container-expand {
  max-width: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 20px;
}
@media (min-width: 1200px) {
  input {
    font-size: 24px;
    width: 100%;
  }
}

/* graceful degradation for ie8 */
input[type=checkbox],
input[type=radio] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}

input[type=checkbox]:checked,
input[type=checkbox]:not(:checked),
input[type=radio]:checked,
input[type=radio]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

input[type=checkbox] + label.error {
  display: block;
}

input[type=checkbox] + label.option,
input[type=checkbox] + label,
input[type=radio] + label.option,
input[type=checkbox] + label + label.option,
input[type=checkbox] + label + label,
input[type=radio] + label + label.option {
  cursor: pointer;
}

.js-form-type-checkbox {
  margin-left: 40px;
}
.js-form-type-checkbox label {
  font-size: 18px;
  text-transform: none;
}
.js-form-type-checkbox .description {
  margin: 0;
  margin-top: 10px;
}
.js-form-type-checkbox .description a {
  text-transform: uppercase;
  margin-top: 10px;
}

input[type=checkbox]:checked + label.option::before,
input[type=checkbox]:not(:checked) + label.option::before,
input[type=checkbox]:checked + label::before,
input[type=checkbox]:not(:checked) + label::before,
.js-form-type-checkbox > label::before,
.js-form-type-checkbox > label.option::before,
input[type=radio]:checked + label.option::before,
input[type=radio]:not(:checked) + label.option::before {
  content: " ";
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  top: 4px;
  position: relative;
  border: none;
  background: #F5F5F5;
  margin-right: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: -40px;
}
@media (min-width: 960px) {
  input[type=checkbox]:checked + label.option::before,
input[type=checkbox]:not(:checked) + label.option::before,
input[type=checkbox]:checked + label::before,
input[type=checkbox]:not(:checked) + label::before,
.js-form-type-checkbox > label::before,
.js-form-type-checkbox > label.option::before,
input[type=radio]:checked + label.option::before,
input[type=radio]:not(:checked) + label.option::before {
    width: 36px;
    height: 36px;
    top: -4px;
    margin-bottom: 20px;
  }
}

input[type=checkbox]:checked + label + label.option::before,
input[type=checkbox]:not(:checked) + label + label.option::before,
input[type=checkbox]:checked + label + label::before,
input[type=checkbox]:not(:checked) + label + label::before,
.js-form-type-checkbox > label + label::before,
.js-form-type-checkbox > label + label.option::before,
input[type=radio]:not(:checked) + label + label.option::before {
  content: " ";
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  top: 4px;
  position: relative;
  border: none;
  background: #F5F5F5;
  margin-right: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 960px) {
  input[type=checkbox]:checked + label + label.option::before,
input[type=checkbox]:not(:checked) + label + label.option::before,
input[type=checkbox]:checked + label + label::before,
input[type=checkbox]:not(:checked) + label + label::before,
.js-form-type-checkbox > label + label::before,
.js-form-type-checkbox > label + label.option::before,
input[type=radio]:not(:checked) + label + label.option::before {
    width: 36px;
    height: 36px;
    top: -4px;
    margin-bottom: 20px;
  }
}

input[type=radio]:checked + label.option::before,
input[type=radio]:not(:checked) + label.option::before {
  border-radius: 30px;
}

input[type=checkbox]:hover + label.option::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label.option::before,
input[type=checkbox]:hover + label + label.option::before,
input[type=checkbox]:hover + label + label::before,
.js-form-type-checkbox > input[type=checkbox]:checked + strong + label::before,
.js-form-type-checkbox > input[type=checkbox]:checked + strong + label + label.option::before,
input[type=radio]:hover + label + label.option::before {
  background: black;
  box-shadow: inset 0 0 0 4px #F5F5F5;
}
@media (min-width: 960px) {
  input[type=checkbox]:hover + label.option::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label.option::before,
input[type=checkbox]:hover + label + label.option::before,
input[type=checkbox]:hover + label + label::before,
.js-form-type-checkbox > input[type=checkbox]:checked + strong + label::before,
.js-form-type-checkbox > input[type=checkbox]:checked + strong + label + label.option::before,
input[type=radio]:hover + label + label.option::before {
    box-shadow: inset 0 0 0 8px #F5F5F5;
  }
}

input[type=checkbox]:checked + label.option::before,
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label.option::before,
input[type=checkbox]:checked + label + label.option::before,
input[type=checkbox]:checked + label + label::before,
.js-form-type-checkbox > input[type=checkbox]:checked + strong + label::before,
.js-form-type-checkbox > input[type=checkbox]:checked + strong + label + label.option::before,
input[type=radio]:checked + label + label.option::before {
  background: black;
  box-shadow: inset 0 0 0 4px #F5F5F5;
}
@media (min-width: 960px) {
  input[type=checkbox]:checked + label.option::before,
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label.option::before,
input[type=checkbox]:checked + label + label.option::before,
input[type=checkbox]:checked + label + label::before,
.js-form-type-checkbox > input[type=checkbox]:checked + strong + label::before,
.js-form-type-checkbox > input[type=checkbox]:checked + strong + label + label.option::before,
input[type=radio]:checked + label + label.option::before {
    box-shadow: inset 0 0 0 8px #F5F5F5;
  }
}

/********************** select *************************/
.js-form-type-select label {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .js-form-type-select label {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.select2-container--default .select2-selection--single {
  background-color: #F5F5F5;
  background-image: none;
  color: #000;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px 12px;
  line-height: 1em;
  height: 64px !important;
  padding: 20px 18px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .select2-container--default .select2-selection--single {
    padding: 20px 18px;
  }
}
.select2-container--default .select2-selection--single:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #777777;
  font-size: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 61px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  content: "\e900";
  font-family: icomoon;
  border: none;
  color: #D1D1D1;
  font-size: 17px;
  position: absolute;
  right: 0;
  top: -4px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  content: "\e901";
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: black;
  color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #F5F5F5;
  color: black;
}

label.error + .select2-container--default .selection .select2-selection--single {
  border-color: red;
}

/********************** textfeld *************************/
input.form-text,
input.form-email,
input.form-tel {
  display: block;
  background-color: #F5F5F5;
  background-image: none;
  color: #000;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px 12px;
  line-height: 1em;
}
@media (min-width: 1200px) {
  input.form-text,
input.form-email,
input.form-tel {
    padding: 20px 18px;
  }
}
input.form-text:focus,
input.form-email:focus,
input.form-tel:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: 0;
}

label {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: "bebas-neue-pro-expanded", sans-serif;
}
@media (min-width: 1200px) {
  label {
    font-size: 24px;
    margin-bottom: 0;
  }
}
label.option {
  font-weight: normal;
  font-family: "bebas-neue-pro-expanded", sans-serif;
}
label.error {
  text-transform: none;
  color: red;
  font-size: 16px;
  margin-top: 3px;
}

/********************** submit *************************/
input.webform-button--submit {
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: auto;
  cursor: pointer;
  color: #F083D4;
  border-bottom: 2px solid #F083D4;
  padding: 0 0 5px 0;
  font-family: "bebas-neue-pro-expanded", sans-serif;
}

/********************** tooltips *************************/
.webform-tooltip-element, .js-form-type-textfield {
  position: relative;
}
.webform-tooltip-element .description, .js-form-type-textfield .description {
  position: absolute;
  top: 90%;
  right: -8%;
  background-color: #E1E1E1;
  max-width: 150px;
  padding: 10px;
  z-index: 10;
}
@media (min-width: 1200px) {
  .webform-tooltip-element .description, .js-form-type-textfield .description {
    top: 75%;
    right: -3%;
  }
}
.webform-tooltip-element .description .webform-element-description, .js-form-type-textfield .description .webform-element-description {
  font-size: 16px;
}
.webform-tooltip-element .description .webform-element-description:after, .js-form-type-textfield .description .webform-element-description:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: 30px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #E1E1E1 transparent;
}

.tooltip-button {
  position: absolute;
  bottom: 0;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .tooltip-button {
    bottom: auto;
    top: 50%;
  }
}
.tooltip-button span {
  font-size: 24px;
  color: #656565;
}
.tooltip-button:hover span {
  color: #D1D1D1;
  transition: all 0.3s;
}

.js-form-item {
  position: relative;
}
.js-form-item .form-item--error-message {
  top: 0;
  right: 0;
  color: #F083D4;
}
@media (min-width: 640px) {
  .js-form-item .form-item--error-message {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
  }
}
.js-form-item.js-form-type-checkbox .form-item--error-message {
  top: auto;
  right: auto;
  bottom: -20px;
  left: 0;
}
@media (min-width: 1200px) {
  .js-form-item.js-form-type-checkbox .form-item--error-message {
    bottom: 0;
    left: -7.5%;
  }
}
.js-form-item.js-form-type-email .form-item--error-message {
  top: auto;
  bottom: -60%;
}
@media (min-width: 640px) {
  .js-form-item.js-form-type-email .form-item--error-message {
    bottom: -20%;
  }
}
@media (min-width: 1200px) {
  .js-form-item.js-form-type-email .form-item--error-message {
    bottom: 0;
  }
}

form[class*=webform-submission-challenge-].js-form-type-email .form-item--error-message {
  top: auto;
  bottom: -60%;
}
@media (min-width: 640px) {
  form[class*=webform-submission-challenge-].js-form-type-email .form-item--error-message {
    bottom: -37px;
  }
}
@media (min-width: 1200px) {
  form[class*=webform-submission-challenge-].js-form-type-email .form-item--error-message {
    bottom: -37px;
  }
}

form.webform .webform-confirmation .webform-confirmation__message {
  font-size: 19px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  form.webform .webform-confirmation .webform-confirmation__message {
    font-size: 24px;
  }
}

header.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: black;
  height: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
header.header .region--header {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 15px;
}
@media (min-width: 640px) {
  header.header .region--header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  header.header .region--header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
header.header .region--header .header--container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
header.header .region--header .header--container .navbar-left {
  display: flex;
}
header.header .region--header .header--container .navbar-left nav {
  display: none;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1200px) {
  header.header .region--header .header--container .navbar-left nav {
    display: flex;
  }
}
header.header .region--header .header--container .navbar-left #block-parichallenge-branding a {
  min-height: 60px;
}
@media (min-width: 1200px) {
  header.header .region--header .header--container .navbar-left #block-parichallenge-branding a {
    padding: 0 15px;
  }
}
header.header .region--header .header--container .navbar-right {
  display: flex;
  align-items: center;
}
header.header .region--header .header--container .navbar-right #nav-toggle {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
header.header .region--header .header--container .navbar-right #nav-toggle .icon-burger {
  color: white;
  font-size: 26px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  header.header .region--header .header--container .navbar-right {
    display: none;
  }
}
header.header .region--header .header--container:last-child {
  margin-bottom: 0;
}

#nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  transition: all 0.3s ease-out;
  z-index: 100;
  background-image: url(../images/key-visual_2-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#nav-mobile.in, #nav-mobile.out {
  display: flex;
  justify-content: center;
  align-items: center;
  right: -100%;
}
#nav-mobile.open {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  transition: all 0.3s ease-in;
}
#nav-mobile .nav-mobile-wrapper {
  padding: 20px;
}
#nav-mobile .nav-mobile-wrapper button {
  position: absolute;
  width: 67px;
  height: 67px;
  background-color: black;
  top: 24px;
  right: 24px;
  border: 1px solid black;
  border-radius: 100%;
}
#nav-mobile .nav-mobile-wrapper button span {
  font-size: 27px;
  color: white;
  font-weight: bold;
}
#nav-mobile .nav-mobile-wrapper ul:not(.contextual-links) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 80px;
}
@media (min-width: 1200px) {
  #nav-mobile .nav-mobile-wrapper ul:not(.contextual-links) {
    margin-top: 140px;
  }
}
#nav-mobile .nav-mobile-wrapper ul:not(.contextual-links) li {
  padding: 25px 0;
}
#nav-mobile .nav-mobile-wrapper ul:not(.contextual-links) li a {
  display: inline-block;
  font-style: italic;
  font-weight: 800;
  text-transform: none;
  color: #000000;
  padding: 5px 17px;
  font-size: 48px;
  line-height: 48px;
  text-decoration: underline;
}

body.mobile-nav-open {
  overflow: hidden;
}

nav#block-parichallenge-main-menu ul:not(.contextual-links) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#block-parichallenge-main-menu ul:not(.contextual-links) li a {
  position: relative;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  transition: transform 0.3s;
  min-height: 25px;
  padding: 0 22px;
  overflow: hidden;
}
@media (min-width: 640px) {
  nav#block-parichallenge-main-menu ul:not(.contextual-links) li a {
    font-size: calc(17px + 3 * (100vw - 600px) / 600);
    line-height: calc(21px + 3 * (100vw - 600px) / 600);
  }
}
@media (min-width: 1200px) {
  nav#block-parichallenge-main-menu ul:not(.contextual-links) li a {
    font-size: 20px;
    line-height: 24px;
  }
}
nav#block-parichallenge-main-menu ul:not(.contextual-links) li a span {
  display: inline-block;
  position: relative;
  transition: 0.3s;
  color: white;
}
nav#block-parichallenge-main-menu ul:not(.contextual-links) li a span::before {
  content: attr(data-hover);
  position: absolute;
  bottom: 105%;
  color: white;
}
nav#block-parichallenge-main-menu ul:not(.contextual-links) li a:hover span {
  transform: translate3d(0, 105%, 0);
}

article.challenge {
  position: relative;
  display: inline-block;
  width: 100%;
}
article.challenge .field_challenge_image img {
  display: block;
  width: 100%;
  object-fit: cover;
}
article.challenge .text-wrapper {
  position: relative;
  padding: 20px;
  color: white;
  background-image: url(../images/challenge_bg.jpg);
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}
article.challenge .text-wrapper h2 {
  color: white;
  line-height: 1;
  margin: 0 0 15px 0;
}
article.challenge .text-wrapper p.challenge-subtitle {
  margin: 0;
  font-size: 18px;
  font-family: bebas-neue-pro-expanded, sans-serif;
}
article.challenge .text-wrapper h3 {
  color: white;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
article.challenge .text-wrapper a {
  color: white;
  font-size: 18px;
}
article.challenge .text-wrapper a span {
  display: inline-block;
  border-bottom: 2px solid white;
  padding-bottom: 5px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  text-transform: none;
}
article.challenge .text-wrapper a:hover {
  text-decoration: none;
}
article.challenge .text-wrapper a::after {
  margin-left: 10px;
}
article.challenge::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
article.challenge.active::after {
  content: none;
}

article.winner {
  padding: 20px;
  background-image: url(../images/winner_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
article.winner h3 {
  font-size: 24px;
}
article.winner .image-wrapper {
  position: relative;
}
article.winner .image-wrapper .field_winner_image {
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}
article.winner .image-wrapper .field_winner_image img {
  width: 100%;
  height: auto;
  transform-origin: center center;
  transform: scale(1.05);
  transition: all 0.6s;
}
article.winner .image-wrapper .field_winner_image:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
article.winner .image-wrapper .name-element {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
article.winner .image-wrapper .name-element h3 {
  color: white;
  text-align: center;
}
article.winner .image-wrapper .name-element a {
  font-size: 18px;
}
article.winner h2 {
  color: white;
  margin-bottom: 0;
  font-size: 48px;
  text-align: center;
}
@media (min-width: 640px) {
  article.winner h2 {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  article.winner h2 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  article.winner h2 {
    font-size: 48px;
  }
}
article.winner.active:hover .image-wrapper .field_winner_image img {
  transform: scale(1.2);
  transition: all 0.3s;
}
article.winner.active:hover .image-wrapper .field_winner_image:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
article.winner.active:hover .image-wrapper .name-element {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.owl-carousel .owl-dots, section#testimonial .container.grid .col-left .image-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.owl-carousel .owl-dots .owl-dot, section#testimonial .container.grid .col-left .image-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  box-sizing: content-box;
  background-color: black;
  border: 2px solid #F5F5F5;
  border-radius: 100%;
  transition: all 0.3s;
}
.owl-carousel .owl-dots .owl-dot.active, section#testimonial .container.grid .col-left .image-carousel .owl-dots .owl-dot.active {
  border-color: black;
  background-color: transparent;
  transition: all 0.3s;
}

footer {
  padding-top: 55px;
  padding-bottom: 30px;
  background-color: #91DCD5;
}
@media (min-width: 640px) {
  footer {
    padding-top: calc(55px + 5 * (100vw - 600px) / 600);
  }
}
@media (min-width: 1200px) {
  footer {
    padding-top: 60px;
  }
}
footer .region--footer nav ul:not(.contextual-links) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  footer .region--footer nav ul:not(.contextual-links) {
    justify-content: center;
    margin-bottom: calc(60px + -30 * (100vw - 640px) / 640);
  }
}
@media (min-width: 1200px) {
  footer .region--footer nav ul:not(.contextual-links) {
    margin-bottom: 30px;
  }
}
footer .region--footer nav ul:not(.contextual-links) li {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  footer .region--footer nav ul:not(.contextual-links) li {
    margin-bottom: 0;
  }
}
footer .region--footer nav ul:not(.contextual-links) li a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  padding: 0 15px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.3s linear;
  min-height: 25px;
}
footer .region--footer nav ul:not(.contextual-links) li a:hover, footer .region--footer nav ul:not(.contextual-links) li a:focus, footer .region--footer nav ul:not(.contextual-links) li a.active {
  color: #F083D4;
  text-decoration: none;
}
footer .region--footer .footer-copyright {
  margin: 0;
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 640px) {
  footer .region--footer .footer-copyright {
    font-size: calc(16px + 2 * (100vw - 640px) / 640);
    line-height: calc(27px + 0 * (100vw - 640px) / 640);
  }
}
@media (min-width: 960px) {
  footer .region--footer .footer-copyright {
    font-size: calc(16px + 2 * (100vw - 960px) / 960);
    line-height: calc(27px + 0 * (100vw - 960px) / 960);
  }
}
@media (min-width: 1200px) {
  footer .region--footer .footer-copyright {
    font-size: 18px;
    line-height: 27px;
  }
}

.uk-card.card-product {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
  background-color: #FFFFFF;
  height: 100%;
  transition: all 0.3s linear;
}
.uk-card.card-product .uk-card-media-top {
  position: relative;
  height: 225px;
  overflow: hidden;
  width: 100%;
  display: block;
}
.uk-card.card-product .uk-card-body {
  display: flow-root;
  padding: 15px 30px 20px;
}
.uk-card.card-product .uk-card-body .uk-card-title {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 36px;
  line-height: 50.4px;
  text-transform: uppercase;
  font-style: normal;
  font-family: bebas-neue-pro-expanded, sans-serif;
}
.uk-card.card-product .uk-card-body p {
  margin: 0;
  font-size: 18px;
  line-height: 25.2px;
}
.uk-card.card-product .uk-card-footer {
  display: flow-root;
  padding: 0 30px 30px 30px;
  border: 0;
}
.uk-card.card-product .uk-card-footer a {
  color: #F083D4;
  font-size: 18px;
  line-height: 27px;
}
.uk-card.card-product .uk-card-footer a span {
  display: inline-block;
  border-bottom: 2px solid #F083D4;
  padding-bottom: 5px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  text-transform: none;
  transition: 0.3s padding-bottom;
}
.uk-card.card-product .uk-card-footer a:hover {
  text-decoration: none;
}
.uk-card.card-product .uk-card-footer a:hover span {
  padding-bottom: 0;
}
.uk-card.card-product .uk-card-footer a::after {
  width: 18.5px;
  height: 18.5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 10px;
  top: 6px;
}
.uk-card.card-product:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}

html {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000000;
}

body {
  margin: 0;
}

#block-parichallenge-branding img {
  max-width: 10em;
}

main {
  margin-top: 60px;
}

a.link-pink {
  color: #F083D4;
  font-size: 18px;
  line-height: 27px;
}
a.link-pink span {
  display: inline-block;
  border-bottom: 2px solid #F083D4;
  padding-bottom: 5px;
  font-family: bebas-neue-pro-expanded, sans-serif;
  text-transform: none;
  transition: 0.3s padding-bottom;
}
a.link-pink:hover {
  text-decoration: none;
}
a.link-pink:hover span {
  padding-bottom: 0;
}
a.link-pink::after {
  width: 18.5px;
  height: 18.5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 10px;
  top: 6px;
}

article.challenge-webform {
  background-color: #F5EA4C;
  padding-top: 50px;
  padding-bottom: 110px;
}
@media (min-width: 1200px) {
  article.challenge-webform {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
article.challenge-webform .challenge-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 85%;
  margin-bottom: 125px;
}
@media (min-width 960px) {
  article.challenge-webform .challenge-logo {
    max-width: 100%;
    margin-bottom: 100px;
  }
}
article.challenge-webform .container.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 16px;
}
article.challenge-webform .container.grid .webform {
  position: relative;
  grid-column: 1/13;
  padding: 80px 20px;
  background-color: white;
}
@media (min-width: 1200px) {
  article.challenge-webform .container.grid .webform {
    grid-column: 3/11;
    padding: 100px 135px;
  }
}
article.challenge-webform .container.grid .webform .form div[data-drupal-messages] {
  display: none;
}
article.challenge-webform .container.grid .webform #edit-container {
  text-align: center;
  margin-bottom: 60px;
}
article.challenge-webform .container.grid .webform #edit-container h2 {
  margin-top: 30px;
  margin-bottom: 0;
}
article.challenge-webform .container.grid .webform .js-form-item.js-form-type-textfield, article.challenge-webform .container.grid .webform .js-form-item.js-form-type-email {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  article.challenge-webform .container.grid .webform .js-form-item.js-form-type-textfield, article.challenge-webform .container.grid .webform .js-form-item.js-form-type-email {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
article.challenge-webform .container.grid .webform .js-form-item.js-form-type-textfield input, article.challenge-webform .container.grid .webform .js-form-item.js-form-type-email input {
  max-width: 536px;
}
article.challenge-webform .container.grid .webform .js-form-item.js-form-type-email.form-item--error {
  margin-bottom: 80px;
}
@media (min-width: 640px) {
  article.challenge-webform .container.grid .webform .js-form-item.js-form-type-email.form-item--error {
    margin-bottom: unset;
  }
}
article.challenge-webform .container.grid .webform .js-form-item.js-form-type-checkbox {
  margin-top: 40px;
}
article.challenge-webform .container.grid .webform .js-form-item.js-form-type-webform-dropzonejs {
  display: block;
  width: 100%;
}
article.challenge-webform .container.grid .webform .js-form-item.js-form-type-webform-dropzonejs .dropzone {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  background-color: #F5F5F5;
  border: 2px dashed #929292;
}
article.challenge-webform .container.grid .webform .js-form-item.js-form-type-webform-dropzonejs .dropzone .dz-message {
  color: #929292;
  margin: 0;
  padding: 60px;
}
article.challenge-webform .container.grid .webform .js-form-item.js-form-type-webform-dropzonejs .dropzone .dz-message p {
  margin: 0;
}
article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] {
  margin-bottom: 60px;
}
article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .js-form-type-processed-text {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .js-form-type-processed-text {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 16px;
  }
}
article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .js-form-type-processed-text h3 {
  font-size: 36px;
  grid-row: 1;
}
@media (min-width: 960px) {
  article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .js-form-type-processed-text h3 {
    grid-column: 1/3;
  }
}
article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .js-form-type-processed-text p {
  grid-row: 2;
}
@media (min-width: 960px) {
  article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .js-form-type-processed-text p {
    grid-column: 1/3;
  }
}
article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .js-form-type-processed-text ul {
  grid-row: 3;
}
@media (min-width: 960px) {
  article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .js-form-type-processed-text ul {
    grid-column: 3/7;
    grid-row: 2;
  }
}
article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .js-form-type-processed-text ul li {
  font-size: 24px;
}
article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .form-item-file-upload .form-item--error-message {
  position: absolute;
  top: 75%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-align: center;
}
@media (min-width: 960px) {
  article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .form-item-file-upload .form-item--error-message {
    top: 60%;
    left: 50%;
  }
}
article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .form-item-file-upload .dz-error-message {
  display: none;
}
article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .form-item-file-upload .dz-remove {
  font-size: 19px;
}
@media (min-width: 960px) {
  article.challenge-webform .container.grid .webform div[data-drupal-selector=edit-container-01] .form-item-file-upload .dz-remove {
    font-size: 16px;
  }
}
article.challenge-webform .container.grid .webform #edit-container-02 {
  margin-bottom: 60px;
}
article.challenge-webform .container.grid .webform #edit-container-02 .js-form-type-processed-text {
  margin-bottom: 36px;
}
article.challenge-webform .container.grid .webform #edit-container-02 .js-form-type-processed-text h3 {
  font-size: 36px;
}
article.challenge-webform .container.grid .webform #edit-container-02 #edit-social-media {
  border: none;
  padding: 0;
  margin: 0;
}
article.challenge-webform .container.grid .webform #edit-container-02 #edit-social-media legend {
  display: none;
}
article.challenge-webform .container.grid .webform #edit-container-02 .js-form-item-agreement strong.form-item--error-message {
  top: auto;
  right: auto;
  bottom: -20px;
  left: -5.5%;
}
article.challenge-webform .container.grid .webform .technoschwalbe {
  position: absolute;
  display: none;
  top: -5%;
  right: 50%;
  transform: translate(50%);
}
@media (min-width: 1200px) {
  article.challenge-webform .container.grid .webform .technoschwalbe {
    top: 15%;
    right: 0;
  }
}
article.challenge-webform.inactive .container.grid .webform .technoschwalbe {
  top: -20%;
}
@media (min-width: 1200px) {
  article.challenge-webform.inactive .container.grid .webform .technoschwalbe {
    top: 15%;
  }
}

.webform-submission-data-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
}
.webform-submission-data-container .webform-submission-data {
  position: relative;
  grid-column: 1/13;
  display: flex;
  flex-direction: column-reverse;
}
.webform-submission-data-container .webform-submission-data .webform-element-type-webform-dropzonejs ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row: auto;
  grid-gap: 16px;
  padding-left: 0;
}
.webform-submission-data-container .webform-submission-data .webform-element-type-webform-dropzonejs ul li {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width 960px) {
  .webform-submission-data-container .webform-submission-data .webform-element-type-webform-dropzonejs ul li {
    grid-column: span 4;
  }
}
.webform-submission-data-container .webform-submission-data .webform-element-type-webform-dropzonejs ul li img, .webform-submission-data-container .webform-submission-data .webform-element-type-webform-dropzonejs ul li video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

article.confirmation-page {
  background-color: #F5EA4C;
  padding-top: 50px;
  padding-bottom: 110px;
}
@media (min-width: 1200px) {
  article.confirmation-page {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
article.confirmation-page .container.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 16px;
}
article.confirmation-page .container.grid .content {
  position: relative;
  grid-column: 1/13;
  padding: 80px 20px;
  background-color: white;
  text-align: center;
}
@media (min-width: 1200px) {
  article.confirmation-page .container.grid .content {
    grid-column: 3/11;
    padding: 100px 135px;
  }
}

article.tos-page {
  background-color: #F5EA4C;
  padding-top: 50px;
  padding-bottom: 110px;
}
@media (min-width: 1200px) {
  article.tos-page {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
article.tos-page .container.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 16px;
}
article.tos-page .container.grid .content {
  position: relative;
  grid-column: 1/13;
  padding: 80px 20px;
  background-color: white;
}
@media (min-width: 1200px) {
  article.tos-page .container.grid .content {
    grid-column: 3/11;
    padding: 100px 135px;
  }
}
article.tos-page .container.grid .content ul, article.tos-page .container.grid .content ol {
  font-size: 24px;
}

section#hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#hero .hero-container {
  width: 100%;
  height: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  section#hero .hero-container {
    margin-left: auto;
    margin-right: auto;
    height: 90%;
  }
}
section#hero .hero-container .bg-image.landscape {
  object-fit: cover;
}
section#hero .hero-container .bg-image.landscape img {
  object-fit: cover;
}
section#hero .hero-container .key-visual {
  position: absolute;
  max-width: 100%;
  bottom: -5px;
  right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  section#hero .hero-container .key-visual {
    max-width: 90%;
  }
}
@media (min-width: 960px) {
  section#hero .hero-container .key-visual {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  section#hero .hero-container .key-visual {
    max-width: 100%;
  }
}
section#hero .hero-container .key-visual img {
  max-width: 150%;
  margin-left: -35%;
}
@media (min-width: 640px) {
  section#hero .hero-container .key-visual img {
    max-width: 115%;
    margin-left: -10%;
  }
}
@media (min-width: 960px) {
  section#hero .hero-container .key-visual img {
    max-width: 100%;
    margin-left: 0;
  }
}
section#hero .hero-container .type {
  position: absolute;
  max-width: 100%;
  margin-right: 15px;
  top: 50px;
}
@media (min-width: 768px) {
  section#hero .hero-container .type {
    left: 50%;
    transform: translate(-50%);
  }
}
@media (min-width: 960px) {
  section#hero .hero-container .type {
    max-width: 45%;
    top: 30%;
    left: auto;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  section#hero .hero-container .type {
    max-width: 100%;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
  }
}
section#hero .hero-container .type img {
  max-width: 100%;
}
section#hero .hero-container #scroll-down-link {
  position: absolute;
  top: 33.333%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  text-decoration: underline;
}
@media (min-width: 640px) {
  section#hero .hero-container #scroll-down-link {
    font-size: 48px;
  }
}
@media (min-width: 960px) {
  section#hero .hero-container #scroll-down-link {
    top: 55%;
    left: 280px;
  }
}
@media (min-width: 1200px) {
  section#hero .hero-container #scroll-down-link {
    top: 75%;
    left: 280px;
  }
}

section#teamsouplesse .container {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  grid-row-gap: 30px;
  padding-top: 25px;
}
@media (min-width: 1200px) {
  section#teamsouplesse .container {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 16px;
    padding-top: 50px;
  }
}
section#teamsouplesse .container .left-col {
  grid-row: 2;
}
@media (min-width: 1200px) {
  section#teamsouplesse .container .left-col {
    grid-column: 1/5;
    grid-row: 1;
  }
}
section#teamsouplesse .container .left-col .logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
@media (min-width: 1200px) {
  section#teamsouplesse .container .left-col .logo-wrapper {
    justify-content: normal;
  }
}
section#teamsouplesse .container .left-col .logo-wrapper img:first-child {
  max-width: 100px;
}
@media (min-width: 768px) {
  section#teamsouplesse .container .left-col .logo-wrapper img:first-child {
    max-width: 165px;
  }
}
@media (min-width: 1200px) {
  section#teamsouplesse .container .left-col .logo-wrapper img:first-child {
    max-width: 165px;
  }
}
section#teamsouplesse .container .left-col .logo-wrapper img:nth-child(2) {
  max-width: 85px;
  padding: 20px 10px 20px 20px;
}
@media (min-width: 768px) {
  section#teamsouplesse .container .left-col .logo-wrapper img:nth-child(2) {
    max-width: 135px;
    padding: 40px 20px 40px 40px;
  }
}
@media (min-width: 1200px) {
  section#teamsouplesse .container .left-col .logo-wrapper img:nth-child(2) {
    max-width: 135px;
    padding: 40px 20px 40px 40px;
  }
}
section#teamsouplesse .container .right-col {
  grid-row: 1;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  section#teamsouplesse .container .right-col {
    grid-column: 8/11;
    grid-row: 1;
  }
}
section#teamsouplesse .container .right-col .video-wrapper {
  position: relative;
  height: max-content;
}
section#teamsouplesse .container .right-col .video-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  cursor: pointer;
  margin: -75px 0 0 -75px;
  border-top: 75px solid transparent;
  border-left: 135px solid white;
  border-bottom: 75px solid transparent;
  transition: border-color 0.3s;
}
section#teamsouplesse .container .right-col .video-wrapper:hover::after {
  border-left-color: #F083D4;
  transition: border-color 0.3s;
}
section#teamsouplesse .container .right-col .video-wrapper.playing::after {
  display: none;
}
section#teamsouplesse .container .right-col .video-wrapper picture, section#teamsouplesse .container .right-col .video-wrapper img, section#teamsouplesse .container .right-col .video-wrapper video {
  max-width: 100%;
}
@media (min-width: 640px) {
  section#teamsouplesse .container .right-col .video-wrapper picture, section#teamsouplesse .container .right-col .video-wrapper img, section#teamsouplesse .container .right-col .video-wrapper video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  section#teamsouplesse .container .right-col .video-wrapper picture, section#teamsouplesse .container .right-col .video-wrapper img, section#teamsouplesse .container .right-col .video-wrapper video {
    max-width: 100%;
  }
}

section#takepart {
  background-color: #F5EA4C;
  padding-top: 150px;
  padding-bottom: 75px;
}
@media (min-width: 1200px) {
  section#takepart {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
section#takepart .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 16px;
}
section#takepart .container .form-container {
  position: relative;
  grid-column: 1/13;
  padding: 80px 20px;
  background-color: white;
}
@media (min-width: 1200px) {
  section#takepart .container .form-container {
    grid-column: 3/11;
    padding: 100px 135px;
  }
}
section#takepart .container .form-container .form-header {
  text-align: center;
  margin-bottom: 40px;
}
section#takepart .container .form-container .form-header h2 {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  section#takepart .container .form-container .form-header {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
section#takepart .container .form-container .js-form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section#takepart .container .form-container .js-form-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
section#takepart .container .form-container .js-form-item input, section#takepart .container .form-container .js-form-item select, section#takepart .container .form-container .js-form-item span.select2 {
  max-width: 536px;
}
@media (min-width: 768px) {
  section#takepart .container .form-container .js-form-item.js-form-type-checkbox {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  section#takepart .container .form-container .js-form-item.js-form-type-checkbox strong.form-item--error-message {
    bottom: -10px;
  }
}
section#takepart .container .form-container #edit-container-01 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  section#takepart .container .form-container #edit-container-01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    text-align: unset;
  }
}
section#takepart .container .form-container #edit-container-01 .js-form-type-processed-text {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section#takepart .container .form-container #edit-container-01 .js-form-type-processed-text {
    margin-bottom: 0;
  }
}
section#takepart .container .form-container #edit-container-01 .js-form-type-processed-text p {
  font-size: 12px;
  margin-bottom: 0;
}
section#takepart .container .form-container .js-form-item-country {
  margin-bottom: 35px;
}
section#takepart .container .form-container .webform-confirmation .webform-confirmation__message {
  margin-top: 50px;
  font-size: 19px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  section#takepart .container .form-container .webform-confirmation .webform-confirmation__message {
    margin-top: 80px;
  }
}
section#takepart .container .form-container .webform-confirmation .webform-confirmation__message h3 {
  color: #F083D4;
}
@media (min-width: 960px) {
  section#takepart .container .form-container .webform-confirmation .webform-confirmation__message {
    font-size: 24px;
  }
}
section#takepart .container .form-container .technoschwalbe {
  position: absolute;
  top: -7.5%;
  right: 50%;
  transform: translate(50%);
}
@media (min-width: 1200px) {
  section#takepart .container .form-container .technoschwalbe {
    top: 15%;
    right: 0;
  }
}

section#challenges {
  overflow: hidden;
}
section#challenges .container.grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  padding-bottom: 70px;
  grid-gap: 50px;
}
@media (min-width: 1200px) {
  section#challenges .container.grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-gap: 16px;
    padding-bottom: 140px;
  }
}
section#challenges .container.grid .col-left {
  grid-row: 1;
}
@media (min-width: 1200px) {
  section#challenges .container.grid .col-left {
    grid-column: 1/8;
  }
}
section#challenges .container.grid .col-right {
  grid-row: 2;
}
section#challenges .container.grid .col-right h3 {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  section#challenges .container.grid .col-right {
    grid-column: 9/13;
    grid-row: 1;
  }
}
section#challenges h3.align-center {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  section#challenges h3.align-center {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  section#challenges .views-element-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 16px;
  }
}
section#challenges .views-element-container .view-challenges {
  grid-column: 1/13;
}
@media (min-width: 640px) {
  section#challenges .views-element-container .view-challenges .view-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    grid-gap: 35px;
  }
}
@media (min-width: 1200px) {
  section#challenges .views-element-container .view-challenges .view-results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 85px;
  }
}
section#challenges .views-element-container .view-challenges .view-row {
  display: inline-block;
}
section#challenges .fluid-wrapper {
  position: relative;
}
section#challenges .fluid-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  section#challenges .fluid-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section#challenges .fluid-wrapper .bg-color-element {
  background-color: #F5F5F5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 90px;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  section#challenges .fluid-wrapper .bg-color-element {
    top: 180px;
  }
}

@media (min-width: 1200px) {
  section#winners .views-element-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 16px;
  }
}
section#winners .views-element-container .view-winners {
  grid-column: 1/13;
}
@media (min-width: 640px) {
  section#winners .views-element-container .view-winners .view-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 15px;
  }
}
@media (min-width: 1200px) {
  section#winners .views-element-container .view-winners .view-results {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 15px;
  }
}
section#winners .views-element-container .view-winners header {
  grid-column: 1/6;
  background-color: transparent;
  height: auto;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  grid-gap: 16px;
  box-shadow: none;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  section#winners .views-element-container .view-winners header {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-gap: 16px;
    margin-bottom: 100px;
  }
}
section#winners .views-element-container .view-winners header h2, section#winners .views-element-container .view-winners header p {
  margin-bottom: 0;
  align-self: end;
}
section#winners .views-element-container .view-winners header h2 {
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 1200px) {
  section#winners .views-element-container .view-winners header h2 {
    grid-column: 1/5;
    grid-row: 1;
  }
}
section#winners .views-element-container .view-winners header p {
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 1200px) {
  section#winners .views-element-container .view-winners header p {
    grid-row: 1;
    grid-column: 6/11;
  }
}
section#winners .views-element-container .view-winners .view-row {
  display: inline-block;
}

section#end .container.grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
@media (min-width: 960px) {
  section#end .container.grid {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px;
  }
}
section#end .container.grid img {
  grid-column: 1;
}
@media (min-width: 960px) {
  section#end .container.grid img {
    grid-column: 4/10;
  }
}

section#products {
  background: radial-gradient(rgba(245, 245, 245, 0.35), rgba(123, 123, 123, 0.35));
}
@media (min-width: 640px) {
  section#products .products-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 16px;
  }
}
section#products .products-container .owl-carousel, section#products .products-container section#testimonial .container.grid .col-left .image-carousel, section#testimonial .container.grid .col-left section#products .products-container .image-carousel {
  grid-column: 2/12;
}
section#products .products-container .owl-carousel .owl-stage, section#products .products-container section#testimonial .container.grid .col-left .image-carousel .owl-stage, section#testimonial .container.grid .col-left section#products .products-container .image-carousel .owl-stage {
  display: flex;
}
section#products .products-container .owl-carousel .owl-stage .owl-item .uk-card .uk-card-media-top img, section#products .products-container section#testimonial .container.grid .col-left .image-carousel .owl-stage .owl-item .uk-card .uk-card-media-top img, section#testimonial .container.grid .col-left section#products .products-container .image-carousel .owl-stage .owl-item .uk-card .uk-card-media-top img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  object-position: top;
}

section#testimonial {
  overflow: hidden;
}
section#testimonial .container.grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  padding-bottom: 70px;
  grid-gap: 50px;
}
@media (min-width: 1200px) {
  section#testimonial .container.grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-gap: 16px;
    padding-bottom: 140px;
  }
}
section#testimonial .container.grid .col-left {
  grid-row: 1;
}
@media (min-width: 1200px) {
  section#testimonial .container.grid .col-left {
    grid-column: 1/8;
  }
}
section#testimonial .container.grid .col-left .image-carousel img {
  max-width: 100%;
}
section#testimonial .container.grid .col-left .image-carousel .owl-dots, section#testimonial .container.grid .col-left .image-carousel .owl-nav {
  display: none;
}
section#testimonial .container.grid .col-right {
  grid-row: 2;
}
section#testimonial .container.grid .col-right h3 {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  section#testimonial .container.grid .col-right {
    grid-column: 9/13;
    grid-row: 1;
  }
}

.dz-message .error.pink {
  color: #F083D4;
}

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