@charset "UTF-8";

/** Import everything from autoload */

/** Import theme variables */

/** Colors */

/** Box Model  */

/** Slides */

/** Gallery Margin  */

/** Fonts */

/** Breakpoints */

/** Grid */

/**
* Mixins for bg-color
*/

/* line 73, resources/assets/styles/common/_variables.scss */

.bg-blue-light {
  background-color: #3f4d72;
}

/* line 73, resources/assets/styles/common/_variables.scss */

.bg-blue-medium {
  background-color: #1e2032;
}

/* line 73, resources/assets/styles/common/_variables.scss */

.bg-blue-dark {
  background-color: #232a3f;
}

/* line 73, resources/assets/styles/common/_variables.scss */

.bg-white {
  background-color: #fff;
}

/* line 73, resources/assets/styles/common/_variables.scss */

.bg-turquoise {
  background-color: #35a3b7;
}

/* line 73, resources/assets/styles/common/_variables.scss */

.bg-grey {
  background-color: #ededed;
}

/* line 73, resources/assets/styles/common/_variables.scss */

.bg-orange {
  background-color: #f59f42;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */

/* line 12, node_modules/swiper/dist/css/swiper.css */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 21, node_modules/swiper/dist/css/swiper.css */

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 24, node_modules/swiper/dist/css/swiper.css */

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 31, node_modules/swiper/dist/css/swiper.css */

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 48, node_modules/swiper/dist/css/swiper.css */

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 53, node_modules/swiper/dist/css/swiper.css */

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 58, node_modules/swiper/dist/css/swiper.css */

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 64, node_modules/swiper/dist/css/swiper.css */

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}

/* line 77, node_modules/swiper/dist/css/swiper.css */

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

/* line 81, node_modules/swiper/dist/css/swiper.css */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 85, node_modules/swiper/dist/css/swiper.css */

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

/* line 97, node_modules/swiper/dist/css/swiper.css */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

/* line 101, node_modules/swiper/dist/css/swiper.css */

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 111, node_modules/swiper/dist/css/swiper.css */

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 123, node_modules/swiper/dist/css/swiper.css */

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 129, node_modules/swiper/dist/css/swiper.css */

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 135, node_modules/swiper/dist/css/swiper.css */

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 141, node_modules/swiper/dist/css/swiper.css */

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

/* line 148, node_modules/swiper/dist/css/swiper.css */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 153, node_modules/swiper/dist/css/swiper.css */

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 158, node_modules/swiper/dist/css/swiper.css */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 171, node_modules/swiper/dist/css/swiper.css */

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 177, node_modules/swiper/dist/css/swiper.css */

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 183, node_modules/swiper/dist/css/swiper.css */

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 189, node_modules/swiper/dist/css/swiper.css */

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 193, node_modules/swiper/dist/css/swiper.css */

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 197, node_modules/swiper/dist/css/swiper.css */

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 201, node_modules/swiper/dist/css/swiper.css */

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 205, node_modules/swiper/dist/css/swiper.css */

.swiper-button-lock {
  display: none;
}

/* line 208, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 218, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

/* line 222, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

/* line 230, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 234, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
  position: relative;
}

/* line 240, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

/* line 245, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

/* line 250, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

/* line 255, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

/* line 260, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

/* line 265, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

/* line 270, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 278, node_modules/swiper/dist/css/swiper.css */

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 288, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 291, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 295, node_modules/swiper/dist/css/swiper.css */

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 301, node_modules/swiper/dist/css/swiper.css */

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 305, node_modules/swiper/dist/css/swiper.css */

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 8px;
}

/* line 312, node_modules/swiper/dist/css/swiper.css */

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms top, 200ms -o-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

/* line 320, node_modules/swiper/dist/css/swiper.css */

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 323, node_modules/swiper/dist/css/swiper.css */

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
  white-space: nowrap;
}

/* line 330, node_modules/swiper/dist/css/swiper.css */

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms left, 200ms -o-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* line 337, node_modules/swiper/dist/css/swiper.css */

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  -o-transition: 200ms right, 200ms -o-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

/* line 345, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 349, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
     transform-origin: left top;
}

/* line 363, node_modules/swiper/dist/css/swiper.css */

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
     transform-origin: right top;
}

/* line 368, node_modules/swiper/dist/css/swiper.css */

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 375, node_modules/swiper/dist/css/swiper.css */

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 382, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

/* line 385, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 388, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

/* line 391, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

/* line 394, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 397, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* line 400, node_modules/swiper/dist/css/swiper.css */

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

/* line 404, node_modules/swiper/dist/css/swiper.css */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 410, node_modules/swiper/dist/css/swiper.css */

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 418, node_modules/swiper/dist/css/swiper.css */

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 426, node_modules/swiper/dist/css/swiper.css */

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 435, node_modules/swiper/dist/css/swiper.css */

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 438, node_modules/swiper/dist/css/swiper.css */

.swiper-scrollbar-lock {
  display: none;
}

/* line 441, node_modules/swiper/dist/css/swiper.css */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

/* line 458, node_modules/swiper/dist/css/swiper.css */

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 466, node_modules/swiper/dist/css/swiper.css */

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

/* line 470, node_modules/swiper/dist/css/swiper.css */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -o-transform-origin: 50%;
     transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 485, node_modules/swiper/dist/css/swiper.css */

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 495, node_modules/swiper/dist/css/swiper.css */

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

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

/* a11y */

/* line 511, node_modules/swiper/dist/css/swiper.css */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 519, node_modules/swiper/dist/css/swiper.css */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 524, node_modules/swiper/dist/css/swiper.css */

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 530, node_modules/swiper/dist/css/swiper.css */

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 533, node_modules/swiper/dist/css/swiper.css */

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 537, node_modules/swiper/dist/css/swiper.css */

.swiper-container-cube {
  overflow: visible;
}

/* line 540, node_modules/swiper/dist/css/swiper.css */

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 552, node_modules/swiper/dist/css/swiper.css */

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 555, node_modules/swiper/dist/css/swiper.css */

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0;
}

/* line 560, node_modules/swiper/dist/css/swiper.css */

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 564, node_modules/swiper/dist/css/swiper.css */

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 571, node_modules/swiper/dist/css/swiper.css */

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 579, node_modules/swiper/dist/css/swiper.css */

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 591, node_modules/swiper/dist/css/swiper.css */

.swiper-container-flip {
  overflow: visible;
}

/* line 594, node_modules/swiper/dist/css/swiper.css */

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 600, node_modules/swiper/dist/css/swiper.css */

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 603, node_modules/swiper/dist/css/swiper.css */

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 607, node_modules/swiper/dist/css/swiper.css */

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 615, node_modules/swiper/dist/css/swiper.css */

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/**
* SassQueries
* Manage media-queries in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.3
*/

/** Import theme styles */

/*! 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.
 */

/* line 11, resources/assets/styles/common/_normalize.scss */

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

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

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

/* line 23, resources/assets/styles/common/_normalize.scss */

body {
  margin: 0;
}

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

/* line 31, resources/assets/styles/common/_normalize.scss */

main {
  display: block;
}

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

/* line 40, resources/assets/styles/common/_normalize.scss */

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.
 */

/* line 53, resources/assets/styles/common/_normalize.scss */

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

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

/* line 64, resources/assets/styles/common/_normalize.scss */

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

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

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

/* line 76, resources/assets/styles/common/_normalize.scss */

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.
 */

/* line 85, resources/assets/styles/common/_normalize.scss */

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.
 */

/* line 95, resources/assets/styles/common/_normalize.scss */

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.
 */

/* line 105, resources/assets/styles/common/_normalize.scss */

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

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

/* line 116, resources/assets/styles/common/_normalize.scss */

small {
  font-size: 80%;
}

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

/* line 125, resources/assets/styles/common/_normalize.scss */

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

/* line 133, resources/assets/styles/common/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* line 137, resources/assets/styles/common/_normalize.scss */

sup {
  top: -0.5em;
}

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

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

/* line 148, resources/assets/styles/common/_normalize.scss */

img {
  border-style: none;
}

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

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

/* line 160, resources/assets/styles/common/_normalize.scss */

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.
 */

/* line 176, resources/assets/styles/common/_normalize.scss */

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.
 */

/* line 186, resources/assets/styles/common/_normalize.scss */

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

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

/* line 195, resources/assets/styles/common/_normalize.scss */

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

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

/* line 206, resources/assets/styles/common/_normalize.scss */

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.
 */

/* line 218, resources/assets/styles/common/_normalize.scss */

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

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

/* line 229, resources/assets/styles/common/_normalize.scss */

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.
 */

/* line 240, resources/assets/styles/common/_normalize.scss */

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

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

/* line 253, resources/assets/styles/common/_normalize.scss */

progress {
  vertical-align: baseline;
}

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

/* line 261, resources/assets/styles/common/_normalize.scss */

textarea {
  overflow: auto;
}

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

/* line 270, resources/assets/styles/common/_normalize.scss */

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

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

/* line 280, resources/assets/styles/common/_normalize.scss */

[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.
 */

/* line 290, resources/assets/styles/common/_normalize.scss */

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

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

/* line 299, resources/assets/styles/common/_normalize.scss */

[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.
 */

/* line 308, resources/assets/styles/common/_normalize.scss */

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

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

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

/* line 320, resources/assets/styles/common/_normalize.scss */

details {
  display: block;
}

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

/* line 328, resources/assets/styles/common/_normalize.scss */

summary {
  display: list-item;
}

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

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

/* line 339, resources/assets/styles/common/_normalize.scss */

template {
  display: none;
}

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

/* line 347, resources/assets/styles/common/_normalize.scss */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/app/themes/isart/dist/fonts/rajdhani/Rajdhani-SemiBold.ttf) format("ttf"), url(/app/themes/isart/dist/fonts/rajdhani/Rajdhani-SemiBold.woff) format("woff"), url(/app/themes/isart/dist/fonts/rajdhani/Rajdhani-SemiBold.woff2) format("woff2");
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/app/themes/isart/dist/fonts/rajdhani/Rajdhani-Bold.ttf) format("ttf"), url(/app/themes/isart/dist/fonts/rajdhani/Rajdhani-Bold.woff) format("woff"), url(/app/themes/isart/dist/fonts/rajdhani/Rajdhani-Bold.woff2) format("woff2");
}

@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Regular.ttf) format("ttf"), url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Regular.woff) format("woff"), url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Regular.woff2) format("woff2");
}

@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Italic.ttf) format("ttf"), url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Italic.woff) format("woff"), url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Italic.woff2) format("woff2");
}

@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Medium.ttf) format("ttf"), url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Medium.woff) format("woff"), url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Medium.woff2) format("woff2");
}

@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Bold.ttf) format("ttf"), url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Bold.woff) format("woff"), url(/app/themes/isart/dist/fonts/ibm/IBMPlexSansCondensed-Bold.woff2) format("woff2");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src: url(/app/themes/isart/dist/fonts/roboto/Roboto-Light.ttf) format("ttf"), url(/app/themes/isart/dist/fonts/roboto/Roboto-Light.woff) format("woff"), url(/app/themes/isart/dist/fonts/roboto/Roboto-Light.woff2) format("woff2");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: bold;
  src: url(/app/themes/isart/dist/fonts/roboto/Roboto-Medium.ttf) format("ttf"), url(/app/themes/isart/dist/fonts/roboto/Roboto-Medium.woff) format("woff"), url(/app/themes/isart/dist/fonts/roboto/Roboto-Medium.woff2) format("woff2");
}

/* line 1, resources/assets/styles/common/_global.scss */

* {
  font-family: "Rajdhani", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 6, resources/assets/styles/common/_global.scss */

html {
  font-size: 20px;
  overflow-x: hidden;
}

/* line 12, resources/assets/styles/common/_global.scss */

body.font--roboto {
  font-family: "Roboto", sans-serif !important;
}

/* line 15, resources/assets/styles/common/_global.scss */

body.font--roboto * {
  font-family: "Roboto", sans-serif !important;
  font-weight: normal;
}

/* line 19, resources/assets/styles/common/_global.scss */

body.font--roboto * b,
body.font--roboto * strong {
  font-weight: bold;
}

/* line 27, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* line 37, resources/assets/styles/common/_global.scss */

p,
li {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  letter-spacing: 0.5px;
}

/* line 43, resources/assets/styles/common/_global.scss */

img[data-sizes="auto"] {
  display: block;
  width: 100%;
}

/* line 48, resources/assets/styles/common/_global.scss */

.section,
.section-admission-banner,
.section-agenda,
.section-awards,
.section-course,
.section-default,
.section-experience,
.section-galerie,
.section-lesplus,
.section-pro-network,
.section-study-program,
.section-summer-quiz,
.section-trainings,
.section-workshop,
.section-world,
.three-columns-images {
  font-size: 1rem;
  position: relative;
  padding: 2em 0;
}

/* line 54, resources/assets/styles/common/_global.scss */

.grid,
.section-world__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 58, resources/assets/styles/common/_global.scss */

h2[class$="__watermark"] {
  word-break: break-word;
}

/* line 61, resources/assets/styles/common/_global.scss */

h2[class$="__watermark"] > span {
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

/* line 64, resources/assets/styles/common/_global.scss */

h2[class$="__watermark"] > span.wordScramble {
  opacity: 0;
}

/* line 70, resources/assets/styles/common/_global.scss */

.watermark,
.infos__watermark,
.section-agenda__watermark,
.section-awards__watermark,
.section-course__watermark,
.section-default__watermark,
.section-experience__watermark,
.section-galerie__watermark,
.section-lesplus__watermark,
.section-pro-network__watermark,
#section-quiz.section-quiz .section-quiz__question-number,
.section-study-program__watermark,
.section-summer-quiz .section-summer__watermark,
.section-summer-quiz .section-quiz__watermark,
.section-trainings__watermark,
.section-workshop__watermark,
.section-world__watermark,
.centered-slider--timeline-program .swiper-slide-watermark,
.section-404__watermark,
.project_description_watermark,
.makingOf_watermark {
  font-family: "Rajdhani", sans-serif;
  margin: 0;
  font-size: 7.5em;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.1;
  margin-bottom: -0.43em;
  pointer-events: none;
}

/* line 84, resources/assets/styles/common/_global.scss */

.bg-blue-dark .watermark,
.bg-blue-dark .infos__watermark,
.bg-blue-dark .section-agenda__watermark,
.bg-blue-dark .section-awards__watermark,
.bg-blue-dark .section-course__watermark,
.bg-blue-dark .section-default__watermark,
.bg-blue-dark .section-experience__watermark,
.bg-blue-dark .section-galerie__watermark,
.bg-blue-dark .section-lesplus__watermark,
.bg-blue-dark .section-pro-network__watermark,
.bg-blue-dark #section-quiz.section-quiz .section-quiz__question-number,
#section-quiz.section-quiz .bg-blue-dark .section-quiz__question-number,
.bg-blue-dark .section-study-program__watermark,
.bg-blue-dark .section-summer-quiz .section-summer__watermark,
.section-summer-quiz .bg-blue-dark .section-summer__watermark,
.bg-blue-dark .section-summer-quiz .section-quiz__watermark,
.section-summer-quiz .bg-blue-dark .section-quiz__watermark,
.bg-blue-dark .section-trainings__watermark,
.bg-blue-dark .section-workshop__watermark,
.bg-blue-dark .section-world__watermark,
.bg-blue-dark .centered-slider--timeline-program .swiper-slide-watermark,
.centered-slider--timeline-program .bg-blue-dark .swiper-slide-watermark,
.bg-blue-dark .section-404__watermark,
.bg-blue-dark .project_description_watermark,
.bg-blue-dark .makingOf_watermark {
  opacity: 0.15;
}

/* line 89, resources/assets/styles/common/_global.scss */

.after_black_black_gradient,
.section-lesplus__card::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

/* line 99, resources/assets/styles/common/_global.scss */

.france-icon,
.canada-icon,
.japan-icon {
  width: 2.25em;
  height: 1.5em;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* line 110, resources/assets/styles/common/_global.scss */

.france-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggc3R5bGU9ImZpbGw6IzQxNDc5QjsiIGQ9Ik0zOC4zNDUsODguMjczQzE3LjE2Nyw4OC4yNzMsMCwxMDUuNDQsMCwxMjYuNjE4djI1OC43NTljMCwyMS4xNzcsMTcuMTY3LDM4LjM0NSwzOC4zNDUsMzguMzQ1CgloMTMyLjMyMlY4OC4yNzNIMzguMzQ1eiIvPgo8cmVjdCB4PSIxNzAuNjciIHk9Ijg4LjI3NyIgc3R5bGU9ImZpbGw6I0Y1RjVGNTsiIHdpZHRoPSIxNzAuNjciIGhlaWdodD0iMzM1LjQ1Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRjRCNTU7IiBkPSJNNDczLjY1NSw4OC4yNzNIMzQxLjMzM3YzMzUuNDQ4aDEzMi4zMjJjMjEuMTc3LDAsMzguMzQ1LTE3LjE2NywzOC4zNDUtMzguMzQ1VjEyNi42MTgKCUM1MTIsMTA1LjQ0LDQ5NC44MzMsODguMjczLDQ3My42NTUsODguMjczeiIvPgo8L3N2Zz4K);
}

/* line 114, resources/assets/styles/common/_global.scss */

.canada-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxyZWN0IHg9IjExNC43NiIgeT0iODguMjc3IiBzdHlsZT0iZmlsbDojRjVGNUY1OyIgd2lkdGg9IjI4Mi40OCIgaGVpZ2h0PSIzMzUuNDUiLz4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTM4LjM0NSw4OC4yNzNDMTcuMTY3LDg4LjI3MywwLDEwNS40NCwwLDEyNi42MTh2MjU4Ljc1OWMwLDIxLjE3NywxNy4xNjcsMzguMzQ1LDM4LjM0NSwzOC4zNDUKCQloNzYuNDE0Vjg4LjI3M0gzOC4zNDV6Ii8+Cgk8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTQ3My42NTUsODguMjczaC03Ni40MTR2MzM1LjQ0OGg3Ni40MTRjMjEuMTc3LDAsMzguMzQ1LTE3LjE2NywzOC4zNDUtMzguMzQ1VjEyNi42MTgKCQlDNTEyLDEwNS40NCw0OTQuODMzLDg4LjI3Myw0NzMuNjU1LDg4LjI3M3oiLz4KCTxwYXRoIHN0eWxlPSJmaWxsOiNGRjRCNTU7IiBkPSJNMzA5LjU2OSwyOTQuNzU3bDUyLjM4My0yOS45MzJsLTEyLjAyLTYuMDFjLTMuMzcxLTEuNjg2LTUuMzAxLTUuMzI2LTQuODAyLTkuMDYzbDMuOTExLTI5LjMyMgoJCWwtMjIuMTc3LDYuNDUyYy00Ljg5OSwxLjQyNi05Ljk4My0xLjU4OC0xMS4wODUtNi41NjlsLTIuMTI0LTkuNmwtMjAuODIzLDI0LjM3Yy0yLjg4NiwzLjM3OC04LjM4NiwwLjc5OC03LjYzMy0zLjU4MQoJCWw4Ljg5My01MS43MDhsLTEzLjYxNSwzLjcyM2MtMy45NzcsMS4wODgtOC4xNzctMC43MjItMTAuMTE2LTQuMzZsLTE0LjMzNy0yNi44NzF2LTAuMDRsLTAuMDEsMC4wMmwtMC4wMTEtMC4wMnYwLjA0CgkJbC0xNC4zMzcsMjYuODcxYy0xLjk0MSwzLjYzNy02LjE0MSw1LjQ0Ny0xMC4xMTgsNC4zNmwtMTMuNjE1LTMuNzIzbDguODkzLDUxLjcwOGMwLjc1Myw0LjM3OC00Ljc0Nyw2Ljk1OS03LjYzNCwzLjU4MgoJCWwtMjAuODIzLTI0LjM3bC0yLjEyNCw5LjZjLTEuMTAyLDQuOTgyLTYuMTg2LDcuOTk0LTExLjA4NSw2LjU2OWwtMjIuMTc3LTYuNDUybDMuOTExLDI5LjMyMmMwLjQ5OSwzLjczNi0xLjQzMSw3LjM3Ny00LjgwMiw5LjA2MwoJCWwtMTIuMDIsNi4wMDlsNTIuMzgzLDI5LjkzM2M1LjQyNiwzLjEwMSw3LjgwNCw5LjY3Nyw1LjYxNSwxNS41M2wtNC40NzgsMTEuOTc3bDQ0Ljg4NS0zLjgzMmMyLjQ4NC0wLjIxMiw0LjU5OCwxLjc4OCw0LjUyNSw0LjI3OQoJCWwtMS40MTQsNDguMDQ0aDguODI4TDI1OSwzMjIuNzFjLTAuMDczLTIuNDkyLDIuMDQxLTQuNDkxLDQuNTI1LTQuMjc5bDQ0LjkwNiwzLjgzNGwtNC40NzgtMTEuOTc3CgkJQzMwMS43NjYsMzA0LjQzNCwzMDQuMTQzLDI5Ny44NTcsMzA5LjU2OSwyOTQuNzU3eiIvPgo8L2c+Cjwvc3ZnPgo=);
}

/* line 118, resources/assets/styles/common/_global.scss */

.japan-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIHN0eWxlPSJmaWxsOiNGNUY1RjU7IiBkPSJNNDczLjY1NSw4OC4yNzVIMzguMzQ1QzE3LjE2Nyw4OC4yNzUsMCwxMDUuNDQyLDAsMTI2LjYyVjM4NS4zOAoJYzAsMjEuMTc3LDE3LjE2NywzOC4zNDUsMzguMzQ1LDM4LjM0NWg0MzUuMzFjMjEuMTc3LDAsMzguMzQ1LTE3LjE2NywzOC4zNDUtMzguMzQ1VjEyNi42MgoJQzUxMiwxMDUuNDQyLDQ5NC44MzMsODguMjc1LDQ3My42NTUsODguMjc1eiIvPgo8Y2lyY2xlIHN0eWxlPSJmaWxsOiNGRjRCNTU7IiBjeD0iMjU2IiBjeT0iMjU1Ljk5OSIgcj0iOTcuMSIvPgo8L3N2Zz4K);
}

/* line 122, resources/assets/styles/common/_global.scss */

.components + .components {
  margin-top: 5em;
}

@media all and (max-width: 991px) {
  /* line 122, resources/assets/styles/common/_global.scss */

  .components + .components {
    margin-top: 1em;
  }
}

/* line 130, resources/assets/styles/common/_global.scss */

.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 134, resources/assets/styles/common/_global.scss */

.social_links__text,
.text-fadeout,
.section-grid .text,
.text,
.two_columns_text_header,
.two_columns_text_image,
.two_columns_text_one_header,
.two_columns_text,
.single-post__container__article__content {
  color: #fff;
}

/* line 137, resources/assets/styles/common/_global.scss */

.social_links__text a,
.text-fadeout a,
.section-grid .text a,
.text a,
.two_columns_text_header a,
.two_columns_text_image a,
.two_columns_text_one_header a,
.two_columns_text a,
.single-post__container__article__content a {
  color: #f59f42;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 142, resources/assets/styles/common/_global.scss */

.social_links__text a:hover,
.text-fadeout a:hover,
.text a:hover,
.two_columns_text_header a:hover,
.two_columns_text_image a:hover,
.two_columns_text_one_header a:hover,
.two_columns_text a:hover,
.single-post__container__article__content a:hover {
  color: #dfce90;
}

/* line 147, resources/assets/styles/common/_global.scss */

.bg-white .social_links__text,
.bg-white .text-fadeout,
.bg-white .text,
.bg-white .two_columns_text_header,
.bg-white .two_columns_text_image,
.bg-white .two_columns_text_one_header,
.bg-white .two_columns_text,
.bg-white .single-post__container__article__content {
  color: #1e2032;
}

/* line 150, resources/assets/styles/common/_global.scss */

.bg-white .social_links__text a,
.bg-white .text-fadeout a,
.bg-white .text a,
.bg-white .two_columns_text_header a,
.bg-white .two_columns_text_image a,
.bg-white .two_columns_text_one_header a,
.bg-white .two_columns_text a,
.bg-white .single-post__container__article__content a {
  color: #35a3b7;
}

/* line 155, resources/assets/styles/common/_global.scss */

.grid + .grid .social_links__text,
.section-world__row + .grid .social_links__text,
.grid + .section-world__row .social_links__text,
.section-world__row + .section-world__row .social_links__text,
.grid + .grid .text-fadeout,
.section-world__row + .grid .text-fadeout,
.grid + .section-world__row .text-fadeout,
.section-world__row + .section-world__row .text-fadeout,
.section-grid .grid + .grid .text,
.section-grid .section-world__row + .grid .text,
.section-grid .grid + .section-world__row .text,
.section-grid .section-world__row + .section-world__row .text,
.grid + .grid .text,
.section-world__row + .grid .text,
.grid + .section-world__row .text,
.section-world__row + .section-world__row .text,
.grid + .grid .two_columns_text_header,
.section-world__row + .grid .two_columns_text_header,
.grid + .section-world__row .two_columns_text_header,
.section-world__row + .section-world__row .two_columns_text_header,
.grid + .grid .two_columns_text_image,
.section-world__row + .grid .two_columns_text_image,
.grid + .section-world__row .two_columns_text_image,
.section-world__row + .section-world__row .two_columns_text_image,
.grid + .grid .two_columns_text_one_header,
.section-world__row + .grid .two_columns_text_one_header,
.grid + .section-world__row .two_columns_text_one_header,
.section-world__row + .section-world__row .two_columns_text_one_header,
.grid + .grid .two_columns_text,
.section-world__row + .grid .two_columns_text,
.grid + .section-world__row .two_columns_text,
.section-world__row + .section-world__row .two_columns_text,
.grid + .grid .single-post__container__article__content,
.section-world__row + .grid .single-post__container__article__content,
.grid + .section-world__row .single-post__container__article__content,
.section-world__row + .section-world__row .single-post__container__article__content {
  margin-bottom: 2em;
}

/* line 160, resources/assets/styles/common/_global.scss */

.popin {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 176, resources/assets/styles/common/_global.scss */

.popin.open {
  opacity: 1;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* line 181, resources/assets/styles/common/_global.scss */

.popin__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/* line 190, resources/assets/styles/common/_global.scss */

.popin__closeButton {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
}

/* line 205, resources/assets/styles/common/_global.scss */

.popin__content {
  position: relative;
  width: 80vw;
  z-index: 3;
}

/* line 210, resources/assets/styles/common/_global.scss */

.popin__content img {
  max-width: 100%;
  max-height: 100%;
}

/* line 216, resources/assets/styles/common/_global.scss */

.popin__gdpr-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 80vw;
  height: calc(80vw * (9 / 16));
  background-color: #232a3f;
  z-index: 2;
}

/* line 226, resources/assets/styles/common/_global.scss */

.popin__gdpr-message.hide {
  display: none;
}

/* line 231, resources/assets/styles/common/_global.scss */

.popin__gdpr-message.youtube p.youtube {
  display: block;
}

/* line 235, resources/assets/styles/common/_global.scss */

.popin__gdpr-message.youtube p.vimeo {
  display: none;
}

/* line 241, resources/assets/styles/common/_global.scss */

.popin__gdpr-message.vimeo p.youtube {
  display: none;
}

/* line 245, resources/assets/styles/common/_global.scss */

.popin__gdpr-message.vimeo p.vimeo {
  display: block;
}

/* line 250, resources/assets/styles/common/_global.scss */

.popin__gdpr-message p {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 257, resources/assets/styles/common/_global.scss */

.popin__gdpr-message p a {
  color: #f59f42;
}

/* line 264, resources/assets/styles/common/_global.scss */

.noscroll {
  overflow: hidden;
}

/* line 268, resources/assets/styles/common/_global.scss */

.noscroll body {
  overflow: hidden;
}

/* line 276, resources/assets/styles/common/_global.scss */

.select-css {
  display: block;
  font-size: 1em;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5e5e5));
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}

/* line 297, resources/assets/styles/common/_global.scss */

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

/* line 301, resources/assets/styles/common/_global.scss */

.select-css:hover {
  border-color: #888;
}

/* line 305, resources/assets/styles/common/_global.scss */

.select-css:focus {
  border-color: #aaa;
  color: #222;
  outline: none;
}

/* line 311, resources/assets/styles/common/_global.scss */

.select-css option {
  font-weight: normal;
}

/* line 316, resources/assets/styles/common/_global.scss */

#ksc {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 100vw 100vw rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 100vw 100vw rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

/* line 331, resources/assets/styles/common/_global.scss */

a#tarteaucitronManager {
  display: none !important;
}

@media all and (max-width: 991px) {
  /* line 336, resources/assets/styles/common/_global.scss */

  html {
    font-size: 15px;
  }

  /* line 340, resources/assets/styles/common/_global.scss */

  .grid,
  .section-world__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    max-width: calc(1140px + 0);
  }

  /* line 344, resources/assets/styles/common/_global.scss */

  .section,
  .section-admission-banner,
  .section-agenda,
  .section-awards,
  .section-course,
  .section-default,
  .section-experience,
  .section-galerie,
  .section-lesplus,
  .section-pro-network,
  .section-study-program,
  .section-summer-quiz,
  .section-trainings,
  .section-workshop,
  .section-world,
  .three-columns-images {
    padding: 2em 0;
  }

  /* line 348, resources/assets/styles/common/_global.scss */

  .watermark,
  .infos__watermark,
  .section-agenda__watermark,
  .section-awards__watermark,
  .section-course__watermark,
  .section-default__watermark,
  .section-experience__watermark,
  .section-galerie__watermark,
  .section-lesplus__watermark,
  .section-pro-network__watermark,
  #section-quiz.section-quiz .section-quiz__question-number,
  .section-study-program__watermark,
  .section-summer-quiz .section-summer__watermark,
  .section-summer-quiz .section-quiz__watermark,
  .section-trainings__watermark,
  .section-workshop__watermark,
  .section-world__watermark,
  .centered-slider--timeline-program .swiper-slide-watermark,
  .section-404__watermark,
  .project_description_watermark,
  .makingOf_watermark {
    position: static;
    left: 0;
    top: 0;
    font-size: 3.25em;
    margin-left: 0;
    line-height: 1em;
    margin-bottom: 0.25em;
  }
}

@media all and (max-width: 767px) {
  /* line 361, resources/assets/styles/common/_global.scss */

  #section-experience .headline__subtext {
    margin-bottom: 1.2em;
  }

  /* line 366, resources/assets/styles/common/_global.scss */

  .watermark,
  .infos__watermark,
  .section-agenda__watermark,
  .section-awards__watermark,
  .section-course__watermark,
  .section-default__watermark,
  .section-experience__watermark,
  .section-galerie__watermark,
  .section-lesplus__watermark,
  .section-pro-network__watermark,
  #section-quiz.section-quiz .section-quiz__question-number,
  .section-study-program__watermark,
  .section-summer-quiz .section-summer__watermark,
  .section-summer-quiz .section-quiz__watermark,
  .section-trainings__watermark,
  .section-workshop__watermark,
  .section-world__watermark,
  .centered-slider--timeline-program .swiper-slide-watermark,
  .section-404__watermark,
  .project_description_watermark,
  .makingOf_watermark {
    word-break: break-all;
  }

  /* line 370, resources/assets/styles/common/_global.scss */

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

@media all and (min-width: 768px) {
  /* line 376, resources/assets/styles/common/_global.scss */

  .hide-on-tablet {
    display: none;
  }
}

@media all and (max-width: 991px) {
  /* line 383, resources/assets/styles/common/_global.scss */

  .swiper-content .section-grid {
    padding: 0;
  }

  /* line 387, resources/assets/styles/common/_global.scss */

  .swiper-content .swiper-container {
    overflow: hidden;
  }

  /* line 392, resources/assets/styles/common/_global.scss */

  .centered-slider {
    overflow: hidden;
  }

  /* line 396, resources/assets/styles/common/_global.scss */

  .centered-slider:not(.centered-slider--timeline-program):not(.centered-slider--timeline) {
    margin: 1.5em -15px 0 !important;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/common/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/common/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/common/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/common/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/common/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/common/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 2, resources/assets/styles/components/_admission.scss */

.admission__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  min-height: 400px;
  color: #3f4d72;
}

/* line 9, resources/assets/styles/components/_admission.scss */

.admission__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 13, resources/assets/styles/components/_admission.scss */

.admission__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 17, resources/assets/styles/components/_admission.scss */

.admission__subscribe,
.admission__dates {
  padding: 30px;
}

/* line 22, resources/assets/styles/components/_admission.scss */

.admission__subscribe {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.33333% - 0px);
          flex: 0 0 calc(58.33333% - 0px);
  max-width: calc(58.33333% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  background: #fff;
  position: relative;
}

/* line 28, resources/assets/styles/components/_admission.scss */

.admission__subscribe__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #f59f42;
  line-height: 1;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.6em 0;
  text-decoration: none;
  -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 47, resources/assets/styles/components/_admission.scss */

.admission__subscribe__button:hover {
  background: #232a3f;
  color: #f59f42;
}

/* line 51, resources/assets/styles/components/_admission.scss */

.admission__subscribe__button:hover svg {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  fill: #f59f42;
}

/* line 57, resources/assets/styles/components/_admission.scss */

.admission__subscribe__button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
}

/* line 64, resources/assets/styles/components/_admission.scss */

.admission__subscribe__button .icon svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
  -webkit-transition: fill 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, fill 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, fill 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 74, resources/assets/styles/components/_admission.scss */

.admission__dates {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 0px);
          flex: 0 0 calc(41.66667% - 0px);
  max-width: calc(41.66667% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
  background: #1e2032;
}

/* line 80, resources/assets/styles/components/_admission.scss */

.admission__dates .admission__title {
  color: #fff;
}

/* line 84, resources/assets/styles/components/_admission.scss */

.admission__dates__wrapper {
  padding: 0 2em;
}

/* line 89, resources/assets/styles/components/_admission.scss */

.admission__timeline {
  text-align: center;
  margin: 2em 0;
}

/* line 93, resources/assets/styles/components/_admission.scss */

.admission__timeline svg {
  width: 100%;
}

/* line 98, resources/assets/styles/components/_admission.scss */

.admission__title {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
}

/* line 105, resources/assets/styles/components/_admission.scss */

.admission__subtitle {
  text-align: center;
  font-size: 18px;
  color: #7d7d7d;
  margin: 1em 0;
}

/* line 112, resources/assets/styles/components/_admission.scss */

.admission__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  background: #f59f42;
  color: #1e2032;
  padding: 1em 0;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1;
}

/* line 128, resources/assets/styles/components/_admission.scss */

.admission__buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5em;
}

/* line 138, resources/assets/styles/components/_admission.scss */

.admission__button.grey {
  background: #ededed;
}

/* line 143, resources/assets/styles/components/_admission.scss */

.admission__button:hover .icon:last-child {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 148, resources/assets/styles/components/_admission.scss */

.admission__button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  margin: 0 0.5em;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  -o-transition: -o-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s, -o-transform ease 0.4s;
}

/* line 155, resources/assets/styles/components/_admission.scss */

.admission__button .icon svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}

/* line 163, resources/assets/styles/components/_admission.scss */

.admission__dateblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.5em 0;
}

/* line 169, resources/assets/styles/components/_admission.scss */

.admission__dateblock__left {
  width: 30px;
  margin-right: 1em;
}

/* line 173, resources/assets/styles/components/_admission.scss */

.admission__dateblock__left svg {
  max-width: 100%;
}

/* line 178, resources/assets/styles/components/_admission.scss */

.admission__dateblock__title {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

/* line 185, resources/assets/styles/components/_admission.scss */

.admission__dateblock__subtitle {
  color: #f59f42;
  font-size: 18px;
  font-weight: 500;
}

@media all and (max-width: 991px) {
  /* line 195, resources/assets/styles/components/_admission.scss */

  .admission__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.5;
    margin-left: -0.5;
    max-width: calc(1140px + 1);
  }

  /* line 199, resources/assets/styles/components/_admission.scss */

  .admission__left,
  .admission__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 207, resources/assets/styles/components/_admission.scss */

  .admission__subscribe__button {
    position: static !important;
    font-size: 18px !important;
  }

  /* line 212, resources/assets/styles/components/_admission.scss */

  .admission__timeline {
    margin: 2em 0;
  }

  /* line 216, resources/assets/styles/components/_admission.scss */

  .admission__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  /* line 222, resources/assets/styles/components/_admission.scss */

  .admission__buttonContainer {
    position: static;
    padding: 0 1.5rem 0 1.5rem;
  }
}

@media all and (max-width: 767px) {
  /* line 234, resources/assets/styles/components/_admission.scss */

  .admission__content.both .admission__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 238, resources/assets/styles/components/_admission.scss */

  .admission__content.both .admission__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width: calc(1140px + 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* line 1, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb {
  background: #1e2032;
  color: #525467;
  font-weight: 500;
  text-transform: uppercase;
  padding: 1em 0;
  font-size: 16px;
}

/* line 9, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__link {
  color: inherit;
  font-weight: 900;
  text-decoration: none;
}

/* line 14, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__link[href] {
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 17, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__link[href]:hover {
  color: #fff;
}

/* line 23, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb span {
  cursor: default;
}

/* line 27, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__separator {
  margin: 0 0.5em;
}

/* line 31, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb.bg-turquoise {
  background: #35a3b7 !important;
  color: #fff !important;
}

/* line 36, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb.bg-blue-light {
  background: #3f4d72 !important;
  color: #fff !important;
}

/* line 41, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb.bg-blue-dark {
  background: #232a3f !important;
}

/* line 45, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb.bg-blue-medium {
  background: #1e2032 !important;
}

/* line 2, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  background: #1e2032;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -o-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 11, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__container.visible {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 15, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__container .close-icon {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  width: 3em;
  height: 3em;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 25, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__container .close-icon:hover {
  opacity: 1;
}

/* line 29, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__container .close-icon svg {
  width: 100%;
  height: 100%;
}

/* line 34, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__container .close-icon.close-icon--modal {
  display: block;
}

/* line 40, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__container .left-icon.left-icon--modal {
  display: none;
}

/* line 46, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em 8em;
  width: 100%;
}

/* line 56, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__title {
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1em;
}

/* line 64, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__brochures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 68, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__brochures__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* line 75, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5em;
}

/* line 82, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__flag {
  width: 1.5em;
  height: 1.5em;
}

/* line 87, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__city {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}

/* line 94, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--brochures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 98, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--isart,
.brochures-modal__download--summer-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 0.6em 0.8em;
  min-width: 9em;
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

/* line 108, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--isart:hover,
.brochures-modal__download--summer-school:hover {
  background: #fff;
}

/* line 112, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--isart .file-icon,
.brochures-modal__download--isart .sun-icon,
.brochures-modal__download--summer-school .file-icon,
.brochures-modal__download--summer-school .sun-icon {
  margin-right: 0.5em;
}

/* line 117, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--isart .file-icon,
.brochures-modal__download--summer-school .file-icon {
  width: 1em;
  height: 1em;
}

/* line 121, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--isart .file-icon svg,
.brochures-modal__download--summer-school .file-icon svg {
  width: 100%;
  height: 100%;
}

/* line 127, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--isart .sun-icon,
.brochures-modal__download--summer-school .sun-icon {
  width: 1em;
  height: 1em;
}

/* line 131, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--isart .sun-icon svg,
.brochures-modal__download--summer-school .sun-icon svg {
  width: 100%;
  height: 100%;
}

/* line 138, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--isart {
  background: #f59f42;
  margin-right: 0.5em;
}

/* line 143, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--summer-school {
  background: #35a3b7;
}

/* line 147, resources/assets/styles/components/_brochures-modal.scss */

.brochures-modal__download--text {
  color: #1e2032;
  font-size: 0.7em;
  font-weight: 900;
  text-transform: uppercase;
}

@media all and (min-width: 992px) and (max-width: 1439px) {
  /* line 159, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__container .close-icon {
    top: 1em;
    right: 1em;
    width: 2.5em;
    height: 2.5em;
  }

  /* line 167, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__content {
    padding: 2em 4em;
  }
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 175, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__container {
    background: #3f4d72;
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 80vw;
    height: 100vh;
  }

  /* line 181, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__container.visible {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  /* line 186, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__container .close-icon.close-icon--modal {
    display: none;
  }

  /* line 191, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__container .left-icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2em 0 0 1.5em;
    width: 1.3em;
    height: 1.3em;
  }

  /* line 199, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__container .left-icon svg {
    width: 100%;
    height: 100%;
  }

  /* line 204, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__container .left-icon.left-icon--modal {
    display: block;
  }

  /* line 210, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__content {
    max-width: 100%;
    margin: 0;
    padding: 6em 1.5em;
    width: 100%;
  }

  /* line 217, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__brochures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 221, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__brochures__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 226, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__country {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
    margin-bottom: 1em;
  }

  /* line 233, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__download--brochures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
    width: 100%;
  }

  /* line 239, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__download--isart,
  .brochures-modal__download--summer-school {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 245, resources/assets/styles/components/_brochures-modal.scss */

  .brochures-modal__download--isart {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}

/* line 1, resources/assets/styles/components/_button.scss */

#buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 7, resources/assets/styles/components/_button.scss */

#buttons .button__single {
  background: #f59f42;
  padding: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  height: 3.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0.5em;
}

/* line 22, resources/assets/styles/components/_button.scss */

#buttons .button__single__icon {
  width: 1.5em;
  margin-right: 1em;
}

@media all and (max-width: 991px) {
  /* line 31, resources/assets/styles/components/_button.scss */

  #buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 35, resources/assets/styles/components/_button.scss */

  #buttons .button__single {
    width: 100%;
    margin-bottom: 1em;
    font-size: 1em;
  }
}

/* line 1, resources/assets/styles/components/_card.scss */

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  max-width: 445px;
  color: #fff;
  position: relative;
  padding: 2em 1.5em;
  background: no-repeat center;
  background-size: cover;
  margin-left: 5em;
}

/* line 12, resources/assets/styles/components/_card.scss */

.card::after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* line 22, resources/assets/styles/components/_card.scss */

.card > * {
  z-index: 1;
}

/* line 26, resources/assets/styles/components/_card.scss */

.card__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 30px);
          flex: 0 0 calc(16.66667% - 30px);
  max-width: calc(16.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 29, resources/assets/styles/components/_card.scss */

.card__left img {
  width: 40px;
}

/* line 34, resources/assets/styles/components/_card.scss */

.card__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  padding: 0 4.2em 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 40, resources/assets/styles/components/_card.scss */

.card__right__title {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
}

/* line 46, resources/assets/styles/components/_card.scss */

.card__right__subtitle {
  color: #f59f42;
  font-size: 0.8em;
  margin-top: 8px;
}

/* line 52, resources/assets/styles/components/_card.scss */

.card__right__button {
  text-transform: uppercase;
  color: #232a3f;
  background-color: #f59f42;
  padding: 0.6em 1em;
  margin: 2em 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.6em;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
}

/* line 65, resources/assets/styles/components/_card.scss */

.card__right__button:hover img {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 70, resources/assets/styles/components/_card.scss */

.card__right__button img {
  width: 20px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  -o-transition: -o-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s, -o-transform ease-in-out 0.4s;
}

@media all and (max-width: 991px) {
  /* line 80, resources/assets/styles/components/_card.scss */

  .card {
    margin-left: 0;
  }

  /* line 84, resources/assets/styles/components/_card.scss */

  .card__left img {
    width: 50px;
  }

  /* line 90, resources/assets/styles/components/_card.scss */

  .card__right__title {
    font-size: 28px;
  }

  /* line 94, resources/assets/styles/components/_card.scss */

  .card__right__subtitle {
    font-size: 1em;
  }

  /* line 98, resources/assets/styles/components/_card.scss */

  .card__right__button {
    font-size: 0.8em;
  }
}

/* line 1, resources/assets/styles/components/_contestdate.scss */

.contestdate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

@media all and (max-width: 991px) {
  /* line 1, resources/assets/styles/components/_contestdate.scss */

  .contestdate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }
}

/* line 8, resources/assets/styles/components/_contestdate.scss */

.contestdate__title {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 35px;
}

/* line 16, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #535f81;
  padding: 24px 20px 60px;
  margin-bottom: 45px;
  overflow: hidden;
}

/* line 25, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates:last-child {
  margin-bottom: 0;
}

/* line 29, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 0;
}

@media all and (max-width: 767px) {
  /* line 29, resources/assets/styles/components/_contestdate.scss */

  .contestdate__dates-background {
    display: none;
  }
}

/* line 41, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#535f81), to(transparent));
  background-image: -webkit-linear-gradient(left, #535f81 0%, transparent 100%);
  background-image: -o-linear-gradient(left, #535f81 0%, transparent 100%);
  background-image: linear-gradient(90deg, #535f81 0%, transparent 100%);
}

/* line 51, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 60, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
  z-index: 1;
}

/* line 66, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-heading .icon {
  display: block;
  width: 48px;
  margin-right: 15px;
}

/* line 71, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-heading .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 77, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-heading .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 87, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
}

/* line 96, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  z-index: 1;
}

/* line 103, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  /* line 103, resources/assets/styles/components/_contestdate.scss */

  .contestdate__dates-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
}

/* line 114, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list-item:last-child {
  margin-bottom: 0;
}

/* line 118, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list-item .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 23px;
  color: #f59f42;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  /* line 118, resources/assets/styles/components/_contestdate.scss */

  .contestdate__dates-list-item .date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* line 133, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list-item .title {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 23px;
  color: #fff;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  /* line 133, resources/assets/styles/components/_contestdate.scss */

  .contestdate__dates-list-item .title {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* line 147, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list-item .type,
.contestdate__dates-list-item .availability {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 5px 11px 3px;
}

/* line 158, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list-item .type {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  margin-right: 12px;
}

@media all and (max-width: 767px) {
  /* line 158, resources/assets/styles/components/_contestdate.scss */

  .contestdate__dates-list-item .type {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* line 170, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list-item .availability {
  color: #3f4d72;
}

/* line 173, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list-item .availability.full {
  background-color: #a6a7b2;
  border: 1px solid #a6a7b2;
}

/* line 178, resources/assets/styles/components/_contestdate.scss */

.contestdate__dates-list-item .availability.available {
  background-color: #f59f42;
  border: 1px solid #f59f42;
}

/* line 1, resources/assets/styles/components/_course-pagination.scss */

.course-pagination {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  width: 100%;
  height: 7em;
}

/* line 7, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__left,
.course-pagination__right,
.course-pagination__center {
  position: relative;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__left .course-pagination__link,
.course-pagination__right .course-pagination__link,
.course-pagination__center .course-pagination__link {
  position: relative;
}

/* line 17, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__left .course-pagination__link span,
.course-pagination__right .course-pagination__link span,
.course-pagination__center .course-pagination__link span {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out, -o-transform 0.4s ease-out;
}

/* line 22, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__left .course-pagination__link:hover .course-pagination__linktext,
.course-pagination__right .course-pagination__link:hover .course-pagination__linktext,
.course-pagination__center .course-pagination__link:hover .course-pagination__linktext {
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

/* line 26, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__left .course-pagination__link:hover .course-pagination__arrow-prev,
.course-pagination__right .course-pagination__link:hover .course-pagination__arrow-prev,
.course-pagination__center .course-pagination__link:hover .course-pagination__arrow-prev {
  -webkit-transform: translate3d(-5px, 0, 0);
          transform: translate3d(-5px, 0, 0);
}

/* line 30, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__left .course-pagination__link:hover .course-pagination__arrow-next,
.course-pagination__right .course-pagination__link:hover .course-pagination__arrow-next,
.course-pagination__center .course-pagination__link:hover .course-pagination__arrow-next {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 38, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__arrow-prev svg,
.course-pagination__arrow-next svg {
  width: 3em;
  height: 3em;
  fill: #fff;
}

/* line 47, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__right .course-pagination__link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 51, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__right .course-pagination__linktext {
  text-align: right;
  margin-right: 1em;
}

/* line 57, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 60, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__left .course-pagination__linktext {
  text-align: left;
  margin-left: 1em;
}

/* line 65, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__left .course-pagination__link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 70, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 73, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__center .course-pagination__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 77, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__center .course-pagination__linktext {
  width: 100%;
  text-align: center;
}

/* line 83, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 94, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(30, 32, 50, 0.5);
}

/* line 105, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}

/* line 115, resources/assets/styles/components/_course-pagination.scss */

.course-pagination__linktext {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

@media all and (max-width: 767px) {
  /* line 122, resources/assets/styles/components/_course-pagination.scss */

  .course-pagination {
    background: #3f4d72;
    color: #fff;
  }

  /* line 126, resources/assets/styles/components/_course-pagination.scss */

  .course-pagination__left,
  .course-pagination__right,
  .course-pagination__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 132, resources/assets/styles/components/_course-pagination.scss */

  .course-pagination__left .course-pagination__link,
  .course-pagination__right .course-pagination__link,
  .course-pagination__center .course-pagination__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 139, resources/assets/styles/components/_course-pagination.scss */

  .course-pagination__left .course-pagination__linktext,
  .course-pagination__right .course-pagination__linktext {
    display: none;
  }

  /* line 144, resources/assets/styles/components/_course-pagination.scss */

  .course-pagination__center {
    max-width: unset;
    text-align: center !important;
  }

  /* line 148, resources/assets/styles/components/_course-pagination.scss */

  .course-pagination__center .course-pagination__linktext {
    width: auto;
    color: #fff;
    text-align: center !important;
  }

  /* line 155, resources/assets/styles/components/_course-pagination.scss */

  .course-pagination__img,
  .course-pagination__overlay {
    display: none;
  }

  /* line 161, resources/assets/styles/components/_course-pagination.scss */

  .course-pagination__arrow-prev svg,
  .course-pagination__arrow-next svg {
    width: 3em;
    height: 3em;
    fill: #fff;
  }
}

/* line 2, resources/assets/styles/components/_cursus.scss */

.section-cursus .grid,
.section-cursus .section-world__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 5, resources/assets/styles/components/_cursus.scss */

.section-cursus .grid .left,
.section-cursus .section-world__row .left,
.section-cursus .grid .right,
.section-cursus .section-world__row .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 10, resources/assets/styles/components/_cursus.scss */

.section-cursus .grid .right,
.section-cursus .section-world__row .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 16, resources/assets/styles/components/_cursus.scss */

.section-cursus .grid .right ul > li,
.section-cursus .section-world__row .right ul > li {
  display: inline-block;
}

/* line 21, resources/assets/styles/components/_cursus.scss */

.section-cursus .filter_button {
  background: none;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5em 0;
  margin: 0 0.5em;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-bottom: 2px solid transparent;
}

/* line 33, resources/assets/styles/components/_cursus.scss */

.section-cursus .filter_button:hover,
.section-cursus .filter_button.active {
  opacity: 1;
}

/* line 38, resources/assets/styles/components/_cursus.scss */

.section-cursus .filter_button.active {
  border-bottom: 2px solid #f59f42;
}

@media all and (max-width: 767px) {
  /* line 47, resources/assets/styles/components/_cursus.scss */

  .section-cursus .grid .left,
  .section-cursus .section-world__row .left,
  .section-cursus .grid .right,
  .section-cursus .section-world__row .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 53, resources/assets/styles/components/_cursus.scss */

  .section-cursus .grid .right ul,
  .section-cursus .section-world__row .right ul {
    padding: 0;
  }
}

/* line 1, resources/assets/styles/components/_faqmenu.scss */

.faqmenu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 991px) {
  /* line 1, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media all and (max-width: 991px) {
  /* line 13, resources/assets/styles/components/_faqmenu.scss */

  .bg-white .faqmenu__left,
  .bg-turquoise .faqmenu__left {
    border-bottom-color: #222945;
  }
}

/* line 19, resources/assets/styles/components/_faqmenu.scss */

.bg-white .faqmenu__selected,
.bg-turquoise .faqmenu__selected {
  border: 1px solid #3f4d72;
}

/* line 23, resources/assets/styles/components/_faqmenu.scss */

.bg-white .faqmenu__questions,
.bg-turquoise .faqmenu__questions {
  border-right-color: #222945;
}

@media all and (min-width: 992px) {
  /* line 32, resources/assets/styles/components/_faqmenu.scss */

  .bg-white .faqmenu__question.active h2,
  .bg-white .faqmenu__question:hover h2,
  .bg-white .faqmenu__question:focus h2,
  .bg-turquoise .faqmenu__question.active h2,
  .bg-turquoise .faqmenu__question:hover h2,
  .bg-turquoise .faqmenu__question:focus h2 {
    color: #35a3b7;
  }
}

@media all and (max-width: 991px) {
  /* line 27, resources/assets/styles/components/_faqmenu.scss */

  .bg-white .faqmenu__question,
  .bg-turquoise .faqmenu__question {
    border-left: 1px solid #222945;
    border-right: 1px solid #222945;
  }

  /* line 42, resources/assets/styles/components/_faqmenu.scss */

  .bg-white .faqmenu__question:first-child,
  .bg-turquoise .faqmenu__question:first-child {
    border-top: none;
  }
}

/* line 48, resources/assets/styles/components/_faqmenu.scss */

.bg-white .faqmenu__question .icon svg,
.bg-turquoise .faqmenu__question .icon svg {
  fill: #35a3b7;
}

/* line 54, resources/assets/styles/components/_faqmenu.scss */

.bg-white .faqmenu__answer,
.bg-turquoise .faqmenu__answer {
  color: #222945;
}

/* line 57, resources/assets/styles/components/_faqmenu.scss */

.bg-white .faqmenu__answer a,
.bg-turquoise .faqmenu__answer a {
  color: #35a3b7;
}

/* line 63, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media all and (max-width: 991px) {
  /* line 63, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
}

/* line 75, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% - 75px);
          flex: 0 0 calc(60% - 75px);
  margin-left: 75px;
}

@media all and (max-width: 991px) {
  /* line 75, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
}

/* line 86, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__selected {
  position: relative;
  display: none;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #3f4d72;
  background-color: #fff;
  padding: 12px 36px 12px 12px;
}

/* line 96, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3f4d72;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

/* line 113, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__selected.open::after {
  -webkit-transform: translate3d(0, -50%, 0) rotate(-180deg);
          transform: translate3d(0, -50%, 0) rotate(-180deg);
}

@media all and (max-width: 991px) {
  /* line 86, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__selected {
    display: block;
  }
}

/* line 123, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0 15px 0 0;
  margin: 0;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 991px) {
  /* line 123, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__questions {
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    width: 100%;
    max-height: 0;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    border-right: none;
    -webkit-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
  }
}

/* line 147, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__question {
  position: relative;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}

@media all and (max-width: 991px) {
  /* line 147, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__question {
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #222945;
  }

  /* line 158, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__question:first-child {
    border-top: 1px solid #222945;
  }
}

/* line 163, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__question:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 992px) {
  /* line 171, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__question.active .icon,
  .faqmenu__question:hover .icon,
  .faqmenu__question:focus .icon {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    opacity: 1;
  }

  /* line 176, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__question.active h2,
  .faqmenu__question:hover h2,
  .faqmenu__question:focus h2 {
    color: #f59f42;
    -webkit-transform: translate3d(26px, 0, 0);
            transform: translate3d(26px, 0, 0);
  }
}

/* line 183, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__question .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transform: translate3d(-26px, -50%, 0);
          transform: translate3d(-26px, -50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s 0.05s ease-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s 0.05s ease-out;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s 0.05s ease-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s 0.05s ease-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s 0.05s ease-out, -webkit-transform 0.3s 0.05s ease-out, -o-transform 0.3s 0.05s ease-out;
}

@media all and (max-width: 991px) {
  /* line 183, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__question .icon {
    display: none;
  }
}

/* line 198, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__question .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.9);
       -o-transform: scale(1.9);
          transform: scale(1.9);
  fill: #f59f42;
}

/* line 207, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__question h2 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  padding-right: 11px;
  color: #a6a7b2;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-out;
  -o-transition: color 0.3s ease-in-out, -o-transform 0.3s ease-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 991px) {
  /* line 207, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__question h2 {
    font-size: 22px;
    padding-right: 0;
  }
}

/* line 224, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__answers {
  overflow: hidden;
}

@media all and (min-width: 992px) {
  /* line 224, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__answers {
    position: -webkit-sticky;
    position: sticky;
    top: calc(84px + 15px);
    left: 0;
  }
}

@media all and (max-width: 991px) {
  /* line 224, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__answers {
    position: relative;
  }
}

/* line 238, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__answer {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 29px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 250, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__answer.active {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  opacity: 1;
}

/* line 255, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__answer h3 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 29px;
  text-transform: none;
  margin-bottom: 15px;
}

@media all and (max-width: 991px) {
  /* line 255, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__answer h3 {
    font-size: 22px;
  }
}

/* line 268, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__answer p {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 29px;
}

@media all and (max-width: 991px) {
  /* line 268, resources/assets/styles/components/_faqmenu.scss */

  .faqmenu__answer p {
    font-size: 18px;
  }
}

/* line 278, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__answer a {
  font-weight: bold;
  color: #f59f42;
  text-decoration: none;
}

/* line 283, resources/assets/styles/components/_faqmenu.scss */

.faqmenu__answer a:hover,
.faqmenu__answer a:focus {
  text-transform: normal;
  text-decoration: underline;
}

/* line 1, resources/assets/styles/components/_full_width_banner.scss */

.full_width_banner {
  text-align: center;
}

/* line 4, resources/assets/styles/components/_full_width_banner.scss */

.full_width_banner__img {
  width: 100%;
  max-width: 1140px;
  display: block;
  margin: auto;
}

/* line 10, resources/assets/styles/components/_full_width_banner.scss */

.full_width_banner__img--mobile {
  display: none !important;
}

@media all and (max-width: 991px) {
  /* line 19, resources/assets/styles/components/_full_width_banner.scss */

  .full_width_banner__img--desktop {
    display: none !important;
  }

  /* line 23, resources/assets/styles/components/_full_width_banner.scss */

  .full_width_banner__img--mobile {
    display: block !important;
  }
}

/* line 2, resources/assets/styles/components/_gallery.scss */

.gallery__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 5, resources/assets/styles/components/_gallery.scss */

.gallery__container.alignedWidthHeadline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 10, resources/assets/styles/components/_gallery.scss */

.gallery__img {
  display: block;
  width: 100%;
}

/* line 16, resources/assets/styles/components/_gallery.scss */

.gallery__col--no-margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  max-width: calc(1140px + 0);
  margin-top: 1em;
}

/* line 21, resources/assets/styles/components/_gallery.scss */

.gallery__col--no-margin--auto {
  margin: 0;
}

/* line 26, resources/assets/styles/components/_gallery.scss */

.gallery__col--no-margin--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 0px);
          flex: 0 0 calc(16.66667% - 0px);
  max-width: calc(16.66667% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0;
}

/* line 26, resources/assets/styles/components/_gallery.scss */

.gallery__col--no-margin--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 0px);
          flex: 0 0 calc(25% - 0px);
  max-width: calc(25% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0;
}

/* line 26, resources/assets/styles/components/_gallery.scss */

.gallery__col--no-margin--4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 0px);
          flex: 0 0 calc(33.33333% - 0px);
  max-width: calc(33.33333% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0;
}

/* line 26, resources/assets/styles/components/_gallery.scss */

.gallery__col--no-margin--5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 0px);
          flex: 0 0 calc(41.66667% - 0px);
  max-width: calc(41.66667% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0;
}

/* line 26, resources/assets/styles/components/_gallery.scss */

.gallery__col--no-margin--6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0px);
          flex: 0 0 calc(50% - 0px);
  max-width: calc(50% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0;
}

/* line 34, resources/assets/styles/components/_gallery.scss */

.gallery__col--small {
  margin: 0;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 40, resources/assets/styles/components/_gallery.scss */

.gallery__col--small--auto {
  margin: 0 2.5%;
}

/* line 45, resources/assets/styles/components/_gallery.scss */

.gallery__col--small--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 0px);
          flex: 0 0 calc(16.66667% - 0px);
  max-width: calc(16.66667% - 0px);
  margin-right: 0px;
  margin-left: 0px;
}

/* line 45, resources/assets/styles/components/_gallery.scss */

.gallery__col--small--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 0px);
          flex: 0 0 calc(25% - 0px);
  max-width: calc(25% - 0px);
  margin-right: 0px;
  margin-left: 0px;
}

/* line 45, resources/assets/styles/components/_gallery.scss */

.gallery__col--small--4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 0px);
          flex: 0 0 calc(33.33333% - 0px);
  max-width: calc(33.33333% - 0px);
  margin-right: 0px;
  margin-left: 0px;
}

/* line 45, resources/assets/styles/components/_gallery.scss */

.gallery__col--small--5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 0px);
          flex: 0 0 calc(41.66667% - 0px);
  max-width: calc(41.66667% - 0px);
  margin-right: 0px;
  margin-left: 0px;
}

/* line 45, resources/assets/styles/components/_gallery.scss */

.gallery__col--small--6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0px);
          flex: 0 0 calc(50% - 0px);
  max-width: calc(50% - 0px);
  margin-right: 0px;
  margin-left: 0px;
}

/* line 50, resources/assets/styles/components/_gallery.scss */

.gallery__col--small--4 {
  padding-right: 1em;
}

/* line 55, resources/assets/styles/components/_gallery.scss */

.gallery__col--medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5%;
  margin-left: -5%;
  max-width: calc(1140px + 10%);
}

/* line 58, resources/assets/styles/components/_gallery.scss */

.gallery__col--medium--auto {
  margin: 0 5%;
}

/* line 63, resources/assets/styles/components/_gallery.scss */

.gallery__col--medium--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 10%);
          flex: 0 0 calc(16.66667% - 10%);
  max-width: calc(16.66667% - 10%);
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 10%;
}

/* line 63, resources/assets/styles/components/_gallery.scss */

.gallery__col--medium--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 10%);
          flex: 0 0 calc(25% - 10%);
  max-width: calc(25% - 10%);
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 10%;
}

/* line 63, resources/assets/styles/components/_gallery.scss */

.gallery__col--medium--4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 10%);
          flex: 0 0 calc(33.33333% - 10%);
  max-width: calc(33.33333% - 10%);
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 10%;
}

/* line 63, resources/assets/styles/components/_gallery.scss */

.gallery__col--medium--5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 10%);
          flex: 0 0 calc(41.66667% - 10%);
  max-width: calc(41.66667% - 10%);
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 10%;
}

/* line 63, resources/assets/styles/components/_gallery.scss */

.gallery__col--medium--6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10%);
          flex: 0 0 calc(50% - 10%);
  max-width: calc(50% - 10%);
  margin-right: 5%;
  margin-left: 5%;
  margin-top: 10%;
}

/* line 71, resources/assets/styles/components/_gallery.scss */

.gallery__col--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10%;
  margin-left: -10%;
  max-width: calc(1140px + 20%);
}

/* line 74, resources/assets/styles/components/_gallery.scss */

.gallery__col--large--auto {
  margin: 0 10%;
}

/* line 79, resources/assets/styles/components/_gallery.scss */

.gallery__col--large--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 20%);
          flex: 0 0 calc(16.66667% - 20%);
  max-width: calc(16.66667% - 20%);
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 20%;
}

/* line 79, resources/assets/styles/components/_gallery.scss */

.gallery__col--large--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20%);
          flex: 0 0 calc(25% - 20%);
  max-width: calc(25% - 20%);
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 20%;
}

/* line 79, resources/assets/styles/components/_gallery.scss */

.gallery__col--large--4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 20%);
          flex: 0 0 calc(33.33333% - 20%);
  max-width: calc(33.33333% - 20%);
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 20%;
}

/* line 79, resources/assets/styles/components/_gallery.scss */

.gallery__col--large--5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 20%);
          flex: 0 0 calc(41.66667% - 20%);
  max-width: calc(41.66667% - 20%);
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 20%;
}

/* line 79, resources/assets/styles/components/_gallery.scss */

.gallery__col--large--6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20%);
          flex: 0 0 calc(50% - 20%);
  max-width: calc(50% - 20%);
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 20%;
}

/* line 87, resources/assets/styles/components/_gallery.scss */

.gallery__col--auto {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media all and (min-width: 992px) {
  /* line 97, resources/assets/styles/components/_gallery.scss */

  body.recompenses .gallery__container {
    padding-top: 0;
  }

  /* line 101, resources/assets/styles/components/_gallery.scss */

  body.recompenses .gallery__img {
    max-width: 9.5em;
    margin: auto;
  }

  /* line 110, resources/assets/styles/components/_gallery.scss */

  body.recompenses section:nth-of-type(2) .gallery__container {
    padding-top: 0;
    padding-bottom: 3em;
  }
}

@media all and (max-width: 767px) {
  /* line 125, resources/assets/styles/components/_gallery.scss */

  .gallery__col--small--2 {
    margin-top: 0;
  }

  /* line 125, resources/assets/styles/components/_gallery.scss */

  .gallery__col--small--3 {
    margin-top: 0;
  }

  /* line 125, resources/assets/styles/components/_gallery.scss */

  .gallery__col--small--4 {
    margin-top: 0;
  }

  /* line 125, resources/assets/styles/components/_gallery.scss */

  .gallery__col--small--5 {
    margin-top: 0;
  }

  /* line 125, resources/assets/styles/components/_gallery.scss */

  .gallery__col--small--6 {
    margin-top: 0;
  }

  /* line 131, resources/assets/styles/components/_gallery.scss */

  .gallery__col--no-margin {
    display: -webkit-box;
    margin-top: 0;
  }

  /* line 135, resources/assets/styles/components/_gallery.scss */

  .gallery__col--no-margin--auto {
    margin: 2%;
    max-width: 28%;
    display: inline-block;
    padding: 0;
    text-align: center;
  }

  /* line 148, resources/assets/styles/components/_gallery.scss */

  body.recompenses .gallery__img {
    max-width: 4.5em;
    margin: auto;
  }

  /* line 157, resources/assets/styles/components/_gallery.scss */

  .page-isart-digital-montreal-data .gallery__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }

  /* line 162, resources/assets/styles/components/_gallery.scss */

  .page-isart-digital-montreal-data .gallery__col--auto {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 0.8em;
  }

  /* line 169, resources/assets/styles/components/_gallery.scss */

  .page-isart-digital-montreal-data .gallery__col--no-margin--auto {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

/* line 1, resources/assets/styles/components/_headline.scss */

.headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  color: #fff;
}

/* line 6, resources/assets/styles/components/_headline.scss */

.headline.no-title {
  margin-bottom: 60px;
}

/* line 10, resources/assets/styles/components/_headline.scss */

.headline__title {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
}

/* line 18, resources/assets/styles/components/_headline.scss */

.headline__bar {
  display: inline-block;
  height: 3px;
  width: 8em;
  background: #f59f42;
  margin: 1.25em 0;
}

/* line 26, resources/assets/styles/components/_headline.scss */

.headline__subtext {
  margin: 0;
  font-size: 22px;
}

/* line 30, resources/assets/styles/components/_headline.scss */

.headline__subtext a {
  color: #f59f42;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 36, resources/assets/styles/components/_headline.scss */

.headline__subtext a:hover {
  color: #dfce90;
}

/* line 41, resources/assets/styles/components/_headline.scss */

.headline__subtext ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 47, resources/assets/styles/components/_headline.scss */

.headline__subtext ul li {
  position: relative;
  padding-left: 1em;
}

/* line 51, resources/assets/styles/components/_headline.scss */

.headline__subtext ul li::before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  background: #f59f42;
}

/* line 65, resources/assets/styles/components/_headline.scss */

.bg-white .headline .headline__bar {
  background: #35a3b7;
}

/* line 69, resources/assets/styles/components/_headline.scss */

.bg-white .headline .headline__subtext a {
  color: #35a3b7;
}

@media all and (max-width: 991px) {
  /* line 76, resources/assets/styles/components/_headline.scss */

  .headline {
    max-width: 100%;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }

  /* line 82, resources/assets/styles/components/_headline.scss */

  .headline__title {
    font-size: 2.1em;
  }
}

/* line 4, resources/assets/styles/components/_hero.scss */

.hero {
  position: relative;
  overflow-x: hidden;
}

/* line 8, resources/assets/styles/components/_hero.scss */

.hero__video {
  background: #232a3f;
}

/* line 12, resources/assets/styles/components/_hero.scss */

.hero__video,
.hero__image {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vw / 2.75);
  max-height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

/* line 23, resources/assets/styles/components/_hero.scss */

.hero__video--youtube,
.hero__image--youtube {
  padding-bottom: calc(100vw / 2.75);
}

/* line 26, resources/assets/styles/components/_hero.scss */

.hero__video--youtube iframe,
.hero__image--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 35, resources/assets/styles/components/_hero.scss */

.hero__video::after,
.hero__image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  height: 100%;
}

/* line 45, resources/assets/styles/components/_hero.scss */

.hero__video__thumbnail,
.hero__image__thumbnail {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 53, resources/assets/styles/components/_hero.scss */

.hero__video__thumbnail.video-loaded,
.hero__image__thumbnail.video-loaded {
  opacity: 0;
}

/* line 58, resources/assets/styles/components/_hero.scss */

.hero__video img,
.hero__video video,
.hero__image img,
.hero__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 65, resources/assets/styles/components/_hero.scss */

.hero__video > div,
.hero__image > div {
  height: 100%;
}

/* line 81, resources/assets/styles/components/_hero.scss */

.hero__heading {
  position: absolute;
  bottom: 3.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 87, resources/assets/styles/components/_hero.scss */

.hero__heading__icon {
  display: block;
  width: 6em;
  height: 6em;
  margin: 0 auto;
}

/* line 93, resources/assets/styles/components/_hero.scss */

.hero__heading__icon svg {
  width: 100%;
  height: 100%;
  fill: white;
}

/* line 100, resources/assets/styles/components/_hero.scss */

.hero__heading__title {
  font-size: 3em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.1em;
  line-height: 1em;
}

/* line 109, resources/assets/styles/components/_hero.scss */

.hero__heading__subtitle {
  font-size: 1.5em;
  font-family: "Rajdhani", sans-serif;
  text-align: center;
  color: #f59f42;
  line-height: 1em;
}

/* line 118, resources/assets/styles/components/_hero.scss */

.hero__badge {
  position: absolute;
  right: 5vw;
  bottom: 2em;
  max-width: 190px;
}

/* line 124, resources/assets/styles/components/_hero.scss */

.hero__badge > img,
.hero__badge > picture {
  width: 100%;
  height: 100%;
}

/* line 132, resources/assets/styles/components/_hero.scss */

.hero__nav__prev-page,
.hero__nav__next-page {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 3.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 142, resources/assets/styles/components/_hero.scss */

.hero__nav__prev-page::after,
.hero__nav__next-page::after {
  content: '';
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3em;
  height: 3em;
  background-position: center center;
  background-size: 100% 100%;
}

/* line 154, resources/assets/styles/components/_hero.scss */

.hero__nav__prev-page {
  left: 0;
  -webkit-transform: translateX(-100%) translateX(250px);
       -o-transform: translateX(-100%) translateX(250px);
          transform: translateX(-100%) translateX(250px);
  padding-right: 3.5em;
}

/* line 159, resources/assets/styles/components/_hero.scss */

.hero__nav__prev-page .hero__nav__page-title {
  text-align: right;
}

/* line 163, resources/assets/styles/components/_hero.scss */

.hero__nav__prev-page .hero__nav__page-description {
  text-align: right;
}

/* line 167, resources/assets/styles/components/_hero.scss */

.hero__nav__prev-page:hover {
  opacity: 1;
  -webkit-transform: translateX(-100%) translateX(280px);
       -o-transform: translateX(-100%) translateX(280px);
          transform: translateX(-100%) translateX(280px);
}

/* line 172, resources/assets/styles/components/_hero.scss */

.hero__nav__prev-page::after {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgPGc+CiAgICA8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJDMCwzODAuNCwxMTAsNDkwLjQsMjQ1LjIsNDkwLjR6IE0yNDUuMiwyNC41ICAgIGMxMjEuNywwLDIyMC43LDk5LDIyMC43LDIyMC43cy05OSwyMjAuNy0yMjAuNywyMjAuN3MtMjIwLjctOTktMjIwLjctMjIwLjdTMTIzLjUsMjQuNSwyNDUuMiwyNC41eiIvPgogICAgPHBhdGggZD0iTTE5OC45LDMyMi44YzIuNCwyLjQsNS41LDMuNiw4LjcsMy42czYuMy0xLjIsOC43LTMuNmM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNDgtNDhoMTgzLjRjNi44LDAsMTIuMy01LjUsMTIuMy0xMi4zICAgIHMtNS41LTEyLjMtMTIuMy0xMi4zSDE2OC4zbDQ4LTQ4YzQuOC00LjgsNC44LTEyLjUsMC0xNy4zcy0xMi41LTQuOC0xNy4zLDBsLTY4LjksNjguOWMtNC44LDQuOC00LjgsMTIuNSwwLDE3LjNMMTk4LjksMzIyLjh6Ii8+CiAgPC9nPgo8L3N2Zz4K);
}

/* line 178, resources/assets/styles/components/_hero.scss */

.hero__nav__next-page {
  right: 0;
  -webkit-transform: translateX(100%) translateX(-250px);
       -o-transform: translateX(100%) translateX(-250px);
          transform: translateX(100%) translateX(-250px);
  padding-left: 3.5em;
}

/* line 183, resources/assets/styles/components/_hero.scss */

.hero__nav__next-page:hover {
  opacity: 1;
  -webkit-transform: translateX(100%) translateX(-280px);
       -o-transform: translateX(100%) translateX(-280px);
          transform: translateX(100%) translateX(-280px);
}

/* line 188, resources/assets/styles/components/_hero.scss */

.hero__nav__next-page::after {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJTMTEwLDQ5MC40LDI0NS4yLDQ5MC40eiBNMjQ1LjIsMjQuNSAgICBjMTIxLjcsMCwyMjAuNyw5OSwyMjAuNywyMjAuN3MtOTksMjIwLjctMjIwLjcsMjIwLjdzLTIyMC43LTk5LTIyMC43LTIyMC43UzEyMy41LDI0LjUsMjQ1LjIsMjQuNXoiLz4KCQk8cGF0aCBkPSJNMTM4LjcsMjU3LjVoMTgzLjRsLTQ4LDQ4Yy00LjgsNC44LTQuOCwxMi41LDAsMTcuM2MyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZsNjguOS02OC45ICAgIGM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNjguOS02OC45Yy00LjgtNC44LTEyLjUtNC44LTE3LjMsMHMtNC44LDEyLjUsMCwxNy4zbDQ4LDQ4SDEzOC43Yy02LjgsMC0xMi4zLDUuNS0xMi4zLDEyLjMgICAgQzEyNi40LDI1Mi4xLDEzMS45LDI1Ny41LDEzOC43LDI1Ny41eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}

/* line 194, resources/assets/styles/components/_hero.scss */

.hero__nav__page-title {
  color: #fff;
  font-size: 2.8em;
  text-transform: uppercase;
}

/* line 200, resources/assets/styles/components/_hero.scss */

.hero__nav__page-description {
  color: #f59f42;
  font-size: 1.3em;
}

/* line 210, resources/assets/styles/components/_hero.scss */

.home .hero__heading__subtitle {
  text-transform: uppercase;
}

/* line 221, resources/assets/styles/components/_hero.scss */

html[lang="fr-FR"] .home .hero__heading__title {
  max-width: 9.9em;
}

/* line 233, resources/assets/styles/components/_hero.scss */

html[lang="en-US"] .home .hero__heading__title {
  max-width: 13em;
}

@media all and (max-width: 991px) {
  /* line 243, resources/assets/styles/components/_hero.scss */

  .hero__heading {
    width: 80%;
  }

  /* line 246, resources/assets/styles/components/_hero.scss */

  .hero__heading__title {
    font-size: 1.6em;
  }

  /* line 250, resources/assets/styles/components/_hero.scss */

  .hero__heading__subtitle {
    font-size: 1.2em;
  }

  /* line 255, resources/assets/styles/components/_hero.scss */

  .hero__badge {
    max-width: 110px;
    bottom: 8em;
  }

  /* line 261, resources/assets/styles/components/_hero.scss */

  .hero__nav__prev-page,
  .hero__nav__next-page {
    display: none;
  }

  /* line 267, resources/assets/styles/components/_hero.scss */

  .hero__video,
  .hero__image {
    min-height: 18em;
    height: calc(100vw / 1.2);
  }

  /* line 278, resources/assets/styles/components/_hero.scss */

  html[lang="fr-FR"] .home .hero__heading__title {
    max-width: 100%;
    padding: 0 0.5em;
  }

  /* line 291, resources/assets/styles/components/_hero.scss */

  html[lang="en-US"] .home .hero__heading__title {
    max-width: 100%;
    padding: 0;
  }
}

@media all and (min-width: 1440px) {
  /* line 303, resources/assets/styles/components/_hero.scss */

  .hero__badge {
    max-width: 290px;
  }
}

/* line 2, resources/assets/styles/components/_image_grid.scss */

.image_grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 10, resources/assets/styles/components/_image_grid.scss */

.image_grid__imageContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(8.33333% - 30px);
          flex: 0 0 calc(8.33333% - 30px);
  max-width: calc(8.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  padding: 1em;
}

/* line 16, resources/assets/styles/components/_image_grid.scss */

.image_grid__image {
  max-width: 100%;
}

@media all and (max-width: 767px) {
  /* line 23, resources/assets/styles/components/_image_grid.scss */

  .image_grid__container {
    padding: 0 !important;
  }

  /* line 27, resources/assets/styles/components/_image_grid.scss */

  .image_grid__imageContainer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
            flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 1em 0;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 37, resources/assets/styles/components/_image_grid.scss */

  .image_grid__container {
    padding: 0 !important;
  }

  /* line 41, resources/assets/styles/components/_image_grid.scss */

  .image_grid__imageContainer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.66667% - 30px);
            flex: 0 0 calc(16.66667% - 30px);
    max-width: calc(16.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 1em 0;
  }
}

/* line 2, resources/assets/styles/components/_infos.scss */

.infos__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 5, resources/assets/styles/components/_infos.scss */

.infos__container--mini {
  font-size: 1.2rem;
  margin: 1em 0;
}

/* line 9, resources/assets/styles/components/_infos.scss */

.infos__container--mini .infos__title {
  display: none;
}

/* line 13, resources/assets/styles/components/_infos.scss */

.infos__container--mini .infos__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 16, resources/assets/styles/components/_infos.scss */

.infos__container--mini .infos__icon svg {
  fill: #f59f42;
}

/* line 26, resources/assets/styles/components/_infos.scss */

.infos__container--mini .infos__phone + .infos__phone,
.infos__container--mini .infos__phone + .infos__mail,
.infos__container--mini .infos__phone + .infos__address,
.infos__container--mini .infos__phone + .infos__fb,
.infos__container--mini .infos__phone + .infos__insta,
.infos__container--mini .infos__mail + .infos__phone,
.infos__container--mini .infos__mail + .infos__mail,
.infos__container--mini .infos__mail + .infos__address,
.infos__container--mini .infos__mail + .infos__fb,
.infos__container--mini .infos__mail + .infos__insta,
.infos__container--mini .infos__address + .infos__phone,
.infos__container--mini .infos__address + .infos__mail,
.infos__container--mini .infos__address + .infos__address,
.infos__container--mini .infos__address + .infos__fb,
.infos__container--mini .infos__address + .infos__insta,
.infos__container--mini .infos__fb + .infos__phone,
.infos__container--mini .infos__fb + .infos__mail,
.infos__container--mini .infos__fb + .infos__address,
.infos__container--mini .infos__fb + .infos__fb,
.infos__container--mini .infos__fb + .infos__insta,
.infos__container--mini .infos__insta + .infos__phone,
.infos__container--mini .infos__insta + .infos__mail,
.infos__container--mini .infos__insta + .infos__address,
.infos__container--mini .infos__insta + .infos__fb,
.infos__container--mini .infos__insta + .infos__insta {
  margin-top: 0.6em;
}

/* line 37, resources/assets/styles/components/_infos.scss */

.infos__container .infos__text__tel,
.infos__container .infos__text__mail,
.infos__container .infos__text__fb,
.infos__container .infos__text__insta {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color ease-in-out 0.4s;
  -o-transition: color ease-in-out 0.4s;
  transition: color ease-in-out 0.4s;
}

/* line 45, resources/assets/styles/components/_infos.scss */

.infos__container .infos__text__tel:hover,
.infos__container .infos__text__mail:hover,
.infos__container .infos__text__fb:hover,
.infos__container .infos__text__insta:hover {
  color: #f59f42;
}

/* line 52, resources/assets/styles/components/_infos.scss */

.infos__column_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 30px);
          flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 56, resources/assets/styles/components/_infos.scss */

.infos__column_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.33333% - 30px);
          flex: 0 0 calc(58.33333% - 30px);
  max-width: calc(58.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 64, resources/assets/styles/components/_infos.scss */

.infos__watermark {
  margin-bottom: 0;
  text-align: center;
}

/* line 71, resources/assets/styles/components/_infos.scss */

.infos__title,
.infos__icon {
  margin-right: 0.8em;
}

/* line 76, resources/assets/styles/components/_infos.scss */

.infos__title {
  font-size: 1.3em;
  line-height: 1em;
  text-transform: uppercase;
  color: #dfce90;
  opacity: 1;
}

/* line 84, resources/assets/styles/components/_infos.scss */

.infos__text {
  font-size: 0.9em;
  color: #fff;
}

/* line 89, resources/assets/styles/components/_infos.scss */

.infos__phone,
.infos__mail,
.infos__address,
.infos__fb,
.infos__insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

/* line 98, resources/assets/styles/components/_infos.scss */

.infos__phone + .infos__phone,
.infos__phone + .infos__mail,
.infos__phone + .infos__address,
.infos__phone + .infos__fb,
.infos__phone + .infos__insta,
.infos__mail + .infos__phone,
.infos__mail + .infos__mail,
.infos__mail + .infos__address,
.infos__mail + .infos__fb,
.infos__mail + .infos__insta,
.infos__address + .infos__phone,
.infos__address + .infos__mail,
.infos__address + .infos__address,
.infos__address + .infos__fb,
.infos__address + .infos__insta,
.infos__fb + .infos__phone,
.infos__fb + .infos__mail,
.infos__fb + .infos__address,
.infos__fb + .infos__fb,
.infos__fb + .infos__insta,
.infos__insta + .infos__phone,
.infos__insta + .infos__mail,
.infos__insta + .infos__address,
.infos__insta + .infos__fb,
.infos__insta + .infos__insta {
  margin-top: 1.2em;
}

/* line 107, resources/assets/styles/components/_infos.scss */

.infos__icon {
  height: 1.1em;
  width: 1.1em;
}

/* line 111, resources/assets/styles/components/_infos.scss */

.infos__icon svg {
  fill: #dfce90;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 767px) {
  /* line 121, resources/assets/styles/components/_infos.scss */

  .infos__container {
    margin: 0;
  }

  /* line 124, resources/assets/styles/components/_infos.scss */

  .infos__container--mini {
    margin: 1em 0 0 0;
  }

  /* line 129, resources/assets/styles/components/_infos.scss */

  .infos__watermark {
    text-align: left;
  }

  /* line 133, resources/assets/styles/components/_infos.scss */

  .infos__column_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }

  /* line 139, resources/assets/styles/components/_infos.scss */

  .infos__column_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 143, resources/assets/styles/components/_infos.scss */

  .infos__text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 15em;
  }

  /* line 149, resources/assets/styles/components/_infos.scss */

  .infos__text a {
    width: 100%;
  }
}

/* line 1, resources/assets/styles/components/_interview.scss */

#interview {
  padding: 0 4.7em;
}

/* line 5, resources/assets/styles/components/_interview.scss */

#interview .interview__exchange {
  padding: 2em 0;
  border-bottom: 1px solid #ececed;
}

/* line 9, resources/assets/styles/components/_interview.scss */

#interview .interview__exchange:last-child {
  border-bottom: none;
}

/* line 13, resources/assets/styles/components/_interview.scss */

#interview .interview__exchange__question {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
}

/* line 18, resources/assets/styles/components/_interview.scss */

#interview .interview__exchange__question__interviewer {
  color: #f59f42;
}

/* line 22, resources/assets/styles/components/_interview.scss */

#interview .interview__exchange__question p {
  display: inline;
  color: #3f4d72;
}

/* line 28, resources/assets/styles/components/_interview.scss */

#interview .interview__exchange__answer {
  color: #3f4d72;
  font-size: 0.9em;
}

@media all and (max-width: 991px) {
  /* line 37, resources/assets/styles/components/_interview.scss */

  #interview {
    padding: 0;
  }

  /* line 41, resources/assets/styles/components/_interview.scss */

  #interview .interview__exchange {
    padding: 1em 0;
  }

  /* line 44, resources/assets/styles/components/_interview.scss */

  #interview .interview__exchange__question {
    font-size: 1.1em;
  }
}

/* line 1, resources/assets/styles/components/_keyfigures.scss */

.keyfigures {
  padding: 18px 0;
}

/* line 7, resources/assets/styles/components/_keyfigures.scss */

.keyfigures.bg-orange .keyfigures__list-item-description,
.keyfigures.bg-orange .keyfigures__list-item-number,
.keyfigures.bg-white .keyfigures__list-item-description,
.keyfigures.bg-white .keyfigures__list-item-number {
  color: #1e2032;
}

/* line 14, resources/assets/styles/components/_keyfigures.scss */

.keyfigures__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 22, resources/assets/styles/components/_keyfigures.scss */

.keyfigures__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% / 3);
          flex: 1 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 12px;
}

@media all and (max-width: 480px) {
  /* line 22, resources/assets/styles/components/_keyfigures.scss */

  .keyfigures__list-item {
    padding: 0 6px;
  }
}

/* line 34, resources/assets/styles/components/_keyfigures.scss */

.keyfigures__list-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
}

@media all and (max-width: 480px) {
  /* line 34, resources/assets/styles/components/_keyfigures.scss */

  .keyfigures__list-item-img {
    width: 40px;
    height: 40px;
  }
}

/* line 46, resources/assets/styles/components/_keyfigures.scss */

.keyfigures__list-item-img img {
  width: 100%;
  height: 100%;
}

/* line 52, resources/assets/styles/components/_keyfigures.scss */

.keyfigures__list-item-number {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media all and (max-width: 480px) {
  /* line 52, resources/assets/styles/components/_keyfigures.scss */

  .keyfigures__list-item-number {
    font-size: 28px;
  }
}

/* line 63, resources/assets/styles/components/_keyfigures.scss */

.keyfigures__list-item-description {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

@media all and (max-width: 480px) {
  /* line 63, resources/assets/styles/components/_keyfigures.scss */

  .keyfigures__list-item-description {
    font-size: 14px;
  }
}

/* line 1, resources/assets/styles/components/_partners_gallery.scss */

.partners_gallery {
  padding: 1em 0;
}

/* line 5, resources/assets/styles/components/_partners_gallery.scss */

.partners_gallery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 9, resources/assets/styles/components/_partners_gallery.scss */

.partners_gallery__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 14, resources/assets/styles/components/_partners_gallery.scss */

.partners_gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16%;
  margin: 10px 10px;
}

/* line 22, resources/assets/styles/components/_partners_gallery.scss */

.partners_gallery__img {
  max-width: 100%;
  max-height: 3.3em;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

/* line 27, resources/assets/styles/components/_partners_gallery.scss */

.partners_gallery__img--hidden {
  opacity: 0;
}

/* line 32, resources/assets/styles/components/_partners_gallery.scss */

.partners_gallery__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 30px);
          flex: 0 0 calc(16.66667% - 30px);
  max-width: calc(16.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f59f42;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 900;
}

/* line 44, resources/assets/styles/components/_partners_gallery.scss */

.partners_gallery__number__text {
  padding: 0 1em;
}

/* line 47, resources/assets/styles/components/_partners_gallery.scss */

.partners_gallery__number__text span {
  display: block;
  line-height: 1;
  font-size: 4.5em;
  margin: 0 0.2em;
}

@media all and (max-width: 991px) {
  /* line 1, resources/assets/styles/components/_partners_gallery.scss */

  .partners_gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0.5em 1em;
  }

  /* line 60, resources/assets/styles/components/_partners_gallery.scss */

  .partners_gallery__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 65, resources/assets/styles/components/_partners_gallery.scss */

  .partners_gallery__number__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 71, resources/assets/styles/components/_partners_gallery.scss */

  .partners_gallery__item {
    width: 23.33%;
  }
}

@media all and (max-width: 767px) {
  /* line 1, resources/assets/styles/components/_partners_gallery.scss */

  .partners_gallery {
    padding: 0.5em 0;
  }

  /* line 79, resources/assets/styles/components/_partners_gallery.scss */

  .partners_gallery__gallery {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 91, resources/assets/styles/components/_partners_gallery.scss */

  .partners_gallery__gallery__item {
    margin: 2%;
    width: calc((100% / 3) - 4%);
  }

  /* line 97, resources/assets/styles/components/_partners_gallery.scss */

  .partners_gallery__number {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

/* line 1, resources/assets/styles/components/_prices_table.scss */

.prices_table {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 30px);
          flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  margin-top: 0.7em;
}

/* line 9, resources/assets/styles/components/_prices_table.scss */

.prices_table:not(:nth-child(3n+3)) {
  margin-left: 0;
}

/* line 13, resources/assets/styles/components/_prices_table.scss */

.prices_table:nth-child(3n+3) {
  margin-right: 0;
}

/* line 17, resources/assets/styles/components/_prices_table.scss */

.prices_table__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 25, resources/assets/styles/components/_prices_table.scss */

.prices_table__container + .grid .text__content,
.prices_table__container + .section-world__row .text__content {
  color: #fff;
  padding: 1.6em;
}

/* line 33, resources/assets/styles/components/_prices_table.scss */

.prices_table__header {
  background: #3f4d72;
  padding: 1em;
  min-height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 43, resources/assets/styles/components/_prices_table.scss */

.prices_table__body {
  background: #232a3f;
  padding: 2em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 49, resources/assets/styles/components/_prices_table.scss */

.prices_table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 57, resources/assets/styles/components/_prices_table.scss */

.prices_table__title {
  font-size: 1em;
  color: #f59f42;
  text-transform: uppercase;
}

/* line 63, resources/assets/styles/components/_prices_table.scss */

.prices_table__subtitle,
.prices_table__price {
  color: #fff;
}

/* line 68, resources/assets/styles/components/_prices_table.scss */

.prices_table__label,
.prices_table__arrow {
  color: #f59f42;
}

/* line 73, resources/assets/styles/components/_prices_table.scss */

.prices_table__label,
.prices_table__price {
  font-size: 0.8em;
}

/* line 78, resources/assets/styles/components/_prices_table.scss */

.prices_table__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
}

/* line 86, resources/assets/styles/components/_prices_table.scss */

.prices_table__label::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
       -o-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

/* line 95, resources/assets/styles/components/_prices_table.scss */

.prices_table__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  text-align: right;
}

/* line 101, resources/assets/styles/components/_prices_table.scss */

.prices_table__arrow {
  margin-left: 0.2em;
}

@media all and (max-width: 991px) {
  /* line 107, resources/assets/styles/components/_prices_table.scss */

  .prices_table {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin: 1em 15px 2em 15px !important;
  }
}

/* line 1, resources/assets/styles/components/_quicklink.scss */

.quick-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3em;
}

/* line 7, resources/assets/styles/components/_quicklink.scss */

.quick-link + section {
  padding-top: 3em;
}

/* line 11, resources/assets/styles/components/_quicklink.scss */

.quick-link__right,
.quick-link__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  height: 3em;
}

/* line 19, resources/assets/styles/components/_quicklink.scss */

.quick-link__left {
  background: #f59f42;
  position: relative;
  z-index: 2;
}

/* line 24, resources/assets/styles/components/_quicklink.scss */

.quick-link__left::after {
  content: '';
  border-top: 3em solid #f59f42;
  border-bottom: 0;
  border-right: 1em solid transparent;
  position: absolute;
  right: -1em;
  top: 0;
}

/* line 35, resources/assets/styles/components/_quicklink.scss */

.quick-link__right {
  padding-left: 1.5em;
  position: relative;
  background: #fff;
  z-index: 1;
}

/* line 41, resources/assets/styles/components/_quicklink.scss */

.quick-link__right::after {
  content: '';
  border-top: 3em solid #fff;
  border-bottom: 0;
  border-right: 1em solid transparent;
  position: absolute;
  right: -1em;
  top: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    /* line 56, resources/assets/styles/components/_quicklink.scss */

    .quick-link__left::after {
      right: calc((-3em / 3) + 1px);
    }

    /* line 62, resources/assets/styles/components/_quicklink.scss */

    .quick-link__right::after {
      right: calc((-3em / 3) + 1px);
    }
}
}

/* line 69, resources/assets/styles/components/_quicklink.scss */

.quick-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

/* line 75, resources/assets/styles/components/_quicklink.scss */

.quick-link__link:hover .quick-link__icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 81, resources/assets/styles/components/_quicklink.scss */

.quick-link__title {
  text-transform: uppercase;
  margin: 0;
  font-size: 1em;
  font-weight: 900;
  color: #fff;
}

/* line 89, resources/assets/styles/components/_quicklink.scss */

.quick-link__post-date {
  color: #f59f42;
  font-size: 0.9em;
  font-weight: 900;
  margin-right: 0.8em;
}

/* line 96, resources/assets/styles/components/_quicklink.scss */

.quick-link__post-title {
  color: #3f4d72;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
}

/* line 103, resources/assets/styles/components/_quicklink.scss */

.quick-link__icon {
  height: 1.1em;
  width: 1.1em;
  margin-left: 0.75em;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  -o-transition: -o-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s, -o-transform ease-in-out 0.4s;
}

/* line 109, resources/assets/styles/components/_quicklink.scss */

.quick-link__icon svg {
  fill: #f59f42;
}

@media all and (max-width: 991px) {
  /* line 118, resources/assets/styles/components/_quicklink.scss */

  .quick-link {
    margin-bottom: -60px;
  }

  /* line 121, resources/assets/styles/components/_quicklink.scss */

  .quick-link + section {
    padding-top: calc(2em + 60px);
  }

  /* line 125, resources/assets/styles/components/_quicklink.scss */

  .quick-link__left {
    padding: 0 0.5em 0 1em;
    width: 6.25em;
  }

  /* line 129, resources/assets/styles/components/_quicklink.scss */

  .quick-link__left::after {
    border-top: 60px solid #f59f42;
    border-right: 20px solid transparent;
    right: -20px;
  }

  /* line 136, resources/assets/styles/components/_quicklink.scss */

  .quick-link__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  /* line 139, resources/assets/styles/components/_quicklink.scss */

  .quick-link__right::after {
    display: none;
  }

  /* line 144, resources/assets/styles/components/_quicklink.scss */

  .quick-link__right,
  .quick-link__left {
    height: 60px;
  }

  /* line 149, resources/assets/styles/components/_quicklink.scss */

  .quick-link__title,
  .quick-link__post-title {
    font-size: 1.2em;
  }

  /* line 154, resources/assets/styles/components/_quicklink.scss */

  .quick-link__post-date {
    display: none;
  }
}

@media all and (max-width: 767px) {
  /* line 162, resources/assets/styles/components/_quicklink.scss */

  .quick-link__post-title {
    width: 10.8em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* line 2, resources/assets/styles/components/_search-overlay.scss */

.search__container {
  font-size: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.4s ease-in-out;
  -o-transition: visibility 0s, opacity 0.4s ease-in-out;
  transition: visibility 0s, opacity 0.4s ease-in-out;
}

/* line 17, resources/assets/styles/components/_search-overlay.scss */

.search__container.visible {
  opacity: 1;
  visibility: visible;
}

/* line 23, resources/assets/styles/components/_search-overlay.scss */

.search__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

/* line 33, resources/assets/styles/components/_search-overlay.scss */

.search__bar {
  background-color: #fff;
  padding: 1.5em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 39, resources/assets/styles/components/_search-overlay.scss */

.search__bar--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 42, resources/assets/styles/components/_search-overlay.scss */

.search__bar--icon svg {
  fill: #525467;
}

/* line 47, resources/assets/styles/components/_search-overlay.scss */

.search__bar--input {
  margin: 0 2em;
  min-width: 300px;
  border: none;
  outline: none;
  text-overflow: ellipsis;
}

/* line 54, resources/assets/styles/components/_search-overlay.scss */

.search__bar--input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b3b3b3;
}

/* line 58, resources/assets/styles/components/_search-overlay.scss */

.search__bar--input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
}

/* line 62, resources/assets/styles/components/_search-overlay.scss */

.search__bar--input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b3b3b3;
}

/* line 66, resources/assets/styles/components/_search-overlay.scss */

.search__bar--input:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
}

/* line 71, resources/assets/styles/components/_search-overlay.scss */

.search__bar--submit {
  color: #f59f42;
  outline: none;
  cursor: pointer;
  border: none;
  background: transparent;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 80, resources/assets/styles/components/_search-overlay.scss */

.search__bar--submit.disabled {
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
  opacity: 0.5;
}

@media all and (max-width: 991px) {
  /* line 91, resources/assets/styles/components/_search-overlay.scss */

  .search__bar {
    padding: 1em;
  }

  /* line 94, resources/assets/styles/components/_search-overlay.scss */

  .search__bar--input {
    margin: 0 0.5em;
    min-width: auto;
  }
}

/* line 1, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner {
  padding-bottom: 0;
}

/* line 7, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__content {
  color: #3f4d72;
}

/* line 11, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__tabs {
  width: 100%;
  background-color: #dbdce0;
}

/* line 15, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__tabs-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 23, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__subscribe {
  background: #f59f42;
}

/* line 26, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__subscribe__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232a3f;
  line-height: 1;
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 4.2rem 0;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 41, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__subscribe__button:hover {
  -webkit-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
}

/* line 44, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__subscribe__button:hover .icon {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 49, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__subscribe__button:hover svg {
  fill: #232a3f;
}

/* line 54, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__subscribe__button .icon {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 0.75em;
  height: 0.75em;
  margin: 0 0.5em;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}

/* line 64, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__subscribe__button .icon svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}

/* line 73, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0px);
          flex: 0 0 calc(50% - 0px);
  max-width: calc(50% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  color: #1e2032;
  padding: 1.3rem 0;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

/* line 88, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__button:hover {
  background: #222945;
  color: #fff;
}

/* line 92, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__button:hover .icon {
  color: #fff;
}

/* line 97, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  margin: 0 0.5em;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  -o-transition: -o-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s, -o-transform ease 0.4s;
}

/* line 104, resources/assets/styles/components/_section-admission-banner.scss */

.section-admission-banner .admission_banner__button .icon svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}

@media all and (max-width: 991px) {
  /* line 115, resources/assets/styles/components/_section-admission-banner.scss */

  .section-admission-banner .admission_banner__subscribe__button {
    font-size: 1.6rem !important;
  }

  /* line 119, resources/assets/styles/components/_section-admission-banner.scss */

  .section-admission-banner .admission_banner__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    margin: 0;
    font-size: 1.4rem !important;
    padding: 1.5rem;
  }

  /* line 128, resources/assets/styles/components/_section-admission-banner.scss */

  .section-admission-banner .admission_banner__tabs-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 9, resources/assets/styles/components/_section-agenda.scss */

.section-agenda .slider__container {
  padding: 0.4em 0;
}

/* line 1, resources/assets/styles/components/_section-awards.scss */

.section-awards {
  padding-top: 1em;
}

/* line 10, resources/assets/styles/components/_section-awards.scss */

.section-awards .gallery {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  /* line 17, resources/assets/styles/components/_section-awards.scss */

  .section-awards__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width: calc(1140px + 30px);
  }

  /* line 21, resources/assets/styles/components/_section-awards.scss */

  .section-awards__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width: calc(1140px + 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
  }

  /* line 27, resources/assets/styles/components/_section-awards.scss */

  .section-awards__left .headline {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.33333% - 30px);
            flex: 0 0 calc(83.33333% - 30px);
    max-width: calc(83.33333% - 30px);
    margin-right: 15px;
    margin-left: calc(16.66667% + 15px);
  }

  /* line 31, resources/assets/styles/components/_section-awards.scss */

  .section-awards__left__gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.33333% - 15px);
            flex: 0 0 calc(83.33333% - 15px);
    max-width: calc(83.33333% - 15px);
    margin-right: 7.5px;
    margin-left: calc(16.66667% + 7.5px);
  }

  /* line 36, resources/assets/styles/components/_section-awards.scss */

  .section-awards__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.66667% - 30px);
            flex: 0 0 calc(41.66667% - 30px);
    max-width: calc(41.66667% - 30px);
    margin-right: 15px;
    margin-left: calc(8.33333% + 15px);
    position: relative;
    margin-bottom: 0;
  }

  /* line 42, resources/assets/styles/components/_section-awards.scss */

  .section-awards__right .gallery__img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* line 49, resources/assets/styles/components/_section-awards.scss */

  .section-awards .mobile {
    display: none;
  }
}

@media all and (max-width: 767px) {
  /* line 57, resources/assets/styles/components/_section-awards.scss */

  .section-awards .mobile {
    margin: 1.4em 0 0;
  }

  /* line 61, resources/assets/styles/components/_section-awards.scss */

  .section-awards .desktop {
    display: none;
  }
}

/* line 5, resources/assets/styles/components/_section-course.scss */

.section-course__header-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  padding: 2em 0 2.5em 0;
  color: #7d7d7d;
  font-size: 14px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

/* line 16, resources/assets/styles/components/_section-course.scss */

.section-course__padding {
  padding-top: 2em;
  padding-bottom: 3em;
}

/* line 21, resources/assets/styles/components/_section-course.scss */

.section-course__title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 28, resources/assets/styles/components/_section-course.scss */

.section-course__orangetext {
  color: #f59f42;
  font-size: 16px;
  margin: 1em 0;
}

/* line 34, resources/assets/styles/components/_section-course.scss */

.section-course__low_line_height {
  line-height: 0.8;
}

/* line 38, resources/assets/styles/components/_section-course.scss */

.section-course__lengthvalue {
  text-align: center;
  font-size: 40px;
}

/* line 43, resources/assets/styles/components/_section-course.scss */

.section-course__subtext {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(16.66667% + 15px);
  max-width: 500px;
}

/* line 49, resources/assets/styles/components/_section-course.scss */

.section-course__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 53, resources/assets/styles/components/_section-course.scss */

.section-course__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  color: #3f4d72;
  min-height: 400px;
}

/* line 61, resources/assets/styles/components/_section-course.scss */

.section-course__flag svg {
  width: 30px;
}

/* line 67, resources/assets/styles/components/_section-course.scss */

.section-course.bg-grey .section-course__watermark {
  color: #3f4d72;
}

/* line 72, resources/assets/styles/components/_section-course.scss */

.section-course__watermark {
  width: 100%;
}

/* line 78, resources/assets/styles/components/_section-course.scss */

.section-course__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 83, resources/assets/styles/components/_section-course.scss */

.section-course__gallery .grid,
.section-course__gallery .section-world__row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 87, resources/assets/styles/components/_section-course.scss */

.section-course__gallery-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7em;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #1e2032;
  background: #f59f42;
  padding: 1em;
}

/* line 88, resources/assets/styles/components/_section-course.scss */

.section-course__gallery-button__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}

/* line 108, resources/assets/styles/components/_section-course.scss */

.section-course__gallery-button:hover .section-course__gallery-button-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 113, resources/assets/styles/components/_section-course.scss */

.section-course__gallery-button-icon {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 119, resources/assets/styles/components/_section-course.scss */

.section-course__gallery-button-icon svg {
  fill: #232a3f;
  width: 100%;
  height: 100%;
}

/* line 130, resources/assets/styles/components/_section-course.scss */

.section-course.job .headline__title {
  color: #fff;
}

/* line 135, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__description {
  font-size: 18px;
  line-height: 1.2;
}

/* line 139, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__description h3,
.section-course.job .section-course__description h4,
.section-course.job .section-course__description h5,
.section-course.job .section-course__description h6 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

/* line 149, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__description img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* line 155, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__description a {
  font-weight: bold;
  color: #f59f42;
  text-decoration: none;
}

/* line 160, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__description a:hover,
.section-course.job .section-course__description a:focus {
  text-transform: normal;
  text-decoration: underline;
}

/* line 167, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__description__item {
  margin-top: 30px;
}

/* line 170, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__description__item h2,
.section-course.job .section-course__description__item h3,
.section-course.job .section-course__description__item h4,
.section-course.job .section-course__description__item h5,
.section-course.job .section-course__description__item h6 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

@media all and (max-width: 767px) {
  /* line 181, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__description__item .desktop {
    display: none;
  }
}

/* line 187, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__description__item .mobile {
  display: none;
}

@media all and (max-width: 767px) {
  /* line 187, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__description__item .mobile {
    display: block;
  }
}

/* line 198, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 202, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media all and (max-width: 991px) {
  /* line 202, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
}

/* line 214, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% - 75px);
          flex: 0 0 calc(60% - 75px);
  margin-left: 75px;
}

@media all and (max-width: 991px) {
  /* line 214, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
}

/* line 225, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-selected {
  position: relative;
  display: none;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #3f4d72;
  background-color: #fff;
  padding: 12px 36px 12px 12px;
}

/* line 235, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 0;
  height: 0;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3f4d72;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

/* line 252, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-selected.open::after {
  -webkit-transform: translate3d(0, -50%, 0) rotate(-180deg);
          transform: translate3d(0, -50%, 0) rotate(-180deg);
}

@media all and (max-width: 991px) {
  /* line 225, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-selected {
    display: block;
  }
}

/* line 262, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0 15px 0 0;
  margin: 0;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 991px) {
  /* line 262, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-questions {
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    width: 100%;
    max-height: 0;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    border-right: none;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
  }
}

/* line 287, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-question {
  position: relative;
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
}

@media all and (max-width: 991px) {
  /* line 287, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-question {
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #222945;
  }

  /* line 298, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-question:first-child {
    border-top: 1px solid #222945;
  }

  /* line 302, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-question:last-child {
    border-bottom: none;
  }
}

/* line 307, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-question:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 992px) {
  /* line 315, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-question.active .icon,
  .section-course.job .section-course__faq-question:hover .icon,
  .section-course.job .section-course__faq-question:focus .icon {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    opacity: 1;
  }

  /* line 320, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-question.active h2,
  .section-course.job .section-course__faq-question:hover h2,
  .section-course.job .section-course__faq-question:focus h2 {
    color: #f59f42;
    -webkit-transform: translate3d(26px, 0, 0);
            transform: translate3d(26px, 0, 0);
  }
}

/* line 327, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-question .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transform: translate3d(-26px, -50%, 0);
          transform: translate3d(-26px, -50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s 0.05s ease-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s 0.05s ease-out;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s 0.05s ease-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s 0.05s ease-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s 0.05s ease-out, -webkit-transform 0.3s 0.05s ease-out, -o-transform 0.3s 0.05s ease-out;
}

@media all and (max-width: 991px) {
  /* line 327, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-question .icon {
    display: none;
  }
}

/* line 342, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-question .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.9);
       -o-transform: scale(1.9);
          transform: scale(1.9);
  fill: #f59f42;
}

/* line 351, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-question h2 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  padding-right: 11px;
  color: #a6a7b2;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-out;
  -o-transition: color 0.3s ease-in-out, -o-transform 0.3s ease-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 991px) {
  /* line 351, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-question h2 {
    font-size: 22px;
    padding-right: 0;
  }
}

/* line 368, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-answers {
  overflow: hidden;
}

@media all and (min-width: 992px) {
  /* line 368, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-answers {
    position: -webkit-sticky;
    position: sticky;
    top: calc(84px + 15px);
    left: 0;
  }
}

@media all and (max-width: 991px) {
  /* line 368, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-answers {
    position: relative;
  }
}

/* line 382, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-answer {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 29px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 394, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-answer.active {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  opacity: 1;
}

/* line 399, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-answer h3 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 29px;
  text-transform: none;
  margin-bottom: 15px;
}

@media all and (max-width: 991px) {
  /* line 399, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-answer h3 {
    font-size: 22px;
  }
}

/* line 412, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-answer p {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 22px;
  line-height: 29px;
}

@media all and (max-width: 991px) {
  /* line 412, resources/assets/styles/components/_section-course.scss */

  .section-course.job .section-course__faq-answer p {
    font-size: 18px;
  }
}

/* line 422, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-answer a {
  font-weight: bold;
  color: #f59f42;
  text-decoration: none;
}

/* line 427, resources/assets/styles/components/_section-course.scss */

.section-course.job .section-course__faq-answer a:hover,
.section-course.job .section-course__faq-answer a:focus {
  text-transform: normal;
  text-decoration: underline;
}

/* line 438, resources/assets/styles/components/_section-course.scss */

.section-course__jobtitle {
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 900;
  font-size: 18px;
}

/* line 445, resources/assets/styles/components/_section-course.scss */

.section-course__twoColumns {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1em;
          column-gap: 1em;
  -webkit-column-span: all;
          column-span: all;
  font-size: 18px;
  line-height: 1.56;
}

/* line 453, resources/assets/styles/components/_section-course.scss */

.section-course__admission,
.section-course__duration,
.section-course__diploma,
.section-course__rhythm,
.section-course__campus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 30px);
          flex: 0 0 calc(16.66667% - 30px);
  max-width: calc(16.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

/* line 464, resources/assets/styles/components/_section-course.scss */

.section-course__admission-icon,
.section-course__duration-icon,
.section-course__diploma-icon,
.section-course__rhythm-icon,
.section-course__campus-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2em;
  margin: 0 0.2em 0.5em 0.2em;
}

/* line 469, resources/assets/styles/components/_section-course.scss */

.section-course__admission-icon svg,
.section-course__duration-icon svg,
.section-course__diploma-icon svg,
.section-course__rhythm-icon svg,
.section-course__campus-icon svg {
  width: 100%;
  height: 100%;
}

/* line 474, resources/assets/styles/components/_section-course.scss */

.section-course__admission-icon-container,
.section-course__duration-icon-container,
.section-course__diploma-icon-container,
.section-course__rhythm-icon-container,
.section-course__campus-icon-container {
  margin-top: 1em;
}

/* line 479, resources/assets/styles/components/_section-course.scss */

.section-course__admission-text,
.section-course__duration-text,
.section-course__diploma-text,
.section-course__rhythm-text,
.section-course__campus-text {
  font-size: 1em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

/* line 488, resources/assets/styles/components/_section-course.scss */

.section-course__diploma .section-course__orangetext {
  margin: 0;
}

/* line 494, resources/assets/styles/components/_section-course.scss */

.section-course.tarifs .section-course__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 498, resources/assets/styles/components/_section-course.scss */

.section-course.tarifs .section-course__left .headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(16.66667% + 15px);
}

/* line 503, resources/assets/styles/components/_section-course.scss */

.section-course.tarifs .section-course__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 508, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 515, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs__left,
.section-course__tarifs__right {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 523, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.66667% - 0px);
          flex: 0 0 calc(66.66667% - 0px);
  max-width: calc(66.66667% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  background: rgba(30, 32, 50, 0.3);
}

/* line 528, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs__left p {
  width: 100%;
  position: relative;
  z-index: 3;
}

/* line 534, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs__left.fullwidth {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 0px);
          flex: 0 0 calc(100% - 0px);
  max-width: calc(100% - 0px);
  margin-right: 0px;
  margin-left: 0px;
}

/* line 539, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 0px);
          flex: 0 0 calc(33.33333% - 0px);
  max-width: calc(33.33333% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2c324c;
  position: relative;
}

/* line 546, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs__right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-25deg) translateX(80%);
       -o-transform: skew(-25deg) translateX(80%);
          transform: skew(-25deg) translateX(80%);
  background: #2c324c;
}

/* line 558, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
}

/* line 564, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs-header__flag {
  width: 50px;
  margin-right: 15px;
}

/* line 568, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs-header__flag svg {
  width: 100%;
}

/* line 573, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs-header__title {
  color: #fff;
  text-transform: uppercase;
}

/* line 579, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs__title {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-transform: normal !important;
}

/* line 586, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs__subtitle {
  color: #f59f42;
  font-size: 18px;
}

/* line 591, resources/assets/styles/components/_section-course.scss */

.section-course__tarifs__price {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: 900;
  text-align: right;
}

/* line 602, resources/assets/styles/components/_section-course.scss */

.section-course.admission .headline__title {
  color: #3f4d72;
}

/* line 609, resources/assets/styles/components/_section-course.scss */

.section-course .admission__subscribe,
.section-course .admission__dates {
  padding: 30px;
}

/* line 614, resources/assets/styles/components/_section-course.scss */

.section-course .admission__subscribe {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.33333% - 0px);
          flex: 0 0 calc(58.33333% - 0px);
  max-width: calc(58.33333% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  background: #fff;
  position: relative;
}

/* line 620, resources/assets/styles/components/_section-course.scss */

.section-course .admission__subscribe__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #f59f42;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.6em 0;
  text-decoration: none;
  -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 638, resources/assets/styles/components/_section-course.scss */

.section-course .admission__subscribe__button:hover {
  background: #232a3f;
  color: #f59f42;
}

/* line 642, resources/assets/styles/components/_section-course.scss */

.section-course .admission__subscribe__button:hover svg {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  fill: #f59f42;
}

/* line 648, resources/assets/styles/components/_section-course.scss */

.section-course .admission__subscribe__button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
}

/* line 655, resources/assets/styles/components/_section-course.scss */

.section-course .admission__subscribe__button .icon svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
  -webkit-transition: fill 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, fill 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, fill 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 665, resources/assets/styles/components/_section-course.scss */

.section-course .admission__dates {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 0px);
          flex: 0 0 calc(41.66667% - 0px);
  max-width: calc(41.66667% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
  background: #1e2032;
}

/* line 671, resources/assets/styles/components/_section-course.scss */

.section-course .admission__dates .admission__title {
  color: #fff;
}

/* line 675, resources/assets/styles/components/_section-course.scss */

.section-course .admission__dates__wrapper {
  padding: 0 2em;
}

/* line 680, resources/assets/styles/components/_section-course.scss */

.section-course .admission__timeline {
  text-align: center;
  margin: 2em 0;
}

/* line 684, resources/assets/styles/components/_section-course.scss */

.section-course .admission__timeline svg {
  width: 100%;
}

/* line 689, resources/assets/styles/components/_section-course.scss */

.section-course .admission__title {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}

/* line 695, resources/assets/styles/components/_section-course.scss */

.section-course .admission__subtitle {
  text-align: center;
  font-size: 18px;
  color: #7d7d7d;
  margin: 1em 0;
}

/* line 702, resources/assets/styles/components/_section-course.scss */

.section-course .admission__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  background: #f59f42;
  color: #1e2032;
  padding: 1em 0;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7em;
  font-weight: 900;
  line-height: 1;
}

/* line 718, resources/assets/styles/components/_section-course.scss */

.section-course .admission__buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5em;
}

/* line 728, resources/assets/styles/components/_section-course.scss */

.section-course .admission__button.grey {
  background: #ededed;
}

/* line 733, resources/assets/styles/components/_section-course.scss */

.section-course .admission__button:hover .icon:last-child {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 738, resources/assets/styles/components/_section-course.scss */

.section-course .admission__button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  margin: 0 0.5em;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  -o-transition: -o-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s, -o-transform ease 0.4s;
}

/* line 745, resources/assets/styles/components/_section-course.scss */

.section-course .admission__button .icon svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}

/* line 753, resources/assets/styles/components/_section-course.scss */

.section-course .admission__dateblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 1.5em 0;
}

/* line 759, resources/assets/styles/components/_section-course.scss */

.section-course .admission__dateblock__left {
  width: 30px;
  margin-right: 1em;
}

/* line 763, resources/assets/styles/components/_section-course.scss */

.section-course .admission__dateblock__left svg {
  max-width: 100%;
}

/* line 768, resources/assets/styles/components/_section-course.scss */

.section-course .admission__dateblock__title {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

/* line 775, resources/assets/styles/components/_section-course.scss */

.section-course .admission__dateblock__subtitle {
  color: #f59f42;
  font-size: 18px;
  font-weight: 500;
}

/* line 783, resources/assets/styles/components/_section-course.scss */

.section-course .icon-plus {
  -webkit-transform: rotateZ(45deg);
       -o-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  text-align: center;
  margin: 1em 0;
}

/* line 788, resources/assets/styles/components/_section-course.scss */

.section-course .icon-plus svg {
  stroke: #f59f42;
}

/* line 795, resources/assets/styles/components/_section-course.scss */

#section-course__content.both .section-course__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.33333% - 30px);
          flex: 0 0 calc(58.33333% - 30px);
  max-width: calc(58.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 799, resources/assets/styles/components/_section-course.scss */

#section-course__content.both .section-course__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 0px);
          flex: 0 0 calc(100% - 0px);
  max-width: calc(100% - 0px);
  margin-right: 0px;
  margin-left: 0px;
}

/* line 803, resources/assets/styles/components/_section-course.scss */

#section-course__content.both .section-course__right .section-course__tarifs-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(45.83333% - 30px);
          flex: 0 0 calc(45.83333% - 30px);
  max-width: calc(45.83333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 806, resources/assets/styles/components/_section-course.scss */

#section-course__content.both .section-course__right .section-course__tarifs-container:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(45.83333% - 30px);
          flex: 0 0 calc(45.83333% - 30px);
  max-width: calc(45.83333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

@media all and (max-width: 991px) {
  /* line 816, resources/assets/styles/components/_section-course.scss */

  .section-course__left,
  .section-course__right,
  .section-course.tarifs .section-course__left,
  .section-course.tarifs .section-course__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  /* line 825, resources/assets/styles/components/_section-course.scss */

  .section-course__left .headline,
  .section-course.tarifs .section-course__left .headline {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }

  /* line 832, resources/assets/styles/components/_section-course.scss */

  .section-course.tarifs .section-course__right {
    padding: 0 15px;
  }

  /* line 837, resources/assets/styles/components/_section-course.scss */

  .section-course__subtext {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 842, resources/assets/styles/components/_section-course.scss */

  .section-course.admission .section-course__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.5;
    margin-left: -0.5;
    max-width: calc(1140px + 1);
  }

  /* line 846, resources/assets/styles/components/_section-course.scss */

  .section-course.admission .section-course__left,
  .section-course.admission .section-course__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 855, resources/assets/styles/components/_section-course.scss */

  .admission__subscribe__button {
    position: static !important;
    font-size: 18px !important;
  }

  /* line 860, resources/assets/styles/components/_section-course.scss */

  .admission__timeline {
    margin: 2em 0;
  }

  /* line 864, resources/assets/styles/components/_section-course.scss */

  .section-course .admission__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  /* line 870, resources/assets/styles/components/_section-course.scss */

  .section-course .admission__buttonContainer {
    position: static;
    padding: 0 1.5rem 0 1.5rem;
  }

  /* line 876, resources/assets/styles/components/_section-course.scss */

  .section-course.admission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -6;
    margin-left: -6;
    max-width: calc(1140px + 12);
  }

  /* line 880, resources/assets/styles/components/_section-course.scss */

  .section-course__tarifs__right {
    padding: 10px 10px 10px 0;
    font-size: 16px;
  }

  /* line 885, resources/assets/styles/components/_section-course.scss */

  .section-course__tarifs__title,
  .section-course__tarifs__price {
    font-size: 16px;
  }

  /* line 890, resources/assets/styles/components/_section-course.scss */

  .section-course__tarifs__right::before {
    -webkit-transform: skew(-25deg) translateX(60%);
         -o-transform: skew(-25deg) translateX(60%);
            transform: skew(-25deg) translateX(60%);
  }

  /* line 894, resources/assets/styles/components/_section-course.scss */

  .section-course__watermark {
    margin-left: 0;
    line-height: 1.9em;
  }
}

@media all and (max-width: 767px) {
  /* line 901, resources/assets/styles/components/_section-course.scss */

  .grid,
  .section-world__row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }

  /* line 906, resources/assets/styles/components/_section-course.scss */

  .section-course__admission,
  .section-course__duration,
  .section-course__diploma,
  .section-course__rhythm,
  .section-course__campus {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 30px);
            flex: 0 0 calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    max-width: none;
  }

  /* line 917, resources/assets/styles/components/_section-course.scss */

  .section-course__watermark {
    line-height: 1em;
    margin-bottom: 10px;
  }

  /* line 922, resources/assets/styles/components/_section-course.scss */

  .section-course__duration {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 2em;
  }

  /* line 927, resources/assets/styles/components/_section-course.scss */

  .section-course__rythm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2em;
  }

  /* line 932, resources/assets/styles/components/_section-course.scss */

  .section-course__campus {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 2em;
  }

  /* line 937, resources/assets/styles/components/_section-course.scss */

  .section-course__admission {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 941, resources/assets/styles/components/_section-course.scss */

  .section-course__diploma {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 945, resources/assets/styles/components/_section-course.scss */

  .section-course.tarifs,
  .section-course__padding {
    padding-bottom: 0;
  }

  /* line 950, resources/assets/styles/components/_section-course.scss */

  .section-course__gallery {
    margin-bottom: 1em;
  }

  /* line 954, resources/assets/styles/components/_section-course.scss */

  .section-course__gallery-button__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 964, resources/assets/styles/components/_section-course.scss */

  #section-course__content.both .section-course__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 968, resources/assets/styles/components/_section-course.scss */

  #section-course__content.both .section-course__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width: calc(1140px + 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 972, resources/assets/styles/components/_section-course.scss */

  #section-course__content.both .section-course__right .section-course__tarifs-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }

  /* line 975, resources/assets/styles/components/_section-course.scss */

  #section-course__content.both .section-course__right .section-course__tarifs-container:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }
}

/* line 8, resources/assets/styles/components/_section-default.scss */

.section-default.bg-white {
  color: #1e2032;
}

/* line 11, resources/assets/styles/components/_section-default.scss */

.section-default.bg-white .headline {
  color: #1e2032;
}

/* line 15, resources/assets/styles/components/_section-default.scss */

.section-default.bg-white .section-default__watermark {
  color: #1e2032;
  opacity: 0.1;
}

/* line 8, resources/assets/styles/components/_section-experience.scss */

.section-experience__second-row {
  margin-top: 2em;
}

/* line 11, resources/assets/styles/components/_section-experience.scss */

.section-experience__second-row .slider__container {
  margin-top: 0.5em;
}

/* line 8, resources/assets/styles/components/_section-galerie.scss */

.section-galerie__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 13, resources/assets/styles/components/_section-galerie.scss */

.section-galerie__gallery .grid,
.section-galerie__gallery .section-world__row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 17, resources/assets/styles/components/_section-galerie.scss */

.section-galerie__gallery-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7em;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #1e2032;
  background: #f59f42;
  padding: 1em;
  margin-bottom: 1.8em;
}

/* line 18, resources/assets/styles/components/_section-galerie.scss */

.section-galerie__gallery-button__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}

/* line 39, resources/assets/styles/components/_section-galerie.scss */

.section-galerie__gallery-button:hover .section-galerie__gallery-button-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 44, resources/assets/styles/components/_section-galerie.scss */

.section-galerie__gallery-button-icon {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 50, resources/assets/styles/components/_section-galerie.scss */

.section-galerie__gallery-button-icon svg {
  fill: #232a3f;
  width: 100%;
  height: 100%;
}

/* line 59, resources/assets/styles/components/_section-galerie.scss */

.section-galerie__second-row {
  margin-top: 2em;
}

/* line 62, resources/assets/styles/components/_section-galerie.scss */

.section-galerie__second-row .slider__container {
  margin-top: 0.5em;
}

@media all and (max-width: 767px) {
  /* line 72, resources/assets/styles/components/_section-galerie.scss */

  .section-galerie__gallery-button__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 8, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card {
  display: block;
  position: relative;
}

/* line 17, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--facebook::after {
  display: none;
}

/* line 21, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--facebook--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 30, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--facebook--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

/* line 39, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--instagram::after {
  display: none;
}

/* line 43, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--instagram--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.33%;
}

/* line 51, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--instagram--image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 66.66%;
  overflow: hidden;
}

/* line 59, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--instagram--image img {
  height: 100%;
}

@media all and (max-width: 991px) {
  /* line 59, resources/assets/styles/components/_section-lesplus.scss */

  .section-lesplus__card--instagram--image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* line 72, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--facebook--content,
.section-lesplus__card--instagram--content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em 1.5em;
}

/* line 77, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--facebook--content .section-lesplus--header,
.section-lesplus__card--instagram--content .section-lesplus--header {
  margin-bottom: 1em;
}

/* line 81, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--facebook--content .section-lesplus--tag,
.section-lesplus__card--instagram--content .section-lesplus--tag {
  color: #f59f42;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 0.8em;
  margin-bottom: 1em;
  display: block;
}

/* line 89, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--facebook--content .section-lesplus--tag svg,
.section-lesplus__card--instagram--content .section-lesplus--tag svg {
  fill: white;
  float: right;
}

/* line 95, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--facebook--content .section-lesplus__caption,
.section-lesplus__card--instagram--content .section-lesplus__caption {
  clear: both;
  display: block;
  color: white;
  font-size: 0.8em;
}

/* line 105, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__card--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 115, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  text-align: center;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 125, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__content--title {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 134, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__content--title .small {
  font-size: 16px;
}

/* line 138, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__content--title .big {
  font-size: 70px;
  margin-left: 0.1em;
}

/* line 144, resources/assets/styles/components/_section-lesplus.scss */

.section-lesplus__content--subtitle {
  font-size: 0.9em;
  color: #f59f42;
  padding: 0 1.1em;
}

@media all and (min-width: 992px) {
  /* line 152, resources/assets/styles/components/_section-lesplus.scss */

  .section-lesplus .swiper-button-prev,
  .section-lesplus .swiper-button-next {
    display: none;
  }

  /* line 157, resources/assets/styles/components/_section-lesplus.scss */

  .section-lesplus__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: calc((1140px - 30px) - 380px);
    width: auto;
  }

  /* line 168, resources/assets/styles/components/_section-lesplus.scss */

  .section-lesplus__card {
    margin: 15px;
    width: calc(33.33333% - 30px);
    height: calc(50% - 30px);
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 1, resources/assets/styles/components/_section-lesplus.scss */

  .section-lesplus {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 991px) {
  /* line 194, resources/assets/styles/components/_section-lesplus.scss */

  .section-lesplus__container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  /* line 202, resources/assets/styles/components/_section-lesplus.scss */

  .section-lesplus__container .swiper-button-next {
    right: 0 !important;
  }

  /* line 207, resources/assets/styles/components/_section-lesplus.scss */

  .section-lesplus__card {
    height: calc(100vw - 2em);
  }
}

/* line 1, resources/assets/styles/components/_section-pro-network.scss */

.section-pro-network {
  padding-top: 2em;
}

/* line 11, resources/assets/styles/components/_section-pro-network.scss */

.section-pro-network__second-row .headline {
  margin-top: 2em;
}

/* line 16, resources/assets/styles/components/_section-pro-network.scss */

.section-pro-network .fullwidth {
  margin: 0 -2em;
}

@media all and (max-width: 767px) {
  /* line 25, resources/assets/styles/components/_section-pro-network.scss */

  .slider__container + .section-grid .section-pro-network__second-row .headline {
    margin-top: 0;
  }
}

/* line 1, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 14, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-grid {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

/* line 21, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  display: none;
  min-height: 100vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 30, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__question.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 34, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__question-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 30px);
          flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  margin: 0;
}

/* line 42, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__question-image img {
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin: 0;
  height: 100%;
}

/* line 53, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__question-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.66667% - 30px);
          flex: 0 0 calc(66.66667% - 30px);
  max-width: calc(66.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 3em;
}

/* line 64, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__question-content .section-quiz__pagination {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

/* line 69, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__question-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 2.2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

/* line 76, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__question-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
  margin-right: 15px;
  margin-left: calc(12.5% + 15px);
  margin-bottom: -0.62em;
}

/* line 84, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__question-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
  margin-right: 15px;
  margin-left: calc(25% + 15px);
  font-size: 2em;
  line-height: 1em;
  color: #fff;
}

/* line 93, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 2em;
  margin-bottom: 1em;
  min-height: 2em;
  z-index: 2;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: currentColor;
}

/* line 97, resources/assets/styles/components/_section-quiz.scss */

.section-quiz__pagination {
  color: #525ddc;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-light .section-quiz__pagination {
  color: #3f4d72;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-medium .section-quiz__pagination {
  color: #1e2032;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-dark .section-quiz__pagination {
  color: #232a3f;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-white .section-quiz__pagination {
  color: #fff;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-turquoise .section-quiz__pagination {
  color: #35a3b7;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-grey .section-quiz__pagination {
  color: #ededed;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-orange .section-quiz__pagination {
  color: #f59f42;
}

/* line 110, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(12.5% - 30px);
          flex: 0 0 calc(12.5% - 30px);
  max-width: calc(12.5% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 117, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination-icon.hide {
  visibility: hidden;
  pointer-events: none;
}

/* line 123, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination-icon svg {
  fill: #f59f42;
  width: 100%;
  height: 100%;
}

/* line 129, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination-icon:hover,
#section-quiz.section-quiz .section-quiz__pagination-icon:focus {
  opacity: 1;
}

/* line 135, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination-pages {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(87.5% - 30px);
          flex: 0 0 calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 141, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination-pages::after {
  content: '';
  position: absolute;
  bottom: -0.45em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(63, 77, 114, 0)), color-stop(80%, currentColor));
  background-image: -webkit-linear-gradient(bottom, rgba(63, 77, 114, 0), currentColor 80%);
  background-image: -o-linear-gradient(bottom, rgba(63, 77, 114, 0), currentColor 80%);
  background-image: linear-gradient(to top, rgba(63, 77, 114, 0), currentColor 80%);
  width: 100%;
  height: 0.5em;
}

/* line 151, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination-page {
  font-size: 0.9em;
  color: #f59f42;
  margin-bottom: 0.5em;
}

/* line 157, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination-bar {
  position: relative;
  width: 100%;
  background: rgba(245, 159, 66, 0.2);
  height: 3px;
}

/* line 163, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__pagination-bar--advancement {
  position: absolute;
  top: 0;
  left: 0;
  background: #f59f42;
  height: 100%;
}

/* line 173, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answers {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
  margin-right: 15px;
  margin-left: calc(25% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

/* line 185, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.6em 1.2em;
  margin: 0 15px 0.5em;
  background-color: rgba(35, 42, 63, 0.3);
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  cursor: pointer;
}

/* line 196, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 2.5em);
}

/* line 203, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer-text,
#section-quiz.section-quiz .section-quiz__answer-example {
  font-size: 0.9em;
}

/* line 208, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer-text {
  color: #fff;
}

/* line 212, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer-example {
  color: #f59f42;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 217, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer-icon {
  width: 0.8em;
  height: 0.8em;
}

/* line 221, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer-icon svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  fill: #f59f42;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}

/* line 231, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer.active {
  background-color: #f59f42;
}

/* line 235, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer.active .section-quiz__answer-icon svg {
  fill: #fff;
}

/* line 240, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer.active .section-quiz__answer-example {
  color: #fff;
}

/* line 244, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer.active:hover,
#section-quiz.section-quiz .section-quiz__answer.active:focus {
  background-color: rgba(245, 159, 66, 0.8);
}

/* line 250, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer:hover,
#section-quiz.section-quiz .section-quiz__answer:focus {
  background-color: rgba(245, 159, 66, 0.5);
}

/* line 254, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer:hover .section-quiz__answer-example,
#section-quiz.section-quiz .section-quiz__answer:focus .section-quiz__answer-example {
  color: #fff;
}

/* line 259, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__answer:hover .section-quiz__answer-icon svg,
#section-quiz.section-quiz .section-quiz__answer:focus .section-quiz__answer-icon svg {
  fill: #fff;
}

/* line 266, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results {
  margin: 0 -15px;
  display: none;
  height: 100vh;
}

/* line 271, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 275, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-image {
  width: 33.333%;
  position: relative;
}

/* line 279, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-image img {
  position: absolute;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}

/* line 289, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-content {
  width: 66.666%;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}

/* line 296, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-content .section-quiz__pagination-pages {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(87.5% - 30px);
          flex: 0 0 calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
  margin-right: 15px;
  margin-left: calc(12.5% + 15px);
}

/* line 301, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 307, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-title,
#section-quiz.section-quiz .section-quiz__results-course {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(87.5% - 30px);
          flex: 0 0 calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
  margin-right: 15px;
  margin-left: calc(12.5% + 15px);
  font-weight: 900;
  line-height: 1em;
}

/* line 315, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-title {
  font-size: 1.3em;
  color: #fff;
}

/* line 320, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-course {
  font-size: 2em;
  color: #f59f42;
}

/* line 325, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-text,
#section-quiz.section-quiz .section-quiz__results-cursus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(87.5% - 30px);
          flex: 0 0 calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
  margin-right: 15px;
  margin-left: calc(12.5% + 15px);
  font-size: 1em;
}

/* line 332, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-text {
  color: #f59f42;
  display: none;
}

/* line 337, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-cursus {
  color: #fff;
}

/* line 341, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-percent {
  font-weight: 900;
}

/* line 345, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 1.2em;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 352, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-description,
#section-quiz.section-quiz .section-quiz__results-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
  margin-right: 15px;
  margin-left: calc(12.5% + 15px);
}

/* line 357, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-description {
  font-size: 1em;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 1.5em;
}

/* line 364, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 369, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 1em;
  text-decoration: none;
  -webkit-transition: background 0.4s ease-in-out, border 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, border 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out;
}

/* line 376, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button-text {
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 900;
  margin-right: 0.7em;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 384, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button-icon {
  width: 0.7em;
  height: 0.7em;
}

/* line 388, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button-icon svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}

/* line 397, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.discover-btn {
  background: #f59f42;
  border: 1px solid #f59f42;
  margin-right: 0.8em;
}

/* line 402, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.discover-btn .section-quiz__results-button-text {
  color: #232a3f;
}

/* line 406, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.discover-btn .section-quiz__results-button-icon {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 410, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.discover-btn .section-quiz__results-button-icon svg {
  fill: #232a3f;
}

/* line 416, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.discover-btn:hover .section-quiz__results-button-icon {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 422, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn,
#section-quiz.section-quiz .section-quiz__results-button.redo-btn {
  position: relative;
  background: transparent;
  border: 1px solid #fff;
}

/* line 428, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn .section-quiz__results-button-text,
#section-quiz.section-quiz .section-quiz__results-button.redo-btn .section-quiz__results-button-text {
  color: #fff;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 433, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn .section-quiz__results-button-icon,
#section-quiz.section-quiz .section-quiz__results-button.redo-btn .section-quiz__results-button-icon {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 437, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn .section-quiz__results-button-icon svg,
#section-quiz.section-quiz .section-quiz__results-button.redo-btn .section-quiz__results-button-icon svg {
  fill: #fff;
}

/* line 442, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn:hover,
#section-quiz.section-quiz .section-quiz__results-button.redo-btn:hover {
  background: #fff;
}

/* line 445, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn:hover .section-quiz__results-button-text,
#section-quiz.section-quiz .section-quiz__results-button.redo-btn:hover .section-quiz__results-button-text {
  color: #3f4d72;
}

/* line 449, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn:hover .section-quiz__results-button-icon,
#section-quiz.section-quiz .section-quiz__results-button.redo-btn:hover .section-quiz__results-button-icon {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 452, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn:hover .section-quiz__results-button-icon svg,
#section-quiz.section-quiz .section-quiz__results-button.redo-btn:hover .section-quiz__results-button-icon svg {
  fill: #3f4d72;
}

/* line 459, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn {
  cursor: pointer;
}

/* line 462, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn.active {
  cursor: default;
  background: #fff;
}

/* line 466, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn.active .section-quiz__results-button-text {
  opacity: 0;
}

/* line 470, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.share-btn.active .section-quiz__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

/* line 477, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-button.redo-btn {
  display: none;
}

/* line 482, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 488, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .swiper-content {
  position: relative;
  color: #525ddc;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-light #section-quiz.section-quiz .section-quiz__results-footer .swiper-content {
  color: #3f4d72;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-medium #section-quiz.section-quiz .section-quiz__results-footer .swiper-content {
  color: #1e2032;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-dark #section-quiz.section-quiz .section-quiz__results-footer .swiper-content {
  color: #232a3f;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-white #section-quiz.section-quiz .section-quiz__results-footer .swiper-content {
  color: #fff;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-turquoise #section-quiz.section-quiz .section-quiz__results-footer .swiper-content {
  color: #35a3b7;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-grey #section-quiz.section-quiz .section-quiz__results-footer .swiper-content {
  color: #ededed;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-orange #section-quiz.section-quiz .section-quiz__results-footer .swiper-content {
  color: #f59f42;
}

/* line 493, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .swiper-content::before,
#section-quiz.section-quiz .section-quiz__results-footer .swiper-content::after {
  display: none;
}

/* line 498, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .swiper-content .swiper-container-ios {
  padding-bottom: 2em;
}

/* line 504, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(87.5% - 30px);
          flex: 0 0 calc(87.5% - 30px);
  max-width: calc(87.5% - 30px);
  margin-right: 15px;
  margin-left: calc(12.5% + 15px);
}

/* line 507, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__container .slide__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 270px !important;
  height: calc(270px * (9 / 16)) !important;
}

/* line 513, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__container .slide__course-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 520, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__container .slide__course-background img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 530, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__container .slide__course-background::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3f4d72;
  opacity: 0.8;
  mix-blend-mode: multiply;
  height: 100%;
}

/* line 544, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__container .slide__course-infos {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  height: 100%;
  text-decoration: none;
}

/* line 554, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__container .slide__course-percent {
  color: #f59f42;
  font-size: 0.9em;
  font-weight: 900;
  margin-bottom: auto;
  display: none;
}

/* line 562, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__container .slide__course-name {
  font-size: 0.9em;
  font-weight: 900;
  color: #fff;
}

/* line 568, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__container .slide__course-cursus {
  font-size: 0.8em;
  color: #f59f42;
}

/* line 575, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__headline {
  margin-left: 0;
}

/* line 578, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__results-footer .slider__headline + .slide__course {
  display: none;
}

/* line 587, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__close-btn {
  position: fixed;
  top: 2em;
  right: 1.5em;
  width: 3.6em;
  height: 3.1em;
  cursor: pointer;
  z-index: 3;
  padding-left: 1em;
  background-color: #3f4d72;
}

/* line 598, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__close-btn svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 606, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__close-btn:hover svg {
  opacity: 1;
}

/* line 612, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__share {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 622, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__share a {
  border-radius: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 630, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__share a svg {
  fill: #fff;
}

/* line 635, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__share--facebook {
  background: #3b5998;
}

/* line 639, resources/assets/styles/components/_section-quiz.scss */

#section-quiz.section-quiz .section-quiz__share--twitter {
  background: #1da1f2;
}

@media all and (max-width: 991px) {
  /* line 647, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz {
    overflow-y: auto;
  }

  /* line 651, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__question {
    max-width: 100%;
  }

  /* line 655, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__question-image img {
    width: 100%;
    margin: 0;
  }

  /* line 661, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__question-number {
    margin-bottom: -0.67em;
  }

  /* line 666, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results {
    max-width: 100%;
  }

  /* line 670, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-image img {
    width: calc(100% + (30px / 2));
  }
}

@media all and (max-width: 767px) {
  /* line 681, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-grid {
    padding: 0;
  }

  /* line 686, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__question {
    margin: 0;
    height: 100vh;
  }

  /* line 690, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__question-header {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  /* line 694, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__question-image {
    display: none;
  }

  /* line 698, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__question-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    overflow: hidden;
  }

  /* line 704, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__question-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.33333% - 30px);
            flex: 0 0 calc(83.33333% - 30px);
    max-width: calc(83.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 708, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__question-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(83.33333% - 30px);
            flex: 0 0 calc(83.33333% - 30px);
    max-width: calc(83.33333% - 30px);
    margin-right: 15px;
    margin-left: calc(16.66667% + 15px);
    font-size: 1.5em;
  }

  /* line 715, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__pagination {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.2em;
  }

  /* line 722, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__pagination-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
            flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 726, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__pagination-pages {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - 30px);
            flex: 0 0 calc(75% - 30px);
    max-width: calc(75% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 734, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__answers {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-bottom: 5em;
    overflow: auto;
    height: 50vh;
  }

  /* line 743, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__answer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  /* line 747, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results {
    max-width: 100%;
    margin: 0;
  }

  /* line 751, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-image {
    display: none;
  }

  /* line 755, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-content {
    width: 100%;
    margin: 0;
  }

  /* line 759, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-content .section-quiz__pagination-pages {
    margin-left: 30px;
  }

  /* line 764, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-title,
  #section-quiz.section-quiz .section-quiz__results-course,
  #section-quiz.section-quiz .section-quiz__results-cursus,
  #section-quiz.section-quiz .section-quiz__results-text,
  #section-quiz.section-quiz .section-quiz__results-description,
  #section-quiz.section-quiz .section-quiz__results-buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 773, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-course {
    font-size: 1.5em;
  }

  /* line 777, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 783, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-button.discover-btn {
    margin-right: 0;
    margin-bottom: 0.5em;
  }

  /* line 789, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding-bottom: 80px;
  }

  /* line 794, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-footer .slider__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 1em 0;
  }

  /* line 800, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__results-footer .slider__headline {
    margin-bottom: 0.7em;
  }

  /* line 807, resources/assets/styles/components/_section-quiz.scss */

  #section-quiz.section-quiz .section-quiz__close-btn {
    width: 2.8em;
    height: 2.8em;
  }
}

/* line 10, resources/assets/styles/components/_section-study-program.scss */

.section-study-program.bg-white .section-study-program__watermark,
.section-study-program.bg-grey .section-study-program__watermark {
  color: #1e2032;
  opacity: 0.1;
}

/* line 16, resources/assets/styles/components/_section-study-program.scss */

.section-study-program.campus-header {
  position: relative;
  padding-top: 1em;
  border-bottom: 1px solid #3f4d72;
}

/* line 21, resources/assets/styles/components/_section-study-program.scss */

.section-study-program.campus-header::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #7d7d7d;
}

/* line 33, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__campuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 37, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__campus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 40, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__campus-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1em;
  color: #3f4d72;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

/* line 50, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__campus-title::after {
  content: ">";
  text-align: right;
  display: block;
  color: #f59f42;
  margin-left: 1em;
}

/* line 59, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__campus-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.4em;
}

/* line 65, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__campus-icon svg {
  width: 100%;
  height: 100%;
}

/* line 71, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__campus-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 77, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__campus:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 82, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.3em 1em 0 0;
}

/* line 87, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__course-title {
  font-size: 0.9em;
  line-height: 1em;
  text-transform: capitalize;
  color: #7d7d7d;
}

/* line 94, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__course-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.4em;
}

/* line 101, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__course-icon svg {
  fill: #f59f42;
  width: 100%;
  height: 100%;
}

/* line 106, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__course-icon svg g {
  fill: #f59f42;
}

/* line 112, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__course-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(91.66667% - 30px);
          flex: 0 0 calc(91.66667% - 30px);
  max-width: calc(91.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 120, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card {
  position: relative;
  width: calc(50% - (30px / 2));
  background: #fff;
  margin-bottom: 1.5em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

/* line 131, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card:hover .section-study-program__card-image-slice {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 136, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card.campus-disabled {
  overflow: hidden;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  position: absolute;
}

/* line 142, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 8em;
}

/* line 148, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-header-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 1.5em;
  width: 50%;
}

/* line 158, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-title {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1em;
  color: #3f4d72;
  text-transform: uppercase;
}

/* line 166, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-description {
  font-size: 0.9em;
  line-height: 1em;
  color: #7d7d7d;
  margin-top: 1em;
}

/* line 173, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

/* line 178, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-image-slice {
  position: absolute;
  top: -1px;
  left: -21px;
  height: 105%;
  width: 50px;
  border-left: 20px solid #fff;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 188, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-image-slice svg {
  width: 100%;
  height: 100%;
}

/* line 192, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-image-slice svg path {
  height: 100%;
}

/* line 198, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    /* line 208, resources/assets/styles/components/_section-study-program.scss */

    .section-study-program__card-image {
      overflow: hidden;
    }

    /* line 211, resources/assets/styles/components/_section-study-program.scss */

    .section-study-program__card-image-slice {
      position: absolute;
      top: -1px;
      left: -21px;
      height: calc(100% + 1px);
      width: calc(100% / 3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    /* line 219, resources/assets/styles/components/_section-study-program.scss */

    .section-study-program__card-image-slice svg {
      width: 100%;
      height: 100%;
    }

    /* line 223, resources/assets/styles/components/_section-study-program.scss */

    .section-study-program__card-image-slice svg path {
      height: 100%;
    }
}
}

/* line 232, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-footer {
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 238, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 246, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-footer-title {
  font-size: 0.7em;
  font-weight: 900;
  line-height: 1em;
  color: #3f4d72;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.9em;
}

/* line 257, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-duration,
.section-study-program__card-rhythm,
.section-study-program__card-diploma,
.section-study-program__card-campus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

/* line 267, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-duration {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 270, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-duration-number,
.section-study-program__card-duration-unit {
  color: #232a3f;
}

/* line 275, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-duration-number {
  font-size: 2em;
  font-weight: 900;
  line-height: 0.7em;
  margin-bottom: 0.1em;
}

/* line 282, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-duration-unit {
  font-size: 0.8em;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
}

/* line 291, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-rhythm-type {
  color: #232a3f;
  font-size: 0.8em;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  text-align: center;
}

/* line 301, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-rhythm-subtitle {
  color: #7d7d7d;
  text-align: center;
  font-size: 0.7em;
  font-style: italic;
  line-height: 1em;
}

/* line 311, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-diploma-icon {
  width: 2.2em;
}

/* line 314, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-diploma-icon svg {
  width: 100%;
}

/* line 319, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-diploma-label {
  font-size: 0.7em;
  line-height: 1em;
  color: #232a3f;
  text-align: center;
}

/* line 327, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-campus {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 330, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-campus-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  margin: 0 0.2em 0.5em 0.2em;
}

/* line 335, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-campus-icon svg {
  width: 100%;
  height: 100%;
}

/* line 340, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-campus-icon-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 345, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__card-campus-text {
  font-size: 0.6em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  color: #7d7d7d;
}

/* line 355, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 359, resources/assets/styles/components/_section-study-program.scss */

.section-study-program__description-text {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
          column-gap: 60px;
}

@media all and (max-width: 991px) {
  /* line 368, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__watermark {
    margin-bottom: 0;
  }

  /* line 373, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__campus:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 379, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__course-cards {
    margin: 0;
    max-width: 100%;
  }

  /* line 385, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__description {
    margin: 0;
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  /* line 395, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__campus-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 2em;
    position: relative;
    font-size: 0.9em;
    line-height: 1.5em;
  }

  /* line 402, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__campus-title::after {
    position: absolute;
    right: 0;
    top: 0;
  }

  /* line 410, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__watermark {
    margin-bottom: 0;
  }

  /* line 415, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__course-cards {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 420, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__card {
    width: 100%;
  }

  /* line 423, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__card:last-child {
    margin-bottom: 0;
  }

  /* line 428, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin: 0;
    max-width: 100%;
  }

  /* line 434, resources/assets/styles/components/_section-study-program.scss */

  .section-study-program__description-text {
    -webkit-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

/* line 1, resources/assets/styles/components/_section-summer-quiz.scss */

.section-summer-quiz {
  padding: 1em 0 2.5em 0;
}

/* line 6, resources/assets/styles/components/_section-summer-quiz.scss */

.section-summer-quiz .summer-quiz__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 10, resources/assets/styles/components/_section-summer-quiz.scss */

.section-summer-quiz .section-summer,
.section-summer-quiz .section-quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}

/* line 17, resources/assets/styles/components/_section-summer-quiz.scss */

.section-summer-quiz .section-summer .card,
.section-summer-quiz .section-quiz .card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 29, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz {
    padding: 1.5em 0 2.5em 0;
  }

  /* line 32, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz .section-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 38, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz .section-summer,
  .section-summer-quiz .section-quiz {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 44, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz .section-summer .card,
  .section-summer-quiz .section-quiz .card {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2em 1em;
    margin: 2em 0 0;
    -ms-flex-item-align: center;
        align-self: center;
  }

  /* line 51, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz .section-summer .card__left,
  .section-summer-quiz .section-summer .card__right,
  .section-summer-quiz .section-quiz .card__left,
  .section-summer-quiz .section-quiz .card__right {
    padding: 0;
    margin: 0;
  }

  /* line 59, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz .section-quiz {
    margin-top: 2em;
  }

  /* line 62, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz .section-quiz__watermark {
    left: 0;
  }

  /* line 66, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz .section-quiz .card {
    margin-left: 0;
  }
}

@media all and (min-width: 320px) and (max-width: 767px) {
  /* line 74, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz {
    padding: 1.5em 0 2.5em 0;
  }

  /* line 77, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz .section-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 87, resources/assets/styles/components/_section-summer-quiz.scss */

  .section-summer-quiz .section-summer .card__right__title,
  .section-summer-quiz .section-quiz .card__right__title {
    font-size: 24px;
  }
}

/* line 36, resources/assets/styles/components/_section-trainings.scss */

.section-trainings {
  padding-bottom: 2em;
}

/* line 46, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1440px + 30px);
  margin-top: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 54, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 30px);
          flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

/* line 61, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* line 3, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program.is--active .study-programs__program--img--desktop,
.section-trainings .study-programs__program.is--active .study-programs__program--img--mobile {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
       -o-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

/* line 9, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program.is--active .study-programs__program--courses {
  max-height: 110%;
}

/* line 14, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program.is--active .study-programs__program--course:hover,
.section-trainings .study-programs__program.is--active .study-programs__program--course:focus {
  color: #f59f42;
}

/* line 18, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program.is--active .study-programs__program--course:hover::before,
.section-trainings .study-programs__program.is--active .study-programs__program--course:focus::before {
  opacity: 1;
}

/* line 22, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program.is--active .study-programs__program--course:hover span,
.section-trainings .study-programs__program.is--active .study-programs__program--course:focus span {
  -webkit-transform: translate3d(18px, 0, 0);
          transform: translate3d(18px, 0, 0);
}

/* line 29, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program.is--active .study-programs__program--content::before {
  height: 90%;
  opacity: 1;
}

/* line 74, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--img--desktop,
.section-trainings .study-programs__program--img--mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
       -o-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 10s ease;
  transition: -webkit-transform 10s ease;
  -o-transition: -o-transform 10s ease;
  transition: transform 10s ease;
  transition: transform 10s ease, -webkit-transform 10s ease, -o-transform 10s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 86, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--img--mobile {
  display: none;
}

/* line 91, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 104, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  opacity: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 41, 69, 0)), to(#222945));
  background-image: -webkit-linear-gradient(top, rgba(34, 41, 69, 0), #222945);
  background-image: -o-linear-gradient(top, rgba(34, 41, 69, 0), #222945);
  background-image: linear-gradient(to bottom, rgba(34, 41, 69, 0), #222945);
  z-index: 0;
  -webkit-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

/* line 119, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--icon {
  width: 4em;
  height: 4em;
  z-index: 1;
}

/* line 124, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--icon svg {
  width: 100%;
  height: 100%;
  fill: white;
}

/* line 131, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--title {
  color: #fff;
  font-size: 2rem;
  line-height: 90%;
  text-transform: uppercase;
  width: 90%;
  z-index: 1;
}

/* line 140, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--subtitle {
  color: #f59f42;
  font-size: 1.5rem;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 1;
}

/* line 149, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

/* line 161, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--course {
  color: #fff;
  opacity: 0.7;
  font-size: 0.9rem;
  line-height: normal;
  padding: 0.3em 20px 0.3em 0;
  position: relative;
}

/* line 169, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--course > a {
  color: #fff;
  text-decoration: none;
}

/* line 174, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--course span {
  display: block;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}

/* line 179, resources/assets/styles/components/_section-trainings.scss */

.section-trainings .study-programs__program--course::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.651' height='14.137' viewBox='0 0 13.651 14.137'%3E%3Cpath id='icon_arrow_right_B' d='M62.833,51.66l-5.471-5.668a.943.943,0,0,0-.673-.292h-.014a.947.947,0,0,0-.666.272.944.944,0,0,0-.02,1.346l4.35,4.5H50.552a.951.951,0,1,0,0,1.9h9.78l-4.35,4.506A.958.958,0,0,0,56,59.565l.014.014a.955.955,0,0,0,.652.258.973.973,0,0,0,.68-.279l5.478-5.675A1.663,1.663,0,0,0,62.833,51.66Z' transform='translate(-49.6 -45.7)' fill='%23f59f42'/%3E%3C/svg%3E");
}

@media all and (min-width: 992px) {
  /* line 199, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program {
    /* Avoir "Sound design" à la ligne en desktop dans "Music & Sound design" */
  }

  /* line 3, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program:hover .study-programs__program--img--desktop,
  .section-trainings .study-programs__program:hover .study-programs__program--img--mobile,
  .section-trainings .study-programs__program:focus .study-programs__program--img--desktop,
  .section-trainings .study-programs__program:focus .study-programs__program--img--mobile {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
         -o-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }

  /* line 9, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program:hover .study-programs__program--courses,
  .section-trainings .study-programs__program:focus .study-programs__program--courses {
    max-height: 110%;
  }

  /* line 14, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program:hover .study-programs__program--course:hover,
  .section-trainings .study-programs__program:hover .study-programs__program--course:focus,
  .section-trainings .study-programs__program:focus .study-programs__program--course:hover,
  .section-trainings .study-programs__program:focus .study-programs__program--course:focus {
    color: #f59f42;
  }

  /* line 18, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program:hover .study-programs__program--course:hover::before,
  .section-trainings .study-programs__program:hover .study-programs__program--course:focus::before,
  .section-trainings .study-programs__program:focus .study-programs__program--course:hover::before,
  .section-trainings .study-programs__program:focus .study-programs__program--course:focus::before {
    opacity: 1;
  }

  /* line 22, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program:hover .study-programs__program--course:hover span,
  .section-trainings .study-programs__program:hover .study-programs__program--course:focus span,
  .section-trainings .study-programs__program:focus .study-programs__program--course:hover span,
  .section-trainings .study-programs__program:focus .study-programs__program--course:focus span {
    -webkit-transform: translate3d(18px, 0, 0);
            transform: translate3d(18px, 0, 0);
  }

  /* line 29, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program:hover .study-programs__program--content::before,
  .section-trainings .study-programs__program:focus .study-programs__program--content::before {
    height: 90%;
    opacity: 1;
  }

  /* line 207, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--content {
    padding: 2.85rem;
  }

  /* line 213, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program[class*='music'] .study-programs__program--title {
    width: 80%;
  }
}

@media all and (min-width: 992px) and (max-width: 1439px) {
  /* line 226, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--content {
    padding: 2em calc(2em - 22px) 2em 2em;
  }

  /* line 230, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--title {
    font-size: 1.733rem;
  }

  /* line 234, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--subtitle {
    font-size: 1.067rem;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 246, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--icon {
    width: 1.6em;
    height: 1.6em;
  }

  /* line 251, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--title {
    font-size: 1.5rem;
    width: 90%;
  }

  /* line 256, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--subtitle {
    font-size: 1.1rem;
  }
}

@media all and (min-width: 320px) and (max-width: 767px) {
  /* line 267, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    max-width: calc(1140px + 0);
    margin: 2em 0 0 0;
  }

  /* line 274, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    max-height: 330px;
    margin-bottom: 1em;
  }

  /* line 281, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--img--desktop {
    display: none;
  }

  /* line 285, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--img--mobile {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  /* line 291, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--title {
    font-size: 2.667em;
    width: 100%;
  }

  /* line 296, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--subtitle {
    font-size: 2em;
  }

  /* line 300, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program--courses {
    margin: 0;
  }

  /* line 304, resources/assets/styles/components/_section-trainings.scss */

  .section-trainings .study-programs__program:last-child {
    margin-bottom: 0;
  }
}

/* line 4, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__watermark {
  font-size: 7em;
}

/* line 10, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  padding-bottom: 1em;
}

/* line 15, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__program__column-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 18, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__program__column-left .headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 21, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__program__column-left .headline__subtext {
  min-height: 240px;
}

/* line 27, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__program__column-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 35, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__infos {
  margin-bottom: 0.5em;
}

/* line 38, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__infos:last-child {
  margin-bottom: 0;
}

/* line 42, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__infos-container {
  min-height: 240px;
}

/* line 46, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__infos__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 51, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__infos__icon {
  width: 1em;
  height: 1em;
  margin-right: 0.7em;
}

/* line 56, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__infos__icon svg {
  width: 100%;
  height: 100%;
}

/* line 62, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__infos__title {
  font-size: 0.9em;
  line-height: 1.7em;
  text-transform: uppercase;
  color: #35a3b7;
  font-weight: normal;
}

/* line 70, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__infos__content {
  color: #7d7d7d;
  font-size: 0.9em;
  margin-left: 1.9em;
}

/* line 76, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__infos__arrow {
  font-weight: bold;
}

/* line 81, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  padding: 1em 0 0.5em;
}

/* line 86, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__column-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 30px);
          flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 90, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__column-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(66.66667% - 30px);
          flex: 0 0 calc(66.66667% - 30px);
  max-width: calc(66.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 93, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__column-right .section-workshop__watermark {
  margin-top: -0.2em;
}

/* line 97, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__column-right .grid,
.section-workshop__registration__column-right .section-world__row {
  margin: 0;
}

/* line 101, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__column-right .headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  margin-bottom: 1em;
}

/* line 108, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
}

/* line 114, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__infos {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.3em;
}

/* line 123, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 33%;
}

/* line 128, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__text p {
  font-size: 0.9em;
  margin-right: 0.6em;
}

/* line 134, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 66%;
  position: relative;
}

/* line 142, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 3);
  position: relative;
}

/* line 149, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__steps .step::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3f4d72;
  top: 2.4em;
  left: 50%;
}

/* line 160, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__steps .step:last-child::after {
  display: none;
}

/* line 165, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__steps .step-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #3f4d72;
  font-size: 0.7em;
  font-weight: 900;
  min-height: 2.3em;
}

/* line 175, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__steps .step-dot {
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: #3f4d72;
  margin: 0.5em 0 0.9em;
}

/* line 183, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__steps .step-icon {
  height: 1.5em;
}

/* line 186, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__steps .step-icon svg {
  height: 100%;
}

/* line 193, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__price {
  font-size: 1.2em;
  font-weight: 900;
  color: #35a3b7;
}

/* line 199, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1.8em;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 212, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__button:hover .section-workshop__registration__button__icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 216, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__button:hover::before {
  background-color: #f59f42;
}

/* line 221, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #35a3b7;
  height: 100%;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

/* line 233, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__button__text,
.section-workshop__registration__button__icon {
  z-index: 1;
}

/* line 238, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__button__text {
  font-size: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-right: 1.3em;
}

/* line 247, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__button__icon {
  width: 1.3em;
  height: 1.3em;
  -webkit-transition: 0.4s ease-in-out transform;
  -o-transition: 0.4s ease-in-out transform;
  transition: 0.4s ease-in-out transform;
}

/* line 252, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__registration__button__icon svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}

/* line 262, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}

/* line 268, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__icon {
  width: 1.1em;
  height: 1.1em;
  margin-right: 1em;
}

/* line 273, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__icon svg {
  fill: #35a3b7;
  width: 100%;
  height: 100%;
}

/* line 280, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship--loading {
  padding: 1em;
}

/* line 284, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__title {
  font-size: 1.2em;
  font-weight: normal;
  color: #35a3b7;
}

/* line 290, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 293, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__container.show-on-mobile {
  display: none;
}

/* line 298, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}

/* line 299, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block:not(.swiper-slide) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 30px);
          flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 308, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* line 314, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 10s ease;
  transition: -webkit-transform 10s ease;
  -o-transition: -o-transform 10s ease;
  transition: transform 10s ease;
  transition: transform 10s ease, -webkit-transform 10s ease, -o-transform 10s ease;
}

/* line 324, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.6em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 336, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block__content > div {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
}

/* line 340, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block__content::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 0;
}

/* line 353, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block--hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: -o-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -o-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 364, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block__weeks,
.section-workshop__internship__block__title,
.section-workshop__internship__block__subtitle {
  z-index: 1;
}

/* line 370, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block__weeks,
.section-workshop__internship__block__subtitle {
  color: #fff;
}

/* line 375, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block__weeks {
  font-size: 0.8em;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 1em;
}

/* line 381, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block__weeks::first-letter {
  font-size: 2.2em;
  padding: 0 1%;
  /* Hackerman */
  margin: 0 auto;
}

/* line 388, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block__title {
  color: #dfce90;
  font-size: 1.2em;
  text-transform: uppercase;
}

/* line 394, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block__subtitle {
  font-size: 0.9em;
}

/* line 399, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block:hover img {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 404, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block:hover .section-workshop__internship__block__content > div {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

/* line 410, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__block:hover .section-workshop__internship__block--hover {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 417, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #ededed;
  margin-bottom: 1em;
}

/* line 427, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select {
  position: relative;
  margin: 0 0 0 10px;
}

/* line 431, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__button {
  background: #fff;
  padding: 0.5em 1em;
  border: 1px solid rgba(30, 32, 50, 0.1);
  outline: none;
  cursor: pointer;
}

/* line 438, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__button::after {
  content: "\25BC";
  font-size: 0.7em;
  margin-left: 0.5em;
}

/* line 444, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__button:hover,
.section-workshop__internship__custom-select__button:focus,
.section-workshop__internship__custom-select__button.active {
  background: #35a3b7;
  color: #fff;
}

/* line 452, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__button.active + .section-workshop__internship__custom-select__dropdown {
  display: block;
}

/* line 458, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1em 2em;
  margin: 10px 0 0;
  display: none;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(30, 32, 50, 0.1);
  z-index: 3;
}

/* line 470, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #fff transparent;
  z-index: 3;
}

/* line 484, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown::after {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 11px 9.5px;
  border-color: transparent transparent #ededed transparent;
  z-index: 2;
}

/* line 498, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown__item {
  line-height: 1.6em;
}

/* line 501, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown__item input {
  display: none;
}

/* line 505, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown__item input[type="radio"] + label::before {
  border-radius: 50%;
}

/* line 510, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown__item label {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  white-space: nowrap;
  cursor: pointer;
}

/* line 517, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown__item label span {
  clear: both;
  display: block;
  font-size: 0.8em;
  line-height: 1em;
  color: #7d7d7d;
}

/* line 526, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown__item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 1.5px #000;
          box-shadow: 0 0 1.5px #000;
}

/* line 539, resources/assets/styles/components/_section-workshop.scss */

.section-workshop__internship__custom-select__dropdown__item input:checked + label::before {
  background: #35a3b7;
  border: 2px solid #fff;
}

/* line 548, resources/assets/styles/components/_section-workshop.scss */

.section-workshop .headline__title,
.section-workshop .headline__subtext {
  color: #1e2032;
}

/* line 553, resources/assets/styles/components/_section-workshop.scss */

.section-workshop .headline__subtext {
  font-size: 0.9em;
}

/* line 557, resources/assets/styles/components/_section-workshop.scss */

.section-workshop .headline__bar {
  background: #35a3b7;
}

/* line 564, resources/assets/styles/components/_section-workshop.scss */

.section-workshop.bg-white .section-workshop__watermark,
.section-workshop.bg-grey .section-workshop__watermark {
  color: #1e2032;
  opacity: 0.1;
}

@media all and (max-width: 991px) {
  /* line 574, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__program__column-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 578, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__program__column-left .headline__subtext {
    min-height: auto;
  }

  /* line 584, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__program__column-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 590, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__infos-container {
    min-height: auto;
  }

  /* line 596, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration__column-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.66667% - 30px);
            flex: 0 0 calc(66.66667% - 30px);
    max-width: calc(66.66667% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 599, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration__column-right .headline {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 607, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration__infos {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 614, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media all and (max-width: 767px) {
  /* line 625, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop {
    padding-bottom: 0;
  }

  /* line 629, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__program__column-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 2em;
  }

  /* line 635, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__program__column-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 641, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration .section-workshop__watermark {
    margin-top: 0;
  }

  /* line 645, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration__column-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }

  /* line 651, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration__column-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 655, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration__infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }

  /* line 660, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration__text,
  .section-workshop__registration__steps {
    width: 100%;
  }

  /* line 665, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__registration__text {
    margin-bottom: 1em;
  }

  /* line 672, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__internship__container.hide-on-mobile {
    display: none;
  }

  /* line 676, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__internship__container.show-on-mobile {
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  /* line 685, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__internship__container.show-on-mobile .swiper-button-next {
    right: 5% !important;
  }

  /* line 689, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__internship__container.show-on-mobile .swiper-button-prev,
  .section-workshop__internship__container.show-on-mobile .swiper-button-next {
    top: 20% !important;
  }

  /* line 696, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__internship__block {
    margin-bottom: 1em;
    height: 14em;
  }

  /* line 697, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__internship__block:not(.swiper-slide) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 704, resources/assets/styles/components/_section-workshop.scss */

  .section-workshop__internship__block:last-child {
    margin-bottom: 0;
  }
}

/* line 1, resources/assets/styles/components/_section-world.scss */

.section-world {
  margin-bottom: 0;
}

/* line 6, resources/assets/styles/components/_section-world.scss */

.section-world__watermark {
  margin-left: -0.7em;
}

/* line 12, resources/assets/styles/components/_section-world.scss */

.section-world__row {
  position: relative;
}

/* line 17, resources/assets/styles/components/_section-world.scss */

.section-world__row::before {
  content: '';
  position: absolute;
  top: -1.5em;
  left: 2em;
  width: 52%;
  height: 100%;
  background-image: url(/app/themes/isart/dist/images/map.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* line 31, resources/assets/styles/components/_section-world.scss */

.section-world__desktop .grid,
.section-world__desktop .section-world__row {
  margin: 0;
}

/* line 36, resources/assets/styles/components/_section-world.scss */

.section-world__img {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 42, resources/assets/styles/components/_section-world.scss */

.section-world__img:hover img {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 46, resources/assets/styles/components/_section-world.scss */

.section-world__img:hover .section-world__img__text {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

/* line 51, resources/assets/styles/components/_section-world.scss */

.section-world__img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  height: 100%;
}

/* line 61, resources/assets/styles/components/_section-world.scss */

.section-world__img--mobile {
  display: none !important;
}

/* line 65, resources/assets/styles/components/_section-world.scss */

.section-world__img img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform ease 10s;
  transition: -webkit-transform ease 10s;
  -o-transition: -o-transform ease 10s;
  transition: transform ease 10s;
  transition: transform ease 10s, -webkit-transform ease 10s, -o-transform ease 10s;
}

/* line 71, resources/assets/styles/components/_section-world.scss */

.section-world__img__text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 3em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 90%;
  z-index: 1;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  -o-transition: -o-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s, -o-transform ease-in-out 0.4s;
}

/* line 83, resources/assets/styles/components/_section-world.scss */

.section-world__img__text .france-icon,
.section-world__img__text .canada-icon,
.section-world__img__text .japan-icon {
  margin-bottom: 0.5em;
}

/* line 89, resources/assets/styles/components/_section-world.scss */

.section-world__img__text p {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
}

/* line 98, resources/assets/styles/components/_section-world.scss */

.section-world__btn-wrapper {
  width: 100%;
  margin-top: 2em;
}

/* line 103, resources/assets/styles/components/_section-world.scss */

.section-world__btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f59f42;
  font-size: 0.7rem;
  font-weight: 900;
  padding: 0.6rem 1rem;
  text-decoration: none;
  color: #232a3f;
  text-transform: uppercase;
}

/* line 115, resources/assets/styles/components/_section-world.scss */

.section-world__btn-link img {
  width: 20px;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  -o-transition: -o-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s, -o-transform ease-in-out 0.4s;
}

/* line 121, resources/assets/styles/components/_section-world.scss */

.section-world__btn-link:hover img {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

@media all and (max-width: 991px) {
  /* line 130, resources/assets/styles/components/_section-world.scss */

  .section-world__watermark {
    margin-left: 0;
  }

  /* line 134, resources/assets/styles/components/_section-world.scss */

  .section-world__desktop {
    display: none;
  }

  /* line 138, resources/assets/styles/components/_section-world.scss */

  .section-world__row {
    margin: 0;
  }

  /* line 141, resources/assets/styles/components/_section-world.scss */

  .section-world__row::before {
    display: none;
  }

  /* line 146, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4 {
    width: 100%;
    margin-top: 1em;
    height: 100%;
  }

  /* line 153, resources/assets/styles/components/_section-world.scss */

  .section-world__btn-wrapper {
    margin-top: 1em;
  }

  /* line 157, resources/assets/styles/components/_section-world.scss */

  .section-world__img {
    height: 100%;
  }

  /* line 160, resources/assets/styles/components/_section-world.scss */

  .section-world__img__text {
    bottom: initial;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  /* line 166, resources/assets/styles/components/_section-world.scss */

  .section-world__img--desktop {
    display: none !important;
  }

  /* line 170, resources/assets/styles/components/_section-world.scss */

  .section-world__img--mobile {
    display: block !important;
  }

  /* line 174, resources/assets/styles/components/_section-world.scss */

  .section-world__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 184, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 30px);
            flex: 0 0 calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  /* line 190, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4 .headline {
    margin-left: 0;
    margin-bottom: 2em;
    max-width: 80%;
  }
}

@media all and (min-width: 992px) {
  /* line 200, resources/assets/styles/components/_section-world.scss */

  .section-world {
    padding-top: 4em;
  }

  /* line 203, resources/assets/styles/components/_section-world.scss */

  .section-world__mobile {
    display: none;
  }

  /* line 207, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 30px);
            flex: 0 0 calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  /* line 213, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4 .headline {
    margin-left: 0;
    margin-bottom: 2em;
    max-width: 80%;
  }
}

@media all and (max-width: 767px) {
  /* line 225, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4.order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 229, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4.order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 233, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4.order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 237, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4.order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 241, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4.order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 245, resources/assets/styles/components/_section-world.scss */

  .section-world__col-4.order6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 252, resources/assets/styles/components/_section-world.scss */

  .section-world__img__text p {
    font-size: 1.4em;
  }

  /* line 256, resources/assets/styles/components/_section-world.scss */

  .section-world__img__text .france-icon,
  .section-world__img__text .canada-icon,
  .section-world__img__text .japan-icon {
    margin-bottom: 0.7em;
  }
}

/* line 1, resources/assets/styles/components/_slider_centered.scss */

.centered-slider {
  position: relative;
  margin: 11vw auto;
  background: transparent;
  max-width: 1920px;
}

/* line 7, resources/assets/styles/components/_slider_centered.scss */

.centered-slider-container {
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 1440px) {
  /* line 7, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider-container {
    margin: 0 -20%;
  }
}

/* line 15, resources/assets/styles/components/_slider_centered.scss */

.centered-slider-container::before,
.centered-slider-container::after {
  content: '';
  color: #525ddc;
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 10%;
  z-index: 2;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-light .centered-slider-container::before,
.bg-blue-light .centered-slider-container::after {
  color: #3f4d72;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-medium .centered-slider-container::before,
.bg-blue-medium .centered-slider-container::after {
  color: #1e2032;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-dark .centered-slider-container::before,
.bg-blue-dark .centered-slider-container::after {
  color: #232a3f;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-white .centered-slider-container::before,
.bg-white .centered-slider-container::after {
  color: #fff;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-turquoise .centered-slider-container::before,
.bg-turquoise .centered-slider-container::after {
  color: #35a3b7;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-grey .centered-slider-container::before,
.bg-grey .centered-slider-container::after {
  color: #ededed;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-orange .centered-slider-container::before,
.bg-orange .centered-slider-container::after {
  color: #f59f42;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 15, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider-container::before,
  .centered-slider-container::after {
    content: unset;
  }
}

/* line 32, resources/assets/styles/components/_slider_centered.scss */

.centered-slider-container::before {
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(80%, currentColor));
  background-image: -webkit-linear-gradient(right, transparent, currentColor 80%);
  background-image: -o-linear-gradient(right, transparent, currentColor 80%);
  background-image: linear-gradient(to left, transparent, currentColor 80%);
}

/* line 37, resources/assets/styles/components/_slider_centered.scss */

.centered-slider-container::after {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, currentColor));
  background-image: -webkit-linear-gradient(left, transparent, currentColor 80%);
  background-image: -o-linear-gradient(left, transparent, currentColor 80%);
  background-image: linear-gradient(to right, transparent, currentColor 80%);
}

/* line 42, resources/assets/styles/components/_slider_centered.scss */

.centered-slider-container .centered-slider {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

/* line 47, resources/assets/styles/components/_slider_centered.scss */

.centered-slider-container .centered-slider::before,
.centered-slider-container .centered-slider::after {
  content: unset;
}

/* line 54, resources/assets/styles/components/_slider_centered.scss */

.centered-slider::before,
.centered-slider::after {
  content: '';
  color: #525ddc;
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 10%;
  z-index: 1;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-light .centered-slider::before,
.bg-blue-light .centered-slider::after {
  color: #3f4d72;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-medium .centered-slider::before,
.bg-blue-medium .centered-slider::after {
  color: #1e2032;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-dark .centered-slider::before,
.bg-blue-dark .centered-slider::after {
  color: #232a3f;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-white .centered-slider::before,
.bg-white .centered-slider::after {
  color: #fff;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-turquoise .centered-slider::before,
.bg-turquoise .centered-slider::after {
  color: #35a3b7;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-grey .centered-slider::before,
.bg-grey .centered-slider::after {
  color: #ededed;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-orange .centered-slider::before,
.bg-orange .centered-slider::after {
  color: #f59f42;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 54, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider::before,
  .centered-slider::after {
    content: unset;
  }
}

/* line 71, resources/assets/styles/components/_slider_centered.scss */

.centered-slider::before {
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(80%, currentColor));
  background-image: -webkit-linear-gradient(right, transparent, currentColor 80%);
  background-image: -o-linear-gradient(right, transparent, currentColor 80%);
  background-image: linear-gradient(to left, transparent, currentColor 80%);
}

/* line 76, resources/assets/styles/components/_slider_centered.scss */

.centered-slider::after {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, currentColor));
  background-image: -webkit-linear-gradient(left, transparent, currentColor 80%);
  background-image: -o-linear-gradient(left, transparent, currentColor 80%);
  background-image: linear-gradient(to right, transparent, currentColor 80%);
}

/* line 81, resources/assets/styles/components/_slider_centered.scss */

.centered-slider.section-grid {
  overflow: hidden;
  padding: 5em 15px;
}

/* line 86, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-container {
  width: 100%;
}

/* line 90, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 96, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-container {
  padding: 1em;
  font-size: 18px;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 118, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-container .slider_img,
.centered-slider .swiper-slide-container .videoPlayer_container {
  padding-top: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 132, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide {
  opacity: 0;
}

/* line 136, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-active {
  position: relative;
  -webkit-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 2;
  opacity: 1;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 136, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-active {
    -webkit-transform: unset;
         -o-transform: unset;
            transform: unset;
  }
}

/* line 148, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-next,
.centered-slider .swiper-slide-prev {
  opacity: 0.4;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* line 155, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-next {
  -webkit-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 155, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-next {
    -webkit-transform: unset;
         -o-transform: unset;
            transform: unset;
  }
}

/* line 163, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-prev {
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 163, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-prev {
    -webkit-transform: unset;
         -o-transform: unset;
            transform: unset;
  }
}

/* line 171, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-button-next,
.centered-slider .swiper-button-prev {
  width: 3em;
  height: 3em;
  background-size: 3em;
  opacity: 0.4;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* line 180, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-button-next:hover,
.centered-slider .swiper-button-prev:hover {
  opacity: 1;
}

/* line 184, resources/assets/styles/components/_slider_centered.scss */

.bg-white .centered-slider .swiper-button-next,
.bg-white
    .centered-slider .swiper-button-prev {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

/* line 189, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-button-next {
  right: 0% !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJTMTEwLDQ5MC40LDI0NS4yLDQ5MC40eiBNMjQ1LjIsMjQuNSAgICBjMTIxLjcsMCwyMjAuNyw5OSwyMjAuNywyMjAuN3MtOTksMjIwLjctMjIwLjcsMjIwLjdzLTIyMC43LTk5LTIyMC43LTIyMC43UzEyMy41LDI0LjUsMjQ1LjIsMjQuNXoiLz4KCQk8cGF0aCBkPSJNMTM4LjcsMjU3LjVoMTgzLjRsLTQ4LDQ4Yy00LjgsNC44LTQuOCwxMi41LDAsMTcuM2MyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZsNjguOS02OC45ICAgIGM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNjguOS02OC45Yy00LjgtNC44LTEyLjUtNC44LTE3LjMsMHMtNC44LDEyLjUsMCwxNy4zbDQ4LDQ4SDEzOC43Yy02LjgsMC0xMi4zLDUuNS0xMi4zLDEyLjMgICAgQzEyNi40LDI1Mi4xLDEzMS45LDI1Ny41LDEzOC43LDI1Ny41eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 189, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-button-next {
    right: 5% !important;
  }
}

/* line 198, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-button-prev {
  left: 0% !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgPGc+CiAgICA8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJDMCwzODAuNCwxMTAsNDkwLjQsMjQ1LjIsNDkwLjR6IE0yNDUuMiwyNC41ICAgIGMxMjEuNywwLDIyMC43LDk5LDIyMC43LDIyMC43cy05OSwyMjAuNy0yMjAuNywyMjAuN3MtMjIwLjctOTktMjIwLjctMjIwLjdTMTIzLjUsMjQuNSwyNDUuMiwyNC41eiIvPgogICAgPHBhdGggZD0iTTE5OC45LDMyMi44YzIuNCwyLjQsNS41LDMuNiw4LjcsMy42czYuMy0xLjIsOC43LTMuNmM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNDgtNDhoMTgzLjRjNi44LDAsMTIuMy01LjUsMTIuMy0xMi4zICAgIHMtNS41LTEyLjMtMTIuMy0xMi4zSDE2OC4zbDQ4LTQ4YzQuOC00LjgsNC44LTEyLjUsMC0xNy4zcy0xMi41LTQuOC0xNy4zLDBsLTY4LjksNjguOWMtNC44LDQuOC00LjgsMTIuNSwwLDE3LjNMMTk4LjksMzIyLjh6Ii8+CiAgPC9nPgo8L3N2Zz4K);
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 198, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-button-prev {
    left: 5% !important;
  }
}

/* line 207, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-button-prev.swiper-button-disabled,
.centered-slider .swiper-button-next.swiper-button-disabled {
  display: none;
}

/* line 212, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-pagination {
  bottom: -65%;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 212, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-pagination {
    bottom: 0;
  }
}

/* line 227, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-pagination-bullet {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 !important;
  background: #fff;
  -webkit-transition: opacity ease-in-out 0.4s;
  -o-transition: opacity ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s;
}

/* line 235, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  opacity: 0.5;
}

/* line 240, resources/assets/styles/components/_slider_centered.scss */

.bg-white .centered-slider .swiper-pagination-bullet {
  background: #7d7d7d;
}

/* line 245, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-pagination-bullet-active {
  background: #f59f42;
}

/* line 248, resources/assets/styles/components/_slider_centered.scss */

.bg-white .centered-slider .swiper-pagination-bullet-active {
  background: #35a3b7;
}

/* line 253, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8) 80%);
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8) 80%);
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8) 80%);
}

/* line 263, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-overlay__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  z-index: 2;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 263, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-overlay__wrapper {
    height: 100%;
    overflow: auto;
  }
}

/* line 277, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-overlay__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.4em;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  color: #232a3f;
  background-color: #f59f42;
  padding: 0.6em 1em;
  margin: 1.5em 0 0;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 277, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-overlay__link {
    font-size: 13px;
    margin: 1.5em 0 0;
  }
}

/* line 295, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-overlay__link:hover img {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 300, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-overlay__link img {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform ease-in-out 0.4s;
  transition: -webkit-transform ease-in-out 0.4s;
  -o-transition: -o-transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s;
  transition: transform ease-in-out 0.4s, -webkit-transform ease-in-out 0.4s, -o-transform ease-in-out 0.4s;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 300, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-overlay__link img {
    width: 16px;
    height: 16px;
  }
}

/* line 314, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-overlay-text {
  font-size: 14px;
  color: #fff;
}

/* line 318, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .swiper-slide-overlay-text__subcaption {
  clear: both;
  display: block;
  font-size: 0.8em;
  color: #f59f42;
}

/* line 326, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .slide__author__container {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 2em;
  color: #fff;
  background: none !important;
}

/* line 339, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .slide__author__img {
  margin-right: 2em;
}

/* line 343, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .slide__author__name {
  font-size: 25px;
  font-weight: bold;
}

/* line 348, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .slide__author__job {
  font-size: 14px;
  color: #f59f42;
  font-weight: 500;
}

/* line 354, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .videoPlayer_playButton {
  width: 50px;
  height: 50px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* line 359, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .videoPlayer_playButton svg {
  width: 100%;
  height: 100%;
}

/* line 365, resources/assets/styles/components/_slider_centered.scss */

.centered-slider .slide__author__infos {
  font-size: 14px !important;
}

@media all and (max-width: 1139px) {
  /* line 371, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider {
    margin: 0 auto;
    margin-top: 1.5em;
  }

  /* line 375, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider-container {
    overflow: unset;
  }

  /* line 378, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider-container::before,
  .centered-slider-container::after {
    z-index: 2;
  }

  /* line 383, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider-container::before {
    left: -15px;
  }

  /* line 387, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider-container::after {
    right: -15px;
  }

  /* line 392, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider::before {
    left: 0;
    background-image: none;
  }

  /* line 397, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider::after {
    right: -1px;
    background-image: none;
  }

  /* line 402, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-wrapper {
    padding-left: 0;
  }

  /* line 407, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-container .slider_img,
  .centered-slider .swiper-slide-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 420, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-pagination {
    display: none;
  }

  /* line 424, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-overlay-text {
    font-size: 18px;
  }

  /* line 428, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-active {
    position: relative;
    -webkit-transform: scale(1) !important;
         -o-transform: scale(1) !important;
            transform: scale(1) !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 2;
  }

  /* line 435, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .swiper-slide-next,
  .centered-slider .swiper-slide-prev {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 442, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .videoPlayer_playButton {
    width: 60px !important;
    height: 60px !important;
  }

  /* line 447, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider .videoPlayer_container .slide__author__container {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5em;
  }

  /* line 456, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider:not(.centered-slider--timeline):not(.centered-slider--timeline-program) .swiper-slide {
    width: 300px !important;
    height: auto;
    opacity: 1;
  }

  /* line 464, resources/assets/styles/components/_slider_centered.scss */

  [data-type="summer"] .swiper-slide-container.image {
    display: block;
    overflow: auto;
    height: auto;
    padding-top: unset !important;
  }

  /* line 470, resources/assets/styles/components/_slider_centered.scss */

  [data-type="summer"] .swiper-slide-container.image .slider_img {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  /* line 477, resources/assets/styles/components/_slider_centered.scss */

  [data-type="summer"] .swiper-slide-container.image .swiper-slide-overlay-text {
    position: static;
    color: #1e2032;
    padding: 1em 0;
  }

  /* line 483, resources/assets/styles/components/_slider_centered.scss */

  [data-type="summer"] .swiper-slide-container.image .swiper-slide-overlay {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 1139px) {
  /* line 492, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider:not(.centered-slider--timeline):not(.centered-slider--timeline-program) .swiper-slide {
    width: 445px !important;
    height: auto;
    opacity: 1;
  }
}

@media all and (max-width: 767px) {
  /* line 501, resources/assets/styles/components/_slider_centered.scss */

  .centered-slider {
    overflow-x: hidden;
  }
}

/* line 1, resources/assets/styles/components/_slider_project.scss */

.slider__container.project {
  padding: 0;
  background: none;
}

/* line 5, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .slider__headline {
  margin: 0;
}

/* line 9, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-content {
  padding: 1.5em 15px;
  margin: -1.5em auto -1em;
}

/* line 14, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .section-grid + .section-fluide.swiper-content {
  margin: 0 auto;
}

/* line 18, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide {
  overflow: hidden;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease, -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-box-shadow 0.4s ease;
}

/* line 23, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide:hover {
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
  z-index: 2;
  -webkit-box-shadow: 0 0 3px black;
          box-shadow: 0 0 3px black;
}

/* line 28, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide:hover .swiper-slide__caption-container {
  opacity: 1;
}

/* line 33, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

/* line 43, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide__caption-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* line 53, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide__caption {
  color: #f59f42;
  font-weight: bold;
}

/* line 58, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide__caption__title {
  color: #fff;
}

/* line 63, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide-container {
  padding: 1em;
  font-size: 18px;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 85, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide-container.image {
  cursor: pointer;
}

/* line 89, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-slide-container .slider_img {
  padding-top: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 104, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-slide__caption-container {
  opacity: 1;
}

/* line 109, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 115, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news:hover .slide__data {
  opacity: 1;
}

/* line 119, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news:hover .hover {
  opacity: 1;
}

/* line 122, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news:hover .hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

/* line 136, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news.hovered .slide__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

/* line 143, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__background::after {
  background-image: none !important;
}

/* line 148, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* line 155, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.1s ease-in-out;
  -o-transition: opacity 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out;
}

/* line 166, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data > * {
  z-index: 2;
}

/* line 170, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__main {
  position: absolute;
  bottom: 10px;
}

/* line 175, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__tags {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  color: #3f4d72;
  padding: 8px 30px;
  font-size: 14px;
  overflow: hidden;
}

/* line 186, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__tags__bg {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
       -o-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
}

/* line 198, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__tags img {
  height: 1.5em;
}

/* line 203, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__players {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

/* line 209, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-left: 20px;
  text-transform: uppercase;
}

/* line 217, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__title {
  font-size: 24px;
  font-weight: bold;
}

/* line 222, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__short-description {
  color: #f59f42;
  font-size: 14px;
  margin: 0 0 12px;
  line-height: 1.2;
  width: 70%;
  height: 30px;
  overflow: hidden;
}

/* line 232, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 236, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__year {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  line-height: 0.9;
}

/* line 243, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__year span {
  font-size: 16px;
  letter-spacing: 0.2em;
}

/* line 249, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 253, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__awards__single img {
  width: 40px;
  height: auto;
  margin-left: 20px;
}

/* line 261, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 40%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 272, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__video {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIzIj4KICAgICAgICA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik02My43MiAxMDAuOTQzbDMyLjA3LTI2LjMwOWExIDEgMCAwIDAtLjAzNC0xLjU3M0w2My43MDMgNDguOTg4YS41LjUgMCAwIDAtLjguNHY1MS4xNjhhLjUuNSAwIDAgMCAuODE3LjM4N3oiLz4KICAgICAgICA8Y2lyY2xlIGN4PSI3NSIgY3k9Ijc1IiByPSI3NCIgb3BhY2l0eT0iMSIvPgogICAgPC9nPgo8L3N2Zz4K);
  width: 60px;
  height: 60px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* line 282, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__video:hover {
  -webkit-transform: scale(0.85);
       -o-transform: scale(0.85);
          transform: scale(0.85);
}

/* line 287, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__more {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNGNTlGNDIiIHN0cm9rZT0iI0Y1OUY0MiIgd2lkdGg9IjQyIiBoZWlnaHQ9IjQyIiB2aWV3Qm94PSIwIDAgNDIgNDIiPgogICAgPGcgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMSIgY3k9IjIxIiByPSIyMC41IiBmaWxsPSJub25lIiBvcGFjaXR5PSIuNSIvPgogICAgICAgIDxnIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIj4KICAgICAgICAgICAgPHBhdGggZD0iTTEzLjM1NiAyMS43NzRhLjM3Mi4zNzIgMCAwIDEtLjExOC0uMjg5YzAtLjIyLjE4Ni0uNDA3LjQxNS0uNDE1aDE1LjY4MWMuMjIgMCAuNDA3LjE4Ni40MTYuNDE1IDAgLjIyLS4xODcuNDA4LS40MTYuNDE2aC0xNS42OGEuNDE3LjQxNyAwIDAgMS0uMjk4LS4xMjd6Ii8+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMS4xOTcgMjkuNjE0YS4zNzIuMzcyIDAgMCAxLS4xMTktLjI4OFYxMy42NDVjMC0uMjIuMTg3LS40MDcuNDE2LS40MTYuMjIgMCAuNDA3LjE4Ny40MTYuNDE2djE1LjY4YzAgLjIyMS0uMTg3LjQwOC0uNDE2LjQxNmEuNDE3LjQxNyAwIDAgMS0uMjk3LS4xMjd6Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 1em;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* line 297, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data__more:hover {
  -webkit-transform: scale(0.85);
       -o-transform: scale(0.85);
          transform: scale(0.85);
}

@media all and (max-width: 767px) {
  /* line 155, resources/assets/styles/components/_slider_project.scss */

  .slider__container.project .swiper-container .swiper-wrapper .slide__news__container .slide__data {
    display: none !important;
  }
}

/* line 307, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .normal img,
.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .hover img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 319, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .normal {
  opacity: 1;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* line 324, resources/assets/styles/components/_slider_project.scss */

.slider__container.project .swiper-container .swiper-wrapper .slide__news__container .hover {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* line 335, resources/assets/styles/components/_slider_project.scss */

.slider__container.project + .slider__container.project,
.slider__container.project ~ .section-grid {
  margin-top: 1em;
}

@media all and (max-width: 1139px) {
  /* line 342, resources/assets/styles/components/_slider_project.scss */

  .slider__container.project .swiper-slide:hover {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  /* line 347, resources/assets/styles/components/_slider_project.scss */

  .slider__container.project .swiper-container.centered {
    margin: 0 auto !important;
  }

  /* line 350, resources/assets/styles/components/_slider_project.scss */

  .slider__container.project .swiper-container.centered .swiper-slide {
    margin: 0 auto;
  }
}

/* line 1, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program {
  padding: 2em 5em 0 5em;
  margin: 0;
  overflow: hidden;
}

/* line 7, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .admission__button {
  width: 100% !important;
  max-width: none !important;
  margin: 1em 0 !important;
}

/* line 13, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .timeline-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  margin: 3em auto;
  padding: 0;
}

/* line 23, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .timeline-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(0.7em / 2);
  right: calc(0.7em / 2);
  height: 2px;
  background: #9fa6b9;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 34, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .timeline-pagination::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(0.7em / 2);
  right: calc(0.7em / 2);
  height: 2px;
  background: #f59f42;
  -webkit-transform: translateY(-50%) scaleX(var(--timeline-progress));
       -o-transform: translateY(-50%) scaleX(var(--timeline-progress));
          transform: translateY(-50%) scaleX(var(--timeline-progress));
  -webkit-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 47, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .timeline-pagination__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #9fa6b9;
  z-index: 1;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: currentColor;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out;
}

/* line 62, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .timeline-pagination__element.active {
  color: #f59f42;
  z-index: 2;
}

/* line 67, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .timeline-pagination__element:not(.current) .timeline-pagination__text,
.centered-slider--timeline-program .timeline-pagination__element:not(.current) .timeline-pagination__subtext {
  opacity: 0.5;
}

/* line 73, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .timeline-pagination__element:first-child::after {
  display: none;
}

/* line 78, resources/assets/styles/components/_slider-timeline-program.scss */

.bg-white .centered-slider--timeline-program .timeline-pagination__element.active {
  color: #f59f42;
}

/* line 83, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .timeline-pagination__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: 900;
  min-height: 2.3em;
  position: absolute;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(-130%);
       -o-transform: translateY(-130%);
          transform: translateY(-130%);
}

/* line 97, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .timeline-pagination__subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #f59f42;
  font-size: 0.7em;
  font-weight: 900;
  margin-top: 0.6em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(-200%);
       -o-transform: translateY(-200%);
          transform: translateY(-200%);
}

/* line 111, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide {
  min-height: 580px;
}

/* line 114, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.4em 0 1.4em 0;
  height: auto;
}

/* line 120, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-watermark {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5em;
  color: #f59f42;
  margin-right: auto;
  opacity: 0.4;
  z-index: -1;
}

/* line 133, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.2em;
}

/* line 138, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-content-left,
.centered-slider--timeline-program .swiper-slide-content-right {
  color: #3f4d72;
}

/* line 142, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-content-left h2,
.centered-slider--timeline-program .swiper-slide-content-left h3,
.centered-slider--timeline-program .swiper-slide-content-left h4,
.centered-slider--timeline-program .swiper-slide-content-right h2,
.centered-slider--timeline-program .swiper-slide-content-right h3,
.centered-slider--timeline-program .swiper-slide-content-right h4 {
  font-weight: 900;
}

/* line 148, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-content-left h5,
.centered-slider--timeline-program .swiper-slide-content-left h6,
.centered-slider--timeline-program .swiper-slide-content-right h5,
.centered-slider--timeline-program .swiper-slide-content-right h6 {
  font-weight: bold;
}

/* line 153, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-content-left ul,
.centered-slider--timeline-program .swiper-slide-content-right ul {
  padding: 0;
  margin: 0.5em 0;
  list-style: none;
}

/* line 158, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-content-left ul li,
.centered-slider--timeline-program .swiper-slide-content-right ul li {
  position: relative;
  padding-left: 1em;
}

/* line 162, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-content-left ul li::before,
.centered-slider--timeline-program .swiper-slide-content-right ul li::before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #f59f42;
}

/* line 176, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-slide-content-right {
  padding-right: 1.5em;
}

/* line 183, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program .swiper-button-prev,
.centered-slider--timeline-program .swiper-button-next {
  outline: none;
  z-index: 8;
}

/* line 192, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program.centered-slider .swiper-slide-active {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* line 196, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program.centered-slider .swiper-slide-prev {
  opacity: 0;
}

/* line 200, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program.centered-slider .swiper-slide-next {
  opacity: 0;
}

/* line 204, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program.centered-slider .swiper-button-prev {
  opacity: 1;
}

/* line 208, resources/assets/styles/components/_slider-timeline-program.scss */

.centered-slider--timeline-program.centered-slider .swiper-button-next {
  opacity: 1;
}

@media all and (min-width: 992px) {
  /* line 218, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    max-width: calc(1140px + 30px);
  }

  /* line 221, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-content-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: calc(10% + 15px);
  }

  /* line 225, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-content-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 30px);
            flex: 0 0 calc(33.33333% - 30px);
    max-width: calc(33.33333% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media all and (max-width: 991px) {
  /* line 235, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program {
    overflow-x: hidden;
  }

  /* line 240, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-button-prev,
  .centered-slider--timeline-program .swiper-button-next {
    top: 40px !important;
    display: block;
  }

  /* line 247, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide {
    max-width: 100%;
    height: unset;
  }

  /* line 251, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-container {
    width: 100%;
    padding: 0.8em 1.5em 2em 1.5em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 257, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-watermark {
    font-size: 2em;
    position: unset;
    width: 100%;
    margin: 0;
  }

  /* line 264, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1em;
  }

  /* line 268, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-content-left {
    margin-bottom: 1em;
  }

  /* line 272, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-content-right {
    padding-right: 0;
  }

  /* line 276, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-content-left,
  .centered-slider--timeline-program .swiper-slide-content-right {
    font-size: 1em;
  }

  /* line 282, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-slide-content-left ul li::before,
  .centered-slider--timeline-program .swiper-slide-content-right ul li::before {
    width: 6px;
    height: 6px;
  }

  /* line 292, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .swiper-wrapper {
    padding-left: unset;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  /* line 298, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .timeline-pagination {
    margin: 3em auto 2em;
    width: 50%;
  }

  /* line 302, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .timeline-pagination__element {
    position: static;
    width: 1em;
    height: 1em;
  }

  /* line 308, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .timeline-pagination__element .timeline-pagination__text {
    display: none;
    position: absolute;
    top: -170%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
         -o-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    font-size: 1.2em;
  }

  /* line 317, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .timeline-pagination__element .timeline-pagination__subtext {
    display: none;
    position: absolute;
    top: -160%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
         -o-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }

  /* line 328, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .timeline-pagination__element.current .timeline-pagination__text {
    display: block;
  }

  /* line 332, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .timeline-pagination__element.current .timeline-pagination__subtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 767px) {
  /* line 343, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program {
    padding: 2em 0 0 0;
  }

  /* line 346, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .timeline-pagination {
    width: 120px;
  }

  /* line 350, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .timeline-pagination__text,
  .centered-slider--timeline-program .timeline-pagination__subtext {
    display: none;
  }

  /* line 355, resources/assets/styles/components/_slider-timeline-program.scss */

  .centered-slider--timeline-program .timeline-pagination__element.current .timeline-pagination__text {
    display: block;
    top: -100%;
    margin-top: -20px;
    line-height: 16px;
    white-space: nowrap;
    min-height: unset;
  }
}

/* line 1, resources/assets/styles/components/_slider-timeline.scss */

:root {
  --timeline-progress: 0;
}

/* line 5, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline {
  padding-top: 2em;
  padding-bottom: 10em;
  margin: 0;
}

/* line 12, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline.centered-slider .swiper-slide-overlay-text {
  font-size: 0.5em;
  width: 300px;
  max-width: 100%;
}

/* line 19, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .swiper-pagination {
  bottom: 2em;
}

/* line 23, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .swiper-pagination-bullet {
  height: 5px;
}

/* line 27, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .timeline-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  margin: 0 auto 8em;
  padding: 0;
}

/* line 37, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .timeline-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(0.7em / 2);
  right: calc(0.7em / 2);
  height: 2px;
  background: #7d7d7d;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 48, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .timeline-pagination::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(0.7em / 2);
  right: calc(0.7em / 2);
  height: 2px;
  background: #35a3b7;
  -webkit-transform: translateY(-50%) scaleX(var(--timeline-progress));
       -o-transform: translateY(-50%) scaleX(var(--timeline-progress));
          transform: translateY(-50%) scaleX(var(--timeline-progress));
  -webkit-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 61, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .timeline-pagination__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #7d7d7d;
  z-index: 1;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background: currentColor;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out;
}

/* line 76, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .timeline-pagination__element.active {
  color: #f59f42;
  z-index: 2;
}

/* line 81, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .timeline-pagination__element:not(.current) .timeline-pagination__text {
  opacity: 0.5;
}

/* line 86, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .timeline-pagination__element:first-child::after {
  display: none;
}

/* line 91, resources/assets/styles/components/_slider-timeline.scss */

.bg-white .centered-slider--timeline .timeline-pagination__element.active {
  color: #35a3b7;
}

/* line 96, resources/assets/styles/components/_slider-timeline.scss */

.centered-slider--timeline .timeline-pagination__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: currentColor;
  font-size: 0.7em;
  font-weight: 900;
  min-height: 2.3em;
  position: absolute;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media all and (max-width: 1139px) {
  /* line 113, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline {
    padding-bottom: 0;
  }

  /* line 117, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline.centered-slider .swiper-slide-container {
    padding: 0;
    display: block;
    height: auto;
  }

  /* line 122, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline.centered-slider .swiper-slide-container .swiper-slide-overlay,
  .centered-slider--timeline.centered-slider .swiper-slide-container .popin__copy {
    display: none;
  }

  /* line 127, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline.centered-slider .swiper-slide-container .slider_img {
    position: relative !important;
    height: auto;
  }

  /* line 132, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline.centered-slider .swiper-slide-container .swiper-slide-overlay-text {
    position: relative;
    font-size: 1em;
    width: 100%;
    padding: 1em;
    color: #1e2032;
  }

  /* line 142, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline .swiper-slide {
    height: auto;
  }

  /* line 146, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline .swiper-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 150, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline .timeline-pagination {
    margin: 3em auto 2em;
    width: 50%;
  }

  /* line 154, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline .timeline-pagination__element {
    position: static;
    width: 1em;
    height: 1em;
  }

  /* line 160, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline .timeline-pagination__element .timeline-pagination__text {
    display: none;
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
         -o-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    font-size: 1.2em;
  }

  /* line 172, resources/assets/styles/components/_slider-timeline.scss */

  .centered-slider--timeline .timeline-pagination__element.current .timeline-pagination__text {
    display: block;
  }

  /* line 183, resources/assets/styles/components/_slider-timeline.scss */

  .bg-white .centered-slider--timeline .swiper-button-prev {
    top: 40px !important;
    display: block;
  }

  /* line 188, resources/assets/styles/components/_slider-timeline.scss */

  .bg-white .centered-slider--timeline .swiper-button-next {
    top: 40px !important;
    display: block;
  }

  /* line 195, resources/assets/styles/components/_slider-timeline.scss */

  .bg-white .centered-slider--timeline .timeline-pagination__element::after {
    top: 12px;
    display: none;
  }
}

/* line 1, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard {
  padding: 0 0 2em;
}

/* line 5, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-container .swiper-slide {
  width: 300px !important;
  height: unset !important;
  position: relative;
  padding-top: 50px;
}

/* line 12, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-container .slide--whitecard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 1.5em 1em;
  height: 100%;
}

/* line 20, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-container .slide--whitecard__icon {
  height: 2em;
}

/* line 23, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-container .slide--whitecard__icon svg {
  height: 100%;
}

/* line 28, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-container .slide--whitecard__tampon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 20px;
}

/* line 35, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-container .slide--whitecard__tampon__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 42, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-container .slide--whitecard__title {
  color: #f59f42;
  text-transform: uppercase;
  margin: 0.5em 0;
  text-align: center;
}

/* line 49, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-container .slide--whitecard__text {
  text-align: center;
  line-height: 1.2;
}

/* line 56, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-button-next,
#slider__container--whitecard .swiper-button-prev {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

/* line 63, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-button-next:hover svg,
#slider__container--whitecard .swiper-button-prev:hover svg {
  fill: #f59f42;
}

/* line 68, resources/assets/styles/components/_slider-whitecard.scss */

#slider__container--whitecard .swiper-button-next svg,
#slider__container--whitecard .swiper-button-prev svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out fill;
  -o-transition: 0.4s ease-in-out fill;
  transition: 0.4s ease-in-out fill;
}

/* line 2, resources/assets/styles/components/_slider.scss */

.slider__container {
  width: 100%;
  padding: 2em 0;
}

/* line 7, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-content {
  overflow: hidden;
}

/* line 10, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-content::before,
.slider__container .swiper-content::after {
  content: '';
  color: #525ddc;
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 200px;
  z-index: 9;
  pointer-events: none;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-light .slider__container .swiper-content::before,
.bg-blue-light .slider__container .swiper-content::after {
  color: #3f4d72;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-medium .slider__container .swiper-content::before,
.bg-blue-medium .slider__container .swiper-content::after {
  color: #1e2032;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-blue-dark .slider__container .swiper-content::before,
.bg-blue-dark .slider__container .swiper-content::after {
  color: #232a3f;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-white .slider__container .swiper-content::before,
.bg-white .slider__container .swiper-content::after {
  color: #fff;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-turquoise .slider__container .swiper-content::before,
.bg-turquoise .slider__container .swiper-content::after {
  color: #35a3b7;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-grey .slider__container .swiper-content::before,
.bg-grey .slider__container .swiper-content::after {
  color: #ededed;
}

/* line 87, resources/assets/styles/common/_variables.scss */

.bg-orange .slider__container .swiper-content::before,
.bg-orange .slider__container .swiper-content::after {
  color: #f59f42;
}

/* line 24, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-content::before {
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(currentColor));
  background-image: -webkit-linear-gradient(right, transparent, currentColor);
  background-image: -o-linear-gradient(right, transparent, currentColor);
  background-image: linear-gradient(to left, transparent, currentColor);
}

/* line 29, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-content::after {
  right: -1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(currentColor));
  background-image: -webkit-linear-gradient(left, transparent, currentColor);
  background-image: -o-linear-gradient(left, transparent, currentColor);
  background-image: linear-gradient(to right, transparent, currentColor);
}

/* line 35, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-container {
  overflow: initial !important;
}

/* line 40, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-container:not([data-rest]) .swiper-slide {
  width: 445px !important;
  height: 250px;
}

/* line 47, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-container[data-rest] .swiper-slide {
  padding-top: 23.325%;
}

@media all and (min-width: 992px) {
  /* line 51, resources/assets/styles/components/_slider.scss */

  .slider__container .swiper-container[data-rest] .swiper-button-next {
    right: -22.7%;
  }
}

/* line 58, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-button-prev,
.slider__container .swiper-button-next {
  width: 3em;
  height: 3em;
  background-size: 3em;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  outline: none;
}

/* line 69, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-button-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgPGc+CiAgICA8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJDMCwzODAuNCwxMTAsNDkwLjQsMjQ1LjIsNDkwLjR6IE0yNDUuMiwyNC41ICAgIGMxMjEuNywwLDIyMC43LDk5LDIyMC43LDIyMC43cy05OSwyMjAuNy0yMjAuNywyMjAuN3MtMjIwLjctOTktMjIwLjctMjIwLjdTMTIzLjUsMjQuNSwyNDUuMiwyNC41eiIvPgogICAgPHBhdGggZD0iTTE5OC45LDMyMi44YzIuNCwyLjQsNS41LDMuNiw4LjcsMy42czYuMy0xLjIsOC43LTMuNmM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNDgtNDhoMTgzLjRjNi44LDAsMTIuMy01LjUsMTIuMy0xMi4zICAgIHMtNS41LTEyLjMtMTIuMy0xMi4zSDE2OC4zbDQ4LTQ4YzQuOC00LjgsNC44LTEyLjUsMC0xNy4zcy0xMi41LTQuOC0xNy4zLDBsLTY4LjksNjguOWMtNC44LDQuOC00LjgsMTIuNSwwLDE3LjNMMTk4LjksMzIyLjh6Ii8+CiAgPC9nPgo8L3N2Zz4K);
  opacity: 0.7;
}

/* line 74, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-button-prev:hover {
  opacity: 1;
}

/* line 79, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-container-rtl .swiper-button-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJTMTEwLDQ5MC40LDI0NS4yLDQ5MC40eiBNMjQ1LjIsMjQuNSAgICBjMTIxLjcsMCwyMjAuNyw5OSwyMjAuNywyMjAuN3MtOTksMjIwLjctMjIwLjcsMjIwLjdzLTIyMC43LTk5LTIyMC43LTIyMC43UzEyMy41LDI0LjUsMjQ1LjIsMjQuNXoiLz4KCQk8cGF0aCBkPSJNMTM4LjcsMjU3LjVoMTgzLjRsLTQ4LDQ4Yy00LjgsNC44LTQuOCwxMi41LDAsMTcuM2MyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZsNjguOS02OC45ICAgIGM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNjguOS02OC45Yy00LjgtNC44LTEyLjUtNC44LTE3LjMsMHMtNC44LDEyLjUsMCwxNy4zbDQ4LDQ4SDEzOC43Yy02LjgsMC0xMi4zLDUuNS0xMi4zLDEyLjMgICAgQzEyNi40LDI1Mi4xLDEzMS45LDI1Ny41LDEzOC43LDI1Ny41eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  opacity: 0.7;
}

/* line 83, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 1;
}

/* line 88, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-button-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJTMTEwLDQ5MC40LDI0NS4yLDQ5MC40eiBNMjQ1LjIsMjQuNSAgICBjMTIxLjcsMCwyMjAuNyw5OSwyMjAuNywyMjAuN3MtOTksMjIwLjctMjIwLjcsMjIwLjdzLTIyMC43LTk5LTIyMC43LTIyMC43UzEyMy41LDI0LjUsMjQ1LjIsMjQuNXoiLz4KCQk8cGF0aCBkPSJNMTM4LjcsMjU3LjVoMTgzLjRsLTQ4LDQ4Yy00LjgsNC44LTQuOCwxMi41LDAsMTcuM2MyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZsNjguOS02OC45ICAgIGM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNjguOS02OC45Yy00LjgtNC44LTEyLjUtNC44LTE3LjMsMHMtNC44LDEyLjUsMCwxNy4zbDQ4LDQ4SDEzOC43Yy02LjgsMC0xMi4zLDUuNS0xMi4zLDEyLjMgICAgQzEyNi40LDI1Mi4xLDEzMS45LDI1Ny41LDEzOC43LDI1Ny41eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  opacity: 0.7;
}

/* line 93, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-button-next:hover {
  opacity: 1;
}

/* line 98, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-container-rtl .swiper-button-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgPGc+CiAgICA8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJDMCwzODAuNCwxMTAsNDkwLjQsMjQ1LjIsNDkwLjR6IE0yNDUuMiwyNC41ICAgIGMxMjEuNywwLDIyMC43LDk5LDIyMC43LDIyMC43cy05OSwyMjAuNy0yMjAuNywyMjAuN3MtMjIwLjctOTktMjIwLjctMjIwLjdTMTIzLjUsMjQuNSwyNDUuMiwyNC41eiIvPgogICAgPHBhdGggZD0iTTE5OC45LDMyMi44YzIuNCwyLjQsNS41LDMuNiw4LjcsMy42czYuMy0xLjIsOC43LTMuNmM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNDgtNDhoMTgzLjRjNi44LDAsMTIuMy01LjUsMTIuMy0xMi4zICAgIHMtNS41LTEyLjMtMTIuMy0xMi4zSDE2OC4zbDQ4LTQ4YzQuOC00LjgsNC44LTEyLjUsMC0xNy4zcy0xMi41LTQuOC0xNy4zLDBsLTY4LjksNjguOWMtNC44LDQuOC00LjgsMTIuNSwwLDE3LjNMMTk4LjksMzIyLjh6Ii8+CiAgPC9nPgo8L3N2Zz4K);
  opacity: 0.7;
}

/* line 102, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-container-rtl .swiper-button-next:hover {
  opacity: 1;
}

/* line 107, resources/assets/styles/components/_slider.scss */

.slider__container .swiper-button-prev.swiper-button-disabled,
.slider__container .swiper-button-next.swiper-button-disabled {
  display: none;
}

/* line 113, resources/assets/styles/components/_slider.scss */

.slider__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.2em 10.9em;
}

/* line 119, resources/assets/styles/components/_slider.scss */

.slider__icon {
  display: inline-block;
  margin-right: 15px;
  width: 1.8em;
  height: 1.8em;
}

/* line 125, resources/assets/styles/components/_slider.scss */

.slider__icon svg {
  height: 100%;
  width: 100%;
  fill: white;
}

/* line 132, resources/assets/styles/components/_slider.scss */

.slider__title {
  color: #fff;
  font-weight: normal;
  font-size: 1.3em;
}

/* line 139, resources/assets/styles/components/_slider.scss */

.slider__container:last-of-type,
.section-pro-network .slider__container {
  padding: 0;
}

/**
 * Add visual placeholders on REST sliders
 */

/* line 147, resources/assets/styles/components/_slider.scss */

.swiper-container[data-rest] {
  margin-right: 18.5%;
}

/* line 152, resources/assets/styles/components/_slider.scss */

.swiper-container[data-rest][data-initial] .swiper-wrapper::before {
  content: '';
  width: 100%;
  opacity: 0.1;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(96.73913%, #fff), color-stop(96.73913%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, #fff 0%, #fff 96.73913%, rgba(0, 0, 0, 0) 96.73913%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #fff 96.73913%, rgba(0, 0, 0, 0) 96.73913%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #fff 0%, #fff 96.73913%, rgba(0, 0, 0, 0) 96.73913%, rgba(0, 0, 0, 0) 100%);
  background-size: 460px auto;
  background-repeat: repeat no-repeat;
  -webkit-animation-name: pulse_opacity;
       -o-animation-name: pulse_opacity;
          animation-name: pulse_opacity;
  -webkit-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media all and (min-width: 768px) {
  /* line 152, resources/assets/styles/components/_slider.scss */

  .swiper-container[data-rest][data-initial] .swiper-wrapper::before {
    height: 250px;
  }
}

@media all and (max-width: 767px) {
  /* line 152, resources/assets/styles/components/_slider.scss */

  .swiper-container[data-rest][data-initial] .swiper-wrapper::before {
    height: 180px;
  }
}

@-webkit-keyframes pulse_opacity {
  0%, 30%, 50%, 60%, 80%, 100% {
    opacity: 0.1;
  }

  40%, 70% {
    opacity: 0.15;
  }
}

@-o-keyframes pulse_opacity {
  0%, 30%, 50%, 60%, 80%, 100% {
    opacity: 0.1;
  }

  40%, 70% {
    opacity: 0.15;
  }
}

@keyframes pulse_opacity {
  0%, 30%, 50%, 60%, 80%, 100% {
    opacity: 0.1;
  }

  40%, 70% {
    opacity: 0.15;
  }
}

@media all and (max-width: 991px) {
  /* line 191, resources/assets/styles/components/_slider.scss */

  .slider__container .section-fluide {
    padding: 0 15px;
  }

  /* line 195, resources/assets/styles/components/_slider.scss */

  .slider__container .swiper-button-prev {
    left: 5%;
  }

  /* line 199, resources/assets/styles/components/_slider.scss */

  .slider__container .swiper-button-next {
    right: -7%;
  }

  /* line 204, resources/assets/styles/components/_slider.scss */

  .slider__container .swiper-content::before,
  .slider__container .swiper-content::after {
    display: none;
  }

  /* line 210, resources/assets/styles/components/_slider.scss */

  .slider__container .swiper-container {
    width: 90%;
    margin-right: 10%;
  }
}

@media all and (max-width: 767px) {
  /* line 222, resources/assets/styles/components/_slider.scss */

  .slider__container .swiper-container:not([data-rest]) .swiper-slide {
    width: 300px !important;
    height: 180px !important;
  }

  /* line 229, resources/assets/styles/components/_slider.scss */

  .slider__container .swiper-container[data-rest] .swiper-slide {
    padding-top: 56%;
  }

  /* line 232, resources/assets/styles/components/_slider.scss */

  .slider__container .swiper-container[data-rest] .swiper-slide.slide_news {
    height: auto;
  }
}

@media all and (max-width: 767px) {
  /* line 243, resources/assets/styles/components/_slider.scss */

  .slider__container {
    padding: 0.5em 0;
  }

  /* line 249, resources/assets/styles/components/_slider.scss */

  .home .slider__container {
    padding: 0.3em 0 2em 0;
  }
}

/* line 1, resources/assets/styles/components/_social_links.scss */

.social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 4, resources/assets/styles/components/_social_links.scss */

.social_links__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.33333% - 30px);
          flex: 0 0 calc(58.33333% - 30px);
  max-width: calc(58.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 10, resources/assets/styles/components/_social_links.scss */

.social_links__links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.8em;
  font-size: 2rem;
}

/* line 21, resources/assets/styles/components/_social_links.scss */

.social_links__flag {
  height: 1em;
  width: 1em;
}

/* line 25, resources/assets/styles/components/_social_links.scss */

.social_links__flag svg {
  height: 100%;
  width: 100%;
}

/* line 30, resources/assets/styles/components/_social_links.scss */

.social_links__flag:not(:first-child) {
  margin-left: 1em;
}

/* line 35, resources/assets/styles/components/_social_links.scss */

.social_links__link {
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  padding: 0.3em;
  height: 1.2em;
  width: 1.2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.3em;
}

/* line 47, resources/assets/styles/components/_social_links.scss */

.social_links__link svg {
  fill: #1e2032;
  width: 28px;
  height: 28px;
  -webkit-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}

/* line 56, resources/assets/styles/components/_social_links.scss */

.social_links__link:hover svg,
.social_links__link:focus svg {
  fill: #3f4d72;
}

@media all and (max-width: 767px) {
  /* line 65, resources/assets/styles/components/_social_links.scss */

  .social_links__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }

  /* line 71, resources/assets/styles/components/_social_links.scss */

  .social_links__links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* line 1, resources/assets/styles/components/_text_fadeout.scss */

.text-fadeout {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  text-align: justify;
  position: relative;
}

/* line 9, resources/assets/styles/components/_text_fadeout.scss */

.text-fadeout::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

/* line 18, resources/assets/styles/components/_text_fadeout.scss */

.bg-blue-dark .text-fadeout::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 42, 63, 0.9)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(35, 42, 63, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(35, 42, 63, 0.9) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(35, 42, 63, 0.9) 0%, transparent 100%);
}

/* line 22, resources/assets/styles/components/_text_fadeout.scss */

.bg-blue-grey .text-fadeout::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(82, 84, 103, 0.9)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(82, 84, 103, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(82, 84, 103, 0.9) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(82, 84, 103, 0.9) 0%, transparent 100%);
}

/* line 26, resources/assets/styles/components/_text_fadeout.scss */

.bg-blue-light .text-fadeout::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(63, 77, 114, 0.9)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(63, 77, 114, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(63, 77, 114, 0.9) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(63, 77, 114, 0.9) 0%, transparent 100%);
}

/* line 30, resources/assets/styles/components/_text_fadeout.scss */

.bg-turquoise .text-fadeout::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(53, 163, 183, 0.9)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(53, 163, 183, 0.9) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(53, 163, 183, 0.9) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(53, 163, 183, 0.9) 0%, transparent 100%);
}

/* line 2, resources/assets/styles/components/_text.scss */

.section-grid .text {
  margin: 1em 0;
  font-size: 22px;
}

@media all and (max-width: 1139px) {
  /* line 16, resources/assets/styles/components/_text.scss */

  .section-grid .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin: 0 -15px;
  }
}

/* line 1, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images {
  padding-bottom: 6em;
}

/* line 6, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
}

/* line 13, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 21, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

/* line 28, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__title {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

/* line 37, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1440px + 30px);
  max-width: 1620px;
  position: relative;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 46, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 30px);
          flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 20px;
  background-color: #555f83;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 767px) {
  /* line 46, resources/assets/styles/components/_three_columns_images.scss */

  .three-columns-images__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 25px;
  }
}

/* line 63, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list-item-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 15px;
  letter-spacing: 10px;
  line-height: 36.5px;
}

/* line 75, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list-item-title strong {
  font-family: inherit;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
}

/* line 83, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list-item-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #f59f42;
  text-align: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

/* line 93, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list-item-text strong {
  font-family: inherit;
  display: block;
  font-weight: 400;
  font-size: 2.2rem;
}

/* line 101, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list-item-image {
  position: relative;
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

/* line 111, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list-item-image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  opacity: 0.8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), black);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  z-index: 1;
  -webkit-transition: opacity 1s ease-in-out, height 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, height 1s ease-in-out;
  transition: opacity 1s ease-in-out, height 1s ease-in-out;
}

/* line 125, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 134, resources/assets/styles/components/_three_columns_images.scss */

.three-columns-images__list-item-image .text {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.3rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 0;
  width: calc(100% - 30px);
  z-index: 2;
}

/* line 1, resources/assets/styles/components/_two_columns_text_header.scss */

.two_columns_text_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 6, resources/assets/styles/components/_two_columns_text_header.scss */

.two_columns_text_header .two_columns__left,
.two_columns_text_header .two_columns__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 11, resources/assets/styles/components/_two_columns_text_header.scss */

.two_columns_text_header .headline {
  margin-left: 0;
}

/* line 14, resources/assets/styles/components/_two_columns_text_header.scss */

.two_columns_text_header .headline__bar {
  margin: 1em 0;
}

/* line 20, resources/assets/styles/components/_two_columns_text_header.scss */

.two_columns_text_header .two_columns__text {
  margin-top: 0;
  color: #fff;
  font-size: 22px;
}

/* line 25, resources/assets/styles/components/_two_columns_text_header.scss */

.two_columns_text_header .two_columns__text a {
  color: #f59f42;
  text-decoration: none;
}

/* line 29, resources/assets/styles/components/_two_columns_text_header.scss */

.bg-white .two_columns_text_header .two_columns__text a {
  color: #35a3b7;
}

/* line 34, resources/assets/styles/components/_two_columns_text_header.scss */

.two_columns_text_header .two_columns__text ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 40, resources/assets/styles/components/_two_columns_text_header.scss */

.two_columns_text_header .two_columns__text ul li {
  position: relative;
  padding-left: 1em;
}

/* line 44, resources/assets/styles/components/_two_columns_text_header.scss */

.two_columns_text_header .two_columns__text ul li::before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  background: #f59f42;
}

@media all and (max-width: 767px) {
  /* line 60, resources/assets/styles/components/_two_columns_text_header.scss */

  .two_columns_text_header {
    margin-top: 0;
  }

  /* line 64, resources/assets/styles/components/_two_columns_text_header.scss */

  .two_columns_text_header .two_columns__left,
  .two_columns_text_header .two_columns__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 75, resources/assets/styles/components/_two_columns_text_header.scss */

  .two_columns_text_header {
    margin-top: 0;
  }

  /* line 79, resources/assets/styles/components/_two_columns_text_header.scss */

  .two_columns_text_header .two_columns__left,
  .two_columns_text_header .two_columns__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }
}

/* line 1, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 5, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  color: #fff;
  font-size: 22px;
}

/* line 11, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__text a {
  color: #f59f42;
  text-decoration: none;
}

/* line 15, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.bg-white .two_columns_text_image_buttons .two_columns__text a {
  color: #35a3b7;
}

/* line 21, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 27, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__image img {
  width: 100%;
}

/* line 33, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__buttons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

/* line 40, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__button {
  width: 50%;
  background: #f59f42;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3f4d72;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.7em;
  font-weight: bold;
}

/* line 54, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__button:nth-of-type(2) {
  background: #ededed;
}

/* line 58, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__button-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
}

/* line 64, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__button-icon.arrow {
  margin-left: 1em;
  margin-right: 0;
}

/* line 69, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons .two_columns__button-icon svg {
  fill: #3f4d72;
  width: 100%;
  height: 100%;
}

/* line 78, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons_reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 82, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons_reversed .two_columns__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 86, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

.two_columns_text_image_buttons_reversed .two_columns__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

@media all and (max-width: 767px) {
  /* line 94, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

  .two_columns_text_image {
    margin-top: 0;
  }

  /* line 98, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

  .two_columns_text_image .two_columns__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }

  /* line 104, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

  .two_columns_text_image .two_columns__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 114, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

  .two_columns_text_image {
    margin-top: 0;
  }

  /* line 118, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

  .two_columns_text_image .two_columns__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }

  /* line 124, resources/assets/styles/components/_two_columns_text_image_buttons.scss */

  .two_columns_text_image .two_columns__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }
}

/* line 1, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  margin-top: 0;
  margin-bottom: 5em;
}

/* line 10, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image .two_columns__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  font-size: 22px;
}

/* line 15, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image .two_columns__text a {
  color: #f59f42;
  text-decoration: none;
}

/* line 19, resources/assets/styles/components/_two_columns_text_image.scss */

.bg-white .two_columns_text_image .two_columns__text a {
  color: #35a3b7;
}

/* line 24, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image .two_columns__text ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 30, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image .two_columns__text ul li {
  position: relative;
  padding-left: 1em;
}

/* line 34, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image .two_columns__text ul li::before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  background: #f59f42;
}

/* line 47, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image .two_columns__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 50, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image .two_columns__image img {
  width: 100%;
}

/* line 56, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image_reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 60, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image_reversed .two_columns__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

/* line 64, resources/assets/styles/components/_two_columns_text_image.scss */

.two_columns_text_image_reversed .two_columns__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
}

@media all and (max-width: 767px) {
  /* line 72, resources/assets/styles/components/_two_columns_text_image.scss */

  .two_columns_text_image {
    margin-top: 0;
    margin-bottom: 1em;
  }

  /* line 77, resources/assets/styles/components/_two_columns_text_image.scss */

  .two_columns_text_image .two_columns__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }

  /* line 83, resources/assets/styles/components/_two_columns_text_image.scss */

  .two_columns_text_image .two_columns__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 93, resources/assets/styles/components/_two_columns_text_image.scss */

  .two_columns_text_image {
    margin-top: 0;
    margin-bottom: 1em;
  }

  /* line 98, resources/assets/styles/components/_two_columns_text_image.scss */

  .two_columns_text_image .two_columns__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }

  /* line 104, resources/assets/styles/components/_two_columns_text_image.scss */

  .two_columns_text_image .two_columns__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }
}

/* line 1, resources/assets/styles/components/_two_columns_text_one_header.scss */

.two_columns_text_one_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 7, resources/assets/styles/components/_two_columns_text_one_header.scss */

.two_columns_text_one_header .two_columns__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  color: #fff;
  font-size: 22px;
}

/* line 13, resources/assets/styles/components/_two_columns_text_one_header.scss */

.two_columns_text_one_header .two_columns__text a {
  color: #f59f42;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 18, resources/assets/styles/components/_two_columns_text_one_header.scss */

.two_columns_text_one_header .two_columns__text a:hover {
  color: #dfce90;
}

/* line 22, resources/assets/styles/components/_two_columns_text_one_header.scss */

.bg-white .two_columns_text_one_header .two_columns__text a {
  color: #35a3b7;
}

/* line 30, resources/assets/styles/components/_two_columns_text_one_header.scss */

.two_columns_text_one_header .headline__bar {
  width: 3em;
}

@media all and (max-width: 767px) {
  /* line 37, resources/assets/styles/components/_two_columns_text_one_header.scss */

  .two_columns_text_one_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    max-width: calc(1140px + 0);
    margin-top: 0;
  }

  /* line 43, resources/assets/styles/components/_two_columns_text_one_header.scss */

  .two_columns_text_one_header .two_columns__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 1.5em;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 53, resources/assets/styles/components/_two_columns_text_one_header.scss */

  .two_columns_text_one_header {
    margin-top: 0;
  }

  /* line 57, resources/assets/styles/components/_two_columns_text_one_header.scss */

  .two_columns_text_one_header .two_columns__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }
}

/* line 1, resources/assets/styles/components/_two_columns_text.scss */

.two_columns_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 7, resources/assets/styles/components/_two_columns_text.scss */

.two_columns_text .two_columns__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  margin-top: 0;
  color: #fff;
  font-size: 22px;
}

/* line 14, resources/assets/styles/components/_two_columns_text.scss */

.two_columns_text .two_columns__text a {
  color: #f59f42;
  text-decoration: none;
}

/* line 18, resources/assets/styles/components/_two_columns_text.scss */

.bg-white .two_columns_text .two_columns__text a {
  color: #35a3b7;
}

@media all and (max-width: 767px) {
  /* line 29, resources/assets/styles/components/_two_columns_text.scss */

  .two_columns_text .two_columns__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /* line 39, resources/assets/styles/components/_two_columns_text.scss */

  .two_columns_text .two_columns__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.5em;
  }
}

/* line 1, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

/* line 7, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container.open .videoPlayer {
  z-index: 3;
}

/* line 12, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container.fixed.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

/* line 20, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container.fixed.open .videoPlayer {
  height: 100vh;
}

/* line 24, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container.fixed.open .videoPlayer_closeButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 29, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container .slide__author__container {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0.5em;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background-image: -webkit-linear-gradient(top, transparent, black);
  background-image: -o-linear-gradient(top, transparent, black);
  background-image: linear-gradient(to bottom, transparent, black);
}

/* line 42, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container .slide__author__img {
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 49, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container .slide__author__img .videoPlayer_playButton {
  width: 60px;
  height: 60px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* line 54, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container .slide__author__img .videoPlayer_playButton svg {
  width: 100%;
  height: 100%;
}

/* line 61, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container .slide__author__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

/* line 68, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container .slide__author__name {
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  width: 290px;
}

/* line 75, resources/assets/styles/components/_video_player.scss */

.videoPlayer_container .slide__author__job {
  font-size: 1em;
  color: #f59f42;
  font-weight: normal;
  line-height: 1em;
}

/* line 83, resources/assets/styles/components/_video_player.scss */

.videoPlayer {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 92, resources/assets/styles/components/_video_player.scss */

.videoPlayer iframe {
  width: 100%;
  height: 100%;
}

/* line 97, resources/assets/styles/components/_video_player.scss */

.videoPlayer_closeButton {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5em;
  height: 2.5em;
  background: #000;
  color: #fff;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  border: 0;
}

/* line 113, resources/assets/styles/components/_video_player.scss */

.videoPlayer_playButton {
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55), -o-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* line 121, resources/assets/styles/components/_video_player.scss */

.video_cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

/* line 133, resources/assets/styles/components/_video_player.scss */

.video_section_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 2;
}

/* line 148, resources/assets/styles/components/_video_player.scss */

.video_section_overlay:hover .videoPlayer_playButton {
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

/* line 158, resources/assets/styles/components/_video_player.scss */

.centered-slider .swiper-slide-active .slide__author__name,
.centered-slider .swiper-slide-active .slide__author__job {
  max-width: 250px;
}

@media all and (max-width: 991px) {
  /* line 167, resources/assets/styles/components/_video_player.scss */

  .videoPlayer_playButton {
    width: 100px;
    height: 100px;
  }

  /* line 171, resources/assets/styles/components/_video_player.scss */

  .videoPlayer_playButton svg {
    width: 100%;
    height: 100%;
  }
}

@media all and (max-width: 767px) {
  /* line 181, resources/assets/styles/components/_video_player.scss */

  .videoPlayer_container .slide__author__name {
    width: 170px;
  }
}

/* line 189, resources/assets/styles/components/_video_player.scss */

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

/* line 199, resources/assets/styles/components/_video_player.scss */

.video-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 203, resources/assets/styles/components/_video_player.scss */

.video-modal__container {
  width: 100%;
}

/* line 206, resources/assets/styles/components/_video_player.scss */

.video-modal__container__close {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 50px;
  cursor: pointer;
  margin: 0 1em;
}

/* line 215, resources/assets/styles/components/_video_player.scss */

.video-modal__container__video {
  width: 60%;
  margin: 4em auto;
  position: relative;
}

/* line 220, resources/assets/styles/components/_video_player.scss */

.video-modal__container__video iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 70vh;
}

/* line 226, resources/assets/styles/components/_video_player.scss */

.video-modal__container__video iframe + img {
  display: none;
}

/* line 231, resources/assets/styles/components/_video_player.scss */

.video-modal__container__video img {
  width: auto;
  height: 70vh;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 1, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
}

/* line 9, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 16, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__background img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 26, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__background::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

/* line 37, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__logo {
  position: absolute;
  top: 0.4em;
  right: 1em;
  height: 5em;
}

/* line 45, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 50, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5em;
  height: 5em;
  position: relative;
}

/* line 56, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 66, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5em;
  height: 1.5em;
  background: #f59f42;
  border-radius: 50%;
}

/* line 78, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__icon svg {
  width: 0.7em;
  height: 0.7em;
}

/* line 84, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__infos {
  margin-left: 1.5em;
  -ms-flex-item-align: end;
      align-self: flex-end;
  min-height: 3.2em;
  width: calc(100% - 5em);
  z-index: 1;
}

/* line 92, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__name,
.slide__interview .slide__author__job,
.slide__interview .slide__author__promo {
  margin: 0;
}

/* line 98, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__name {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 104, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__job,
.slide__interview .slide__author__promo {
  color: #f59f42;
  font-size: 0.9em;
  font-weight: 500;
}

/* line 111, resources/assets/styles/components/slides/_slide_interview.scss */

.slide__interview .slide__author__promo {
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  /* line 122, resources/assets/styles/components/slides/_slide_interview.scss */

  .slide__interview .slide__author__container {
    display: block;
    position: absolute;
    padding: 0 1em;
  }

  /* line 128, resources/assets/styles/components/slides/_slide_interview.scss */

  .slide__interview .slide__author__infos {
    margin-top: 1em;
    margin-left: 0;
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  /* line 143, resources/assets/styles/components/slides/_slide_interview.scss */

  .slide__interview .slide__author__infos h3 {
    margin-bottom: 0.4em;
  }
}

/* line 1, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.7em;
}

/* line 6, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 13, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__background img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 23, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__background::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-radial-gradient(70% 95%, circle, rgba(35, 42, 63, 0.5) 5%, #232a3f 50%);
  background-image: -o-radial-gradient(70% 95%, circle, rgba(35, 42, 63, 0.5) 5%, #232a3f 50%);
  background-image: radial-gradient(circle at 70% 95%, rgba(35, 42, 63, 0.5) 5%, #232a3f 50%);
  height: 100%;
}

/* line 40, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

/* line 47, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__container.inactive {
  pointer-events: none;
  cursor: default;
}

/* line 53, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__title,
.slide__news__date {
  text-transform: uppercase;
  font-weight: 900;
}

/* line 59, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__title {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 0.3em;
}

/* line 65, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__date {
  color: #f59f42;
  font-size: 0.9em;
}

/* line 70, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.5em;
}

/* line 76, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__icon {
  height: 1em;
  width: 1em;
  color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  margin-right: 0.7em;
}

/* line 87, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__icon.france {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggc3R5bGU9ImZpbGw6IzQxNDc5QjsiIGQ9Ik0zOC4zNDUsODguMjczQzE3LjE2Nyw4OC4yNzMsMCwxMDUuNDQsMCwxMjYuNjE4djI1OC43NTljMCwyMS4xNzcsMTcuMTY3LDM4LjM0NSwzOC4zNDUsMzguMzQ1CgloMTMyLjMyMlY4OC4yNzNIMzguMzQ1eiIvPgo8cmVjdCB4PSIxNzAuNjciIHk9Ijg4LjI3NyIgc3R5bGU9ImZpbGw6I0Y1RjVGNTsiIHdpZHRoPSIxNzAuNjciIGhlaWdodD0iMzM1LjQ1Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRjRCNTU7IiBkPSJNNDczLjY1NSw4OC4yNzNIMzQxLjMzM3YzMzUuNDQ4aDEzMi4zMjJjMjEuMTc3LDAsMzguMzQ1LTE3LjE2NywzOC4zNDUtMzguMzQ1VjEyNi42MTgKCUM1MTIsMTA1LjQ0LDQ5NC44MzMsODguMjczLDQ3My42NTUsODguMjczeiIvPgo8L3N2Zz4K);
}

/* line 91, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__icon.canada {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxyZWN0IHg9IjExNC43NiIgeT0iODguMjc3IiBzdHlsZT0iZmlsbDojRjVGNUY1OyIgd2lkdGg9IjI4Mi40OCIgaGVpZ2h0PSIzMzUuNDUiLz4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTM4LjM0NSw4OC4yNzNDMTcuMTY3LDg4LjI3MywwLDEwNS40NCwwLDEyNi42MTh2MjU4Ljc1OWMwLDIxLjE3NywxNy4xNjcsMzguMzQ1LDM4LjM0NSwzOC4zNDUKCQloNzYuNDE0Vjg4LjI3M0gzOC4zNDV6Ii8+Cgk8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTQ3My42NTUsODguMjczaC03Ni40MTR2MzM1LjQ0OGg3Ni40MTRjMjEuMTc3LDAsMzguMzQ1LTE3LjE2NywzOC4zNDUtMzguMzQ1VjEyNi42MTgKCQlDNTEyLDEwNS40NCw0OTQuODMzLDg4LjI3Myw0NzMuNjU1LDg4LjI3M3oiLz4KCTxwYXRoIHN0eWxlPSJmaWxsOiNGRjRCNTU7IiBkPSJNMzA5LjU2OSwyOTQuNzU3bDUyLjM4My0yOS45MzJsLTEyLjAyLTYuMDFjLTMuMzcxLTEuNjg2LTUuMzAxLTUuMzI2LTQuODAyLTkuMDYzbDMuOTExLTI5LjMyMgoJCWwtMjIuMTc3LDYuNDUyYy00Ljg5OSwxLjQyNi05Ljk4My0xLjU4OC0xMS4wODUtNi41NjlsLTIuMTI0LTkuNmwtMjAuODIzLDI0LjM3Yy0yLjg4NiwzLjM3OC04LjM4NiwwLjc5OC03LjYzMy0zLjU4MQoJCWw4Ljg5My01MS43MDhsLTEzLjYxNSwzLjcyM2MtMy45NzcsMS4wODgtOC4xNzctMC43MjItMTAuMTE2LTQuMzZsLTE0LjMzNy0yNi44NzF2LTAuMDRsLTAuMDEsMC4wMmwtMC4wMTEtMC4wMnYwLjA0CgkJbC0xNC4zMzcsMjYuODcxYy0xLjk0MSwzLjYzNy02LjE0MSw1LjQ0Ny0xMC4xMTgsNC4zNmwtMTMuNjE1LTMuNzIzbDguODkzLDUxLjcwOGMwLjc1Myw0LjM3OC00Ljc0Nyw2Ljk1OS03LjYzNCwzLjU4MgoJCWwtMjAuODIzLTI0LjM3bC0yLjEyNCw5LjZjLTEuMTAyLDQuOTgyLTYuMTg2LDcuOTk0LTExLjA4NSw2LjU2OWwtMjIuMTc3LTYuNDUybDMuOTExLDI5LjMyMmMwLjQ5OSwzLjczNi0xLjQzMSw3LjM3Ny00LjgwMiw5LjA2MwoJCWwtMTIuMDIsNi4wMDlsNTIuMzgzLDI5LjkzM2M1LjQyNiwzLjEwMSw3LjgwNCw5LjY3Nyw1LjYxNSwxNS41M2wtNC40NzgsMTEuOTc3bDQ0Ljg4NS0zLjgzMmMyLjQ4NC0wLjIxMiw0LjU5OCwxLjc4OCw0LjUyNSw0LjI3OQoJCWwtMS40MTQsNDguMDQ0aDguODI4TDI1OSwzMjIuNzFjLTAuMDczLTIuNDkyLDIuMDQxLTQuNDkxLDQuNTI1LTQuMjc5bDQ0LjkwNiwzLjgzNGwtNC40NzgtMTEuOTc3CgkJQzMwMS43NjYsMzA0LjQzNCwzMDQuMTQzLDI5Ny44NTcsMzA5LjU2OSwyOTQuNzU3eiIvPgo8L2c+Cjwvc3ZnPgo=);
}

/* line 95, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__icon.japan {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIHN0eWxlPSJmaWxsOiNGNUY1RjU7IiBkPSJNNDczLjY1NSw4OC4yNzVIMzguMzQ1QzE3LjE2Nyw4OC4yNzUsMCwxMDUuNDQyLDAsMTI2LjYyVjM4NS4zOAoJYzAsMjEuMTc3LDE3LjE2NywzOC4zNDUsMzguMzQ1LDM4LjM0NWg0MzUuMzFjMjEuMTc3LDAsMzguMzQ1LTE3LjE2NywzOC4zNDUtMzguMzQ1VjEyNi42MgoJQzUxMiwxMDUuNDQyLDQ5NC44MzMsODguMjc1LDQ3My42NTUsODguMjc1eiIvPgo8Y2lyY2xlIHN0eWxlPSJmaWxsOiNGRjRCNTU7IiBjeD0iMjU2IiBjeT0iMjU1Ljk5OSIgcj0iOTcuMSIvPgo8L3N2Zz4K);
}

/* line 100, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__city,
.slide__news__location {
  font-size: 0.9em;
  color: #fff;
}

/* line 106, resources/assets/styles/components/slides/_slide_news.scss */

.slide__news__city {
  margin-right: 1em;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  /* line 113, resources/assets/styles/components/slides/_slide_news.scss */

  .slide__news {
    padding: 2em 2.7em;
    height: 180px !important;
  }

  /* line 117, resources/assets/styles/components/slides/_slide_news.scss */

  .slide__news__place {
    margin-top: 2.9em;
  }

  /* line 121, resources/assets/styles/components/slides/_slide_news.scss */

  .slide__news__title {
    margin-bottom: 0.5em;
  }

  /* line 125, resources/assets/styles/components/slides/_slide_news.scss */

  .slide__news__city,
  .slide__news__location {
    font-size: 1.1em;
  }

  /* line 130, resources/assets/styles/components/slides/_slide_news.scss */

  .slide__news__icon {
    width: 1.1em;
    height: 1.1em;
  }
}

/* line 1, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1em 1em;
  height: 250px !important;
}

/* line 11, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 18, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__background img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 28, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__background::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3f4d72;
  opacity: 0.8;
  mix-blend-mode: multiply;
  height: 100%;
}

/* line 42, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__logo {
  height: 100%;
}

/* line 45, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__logo__container {
  height: 70px;
  z-index: 1;
}

/* line 49, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__logo__container img {
  max-height: 100%;
}

/* line 56, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__quote__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

/* line 63, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__quote__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: center;
  color: #f59f42;
  margin-bottom: 0.9em;
  width: 90%;
  height: 3.9em;
}

/* line 73, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__quote__text p {
  font-size: 1.2em;
}

/* line 80, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__author__infos {
  z-index: 1;
}

/* line 84, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__author__name,
.slide__quote .slide__author__job {
  margin: 0;
  text-align: center;
}

/* line 90, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__author__name {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 96, resources/assets/styles/components/slides/_slide_quote.scss */

.slide__quote .slide__author__job {
  color: #f59f42;
  font-size: 0.9em;
  font-weight: 500;
}

/* line 2, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__info {
  font-size: 1rem;
  padding: 2em 0;
  position: relative;
  background: #232a3f;
}

@media all and (max-width: 1139px) {
  /* line 2, resources/assets/styles/layouts/_footer-landing.scss */

  .footer-landing__info {
    padding: 2em 1em;
  }
}

/* line 13, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  max-width: 1620px;
  margin: auto;
  position: relative;
}

/* line 21, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 30px);
          flex: 0 0 calc(16.66667% - 30px);
  max-width: calc(16.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

@media all and (max-width: 1139px) {
  /* line 21, resources/assets/styles/layouts/_footer-landing.scss */

  .footer-landing__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 25px;
  }
}

/* line 30, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__logo .custom-logo-link {
  display: block;
}

@media all and (max-width: 1139px) {
  /* line 30, resources/assets/styles/layouts/_footer-landing.scss */

  .footer-landing__logo .custom-logo-link {
    margin: 0 auto;
    width: 7em;
  }
}

/* line 38, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__logo .custom-logo-link .custom-logo {
  width: 100%;
  height: auto;
}

/* line 45, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
  margin-right: 15px;
  margin-left: calc(4.16667% + 15px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Roboto Condensed", sans-serif;
}

@media all and (max-width: 1139px) {
  /* line 45, resources/assets/styles/layouts/_footer-landing.scss */

  .footer-landing__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }
}

/* line 58, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__camp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 30px);
          flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

@media all and (max-width: 1139px) {
  /* line 58, resources/assets/styles/layouts/_footer-landing.scss */

  .footer-landing__camp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 40px;
  }
}

/* line 67, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__camp__title {
  font-family: "Roboto Condensed", sans-serif;
  max-width: 80%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #fff;
  margin-bottom: 1em;
}

/* line 77, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__camp__address {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7rem;
  margin-top: 0;
  color: #fff;
  margin-bottom: 6px;
}

/* line 87, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__camp__phone,
.footer-landing__camp__mail {
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  color: #f59f42;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 96, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__camp__phone__text,
.footer-landing__camp__mail__text {
  font-family: "Roboto Condensed", sans-serif;
  font-family: inherit;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1em;
}

/* line 105, resources/assets/styles/layouts/_footer-landing.scss */

.footer-landing__camp__phone {
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  margin-bottom: 6px;
}

/* line 2, resources/assets/styles/layouts/_footer.scss */

.footer__info {
  font-size: 1rem;
  padding: 6.8em 2em 3em;
  position: relative;
  background: #232a3f;
}

/* line 9, resources/assets/styles/layouts/_footer.scss */

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  margin: auto;
  position: relative;
}

/* line 16, resources/assets/styles/layouts/_footer.scss */

.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.66667% - 30px);
          flex: 0 0 calc(16.66667% - 30px);
  max-width: calc(16.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 19, resources/assets/styles/layouts/_footer.scss */

.footer__logo .custom-logo-link {
  display: block;
  width: 7em;
}

/* line 23, resources/assets/styles/layouts/_footer.scss */

.footer__logo .custom-logo-link .custom-logo {
  width: 100%;
  height: auto;
}

/* line 30, resources/assets/styles/layouts/_footer.scss */

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 0px);
          flex: 0 0 calc(83.33333% - 0px);
  max-width: calc(83.33333% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
  padding-bottom: 3em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 38, resources/assets/styles/layouts/_footer.scss */

.footer__content::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #525467;
  height: 1px;
  width: calc(100% - 30px);
}

/* line 51, resources/assets/styles/layouts/_footer.scss */

.footer__camp__paris,
.footer__camp__montreal,
.footer__camp__nice {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 30px);
          flex: 0 0 calc(30% - 30px);
  max-width: calc(30% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 57, resources/assets/styles/layouts/_footer.scss */

.footer__camp__title,
.footer__camp__address {
  font-size: 0.9em;
  line-height: 1em;
  margin-bottom: 1em;
}

/* line 64, resources/assets/styles/layouts/_footer.scss */

.footer__camp__title {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/* line 70, resources/assets/styles/layouts/_footer.scss */

.footer__camp__address {
  margin-top: 0;
  color: #525467;
}

/* line 75, resources/assets/styles/layouts/_footer.scss */

.footer__camp__phone,
.footer__camp__mail {
  text-decoration: none;
  color: #f59f42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 84, resources/assets/styles/layouts/_footer.scss */

.footer__camp__phone:hover,
.footer__camp__mail:hover {
  opacity: 0.8;
}

/* line 88, resources/assets/styles/layouts/_footer.scss */

.footer__camp__phone__icon,
.footer__camp__mail__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

/* line 95, resources/assets/styles/layouts/_footer.scss */

.footer__camp__phone__icon svg,
.footer__camp__mail__icon svg {
  width: 100%;
}

/* line 100, resources/assets/styles/layouts/_footer.scss */

.footer__camp__phone__text,
.footer__camp__mail__text {
  font-size: 0.9em;
  line-height: 1em;
}

/* line 106, resources/assets/styles/layouts/_footer.scss */

.footer__camp__phone {
  position: relative;
}

/* line 109, resources/assets/styles/layouts/_footer.scss */

.footer__camp__phone__tooltip {
  position: absolute;
  top: 0.5em;
  padding: 1em 0.8em;
  color: #fff;
  background: #3f4d72;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  z-index: 9;
}

/* line 122, resources/assets/styles/layouts/_footer.scss */

.footer__camp__phone__tooltip::before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 1.5em;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.5em solid #3f4d72;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}

/* line 138, resources/assets/styles/layouts/_footer.scss */

.footer__camp__phone:hover ~ .footer__camp__phone__tooltip,
.footer__camp__phone:focus ~ .footer__camp__phone__tooltip {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* line 147, resources/assets/styles/layouts/_footer.scss */

.footer__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 2rem;
}

/* line 152, resources/assets/styles/layouts/_footer.scss */

.footer__social__title {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 1em;
  color: #fff;
}

/* line 161, resources/assets/styles/layouts/_footer.scss */

.footer__social__network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 165, resources/assets/styles/layouts/_footer.scss */

.footer__social__network__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  margin-right: 1rem;
}

/* line 170, resources/assets/styles/layouts/_footer.scss */

.footer__social__network__link.facebook-france,
.footer__social__network__link.facebook-canada {
  position: relative;
  width: 1em;
}

/* line 175, resources/assets/styles/layouts/_footer.scss */

.footer__social__network__link.facebook-france::after,
.footer__social__network__link.facebook-canada::after {
  content: '';
  position: absolute;
  bottom: -0.3em;
  left: 0.2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 0.8em;
  height: 0.6em;
}

/* line 189, resources/assets/styles/layouts/_footer.scss */

.footer__social__network__link.facebook-france::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggc3R5bGU9ImZpbGw6IzQxNDc5QjsiIGQ9Ik0zOC4zNDUsODguMjczQzE3LjE2Nyw4OC4yNzMsMCwxMDUuNDQsMCwxMjYuNjE4djI1OC43NTljMCwyMS4xNzcsMTcuMTY3LDM4LjM0NSwzOC4zNDUsMzguMzQ1CgloMTMyLjMyMlY4OC4yNzNIMzguMzQ1eiIvPgo8cmVjdCB4PSIxNzAuNjciIHk9Ijg4LjI3NyIgc3R5bGU9ImZpbGw6I0Y1RjVGNTsiIHdpZHRoPSIxNzAuNjciIGhlaWdodD0iMzM1LjQ1Ii8+CjxwYXRoIHN0eWxlPSJmaWxsOiNGRjRCNTU7IiBkPSJNNDczLjY1NSw4OC4yNzNIMzQxLjMzM3YzMzUuNDQ4aDEzMi4zMjJjMjEuMTc3LDAsMzguMzQ1LTE3LjE2NywzOC4zNDUtMzguMzQ1VjEyNi42MTgKCUM1MTIsMTA1LjQ0LDQ5NC44MzMsODguMjczLDQ3My42NTUsODguMjczeiIvPgo8L3N2Zz4K);
}

/* line 195, resources/assets/styles/layouts/_footer.scss */

.footer__social__network__link.facebook-canada::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxyZWN0IHg9IjExNC43NiIgeT0iODguMjc3IiBzdHlsZT0iZmlsbDojRjVGNUY1OyIgd2lkdGg9IjI4Mi40OCIgaGVpZ2h0PSIzMzUuNDUiLz4KPGc+Cgk8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTM4LjM0NSw4OC4yNzNDMTcuMTY3LDg4LjI3MywwLDEwNS40NCwwLDEyNi42MTh2MjU4Ljc1OWMwLDIxLjE3NywxNy4xNjcsMzguMzQ1LDM4LjM0NSwzOC4zNDUKCQloNzYuNDE0Vjg4LjI3M0gzOC4zNDV6Ii8+Cgk8cGF0aCBzdHlsZT0iZmlsbDojRkY0QjU1OyIgZD0iTTQ3My42NTUsODguMjczaC03Ni40MTR2MzM1LjQ0OGg3Ni40MTRjMjEuMTc3LDAsMzguMzQ1LTE3LjE2NywzOC4zNDUtMzguMzQ1VjEyNi42MTgKCQlDNTEyLDEwNS40NCw0OTQuODMzLDg4LjI3Myw0NzMuNjU1LDg4LjI3M3oiLz4KCTxwYXRoIHN0eWxlPSJmaWxsOiNGRjRCNTU7IiBkPSJNMzA5LjU2OSwyOTQuNzU3bDUyLjM4My0yOS45MzJsLTEyLjAyLTYuMDFjLTMuMzcxLTEuNjg2LTUuMzAxLTUuMzI2LTQuODAyLTkuMDYzbDMuOTExLTI5LjMyMgoJCWwtMjIuMTc3LDYuNDUyYy00Ljg5OSwxLjQyNi05Ljk4My0xLjU4OC0xMS4wODUtNi41NjlsLTIuMTI0LTkuNmwtMjAuODIzLDI0LjM3Yy0yLjg4NiwzLjM3OC04LjM4NiwwLjc5OC03LjYzMy0zLjU4MQoJCWw4Ljg5My01MS43MDhsLTEzLjYxNSwzLjcyM2MtMy45NzcsMS4wODgtOC4xNzctMC43MjItMTAuMTE2LTQuMzZsLTE0LjMzNy0yNi44NzF2LTAuMDRsLTAuMDEsMC4wMmwtMC4wMTEtMC4wMnYwLjA0CgkJbC0xNC4zMzcsMjYuODcxYy0xLjk0MSwzLjYzNy02LjE0MSw1LjQ0Ny0xMC4xMTgsNC4zNmwtMTMuNjE1LTMuNzIzbDguODkzLDUxLjcwOGMwLjc1Myw0LjM3OC00Ljc0Nyw2Ljk1OS03LjYzNCwzLjU4MgoJCWwtMjAuODIzLTI0LjM3bC0yLjEyNCw5LjZjLTEuMTAyLDQuOTgyLTYuMTg2LDcuOTk0LTExLjA4NSw2LjU2OWwtMjIuMTc3LTYuNDUybDMuOTExLDI5LjMyMmMwLjQ5OSwzLjczNi0xLjQzMSw3LjM3Ny00LjgwMiw5LjA2MwoJCWwtMTIuMDIsNi4wMDlsNTIuMzgzLDI5LjkzM2M1LjQyNiwzLjEwMSw3LjgwNCw5LjY3Nyw1LjYxNSwxNS41M2wtNC40NzgsMTEuOTc3bDQ0Ljg4NS0zLjgzMmMyLjQ4NC0wLjIxMiw0LjU5OCwxLjc4OCw0LjUyNSw0LjI3OQoJCWwtMS40MTQsNDguMDQ0aDguODI4TDI1OSwzMjIuNzFjLTAuMDczLTIuNDkyLDIuMDQxLTQuNDkxLDQuNTI1LTQuMjc5bDQ0LjkwNiwzLjgzNGwtNC40NzgtMTEuOTc3CgkJQzMwMS43NjYsMzA0LjQzNCwzMDQuMTQzLDI5Ny44NTcsMzA5LjU2OSwyOTQuNzU3eiIvPgo8L2c+Cjwvc3ZnPgo=);
}

/* line 200, resources/assets/styles/layouts/_footer.scss */

.footer__social__network__link svg {
  height: 100%;
  -webkit-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}

/* line 206, resources/assets/styles/layouts/_footer.scss */

.footer__social__network__link:hover svg {
  fill: #fff;
}

/* line 214, resources/assets/styles/layouts/_footer.scss */

.footer__company-hire {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(16.66667% + 15px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.2em 0;
}

/* line 222, resources/assets/styles/layouts/_footer.scss */

.footer__company-hire::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #525467;
  height: 1px;
  width: 100%;
}

/* line 233, resources/assets/styles/layouts/_footer.scss */

.footer__company-hire__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
  margin-right: 0.9em;
}

/* line 242, resources/assets/styles/layouts/_footer.scss */

.footer__company-hire__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f59f42;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1em;
}

/* line 251, resources/assets/styles/layouts/_footer.scss */

.footer__company-hire__link:hover svg {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}

/* line 256, resources/assets/styles/layouts/_footer.scss */

.footer__company-hire__link svg {
  margin-left: 0.9em;
  width: 1em;
  height: 1em;
  fill: #f59f42;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

/* line 266, resources/assets/styles/layouts/_footer.scss */

.footer__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(16.66667% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.2em;
  padding-bottom: 2.2em;
}

/* line 276, resources/assets/styles/layouts/_footer.scss */

.footer__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

/* line 282, resources/assets/styles/layouts/_footer.scss */

.footer__pages .menu-item {
  list-style: none;
  margin-right: 1em;
  font-size: 0.7em;
  line-height: 1em;
}

/* line 288, resources/assets/styles/layouts/_footer.scss */

.footer__pages .menu-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #525467;
  font-size: 1em;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 295, resources/assets/styles/layouts/_footer.scss */

.footer__pages .menu-item a:hover {
  color: #fff;
}

/* line 302, resources/assets/styles/layouts/_footer.scss */

.footer__copyright {
  color: #525467;
  font-size: 0.8em;
}

/* line 307, resources/assets/styles/layouts/_footer.scss */

.footer__certification {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(16.66667% + 15px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 1em;
}

/* line 317, resources/assets/styles/layouts/_footer.scss */

.footer__certification::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #525467;
  height: 1px;
  width: 100%;
}

/* line 328, resources/assets/styles/layouts/_footer.scss */

.footer__certification-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-left: 0;
  margin-right: 25px;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  padding-top: 20px;
}

/* line 341, resources/assets/styles/layouts/_footer.scss */

.footer__certification-logo-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 30px);
          flex: 0 0 calc(30% - 30px);
  max-width: calc(30% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-left: 0;
  margin-right: 25px;
  display: block;
  max-width: 20em;
}

/* line 350, resources/assets/styles/layouts/_footer.scss */

.footer__certification-logo {
  width: 100%;
  height: auto;
}

/* line 355, resources/assets/styles/layouts/_footer.scss */

.footer__certification-text {
  max-width: 70%;
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
}

@media all and (max-width: 991px) {
  /* line 366, resources/assets/styles/layouts/_footer.scss */

  .footer__certification {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 370, resources/assets/styles/layouts/_footer.scss */

  .footer__info {
    padding-top: 3em;
  }

  /* line 374, resources/assets/styles/layouts/_footer.scss */

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }

  /* line 379, resources/assets/styles/layouts/_footer.scss */

  .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 1.8em;
  }

  /* line 384, resources/assets/styles/layouts/_footer.scss */

  .footer__logo .custom-logo-link {
    margin: 0 auto;
  }

  /* line 389, resources/assets/styles/layouts/_footer.scss */

  .footer__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    display: block;
  }

  /* line 396, resources/assets/styles/layouts/_footer.scss */

  .footer__camp__paris,
  .footer__camp__nice,
  .footer__camp__montreal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 3em;
  }

  /* line 404, resources/assets/styles/layouts/_footer.scss */

  .footer__camp__title,
  .footer__camp__address,
  .footer__camp__phone,
  .footer__camp__mail {
    font-size: 1em;
  }

  /* line 413, resources/assets/styles/layouts/_footer.scss */

  .footer__social__title {
    font-size: 1em;
  }

  /* line 417, resources/assets/styles/layouts/_footer.scss */

  .footer__social__network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 422, resources/assets/styles/layouts/_footer.scss */

  .footer__company-hire {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 425, resources/assets/styles/layouts/_footer.scss */

  .footer__company-hire__title,
  .footer__company-hire__link {
    font-size: 1em;
  }

  /* line 431, resources/assets/styles/layouts/_footer.scss */

  .footer__footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 436, resources/assets/styles/layouts/_footer.scss */

  .footer__pages .menu-item {
    font-size: 1em;
  }

  /* line 441, resources/assets/styles/layouts/_footer.scss */

  .footer__copyright {
    font-size: 1em;
  }
}

@media all and (max-width: 767px) {
  /* line 449, resources/assets/styles/layouts/_footer.scss */

  .footer__certification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 452, resources/assets/styles/layouts/_footer.scss */

  .footer__certification-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    padding-top: 0;
  }

  /* line 461, resources/assets/styles/layouts/_footer.scss */

  .footer__certification-logo-link {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 12em;
  }

  /* line 468, resources/assets/styles/layouts/_footer.scss */

  .footer__info {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 7em;
  }

  /* line 474, resources/assets/styles/layouts/_footer.scss */

  .footer__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    display: block !important;
  }

  /* line 481, resources/assets/styles/layouts/_footer.scss */

  .footer__camp__paris,
  .footer__camp__nice,
  .footer__camp__montreal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  /* line 488, resources/assets/styles/layouts/_footer.scss */

  .footer__company-hire {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 494, resources/assets/styles/layouts/_footer.scss */

  .footer__company-hire__title {
    margin-bottom: 0.5em;
  }

  /* line 499, resources/assets/styles/layouts/_footer.scss */

  .footer__footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 506, resources/assets/styles/layouts/_footer.scss */

  .footer__pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2em;
  }

  /* line 511, resources/assets/styles/layouts/_footer.scss */

  .footer__pages .menu-item {
    margin-bottom: 0.7em;
  }
}

/* line 518, resources/assets/styles/layouts/_footer.scss */

.mobile-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media all and (max-width: 767px) {
  /* line 518, resources/assets/styles/layouts/_footer.scss */

  .mobile-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 530, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 0;
  background: #f9f9f9;
  position: fixed;
  z-index: 3;
  opacity: 0;
  -webkit-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: height 0.4s ease-in-out, top 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: height 0.4s ease-in-out, top 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

/* line 542, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: calc(10vh - 1px);
  height: calc(90vh - 40px);
  opacity: 1;
}

/* line 549, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 552, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__countries__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
  color: #525368;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

/* line 565, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__countries__single.active-tab::after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  height: 2px;
  width: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f59f42;
}

/* line 576, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__countries__single:not(.active-tab) {
  background-color: #efefef;
  color: #9fa0aa;
}

/* line 581, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__countries__single span {
  font-size: 0.8em;
  text-transform: lowercase;
  font-weight: normal;
  margin: 0.4em 0 0.1em;
}

/* line 588, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__countries__single img {
  width: 1.4em;
}

/* line 594, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__paris,
.mobile-footer__panel__montreal,
.mobile-footer__panel__nice {
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 600, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__paris.show-panel,
.mobile-footer__panel__montreal.show-panel,
.mobile-footer__panel__nice.show-panel {
  display: block;
  margin-top: auto;
}

/* line 606, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 609, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__address__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 616, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__address__map a {
  text-align: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

/* line 622, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__address__map a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* line 636, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__address__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  font-size: 1.3em;
  color: #525368;
  line-height: 1.6em;
  padding: 1.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 647, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__address__text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 46%;
  height: 60px;
  border-left: 1px solid rgba(151, 151, 151, 0.5);
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 663, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__montreal .mobile-footer__panel__address__text {
  font-size: 1.1em;
}

/* line 671, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}

/* line 675, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact img {
  width: 2em;
}

/* line 679, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact__buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

/* line 683, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact__buttons::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 40px;
  border-left: 1px solid rgba(151, 151, 151, 0.5);
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 694, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact__hours {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 698, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact__hours p {
  background-color: #efefef;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 710, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact__hours,
.mobile-footer__panel__contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  text-align: center;
  font-size: 1.4em;
  color: #525368;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
}

/* line 720, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact__hours span,
.mobile-footer__panel__contact__buttons span {
  font-weight: bold;
}

/* line 724, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact__hours a,
.mobile-footer__panel__contact__buttons a {
  width: 3em;
  height: 3em;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

/* line 733, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__contact__hours a img,
.mobile-footer__panel__contact__buttons a img {
  width: 1.6em;
}

/* line 740, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

/* line 745, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__panel__close svg,
.mobile-footer__panel__close svg path {
  fill: rgba(151, 151, 151, 0.5);
}

/* line 752, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  z-index: 4;
}

/* line 760, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__buttons .nav-btn-orange,
.mobile-footer__buttons .nav-btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
  border: none;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

/* line 772, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__buttons .nav-btn-orange .download-file-icon,
.mobile-footer__buttons .nav-btn-orange .subscribe-icon,
.mobile-footer__buttons .nav-btn-white .download-file-icon,
.mobile-footer__buttons .nav-btn-white .subscribe-icon {
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.4em;
}

/* line 778, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__buttons .nav-btn-orange .download-file-icon svg,
.mobile-footer__buttons .nav-btn-orange .subscribe-icon svg,
.mobile-footer__buttons .nav-btn-white .download-file-icon svg,
.mobile-footer__buttons .nav-btn-white .subscribe-icon svg {
  width: 100%;
  height: 100%;
}

/* line 785, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__buttons .nav-btn-orange {
  background: #f59f42;
  color: #fff;
}

/* line 790, resources/assets/styles/layouts/_footer.scss */

.mobile-footer__buttons .nav-btn-white {
  background: #f9f9f9;
  color: #f59f42;
}

/* line 3, resources/assets/styles/layouts/_header.scss */

header.banner {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.3s ease-in-out 0.15s;
  -o-transition: background 0.3s ease-in-out 0.15s;
  transition: background 0.3s ease-in-out 0.15s;
}

/* line 11, resources/assets/styles/layouts/_header.scss */

header.banner .brochures-opener,
header.banner .log-overlay-opener {
  -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}

/* line 15, resources/assets/styles/layouts/_header.scss */

header.banner .brochures-opener svg,
header.banner .log-overlay-opener svg {
  -webkit-transition: fill 0.4s ease-in-out, stroke 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out, stroke 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out, stroke 0.4s ease-in-out;
}

/* line 19, resources/assets/styles/layouts/_header.scss */

header.banner .brochures-opener:hover,
header.banner .log-overlay-opener:hover {
  background: #232a3f;
  color: #f59f42;
}

/* line 25, resources/assets/styles/layouts/_header.scss */

header.banner .brochures-opener:hover svg {
  fill: #f59f42;
}

/* line 29, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay-opener:hover svg {
  stroke: #f59f42;
}

/* line 33, resources/assets/styles/layouts/_header.scss */

header.banner .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: calc(1140px + ((100vw - 1140px) / 2));
  margin-left: auto;
}

/* line 43, resources/assets/styles/layouts/_header.scss */

header.banner .custom-logo-link {
  display: inline-block;
  line-height: 1;
  color: #fff;
}

/* line 48, resources/assets/styles/layouts/_header.scss */

header.banner .custom-logo-link .custom-logo {
  width: auto;
  height: 3.2em;
  margin: 1em 0;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

/* line 56, resources/assets/styles/layouts/_header.scss */

header.banner .menu-icon,
header.banner .search-icon--mobile,
header.banner .close-icon {
  display: none;
}

/* line 62, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 76, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay.show {
  pointer-events: initial;
  z-index: initial;
  opacity: 1;
}

/* line 82, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay-opener {
  cursor: pointer;
}

/* line 86, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay__close {
  position: absolute;
  cursor: pointer;
  top: 2em;
  right: 2em;
}

/* line 93, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 1.5em;
}

/* line 100, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay__btn {
  color: #000 !important;
  font-weight: bold;
  margin-bottom: 2em;
  text-transform: uppercase;
  font-size: 1em !important;
}

/* line 108, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay__btn:nth-of-type(2) svg {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

/* line 113, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay__btn--icon {
  margin-right: 1em;
}

/* line 116, resources/assets/styles/layouts/_header.scss */

header.banner .log-overlay__btn--icon svg {
  height: 35px;
}

/* line 124, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 0.5em;
  margin-right: 0.7em;
}

/* line 130, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu aside .wpml-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0;
  border: none;
  color: #fff;
}

/* line 139, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu aside .wpml-ls.wpml-ls-legacy-list-horizontal a span {
  vertical-align: unset;
}

/* line 143, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu aside .wpml-ls .wpml-ls-item {
  position: relative;
  margin: 0 0.4em;
}

/* line 149, resources/assets/styles/layouts/_header.scss */

html[lang="fr-CA"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-fr,
html[lang="fr-CA"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-en,
html[lang="en-GB"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-fr,
html[lang="en-GB"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-en {
  display: none;
}

/* line 157, resources/assets/styles/layouts/_header.scss */

html[lang="fr-FR"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-canada,
html[lang="fr-FR"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-ca,
html[lang="fr-FR"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-sq,
html[lang="en-US"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-canada,
html[lang="en-US"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-ca,
html[lang="en-US"] header.banner .language-menu aside .wpml-ls .wpml-ls-item-sq {
  display: none;
}

/* line 164, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu aside .wpml-ls .wpml-ls-item:first-child::after,
header.banner .language-menu aside .wpml-ls .wpml-ls-item:nth-child(3)::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.4em;
  height: calc(100% - 1px);
  opacity: 0.6;
  border-right: 2px solid #fff;
}

/* line 176, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu aside .wpml-ls .wpml-ls-item .wpml-ls-link {
  padding: 0;
  color: inherit;
  opacity: 0.6;
}

/* line 186, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu aside .wpml-ls .wpml-ls-current-language .wpml-ls-link,
header.banner .language-menu aside .wpml-ls .wpml-ls-item:hover .wpml-ls-link,
header.banner .language-menu aside .wpml-ls .wpml-ls-item:focus .wpml-ls-link {
  opacity: 1;
}

/* line 193, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 198, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu--mobile {
  display: none;
  border-bottom: 1px solid #989aa4;
}

/* line 202, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu--mobile aside {
  padding: 24px 46px;
}

/* line 205, resources/assets/styles/layouts/_header.scss */

header.banner .language-menu--mobile aside .wpml-ls {
  font-size: 22px;
}

/* line 213, resources/assets/styles/layouts/_header.scss */

header.banner .nav a {
  cursor: pointer;
}

/* line 218, resources/assets/styles/layouts/_header.scss */

header.banner .nav-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 222, resources/assets/styles/layouts/_header.scss */

header.banner .nav-btn-orange,
header.banner .nav-btn-blue,
header.banner .nav-btn-turquoise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 1em;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* line 235, resources/assets/styles/layouts/_header.scss */

header.banner .nav-btn-orange .download-file-icon,
header.banner .nav-btn-orange .subscribe-icon,
header.banner .nav-btn-blue .download-file-icon,
header.banner .nav-btn-blue .subscribe-icon,
header.banner .nav-btn-turquoise .download-file-icon,
header.banner .nav-btn-turquoise .subscribe-icon {
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.4em;
}

/* line 241, resources/assets/styles/layouts/_header.scss */

header.banner .nav-btn-orange .download-file-icon svg,
header.banner .nav-btn-orange .subscribe-icon svg,
header.banner .nav-btn-blue .download-file-icon svg,
header.banner .nav-btn-blue .subscribe-icon svg,
header.banner .nav-btn-turquoise .download-file-icon svg,
header.banner .nav-btn-turquoise .subscribe-icon svg {
  width: 100%;
  height: 100%;
}

/* line 248, resources/assets/styles/layouts/_header.scss */

header.banner .nav-btn-orange {
  background: #f59f42;
}

/* line 252, resources/assets/styles/layouts/_header.scss */

header.banner .nav-btn-blue {
  background: #3f4d72;
}

/* line 256, resources/assets/styles/layouts/_header.scss */

header.banner .nav-btn-turquoise {
  background: #35a3b7;
}

/* line 261, resources/assets/styles/layouts/_header.scss */

header.banner .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 266, resources/assets/styles/layouts/_header.scss */

header.banner .nav-actions .search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 0.5em;
  margin-right: 0.7em;
  cursor: pointer;
}

/* line 274, resources/assets/styles/layouts/_header.scss */

header.banner .nav-actions .search-icon {
  height: 1em;
  width: 1em;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 280, resources/assets/styles/layouts/_header.scss */

header.banner .nav-actions .search-icon svg {
  width: 100%;
  height: 100%;
}

/* line 285, resources/assets/styles/layouts/_header.scss */

header.banner .nav-actions .search-icon:hover {
  opacity: 1;
}

/* line 292, resources/assets/styles/layouts/_header.scss */

header.banner .nav-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 113px;
  background-image: -webkit-gradient(linear, right top, left top, from(#1e2032), to(rgba(30, 32, 50, 0.3)));
  background-image: -webkit-linear-gradient(right, #1e2032, rgba(30, 32, 50, 0.3));
  background-image: -o-linear-gradient(right, #1e2032, rgba(30, 32, 50, 0.3));
  background-image: linear-gradient(to left, #1e2032, rgba(30, 32, 50, 0.3));
  -webkit-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
  will-change: top;
}

/* line 300, resources/assets/styles/layouts/_header.scss */

header.banner .nav-wrapper::after {
  content: '';
  border-bottom: 5.65em solid rgba(30, 32, 50, 0.3);
  border-top: 0;
  border-left: 37px solid transparent;
  position: absolute;
  top: 0;
  left: -37px;
}

@media all and (max-width: 1439px) {
  /* line 300, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-wrapper::after {
    top: -8px;
  }
}

@media all and (max-width: 1199px) {
  /* line 300, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-wrapper::after {
    top: -16px;
  }
}

/* line 320, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
}

/* line 325, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  padding-right: 1.2em;
}

/* line 333, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 338, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 900;
  line-height: 1em;
  padding: 1.5em 1em;
}

@media all and (max-width: 1439px) {
  /* line 338, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary .nav > .menu-item a {
    font-size: 0.7em;
  }
}

@media all and (max-width: 1199px) {
  /* line 338, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary .nav > .menu-item a {
    font-size: 0.6em;
  }
}

/* line 355, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item a::after {
  content: '';
  position: absolute;
  bottom: 1em;
  left: 1em;
  height: 2px;
  width: 0;
  background: #f59f42;
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 369, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item.menu-summer-school a::after {
  background: #35a3b7;
}

@media all and (min-width: 992px) {
  /* line 378, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary .nav > .menu-item.current-menu-parent a::after {
    width: calc(100% - 2em);
  }

  /* line 386, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary .nav > .menu-item:hover a::after {
    width: calc(100% - 2em);
  }

  /* line 391, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary .nav > .menu-item:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 397, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu {
  position: fixed;
  top: 113px;
  right: 0;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: calc(1140px + ((100vw - 1140px) / 2));
  padding: 40px 0 35px;
  background: #525467;
  -webkit-box-shadow: -1000px 0 0 #525467;
          box-shadow: -1000px 0 0 #525467;
}

/* line 409, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: none;
}

/* line 520, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item.current-menu-item a {
  opacity: 1;
}

/* line 525, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}

/* line 531, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item > .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  margin-bottom: 12px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 541, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item > .sub-menu a:hover {
  opacity: 1;
}

/* line 545, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item > .sub-menu a::after {
  background: transparent;
}

/* line 551, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item.menu-item-has-children {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 2.5em;
}

/* line 555, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  opacity: 1;
  margin-bottom: 15px;
}

/* line 565, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item.menu-item-has-children > a::after {
  background: transparent;
}

/* line 571, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  margin-right: 14px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 581, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item a:hover {
  opacity: 1;
}

/* line 585, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item a::after {
  background: transparent;
}

@supports (-ms-ime-align: auto) {
  /* line 592, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item a {
    opacity: 1;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  /* line 597, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary .nav > .menu-item > .sub-menu .menu-item a:hover {
    color: white;
  }
}

/* line 607, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item-light a::after {
  background: #35a3b7;
}

/* line 612, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item-light .sub-menu {
  background: #35a3b7;
}

/* line 616, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item-light .sub-menu .menu-item a {
  color: #fff;
  opacity: 0.5;
}

/* line 620, resources/assets/styles/layouts/_header.scss */

header.banner .nav-primary .nav > .menu-item-light .sub-menu .menu-item a:hover {
  color: #dfce90;
  opacity: 1;
}

/* line 633, resources/assets/styles/layouts/_header.scss */

header.banner.scrolled {
  background: #1e2032;
}

/* line 636, resources/assets/styles/layouts/_header.scss */

header.banner.scrolled .custom-logo {
  height: 2em;
}

/* line 641, resources/assets/styles/layouts/_header.scss */

header.banner.scrolled .nav-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  background: transparent;
  -webkit-animation: scrolled-menu 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
       -o-animation: scrolled-menu 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: scrolled-menu 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* line 650, resources/assets/styles/layouts/_header.scss */

header.banner.scrolled .nav-wrapper::after {
  border: none;
}

/* line 658, resources/assets/styles/layouts/_header.scss */

header.banner.scrolled .nav-primary .nav .menu-item > .sub-menu {
  top: 83px;
}

/* line 662, resources/assets/styles/layouts/_header.scss */

header.banner.scrolled .nav-primary .nav .menu-item a {
  padding: 2.2em 1em 2em;
}

@media all and (min-width: 992px) and (max-width: 1139px) {
  /* line 662, resources/assets/styles/layouts/_header.scss */

  header.banner.scrolled .nav-primary .nav .menu-item a {
    padding: 2.8em 0.6em 2.4em 0.5em;
    font-size: 0.7em;
  }
}

/* line 670, resources/assets/styles/layouts/_header.scss */

header.banner.scrolled .nav-primary .nav .menu-item a::after {
  bottom: 1.6em;
}

/* line 680, resources/assets/styles/layouts/_header.scss */

header.banner.menu-item-hover {
  background: #1e2032;
}

/* line 685, resources/assets/styles/layouts/_header.scss */

header.banner:not(.scrolled) .nav-wrapper {
  -webkit-animation: scrolled-menu-reverse 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
       -o-animation: scrolled-menu-reverse 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: scrolled-menu-reverse 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 692, resources/assets/styles/layouts/_header.scss */

  header.banner {
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }

  /* line 695, resources/assets/styles/layouts/_header.scss */

  header.banner.menu-open {
    background-color: #1e2032;
  }

  /* line 700, resources/assets/styles/layouts/_header.scss */

  header.banner.menu-open .menu-icon .burger .line-1 {
    -webkit-transform: translate3d(-9px, 4px, 0) rotate(-45deg) scale(1.3);
            transform: translate3d(-9px, 4px, 0) rotate(-45deg) scale(1.3);
  }

  /* line 704, resources/assets/styles/layouts/_header.scss */

  header.banner.menu-open .menu-icon .burger .line-3 {
    -webkit-transform: translate3d(-9px, -4px, 0) rotate(45deg) scale(1.3);
            transform: translate3d(-9px, -4px, 0) rotate(45deg) scale(1.3);
  }

  /* line 708, resources/assets/styles/layouts/_header.scss */

  header.banner.menu-open .menu-icon .burger .line-2 {
    opacity: 0;
  }

  /* line 716, resources/assets/styles/layouts/_header.scss */

  header.banner.menu-open.submenu-open .menu-icon .burger {
    -webkit-transform: translate3d(-100%, -50%, 0);
            transform: translate3d(-100%, -50%, 0);
    opacity: 0;
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
  }

  /* line 723, resources/assets/styles/layouts/_header.scss */

  header.banner.menu-open.submenu-open .menu-icon .arrow {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    pointer-events: all;
    -ms-touch-action: auto;
        touch-action: auto;
  }

  /* line 733, resources/assets/styles/layouts/_header.scss */

  header.banner .container {
    max-width: initial;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 738, resources/assets/styles/layouts/_header.scss */

  header.banner .container .menu-icon,
  header.banner .container .search-icon--mobile,
  header.banner .container .close-icon {
    display: block;
  }

  /* line 744, resources/assets/styles/layouts/_header.scss */

  header.banner .container .menu-icon,
  header.banner .container .search-icon--mobile {
    height: 1.3em;
    width: 1.3em;
    margin: 0.7em 1.7em;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  /* line 751, resources/assets/styles/layouts/_header.scss */

  header.banner .container .menu-icon svg,
  header.banner .container .search-icon--mobile svg {
    width: 100%;
    height: 100%;
  }

  /* line 757, resources/assets/styles/layouts/_header.scss */

  header.banner .container .menu-icon {
    position: relative;
  }

  /* line 760, resources/assets/styles/layouts/_header.scss */

  header.banner .container .menu-icon .burger,
  header.banner .container .menu-icon .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  }

  /* line 770, resources/assets/styles/layouts/_header.scss */

  header.banner .container .menu-icon .burger {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }

  /* line 773, resources/assets/styles/layouts/_header.scss */

  header.banner .container .menu-icon .burger .line-1,
  header.banner .container .menu-icon .burger .line-3 {
    -webkit-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  }

  /* line 779, resources/assets/styles/layouts/_header.scss */

  header.banner .container .menu-icon .burger .line-2 {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  /* line 784, resources/assets/styles/layouts/_header.scss */

  header.banner .container .menu-icon .arrow {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    opacity: 0;
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
  }

  /* line 799, resources/assets/styles/layouts/_header.scss */

  header.banner .custom-logo-link .custom-logo {
    width: auto;
    height: 2.3em;
    -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  }

  /* line 806, resources/assets/styles/layouts/_header.scss */

  header.banner .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.3s ease;
    -o-transition: visibility 0s, opacity 0.3s ease;
    transition: visibility 0s, opacity 0.3s ease;
  }

  /* line 819, resources/assets/styles/layouts/_header.scss */

  header.banner .overlay.visible {
    visibility: visible;
    opacity: 0.8;
  }

  /* line 826, resources/assets/styles/layouts/_header.scss */

  header.banner .language-menu--desktop {
    display: none;
  }

  /* line 830, resources/assets/styles/layouts/_header.scss */

  header.banner .language-menu--mobile {
    display: block;
  }

  /* line 836, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -o-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
  }

  /* line 847, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary-container .close-icon {
    position: fixed;
    top: 0;
    left: 0;
    height: 1.2em;
    width: 18px;
    padding: 1.6em 2em;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 858, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary-container .close-icon svg {
    height: 18px;
    width: 18px;
  }

  /* line 864, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary-container::after {
    border: none;
  }

  /* line 868, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary-container.visible {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  /* line 873, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #1e2032 !important;
    overflow: auto;
    padding-top: 67px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  /* line 885, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary {
    position: relative;
    margin-top: 2em;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 890, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 896, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 0;
  }

  /* line 902, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item {
    width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 908, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item a {
    padding: 10px 46px;
    font-size: 26px;
  }

  /* line 914, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item.active > .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    pointer-events: all;
    -ms-touch-action: auto;
        touch-action: auto;
  }

  /* line 920, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item.active.menu-item-has-children::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
         -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }

  /* line 925, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item:last-child {
    border: none;
  }

  /* line 929, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
    display: block;
    width: 100%;
    height: 100%;
    background: #525467;
    padding: 67px 0 30px;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    overflow: auto;
    z-index: 2;
  }

  /* line 948, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu > .menu-item {
    cursor: pointer;
    width: 100%;
    border: none;
    margin-bottom: 48px;
  }

  /* line 954, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu > .menu-item:first-child {
    margin-top: 48px;
  }

  /* line 958, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu > .menu-item:last-child {
    margin-bottom: 0;
  }

  /* line 962, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu > .menu-item::after {
    background: transparent;
    width: 0;
    position: relative;
  }

  /* line 968, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu > .menu-item.menu-item-has-children {
    margin-right: 0;
  }

  /* line 972, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu > .menu-item > a {
    opacity: 1;
    font-size: 26px;
    padding: 0 0 0 46px;
    margin-right: 0;
    margin-bottom: 16px;
  }

  /* line 981, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu > .menu-item .sub-menu .menu-item {
    margin-bottom: 16px;
  }

  /* line 984, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu > .menu-item .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }

  /* line 988, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary > div[class$="-container"] .nav > .menu-item > .sub-menu > .menu-item .sub-menu .menu-item a {
    font-size: 22px;
    opacity: 0.5;
    padding: 0 0 0 46px;
    margin-right: 0;
    margin-bottom: 0;
  }

  /* line 1004, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-actions {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2em 2em;
    margin-top: 70px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 1013, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-actions .search-bar {
    display: none;
  }

  /* line 1017, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-actions aside {
    margin-right: 0;
    margin-bottom: 1.2em;
    padding: 0.7em 0;
  }

  /* line 1022, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-actions aside .wpml-ls {
    font-size: 1em;
  }

  /* line 1025, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-actions aside .wpml-ls .wpml-ls-item {
    margin: 0 1em;
  }

  /* line 1028, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-actions aside .wpml-ls .wpml-ls-item:first-child {
    margin-left: 0;
  }

  /* line 1032, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-actions aside .wpml-ls .wpml-ls-item:not(:last-child)::after {
    right: -1em;
  }

  /* line 1041, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1045, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-btn-blue {
    margin-bottom: 0.5em;
  }

  /* line 1049, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-btn-blue,
  header.banner .nav-btn-orange {
    font-size: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 1054, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-btn-blue img,
  header.banner .nav-btn-orange img {
    height: 1.3em;
    width: 1.3em;
  }

  /* line 1063, resources/assets/styles/layouts/_header.scss */

  header.banner.scrolled .nav-primary-container {
    bottom: 0;
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 1069, resources/assets/styles/layouts/_header.scss */

  header.banner.scrolled .nav-primary-container .visible {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  /* line 1074, resources/assets/styles/layouts/_header.scss */

  header.banner.scrolled .nav-wrapper {
    width: 100%;
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }

  /* line 1081, resources/assets/styles/layouts/_header.scss */

  header.banner:not(.scrolled) .nav-primary-container {
    bottom: 0;
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

@media all and (max-width: 767px) {
  /* line 1093, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-btn-container .nav-btn-orange:not(.brochures-opener) {
    display: none;
  }

  /* line 1098, resources/assets/styles/layouts/_header.scss */

  header.banner .nav-primary-container {
    padding-bottom: 0 !important;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: unset !important;
  }

  /* line 1107, resources/assets/styles/layouts/_header.scss */

  header.banner:not(.scrolled) .nav-primary-container {
    padding-bottom: 0 !important;
    top: 0;
    bottom: 0;
    height: 100%;
    min-height: unset !important;
  }
}

@-webkit-keyframes scrolled-menu {
  0% {
    top: 0;
    opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  50% {
    opacity: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  30%, 70% {
    top: -150px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
}

@-o-keyframes scrolled-menu {
  0% {
    top: 0;
    opacity: 1;
    flex-direction: column;
  }

  50% {
    opacity: 0;
    flex-direction: row-reverse;
  }

  30%, 70% {
    top: -150px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
    flex-direction: row-reverse;
  }
}

@keyframes scrolled-menu {
  0% {
    top: 0;
    opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  50% {
    opacity: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  30%, 70% {
    top: -150px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@-webkit-keyframes scrolled-menu-reverse {
  0% {
    top: 0;
    opacity: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  50% {
    opacity: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  30%, 70% {
    top: -150px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@-o-keyframes scrolled-menu-reverse {
  0% {
    top: 0;
    opacity: 1;
    flex-direction: row-reverse;
  }

  50% {
    opacity: 0;
    flex-direction: row-reverse;
  }

  30%, 70% {
    top: -150px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
    flex-direction: column;
  }
}

@keyframes scrolled-menu-reverse {
  0% {
    top: 0;
    opacity: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  50% {
    opacity: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  30%, 70% {
    top: -150px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 1, resources/assets/styles/layouts/_section.scss */

.section-grid {
  max-width: 1140px;
  margin: auto;
  position: relative;
  padding: 0 15px;
}

/* line 8, resources/assets/styles/layouts/_section.scss */

.section-fluide {
  max-width: 1440px;
  margin: auto;
  position: relative;
  padding: 0 15px;
}

/* Colors setup */

/* Tarte au Citron */

/* line 8, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronManager {
  color: #fff !important;
}

/* line 12, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot div,
#tarteaucitronRoot span,
#tarteaucitronRoot button {
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
}

/* line 18, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron,
#tarteaucitronAlertBig,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronClosePanel,
#tarteaucitron .tarteaucitronBorder,
.tac_activate .tarteaucitronAllow {
  background: #1e2032 !important;
}

/* line 29, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig button,
#tarteaucitronPrivacyUrlDialog,
#tarteaucitron #tarteaucitronClosePanel::before,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine * {
  color: #fff !important;
}

/* line 36, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName,
#tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName > a {
  color: #f59f42 !important;
}

/* line 41, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronListCookies {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 45, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronBorder {
  background: #37394a;
}

/* line 49, resources/assets/styles/layouts/_tarteaucitron.scss */

.tarteaucitronBeforeVisible #tarteaucitronAlertBig {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 56, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot #tarteaucitron a {
  font-weight: 300 !important;
  font-size: 13px !important;
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
}

/* line 62, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig {
  padding: 1.5rem 20% 2rem 20% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-transition: opacity 0.4s ease !important;
  -o-transition: opacity 0.4s ease !important;
  transition: opacity 0.4s ease !important;
  min-height: calc(3rem + 2 * 5rem);
}

/* line 69, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronDisclaimerAlert {
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 1.1 !important;
  padding: 0 !important;
  margin-right: auto !important;
}

/* line 76, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronDisclaimerAlert a {
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
  color: #f59f42 !important;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 82, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronDisclaimerAlert a:hover {
  opacity: 0.8;
}

/* line 87, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronDisclaimerAlert .custom-logo-link {
  display: block;
  width: 7em;
  margin-bottom: 1.1rem;
}

/* line 92, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronDisclaimerAlert .custom-logo-link > img {
  width: 100%;
  height: auto;
}

/* line 99, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronInfo a {
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
  color: #f59f42 !important;
  text-decoration: none !important;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  font-size: inherit !important;
}

/* line 106, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronInfo a:hover {
  opacity: 0.8;
}

/* line 111, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  position: absolute !important;
  right: 20% !important;
  background: none !important;
  margin: 0 !important;
  padding: 0.7rem !important;
  line-height: normal !important;
}

/* line 122, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig button:not(#tarteaucitronPrivacyUrl) {
  font-size: 0.8rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  width: 18% !important;
  text-align: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 146, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig button.tarteaucitronAllow {
  top: 2rem;
  color: #232a3f !important;
  background-color: #f59f42 !important;
  border: 1px solid #f59f42 !important;
}

/* line 152, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig button.tarteaucitronAllow:hover,
#tarteaucitronAlertBig button.tarteaucitronAllow:focus {
  border-color: #232a3f !important;
  background: #232a3f !important;
  color: #f59f42 !important;
}

/* line 160, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig button.tarteaucitronDeny {
  top: 5rem;
  background-color: #222945 !important;
  border: 1px solid #fff !important;
}

/* line 165, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig button.tarteaucitronDeny:hover,
#tarteaucitronAlertBig button.tarteaucitronDeny:focus {
  border-color: #232a3f !important;
  background: #232a3f !important;
  color: #f59f42 !important;
}

/* line 173, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  top: 8rem;
  background-color: #222945 !important;
  border: 1px solid #fff !important;
}

/* line 178, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,
#tarteaucitronAlertBig #tarteaucitronCloseAlert:focus {
  border-color: #232a3f !important;
  background: #232a3f !important;
  color: #f59f42 !important;
}

/* line 186, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  position: relative !important;
  right: initial !important;
  margin-top: 1.5rem !important;
  color: #f59f42 !important;
  padding: 0 !important;
}

/* line 194, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig .tarteaucitronCheck::before,
#tarteaucitronAlertBig .tarteaucitronCross::before {
  display: none !important;
}

/* line 199, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron div#tarteaucitronServices {
  z-index: 1 !important;
  width: 100% !important;
  margin: auto !important;
  height: 50vh !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 207, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot button#tarteaucitronBack {
  background: none !important;
}

/* line 211, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronClosePanel {
  top: 50px !important;
  right: 15% !important;
  font-size: 28px !important;
  line-height: 1em !important;
  width: 30px !important;
  height: 30px !important;
  overflow: hidden !important;
  z-index: 2 !important;
  opacity: 1 !important;
  color: transparent !important;
}

/* line 224, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot div#tarteaucitron {
  width: 100% !important;
  top: initial !important;
  bottom: 0 !important;
}

/* line 230, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronClosePanel::before {
  content: "\2715";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

/* line 238, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  padding: 50px 20% 7px !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 245, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine #dialogTitle {
  text-align: left;
  padding-right: 20%;
  width: 30%;
  text-transform: uppercase;
}

/* line 252, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo {
  width: 50%;
  text-align: left !important;
}

/* line 257, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  line-height: 2.2em !important;
  font-size: 11px !important;
  padding: 0.5em 0 !important;
  margin: 0 15px 0 0 !important;
}

/* line 264, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-left: auto;
  margin-right: 20px;
}

/* line 269, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronAllow:hover,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny:hover,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronAllow.tarteaucitronIsSelected,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny.tarteaucitronIsSelected {
  background: #f59f42 !important;
  border: solid 2px #f59f42;
  color: #232a3f;
}

/* line 278, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: none !important;
  font-size: 12px !important;
  text-decoration: underline !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  color: #f59f42;
}

/* line 287, resources/assets/styles/layouts/_tarteaucitron.scss */

.tarteaucitronCheck,
.tarteaucitronCross,
.tarteaucitronPlus {
  display: none !important;
}

/* line 293, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron .tarteaucitronBorder {
  padding: 0 20% 50px !important;
}

/* line 297, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron .tarteaucitronBorder .tarteaucitronTitle button {
  padding: 0 !important;
  margin-top: 0 !important;
}

/* line 302, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron .tarteaucitronLine {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 307, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron .tarteaucitronLine .tarteaucitronH3 {
  font-size: 15px !important;
  padding: 0.5em 0 !important;
}

/* line 312, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronRoot .tarteaucitronBorder > ul > li {
  background: #37394a !important;
  padding: 20px !important;
  margin-top: 20px !important;
}

/* line 318, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronListCookies + br {
  display: none;
}

/* line 322, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices #tarteaucitronServicesTitle_mandatory .tarteaucitronTitle button {
  margin-left: -8px;
}

/* line 326, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine .tarteaucitronName {
  margin-left: 0 !important;
}

/* line 330, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  background: none !important;
  font-size: 20px !important;
}

/* line 335, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine {
  background: none !important;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: none !important;
}

/* line 343, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronAsk {
  margin: 0 0 0 auto !important;
}

/* line 347, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  border-radius: 1px !important;
  padding: 0.7em 0.5em !important;
  line-height: 1em !important;
  font-size: 15px !important;
  font-weight: 900;
  text-transform: uppercase;
  width: 6rem !important;
  border: solid 1px #fff;
}

/* line 359, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronAllow {
  background: none !important;
  opacity: 1 !important;
}

/* line 364, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronDeny:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronDeny:focus,
#tarteaucitron #tarteaucitronServices .tarteaucitronAllow:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronAllow:focus {
  border-color: #f59f42 !important;
  background: #f59f42 !important;
  color: #232a3f !important;
}

/* line 372, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron .tarteaucitronBorder,
#tarteaucitronRoot .tarteaucitronBorder > ul > li:last-child,
#tarteaucitron #tarteaucitronInfo {
  border: none !important;
  opacity: 1 !important;
}

/* line 379, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  max-width: 55%;
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
}

/* line 384, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk #tarteaucitronAllDenied.tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
  border: solid 1px #fff !important;
}

/* line 391, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronIsAllowed.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow#tarteaucitronAllAllowed,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsDenied.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny#tarteaucitronAllDenied,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsDenied.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsAllowed.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAllow {
  border-color: #f59f42 !important;
  background: #f59f42 !important;
  color: #232a3f !important;
}

/* line 400, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronIsAllowed.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow#tarteaucitronAllAllowed:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsAllowed.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow#tarteaucitronAllAllowed:focus,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsDenied.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny#tarteaucitronAllDenied:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsDenied.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny#tarteaucitronAllDenied:focus,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsDenied.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsDenied.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:focus,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsAllowed.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronIsAllowed.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:focus,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAllow:hover,
#tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAllow:focus {
  border-color: #f59f42 !important;
  background: #f59f42 !important;
  color: #232a3f !important;
}

@media screen and (max-width: 1024px) {
  /* line 409, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron {
    overflow: auto !important;
  }

  /* line 413, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronAlertBig {
    padding: 3rem 2rem !important;
  }

  /* line 417, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronAlertBig button {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin-bottom: 0.75rem !important;
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  /* line 424, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronAlertBig button:last-child {
    margin-bottom: 0 !important;
  }

  /* line 429, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    max-width: 100%;
    margin-bottom: 3rem;
  }

  /* line 435, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    margin-bottom: 15px !important;
  }

  /* line 440, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron div#tarteaucitronServices {
    height: 80vh !important;
    padding-bottom: 20px !important;
    background: #1e2032 !important;
    bottom: 0 !important;
    position: absolute !important;
  }

  /* line 448, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronRoot#tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    padding: 70px 20px 8px !important;
    z-index: 1 !important;
  }

  /* line 453, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine #dialogTitle,
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine #tarteaucitronInfo {
    width: 100%;
    max-width: 100% !important;
    padding-right: 0;
    margin: 0 !important;
  }

  /* line 461, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronRoot div#tarteaucitron {
    height: 100vh !important;
    background: rgba(30, 32, 50, 0.8) !important;
  }

  /* line 466, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronAlertBig button:not(#tarteaucitronPrivacyUrl) {
    width: 95% !important;
  }

  /* line 470, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron .tarteaucitronBorder {
    padding: 0 !important;
    margin: 0 30px;
  }

  /* line 475, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .tarteaucitronH2 {
    margin: 0;
    line-height: 1.2em;
  }

  /* line 480, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-left: auto !important;
  }

  /* line 484, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk {
    margin: 10px 0 0 15px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 !important;
            flex: 0 !important;
  }

  /* line 489, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronAllow {
    margin-left: 0 !important;
  }

  /* line 493, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk .tarteaucitronAllow {
    margin-bottom: 8px !important;
  }

  /* line 497, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk .tarteaucitronAllow,
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk .tarteaucitronDeny {
    margin-left: 0 !important;
  }

  /* line 502, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronAllow,
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
    width: 8rem !important;
  }

  /* line 507, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronClosePanel {
    top: 66px !important;
    right: 20px !important;
    z-index: 2 !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 515, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronAlertBig button:not(#tarteaucitronPrivacyUrl) {
    width: auto !important;
    font-size: 1rem !important;
    margin-bottom: 1.5rem !important;
  }

  /* line 521, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronClosePanel {
    top: 20px !important;
    font-size: 24px !important;
  }
}

@media screen and (max-width: 425px) {
  /* line 528, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronAlertBig button:not(#tarteaucitronPrivacyUrl) {
    width: calc(100% - 2rem + 8px) !important;
  }

  /* line 532, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName,
  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk,
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk {
    width: 100% !important;
  }

  /* line 538, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk,
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk {
    margin-top: 8px !important;
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 545, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronAllow,
  #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
    width: auto !important;
    margin: 0;
    margin-right: 12px;
    padding: 0 !important;
  }

  /* line 553, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk .tarteaucitronAllow {
    margin-right: 12px !important;
  }

  /* line 557, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitronRoot #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName .tarteaucitronH2 {
    max-width: none;
  }

  /* line 561, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 565, resources/assets/styles/layouts/_tarteaucitron.scss */

  #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
    margin-bottom: 8px !important;
  }
}

/* line 570, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow#tarteaucitronAllAllowed,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny#tarteaucitronAllDenied {
  border: none !important;
}

/* line 575, resources/assets/styles/layouts/_tarteaucitron.scss */

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  font-size: 13px !important;
}

/* line 1, resources/assets/styles/pages/_404.scss */

.section-404 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 6, resources/assets/styles/pages/_404.scss */

.section-404__container {
  width: 100%;
}

/* line 2, resources/assets/styles/pages/_blog.scss */

.blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  max-width: calc(1140px + 0);
  display: flex;
  font-size: 18px;
}

/* line 8, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 0px);
          flex: 0 0 calc(25% - 0px);
  max-width: calc(25% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4em 0 4em 7em;
  background-color: #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 17, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar a {
  text-decoration: none;
  color: rgba(63, 77, 114, 0.3);
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-size: 1em;
  height: 2.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 28, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar a:hover {
  color: #f59f42;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/* line 33, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar a.active-blog-tag {
  color: #f59f42;
}

/* line 36, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar a.active-blog-tag::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f59f42;
  left: -112%;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 49, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar .current-cat {
  position: relative;
}

/* line 52, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar .current-cat a {
  color: #f59f42;
}

/* line 56, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar .current-cat::before {
  content: '';
  position: absolute;
  background: #f59f42;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6em;
  height: 2px;
  left: -72%;
}

/* line 68, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar .widget {
  list-style-type: none;
}

/* line 71, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar .widget .widgettitle {
  display: none;
}

/* line 75, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar .widget ul {
  margin: 0;
  padding: 0;
}

/* line 79, resources/assets/styles/pages/_blog.scss */

.blog__container__sidebar .widget ul li {
  list-style-type: none;
}

/* line 86, resources/assets/styles/pages/_blog.scss */

.blog__container__categories {
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
}

/* line 91, resources/assets/styles/pages/_blog.scss */

.blog__container__posts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 0px);
          flex: 0 0 calc(75% - 0px);
  max-width: calc(75% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4em 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 99, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article {
  width: 90%;
  padding: 1.5em 0;
  border-bottom: 1px solid #ededed;
}

/* line 104, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article:first-child {
  padding-top: 0;
}

/* line 108, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article:last-child {
  border-bottom: none;
}

/* line 113, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article header img {
  width: 100%;
  max-height: 17.5em;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1em;
}

/* line 121, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 124, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__title {
  width: 55%;
  color: #3f4d72;
  padding-right: 1.2em;
}

/* line 129, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__title .entry-title {
  margin-bottom: 0.5em;
}

/* line 132, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__title .entry-title a {
  color: #f59f42;
  text-transform: uppercase;
  font-size: 1.2em;
  text-decoration: none;
}

/* line 141, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__title .post-data time {
  color: #f59f42;
}

/* line 145, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__title .post-data--date {
  margin-bottom: 0.5em;
  display: block;
}

/* line 150, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__title .post-data--tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 154, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__title .post-data--tags a {
  text-decoration: none;
}

/* line 157, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__title .post-data--tags a span {
  display: inline-block;
  color: #f59f42;
  border: 1px solid #f59f42;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0.2em 0.4em 0.2em 0;
}

/* line 173, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__content {
  width: 45%;
}

/* line 176, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__content .entry-content {
  color: rgba(63, 77, 114, 0.5);
}

/* line 179, resources/assets/styles/pages/_blog.scss */

.blog__container__posts article .article-information__content .entry-content a {
  display: none;
}

/* line 188, resources/assets/styles/pages/_blog.scss */

.blog__container .posts-navigation {
  width: 90%;
}

/* line 191, resources/assets/styles/pages/_blog.scss */

.blog__container .posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 197, resources/assets/styles/pages/_blog.scss */

.blog__container .posts-navigation .nav-previous a,
.blog__container .posts-navigation .nav-next a {
  display: inline-block;
  padding: 0.4em 0.5em;
  margin-top: 0.5em;
  background: #f59f42;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 209, resources/assets/styles/pages/_blog.scss */

.blog__container .posts-navigation .nav-previous a:hover,
.blog__container .posts-navigation .nav-previous a:focus,
.blog__container .posts-navigation .nav-next a:hover,
.blog__container .posts-navigation .nav-next a:focus {
  opacity: 0.8;
}

/* line 216, resources/assets/styles/pages/_blog.scss */

.blog__container .posts-navigation .nav-next {
  margin-left: auto;
}

@media all and (max-width: 991px) {
  /* line 226, resources/assets/styles/pages/_blog.scss */

  .blog__container__sidebar,
  .blog__container__posts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
  }

  /* line 231, resources/assets/styles/pages/_blog.scss */

  .blog__container__sidebar {
    padding: 2em 0 2em 7em;
  }

  /* line 235, resources/assets/styles/pages/_blog.scss */

  .blog__container__posts {
    padding: 2em;
  }

  /* line 238, resources/assets/styles/pages/_blog.scss */

  .blog__container__posts article {
    width: 100%;
  }

  /* line 241, resources/assets/styles/pages/_blog.scss */

  .blog__container__posts article .article-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 244, resources/assets/styles/pages/_blog.scss */

  .blog__container__posts article .article-information__title,
  .blog__container__posts article .article-information__content {
    width: 100%;
  }

  /* line 250, resources/assets/styles/pages/_blog.scss */

  .blog__container__posts article .article-information__title .post-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 254, resources/assets/styles/pages/_blog.scss */

  .blog__container__posts article .article-information__title .post-data a {
    margin: 12px 0;
  }

  /* line 257, resources/assets/styles/pages/_blog.scss */

  .blog__container__posts article .article-information__title .post-data a span {
    margin: 0;
  }
}

/* line 272, resources/assets/styles/pages/_blog.scss */

.single-post__container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  max-width: calc(1140px + 0);
  background-color: #ededed;
}

/* line 277, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.2em 0;
}

/* line 284, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content h1 {
  color: #f59f42;
  text-transform: uppercase;
  font-size: 2em;
  text-decoration: none;
}

/* line 291, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content h2 {
  color: #f59f42;
  text-transform: uppercase;
  font-size: 1.2em;
  text-decoration: none;
}

/* line 298, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content .orange-line {
  display: block;
  width: 8em;
  height: 2px;
  background-color: #f59f42;
  margin: 1em 0;
}

/* line 306, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content .post-data {
  color: #3f4d72;
}

/* line 309, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content .post-data time {
  color: #f59f42;
}

/* line 313, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content .post-data--date {
  margin-bottom: 0.5em;
  display: block;
}

/* line 318, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content .post-data--tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 322, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content .post-data--tags a {
  text-decoration: none;
}

/* line 325, resources/assets/styles/pages/_blog.scss */

.single-post__container__header__content .post-data--tags a span {
  display: inline-block;
  color: #f59f42;
  border: 1px solid #f59f42;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0.2em 0.4em 0.2em 0;
}

/* line 342, resources/assets/styles/pages/_blog.scss */

.single-post__container__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  max-width: calc(1140px + 0);
  background-color: #f9f9f9;
}

/* line 347, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.2em 0;
  color: #3f4d72;
}

/* line 357, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content p {
  margin: 0.3em 0;
}

/* line 360, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content p > iframe {
  margin: 1em auto;
  display: block;
}

/* line 366, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content > div {
  margin: 1.5em 0;
}

/* line 369, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content > div.centered-slider {
  background: transparent;
}

/* line 372, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content > div.centered-slider::before,
.single-post__container__article__content > div.centered-slider::after {
  display: none;
}

/* line 378, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content > div.centered-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
  opacity: 0;
}

/* line 383, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content > div.centered-slider .swiper-button-next {
  right: 0 !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjM2Y0ZDcyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJTMTEwLDQ5MC40LDI0NS4yLDQ5MC40eiBNMjQ1LjIsMjQuNSAgICBjMTIxLjcsMCwyMjAuNyw5OSwyMjAuNywyMjAuN3MtOTksMjIwLjctMjIwLjcsMjIwLjdzLTIyMC43LTk5LTIyMC43LTIyMC43UzEyMy41LDI0LjUsMjQ1LjIsMjQuNXoiLz4KCQk8cGF0aCBkPSJNMTM4LjcsMjU3LjVoMTgzLjRsLTQ4LDQ4Yy00LjgsNC44LTQuOCwxMi41LDAsMTcuM2MyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZsNjguOS02OC45ICAgIGM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNjguOS02OC45Yy00LjgtNC44LTEyLjUtNC44LTE3LjMsMHMtNC44LDEyLjUsMCwxNy4zbDQ4LDQ4SDEzOC43Yy02LjgsMC0xMi4zLDUuNS0xMi4zLDEyLjMgICAgQzEyNi40LDI1Mi4xLDEzMS45LDI1Ny41LDEzOC43LDI1Ny41eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}

/* line 388, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content > div.centered-slider .swiper-button-prev {
  left: 0 !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjM2Y0ZDcyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJDMCwzODAuNCwxMTAsNDkwLjQsMjQ1LjIsNDkwLjR6IE0yNDUuMiwyNC41ICAgIGMxMjEuNywwLDIyMC43LDk5LDIyMC43LDIyMC43cy05OSwyMjAuNy0yMjAuNywyMjAuN3MtMjIwLjctOTktMjIwLjctMjIwLjdTMTIzLjUsMjQuNSwyNDUuMiwyNC41eiIvPgoJCTxwYXRoIGQ9Ik0xOTguOSwzMjIuOGMyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZjNC44LTQuOCw0LjgtMTIuNSwwLTE3LjNsLTQ4LTQ4aDE4My40YzYuOCwwLDEyLjMtNS41LDEyLjMtMTIuMyAgICBzLTUuNS0xMi4zLTEyLjMtMTIuM0gxNjguM2w0OC00OGM0LjgtNC44LDQuOC0xMi41LDAtMTcuM3MtMTIuNS00LjgtMTcuMywwbC02OC45LDY4LjljLTQuOCw0LjgtNC44LDEyLjUsMCwxNy4zTDE5OC45LDMyMi44eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}

/* line 393, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content > div.centered-slider .swiper-pagination {
  z-index: 1;
}

/* line 396, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content > div.centered-slider .swiper-pagination-bullet {
  background: #ededed;
  opacity: 1;
}

/* line 400, resources/assets/styles/pages/_blog.scss */

.single-post__container__article__content > div.centered-slider .swiper-pagination-bullet-active {
  background: #f59f42;
}

@media all and (max-width: 991px) {
  /* line 416, resources/assets/styles/pages/_blog.scss */

  .single-post__container__article__content {
    padding: 2em 0;
  }

  /* line 419, resources/assets/styles/pages/_blog.scss */

  .single-post__container__article__content > div {
    margin: 1em 0;
  }

  /* line 422, resources/assets/styles/pages/_blog.scss */

  .single-post__container__article__content > div.centered-slider {
    overflow: hidden;
    padding: 1em 0;
  }

  /* line 426, resources/assets/styles/pages/_blog.scss */

  .single-post__container__article__content > div.centered-slider .swiper-button-next {
    right: 0.5em !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJTMTEwLDQ5MC40LDI0NS4yLDQ5MC40eiBNMjQ1LjIsMjQuNSAgICBjMTIxLjcsMCwyMjAuNyw5OSwyMjAuNywyMjAuN3MtOTksMjIwLjctMjIwLjcsMjIwLjdzLTIyMC43LTk5LTIyMC43LTIyMC43UzEyMy41LDI0LjUsMjQ1LjIsMjQuNXoiLz4KCQk8cGF0aCBkPSJNMTM4LjcsMjU3LjVoMTgzLjRsLTQ4LDQ4Yy00LjgsNC44LTQuOCwxMi41LDAsMTcuM2MyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZsNjguOS02OC45ICAgIGM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNjguOS02OC45Yy00LjgtNC44LTEyLjUtNC44LTE3LjMsMHMtNC44LDEyLjUsMCwxNy4zbDQ4LDQ4SDEzOC43Yy02LjgsMC0xMi4zLDUuNS0xMi4zLDEyLjMgICAgQzEyNi40LDI1Mi4xLDEzMS45LDI1Ny41LDEzOC43LDI1Ny41eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
  }

  /* line 431, resources/assets/styles/pages/_blog.scss */

  .single-post__container__article__content > div.centered-slider .swiper-button-prev {
    left: 0.5em !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwLjQgNDkwLjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MC40IDQ5MC40OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgPGc+CiAgICA8cGF0aCBkPSJNMjQ1LjIsNDkwLjRjMTM1LjIsMCwyNDUuMi0xMTAsMjQ1LjItMjQ1LjJTMzgwLjQsMCwyNDUuMiwwUzAsMTEwLDAsMjQ1LjJDMCwzODAuNCwxMTAsNDkwLjQsMjQ1LjIsNDkwLjR6IE0yNDUuMiwyNC41ICAgIGMxMjEuNywwLDIyMC43LDk5LDIyMC43LDIyMC43cy05OSwyMjAuNy0yMjAuNywyMjAuN3MtMjIwLjctOTktMjIwLjctMjIwLjdTMTIzLjUsMjQuNSwyNDUuMiwyNC41eiIvPgogICAgPHBhdGggZD0iTTE5OC45LDMyMi44YzIuNCwyLjQsNS41LDMuNiw4LjcsMy42czYuMy0xLjIsOC43LTMuNmM0LjgtNC44LDQuOC0xMi41LDAtMTcuM2wtNDgtNDhoMTgzLjRjNi44LDAsMTIuMy01LjUsMTIuMy0xMi4zICAgIHMtNS41LTEyLjMtMTIuMy0xMi4zSDE2OC4zbDQ4LTQ4YzQuOC00LjgsNC44LTEyLjUsMC0xNy4zcy0xMi41LTQuOC0xNy4zLDBsLTY4LjksNjguOWMtNC44LDQuOC00LjgsMTIuNSwwLDE3LjNMMTk4LjksMzIyLjh6Ii8+CiAgPC9nPgo8L3N2Zz4K);
  }
}

/* line 443, resources/assets/styles/pages/_blog.scss */

.other-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  max-width: calc(1140px + 0);
  background: #ededed;
}

/* line 448, resources/assets/styles/pages/_blog.scss */

.other-articles__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  padding: 2.8em 0;
}

/* line 453, resources/assets/styles/pages/_blog.scss */

.other-articles__container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 457, resources/assets/styles/pages/_blog.scss */

.other-articles__container__header-title {
  color: #3f4d72;
  font-size: 1.2em;
  font-weight: normal;
}

/* line 463, resources/assets/styles/pages/_blog.scss */

.other-articles__container__header a {
  color: #f59f42;
  text-decoration: none;
  font-size: 0.9em;
  text-transform: uppercase;
}

/* line 471, resources/assets/styles/pages/_blog.scss */

.other-articles__container__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  max-width: calc(1140px + 0);
  display: flex;
  margin-top: 2.5em;
}

/* line 477, resources/assets/styles/pages/_blog.scss */

.other-articles__container__content__single {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 0px);
          flex: 0 0 calc(33.33333% - 0px);
  max-width: calc(33.33333% - 0px);
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 482, resources/assets/styles/pages/_blog.scss */

.other-articles__container__content__single:nth-child(1) {
  padding-right: 0.7em;
}

/* line 486, resources/assets/styles/pages/_blog.scss */

.other-articles__container__content__single:nth-child(2) {
  padding: 0 0.7em;
}

/* line 490, resources/assets/styles/pages/_blog.scss */

.other-articles__container__content__single:nth-child(3) {
  padding-left: 0.7em;
}

/* line 494, resources/assets/styles/pages/_blog.scss */

.other-articles__container__content__single a {
  text-decoration: none;
}

/* line 497, resources/assets/styles/pages/_blog.scss */

.other-articles__container__content__single a img {
  width: 100%;
  height: 10em;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.6em;
}

/* line 504, resources/assets/styles/pages/_blog.scss */

.other-articles__container__content__single a span {
  color: #f59f42;
  font-size: 1.2em;
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  /* line 518, resources/assets/styles/pages/_blog.scss */

  .other-articles__container__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 521, resources/assets/styles/pages/_blog.scss */

  .other-articles__container__header-title {
    font-size: 1.1em;
    margin-bottom: 0.7em;
  }

  /* line 527, resources/assets/styles/pages/_blog.scss */

  .other-articles__container__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 530, resources/assets/styles/pages/_blog.scss */

  .other-articles__container__content__single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    padding: 0 !important;
    margin-bottom: 1em;
  }
}

/* line 2, resources/assets/styles/pages/_faq.scss */

.section-faq__container {
  background: #ededed;
}

/* line 6, resources/assets/styles/pages/_faq.scss */

.section-faq__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 10, resources/assets/styles/pages/_faq.scss */

.section-faq__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  padding: 4em 0;
}

/* line 16, resources/assets/styles/pages/_faq.scss */

.section-faq__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  background: #fff;
  padding: 0 0 4.5em 3.5em;
}

/* line 23, resources/assets/styles/pages/_faq.scss */

.section-faq__right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
}

/* line 35, resources/assets/styles/pages/_faq.scss */

.section-faq__categories {
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 43, resources/assets/styles/pages/_faq.scss */

.section-faq__category {
  position: relative;
  font-size: 0.9em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.8em;
  padding-left: 10px;
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 53, resources/assets/styles/pages/_faq.scss */

.section-faq__category-link {
  color: #3f4d72;
  text-decoration: none;
}

/* line 58, resources/assets/styles/pages/_faq.scss */

.section-faq__category.active,
.section-faq__category:hover,
.section-faq__category:focus {
  opacity: 1;
}

/* line 64, resources/assets/styles/pages/_faq.scss */

.section-faq__category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 10px;
  background: #f59f42;
  height: 3px;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}

/* line 76, resources/assets/styles/pages/_faq.scss */

.section-faq__category.active::before {
  display: block;
}

/* line 82, resources/assets/styles/pages/_faq.scss */

.section-faq__questions__category {
  padding-top: 4em;
}

/* line 85, resources/assets/styles/pages/_faq.scss */

.section-faq__questions__category:last-child {
  margin-bottom: 0;
}

/* line 89, resources/assets/styles/pages/_faq.scss */

.section-faq__questions__category-title {
  color: #3f4d72;
  font-size: 2em;
  text-transform: uppercase;
}

/* line 94, resources/assets/styles/pages/_faq.scss */

.section-faq__questions__category-title::after {
  content: "";
  width: 20%;
  background: #f59f42;
  height: 3px;
  margin: 0.5em 0 1em;
  display: block;
}

/* line 105, resources/assets/styles/pages/_faq.scss */

.section-faq__questions-container {
  background: #ededed;
  padding: 1em 0.9em;
  margin-bottom: 0.5em;
}

/* line 111, resources/assets/styles/pages/_faq.scss */

.section-faq__questions__question {
  color: #3f4d72;
  font-size: 1.2em;
  margin-bottom: 1em;
}

/* line 117, resources/assets/styles/pages/_faq.scss */

.section-faq__questions__answer {
  color: #3f4d72;
  font-size: 0.9em;
}

@media all and (max-width: 767px) {
  /* line 126, resources/assets/styles/pages/_faq.scss */

  .section-faq__left {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0;
    background: #ededed;
    max-width: 100%;
    padding: 1em;
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 40px;
  }

  /* line 139, resources/assets/styles/pages/_faq.scss */

  .section-faq__categories {
    display: none;
  }

  /* line 143, resources/assets/styles/pages/_faq.scss */

  .section-faq__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    padding: 0 2.5em;
  }

  /* line 148, resources/assets/styles/pages/_faq.scss */

  .section-faq__right::after {
    display: none;
  }
}

/* line 4, resources/assets/styles/pages/_project.scss */

body.single-project .hero__heading__subtitle {
  text-transform: initial;
}

/* line 11, resources/assets/styles/pages/_project.scss */

.\--no-paddingbottom {
  padding-bottom: 0 !important;
}

/* line 15, resources/assets/styles/pages/_project.scss */

.project {
  padding: 2em 0 1.4em 0;
  line-height: 1.5;
}

/* line 19, resources/assets/styles/pages/_project.scss */

.project_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(58.33333% - 30px);
          flex: 0 0 calc(58.33333% - 30px);
  max-width: calc(58.33333% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

@media all and (max-width: 991px) {
  /* line 19, resources/assets/styles/pages/_project.scss */

  .project_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

/* line 29, resources/assets/styles/pages/_project.scss */

.project_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(41.66667% - 30px);
          flex: 0 0 calc(41.66667% - 30px);
  max-width: calc(41.66667% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 4.3em;
}

@media all and (max-width: 991px) {
  /* line 29, resources/assets/styles/pages/_project.scss */

  .project_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-top: 2em;
  }
}

/* line 42, resources/assets/styles/pages/_project.scss */

.project_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  color: #fff;
}

@media all and (max-width: 767px) {
  /* line 42, resources/assets/styles/pages/_project.scss */

  .project_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media all and (max-width: 991px) {
  /* line 52, resources/assets/styles/pages/_project.scss */

  .project_description_watermark {
    width: 100%;
    margin: 0;
    padding: 0 0.25em;
  }
}

/* line 62, resources/assets/styles/pages/_project.scss */

.project_description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  font-size: 1.2em;
  min-height: 180px;
}

@media all and (max-width: 991px) {
  /* line 62, resources/assets/styles/pages/_project.scss */

  .project_description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    font-size: 1.1em;
    margin-top: 1.5em;
    margin-left: 0;
    margin-right: 0;
    min-height: unset;
  }
}

/* line 79, resources/assets/styles/pages/_project.scss */

.project_credit {
  font-size: 0.9em;
  font-weight: 500;
  min-height: 180px;
}

@media all and (max-width: 991px) {
  /* line 79, resources/assets/styles/pages/_project.scss */

  .project_credit {
    margin-left: 0;
    margin-right: 0;
    min-height: unset;
  }
}

/* line 90, resources/assets/styles/pages/_project.scss */

.project_credit_section {
  margin-bottom: 1em;
}

/* line 94, resources/assets/styles/pages/_project.scss */

.project_credit_role {
  font-size: 1em;
  font-weight: 600;
  color: #f59f42 !important;
  text-transform: uppercase;
}

/* line 103, resources/assets/styles/pages/_project.scss */

.project_other_info_container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  margin: 0;
}

@media all and (max-width: 767px) {
  /* line 103, resources/assets/styles/pages/_project.scss */

  .project_other_info_container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin: 0;
  }
}

/* line 115, resources/assets/styles/pages/_project.scss */

.project_other_info_section {
  margin-bottom: 1em;
}

/* line 119, resources/assets/styles/pages/_project.scss */

.project_other_info_title {
  font-weight: 600;
  color: #f59f42 !important;
  text-transform: uppercase;
}

/* line 125, resources/assets/styles/pages/_project.scss */

.project_other_info_title,
.project_other_info_content {
  font-size: 18px;
}

/* line 131, resources/assets/styles/pages/_project.scss */

.project .game_info_container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 2em;
}

/* line 138, resources/assets/styles/pages/_project.scss */

.project .game_info_container--noprecedent {
  padding: 0;
}

/* line 141, resources/assets/styles/pages/_project.scss */

.project .game_info_container--noprecedent.game_info_container::before {
  content: unset !important;
}

@media all and (max-width: 1139px) {
  /* line 131, resources/assets/styles/pages/_project.scss */

  .project .game_info_container {
    margin: 0;
  }
}

/* line 150, resources/assets/styles/pages/_project.scss */

.project .game_info_container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

@media all and (max-width: 767px) {
  /* line 131, resources/assets/styles/pages/_project.scss */

  .project .game_info_container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    margin-top: 2em;
  }

  /* line 169, resources/assets/styles/pages/_project.scss */

  .project .game_info_container::before {
    content: unset;
  }
}

/* line 175, resources/assets/styles/pages/_project.scss */

.project .game_info_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media all and (max-width: 767px) {
  /* line 175, resources/assets/styles/pages/_project.scss */

  .project .game_info_cell {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 184, resources/assets/styles/pages/_project.scss */

.project .game_info_cell_inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 192, resources/assets/styles/pages/_project.scss */

.project .cell_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.5em;
  width: 50px;
  height: 50px;
}

/* line 199, resources/assets/styles/pages/_project.scss */

.project .cell_icon svg {
  width: 100%;
  vertical-align: bottom;
  stroke: #fff;
  fill: #fff;
}

/* line 207, resources/assets/styles/pages/_project.scss */

.project .cell_label {
  text-align: center;
  font-size: 15px;
}

/* line 212, resources/assets/styles/pages/_project.scss */

.project .grid_project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(83.33333% - 30px);
          flex: 0 0 calc(83.33333% - 30px);
  max-width: calc(83.33333% - 30px);
  margin-right: 15px;
  margin-left: calc(8.33333% + 15px);
  margin-top: 4em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  /* line 212, resources/assets/styles/pages/_project.scss */

  .project .grid_project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
            flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-right: 0px;
    margin-left: 0px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 227, resources/assets/styles/pages/_project.scss */

.project_download {
  width: 100%;
  padding: 4em 0 0 0;
}

/* line 231, resources/assets/styles/pages/_project.scss */

.project_download_button {
  background: #f59f42;
  color: #1e2032;
  padding: 22px;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 245, resources/assets/styles/pages/_project.scss */

.awards {
  background: #232a3f;
  padding-bottom: 1em;
}

/* line 249, resources/assets/styles/pages/_project.scss */

.awards_img {
  max-height: 150px;
  margin: 1em 1%;
  max-width: 14%;
}

@media all and (max-width: 767px) {
  /* line 249, resources/assets/styles/pages/_project.scss */

  .awards_img {
    max-width: 25%;
    max-height: unset;
    margin: 1em 3%;
    width: 30%;
  }
}

/* line 263, resources/assets/styles/pages/_project.scss */

.centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 270, resources/assets/styles/pages/_project.scss */

.video_section {
  background: #232a3f;
  padding: 0 0 3em 0;
}

@media all and (max-width: 767px) {
  /* line 270, resources/assets/styles/pages/_project.scss */

  .video_section {
    padding-bottom: 2em;
  }
}

/* line 279, resources/assets/styles/pages/_project.scss */

.makingOf {
  background: #3f4d72;
  padding: 2em 0;
  overflow: hidden;
}

@media all and (max-width: 991px) {
  /* line 288, resources/assets/styles/pages/_project.scss */

  .makingOf .centered-slider {
    margin-top: 0;
  }
}

/* line 295, resources/assets/styles/pages/_project.scss */

.icon_pad {
  display: inline-block;
  width: 39.7px;
  height: 27px;
  margin-right: 1em;
}

/* line 301, resources/assets/styles/pages/_project.scss */

.icon_pad svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}

/* line 306, resources/assets/styles/pages/_project.scss */

.icon_pad svg g {
  fill: currentColor;
}

/* line 314, resources/assets/styles/pages/_project.scss */

.other .slider__headline {
  padding-top: 1.2em;
}

/* line 1, resources/assets/styles/pages/_search.scss */

.search-results {
  color: #3f4d72;
}

/* line 4, resources/assets/styles/pages/_search.scss */

.search-results__container {
  background: #ededed;
}

/* line 8, resources/assets/styles/pages/_search.scss */

.search-results__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: calc(1140px + 30px);
}

/* line 12, resources/assets/styles/pages/_search.scss */

.search-results__types {
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
  list-style-type: none;
}

/* line 13, resources/assets/styles/pages/_search.scss */

.search-results__types-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-right: 15px;
  margin-left: 15px;
  padding: 2.5em 0;
}

/* line 24, resources/assets/styles/pages/_search.scss */

.search-results__type {
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 32, resources/assets/styles/pages/_search.scss */

.search-results__type a {
  color: inherit;
  text-decoration: none;
}

/* line 37, resources/assets/styles/pages/_search.scss */

.search-results__type.active,
.search-results__type:hover,
.search-results__type:focus {
  opacity: 1;
}

/* line 43, resources/assets/styles/pages/_search.scss */

.search-results__type::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 50vw;
  background: #f59f42;
  height: 3px;
  -webkit-transform: translate(-0.5em, -50%);
       -o-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
  display: none;
}

/* line 55, resources/assets/styles/pages/_search.scss */

.search-results__type.active::before {
  display: block;
}

/* line 60, resources/assets/styles/pages/_search.scss */

.search-results__results {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - 30px);
          flex: 0 0 calc(75% - 30px);
  max-width: calc(75% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}

/* line 63, resources/assets/styles/pages/_search.scss */

.search-results__results-header {
  padding: 2.5em;
}

/* line 67, resources/assets/styles/pages/_search.scss */

.search-results__results-counter {
  font-size: 1.5em;
  padding: 0 0.2em;
  text-transform: uppercase;
  color: #f59f42;
}

@media all and (max-width: 767px) {
  /* line 60, resources/assets/styles/pages/_search.scss */

  .search-results__results {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin: 0;
  }
}

/* line 82, resources/assets/styles/pages/_search.scss */

.search-results__result:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 86, resources/assets/styles/pages/_search.scss */

.search-results__result.hidden {
  display: none;
}

/* line 91, resources/assets/styles/pages/_search.scss */

.search-results__see-more {
  cursor: pointer;
  color: #f59f42;
  font-weight: 900;
  font-size: 0.8em;
  padding: 1em;
}

/* line 99, resources/assets/styles/pages/_search.scss */

.search-results__section {
  background: #fff;
  padding: 2.5em 2.5em 0;
}

/* line 103, resources/assets/styles/pages/_search.scss */

.search-results__section-title {
  font-size: 2em;
  font-weight: 900;
}

/* line 107, resources/assets/styles/pages/_search.scss */

.search-results__section-title::after {
  content: "";
  width: 20%;
  background: #f59f42;
  height: 3px;
  margin: 0.4em 0;
  display: block;
}

/* line 117, resources/assets/styles/pages/_search.scss */

.search-results__section-counter {
  text-transform: none;
  font-size: 0.5em;
  font-weight: 400;
  color: #f59f42;
}

/* line 124, resources/assets/styles/pages/_search.scss */

.search-results__section article {
  position: relative;
  font-size: 0.8em;
  padding: 0.8em 1.2em;
  background: #ededed;
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

/* line 131, resources/assets/styles/pages/_search.scss */

.search-results__section article:hover,
.search-results__section article:focus {
  background: #d4d4d4;
}

/* line 136, resources/assets/styles/pages/_search.scss */

.search-results__section article a {
  color: inherit;
  text-decoration: none;
}

/* line 141, resources/assets/styles/pages/_search.scss */

.search-results__section article .entry-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 150, resources/assets/styles/pages/_search.scss */

.search-results__section article .author,
.search-results__section article time {
  display: none;
}

/* line 155, resources/assets/styles/pages/_search.scss */

.search-results__section article .entry-title {
  margin-bottom: 0.3em;
}

/* line 160, resources/assets/styles/pages/_search.scss */

.search-results__section article .entry-summary strong {
  color: #f59f42;
}

/* line 167, resources/assets/styles/pages/_search.scss */

.search-results__separator {
  display: block;
  padding: 0 0 2.5em 0;
  background: #fff;
}

/* line 172, resources/assets/styles/pages/_search.scss */

.search-results__separator:first-of-type {
  padding: 0;
}

/* line 177, resources/assets/styles/pages/_search.scss */

.search-results__section,
.search-results__separator {
  position: relative;
}

/* line 181, resources/assets/styles/pages/_search.scss */

.search-results__section::after,
.search-results__separator::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
}

@media all and (max-width: 767px) {
  /* line 181, resources/assets/styles/pages/_search.scss */

  .search-results__section::after,
  .search-results__separator::after {
    display: none;
  }
}

@media all and (max-width: 767px) {
  /* line 199, resources/assets/styles/pages/_search.scss */

  .search-results__types-container {
    display: none;
  }
}

/* GDPR Plugin */

/* line 4, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar {
  background: #222945;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 115px 50px 260px;
}

@media all and (max-width: 1139px) {
  /* line 4, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar {
    padding: 70px 190px 90px;
    max-height: 80vh;
    overflow: auto;
  }
}

@media all and (max-width: 991px) {
  /* line 4, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar {
    padding: 70px 150px 90px;
  }
}

@media all and (max-width: 767px) {
  /* line 4, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar {
    padding: 30px 40px 40px;
  }
}

/* line 25, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: #1e2032;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

/* line 36, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar .wpgdprc-consent-bar__logo {
  display: block;
  width: 154px;
  max-width: 154px;
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  /* line 36, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar .wpgdprc-consent-bar__logo {
    width: 86px;
    max-width: 86px;
    margin-bottom: 22px;
  }
}

/* line 50, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__container {
  width: 100%;
}

/* line 54, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1139px) {
  /* line 54, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 62, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
  padding: 0;
  margin: 0;
}

/* line 66, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(75% - 120px);
          flex: 1 0 calc(75% - 120px);
  margin-right: 120px;
}

@media all and (max-width: 1139px) {
  /* line 66, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    margin-right: 0;
  }
}

/* line 77, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}

@media all and (max-width: 1139px) {
  /* line 77, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}

@media all and (max-width: 767px) {
  /* line 77, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 96, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__settings,
div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  padding: 13px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  /* line 96, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__settings,
  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__button {
    font-size: 20px;
    line-height: normal;
    padding: 7px;
  }
}

/* line 119, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__settings:hover,
div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__settings:focus,
div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__button:hover,
div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__button:focus {
  border-color: #232a3f;
  background: #232a3f !important;
  color: #f59f42;
}

/* line 127, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__settings {
  border: 1px solid #f6f8f9;
  background: #222945;
  color: #f6f8f9;
}

@media all and (max-width: 1139px) {
  /* line 127, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__settings {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 22px);
            flex: 1 0 calc(50% - 22px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 22px;
  }
}

@media all and (max-width: 767px) {
  /* line 127, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__settings {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-right: 0;
  }
}

/* line 145, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__button {
  border: 1px solid #f59f42;
  background: #f59f42 !important;
  color: #222945;
  margin-bottom: 30px;
}

@media all and (max-width: 1139px) {
  /* line 145, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 22px);
            flex: 1 0 calc(50% - 22px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    margin-left: 22px;
  }
}

@media all and (max-width: 767px) {
  /* line 145, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column:nth-child(2) .wpgdprc-consent-bar__button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

/* line 167, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column .wpgdprc-consent-bar__notice {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  max-width: 100%;
}

@media all and (max-width: 1139px) {
  /* line 167, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column .wpgdprc-consent-bar__notice {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  /* line 167, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column .wpgdprc-consent-bar__notice {
    font-size: 15px;
  }
}

/* line 181, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column .wpgdprc-consent-bar__notice p {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
  color: #f6f8f9;
  text-decoration: none;
  background: transparent;
  margin-bottom: 10px;
}

@media all and (max-width: 1139px) {
  /* line 181, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column .wpgdprc-consent-bar__notice p {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  /* line 181, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column .wpgdprc-consent-bar__notice p {
    font-size: 15px;
  }
}

/* line 200, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column .wpgdprc-consent-bar__notice span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 32px;
  color: #f59f42;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
}

@media all and (max-width: 1139px) {
  /* line 200, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column .wpgdprc-consent-bar__notice span {
    font-size: 30px;
  }
}

@media all and (max-width: 767px) {
  /* line 200, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-bar div.wpgdprc-consent-bar__column .wpgdprc-consent-bar__notice span {
    font-size: 26px;
  }
}

/* line 223, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__overlay {
  background: rgba(34, 41, 69, 0.7);
}

/* line 227, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  max-height: 580px;
  height: 580px;
  padding-top: 130px;
  padding-bottom: 88px;
  padding-left: 260px;
  padding-right: 115px;
  background: #222945;
  border-top: none;
}

@media all and (max-width: 1139px) {
  /* line 227, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
    min-height: 580px;
    padding-left: 170px;
    padding-top: 125px;
    padding-right: 145px;
  }
}

@media all and (max-width: 991px) {
  /* line 227, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
    padding-left: 80px;
    padding-right: 80px;
    height: 80vh;
    max-height: 80vh;
    min-height: 80vh;
  }
}

@media all and (max-width: 767px) {
  /* line 227, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
    padding: 60px 40px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 264, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
  border: none;
  max-width: 39%;
  width: auto;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 39%;
          flex: 1 0 39%;
}

@media all and (max-width: 1139px) {
  /* line 264, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 36%;
            flex: 1 0 36%;
    max-width: 36%;
  }
}

@media all and (max-width: 767px) {
  /* line 264, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    padding-bottom: 16px;
    margin-bottom: 45px;
    border-bottom: 2px solid #f6f8f9;
  }
}

/* line 284, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button,
div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:hover,
div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:focus {
  background: transparent;
  color: #515c7c;
  text-align: left;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 26px;
}

/* line 298, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:last-child,
div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:hover:last-child,
div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:focus:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1139px) {
  /* line 284, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button,
  div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:hover,
  div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:focus {
    font-size: 20px;
  }
}

@media all and (max-width: 767px) {
  /* line 284, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button,
  div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:hover,
  div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:focus {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* line 311, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button.wpgdprc-button--active,
div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:hover.wpgdprc-button--active,
div.wpgdprc.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation .wpgdprc-button:focus.wpgdprc-button--active {
  color: #f6f8f9;
}

/* line 317, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 61%;
  width: auto;
  padding: 0;
  padding-left: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 61%;
          flex: 1 0 61%;
}

@media all and (max-width: 1139px) {
  /* line 317, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 64%;
            flex: 1 0 64%;
    max-width: 64%;
    padding-left: 40px;
  }
}

@media all and (max-width: 767px) {
  /* line 317, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 100%;
    padding-left: 0;
  }
}

/* line 339, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin: 20px 0 -88px;
  padding-bottom: 88px;
}

@media all and (max-width: 767px) {
  /* line 339, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0 -25px;
    padding-bottom: 25px;
  }
}

/* line 357, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #222945 !important;
  background: #f59f42;
  padding: 13px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  cursor: pointer;
}

@media all and (max-width: 1139px) {
  /* line 357, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button {
    font-size: 22px;
    line-height: normal;
    padding: 8px;
  }
}

@media all and (max-width: 767px) {
  /* line 357, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button {
    font-size: 20px;
    padding: 7px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

/* line 383, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button:hover,
div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button:focus {
  border-color: #232a3f;
  background: #232a3f;
  color: #f59f42 !important;
}

/* line 390, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button--decline-all {
  border: 1px solid #f6f8f9;
  background: #222945;
  color: #f6f8f9 !important;
  margin-right: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 12px);
          flex: 1 0 calc(50% - 12px);
  margin-bottom: 20px;
}

@media all and (max-width: 991px) {
  /* line 390, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button--decline-all {
    margin-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 10px);
            flex: 1 0 calc(50% - 10px);
  }
}

@media all and (max-width: 767px) {
  /* line 390, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button--decline-all {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 12px;
    margin-right: 0;
  }
}

/* line 410, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button--accept-all {
  border: 1px solid #f6f8f9;
  background: #f6f8f9;
  color: #222945 !important;
  margin-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 12px);
          flex: 1 0 calc(50% - 12px);
  margin-bottom: 20px;
}

@media all and (max-width: 991px) {
  /* line 410, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button--accept-all {
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 10px);
            flex: 1 0 calc(50% - 10px);
  }
}

@media all and (max-width: 767px) {
  /* line 410, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer .wpgdprc-button--accept-all {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 12px;
    margin-left: 0;
  }
}

/* line 432, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal .wpgdprc-checkbox {
  margin-top: 20px;
  text-align: left;
}

/* line 437, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 440, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__description .wpgdprc-consent-modal__title {
  text-align: left;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 32px;
  line-height: 1em;
  color: #f59f42;
  font-weight: bold;
  margin-bottom: 10px;
}

@media all and (max-width: 1139px) {
  /* line 440, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__description .wpgdprc-consent-modal__title {
    font-size: 30px;
  }
}

@media all and (max-width: 767px) {
  /* line 440, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__description .wpgdprc-consent-modal__title {
    font-size: 26px;
  }
}

/* line 458, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__description p {
  text-align: justify;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #f6f8f9;
  margin-bottom: 10px;
}

@media all and (max-width: 1139px) {
  /* line 458, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__description p {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  /* line 458, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__description p {
    font-size: 15px;
  }
}

/* line 474, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal div.wpgdprc-consent-modal__description p:last-child {
  margin-bottom: 0;
}

/* line 480, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal .wpgdprc-checkbox label {
  text-align: left;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  color: #f6f8f9;
}

/* line 486, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal .wpgdprc-consent-modal__close {
  background: transparent;
  color: #f6f8f9;
  top: 50px;
  right: 115px;
  font-size: 26px;
  line-height: 1em;
  width: 26px;
  height: 26px;
}

@media all and (max-width: 1139px) {
  /* line 486, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal .wpgdprc-consent-modal__close {
    top: 74px;
    right: 145px;
  }
}

@media all and (max-width: 991px) {
  /* line 486, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal .wpgdprc-consent-modal__close {
    right: 80px;
    font-size: 18px;
    width: 18px;
    height: 18px;
  }
}

@media all and (max-width: 767px) {
  /* line 486, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

  div.wpgdprc.wpgdprc-consent-modal .wpgdprc-consent-modal__close {
    top: 20px;
    right: 30px;
  }
}

/* line 513, resources/assets/styles/libraries/_wp-grpd-compliance.scss */

div.wpgdprc.wpgdprc-consent-modal .wpgdprc-consent-modal__close:hover,
div.wpgdprc.wpgdprc-consent-modal .wpgdprc-consent-modal__close:focus {
  background: transparent;
  color: #f6f8f9;
}


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