/***
# DESIGNED & DEVELOPED by
Raphael Ble -- Web Designer - Front End Developer -- www.shakeup-dathings.com
***/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@font-face {
  font-family: 'intelone-regular';
  src: url("../fonts/intelone-text-regular.woff2") format("woff2"), url("../fonts/intelone-text-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'intelone-bold';
  src: url("../fonts/intelone-text-bold.woff2") format("woff2"), url("../fonts/intelone-text-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'intelone-light';
  src: url("../fonts/intelone-text-light.woff2") format("woff2"), url("../fonts/intelone-text-light.woff") format("woff");
  font-weight: lighter;
  font-style: normal;
  font-display: swap; }
@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes pulse {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 1.2vw); }
  100% {
    transform: translate(0, 0); } }
@keyframes pulse-1 {
  0% {
    transform: translate(0, -4%); }
  50% {
    transform: translate(0, -0.7vw); }
  100% {
    transform: translate(0, -4%); } }
@keyframes pulse-2 {
  0% {
    transform: translate(0, -9%) rotate(180deg); }
  50% {
    transform: translate(0, 0.7vw) rotate(180deg); }
  100% {
    transform: translate(0, -9%) rotate(180deg); } }
/*.hide-content-geoblocking {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
}*/
/*.hide-overlay-geoblocking {
	display: none !important;
}*/
/*#overlay-geoblocking {
	display: block;
	text-align: center;
	width: 100%;
	font-size: .6em;
	margin-top: 13%;
	position: absolute;
	z-index: 0;
	
	
	h1 {
		color: #205583 !important;
		font-weight: 400;
	}
	
	hr {
		width: 30%;
		margin: 1em auto;
	}
	
	span {
		font-size: .7em;
		display: block;
		margin-top: 2%;
	}
}

#euronews-logo-overlay-geoblocking {
	width: 15%;
	fill: #205583;
}*/
::-moz-selection {
  background: #68b4d2;
  color: #ffffff; }

::selection {
  background: #68b4d2;
  color: #ffffff; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .browserupgrade-ie10 {
    display: block !important;
    visibility: visible !important; }

  #body-preloader {
    display: none !important; }

  body {
    overflow: hidden; } }
.browserupgrade {
  background: white;
  color: #005587;
  display: block;
  text-align: center;
  width: 70%;
  height: auto;
  font-size: 1.5em;
  padding: 20% 15%;
  position: absolute;
  z-index: 101; }
  .browserupgrade a {
    color: #ffffff; }

.browserupgrade-ie10 {
  display: none;
  visibility: hidden; }

/*#top-advertising {
    position: relative;
    z-index: 98;
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
    background: #e3e3e3;
    width: 100%;
	padding: 1em 0;
	
	span {
		font-size: .7em;
		color: #bbb;
		top: -0.5em;
		position: relative;
		display: block;
	}
}

.billboard-advertising {
	width: 970px;
	height: 250px;
	background: #fff;
	font-size: 3em;
	@include vertical-center;
	
	.desktop-txt {
		display: block;
	}
	
	.tablet-txt {
		display: none;
	}
	
	@include MQ-bp-medium-tablet {
		width: 300px;
		height: 250px;
		
		.tablet-txt {
			display: block;
		}
		.desktop-txt {
			display: none;
		}
	}
}*/
.get-back-section, .get-back-section--top, .get-back-section--bottom {
  background: #000;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  text-transform: uppercase;
  position: sticky;
  z-index: 99;
  width: 100%; }
  @media only screen and (max-width: 620px) {
    .get-back-section, .get-back-section--top, .get-back-section--bottom {
      flex-direction: column;
      justify-content: center; } }
  .get-back-section a, .get-back-section--top a, .get-back-section--bottom a, .get-back-section a:visited, .get-back-section--top a:visited, .get-back-section--bottom a:visited {
    color: #ffffff;
    font-size: .81rem;
    padding: .85em 0;
    text-decoration: none; }
    @media only screen and (max-width: 1280px) {
      .get-back-section a, .get-back-section--top a, .get-back-section--bottom a, .get-back-section a:visited, .get-back-section--top a:visited, .get-back-section--bottom a:visited {
        padding: .9em .6em;
        font-size: .75em; } }
    @media only screen and (max-width: 1024px) {
      .get-back-section a, .get-back-section--top a, .get-back-section--bottom a, .get-back-section a:visited, .get-back-section--top a:visited, .get-back-section--bottom a:visited {
        font-size: .65em; } }
    @media only screen and (max-width: 620px) {
      .get-back-section a, .get-back-section--top a, .get-back-section--bottom a, .get-back-section a:visited, .get-back-section--top a:visited, .get-back-section--bottom a:visited {
        width: 97%;
        text-align: center; } }
  .get-back-section .sponsored, .get-back-section--top .sponsored, .get-back-section--bottom .sponsored {
    background: #0068b5;
    color: #ffffff;
    padding: .85em 1em;
    position: relative;
    margin-left: auto; }
  .get-back-section--top {
    top: 0; }
  .get-back-section--bottom {
    bottom: 0;
    position: relative; }
    @media only screen and (max-width: 620px) {
      .get-back-section--bottom {
        flex-direction: column-reverse; } }

.get-back-section .header-logo, .get-back-section--top .header-logo, .get-back-section--bottom .header-logo {
  width: 6.5rem;
  margin: -0.2em 0.8em 0;
  fill: #fff; }
  @media only screen and (max-width: 1280px) {
    .get-back-section .header-logo, .get-back-section--top .header-logo, .get-back-section--bottom .header-logo {
      width: 5.5rem; } }

.get-back::before {
  content: "<";
  padding: 1.1em .5em 0.85em 0; }

.sponsored span {
  font-weight: bold; }

.get-back-section--top .sponsored::after {
  content: "";
  background: #0068b5;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 8%;
  transform: rotate(45deg);
  z-index: -1;
  margin-top: -0.2em; }
  @media only screen and (max-width: 620px) {
    .get-back-section--top .sponsored::after {
      width: 15px;
      height: 15px;
      right: 50%; } }

.get-back-section--bottom .sponsored::after {
  content: "";
  background: #0068b5;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 8%;
  transform: rotate(45deg);
  z-index: -1;
  bottom: 2em; }
  @media only screen and (max-width: 620px) {
    .get-back-section--bottom .sponsored::after {
      width: 15px;
      height: 15px;
      right: 50%; } }

#languages-nav {
  position: absolute;
  z-index: 98;
  width: 11.3%;
  height: 2.6vw;
  max-height: 53px;
  max-width: 240px;
  background: #ffffff;
  border-radius: 0 50px 50px 0;
  top: 3em;
  /*-> Without top AD*/
  /*top: 21.5em; /* -> With top AD*/
  left: -180px;
  transition: left .7s; }
  #languages-nav:hover {
    left: -2.5%; }
    @media only screen and (max-width: 1024px) {
      #languages-nav:hover {
        left: -8.5%; } }
    @media only screen and (max-width: 1024px) {
      #languages-nav:hover {
        left: -9.3%; } }
    @media only screen and (max-width: 768px) {
      #languages-nav:hover {
        left: -11.7%; } }
    @media only screen and (max-width: 620px) {
      #languages-nav:hover {
        left: -16.3%; } }
  #languages-nav:hover span {
    opacity: 1; }
  @media only screen and (max-width: 2080px) {
    #languages-nav {
      left: -8.5%; } }
  @media only screen and (max-width: 1024px) {
    #languages-nav {
      left: -8.5%; } }
  @media only screen and (max-width: 1024px) {
    #languages-nav {
      width: 12.4%;
      height: 2.9vw;
      left: -9.3%; } }
  @media only screen and (max-width: 768px) {
    #languages-nav {
      width: 15.4%;
      height: 3.5vw;
      left: -11.7%; } }
  @media only screen and (max-width: 620px) {
    #languages-nav {
      width: 21.4%;
      height: 4.9vw;
      left: -16.3%;
      top: 4.7em;
      /*-> Without top ad*/
      /*top: 23.2em;/* -> With top AD*/ } }
  @media only screen and (max-width: 420px) {
    #languages-nav {
      /*top: 23.8em; -> With top AD*/
      /*top: 4.7em; -> Without top ad*/ } }
  #languages-nav a#languages-nav-link-mobile {
    display: none;
    position: absolute; }
    @media only screen and (max-width: 1024px) {
      #languages-nav a#languages-nav-link-mobile {
        display: block;
        height: 100%;
        width: 100%; } }
  #languages-nav ul {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0; }
    #languages-nav ul li {
      text-align: center;
      font-size: 0.8vw;
      margin: 3.2% 0 0 0;
      width: 25%; }
      #languages-nav ul li a {
        display: block; }
        #languages-nav ul li a:active {
          color: #ffffff; }
      #languages-nav ul li span {
        display: block;
        width: 50%;
        background: #ffffff;
        padding: 0em 0.2em;
        border-radius: 50px;
        margin: 14px auto;
        color: #4c7188;
        opacity: 0;
        transition: opacity .7s; }
        @media only screen and (max-width: 1024px) {
          #languages-nav ul li span {
            display: none; } }

#close-nav {
  position: absolute;
  right: -24% !important;
  top: -2%;
  height: auto;
  width: 18% !important;
  z-index: 99; }
  #close-nav #close-nav-languages {
    background: none;
    border-radius: 50px;
    padding: 0.3em;
    display: none;
    /*img {
    	opacity: 0;
    	transition: opacity .7s;
    	transition-delay: 2s;
    	//width: 80%;
    }*/ }

@media only screen and (max-width: 1024px) {
  .languages-nav-visible {
    left: -3% !important; } }
@media only screen and (max-width: 768px) {
  .languages-nav-visible {
    left: -3.5% !important; } }
@media only screen and (max-width: 620px) {
  .languages-nav-visible {
    left: -4.5% !important; } }

.languages-clicked-close-on {
  display: block !important;
  /*img {
  		opacity: 1 !important;
  		//transform: rotate(180deg);
  	}*/ }

.hide-link-langues-nav {
  display: none !important; }

.wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none;
  /*&--intro {
  	background: none;
  	padding: 5% 0 0 0;
  }*/ }
  .wrapper--header {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    background-image: url("../img/bg-header-1@2x.jpg");
    background-color: #ffffff;
    background-size: 102%;
    height: 33.4vw;
    max-height: 750px;
    padding: 3% 0;
    z-index: 50;
    border-bottom: 0.75vw solid #bfd5e3;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .wrapper--header {
        background-size: cover;
        height: 42vw; } }
  .wrapper--video {
    background-color: #000000;
    background-image: url("../img/bg-video@2x.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    padding: 3em 0 4em 0; }
  .wrapper--video-2 {
    background-color: #000000;
    background-image: url("../img/bg-video-2@2x.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    border-top: 0.75vw solid #bfd5e3;
    padding: 3em 0 5em 0; }
  .wrapper--explainers {
    background: #000000 url("../img/bg-article@2x.jpg") no-repeat right 23vw;
    background-size: cover;
    border-top: 0.75vw solid #bfd5e3;
    margin-top: 0;
    padding: 0 0 1em 0;
    /*@media only screen and (max-width: 1800px) {
    	background-position: -58vw 23vw;
    }*/ }
  .wrapper--explainers-2 {
    background: #000000 url("../img/bg-explainers-2@2x.jpg") no-repeat top center;
    background-size: cover;
    border-top: 0.75vw solid #bfd5e3;
    margin-top: 0;
    padding: 4em 0 0 0; }
  .wrapper--quizz {
    background: #000000 url("../img/bg-article@2x.jpg") no-repeat right -10vw;
    background-size: cover;
    border-top: 0.75vw solid #bfd5e3;
    margin-top: 0;
    padding: 1em 0 4em 0; }
  .wrapper--competition {
    margin: 0;
    padding: 0; }
  .wrapper--footer-visuals {
    background: #ffffff url("../img/footer-bg@2x.jpg") no-repeat center center;
    background-size: cover;
    border-top: 0.75vw solid #ffffff;
    height: 31.3vw;
    margin: 0;
    padding: 0; }
  .wrapper--article {
    height: auto;
    background: #4c7188; }
    .wrapper--article .wrapper-min, .wrapper--article .wrapper-max {
      padding: 5% 0 0 0; }
  .wrapper--gallery {
    background: none;
    margin: 0; }

.wrapper-max {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 66vw; }
  @media only screen and (max-width: 768px) {
    .wrapper-max {
      width: 75.5%; } }

.video-wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 71.4%; }
  @media only screen and (max-width: 768px) {
    .video-wrapper {
      width: 90% !important; } }

.full-width-wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: none;
  width: 100%; }

.wrapper-min {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  width: 59.5%; }
  @media only screen and (max-width: 1280px) {
    .wrapper-min {
      width: 65.5%; } }
  @media only screen and (max-width: 1024px) {
    .wrapper-min {
      width: 70.5%; } }
  @media only screen and (max-width: 768px) {
    .wrapper-min {
      width: 75.5%; } }

.wrapper-slideshow-video {
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  width: 83.8%; }
  @media only screen and (max-width: 768px) {
    .wrapper-slideshow-video {
      width: 100%; } }

.align-top {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.align-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.column-content {
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: nowrap; }

html {
  scroll-behavior: smooth; }

body {
  background: #000000;
  font-family: "intelone-regular", sans-serif;
  color: #ffffff;
  overflow: hidden; }

a {
  color: #ffffff; }
  a:hover {
    color: #ffffff; }
  a:visited {
    color: #ffffff; }
  a:active, a:focus, a:visited {
    outline: none; }

h1 {
  font-size: 4em;
  color: #ffffff; }

h2 {
  font-size: 3em;
  color: #bfd5e3; }

p {
  font-family: "intelone-bold", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  margin: 0 auto 5%;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 300;
  color: #000000; }
  p b {
    font-weight: 700; }

hr {
  background: #bfd5e3;
  height: .20vw;
  border: 0;
  margin: 2% 0 4.5% 0; }

#header-section {
  position: relative;
  overflow: hidden;
  /*.video {
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	
  	video {
  		position: absolute;
  		left: 0;
  		top: 0;
  		width: 100%;
  		height: 100%;
  		display: block;
  		object-fit: cover;
  	}
  }*/ }
  #header-section span {
    font-family: "intelone-regular", sans-serif;
    color: #ffffff;
    font-size: 0.8vw;
    letter-spacing: 0;
    margin: 0 0 1.5em;
    font-weight: 500; }
    @media only screen and (max-width: 1024px) {
      #header-section span {
        font-size: 1vw;
        margin: 0 0 1em; } }
    @media only screen and (max-width: 768px) {
      #header-section span {
        font-size: 1.5vw; } }
    @media only screen and (max-width: 420px) {
      #header-section span {
        font-size: 2vw; } }
  #header-section .tagline {
    text-align: center;
    font-size: clamp(0.6rem, 1.5vw, 1.7rem); }
  #header-section .wrapper-max {
    height: 85%; }

#main-logo {
  position: relative;
  width: 65%;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    #main-logo {
      width: 60%; } }
  @media only screen and (max-width: 768px) {
    #main-logo {
      width: 60%; } }
  #main-logo.main-logo-FR {
    width: 85%; }
  #main-logo.main-logo-DE {
    width: 95%; }

/*#video-bg {
	z-index: 0;
	position: absolute;
	width: 100.6vw;
}*/
.logo-partner-wrapper {
  width: 100%;
  z-index: 1; }
  .logo-partner-wrapper #partner-logo {
    text-align: center;
    width: 13%; }
    @media only screen and (max-width: 1024px) {
      .logo-partner-wrapper #partner-logo {
        width: 11%; } }
    @media only screen and (max-width: 420px) {
      .logo-partner-wrapper #partner-logo {
        width: 15%; } }

#intro-section {
  text-align: center; }

#video-section {
  text-align: center; }
  #video-section h2 {
    font-family: "intelone-bold", sans-serif;
    font-size: clamp(0.8rem, 2.4vw, 2.2rem);
    color: #ffffff;
    margin: 0 auto 3%;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 600; }
  #video-section p {
    font-family: "intelone-regular", sans-serif;
    font-size: clamp(0.85rem, 1.35vw, 1.5rem);
    color: #ffffff;
    margin: 0 auto 3%;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 100; }
  #video-section .quiz-link {
    background: #8fb2c7;
    position: fixed;
    border-radius: .7vw 0 0 .7vw;
    right: 0 !important;
    left: auto !important;
    top: 35%;
    padding: 1.5% 1%;
    transition: background .5s ease-out;
    width: auto !important;
    z-index: 50;
    box-shadow: #ffffff 0.4vw 0.5vw;
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: transform .6s ease, opacity .6s ease; }
    #video-section .quiz-link.visible {
      transform: translateX(0) translateY(-50%);
      opacity: 1;
      pointer-events: auto; }
    #video-section .quiz-link:hover {
      background: #4c7188; }
    #video-section .quiz-link a {
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #video-section .quiz-link p {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-end;
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-size: clamp(0.6rem, 1.5vw, 1.7rem);
      line-height: 1.4;
      font-family: "intelone-light", sans-serif; }
      #video-section .quiz-link p::after {
        content: url("../img/arrow-1.svg");
        display: block;
        height: 25%;
        width: 25%;
        animation: pulse 1.5s infinite; }

#video-section-2 {
  text-align: center; }
  #video-section-2 h2 {
    font-family: "intelone-bold", sans-serif;
    font-size: clamp(0.8rem, 2.4vw, 2.2rem);
    color: #ffffff;
    margin: 0 auto 3%;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 600; }
  #video-section-2 .slick-dots {
    visibility: visible; }

.slick {
  width: 100%; }

.slick-dots li {
  margin: .3em; }
  @media only screen and (max-width: 768px) {
    .slick-dots li {
      margin: .2em; } }

.slick-dots li {
  width: 1.2vw;
  height: 1.2vw; }
  @media only screen and (max-width: 768px) {
    .slick-dots li {
      width: 1.6vw;
      height: 1.6vw; } }
  @media only screen and (max-width: 420px) {
    .slick-dots li {
      width: 2.2vw;
      height: 2.2vw; } }

.slick-dots li.slick-active button::before {
  opacity: 1; }

.slick-dots li button::before {
  font-size: 1.2vw; }

.slick-dots li button {
  width: 100%;
  height: 100%; }

.slick-dots {
  bottom: -2.5vw;
  visibility: hidden;
  line-height: 0; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots li button::before {
  opacity: 1;
  color: #ffffff;
  transition: color .5s; }

.slick-dots li.slick-active button::before {
  color: #68b4d2;
  transition: color .7s; }

.slick button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.slick .slide-arrow {
  position: absolute;
  bottom: 13vw;
  z-index: 1; }

.slick .prev-arrow {
  width: 4vw;
  height: 7.7vw;
  display: block;
  left: -10%;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .slick .prev-arrow {
      bottom: 19vw; } }
  .slick .prev-arrow:hover > img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(6%) saturate(3950%) hue-rotate(165deg) brightness(87%) contrast(88%); }

.slick .next-arrow {
  width: 4vw;
  height: 7.7vw;
  display: block;
  right: -10%;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .slick .next-arrow {
      bottom: 19vw; } }
  .slick .next-arrow:hover > img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(6%) saturate(3950%) hue-rotate(165deg) brightness(87%) contrast(88%); }

#explainers-section {
  text-align: center;
  /*.wrapper-max {
  	padding: 0 0 2.5em 0;
  }*/ }
  #explainers-section h1 {
    font-size: clamp(0.9rem, 2.6vw, 3.1rem);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 0;
    min-width: 41.5%;
    font-family: "intelone-light", sans-serif;
    font-weight: lighter;
    letter-spacing: 0;
    margin: 0.67em 0 0 0;
    /*&::before {
    	@include line-before-h1(20vw);
    }
    
    &::after {
    	@include line-after-h1(20vw);
    }*/ }
  #explainers-section .card-container {
    width: 100%;
    border-top: #bfd5e3 0.25vw solid;
    padding-top: 6%;
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (max-width: 1024px) {
      #explainers-section .card-container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-content: center; } }
  #explainers-section .card {
    width: 31%;
    text-align: left;
    margin: 0 0 4em 0;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    #explainers-section .card:nth-child(4n+4) {
      margin-right: 0; }
    @media only screen and (max-width: 1280px) {
      #explainers-section .card {
        font-size: 95%; } }
    @media only screen and (max-width: 1024px) {
      #explainers-section .card {
        width: 70%;
        background: #000000;
        margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      #explainers-section .card {
        font-size: 90%;
        width: 80%; } }
    @media only screen and (max-width: 620px) {
      #explainers-section .card {
        font-size: 79%;
        width: 100%; } }
    @media only screen and (max-width: 420px) {
      #explainers-section .card {
        font-size: 70%; } }
    #explainers-section .card h3 {
      font-size: clamp(0.85rem, 2.4vw, 2.2rem);
      line-height: 1.35;
      font-family: "intelone-bold", sans-serif;
      font-weight: 600;
      letter-spacing: 0;
      margin: .9em auto .7em auto;
      flex-grow: 1;
      /*@include MQ-bp-medium-tablet {
      	width: 95%;
      }*/ }
      #explainers-section .card h3 a {
        color: #1f3543;
        transition: all 0.3s ease-out;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
        #explainers-section .card h3 a:hover {
          color: #4c7188; }
    #explainers-section .card p {
      font-family: "intelone-regular", sans-serif;
      font-size: clamp(0.65rem, 1.15vw, 1.3rem);
      color: #1f3543;
      margin: 0 auto 1.2em;
      line-height: 1.35;
      font-weight: 400;
      letter-spacing: 0;
      overflow: hidden;
      border-top: #8fb2c7 0.15vw solid;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
      @media only screen and (max-width: 1024px) {
        #explainers-section .card p {
          width: 95%; } }
    #explainers-section .card .img-article-link {
      background: #000000;
      display: block;
      overflow: hidden;
      width: 100%;
      height: auto;
      /*&:hover img {
      	transform: scale(1.2);
      	opacity: .4;
      	transition: all 3s ease-out;
      }*/ }
      #explainers-section .card .img-article-link img {
        transform: scale(1.01);
        transition: all .5s ease-out; }
      #explainers-section .card .img-article-link--coming-soon::after {
        content: "Coming soon";
        background: #000000;
        font-family: "intelone-light", sans-serif;
        color: #b3c9e4;
        text-transform: uppercase;
        position: absolute;
        font-size: clamp(0.8rem, 2.5vw, 1.4rem);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 28vw;
        width: 100%;
        top: 0;
        left: 0; }
    #explainers-section .card .cta-article {
      background: #68b4d2;
      border-radius: 15vw;
      display: inline-block;
      color: #ffffff;
      text-align: center;
      font-size: clamp(0.75rem, 1.65vw, 1.5rem);
      padding: 0.5em 6%;
      font-family: "intelone-regular", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0;
      position: relative;
      overflow: hidden;
      transition: background .7s;
      transition: color .3s ease-out .3s;
      /*@include MQ-bp-medium-tablet {
      	width: 94%;
      }*/ }
      #explainers-section .card .cta-article:after {
        content: url("../img/cta-arrow.svg");
        width: 2vw;
        height: 2vw;
        display: block;
        position: absolute;
        right: -50%;
        top: 50%;
        margin-top: -1vw;
        z-index: 5;
        transition: right .9s ease-out .5s; }
        @media only screen and (max-width: 768px) {
          #explainers-section .card .cta-article:after {
            display: none; } }
      #explainers-section .card .cta-article:hover {
        cursor: pointer;
        color: #ffffff;
        transition: all .3s ease-out .3s; }
        #explainers-section .card .cta-article:hover:after {
          right: 4%;
          transition: right 1s ease-out .2s; }
      #explainers-section .card .cta-article:hover > .cta-text {
        text-align: left;
        transition: all .3s ease-out .3s; }
      #explainers-section .card .cta-article .background-1 {
        background: #000000;
        border-radius: 15vw;
        display: block;
        height: 100%;
        width: 110%;
        position: absolute;
        margin: -0.5em;
        z-index: 0;
        left: -110%;
        transition: all .25s ease-out .3s; }
      #explainers-section .card .cta-article .background-2 {
        background: #4c7188;
        border-radius: 15vw;
        display: block;
        height: 100%;
        width: 110%;
        position: absolute;
        margin: -0.5em;
        z-index: 1;
        left: -110%;
        transition: all .45s ease-out 0s; }
      #explainers-section .card .cta-article .cta-text {
        position: relative;
        z-index: 2; }
      #explainers-section .card .cta-article:hover .background-1 {
        left: 0;
        transition: all .5s ease-out 0s; }
      #explainers-section .card .cta-article:hover .background-2 {
        left: 0;
        transition: all .7s ease-out .25s; }
    #explainers-section .card--coming-soon::after {
      content: "Coming soon";
      background: #000000;
      font-family: "intelone-light", sans-serif;
      color: #b3c9e4;
      text-transform: uppercase;
      position: absolute;
      font-size: clamp(1.2rem, 2.5vw, 1.4rem);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%; }
    #explainers-section .card--coming-soon h3, #explainers-section .card--coming-soon p, #explainers-section .card--coming-soon .cta-article, #explainers-section .card--coming-soon a, #explainers-section .card--coming-soon img {
      visibility: hidden; }
    #explainers-section .card--fake {
      visibility: hidden; }
    #explainers-section .card .date {
      background: #ffffff;
      font-family: "intelone-bold", sans-serif;
      font-size: clamp(0.7rem, 0.8vw, 0.8rem);
      text-align: center;
      color: #1f3543;
      padding: 1% 0;
      line-height: 1.35;
      font-weight: 300;
      letter-spacing: 0; }
      #explainers-section .card .date strong {
        font-weight: 700; }
    #explainers-section .card .card-content-wrapper--coming-soon .wrapper-max::after {
      content: "Coming soon";
      background: #ffffff;
      font-family: "intelone-light", sans-serif;
      color: #b3c9e4;
      text-transform: uppercase;
      position: absolute;
      font-size: clamp(0.8rem, 2.5vw, 1.4rem);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
    #explainers-section .card .card-content-wrapper--coming-soon .wrapper-max h3, #explainers-section .card .card-content-wrapper--coming-soon .wrapper-max p, #explainers-section .card .card-content-wrapper--coming-soon .wrapper-max .cta-article, #explainers-section .card .card-content-wrapper--coming-soon .wrapper-max a, #explainers-section .card .card-content-wrapper--coming-soon .wrapper-max img {
      visibility: hidden; }
  #explainers-section #highlight-article {
    /*.line-1 {
    	background: $fourth-color;
    	display: block;
    	height: 1.2vw;
    	width: 100%;
    	opacity: .5;
    	position: absolute;
    	top: 0;
    	z-index: 3;
    }
    
    .line-2 {
    	background: $fourth-color;
    	display: block;
    	height: 0.6vw;
    	width: 100%;
    	opacity: 1;
    	position: absolute;
    	top: 1.7vw;
    	z-index: 3;
    }*/ }
    #explainers-section #highlight-article .card {
      background: none;
      width: 100%;
      border: none;
      margin-bottom: -3.5%; }
      @media only screen and (max-width: 1024px) {
        #explainers-section #highlight-article .card {
          margin-bottom: -1.5%; } }
      @media only screen and (max-width: 1024px) {
        #explainers-section #highlight-article .card {
          margin-bottom: 2.5%; } }
      #explainers-section #highlight-article .card .img-article-link {
        border-bottom: 0.6vw solid #bfd5e3; }
        @media only screen and (max-width: 768px) {
          #explainers-section #highlight-article .card .img-article-link {
            border-bottom: 1.1vw solid #bfd5e3; } }
      #explainers-section #highlight-article .card .card-content-wrapper {
        position: relative;
        display: block;
        bottom: 8vw;
        pointer-events: none; }
        #explainers-section #highlight-article .card .card-content-wrapper .wrapper-max {
          text-align: center;
          background: #bfd5e3;
          padding: 4% 5% 0 5%;
          width: 56%; }
          @media only screen and (max-width: 768px) {
            #explainers-section #highlight-article .card .card-content-wrapper .wrapper-max {
              width: 65.5%; } }
          @media only screen and (max-width: 620px) {
            #explainers-section #highlight-article .card .card-content-wrapper .wrapper-max {
              width: 66%; } }
          #explainers-section #highlight-article .card .card-content-wrapper .wrapper-max h3 {
            margin: 0 auto 0.7em auto; }
            #explainers-section #highlight-article .card .card-content-wrapper .wrapper-max h3 a {
              pointer-events: auto; }
          #explainers-section #highlight-article .card .card-content-wrapper .wrapper-max p {
            -webkit-line-clamp: 4;
            padding-top: 1.2em;
            line-height: 1.55;
            width: 100%; }
          #explainers-section #highlight-article .card .card-content-wrapper .wrapper-max .cta-article {
            bottom: 0;
            margin-bottom: -2rem;
            pointer-events: auto; }
            @media only screen and (max-width: 1024px) {
              #explainers-section #highlight-article .card .card-content-wrapper .wrapper-max .cta-article {
                margin-bottom: -1.3rem; } }
    #explainers-section #highlight-article img {
      position: relative;
      z-index: 0; }

#explainers-section-2 {
  text-align: center; }
  #explainers-section-2 .wrapper-max {
    padding: 0; }
  #explainers-section-2 .card-container {
    width: 100%;
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1024px) {
      #explainers-section-2 .card-container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-content: center; } }
  #explainers-section-2 .card {
    width: 30.8%;
    text-align: left;
    margin: 0 0 4em 0;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 1280px) {
      #explainers-section-2 .card {
        font-size: 95%; } }
    @media only screen and (max-width: 1024px) {
      #explainers-section-2 .card {
        width: 70%;
        text-align: center;
        align-items: center; } }
    @media only screen and (max-width: 768px) {
      #explainers-section-2 .card {
        font-size: 90%;
        width: 80%; } }
    @media only screen and (max-width: 620px) {
      #explainers-section-2 .card {
        font-size: 79%;
        width: 100%; } }
    @media only screen and (max-width: 420px) {
      #explainers-section-2 .card {
        font-size: 70%; } }
    #explainers-section-2 .card h3 {
      font-size: clamp(1.05rem, 2.05vw, 1.3rem);
      line-height: 1.3;
      font-family: "intelone-bold", sans-serif;
      letter-spacing: 0;
      text-transform: uppercase;
      margin: .9em auto .7em auto;
      flex-grow: 1; }
      @media only screen and (max-width: 1024px) {
        #explainers-section-2 .card h3 {
          width: 94%; } }
      #explainers-section-2 .card h3 a {
        color: #ffffff;
        transition: all 0.3s ease-out; }
        #explainers-section-2 .card h3 a:hover {
          color: #4c7188; }
    #explainers-section-2 .card p {
      font-family: "intelone-regular", sans-serif;
      font-size: clamp(0.75rem, 1.45vw, 1rem);
      color: #ffffff;
      margin: 0 auto 1.2em;
      line-height: 1.35;
      font-weight: 300;
      letter-spacing: 0;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
      @media only screen and (max-width: 1024px) {
        #explainers-section-2 .card p {
          width: 95%; } }
    #explainers-section-2 .card .img-article-link {
      background: #000000;
      display: block;
      overflow: hidden;
      width: 100%;
      height: auto; }
      #explainers-section-2 .card .img-article-link img {
        transform: scale(1.01);
        transition: all .5s ease-out; }
      #explainers-section-2 .card .img-article-link:hover img {
        transform: scale(1.2);
        transition: all 6s ease-out; }
    #explainers-section-2 .card .cta-article {
      background: #68b4d2;
      border-radius: 15vw;
      display: inline-block;
      color: #ffffff;
      text-align: center;
      font-size: clamp(0.85rem, 1.25vw, 1.5rem);
      padding: 0.5em 6%;
      font-family: "intelone-regular", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0;
      position: relative;
      overflow: hidden;
      transition: background .7s;
      transition: color .3s ease-out .3s; }
      @media only screen and (max-width: 1024px) {
        #explainers-section-2 .card .cta-article {
          padding: 0.5em 10%; } }
      #explainers-section-2 .card .cta-article:after {
        content: url("../img/cta-arrow.svg");
        width: 2vw;
        height: 2vw;
        display: block;
        position: absolute;
        right: -50%;
        top: 50%;
        margin-top: -1vw;
        z-index: 5;
        transition: right .9s ease-out .5s; }
        @media only screen and (max-width: 768px) {
          #explainers-section-2 .card .cta-article:after {
            display: none; } }
      #explainers-section-2 .card .cta-article:hover {
        cursor: pointer;
        color: #ffffff;
        transition: all .3s ease-out .3s; }
        #explainers-section-2 .card .cta-article:hover:after {
          right: 4%;
          transition: right 1s ease-out .2s; }
      #explainers-section-2 .card .cta-article:hover > .cta-text {
        text-align: left;
        transition: all .3s ease-out .3s; }
      #explainers-section-2 .card .cta-article .background-1 {
        background: #000000;
        border-radius: 15vw;
        display: block;
        height: 100%;
        width: 110%;
        position: absolute;
        margin: -0.5em;
        z-index: 0;
        left: -110%;
        transition: all .25s ease-out .3s; }
      #explainers-section-2 .card .cta-article .background-2 {
        background: #4c7188;
        border-radius: 15vw;
        display: block;
        height: 100%;
        width: 110%;
        position: absolute;
        margin: -0.5em;
        z-index: 1;
        left: -110%;
        transition: all .45s ease-out 0s; }
      #explainers-section-2 .card .cta-article .cta-text {
        position: relative;
        z-index: 2; }
      #explainers-section-2 .card .cta-article:hover .background-1 {
        left: 0;
        transition: all .5s ease-out 0s; }
      #explainers-section-2 .card .cta-article:hover .background-2 {
        left: 0;
        transition: all .7s ease-out .25s; }
    #explainers-section-2 .card--coming-soon::after {
      content: "Coming soon";
      background: #000000;
      font-family: "intelone-light", sans-serif;
      color: #4c7188;
      text-transform: uppercase;
      position: absolute;
      font-size: clamp(1.2rem, 2.5vw, 1.4rem);
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%; }
    #explainers-section-2 .card--coming-soon h3, #explainers-section-2 .card--coming-soon p, #explainers-section-2 .card--coming-soon .cta-article, #explainers-section-2 .card--coming-soon a, #explainers-section-2 .card--coming-soon img {
      visibility: hidden; }

#quizz-section {
  text-align: center; }
  #quizz-section h1 {
    font-size: clamp(0.9rem, 2.6vw, 3.1rem);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 0;
    min-width: 41.5%;
    font-family: "intelone-light", sans-serif;
    font-weight: lighter;
    letter-spacing: 0;
    margin: 0.67em 0 0 0; }

#competition-section {
  text-align: center; }
  #competition-section h1 {
    font-size: clamp(0.9rem, 2.6vw, 3.1rem);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 0;
    min-width: 41.5%;
    font-family: "intelone-light", sans-serif;
    font-weight: lighter;
    letter-spacing: 0;
    margin: 0.67em 0 0 0; }
  #competition-section .competition-wrapper {
    background: none; }
    #competition-section .competition-wrapper .wrapper-max {
      padding: 5% 0; }
    #competition-section .competition-wrapper h2 {
      font-family: "intelone-bold", sans-serif;
      font-size: clamp(0.85rem, 2.4vw, 2.2rem);
      color: #ffffff;
      margin: 0 auto 3%;
      line-height: 1.4;
      letter-spacing: 0;
      font-weight: 600; }
    #competition-section .competition-wrapper p {
      font-family: "intelone-regular", sans-serif;
      font-size: clamp(0.65rem, 1.15vw, 1.3rem);
      color: #ffffff;
      margin: 0 auto 6.5%;
      line-height: 1.55;
      font-weight: 400;
      letter-spacing: 0; }
    #competition-section .competition-wrapper .cta-article {
      background: #68b4d2;
      border-radius: 15vw;
      display: inline-block;
      color: #ffffff;
      text-align: center;
      font-size: clamp(0.75rem, 1.65vw, 1.5rem);
      padding: 0.5em 6%;
      font-family: "intelone-regular", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0;
      position: relative;
      overflow: hidden;
      transition: background .7s;
      transition: color .3s ease-out .3s; }
      #competition-section .competition-wrapper .cta-article:after {
        content: url("../img/cta-form.svg");
        width: 2vw;
        height: 2vw;
        display: block;
        position: absolute;
        right: -50%;
        top: 50%;
        margin-top: -1vw;
        z-index: 5;
        transition: right .9s ease-out .5s; }
        @media only screen and (max-width: 768px) {
          #competition-section .competition-wrapper .cta-article:after {
            display: none; } }
      #competition-section .competition-wrapper .cta-article:hover {
        cursor: pointer;
        color: #ffffff;
        transition: all .3s ease-out .3s; }
        #competition-section .competition-wrapper .cta-article:hover:after {
          right: 4%;
          transition: right 1s ease-out .2s; }
      #competition-section .competition-wrapper .cta-article:hover > .cta-text {
        text-align: left;
        transition: all .3s ease-out .3s; }
      #competition-section .competition-wrapper .cta-article .background-1 {
        background: #000000;
        border-radius: 15vw;
        display: block;
        height: 100%;
        width: 110%;
        position: absolute;
        margin: -0.5em;
        z-index: 0;
        left: -110%;
        transition: all .25s ease-out .3s; }
      #competition-section .competition-wrapper .cta-article .background-2 {
        background: #4c7188;
        border-radius: 15vw;
        display: block;
        height: 100%;
        width: 110%;
        position: absolute;
        margin: -0.5em;
        z-index: 1;
        left: -110%;
        transition: all .45s ease-out 0s; }
      #competition-section .competition-wrapper .cta-article .cta-text {
        position: relative;
        z-index: 2; }
      #competition-section .competition-wrapper .cta-article:hover .background-1 {
        left: 0;
        transition: all .5s ease-out 0s; }
      #competition-section .competition-wrapper .cta-article:hover .background-2 {
        left: 0;
        transition: all .7s ease-out .25s; }

#competition-popup-section {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  text-align: center;
  width: 100%;
  position: fixed;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 51; }
  #competition-popup-section .competition-popup-wrapper {
    background: #000000 url("../img/bg-article@2x.jpg") no-repeat right -8vw;
    background-size: cover;
    height: auto; }
    #competition-popup-section .competition-popup-wrapper .box {
      padding: 5%; }
      #competition-popup-section .competition-popup-wrapper .box h2 {
        font-family: "intelone-bold", sans-serif;
        font-size: clamp(0.85rem, 2.4vw, 2.2rem);
        color: #ffffff;
        margin: 0 auto 3%;
        line-height: 1.4;
        letter-spacing: 0;
        font-weight: 600; }
      #competition-popup-section .competition-popup-wrapper .box p {
        font-family: "intelone-regular", sans-serif;
        font-size: clamp(0.65rem, 1.15vw, 1.3rem);
        color: #ffffff;
        margin: 0 auto;
        line-height: 1.55;
        font-weight: 400;
        letter-spacing: 0; }
      #competition-popup-section .competition-popup-wrapper .box .cta-article {
        background: #68b4d2;
        border-radius: 15vw;
        display: inline-block;
        color: #ffffff;
        text-align: center;
        font-size: clamp(0.75rem, 1.65vw, 1.5rem);
        padding: 0.5em 6%;
        font-family: "intelone-regular", sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0;
        position: relative;
        overflow: hidden;
        transition: background .7s;
        transition: color .3s ease-out .3s; }
        #competition-popup-section .competition-popup-wrapper .box .cta-article:after {
          content: url("../img/cta-form.svg");
          width: 2vw;
          height: 2vw;
          display: block;
          position: absolute;
          right: -50%;
          top: 50%;
          margin-top: -1vw;
          z-index: 5;
          transition: right .9s ease-out .5s; }
          @media only screen and (max-width: 768px) {
            #competition-popup-section .competition-popup-wrapper .box .cta-article:after {
              display: none; } }
        #competition-popup-section .competition-popup-wrapper .box .cta-article:hover {
          cursor: pointer;
          color: #ffffff;
          transition: all .3s ease-out .3s; }
          #competition-popup-section .competition-popup-wrapper .box .cta-article:hover:after {
            right: 4%;
            transition: right 1s ease-out .2s; }
        #competition-popup-section .competition-popup-wrapper .box .cta-article:hover > .cta-text {
          text-align: left;
          transition: all .3s ease-out .3s; }
        #competition-popup-section .competition-popup-wrapper .box .cta-article .background-1 {
          background: #000000;
          border-radius: 15vw;
          display: block;
          height: 100%;
          width: 110%;
          position: absolute;
          margin: -0.5em;
          z-index: 0;
          left: -110%;
          transition: all .25s ease-out .3s; }
        #competition-popup-section .competition-popup-wrapper .box .cta-article .background-2 {
          background: #4c7188;
          border-radius: 15vw;
          display: block;
          height: 100%;
          width: 110%;
          position: absolute;
          margin: -0.5em;
          z-index: 1;
          left: -110%;
          transition: all .45s ease-out 0s; }
        #competition-popup-section .competition-popup-wrapper .box .cta-article .cta-text {
          position: relative;
          z-index: 2; }
        #competition-popup-section .competition-popup-wrapper .box .cta-article:hover .background-1 {
          left: 0;
          transition: all .5s ease-out 0s; }
        #competition-popup-section .competition-popup-wrapper .box .cta-article:hover .background-2 {
          left: 0;
          transition: all .7s ease-out .25s; }
      #competition-popup-section .competition-popup-wrapper .box .bt-close {
        width: 2.5vw;
        height: 2.5vw;
        background: #ffffff;
        display: flex;
        border-radius: 50%;
        position: absolute;
        justify-content: center;
        align-items: center;
        right: -1.3vw;
        top: -1.4vw; }
        @media only screen and (max-width: 768px) {
          #competition-popup-section .competition-popup-wrapper .box .bt-close {
            width: 5vw;
            height: 5vw;
            right: -2.8vw;
            top: -2.9vw; } }
        @media only screen and (max-width: 620px) {
          #competition-popup-section .competition-popup-wrapper .box .bt-close {
            width: 8vw;
            height: 8vw;
            right: -4vw;
            top: -4vw; } }
        #competition-popup-section .competition-popup-wrapper .box .bt-close a {
          display: flex;
          width: 90%;
          height: 90%;
          position: relative;
          justify-content: center; }
          #competition-popup-section .competition-popup-wrapper .box .bt-close a:hover img {
            transform: rotate(180deg);
            transition: all 0.3s ease-out; }
          #competition-popup-section .competition-popup-wrapper .box .bt-close a img {
            width: 65%;
            transform: rotate(0deg);
            transition: all 0.3s ease-out; }
        #competition-popup-section .competition-popup-wrapper .box .bt-close--all {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          z-index: 0;
          top: 0;
          cursor: url("../img/close.svg") 10 20, default;
          border-radius: 0;
          background: none; }

#gallery-section {
  text-align: center; }
  #gallery-section h1 {
    font-size: clamp(0.9rem, 2.6vw, 3.1rem);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 0;
    min-width: 41.5%;
    font-family: "intelone-bold", sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0.67em 0 0.5em 0; }
  #gallery-section .wrapper-max {
    border-bottom: #bfd5e3 0.25vw solid;
    margin-bottom: 4%; }
  #gallery-section .slick-gallery {
    margin: 0;
    width: 100%; }
  #gallery-section .slick-slide {
    position: relative; }
  #gallery-section .slick-dots {
    bottom: 1.5vw;
    visibility: visible;
    line-height: 0; }
    @media only screen and (max-width: 620px) {
      #gallery-section .slick-dots {
        width: 97%; } }
  #gallery-section .slick-gallery .slide-arrow {
    position: absolute;
    bottom: 50%;
    margin-bottom: -6.5vw;
    z-index: 1; }
  #gallery-section .slick-gallery .prev-arrow, #gallery-section .slick-gallery .next-arrow {
    background: rgba(76, 113, 136, 0.7);
    border: none;
    display: flex;
    padding: 4%;
    cursor: pointer;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out 0s; }
    #gallery-section .slick-gallery .prev-arrow img, #gallery-section .slick-gallery .next-arrow img {
      width: 2.5vw;
      filter: brightness(0) saturate(100%) invert(84%) sepia(16%) saturate(1685%) hue-rotate(351deg) brightness(107%) contrast(96%);
      transition: all .7s ease-out .3s; }
    #gallery-section .slick-gallery .prev-arrow:hover > img, #gallery-section .slick-gallery .next-arrow:hover > img {
      filter: brightness(0) saturate(100%) invert(98%) sepia(10%) saturate(241%) hue-rotate(281deg) brightness(117%) contrast(100%);
      transition: all .7s ease-out .3s; }
    #gallery-section .slick-gallery .prev-arrow:hover, #gallery-section .slick-gallery .next-arrow:hover {
      background: rgba(191, 213, 227, 0.7);
      transition: all .7s ease-out 0s; }
  #gallery-section .slick-gallery .prev-arrow {
    left: 0; }
  #gallery-section .slick-gallery .next-arrow {
    right: 0; }
  #gallery-section .loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #4c7188;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 10; }
  #gallery-section .loader::after,
  #gallery-section .loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 2vw;
    height: 2vw;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(0, 0);
    background-color: #4c7188;
    border-radius: 50%;
    animation: animloader 1s infinite ease-in-out; }
  #gallery-section .loader::before {
    background-color: #bfd5e3;
    transform: scale(0.5) translate(-7vw, -7vw); }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes animloader {
  50% {
    transform: scale(1) translate(-50%, -50%); } }
.left {
  float: left;
  margin: 0 2.5em 2.5em 0; }
  @media only screen and (max-width: 768px) {
    .left {
      margin: 0 1.5em 1.5em 0; } }
  @media only screen and (max-width: 620px) {
    .left {
      margin: 0.8em 0 2em 0; } }

.right {
  float: right;
  margin: 0 0 2.5em 2.5em; }
  @media only screen and (max-width: 768px) {
    .right {
      margin: 0 0 1.5em 1.5em; } }
  @media only screen and (max-width: 620px) {
    .right {
      margin: 0.8em 0 2em 0; } }

.full-width {
  width: 100% !important;
  margin: 0 0 2.5em 0; }
  @media only screen and (max-width: 768px) {
    .full-width {
      margin: 0 0 1.5em 0; } }
  @media only screen and (max-width: 620px) {
    .full-width {
      margin: 2em 0; } }

.embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .embed iframe, .embed object, .embed embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0; }

#footer-visuals-section .footer-visuals {
  width: 100%; }
  #footer-visuals-section .footer-visuals .footer-visuals-cta {
    font-family: "intelone-light", sans-serif;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 6%;
    transition: background 1s ease-out 0s; }
    #footer-visuals-section .footer-visuals .footer-visuals-cta:hover {
      background: #bfd5e3; }
    #footer-visuals-section .footer-visuals .footer-visuals-cta:hover span {
      background: white;
      color: #ffffff; }
    #footer-visuals-section .footer-visuals .footer-visuals-cta span {
      background: #bfd5e3;
      color: #4c7188;
      font-size: 1.5vw;
      font-weight: 400;
      height: 100%;
      display: inline-block;
      padding: 1.5% 5%;
      transition: background 2s ease-out .2s, color 3s ease-out .3s;
      letter-spacing: 0; }
      @media only screen and (max-width: 768px) {
        #footer-visuals-section .footer-visuals .footer-visuals-cta span {
          font-size: .9em; } }
      @media only screen and (max-width: 620px) {
        #footer-visuals-section .footer-visuals .footer-visuals-cta span {
          font-size: 15px; } }
  #footer-visuals-section .footer-visuals .socials-container {
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    margin: 1.5% auto 0 auto;
    line-height: 0; }
    @media only screen and (max-width: 620px) {
      #footer-visuals-section .footer-visuals .socials-container {
        width: 50%; } }
    @media only screen and (max-width: 420px) {
      #footer-visuals-section .footer-visuals .socials-container {
        width: 60%; } }
    #footer-visuals-section .footer-visuals .socials-container a {
      display: block;
      width: 13%;
      background: #ffffff;
      border-radius: 50%;
      transition: background .5s ease-out .2s; }
      #footer-visuals-section .footer-visuals .socials-container a:hover {
        background: #4c7188; }
      #footer-visuals-section .footer-visuals .socials-container a:hover svg {
        fill: #bfd5e3; }
      #footer-visuals-section .footer-visuals .socials-container a svg {
        fill: #4c7188;
        /*stroke: $third-color;
        stroke-width: 2vw;*/
        width: 100%;
        height: 100%;
        transform: scale(0.95);
        transition: fill .3s ease-out .1s; }

#body-preloader {
  overflow: hidden; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  /* change if the mask should have another color then white */
  z-index: 100;
  /* makes sure it stays on top */ }

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -65px;
  clear: both; }

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.preloader_inner {
  text-align: center;
  font-size: 1.5em; }

.show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease; }

.sp.sp-slices {
  border-radius: 0;
  border-top: 18px white solid;
  border-left: 18px white solid;
  border-bottom: 18px #68b4d2 solid;
  border-right: 18px #bfd5e3 solid;
  border-radius: 100px;
  -webkit-animation: spSlices 1s infinite linear;
  animation: spSlices 1s infinite linear; }

@-webkit-keyframes spSlices {
  0% {
    border-top: 18px white solid;
    border-right: 18px white solid;
    border-bottom: 18px #68b4d2 solid;
    border-left: 18px #bfd5e3 solid; }
  25% {
    border-top: 18px #bfd5e3 solid;
    border-right: 18px white solid;
    border-bottom: 18px white solid;
    border-left: 18px #68b4d2 solid; }
  50% {
    border-top: 18px #68b4d2 solid;
    border-right: 18px #bfd5e3 solid;
    border-bottom: 18px white solid;
    border-left: 18px white solid; }
  75% {
    border-top: 18px white solid;
    border-right: 18px #68b4d2 solid;
    border-bottom: 18px #bfd5e3 solid;
    border-left: 18px white solid; }
  100% {
    border-top: 18px white solid;
    border-right: 18px white solid;
    border-bottom: 18px #68b4d2 solid;
    border-left: 18px #bfd5e3 solid; } }
@keyframes spSlices {
  0% {
    border-top: 18px white solid;
    border-right: 18px white solid;
    border-bottom: 18px #68b4d2 solid;
    border-left: 18px #bfd5e3 solid; }
  25% {
    border-top: 18px #bfd5e3 solid;
    border-right: 18px white solid;
    border-bottom: 18px white solid;
    border-left: 18px #68b4d2 solid; }
  50% {
    border-top: 18px #68b4d2 solid;
    border-right: 18px #bfd5e3 solid;
    border-bottom: 18px white solid;
    border-left: 18px white solid; }
  75% {
    border-top: 18px white solid;
    border-right: 18px #68b4d2 solid;
    border-bottom: 18px #bfd5e3 solid;
    border-left: 18px white solid; }
  100% {
    border-top: 18px white solid;
    border-right: 18px white solid;
    border-bottom: 18px #68b4d2 solid; } }
