@import url("https://use.typekit.net/hzd5wjj.css");
@keyframes show-data {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes hide-data {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes showFromBottom {
  0% {
    bottom: -250px; }
  to {
    bottom: 100px; } }

@keyframes rightToLeft {
  0% {
    right: -100%; }
  to {
    right: 0; } }

@keyframes leftToRight {
  0% {
    left: -100%; }
  to {
    left: 0; } }

@keyframes effect-progressive-bar {
  0% {
    width: 0; }
  to {
    width: 100%; } }

@keyframes opacityOnly {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes jobListingBottomToTop {
  0% {
    padding-top: 3.58vw;
    padding-bottom: 0; }
  to {
    padding-top: 0;
    padding-bottom: 3.58vw; } }

@keyframes jobListingTopToBottom {
  0% {
    padding-top: 0;
    padding-bottom: 3.58vw; }
  to {
    padding-top: 3.58vw;
    padding-bottom: 0; } }

@keyframes show-bubble {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes job-listing-img-1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  23% {
    opacity: 1; }
  33% {
    opacity: 0; } }

@keyframes job-listing-img-2 {
  33% {
    opacity: 0; }
  43% {
    opacity: 1; }
  56% {
    opacity: 1; }
  66% {
    opacity: 0; } }

@keyframes job-listing-img-3 {
  66% {
    opacity: 0; }
  76% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes textAnimationPageTitleH1 {
  0% {
    transform: translateY(140%);
    line-height: 2em; }
  to {
    transform: translateY(0);
    line-height: 1em; } }

@keyframes textAnimationPageTitleH2 {
  0% {
    transform: translateY(140%);
    line-height: 2em; }
  to {
    transform: translateY(0);
    line-height: 1.28em; } }

@keyframes textAnimationPageTitleP {
  0% {
    transform: translateY(calc(140% + 40px));
    line-height: 2em; }
  to {
    transform: translateY(0);
    line-height: 1.5em; } }

@keyframes textAnimationSectionIntroH2 {
  0% {
    transform: translateY(200%); }
  to {
    transform: translateY(0); } }

@keyframes textAnimationSectionIntroH4 {
  0% {
    transform: translateY(200%); }
  to {
    transform: translateY(0); } }

@keyframes textAnimation2ColTextH2 {
  0% {
    transform: translateY(140%);
    line-height: 2em; }
  to {
    transform: translateY(0);
    line-height: 1em; } }

@keyframes textAnimation2ColTextH4 {
  0% {
    transform: translateY(140%);
    line-height: 2em; }
  to {
    transform: translateY(0);
    line-height: 1.3em; } }

@keyframes textAnimationColImgTextH3 {
  0% {
    transform: translateY(200%); }
  to {
    transform: translateY(0); } }

@keyframes textAnimationColImgTextP {
  0% {
    transform: translateY(200%); }
  to {
    transform: translateY(0); } }

@keyframes textAnimationGeneralH1 {
  0% {
    transform: translateY(140%);
    line-height: 2em; }
  to {
    transform: translateY(0);
    line-height: 1.28em; } }

@keyframes textAnimationGeneralH2 {
  0% {
    transform: translateY(200%); }
  to {
    transform: translateY(0); } }

@keyframes textAnimationGeneralH3 {
  0% {
    transform: translateY(140%);
    line-height: 2em; }
  to {
    transform: translateY(0);
    line-height: 1em; } }

@keyframes textAnimationGeneralH4 {
  0% {
    transform: translateY(140%); }
  to {
    transform: translateY(0); } }

@keyframes circleTcAnimation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes effect-home-slider-sm {
  0% {
    opacity: 0;
    bottom: 0; }
  to {
    opacity: 1;
    bottom: -32px; } }

@keyframes effect-home-slider-l {
  0% {
    opacity: 0;
    bottom: 0; }
  to {
    opacity: 1;
    bottom: -3.67vw; } }

@keyframes homeSliderEffect1TranslateLeftToRight {
  0% {
    transform: translateX(-100vw); }
  to {
    transform: translateX(0); } }

@keyframes homeSliderEffect1TranslateRightToLeft {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-100vw); } }

@keyframes homeSliderEffect1ScaleOpacityOn {
  0% {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes homeSliderEffect1ScaleOpacityOff {
  0% {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: 0;
    transform: scale(0); } }

@keyframes homeSliderEffect2TranslateRightToLeft {
  0% {
    transform: translateX(100vw); }
  to {
    transform: translateX(0); } }

html body a.link-btn-style,
html body span.link-btn-style,
html body *.link-btn-style a,
html body button.link-btn-style, .upload-wrapper label {
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid;
  padding: 13px 27px 11px;
  border-radius: 23px;
  transition: all 0.4s ease;
  line-height: 1em;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    html body a.link-btn-style,
    html body span.link-btn-style,
    html body *.link-btn-style a,
    html body button.link-btn-style, .upload-wrapper label {
      font-size: calc(10px + 0.42vw);
      padding: calc(10px + 0.3vw) calc(10px + 1vw) calc(10px + 0.2vw) calc(10px + 1vw);
      border-radius: calc(10px + 1vw)/44%; } }
  @media only screen and (min-width: 1650px) {
    html body a.link-btn-style,
    html body span.link-btn-style,
    html body *.link-btn-style a,
    html body button.link-btn-style, .upload-wrapper label {
      font-size: calc(10px + 0.59vw);
      padding: calc(10px + 0.5vw) calc(10px + 1vw) calc(10px + 0.5vw) calc(10px + 1vw);
      border-radius: calc(10px + 1vw)/44%; } }
  html body a.link-btn-style:after,
  html body span.link-btn-style:after,
  html body *.link-btn-style a:after,
  html body button.link-btn-style:after, .upload-wrapper label:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out; }
  html body a.link-btn-style:hover:after,
  html body span.link-btn-style:hover:after,
  html body *.link-btn-style a:hover:after,
  html body button.link-btn-style:hover:after, .upload-wrapper label:hover:after {
    height: 100%; }
  html body a.link-btn-style .text, html body span.link-btn-style .text, html body *.link-btn-style a .text, html body button.link-btn-style .text, .upload-wrapper label .text {
    position: relative;
    z-index: 2; }

html body a.link-btn-style.btn-large,
html body span.link-btn-style.btn-large,
html body *.link-btn-style a.btn-large,
html body button.link-btn-style.btn-large, html body *.link-btn-style.btn-large a, .upload-wrapper label {
  min-width: 250px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    html body a.link-btn-style.btn-large,
    html body span.link-btn-style.btn-large,
    html body *.link-btn-style a.btn-large,
    html body button.link-btn-style.btn-large, html body *.link-btn-style.btn-large a, .upload-wrapper label {
      min-width: calc(100px + 10vw); } }
  @media only screen and (min-width: 1650px) {
    html body a.link-btn-style.btn-large,
    html body span.link-btn-style.btn-large,
    html body *.link-btn-style a.btn-large,
    html body button.link-btn-style.btn-large, html body *.link-btn-style.btn-large a, .upload-wrapper label {
      min-width: calc(170px + 10vw); } }

html body a.btn-border-white-hover-bg-white,
html body span.btn-border-white-hover-bg-white,
html body *.btn-border-white-hover-bg-white a,
html body button.btn-border-white-hover-bg-white {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent; }
  html body a.btn-border-white-hover-bg-white:hover,
  html body span.btn-border-white-hover-bg-white:hover,
  html body *.btn-border-white-hover-bg-white a:hover,
  html body button.btn-border-white-hover-bg-white:hover {
    color: #272525 !important; }
    html body a.btn-border-white-hover-bg-white:hover svg, html body span.btn-border-white-hover-bg-white:hover svg, html body *.btn-border-white-hover-bg-white a:hover svg, html body button.btn-border-white-hover-bg-white:hover svg, html body a.btn-border-white-hover-bg-white:hover rect, html body span.btn-border-white-hover-bg-white:hover rect, html body *.btn-border-white-hover-bg-white a:hover rect, html body button.btn-border-white-hover-bg-white:hover rect, html body a.btn-border-white-hover-bg-white:hover path, html body span.btn-border-white-hover-bg-white:hover path, html body *.btn-border-white-hover-bg-white a:hover path, html body button.btn-border-white-hover-bg-white:hover path {
      fill: #272525 !important; }
  html body a.btn-border-white-hover-bg-white:after,
  html body span.btn-border-white-hover-bg-white:after,
  html body *.btn-border-white-hover-bg-white a:after,
  html body button.btn-border-white-hover-bg-white:after {
    background: #ffffff !important; }

html body a.btn-border-black-hover-bg-black,
html body span.btn-border-black-hover-bg-black,
html body *.btn-border-black-hover-bg-black a,
html body button.btn-border-black-hover-bg-black, .upload-wrapper label {
  color: #272525;
  border-color: #272525;
  background: transparent; }
  html body a.btn-border-black-hover-bg-black:hover,
  html body span.btn-border-black-hover-bg-black:hover,
  html body *.btn-border-black-hover-bg-black a:hover,
  html body button.btn-border-black-hover-bg-black:hover, .upload-wrapper label:hover {
    color: #ffffff !important; }
    html body a.btn-border-black-hover-bg-black:hover svg, html body span.btn-border-black-hover-bg-black:hover svg, html body *.btn-border-black-hover-bg-black a:hover svg, html body button.btn-border-black-hover-bg-black:hover svg, .upload-wrapper label:hover svg, html body a.btn-border-black-hover-bg-black:hover rect, html body span.btn-border-black-hover-bg-black:hover rect, html body *.btn-border-black-hover-bg-black a:hover rect, html body button.btn-border-black-hover-bg-black:hover rect, .upload-wrapper label:hover rect, html body a.btn-border-black-hover-bg-black:hover path, html body span.btn-border-black-hover-bg-black:hover path, html body *.btn-border-black-hover-bg-black a:hover path, html body button.btn-border-black-hover-bg-black:hover path, .upload-wrapper label:hover path {
      fill: #ffffff !important; }
  html body a.btn-border-black-hover-bg-black:after,
  html body span.btn-border-black-hover-bg-black:after,
  html body *.btn-border-black-hover-bg-black a:after,
  html body button.btn-border-black-hover-bg-black:after, .upload-wrapper label:after {
    background: #272525 !important; }

html body a.btn-bg-white-hover-border-white,
html body span.btn-bg-white-hover-border-white,
html body *.btn-bg-white-hover-border-white a,
html body button.btn-bg-white-hover-border-white {
  color: #272525;
  border-color: #ffffff;
  background: #ffffff; }
  html body a.btn-bg-white-hover-border-white svg, html body span.btn-bg-white-hover-border-white svg, html body *.btn-bg-white-hover-border-white a svg, html body button.btn-bg-white-hover-border-white svg, html body a.btn-bg-white-hover-border-white rect, html body span.btn-bg-white-hover-border-white rect, html body *.btn-bg-white-hover-border-white a rect, html body button.btn-bg-white-hover-border-white rect, html body a.btn-bg-white-hover-border-white path, html body span.btn-bg-white-hover-border-white path, html body *.btn-bg-white-hover-border-white a path, html body button.btn-bg-white-hover-border-white path {
    fill: #272525 !important; }
  html body a.btn-bg-white-hover-border-white:hover,
  html body span.btn-bg-white-hover-border-white:hover,
  html body *.btn-bg-white-hover-border-white a:hover,
  html body button.btn-bg-white-hover-border-white:hover {
    color: #ffffff !important;
    border-color: #ffffff !important; }
    html body a.btn-bg-white-hover-border-white:hover svg, html body span.btn-bg-white-hover-border-white:hover svg, html body *.btn-bg-white-hover-border-white a:hover svg, html body button.btn-bg-white-hover-border-white:hover svg, html body a.btn-bg-white-hover-border-white:hover rect, html body span.btn-bg-white-hover-border-white:hover rect, html body *.btn-bg-white-hover-border-white a:hover rect, html body button.btn-bg-white-hover-border-white:hover rect, html body a.btn-bg-white-hover-border-white:hover path, html body span.btn-bg-white-hover-border-white:hover path, html body *.btn-bg-white-hover-border-white a:hover path, html body button.btn-bg-white-hover-border-white:hover path {
      fill: #ffffff !important; }
  html body a.btn-bg-white-hover-border-white:after,
  html body span.btn-bg-white-hover-border-white:after,
  html body *.btn-bg-white-hover-border-white a:after,
  html body button.btn-bg-white-hover-border-white:after {
    background: #272525 !important; }

html body a.btn-bg-black-hover-border-black,
html body span.btn-bg-black-hover-border-black,
html body *.btn-bg-black-hover-border-black a,
html body button.btn-bg-black-hover-border-black {
  color: #ffffff;
  border-color: #272525;
  background: #272525; }
  html body a.btn-bg-black-hover-border-black svg, html body span.btn-bg-black-hover-border-black svg, html body *.btn-bg-black-hover-border-black a svg, html body button.btn-bg-black-hover-border-black svg, html body a.btn-bg-black-hover-border-black rect, html body span.btn-bg-black-hover-border-black rect, html body *.btn-bg-black-hover-border-black a rect, html body button.btn-bg-black-hover-border-black rect, html body a.btn-bg-black-hover-border-black path, html body span.btn-bg-black-hover-border-black path, html body *.btn-bg-black-hover-border-black a path, html body button.btn-bg-black-hover-border-black path {
    fill: #ffffff !important; }
  html body a.btn-bg-black-hover-border-black:hover,
  html body span.btn-bg-black-hover-border-black:hover,
  html body *.btn-bg-black-hover-border-black a:hover,
  html body button.btn-bg-black-hover-border-black:hover {
    color: #272525 !important;
    border-color: #272525 !important; }
    html body a.btn-bg-black-hover-border-black:hover svg, html body span.btn-bg-black-hover-border-black:hover svg, html body *.btn-bg-black-hover-border-black a:hover svg, html body button.btn-bg-black-hover-border-black:hover svg, html body a.btn-bg-black-hover-border-black:hover rect, html body span.btn-bg-black-hover-border-black:hover rect, html body *.btn-bg-black-hover-border-black a:hover rect, html body button.btn-bg-black-hover-border-black:hover rect, html body a.btn-bg-black-hover-border-black:hover path, html body span.btn-bg-black-hover-border-black:hover path, html body *.btn-bg-black-hover-border-black a:hover path, html body button.btn-bg-black-hover-border-black:hover path {
      fill: #272525 !important; }
  html body a.btn-bg-black-hover-border-black:after,
  html body span.btn-bg-black-hover-border-black:after,
  html body *.btn-bg-black-hover-border-black a:after,
  html body button.btn-bg-black-hover-border-black:after {
    background: #ffffff !important; }

html body a.link-btn-style.with-arrow,
html body span.link-btn-style.with-arrow,
html body *.link-btn-style a.with-arrow,
html body button.link-btn-style.with-arrow, html body *.link-btn-style.with-arrow a, .upload-wrapper label {
  position: relative; }
  html body a.link-btn-style.with-arrow svg, html body span.link-btn-style.with-arrow svg, html body *.link-btn-style a.with-arrow svg, html body button.link-btn-style.with-arrow svg, html body *.link-btn-style.with-arrow a svg, .upload-wrapper label svg {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(20px * 0.45);
    height: calc(32.43px * 0.45);
    z-index: 2; }
    @media only screen and (min-width: 1024px) {
      html body a.link-btn-style.with-arrow svg, html body span.link-btn-style.with-arrow svg, html body *.link-btn-style a.with-arrow svg, html body button.link-btn-style.with-arrow svg, html body *.link-btn-style.with-arrow a svg, .upload-wrapper label svg {
        width: 1em;
        height: 1em; } }
    html body a.link-btn-style.with-arrow svg path, html body span.link-btn-style.with-arrow svg path, html body *.link-btn-style a.with-arrow svg path, html body button.link-btn-style.with-arrow svg path, html body *.link-btn-style.with-arrow a svg path, .upload-wrapper label svg path {
      transition: fill 0.4s; }

html body a.link-btn-style.left-arrow,
html body span.link-btn-style.left-arrow,
html body *.link-btn-style a.left-arrow,
html body button.link-btn-style.left-arrow, html body *.link-btn-style.left-arrow:not(.btn-large) a {
  padding-left: 60px;
  text-align: right; }
  @media only screen and (min-width: 1024px) {
    html body a.link-btn-style.left-arrow,
    html body span.link-btn-style.left-arrow,
    html body *.link-btn-style a.left-arrow,
    html body button.link-btn-style.left-arrow, html body *.link-btn-style.left-arrow:not(.btn-large) a {
      padding-left: 3.5em;
      min-width: 16vw; } }
  @media only screen and (min-width: 1480px) {
    html body a.link-btn-style.left-arrow,
    html body span.link-btn-style.left-arrow,
    html body *.link-btn-style a.left-arrow,
    html body button.link-btn-style.left-arrow, html body *.link-btn-style.left-arrow:not(.btn-large) a {
      min-width: 12vw; } }
  html body a.link-btn-style.left-arrow svg, html body span.link-btn-style.left-arrow svg, html body *.link-btn-style a.left-arrow svg, html body button.link-btn-style.left-arrow svg, html body *.link-btn-style.left-arrow:not(.btn-large) a svg {
    left: 1.2em; }

html body a.link-btn-style.right-arrow,
html body span.link-btn-style.right-arrow,
html body *.link-btn-style a.right-arrow,
html body button.link-btn-style.right-arrow, html body *.link-btn-style.right-arrow:not(.btn-large) a, .upload-wrapper label {
  padding-right: 60px;
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    html body a.link-btn-style.right-arrow,
    html body span.link-btn-style.right-arrow,
    html body *.link-btn-style a.right-arrow,
    html body button.link-btn-style.right-arrow, html body *.link-btn-style.right-arrow:not(.btn-large) a, .upload-wrapper label {
      padding-right: 3.5em;
      min-width: 16vw; } }
  @media only screen and (min-width: 1480px) {
    html body a.link-btn-style.right-arrow,
    html body span.link-btn-style.right-arrow,
    html body *.link-btn-style a.right-arrow,
    html body button.link-btn-style.right-arrow, html body *.link-btn-style.right-arrow:not(.btn-large) a, .upload-wrapper label {
      min-width: 12vw; } }
  html body a.link-btn-style.right-arrow svg, html body span.link-btn-style.right-arrow svg, html body *.link-btn-style a.right-arrow svg, html body button.link-btn-style.right-arrow svg, html body *.link-btn-style.right-arrow:not(.btn-large) a svg, .upload-wrapper label svg {
    right: 1.2em;
    transform: translateY(-50%) rotate(180deg); }

html body a.link-btn-style.left-arrow.btn-large,
html body span.link-btn-style.left-arrow.btn-large,
html body *.link-btn-style a.left-arrow.btn-large,
html body button.link-btn-style.left-arrow.btn-large, html body *.link-btn-style.left-arrow.btn-large a {
  padding-left: 60px; }
  @media only screen and (min-width: 1024px) {
    html body a.link-btn-style.left-arrow.btn-large,
    html body span.link-btn-style.left-arrow.btn-large,
    html body *.link-btn-style a.left-arrow.btn-large,
    html body button.link-btn-style.left-arrow.btn-large, html body *.link-btn-style.left-arrow.btn-large a {
      padding-left: 3.5em; } }
  html body a.link-btn-style.left-arrow.btn-large svg, html body span.link-btn-style.left-arrow.btn-large svg, html body *.link-btn-style a.left-arrow.btn-large svg, html body button.link-btn-style.left-arrow.btn-large svg, html body *.link-btn-style.left-arrow.btn-large a svg {
    left: 1.2em; }

html body a.link-btn-style.right-arrow.btn-large,
html body span.link-btn-style.right-arrow.btn-large,
html body *.link-btn-style a.right-arrow.btn-large,
html body button.link-btn-style.right-arrow.btn-large, html body *.link-btn-style.right-arrow.btn-large a {
  padding-right: 60px; }
  @media only screen and (min-width: 1024px) {
    html body a.link-btn-style.right-arrow.btn-large,
    html body span.link-btn-style.right-arrow.btn-large,
    html body *.link-btn-style a.right-arrow.btn-large,
    html body button.link-btn-style.right-arrow.btn-large, html body *.link-btn-style.right-arrow.btn-large a {
      padding-right: 3.5em; } }
  html body a.link-btn-style.right-arrow.btn-large svg, html body span.link-btn-style.right-arrow.btn-large svg, html body *.link-btn-style a.right-arrow.btn-large svg, html body button.link-btn-style.right-arrow.btn-large svg, html body *.link-btn-style.right-arrow.btn-large a svg {
    right: 1.2em;
    transform: translateY(-50%) rotate(180deg); }

body header.site-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: top 0.4s ease, background 0.6s ease, border 0.6s ease;
  background: #ffffff; }
  body header.site-menu .navbar-toggle {
    margin: 0;
    padding: 0;
    border: none;
    width: 54px;
    height: 54px;
    background-color: #272525;
    border-radius: 50%;
    float: none; }
    body header.site-menu .navbar-toggle.btn-hide {
      display: none !important; }
    body header.site-menu .navbar-toggle:hover, body header.site-menu .navbar-toggle:focus {
      background-color: #4e4a4a; }
  body header.site-menu #nav-icon {
    width: 54px;
    height: 54px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer; }
    body header.site-menu #nav-icon span {
      display: block;
      position: absolute;
      height: 5px;
      width: 5px;
      background: #ffffff;
      opacity: 1;
      left: 50%;
      margin-left: -2.5px;
      border-radius: 50%;
      transform: translateX(0);
      transition: .25s ease-in-out; }
      body header.site-menu #nav-icon span:nth-child(1) {
        top: 18px; }
      body header.site-menu #nav-icon span:nth-child(2) {
        top: 18px; }
      body header.site-menu #nav-icon span:nth-child(3) {
        top: 25px; }
      body header.site-menu #nav-icon span:nth-child(4) {
        top: 33px; }
      body header.site-menu #nav-icon span:nth-child(5) {
        top: 33px; }
    body header.site-menu #nav-icon.nav-icon-hide {
      display: none; }
  @media (min-width: 601px) and (max-width: 1023px) {
    body header.site-menu .navbar-nav {
      max-width: 50vw; } }
  @media (max-width: 1023px) {
    body header.site-menu .navbar-header {
      float: none !important;
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      font-size: 0; }
    body header.site-menu .navbar-left, body header.site-menu .navbar-right {
      float: none !important; }
    body header.site-menu .navbar-toggle {
      display: inline-block !important;
      vertical-align: middle; }
    body header.site-menu .navbar-fixed-top {
      top: 0 !important; }
    body header.site-menu .navbar-collapse.collapse,
    body header.site-menu .navbar-collapse.collapsing {
      display: block !important;
      width: 100%;
      padding: 0;
      border: none;
      box-shadow: none;
      top: 84px;
      height: calc(100% - 84px) !important;
      z-index: 9999;
      left: 0;
      right: inherit;
      position: fixed;
      transform: translateX(-100%);
      transition: opacity .2s linear,transform .2s ease-in-out;
      opacity: 0;
      margin: 0;
      text-align: left;
      overflow: auto !important; }
    body header.site-menu .navbar-nav, body header.site-menu .navbar-nav.navbar-top, body header.site-menu .navbar-nav.navbar-left, body header.site-menu .navbar-nav.navbar-right {
      float: none !important; }
    body header.site-menu .navbar-nav {
      margin: 0;
      width: 100%;
      display: inline-block;
      background-color: #ffffff;
      text-align: left;
      min-height: calc(100vh - 84px);
      position: relative;
      padding-bottom: 20px;
      padding-top: 33px;
      max-width: 375px; }
      body header.site-menu .navbar-nav .inner-layout {
        padding: 0 20px !important; }
    body header.site-menu .navbar-nav > li {
      float: none !important; }
    body header.site-menu .navbar-collapse.collapse.in {
      opacity: 1;
      transform: translateX(0); } }
  body header.site-menu .wrapper-logo-mobile {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 54px); }
    @media only screen and (min-width: 1024px) {
      body header.site-menu .wrapper-logo-mobile {
        display: none; } }
    body header.site-menu .wrapper-logo-mobile a {
      display: block; }
    body header.site-menu .wrapper-logo-mobile img {
      width: 185px;
      height: auto; }
  body header.site-menu .wrapper-logo-desktop {
    display: none; }
    @media only screen and (min-width: 1024px) {
      body header.site-menu .wrapper-logo-desktop {
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
        body header.site-menu .wrapper-logo-desktop a {
          display: block; }
          body header.site-menu .wrapper-logo-desktop a img {
            margin-top: -0.29vw; } }
  body header.site-menu .navbar-default {
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    z-index: 10000;
    min-height: initial; }
    body header.site-menu .navbar-default ul {
      margin-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    body header.site-menu .navbar-default div[class^="menu-menu-principal-"] {
      display: inline-block;
      vertical-align: middle; } }
  body header.site-menu .navbar-header {
    padding: 0 20px; }
  @media only screen and (min-width: 1024px) {
    body header.site-menu .navbar-collapse {
      height: auto !important;
      padding: 0 !important; } }
  @media only screen and (min-width: 1024px) {
    body header.site-menu .navbar-collapse.collapse {
      padding: 0 0; } }
  body header.site-menu .menu > li {
    list-style: none; }
    @media only screen and (min-width: 1024px) {
      body header.site-menu .menu > li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
        padding: 5px 1.21vw 5px 0.79vw; }
        body header.site-menu .menu > li:before {
          content: '';
          display: block;
          width: 0.42vw;
          height: 0.42vw;
          background-color: #272525;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -0.21vw; }
        body header.site-menu .menu > li:last-child:before {
          display: none; } }
    body header.site-menu .menu > li a {
      color: #272525;
      font-size: calc(10px + 0.42vw);
      padding: 0;
      font-weight: 700;
      text-transform: uppercase;
      transition: color .2s ease;
      display: block;
      line-height: 1;
      position: relative; }
      body header.site-menu .menu > li a .hide-text {
        display: none; }
      @media only screen and (max-width: 1023px) {
        body header.site-menu .menu > li a {
          font-size: 24px;
          padding: 12px 0; } }
      @media only screen and (min-width: 1024px) {
        body header.site-menu .menu > li a {
          border: none; }
          body header.site-menu .menu > li a .hide-text {
            display: block;
            transform: translate3d(0px, -360%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-15deg) skew(0deg, 0deg);
            transform-style: preserve-3d;
            position: absolute; }
          body header.site-menu .menu > li a .main-text {
            display: block;
            transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            transform-style: preserve-3d; }
          body header.site-menu .menu > li a:before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -5px;
            width: 0;
            height: 1px;
            background: #272525;
            transition: all 0.45s; }
          body header.site-menu .menu > li a:hover .hide-text {
            transform: translate3d(0px, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            transform-style: preserve-3d;
            top: 0;
            transition: all 0.4s ease; }
          body header.site-menu .menu > li a:hover .main-text {
            transform: translate3d(0px, 360%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-15deg) skew(0deg, 0deg);
            transform-style: preserve-3d;
            transition: all 0.4s ease; }
          body header.site-menu .menu > li a:hover:before {
            width: 100%;
            left: 0; } }
  @media only screen and (max-width: 1023px) {
    body header.site-menu .wrapper-main-menu .menu > li:first-child a {
      border-top: none; } }
  body header.site-menu .wrapper-language-menu {
    padding-left: 1.5vw; }
    @media only screen and (max-width: 1023px) {
      body header.site-menu .wrapper-language-menu {
        display: none; } }
    body header.site-menu .wrapper-language-menu .wpml-ls-legacy-list-horizontal {
      border: none;
      padding: 0; }
    @media only screen and (min-width: 1024px) {
      body header.site-menu .wrapper-language-menu {
        display: inline-block;
        vertical-align: middle; } }
    body header.site-menu .wrapper-language-menu .wrapper-select {
      position: relative;
      background-color: #272525;
      width: calc(10px + 2.5vw);
      height: calc(10px + 2.5vw);
      border-radius: 100px; }
      body header.site-menu .wrapper-language-menu .wrapper-select ul {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(10px + 2.5vw);
        border-radius: 100px;
        overflow: hidden; }
        body header.site-menu .wrapper-language-menu .wrapper-select ul li {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.4s ease; }
          body header.site-menu .wrapper-language-menu .wrapper-select ul li.current {
            max-height: 100px; }
          body header.site-menu .wrapper-language-menu .wrapper-select ul li a {
            background-color: #272525;
            color: #ffffff;
            width: calc(10px + 2.5vw);
            height: calc(10px + 2.5vw);
            font-size: calc(10px + 0.59vw);
            padding: 0;
            font-weight: 700;
            display: block;
            transition: all 0.2s ease;
            text-align: center;
            line-height: calc(10px + 2.5vw); }
            body header.site-menu .wrapper-language-menu .wrapper-select ul li a:hover {
              color: #d9d9d9; }
      body header.site-menu .wrapper-language-menu .wrapper-select:hover ul li {
        max-height: 100px; }
  @media only screen and (min-width: 1024px) {
    body header.site-menu .navbar-nav {
      float: none;
      border-bottom: 2px solid #272525; }
      body header.site-menu .navbar-nav .layout {
        overflow: initial; }
      body header.site-menu .navbar-nav .layout .inner-layout {
        max-width: none;
        font-size: 0;
        padding: 2.5vw 2.5vw 2.25vw;
        transition: all 0.4s ease; }
    body header.site-menu .left,
    body header.site-menu .right {
      display: inline-block;
      vertical-align: middle; }
    body header.site-menu .left {
      width: 15.8vw; }
    body header.site-menu .right {
      width: calc(100% - 15.8vw);
      text-align: right; }
    body header.site-menu .wrapper-main-menu,
    body header.site-menu .wrapper-language-menu {
      display: inline-block;
      vertical-align: middle; } }

body.mobile-nav-is-open header.site-menu #nav-icon span:nth-child(1) {
  transform: translateX(-4px); }

body.mobile-nav-is-open header.site-menu #nav-icon span:nth-child(2) {
  transform: translateX(4px); }

body.mobile-nav-is-open header.site-menu #nav-icon span:nth-child(4) {
  transform: translateX(-4px); }

body.mobile-nav-is-open header.site-menu #nav-icon span:nth-child(5) {
  transform: translateX(4px); }

.wrapper-social-media-mobile {
  padding-top: 33px; }

.wrapper-languages-mobile {
  padding-top: 40px; }

.wrapper-social-media-mobile,
.wrapper-languages-mobile {
  display: block; }
  @media only screen and (min-width: 1024px) {
    .wrapper-social-media-mobile,
    .wrapper-languages-mobile {
      display: none; } }
  .wrapper-social-media-mobile h3,
  .wrapper-languages-mobile h3 {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 0; }
  .wrapper-social-media-mobile ul,
  .wrapper-languages-mobile ul {
    padding: 0;
    margin: 0; }
  .wrapper-social-media-mobile li,
  .wrapper-languages-mobile li {
    padding: 0;
    margin: 0;
    list-style: none; }
    .wrapper-social-media-mobile li a,
    .wrapper-languages-mobile li a {
      font-size: 15px;
      font-weight: 400;
      line-height: 1;
      padding: 8px 0; }

body.home-page.on-scroll-down header.site-menu, body.home-page.on-scroll-up header.site-menu {
  background: #ffffff; }
  body.home-page.on-scroll-down header.site-menu .navbar-nav, body.home-page.on-scroll-up header.site-menu .navbar-nav {
    border-bottom: 2px solid #272525; }
    @media only screen and (min-width: 1024px) {
      body.home-page.on-scroll-down header.site-menu .navbar-nav .layout .inner-layout, body.home-page.on-scroll-up header.site-menu .navbar-nav .layout .inner-layout {
        padding: 0.75vw 2.5vw 1.125vw; } }

body.home-page header.site-menu {
  background: transparent; }
  body.home-page header.site-menu .navbar-nav {
    border-bottom: 2px solid transparent; }

body.home-page.mobile-nav-is-open header.site-menu {
  background: #ffffff; }

@media only screen and (min-width: 1024px) {
  body.on-scroll-down header.site-menu .navbar-nav .layout .inner-layout, body.on-scroll-up header.site-menu .navbar-nav .layout .inner-layout {
    padding: 0.75vw 2.5vw 1.125vw; } }

html body .footer-circle-tc {
  position: relative;
  z-index: 26;
  height: 0;
  overflow: visible; }
  html body .footer-circle-tc .wrapper-circle-tc {
    display: block;
    width: 124.85px;
    height: 126.8px;
    position: relative;
    transform: translateY(-50%); }
    @media only screen and (min-width: 1024px) {
      html body .footer-circle-tc .wrapper-circle-tc {
        width: 11.32vw;
        height: 11.495vw; } }
  html body .footer-circle-tc .background-circle {
    display: block;
    width: 124.85px;
    height: 126.8px;
    position: relative;
    animation: circleTcAnimation 10s linear infinite; }
    @media only screen and (min-width: 1024px) {
      html body .footer-circle-tc .background-circle {
        width: 11.32vw;
        height: 11.495vw; } }
  html body .footer-circle-tc .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute; }
    @media only screen and (min-width: 1024px) {
      html body .footer-circle-tc .circle {
        width: 8.96vw;
        height: 8.96vw; } }
    html body .footer-circle-tc .circle img {
      width: 100%; }
    html body .footer-circle-tc .circle.yellow-circle {
      z-index: 3;
      top: 5px;
      left: 5px; }
      @media only screen and (min-width: 1024px) {
        html body .footer-circle-tc .circle.yellow-circle {
          top: 0.42vw;
          left: 0.5vw; } }
    html body .footer-circle-tc .circle.pink-circle {
      z-index: 2;
      top: 11px;
      right: 1px; }
      @media only screen and (min-width: 1024px) {
        html body .footer-circle-tc .circle.pink-circle {
          top: 1vw;
          right: 0.17vw; } }
    html body .footer-circle-tc .circle.blue-circle {
      z-index: 1;
      left: 5px;
      bottom: 3px; }
      @media only screen and (min-width: 1024px) {
        html body .footer-circle-tc .circle.blue-circle {
          left: 0.5vw;
          bottom: 0.33vw; } }
    html body .footer-circle-tc .circle.black-circle {
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 4; }
    html body .footer-circle-tc .circle .wrapper-text {
      width: 100%;
      max-width: 82px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        html body .footer-circle-tc .circle .wrapper-text {
          max-width: 7.92vw; } }
    html body .footer-circle-tc .circle .text {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 14px;
      text-align: left;
      line-height: .92em; }
      html body .footer-circle-tc .circle .text img {
        max-height: 13px;
        width: auto;
        margin-bottom: 3px; }
        @media only screen and (min-width: 1024px) {
          html body .footer-circle-tc .circle .text img {
            height: calc(10px + 0.29vw);
            max-height: initial; } }
        @media only screen and (min-width: 1650px) {
          html body .footer-circle-tc .circle .text img {
            height: calc(10px + 0.39vw); } }
      @media only screen and (min-width: 1024px) {
        html body .footer-circle-tc .circle .text {
          font-size: calc(10px + 0.39vw);
          line-height: 1em; } }
      @media only screen and (min-width: 1650px) {
        html body .footer-circle-tc .circle .text {
          font-size: calc(10px + 0.49vw); } }

html body footer {
  background-color: #272525;
  padding: 102px 30px 37px;
  /*&:before {
    content: '';
    display: block;
    width: 124.85px;
    height: 126.8px;
    background: url('../../assets/images/footer-tc-signature.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    @include translate(-50%, -50%);
    @media only screen and (min-width: 1024px) {
      width: 11.32vw;
      height: 11.495vw;
    }
  }*/ }
  @media only screen and (min-width: 1024px) {
    html body footer {
      padding: 8.75vw 3.43vw 4.04vw;
      position: sticky;
      bottom: 0;
      z-index: 0; } }
  html body footer .wrapper-text-and-link .footer-logo {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 46px; }
    @media only screen and (min-width: 1024px) {
      html body footer .wrapper-text-and-link .footer-logo {
        width: 14vw;
        padding-bottom: 3.92vw; } }
  html body footer .wrapper-text-and-link p {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 46px;
    margin: 0 auto;
    max-width: 520px; }
    @media only screen and (min-width: 1024px) {
      html body footer .wrapper-text-and-link p {
        max-width: 50.5vw;
        padding-bottom: 3.92vw;
        font-size: calc(10px + 0.59vw); } }
    @media only screen and (min-width: 1380px) {
      html body footer .wrapper-text-and-link p {
        max-width: 32.58vw; } }
  html body footer .wrapper-text-and-link p.link-btn-style {
    padding-bottom: 57px; }
    @media only screen and (min-width: 1024px) {
      html body footer .wrapper-text-and-link p.link-btn-style {
        padding-bottom: 4.54vw; } }
  html body footer .wrapper-cols {
    text-align: center;
    font-size: 0; }
    @media only screen and (min-width: 1024px) {
      html body footer .wrapper-cols {
        width: 72.5vw;
        margin: 0 auto; } }
    html body footer .wrapper-cols .col-single {
      padding-bottom: 45px; }
      @media only screen and (min-width: 768px) {
        html body footer .wrapper-cols .col-single {
          text-align: center;
          width: calc(100% / 3);
          display: inline-block;
          vertical-align: top;
          padding-bottom: 0; }
          html body footer .wrapper-cols .col-single.col-2 .col-inner {
            padding-left: 1.625vw; }
          html body footer .wrapper-cols .col-single .col-inner {
            display: inline-block;
            text-align: left; } }
    html body footer .wrapper-cols ul {
      margin-bottom: 0; }
    html body footer .wrapper-cols h3, html body footer .wrapper-cols li, html body footer .wrapper-cols a {
      font-size: 15px;
      line-height: 1em; }
    html body footer .wrapper-cols h3 {
      font-weight: 900;
      color: #ffffff;
      padding-bottom: 15px;
      margin-bottom: 0; }
      @media only screen and (min-width: 1024px) {
        html body footer .wrapper-cols h3 {
          font-size: calc(10px + 0.59vw); } }
    html body footer .wrapper-cols a {
      color: #CCCCCC;
      font-weight: 400;
      padding-bottom: 15px;
      margin-bottom: 0;
      transition: color 0.2s; }
      @media only screen and (min-width: 1024px) {
        html body footer .wrapper-cols a {
          font-size: calc(10px + 0.59vw); } }
    html body footer .wrapper-cols a:hover {
      color: #fff; }
    html body footer .wrapper-cols ul li:last-child a {
      padding-bottom: 0; }
  html body footer .wrapper-legal-notices {
    padding-top: 63px;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      html body footer .wrapper-legal-notices {
        padding-top: 2.75vw; } }
    html body footer .wrapper-legal-notices .privacy-policy {
      padding-bottom: 7px;
      margin-bottom: 0; }
      html body footer .wrapper-legal-notices .privacy-policy a {
        color: #CCCCCC;
        font-size: 14px;
        font-weight: 400;
        transition: color 0.2s; }
        @media only screen and (min-width: 1024px) {
          html body footer .wrapper-legal-notices .privacy-policy a {
            font-size: calc(10px + 0.42vw); } }
      html body footer .wrapper-legal-notices .privacy-policy a:hover {
        color: #fff; }
    html body footer .wrapper-legal-notices .copyright {
      margin-bottom: 0;
      color: #CCCCCC;
      font-size: 14px;
      font-weight: 400; }
      @media only screen and (min-width: 1024px) {
        html body footer .wrapper-legal-notices .copyright {
          font-size: calc(10px + 0.42vw); } }

* {
  margin: 0 auto;
  padding: 0;
  line-height: 1.1;
  outline: none;
  box-sizing: border-box; }
  *:hover, *:focus {
    outline: none; }

::selection {
  background: #272525;
  color: #ffffff; }

html body {
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #272525;
  font-family: "din-2014", sans-serif;
  overflow-x: hidden;
  /* Fix les doubles padding de sections */ }
  html body:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: opacity .15s linear .1s;
    background-color: #272525;
    display: block;
    z-index: -1; }
  html body.mobile-nav-is-open {
    overflow: hidden; }
    html body.mobile-nav-is-open:before {
      opacity: 0.6;
      z-index: 9999; }
  html body .page-content {
    position: relative; }
  html body .layout {
    margin: 0 auto;
    position: relative; }
  html body .inner-layout {
    padding: 4em 6.24vw 4em;
    max-width: 1970px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 1024px) {
      html body .inner-layout {
        padding-top: 6.16vw;
        padding-bottom: 8.33vw; } }
    html body .inner-layout--no-bp {
      padding-bottom: 0 !important; }
  html body .section-content-bubbles-video + .section-content-bubbles-video .inner-layout {
    padding-top: 0; }
  html body .section-no-lateral-padding .inner-layout {
    padding-left: 0;
    padding-right: 0;
    max-width: initial; }
  @media only screen and (min-width: 1024px) {
    html body .first-section .layout .inner-layout {
      padding-top: 11.25vw; } }
  @media only screen and (min-width: 1024px) {
    html body .before-footer .layout .inner-layout {
      padding-bottom: 11.25vw; } }
  @media only screen and (min-width: 1024px) {
    html body .padding-top-medium .layout .inner-layout {
      padding-top: 7.79vw; } }
  @media only screen and (min-width: 1024px) {
    html body .padding-top-big .layout .inner-layout {
      padding-top: 9.75vw; } }
  html body *.max-width-60-percent {
    padding-left: 6.24vw;
    padding-right: 6.24vw; }
    @media only screen and (min-width: 1024px) {
      html body *.max-width-60-percent {
        padding-left: 20.92vw;
        padding-right: 20.92vw; } }
  html body *.max-width-44-percent {
    padding-left: 7.44vw;
    padding-right: 7.44vw; }
    @media only screen and (min-width: 1024px) {
      html body *.max-width-44-percent {
        padding-left: 27.92vw;
        padding-right: 27.92vw; } }
    @media only screen and (min-width: 2100px) {
      html body *.max-width-44-percent {
        padding-left: 22.92vw;
        padding-right: 22.92vw; } }
  html body .ui-loader {
    display: none; }
  html body a {
    display: inline-block;
    color: #272525;
    text-decoration: none; }
    html body a:hover, html body a:focus {
      text-decoration: none;
      color: #272525;
      outline: none; }
  html body p, html body li, html body th, html body td, html body .wysiwyg-content > i, html body .wysiwyg-content > b, html body .wrapper-job-description .wysiwyg-content {
    color: #272525;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em; }
    html body p > *, html body li > *, html body th > *, html body td > *, html body .wysiwyg-content > i > *, html body .wysiwyg-content > b > *, html body .wrapper-job-description .wysiwyg-content > * {
      line-height: 1.25em; }
    @media only screen and (min-width: 768px) {
      html body p, html body li, html body th, html body td, html body .wysiwyg-content > i, html body .wysiwyg-content > b, html body .wrapper-job-description .wysiwyg-content {
        font-size: 18px;
        line-height: 1.67em; } }
    @media only screen and (min-width: 1024px) {
      html body p, html body li, html body th, html body td, html body .wysiwyg-content > i, html body .wysiwyg-content > b, html body .wrapper-job-description .wysiwyg-content {
        font-size: calc(10px + 0.42vw);
        line-height: 1.5em; } }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    margin: 0 0 30px 0;
    line-height: 1.3; }
    html body h1 > *, html body h2 > *, html body h3 > *, html body h4 > *, html body h5 > *, html body h6 > * {
      line-height: 1.3; }
    @media only screen and (min-width: 768px) {
      html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
        margin: 0 0 40px 0; } }
    html body h1 a, html body h2 a, html body h3 a, html body h4 a, html body h5 a, html body h6 a {
      font-family: inherit; }
  html body p, html body ul, html body table {
    margin: 0 0 30px 0; }
    @media only screen and (min-width: 768px) {
      html body p, html body ul, html body table {
        margin: 0 0 40px 0; } }
  html body h1 {
    line-height: 1;
    font-weight: 900;
    font-size: 40px;
    margin: 0 auto 30px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      html body h1 {
        font-size: calc(10px + 2.59vw);
        margin-bottom: 0;
        line-height: 1.28em; } }
    @media only screen and (min-width: 1024px) {
      html body h1.no-margin-bottom-desktop {
        margin-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    html body .wrapper-text-animate {
      overflow: hidden; }
      html body .wrapper-text-animate h1 {
        transform: translateY(140%);
        line-height: 2em; }
      html body .wrapper-text-animate.effect-on h1 {
        animation-name: textAnimationGeneralH1;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out; } }
  html body h2 {
    font-weight: 900;
    font-size: 40px;
    margin: 0 auto 30px;
    line-height: 1em;
    text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      html body h2 {
        font-size: calc(10px + 2.59vw);
        margin-bottom: 3vw;
        line-height: 1.28em; } }
    @media only screen and (min-width: 1024px) {
      html body h2.no-margin-bottom-desktop {
        margin-bottom: 0; } }
    html body h2 img {
      vertical-align: initial;
      max-height: 30px;
      margin-bottom: -1px; }
      @media only screen and (min-width: 1024px) {
        html body h2 img {
          height: calc(10px + 1.9vw);
          max-height: initial; } }
  html body .wrapper-text-animate {
    overflow: hidden; }
    html body .wrapper-text-animate h2 {
      transform: translateY(200%); }
    html body .wrapper-text-animate.effect-on h2 {
      animation-name: textAnimationGeneralH2;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }
  html body h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1em; }
    @media only screen and (min-width: 1024px) {
      html body h3 {
        font-size: calc(10px + 1.25vw);
        margin-bottom: calc(10px + 1vw); } }
    @media only screen and (min-width: 1024px) {
      html body h3.no-margin-bottom-desktop {
        margin-bottom: 0; } }
    html body h3 img {
      vertical-align: initial;
      max-height: 20px;
      margin-bottom: -1px; }
      @media only screen and (min-width: 1024px) {
        html body h3 img {
          height: calc(10px + 0.9vw);
          max-height: initial; } }
  @media only screen and (min-width: 1024px) {
    html body .wrapper-text-animate {
      overflow: hidden; }
      html body .wrapper-text-animate h3 {
        transform: translateY(140%);
        line-height: 2em; }
      html body .wrapper-text-animate.effect-on h3 {
        animation-name: textAnimationGeneralH3;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out; } }
  html body h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      html body h4 {
        font-size: calc(10px + 0.84vw); } }
  html body .wrapper-text-animate {
    overflow: hidden; }
    html body .wrapper-text-animate h4 {
      transform: translateY(200%); }
    html body .wrapper-text-animate.effect-on h4 {
      animation-name: textAnimationGeneralH4;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }
  html body figure {
    position: relative; }
  html body img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  html body a img {
    border: none; }
  html body ul {
    padding: 0; }
    html body ul li {
      list-style: none;
      position: relative;
      padding: 0;
      margin: 0; }
  html body *.link-btn-style {
    margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    html body *.btn-mobile-center {
      text-align: center; } }
  html body *.full-white-text {
    color: #ffffff !important; }
  html body *.main-color-text {
    color: #272525 !important; }
  html body *.text-uppercase {
    text-transform: uppercase; }
  html body a.no-underline {
    text-decoration: none !important; }
  html body *.text-align-center {
    text-align: center; }
  html body *.line-height-1 {
    line-height: 1em !important; }
  html body .wysiwyg-content > *:last-child {
    margin-bottom: 0; }
  html body .wysiwyg-content p:not(.link-btn-style) a {
    display: inline;
    text-decoration: underline;
    color: #272525; }
    html body .wysiwyg-content p:not(.link-btn-style) a:hover, html body .wysiwyg-content p:not(.link-btn-style) a:focus {
      text-decoration: none;
      color: #272525; }
  html body .wysiwyg-content h3 {
    text-transform: none; }
  html body .wysiwyg-content p.full-white-text a:hover, html body .wysiwyg-content p.full-white-text a:focus {
    color: #ffffff; }
  html body .wysiwyg-content a.link-btn-style,
  html body .wysiwyg-content .link-btn-style a {
    display: inline-block;
    text-decoration: none; }
  html body .wysiwyg-content a.link-btn-style {
    margin-top: 20px; }
    @media only screen and (min-width: 768px) {
      html body .wysiwyg-content a.link-btn-style {
        margin-top: 0; } }
  html body .wysiwyg-content p, html body .wysiwyg-content > b, html body .wysiwyg-content > i {
    line-height: 1.5em;
    margin-bottom: 25px; }
    @media only screen and (min-width: 1650px) {
      html body .wysiwyg-content p, html body .wysiwyg-content > b, html body .wysiwyg-content > i {
        margin-bottom: 1.46vw; } }
  html body .wysiwyg-content * + h1 {
    margin-top: 40px; }
    @media only screen and (min-width: 1024px) {
      html body .wysiwyg-content * + h1 {
        margin-top: calc(30px + 1vw); } }
  html body .wysiwyg-content * + h2 {
    margin-top: 40px; }
    @media only screen and (min-width: 1024px) {
      html body .wysiwyg-content * + h2 {
        margin-top: calc(30px + 1vw); } }
  html body .wysiwyg-content * + h3 {
    margin-top: 40px; }
    @media only screen and (min-width: 1024px) {
      html body .wysiwyg-content * + h3 {
        margin-top: calc(30px + 1vw); } }
  html body .wysiwyg-content * + h4 {
    margin-top: 40px; }
    @media only screen and (min-width: 1024px) {
      html body .wysiwyg-content * + h4 {
        margin-top: calc(30px + 1vw); } }
  html body .wysiwyg-content li {
    margin-bottom: 2px;
    list-style: none;
    position: relative;
    padding-left: 26px;
    line-height: 1.5; }
    html body .wysiwyg-content li:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #272525;
      left: 0;
      top: 9px;
      border-radius: 50%; }
    html body .wysiwyg-content li h1, html body .wysiwyg-content li h2, html body .wysiwyg-content li h3, html body .wysiwyg-content li h4, html body .wysiwyg-content li h5, html body .wysiwyg-content li h6 {
      margin-bottom: 0; }
    html body .wysiwyg-content li:last-child {
      margin-bottom: 0; }
    html body .wysiwyg-content li ul {
      padding-left: 25px;
      margin-top: 10px;
      margin-bottom: 20px; }
  html body .wysiwyg-content li.full-white-text:before {
    background-color: #ffffff; }
  html body .wysiwyg-content table {
    height: auto !important;
    max-width: 100% !important;
    overflow: hidden;
    overflow-x: auto;
    display: block;
    min-width: 100%; }
  html body .wysiwyg-content th, html body .wysiwyg-content td {
    padding: 10px 15px;
    min-width: 150px; }
    @media only screen and (min-width: 1024px) {
      html body .wysiwyg-content th, html body .wysiwyg-content td {
        min-width: 200px; } }
  html body .wysiwyg-content table, html body .wysiwyg-content tr, html body .wysiwyg-content th, html body .wysiwyg-content td {
    border-width: 1px; }
  html body .wysiwyg-content .img-full-width {
    width: 100%;
    height: auto; }
  html body .wysiwyg-content img.alignright {
    float: none;
    display: block;
    padding: 5px 0;
    margin: 0; }
    @media only screen and (min-width: 580px) {
      html body .wysiwyg-content img.alignright {
        float: right;
        margin: 0 0 1em 1em; } }
  html body .wysiwyg-content img.alignleft {
    float: none;
    display: block;
    padding: 5px 0;
    margin: 0; }
    @media only screen and (min-width: 580px) {
      html body .wysiwyg-content img.alignleft {
        float: left;
        margin: 0 1em 1em 0; } }
  html body .wysiwyg-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  html body .wysiwyg-content a img.alignright {
    float: none;
    display: block;
    padding: 5px 0;
    margin: 0; }
    @media only screen and (min-width: 580px) {
      html body .wysiwyg-content a img.alignright {
        float: right;
        margin: 0 0 1em 1em; } }
  html body .wysiwyg-content a img.alignleft {
    float: none;
    display: block;
    padding: 5px 0;
    margin: 0; }
    @media only screen and (min-width: 580px) {
      html body .wysiwyg-content a img.alignleft {
        float: left;
        margin: 0 1em 1em 0; } }
  html body .wysiwyg-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.page-section {
  position: relative;
  background-color: #fff;
  transition: background-color 0.8s ease; }

.page-section:nth-child(0) {
  z-index: 15; }

.page-section:nth-child(1) {
  z-index: 14; }

.page-section:nth-child(2) {
  z-index: 13; }

.page-section:nth-child(3) {
  z-index: 12; }

.page-section:nth-child(4) {
  z-index: 11; }

.page-section:nth-child(5) {
  z-index: 10; }

.page-section:nth-child(6) {
  z-index: 9; }

.page-section:nth-child(7) {
  z-index: 8; }

.page-section:nth-child(8) {
  z-index: 7; }

.page-section:nth-child(9) {
  z-index: 6; }

.page-section:nth-child(10) {
  z-index: 5; }

.page-section:nth-child(11) {
  z-index: 4; }

.page-section:nth-child(12) {
  z-index: 3; }

.page-section:nth-child(13) {
  z-index: 2; }

.page-section:nth-child(14) {
  z-index: 1; }

.section-home-slider + .page-section .inner-layout {
  padding-top: 6em; }
  @media only screen and (min-width: 1024px) {
    .section-home-slider + .page-section .inner-layout {
      padding-top: 9vw; } }

.page-title {
  text-align: center; }
  .page-title h1 {
    color: #0095DA;
    line-height: 1em;
    font-weight: 900;
    font-size: 100px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1024px) {
      .page-title h1 {
        font-size: calc(10px + 7.9vw);
        margin-bottom: 5px; } }
  .page-title h2 {
    line-height: 1em;
    font-weight: 900;
    font-size: 40px;
    margin: 0 auto 30px; }
    @media only screen and (min-width: 1024px) {
      .page-title h2 {
        font-size: calc(10px + 2.59vw);
        margin-bottom: 2vw;
        line-height: 1.28em; } }
  .page-title h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1em; }
    @media only screen and (min-width: 1024px) {
      .page-title h3 {
        font-size: calc(10px + 1.25vw);
        margin-bottom: 11px; } }
  .page-title.with-back-link {
    padding-bottom: 60px;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .page-title.with-back-link {
        padding-bottom: 5.17vw;
        padding-left: 2.17vw;
        padding-right: 2.17vw; }
        .page-title.with-back-link .wrapper-link {
          position: absolute;
          right: 2.17vw;
          top: 0.58vw; } }
  .page-title .wrapper-text-animate {
    overflow: hidden; }
    .page-title .wrapper-text-animate h1 {
      transform: translateY(140%);
      line-height: 2em; }
    .page-title .wrapper-text-animate.effect-on h1 {
      animation-name: textAnimationPageTitleH1;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }
    .page-title .wrapper-text-animate h2 {
      transform: translateY(140%);
      line-height: 2em; }
    .page-title .wrapper-text-animate.effect-on h2 {
      animation-name: textAnimationPageTitleH2;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }
    .page-title .wrapper-text-animate p {
      transform: translateY(calc(140% + 40px));
      line-height: 1.5em; }
    .page-title .wrapper-text-animate.effect-on p {
      animation-name: textAnimationPageTitleP;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }

.page-section.section-no-lateral-padding .page-title h1, .page-section.section-no-lateral-padding .page-title h2, .page-section.section-no-lateral-padding .page-title h3 {
  padding-left: 6.24vw;
  padding-right: 6.24vw;
  max-width: 1970px;
  margin-left: auto;
  margin-right: auto; }

html body .link-img-tc {
  margin-bottom: 0; }
  html body .link-img-tc a,
  html body .link-img-tc button {
    width: 103.99px;
    height: 102.54px;
    background: url("../../assets/images/tc-cta-bg.svg") no-repeat center center;
    background-size: contain;
    position: relative;
    border: none; }
  html body .link-img-tc .text-and-icon {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 70px;
    text-align: center; }
  html body .link-img-tc .text {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    text-align: left;
    line-height: .92em; }
  html body .link-img-tc .icon {
    display: none; }
  @media only screen and (min-width: 1024px) {
    html body .link-img-tc .text-and-icon {
      max-width: 115px;
      top: calc(50% + 3px);
      left: calc(50% + 1px); }
    html body .link-img-tc a,
    html body .link-img-tc button {
      width: 7.58vw;
      height: 7.47vw;
      min-width: 103.99px;
      min-height: 102.54px; }
    html body .link-img-tc .text {
      font-size: calc(10px + 0.39vw);
      text-align: center;
      line-height: 1em;
      margin-bottom: 0.54vw; }
    html body .link-img-tc .icon {
      display: block;
      width: 0.56vw;
      height: 0.91vw; }
    html body .link-img-tc.with-arrow .icon {
      background: url("../../assets/images/icon-chevron-right-white.png") no-repeat center center;
      background-size: contain; }
    html body .link-img-tc.left-arrow .icon {
      transform: rotate(180deg); } }
  @media only screen and (min-width: 1650px) {
    html body .link-img-tc .text {
      font-size: calc(10px + 0.49vw); } }
  @media only screen and (min-width: 2000px) {
    html body .link-img-tc .text {
      font-size: calc(10px + 0.59vw); } }

html body .link-circle-tc .wrapper-circle-tc {
  display: inline-block;
  width: 103.99px;
  height: 102.54px;
  position: relative; }
  @media only screen and (min-width: 1650px) {
    html body .link-circle-tc .wrapper-circle-tc {
      width: 7.58vw;
      height: 7.47vw; } }

html body .link-circle-tc .background-circle {
  display: block;
  width: 103.99px;
  height: 102.54px;
  position: relative;
  animation: circleTcAnimation 10s linear infinite; }
  @media only screen and (min-width: 1650px) {
    html body .link-circle-tc .background-circle {
      width: 7.58vw;
      height: 7.47vw; } }

html body .link-circle-tc .circle {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute; }
  @media only screen and (min-width: 1650px) {
    html body .link-circle-tc .circle {
      width: 6.125vw;
      height: 6.125vw; } }
  html body .link-circle-tc .circle img {
    width: 100%; }
  html body .link-circle-tc .circle.yellow-circle {
    z-index: 3;
    top: 0;
    left: 0; }
  html body .link-circle-tc .circle.pink-circle {
    z-index: 2;
    top: 5px;
    right: 0; }
    @media only screen and (min-width: 1024px) {
      html body .link-circle-tc .circle.pink-circle {
        top: 0.375vw; } }
  html body .link-circle-tc .circle.blue-circle {
    z-index: 1;
    left: 0;
    bottom: 0; }
  html body .link-circle-tc .circle.black-circle {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 4;
    transition: all 0.3s ease; }
  html body .link-circle-tc .circle .text-and-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 70px;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      html body .link-circle-tc .circle .text-and-icon {
        max-width: 115px;
        top: calc(50% + 3px);
        left: calc(50% + 1px); } }
  html body .link-circle-tc .circle .text {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    text-align: left;
    line-height: .92em; }
    @media only screen and (min-width: 1024px) {
      html body .link-circle-tc .circle .text {
        font-size: 0.9em;
        text-align: center;
        line-height: 1em;
        margin-bottom: 0.54vw; } }
    @media only screen and (min-width: 1650px) {
      html body .link-circle-tc .circle .text {
        font-size: 1.1em; } }
    @media only screen and (min-width: 2000px) {
      html body .link-circle-tc .circle .text {
        font-size: 1.4em; } }
  html body .link-circle-tc .circle .icon {
    display: none; }
    @media only screen and (min-width: 1024px) {
      html body .link-circle-tc .circle .icon {
        display: block;
        width: 0.56vw;
        height: 0.91vw; } }

@media only screen and (min-width: 1024px) {
  html body .link-circle-tc.with-arrow .icon {
    background: url("../../assets/images/icon-chevron-right-white.png") no-repeat center center;
    background-size: contain; }
  html body .link-circle-tc.left-arrow .icon {
    transform: rotate(180deg); } }

html body .link-circle-tc .wrapper-circle-tc:hover .black-circle {
  transform: translateY(-50%) translateX(-50%) scale(1.1); }

.sticky-link {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9998; }
  @media only screen and (max-width: 1023px) {
    .sticky-link {
      top: auto;
      bottom: 0;
      transform: translateY(-25%); } }

.section-intro {
  overflow: hidden;
  margin-bottom: 40px; }
  @media only screen and (min-width: 1024px) {
    .section-intro {
      margin-bottom: 2.33vw; } }
  .section-intro h2 {
    font-size: 30px;
    margin-bottom: 17px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1024px) {
      .section-intro h2 {
        font-size: calc(10px + 2.59vw);
        margin-bottom: 2.17vw; } }
  .section-intro h4 {
    text-align: center;
    margin-bottom: 0; }
  .section-intro .wrapper-text-animate {
    overflow: hidden; }
    .section-intro .wrapper-text-animate h2 {
      transform: translateY(200%); }
    .section-intro .wrapper-text-animate.effect-on h2 {
      animation-name: textAnimationSectionIntroH2;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }
    .section-intro .wrapper-text-animate h4 {
      transform: translateY(200%); }
    .section-intro .wrapper-text-animate.effect-on h4 {
      animation-name: textAnimationSectionIntroH4;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }

.section-no-lateral-padding .section-intro h2 {
  padding-left: 6.24vw;
  padding-right: 6.24vw; }
  @media only screen and (min-width: 1024px) {
    .section-no-lateral-padding .section-intro h2 {
      padding-left: 20.92vw;
      padding-right: 20.92vw; } }

.section-no-lateral-padding .section-intro h4 {
  padding-left: 7.44vw;
  padding-right: 7.44vw; }
  @media only screen and (min-width: 1024px) {
    .section-no-lateral-padding .section-intro h4 {
      padding-left: 27.92vw;
      padding-right: 27.92vw; } }
  @media only screen and (min-width: 2100px) {
    .section-no-lateral-padding .section-intro h4 {
      padding-left: 25.92vw;
      padding-right: 25.92vw; } }

p.tag,
a.tag {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid;
  font-size: 16px;
  padding: 6px 20px 5px;
  border-radius: 25px;
  margin-right: 12px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
  line-height: 1em;
  min-width: calc(100px + 4.33vw);
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    p.tag,
    a.tag {
      font-size: calc(10px + 0.59vw);
      padding: 6px 28px 7px 28px;
      border-radius: 30px; } }
  p.tag.black-bg,
  a.tag.black-bg {
    background: #272525;
    border-color: #272525;
    color: #ffffff; }
  p.tag.transparent-bg,
  a.tag.transparent-bg {
    background: transparent;
    border-color: #272525;
    color: #272525; }

.custom-pagination {
  text-align: center;
  font-size: 0; }
  .custom-pagination a, .custom-pagination p {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
    cursor: pointer;
    padding: 0 10px; }
    .custom-pagination a.active, .custom-pagination p.active {
      opacity: 1; }
    .custom-pagination a.pagination-totals, .custom-pagination p.pagination-totals {
      cursor: default;
      margin: 0; }
  .custom-pagination .text {
    display: none; }
    @media only screen and (min-width: 768px) {
      .custom-pagination .text {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px; } }
    @media only screen and (min-width: 1024px) {
      .custom-pagination .text {
        font-size: calc(10px + 0.59vw); } }
  .custom-pagination .icon {
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    height: 41px; }
    @media only screen and (min-width: 1024px) {
      .custom-pagination .icon {
        width: 50px;
        height: 50px; } }
  .custom-pagination .prev .icon {
    background: url("../../assets/images/arrow-left.png") no-repeat center center;
    background-size: contain; }
  @media only screen and (min-width: 768px) {
    .custom-pagination .prev .text {
      padding-right: 15px; } }
  .custom-pagination .next .icon {
    background: url("../../assets/images/arrow-right.png") no-repeat center center;
    background-size: contain; }
  @media only screen and (min-width: 768px) {
    .custom-pagination .next .text {
      padding-left: 15px; } }

.modal-backdrop {
  z-index: 10000; }

.modal-backdrop.in {
  opacity: 0.85; }

.modal.modal-video {
  z-index: 10001; }
  .modal.modal-video .modal-dialog {
    top: calc(50vh - 58px);
    transform: translateY(-50%); }
    @media only screen and (min-width: 768px) {
      .modal.modal-video .modal-dialog {
        width: 90vw; } }
  .modal.modal-video .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent; }
  .modal.modal-video .modal-header {
    border: none;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 1; }
    .modal.modal-video .modal-header .close {
      text-shadow: none;
      opacity: 1;
      background-color: white;
      border-radius: 50%;
      font-size: 3.5em;
      width: 1em;
      height: 1em;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translateY(50%); }
      @media only screen and (min-width: 1024px) {
        .modal.modal-video .modal-header .close {
          font-size: 4em; } }
      @media only screen and (min-width: 1800px) {
        .modal.modal-video .modal-header .close {
          font-size: 5em; } }
      .modal.modal-video .modal-header .close > * {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        transition: opacity 0.3s; }
      .modal.modal-video .modal-header .close svg {
        flex: 0 0 auto;
        fill: #000;
        font-size: 0.65em;
        width: 1em;
        height: 1em; }
      .modal.modal-video .modal-header .close:hover > * {
        opacity: 0.5; }
  .modal.modal-video .modal-body {
    background: transparent;
    padding: 0; }

html body .dropdown.open a.select-style:after {
  transform: translateY(-50%) rotate(180deg); }

html body .dropdown-menu {
  margin-top: 10px;
  border-radius: 20px;
  border: 1px solid #272525;
  box-shadow: none;
  padding: 20px;
  max-height: 40vh;
  overflow-y: auto; }
  html body .dropdown-menu input[type="text"],
  html body .dropdown-menu input[type="email"],
  html body .dropdown-menu input[type="tel"],
  html body .dropdown-menu input[type="search"] {
    padding: 14px 50px 15px 24px;
    border: 2px solid #272525; }
    @media only screen and (min-width: 1024px) {
      html body .dropdown-menu input[type="text"],
      html body .dropdown-menu input[type="email"],
      html body .dropdown-menu input[type="tel"],
      html body .dropdown-menu input[type="search"] {
        font-size: calc(10px + 0.42vw);
        padding: calc(10px + 0.4vw) calc(10px + 2.58vw) calc(10px + 0.4vw) calc(10px + 1vw); } }
    html body .dropdown-menu input[type="text"].white-input,
    html body .dropdown-menu input[type="email"].white-input,
    html body .dropdown-menu input[type="tel"].white-input,
    html body .dropdown-menu input[type="search"].white-input {
      color: #ffffff;
      border-color: #ffffff; }
    html body .dropdown-menu input[type="text"] + .wrapper-checkbox-group,
    html body .dropdown-menu input[type="text"] + .wrapper-radio-group,
    html body .dropdown-menu input[type="email"] + .wrapper-checkbox-group,
    html body .dropdown-menu input[type="email"] + .wrapper-radio-group,
    html body .dropdown-menu input[type="tel"] + .wrapper-checkbox-group,
    html body .dropdown-menu input[type="tel"] + .wrapper-radio-group,
    html body .dropdown-menu input[type="search"] + .wrapper-checkbox-group,
    html body .dropdown-menu input[type="search"] + .wrapper-radio-group {
      padding-top: 20px; }

.wrapper-checkbox-group ul,
.wrapper-radio-group ul {
  margin-bottom: 0; }
  .wrapper-checkbox-group ul p,
  .wrapper-radio-group ul p {
    margin-bottom: 10px; }
    @media only screen and (min-width: 1024px) {
      .wrapper-checkbox-group ul p,
      .wrapper-radio-group ul p {
        margin-bottom: 15px; } }
    .wrapper-checkbox-group ul p label,
    .wrapper-radio-group ul p label {
      margin-bottom: 0; }

.wrapper-checkbox-group ul.sub-group,
.wrapper-radio-group ul.sub-group {
  padding-left: 20px; }

.nav-arrows {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  width: 1em;
  height: 1em;
  margin-bottom: 0;
  z-index: 4;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  color: #272525;
  overflow: hidden;
  transition: color 0.3s; }
  @media only screen and (min-width: 1024px) {
    .nav-arrows {
      font-size: 3.5em; } }
  .nav-arrows::before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #272525;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform 0.3s; }
  .nav-arrows.nav-arrows-left {
    margin-right: 5px; }
    @media only screen and (min-width: 1024px) {
      .nav-arrows.nav-arrows-left {
        margin-right: 0.58vw; } }
  .nav-arrows.nav-arrows-right {
    margin-left: 5px; }
    @media only screen and (min-width: 1024px) {
      .nav-arrows.nav-arrows-right {
        margin-left: 0.58vw; } }
  .nav-arrows > svg {
    display: block;
    flex: 0 0 auto;
    font-size: 0.45em;
    width: 1em;
    height: 1em;
    fill: currentColor; }
  .nav-arrows:hover {
    color: white; }
    .nav-arrows:hover::before {
      transform: none; }

/*
SVG ICON
Chaque icone / SVG est wrapped dans un .svgIcon.
On utilise <span>, mais si pertinent on prend autre chose (ex : <figure>) */
.svgIcon {
  display: block;
  font-size: 1.9em;
  line-height: 1;
  width: 1em;
  height: 1em; }

.svgIcon > svg {
  max-width: none;
  display: block;
  fill: currentColor;
  width: 1em;
  height: 1em; }

/*
ITEM / Social networks in btns
On utilise btnIcon pour avoir le meme look que les icones dans un rond. */
.rsBtns {
  list-style: none;
  line-height: 1; }

.rsBtns li {
  display: inline-block;
  margin: 0 0.3em; }

/*
ITEM / Social networks
Liens vers reseaux sociaux, cote a cote. */
.rs {
  list-style: none;
  font-size: 1.7em;
  line-height: 1; }

.rs li {
  display: inline-block; }

.rs li a {
  color: #fff;
  padding: 0.3em;
  text-decoration: none;
  display: block;
  height: 1em;
  box-sizing: content-box;
  transition: color 0.2s; }

/* Hover */
.rs li a:hover {
  color: #fff; }

/* On dark */
.onDark .rs li a:hover {
  color: #fff; }

/* On red */
.onRed .rs li a {
  color: #fff; }

.onRed .rs li a:hover {
  color: #fff; }

/*
	ALT :
	Vertical alignment */
.rs--vertical {
  text-align: center; }

.rs--vertical li {
  display: block;
  margin-bottom: 0.3em; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .rs--vertical li {
      font-size: 16px;
      line-height: 1; } }

.rs--vertical li a {
  display: inline-block; }

/*
	ALT :
	Left aligned.
	Si premier de ligne et left-align, l'alignement du premier n'est
	pas quite good. Donc, pull un peu le premier vers la gauche. */
.rs--leftAlign li:first-child {
  margin-left: -0.35002em; }

/*
ITEM / Side box
Box qui contient icone sans background.
Utile pour le sharing zone. */
.iSideBox__container {
  margin: unset;
  position: relative;
  width: 1.7em;
  height: 2em; }
  @media only screen and (min-width: 768px) {
    .iSideBox__container {
      width: 3.4em;
      height: 4.25em; } }
  @media only screen and (min-width: 1024px) {
    .iSideBox__container {
      width: calc(10px + 2.6vw);
      height: calc(20px + 3vw); } }

.iSideBox {
  position: absolute;
  left: 50%;
  top: 0.55em;
  transform: translate(-50%, 0);
  font-size: 0.42em;
  margin: -4px 0 0 0;
  background: #272525;
  border-radius: 2em;
  transition: background-color 0.3s; }
  @media only screen and (min-width: 768px) {
    .iSideBox {
      font-size: 0.85em; } }
  @media only screen and (min-width: 992px) {
    .iSideBox {
      font-size: calc(6px + 0.60vw); } }

.iSideBox__text {
  font-size: 0.8em;
  position: absolute;
  top: 2.1em;
  right: 100%;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 0.7em;
  color: #fff; }

.iSideBox .iSideBox__trigger button.btnIcon,
.iSideBox .iSideBox__trigger a.btnIcon {
  font-size: 4em;
  background: transparent;
  color: #fff;
  border: none; }

.iSideBox .iSideBox__trigger .btnIcon .svgIcon {
  transform: translate(-50%, -50%); }

.iSideBox__ctn {
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.3s; }

.iSideBox__ctn .rs {
  padding-bottom: 0.5em;
  opacity: 0;
  transition: opacity 0.3s; }

.iSideBox__ctn .rs a {
  transition: opacity 0.2s; }

/* 
	STATE / On */
.iSideBox.on {
  background-color: black; }

.iSideBox.on .iSideBox__ctn {
  max-height: 16em;
  pointer-events: auto; }
  @media (min-width: 992px) {
    .iSideBox.on .iSideBox__ctn {
      max-height: 20em; } }
  @media (min-width: 1024px) {
    .iSideBox.on .iSideBox__ctn {
      max-height: 18em; } }

.iSideBox.on .iSideBox__ctn .rs {
  opacity: 1; }

.iSideBox.on .iSideBox__ctn .rs li {
  width: 100%;
  margin: 0.5em 0 0 0; }

.iSideBox.on .iSideBox__ctn .rs a:hover {
  opacity: 0.5; }

/* Remove text */
@media (max-width: 47rem) {
  .iSideBox__text {
    display: none; } }

/* Success page */
.wrapper-text-animate.success-share {
  overflow: unset; }

.wrapper-text-animate.success-share .iSideBox__container {
  z-index: 9999;
  margin: inherit; }

@media (max-width: 768px) {
  .wrapper-text-animate.success-share .iSideBox {
    font-size: 1em; } }

.wrapper-text-animate.success-share .rs li a {
  padding: 0.4em; }

/* .............................................................................
BUTTONS
............................................................................. */
/*
BUTTON / Standard
Bouton standard du site. */
button.btn,
a.btn,
input[type="submit"].btn {
  appearance: none;
  position: relative;
  border: 1px solid var(--color-red);
  background: var(--color-red);
  cursor: pointer;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding: 0 3em;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  border-radius: var(--round-borders);
  max-width: 100%;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }

input[type="submit"].btn {
  padding: 1.15em 3em; }

.btn__label {
  z-index: 1;
  display: block;
  flex: 1 1 auto;
  padding: 1.15em 0; }

.btn__icon {
  z-index: 1;
  display: block;
  flex: 0 0 auto;
  padding: 0; }

/* Spacing entre le label et l'icone. */
.btn > * + * {
  padding-left: 1.002em; }

/* Pour que le target dans event delegation soit le button au lieu du contenu a l'interieur. */
.btn * {
  pointer-events: none; }

/* Hover */
.btn:hover:not(:disabled) {
  background-color: transparent;
  color: var(--color-red); }

/* Disabled */
.btn:disabled {
  opacity: 0.5;
  cursor: default; }

/* On dark */
/* Hover */
.onDark .btn:hover:not(:disabled) {
  color: #fff;
  border-color: #fff; }

/* On red */
.onRed .btn {
  border-color: var(--color-base);
  background-color: var(--color-base); }

/* Hover */
.onRed .btn:hover:not(:disabled) {
  color: var(--color-base);
  border-color: var(--color-base); }

/* 
	ALT:
	Black button. */
button.btn--black,
a.btn--black,
input[type="submit"].btn--black {
  border-color: var(--color-base);
  background-color: var(--color-base); }

/* Hover */
.btn--black:hover:not(:disabled) {
  color: var(--color-base);
  border-color: var(--color-base); }

/* 
	ALT:
	Bigger button. */
button.btn--bigger,
a.btn--bigger,
input[type="submit"].btn--bigger {
  font-size: 1.2em;
  padding: 0 5em; }

input[type="submit"].btn--bigger {
  padding: 1.15em 5em; }

/* 
	ALT:
	Wider button. */
button.btn--wider,
a.btn--wider,
input[type="submit"].btn--wider {
  padding: 0 5em; }

/*
BUTTON / Subtle
Bouton subtile. */
button.btnSubtle,
a.btnSubtle,
.btnSubtle {
  appearance: none;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  color: var(--color-red);
  margin: 0;
  padding: 0 0.1em;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  max-width: 100%;
  transition: color 0.3s; }

.btnSubtle__label {
  z-index: 1;
  display: block;
  flex: 1 1 auto;
  padding: 0.6em 0; }

.btnSubtle__icon {
  z-index: 1;
  display: block;
  flex: 0 0 auto;
  font-size: 1.2em;
  padding: 0.4em;
  background: var(--color-bg-grey);
  color: var(--color-red);
  border-radius: 50%;
  transition: transform 0.3s, color 0.3s; }

/* Spacing entre le label et l'icone. */
.btnSubtle > * + * {
  margin-left: 0.8em; }

/* Pour que le target dans event delegation soit le button au lieu du contenu a l'interieur. */
.btnSubtle * {
  pointer-events: none; }

/* Hover */
.btnSubtle:hover:not(:disabled),
a:hover .btnSubtle {
  color: var(--color-base); }

.btnSubtle:hover:not(:disabled) .btnSubtle__icon,
a:hover .btnSubtle .btnSubtle__icon {
  transform: translateX(20%); }

/* Disabled */
.btnSubtle:disabled {
  opacity: 0.5;
  cursor: default; }

/* On dark */
/* Hover */
.onDark .btnSubtle:hover:not(:disabled),
.onDark a .btnSubtle {
  color: #fff; }

/* On grey */
.onGrey .btnSubtle {
  color: var(--color-base); }

.onGrey .btnSubtle__icon {
  color: #fff;
  background-color: var(--color-red); }

/* Hover */
.onGrey .btnSubtle:hover:not(:disabled),
.onGrey a:hover .btnSubtle {
  color: var(--color-red); }

/* On red */
.onRed .btnSubtle {
  color: #fff; }

/* Hover */
.onRed .btnSubtle:hover:not(:disabled),
.onRed a:hover .btnSubtle {
  color: var(--color-base); }

/*
	ALT:
	More contrast for the icon. */
.btnSubtle--contrast .btnSubtle__icon {
  background-color: var(--color-red);
  color: #fff; }

/* On dark */
/* On red */
.onRed .btnSubtle--contrast .btnSubtle__icon {
  background-color: var(--color-bg-dark); }

/*
	ALT:
	Back button. */
/* Hover */
.btnSubtle--back:hover:not(:disabled) .btnSubtle__icon,
a:hover .btnSubtle--back .btnSubtle__icon {
  transform: translateX(-20%); }

/*
BUTTON / Alert
Bouton pour alerte emploi.
Icone a gauche, texte a droite. */
button.btnAlert,
a.btnAlert,
.btnAlert {
  appearance: none;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
  color: var(--color-base);
  margin: 0;
  padding: 0 0.1em;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  max-width: 100%;
  transition: color 0.3s; }

.btnAlert__label {
  z-index: 1;
  display: block;
  flex: 1 1 auto;
  padding: 0.6em 0; }

.btnAlert__icon {
  z-index: 1;
  display: block;
  flex: 0 0 auto;
  font-size: 2.04em;
  padding: 0.45em;
  background: var(--color-red);
  color: #fff;
  border: 1px solid var(--color-red);
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s; }

/* Spacing entre le label et l'icone. */
.btnAlert > * + * {
  margin-left: 0.6em; }

/* Pour que le target dans event delegation soit le button au lieu du contenu a l'interieur. */
.btnAlert * {
  pointer-events: none; }

/* Hover */
.btnAlert:hover:not(:disabled),
a:hover .btnAlert {
  color: var(--color-red); }

.btnAlert:hover:not(:disabled) .btnAlert__icon,
a:hover .btnAlert .btnAlert__icon {
  background-color: transparent;
  color: var(--color-red); }

/* Disabled */
.btnAlert:disabled {
  opacity: 0.5;
  cursor: default; }

/* Smaller on mobile */
@media (max-width: 47rem) {
  button.btnAlert,
  a.btnAlert,
  .btnAlert {
    font-size: 0.75em; } }

/*
BUTTON / Number
Bouton avec un chiffre. */
button.btnNumber,
a.btnNumber {
  appearance: none;
  position: relative;
  border: 1px solid var(--color-bg-dark);
  background: var(--color-bg-dark);
  cursor: pointer;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding: 0 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  border-radius: var(--round-borders);
  max-width: 100%;
  transition: color 0.3s, background-color 0.3s; }

.btnNumber__label {
  z-index: 1;
  display: block;
  flex: 1 1 auto;
  padding: 0.5em 0; }

.btnNumber__number {
  z-index: 1;
  display: block;
  font-size: 0.75em;
  position: absolute;
  top: -1em;
  right: 0;
  background: var(--color-red);
  border-radius: var(--round-borders);
  padding: 0.2em 0.9em; }

/* Pour que le target dans event delegation soit le button au lieu du contenu a l'interieur. */
.btnNumber * {
  pointer-events: none; }

/* On dark */
.onDark .btnNumber {
  background-color: #fff;
  border-color: var(--color-bg-dark);
  color: var(--color-base); }

.onDark .btnNumber__number {
  color: #fff; }

/*
BUTTON / Stroke
Bouton dans un contour.
Utile pour les 2 boutons dans la sidebar de l'offre d'emploi. */
button.btnStroke,
a.btnStroke {
  appearance: none;
  position: relative;
  border: 1px solid var(--color-base);
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  color: var(--color-base);
  margin: 0;
  padding: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  text-align: left;
  border-radius: var(--round-borders);
  max-width: 100%;
  width: 100%;
  transition: color 0.3s, background-color 0.3s; }

.btnStroke__label {
  z-index: 1;
  display: block;
  flex: 1 1 auto;
  margin-left: 1em;
  padding: 0.35em 0; }

.btnStroke__icon {
  z-index: 1;
  display: block;
  flex: 0 0 auto;
  font-size: 1.02em;
  padding: 0.4em;
  background: var(--color-red);
  color: #fff;
  border-radius: 50%;
  transition: transform 0.3s, color 0.3s; }

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

/* Spacing entre le label et l'icone. */
.btnStroke > * + * {
  margin-left: 1.002em; }

/* Pour que le target dans event delegation soit le button au lieu du contenu a l'interieur. */
.btnStroke * {
  pointer-events: none; }

/* Hover */
.btnStroke:hover:not(:disabled) {
  background-color: var(--color-bg-dark);
  color: #fff; }

/* Disabled */
.btnStroke:disabled {
  opacity: 0.5;
  cursor: default; }

/*
BUTTON / Icon
Bouton qui contient seulement une icone avec BG. */
button.btnIcon,
a.btnIcon,
.btnIcon {
  appearance: none;
  font-size: 4em;
  border: 1px solid var(--color-base);
  border-radius: 50%;
  color: var(--color-base);
  background: transparent;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  width: 1em;
  height: 1em;
  transition: color 0.3s, background-color 0.3s; }

.btnIcon .svgIcon {
  font-size: 0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  backface-visibility: hidden;
  transform: translate3d(-50%, -50%, 0); }

/* Hover */
button.btnIcon:hover,
a.btnIcon:hover,
a:hover .btnIcon {
  cursor: pointer;
  background-color: var(--color-base);
  color: #fff; }

/* On dark */
.onDark .btnIcon {
  color: #fff;
  border-color: #fff; }

/* Hover */
.onDark button.btnIcon:hover,
.onDark a.btnIcon:hover,
.onDark a:hover .btnIcon {
  background-color: #fff;
  color: var(--color-bg-dark); }

/* On red */
/* Hover */
.onRed button.btnIcon:hover,
.onRed a.btnIcon:hover,
.onRed a:hover .btnIcon {
  color: var(--color-red); }

/* Smaller on mobile */
@media (max-width: 47rem) {
  button.btnIcon,
  a.btnIcon,
  .btnIcon {
    font-size: 3em; } }

/* 
	ALT:
	Filled. */
button.btnIcon--filled,
a.btnIcon--filled,
.btnIcon--filled {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: #fff; }

/* Hover */
button.btnIcon--filled:hover,
a.btnIcon--filled:hover,
a:hover .btnIcon--filled {
  background-color: transparent;
  color: var(--color-red); }

/* On dark */
.onDark .btnIcon--filled {
  color: #fff;
  border-color: var(--color-red); }

/* Hover */
.onDark button.btnIcon--filled:hover,
.onDark a.btnIcon--filled:hover,
.onDark a:hover .btnIcon--filled {
  background-color: transparent;
  color: var(--color-red); }

/* On red */
.onRed .btnIcon--filled {
  border-color: var(--color-bg-dark);
  background-color: var(--color-bg-dark); }

/* Hover */
.onRed button.btnIcon--filled:hover,
.onRed a.btnIcon--filled:hover,
.onRed a:hover .btnIcon--filled {
  background-color: transparent;
  color: var(--color-bg-dark); }

/*
	ALT:
	No background. */
button.btnIcon--noBG,
a.btnIcon--noBG,
.btnIcon--noBG {
  background: transparent;
  border: none;
  border-radius: 0; }

/* Hover */
button.btnIcon--noBG:hover,
a.btnIcon--noBG:hover,
a:hover .btnIcon--noBG {
  background-color: transparent;
  color: var(--color-red); }

/* On dark */
/* Hover */
.onDark button.btnIcon--noBG:hover,
.onDark a.btnIcon--noBG:hover,
.onDark a:hover .btnIcon--noBG {
  background-color: transparent;
  color: var(--color-red); }

/* On red */
.onRed .btnIcon--noBG {
  color: #fff; }

/* Hover */
.onRed button.btnIcon--noBG:hover,
.onRed a.btnIcon--noBG:hover,
.onRed a:hover .btnIcon--noBG {
  background-color: transparent;
  color: var(--color-base); }

/*
	ALT:
	No spacing (padding). */
.btnIcon--noSpacing .svgIcon {
  font-size: 1em; }

/*
BUTTON / Buttons SBS
Boutons side-by-side sur desktop qui deviennent un par-dessus l'autre.
Largeur de bouton fixe. */
.iBtnSBS {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.iBtnSBS__btn {
  flex: 0 0 auto;
  width: 15em;
  padding: 0.5em;
  box-sizing: content-box; }

.iBtnSBS__btn .btn {
  width: 100%;
  padding: 0 1em; }

html body .section-home-slider .carousel-inner {
  overflow: initial; }

html body .section-home-slider .slide-inner {
  padding-top: 97px;
  position: relative; }
  @media only screen and (min-width: 1024px) {
    html body .section-home-slider .slide-inner {
      padding-top: 2.21vw; } }

html body .section-home-slider h3 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    html body .section-home-slider h3 {
      font-size: calc(10px + 1.25vw);
      margin-bottom: 0;
      position: absolute;
      left: 9.17vw;
      top: 12.5vw; } }
  html body .section-home-slider h3 img {
    vertical-align: initial;
    max-height: 20px;
    margin-bottom: -1px; }
    @media only screen and (min-width: 1024px) {
      html body .section-home-slider h3 img {
        max-height: calc(10px + 0.9vw); } }

html body .section-home-slider .image-and-content {
  position: relative;
  z-index: 2; }
  html body .section-home-slider .image-and-content .image-and-content-inner {
    max-width: 430px;
    margin: 0 auto;
    position: relative; }
    html body .section-home-slider .image-and-content .image-and-content-inner img.bg-img.image-desktop {
      display: none; }
    @media only screen and (min-width: 1024px) {
      html body .section-home-slider .image-and-content .image-and-content-inner {
        max-width: 62.83vw; }
        html body .section-home-slider .image-and-content .image-and-content-inner img.bg-img {
          height: 49vw;
          width: auto;
          max-width: initial; }
          html body .section-home-slider .image-and-content .image-and-content-inner img.bg-img.image-mobile {
            display: none; }
          html body .section-home-slider .image-and-content .image-and-content-inner img.bg-img.image-desktop {
            display: inline-block; } }

html body .section-home-slider .slider-content {
  position: absolute;
  width: 56.98vw;
  height: 47.44vw;
  left: 4px;
  bottom: -32px;
  /*bottom: 0;
    opacity: 0;*/ }
  @media only screen and (min-width: 430px) {
    html body .section-home-slider .slider-content {
      width: 245px;
      height: 204px; } }
  @media only screen and (min-width: 1024px) {
    html body .section-home-slider .slider-content {
      width: 32.41vw;
      height: 27.67vw;
      bottom: -2.67vw; } }

html body .section-home-slider .text {
  width: 47.44vw;
  height: 47.44vw;
  background: #272525;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding-top: 11.4vw;
  padding-left: 10.93vw; }
  @media only screen and (min-width: 430px) {
    html body .section-home-slider .text {
      width: 204px;
      height: 204px;
      padding-top: 49px;
      padding-left: 47px; } }
  @media only screen and (min-width: 1024px) {
    html body .section-home-slider .text {
      width: 27.54vw;
      height: 27.54vw;
      padding-top: 6.67vw;
      padding-left: 6.375vw; } }
  html body .section-home-slider .text p {
    color: #ffffff;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.25em;
    max-width: 76%; }
    @media only screen and (min-width: 1024px) {
      html body .section-home-slider .text p {
        margin-bottom: 1.08vw;
        font-size: calc(10px + 0.84vw);
        line-height: 1.2em; } }
    html body .section-home-slider .text p .bold {
      font-weight: bold; }
  html body .section-home-slider .text .image-text {
    max-width: 25.58vw; }
    @media only screen and (min-width: 430px) {
      html body .section-home-slider .text .image-text {
        max-width: 110px; } }
    @media only screen and (min-width: 1024px) {
      html body .section-home-slider .text .image-text {
        max-width: 14.77vw; } }

@media only screen and (min-width: 1024px) and (max-width: 1550px) {
  html body .section-home-slider--es .text p {
    max-width: 82%; } }

@media only screen and (min-width: 1024px) and (max-width: 1550px) {
  html body .section-home-slider--es .text {
    width: 29.54vw;
    height: 29.54vw;
    padding-top: 4.5vw;
    padding-left: 5.375vw; } }

html body .section-home-slider .outside-image {
  width: 16.98vw;
  height: 16.98vw;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  top: 35px;
  right: 4px; }
  @media only screen and (min-width: 430px) {
    html body .section-home-slider .outside-image {
      width: 73px;
      height: 73px; } }
  @media only screen and (min-width: 1024px) {
    html body .section-home-slider .outside-image {
      width: 9.79vw;
      height: 9.79vw;
      top: 4.79vw;
      right: 0; } }

html body .section-home-slider .loader {
  height: 9px;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #272525; }
  @media only screen and (min-width: 1024px) {
    html body .section-home-slider .loader {
      height: 14px; } }
  html body .section-home-slider .loader .progressive-bar {
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%; }

html body .section-home-slider .item.active .progressive-bar {
  animation-name: effect-progressive-bar;
  animation-duration: 6s;
  animation-fill-mode: both;
  animation-timing-function: ease; }

html body .section-home-slider .carousel .carousel-inner .item {
  transition-property: opacity; }

html body .section-home-slider .carousel .carousel-inner .item,
html body .section-home-slider .carousel .carousel-inner .active.left,
html body .section-home-slider .carousel .carousel-inner .active.right {
  opacity: 0; }

html body .section-home-slider .carousel .carousel-inner .active,
html body .section-home-slider .carousel .carousel-inner .next.left,
html body .section-home-slider .carousel .carousel-inner .prev.right {
  opacity: 1; }

html body .section-home-slider .carousel .carousel-inner .next,
html body .section-home-slider .carousel .carousel-inner .prev,
html body .section-home-slider .carousel .carousel-inner .active.left,
html body .section-home-slider .carousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

/*html body .section-home-slider.effect-on {
  .slider-content {
    animation-name: effect-home-slider-sm;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    @media only screen and (min-width: 1024px) {
      animation-name: effect-home-slider-l;
    }
  }
}*/
html body .section-home-slider .item:nth-child(1):not(.active) .image-and-content .image-and-content-inner img.bg-img,
html body .section-home-slider .item:nth-child(1):not(.left) .image-and-content .image-and-content-inner img.bg-img,
html body .section-home-slider .item:nth-child(1):not(.next) .image-and-content .image-and-content-inner img.bg-img {
  transform: translateX(-100vw);
  animation: homeSliderEffect1TranslateLeftToRight 0.6s both ease; }

html body .section-home-slider .item:nth-child(1):not(.active) .text,
html body .section-home-slider .item:nth-child(1):not(.left) .text,
html body .section-home-slider .item:nth-child(1):not(.next) .text {
  transform: translateX(-100vw);
  animation: homeSliderEffect1TranslateLeftToRight 0.6s both 0.3s ease; }
  html body .section-home-slider .item:nth-child(1):not(.active) .text p,
  html body .section-home-slider .item:nth-child(1):not(.left) .text p,
  html body .section-home-slider .item:nth-child(1):not(.next) .text p {
    opacity: 0;
    transform: scale(0);
    animation: homeSliderEffect1ScaleOpacityOn 0.6s both 1.4s ease; }
  html body .section-home-slider .item:nth-child(1):not(.active) .text .image-text,
  html body .section-home-slider .item:nth-child(1):not(.left) .text .image-text,
  html body .section-home-slider .item:nth-child(1):not(.next) .text .image-text {
    opacity: 0;
    transform: scale(0);
    animation: homeSliderEffect1ScaleOpacityOn 0.6s both 0.5s ease; }

html body .section-home-slider .item:nth-child(1):not(.active) .outside-image,
html body .section-home-slider .item:nth-child(1):not(.left) .outside-image,
html body .section-home-slider .item:nth-child(1):not(.next) .outside-image {
  opacity: 0;
  transform: scale(0);
  animation: homeSliderEffect1ScaleOpacityOn 0.6s both 1.2s ease; }

html body .section-home-slider .item:not(.active) .image-and-content .image-and-content-inner img.bg-img {
  transform: translateX(100vw); }

html body .section-home-slider .item.left .image-and-content .image-and-content-inner img.bg-img {
  animation: homeSliderEffect1TranslateRightToLeft 1s both ease; }

html body .section-home-slider .item.left .text p {
  animation: homeSliderEffect1ScaleOpacityOff 0.6s both ease-in-out; }

html body .section-home-slider .item.left .text .image-text {
  animation: homeSliderEffect1ScaleOpacityOff 0.6s both 0.6s ease; }

html body .section-home-slider .item.left .outside-image {
  animation: homeSliderEffect1ScaleOpacityOff 0.01s both 0s ease-in-out; }

html body .section-home-slider .item.next .image-and-content .image-and-content-inner img.bg-img {
  animation: homeSliderEffect2TranslateRightToLeft 0.6s both ease; }

html body .section-home-slider .item.next .text .image-text {
  animation: show-data 0.6s both ease; }

html body .section-home-slider .item.active .text p {
  animation: homeSliderEffect1ScaleOpacityOn 0.6s both 0.3s ease; }

html body .section-home-slider .item.active .outside-image {
  opacity: 0;
  transform: scale(0);
  animation: homeSliderEffect1ScaleOpacityOn 0.6s both 0s ease; }

html body .section-content-bubbles-video.section-simple-text .inner-layout {
  padding-top: 0; }

html body .section-content-bubbles-video .wrapper-bubbles-col {
  font-size: 0;
  text-align: center;
  padding-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-bubbles-col {
      padding-bottom: 3.29vw; } }
  html body .section-content-bubbles-video .wrapper-bubbles-col ul {
    margin-bottom: 0; }
  html body .section-content-bubbles-video .wrapper-bubbles-col li {
    display: inline-block;
    vertical-align: middle;
    opacity: 0; }
    html body .section-content-bubbles-video .wrapper-bubbles-col li p {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 250px;
      height: 250px;
      background: #CCEAF8;
      border-radius: 50%;
      margin-bottom: 0; }
  html body .section-content-bubbles-video .wrapper-bubbles-col .main-text {
    display: block;
    font-size: 44px;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 8px; }
  html body .section-content-bubbles-video .wrapper-bubbles-col .secondary-text {
    display: block;
    color: #7A888F;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0 0.7em; }
  html body .section-content-bubbles-video .wrapper-bubbles-col .col-2,
  html body .section-content-bubbles-video .wrapper-bubbles-col .col-3 {
    display: none; }
  @media only screen and (min-width: 768px) {
    html body .section-content-bubbles-video .wrapper-bubbles-col .col-1 {
      padding-right: 2.29vw; }
    html body .section-content-bubbles-video .wrapper-bubbles-col .col-2 {
      display: inline-block;
      padding-left: 2.29vw; } }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-bubbles-col li p {
      width: 20vw;
      height: 20vw; }
    html body .section-content-bubbles-video .wrapper-bubbles-col .main-text {
      font-size: calc(10px + 2.1vw);
      margin-bottom: 14px; }
    html body .section-content-bubbles-video .wrapper-bubbles-col .secondary-text {
      font-size: calc(10px + 0.50vw);
      padding-left: 0.8vw;
      padding-right: 0.8vw; }
    html body .section-content-bubbles-video .wrapper-bubbles-col .col-1 {
      padding-right: 2.53vw; }
    html body .section-content-bubbles-video .wrapper-bubbles-col .col-2 {
      padding-left: 1.76vw;
      padding-right: 1.76vw; }
    html body .section-content-bubbles-video .wrapper-bubbles-col .col-3 {
      display: inline-block;
      padding-left: 2.53vw; } }
  @media only screen and (min-width: 1400px) {
    html body .section-content-bubbles-video .wrapper-bubbles-col li p {
      width: 16.24vw;
      height: 16.24vw; } }
  @media only screen and (min-width: 1800px) {
    html body .section-content-bubbles-video .wrapper-bubbles-col .col-1 {
      padding-right: 1.53vw; }
    html body .section-content-bubbles-video .wrapper-bubbles-col .col-2 {
      padding-left: 0.76vw;
      padding-right: 0.76vw; }
    html body .section-content-bubbles-video .wrapper-bubbles-col .col-3 {
      display: inline-block;
      padding-left: 1.53vw; } }
  html body .section-content-bubbles-video .wrapper-bubbles-col.effect-on .col-1 {
    animation-name: show-bubble;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  html body .section-content-bubbles-video .wrapper-bubbles-col.effect-on .col-2 {
    animation-name: show-bubble;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  html body .section-content-bubbles-video .wrapper-bubbles-col.effect-on .col-3 {
    animation-name: show-bubble;
    animation-duration: 1s;
    animation-delay: 0.9s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

html body .section-content-bubbles-video .wrapper-col-text {
  padding-top: 0;
  font-size: 0; }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-col-text {
      padding: 3.29vw 9.25vw 3.92vw 5vw; } }
  @media only screen and (min-width: 1650px) {
    html body .section-content-bubbles-video .wrapper-col-text {
      padding-left: 9.25vw;
      padding-right: 9.25vw; } }
  html body .section-content-bubbles-video .wrapper-col-text .col {
    padding: 0 30px 50px; }
    @media only screen and (min-width: 992px) {
      html body .section-content-bubbles-video .wrapper-col-text .col {
        width: 100%; }
        html body .section-content-bubbles-video .wrapper-col-text .col .inner {
          position: relative;
          top: 50%;
          transform: translateY(-50%); } }
    @media only screen and (min-width: 1024px) {
      html body .section-content-bubbles-video .wrapper-col-text .col {
        padding: 0 3.875vw 7.92vw 4.875vw; } }
    html body .section-content-bubbles-video .wrapper-col-text .col p {
      font-size: 14px;
      line-height: 1.43em;
      margin-bottom: 20px; }
      html body .section-content-bubbles-video .wrapper-col-text .col p:last-child {
        margin-bottom: 0; }
      @media only screen and (min-width: 992px) {
        html body .section-content-bubbles-video .wrapper-col-text .col p {
          font-size: 16px;
          line-height: 1.43em; } }
      @media only screen and (min-width: 1024px) {
        html body .section-content-bubbles-video .wrapper-col-text .col p {
          font-size: calc(10px + 0.59vw);
          line-height: 1.25em; } }

html body .section-content-bubbles-video .wrapper-2-col-text {
  padding-top: 20px;
  font-size: 0;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 992px) {
    html body .section-content-bubbles-video .wrapper-2-col-text {
      flex-direction: row; } }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-2-col-text {
      padding: 3.29vw 9.25vw 3.92vw 5vw; } }
  @media only screen and (min-width: 1650px) {
    html body .section-content-bubbles-video .wrapper-2-col-text {
      padding-left: 9.25vw;
      padding-right: 9.25vw; } }
  html body .section-content-bubbles-video .wrapper-2-col-text .col-left,
  html body .section-content-bubbles-video .wrapper-2-col-text .col-right {
    padding: 50px 30px; }
    @media only screen and (min-width: 992px) {
      html body .section-content-bubbles-video .wrapper-2-col-text .col-left,
      html body .section-content-bubbles-video .wrapper-2-col-text .col-right {
        width: 50%; }
        html body .section-content-bubbles-video .wrapper-2-col-text .col-left .inner,
        html body .section-content-bubbles-video .wrapper-2-col-text .col-right .inner {
          position: relative;
          top: 50%;
          transform: translateY(-50%); } }
  @media only screen and (max-width: 991px) {
    html body .section-content-bubbles-video .wrapper-2-col-text .col-left {
      order: 1; } }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-2-col-text .col-left {
      padding: 5.83vw 3.875vw 7.92vw 4.875vw; } }
  html body .section-content-bubbles-video .wrapper-2-col-text .col-left p {
    font-size: 14px;
    line-height: 1.43em;
    margin-bottom: 20px; }
    html body .section-content-bubbles-video .wrapper-2-col-text .col-left p:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 992px) {
      html body .section-content-bubbles-video .wrapper-2-col-text .col-left p {
        font-size: 16px;
        line-height: 1.43em; } }
    @media only screen and (min-width: 1024px) {
      html body .section-content-bubbles-video .wrapper-2-col-text .col-left p {
        font-size: calc(10px + 0.59vw);
        line-height: 1.25em; } }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-2-col-text .col-right {
      padding: 5.83vw 3.04vw 7.92vw 7.08vw; } }
  html body .section-content-bubbles-video .wrapper-2-col-text .col-right h2 {
    line-height: 1em; }
    @media only screen and (max-width: 991px) {
      html body .section-content-bubbles-video .wrapper-2-col-text .col-right h2 {
        font-size: 28px;
        line-height: 1.07em; }
        html body .section-content-bubbles-video .wrapper-2-col-text .col-right h2 img {
          max-height: 24px;
          margin-bottom: 2px; } }
  html body .section-content-bubbles-video .wrapper-2-col-text .col-right h4 {
    line-height: 1.3em;
    margin-bottom: 0; }
    @media only screen and (max-width: 991px) {
      html body .section-content-bubbles-video .wrapper-2-col-text .col-right h4 {
        line-height: 1.26em;
        font-size: 15px; } }
  @media only screen and (max-width: 991px) {
    html body .section-content-bubbles-video .wrapper-2-col-text .col-right {
      order: 0; } }
  html body .section-content-bubbles-video .wrapper-2-col-text .col-right .wrapper-text-animate {
    overflow: hidden; }
    html body .section-content-bubbles-video .wrapper-2-col-text .col-right .wrapper-text-animate h2 {
      transform: translateY(140%);
      line-height: 2em; }
    html body .section-content-bubbles-video .wrapper-2-col-text .col-right .wrapper-text-animate.effect-on h2 {
      animation-name: textAnimation2ColTextH2;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }
    html body .section-content-bubbles-video .wrapper-2-col-text .col-right .wrapper-text-animate h4 {
      transform: translateY(140%);
      line-height: 2em; }
    html body .section-content-bubbles-video .wrapper-2-col-text .col-right .wrapper-text-animate.effect-on h4 {
      animation-name: textAnimation2ColTextH4;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }

html body .section-content-bubbles-video .video-wrapper {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .video-wrapper {
      max-width: 80.42vw; } }
  html body .section-content-bubbles-video .video-wrapper figure {
    position: relative;
    width: 100%;
    padding-bottom: 56.27%;
    overflow: hidden; }
    html body .section-content-bubbles-video .video-wrapper figure img, html body .section-content-bubbles-video .video-wrapper figure iframe {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      z-index: 1;
      float: left;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      html body .section-content-bubbles-video .video-wrapper figure img.parallax, html body .section-content-bubbles-video .video-wrapper figure iframe.parallax {
        height: calc(100% + 160px);
        width: calc(100% + 160px); }
    html body .section-content-bubbles-video .video-wrapper figure img {
      position: absolute;
      transition: opacity 1s, z-index 0s; }
  html body .section-content-bubbles-video .video-wrapper .start-video-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 1s, z-index 0s; }
    html body .section-content-bubbles-video .video-wrapper .start-video-btn a {
      width: 92.86px;
      height: 91.57px; }
      @media only screen and (min-width: 1024px) {
        html body .section-content-bubbles-video .video-wrapper .start-video-btn a {
          width: 181.9px;
          height: 179.36px; } }
    html body .section-content-bubbles-video .video-wrapper .start-video-btn .text-and-icon {
      top: calc(50% - 1px);
      left: calc(50% + 1px); }
    html body .section-content-bubbles-video .video-wrapper .start-video-btn .text {
      font-size: 12px;
      line-height: 1.17em; }
      @media only screen and (min-width: 1024px) {
        html body .section-content-bubbles-video .video-wrapper .start-video-btn .text {
          font-size: 24px;
          line-height: 1em; } }
  html body .section-content-bubbles-video .video-wrapper.video-on figure img {
    opacity: 0;
    z-index: -1; }
  html body .section-content-bubbles-video .video-wrapper.video-on .iFollowCursor {
    display: none; }
  html body .section-content-bubbles-video .video-wrapper.video-on .start-video-btn {
    opacity: 0;
    z-index: -1; }

@media only screen and (min-width: 1024px) {
  html body .section-content-bubbles-video {
    /* Hover la zone cliquable = afficher l'icone play */
    /* Si le js est sur un lien, ajouter quelques styles de base */ }
    html body .section-content-bubbles-video .jsFollowCursor {
      --x: -10em;
      --y: -10em;
      position: relative; }
    html body .section-content-bubbles-video .jsFollowCursor > .iFollowCursor {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      transform: translate(var(--x), var(--y));
      width: auto;
      height: auto;
      opacity: 0;
      transition: opacity 0.5s; }
    html body .section-content-bubbles-video .jsFollowCursor > .iFollowCursor > * {
      transform: translate(-50%, -50%); } }
  @media only screen and (min-width: 1024px) and (hover: hover) {
    html body .section-content-bubbles-video .jsFollowCursor:hover > .iFollowCursor {
      opacity: 1; } }

@media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video a.jsFollowCursor {
      display: block;
      text-decoration: none; } }

html body .section-content-bubbles-video .wrapper-col-img-text {
  padding-bottom: 15px;
  font-size: 0; }
  @media only screen and (max-width: 767px) {
    html body .section-content-bubbles-video .wrapper-col-img-text {
      display: flex;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    html body .section-content-bubbles-video .wrapper-col-img-text {
      padding-left: 13.54vw;
      padding-right: 13.54vw; } }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-col-img-text {
      padding-left: 0;
      padding-right: 0;
      max-width: 65vw;
      padding-bottom: 1.83vw; } }
  @media only screen and (min-width: 1650px) {
    html body .section-content-bubbles-video .wrapper-col-img-text {
      max-width: 50vw; } }
  html body .section-content-bubbles-video .wrapper-col-img-text h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      html body .section-content-bubbles-video .wrapper-col-img-text h3 {
        padding-left: 7.44vw;
        padding-right: 7.44vw; } }
    @media only screen and (min-width: 768px) {
      html body .section-content-bubbles-video .wrapper-col-img-text h3 {
        text-align: left; } }
    @media only screen and (min-width: 1024px) {
      html body .section-content-bubbles-video .wrapper-col-img-text h3 {
        font-size: calc(10px + 2.1vw); } }
  html body .section-content-bubbles-video .wrapper-col-img-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43em;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      html body .section-content-bubbles-video .wrapper-col-img-text p {
        padding-left: 7.44vw;
        padding-right: 7.44vw; } }
    @media only screen and (min-width: 768px) {
      html body .section-content-bubbles-video .wrapper-col-img-text p {
        margin-bottom: 0;
        text-align: left; } }
    @media only screen and (min-width: 1024px) {
      html body .section-content-bubbles-video .wrapper-col-img-text p {
        font-size: calc(10px + 0.59vw);
        line-height: 1.67em; } }
  html body .section-content-bubbles-video .wrapper-col-img-text .col-left {
    opacity: 0; }
  html body .section-content-bubbles-video .wrapper-col-img-text.effect-on .col-left {
    animation-name: show-bubble;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  html body .section-content-bubbles-video .wrapper-col-img-text .wrapper-text-animate {
    overflow: hidden; }
    html body .section-content-bubbles-video .wrapper-col-img-text .wrapper-text-animate h3 {
      transform: translateY(200%); }
    html body .section-content-bubbles-video .wrapper-col-img-text .wrapper-text-animate.effect-on h3 {
      animation-name: textAnimationColImgTextH3;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }
    html body .section-content-bubbles-video .wrapper-col-img-text .wrapper-text-animate p {
      transform: translateY(200%); }
    html body .section-content-bubbles-video .wrapper-col-img-text .wrapper-text-animate.effect-on p {
      animation-name: textAnimationColImgTextP;
      animation-duration: 1s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out; }
  html body .section-content-bubbles-video .wrapper-col-img-text figure {
    text-align: center; }
    html body .section-content-bubbles-video .wrapper-col-img-text figure img {
      max-width: 350px;
      width: 100%; }
      @media only screen and (min-width: 1024px) {
        html body .section-content-bubbles-video .wrapper-col-img-text figure img {
          max-width: 448px; } }
  @media only screen and (min-width: 768px) {
    html body .section-content-bubbles-video .wrapper-col-img-text .col-left,
    html body .section-content-bubbles-video .wrapper-col-img-text .col-right {
      display: inline-block;
      vertical-align: middle; } }
  @media only screen and (max-width: 767px) {
    html body .section-content-bubbles-video .wrapper-col-img-text .col-left {
      order: 1;
      width: 63.02vw; } }
  @media only screen and (min-width: 768px) {
    html body .section-content-bubbles-video .wrapper-col-img-text .col-left {
      width: 33%;
      padding-right: 3.835vw; } }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-col-img-text .col-left {
      width: 37.33%;
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    html body .section-content-bubbles-video .wrapper-col-img-text .col-right {
      order: 0; } }
  @media only screen and (min-width: 768px) {
    html body .section-content-bubbles-video .wrapper-col-img-text .col-right {
      width: 67%;
      padding-left: 3.835vw; } }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-col-img-text .col-right {
      width: 62.67%;
      padding-left: 15.33%; } }

html body .section-content-bubbles-video .wrapper-cols-icon-text {
  font-size: 0;
  padding-left: 10.58vw;
  padding-right: 10.58vw;
  padding-top: 15px; }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-cols-icon-text {
      padding-left: 0;
      padding-right: 0;
      padding-top: 1.83vw;
      max-width: 65vw; } }
  @media only screen and (min-width: 1650px) {
    html body .section-content-bubbles-video .wrapper-cols-icon-text {
      max-width: 50vw; } }
  html body .section-content-bubbles-video .wrapper-cols-icon-text .sub-cols {
    opacity: 0; }
  html body .section-content-bubbles-video .wrapper-cols-icon-text.effect-on .sub-cols {
    animation-name: show-bubble;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
  html body .section-content-bubbles-video .wrapper-cols-icon-text.effect-on .col-single:first-child .sub-cols:first-child {
    animation-delay: 0s; }
  html body .section-content-bubbles-video .wrapper-cols-icon-text.effect-on .col-single:first-child .sub-cols:last-child {
    animation-delay: 0.3s; }
  html body .section-content-bubbles-video .wrapper-cols-icon-text.effect-on .col-single:last-child .sub-cols:first-child {
    animation-delay: 0.6s; }
  html body .section-content-bubbles-video .wrapper-cols-icon-text.effect-on .col-single:last-child .sub-cols:last-child {
    animation-delay: 0.9s; }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-cols-icon-text .col-single {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
      html body .section-content-bubbles-video .wrapper-cols-icon-text .col-single:first-child {
        padding-right: 1.875vw; }
      html body .section-content-bubbles-video .wrapper-cols-icon-text .col-single:last-child {
        padding-left: 1.875vw; } }
  html body .section-content-bubbles-video .wrapper-cols-icon-text .left,
  html body .section-content-bubbles-video .wrapper-cols-icon-text .right {
    display: inline-block;
    vertical-align: top; }
  html body .section-content-bubbles-video .wrapper-cols-icon-text .left {
    width: 70px; }
    @media only screen and (min-width: 768px) {
      html body .section-content-bubbles-video .wrapper-cols-icon-text .left {
        width: 100px; } }
    @media only screen and (min-width: 1024px) {
      html body .section-content-bubbles-video .wrapper-cols-icon-text .left {
        width: 118px; } }
  html body .section-content-bubbles-video .wrapper-cols-icon-text .right {
    padding-left: 20px;
    padding-top: 22px;
    width: calc(100% - 70px); }
    @media only screen and (min-width: 768px) {
      html body .section-content-bubbles-video .wrapper-cols-icon-text .right {
        width: calc(100% - 100px); } }
    @media only screen and (min-width: 1024px) {
      html body .section-content-bubbles-video .wrapper-cols-icon-text .right {
        width: calc(100% - 118px);
        padding-top: 12px;
        padding-left: 1.5vw; } }
  html body .section-content-bubbles-video .wrapper-cols-icon-text .sub-cols {
    padding-bottom: 28px; }
    @media only screen and (min-width: 1024px) {
      html body .section-content-bubbles-video .wrapper-cols-icon-text .sub-cols {
        padding-bottom: 2.71vw; } }
  html body .section-content-bubbles-video .wrapper-cols-icon-text h4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 18px; }
    @media only screen and (min-width: 1024px) {
      html body .section-content-bubbles-video .wrapper-cols-icon-text h4 {
        font-size: calc(10px + 0.84vw);
        margin-bottom: 0.35vw; } }
  html body .section-content-bubbles-video .wrapper-cols-icon-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43em;
    margin-bottom: 0; }
    @media only screen and (min-width: 1024px) {
      html body .section-content-bubbles-video .wrapper-cols-icon-text p {
        font-size: calc(10px + 0.42vw);
        line-height: 1.5em; } }

html body .section-content-bubbles-video .wrapper-link {
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s 0.5s; }
  @media only screen and (min-width: 1024px) {
    html body .section-content-bubbles-video .wrapper-link {
      padding-top: 3.75vw; } }
  html body .section-content-bubbles-video .wrapper-link.effect-on {
    opacity: 1;
    visibility: visible; }

html body .section-cta-slider .slick-arrow {
  display: none !important; }

html body .section-cta-slider .wrapper-slider {
  position: relative;
  max-width: 1770px;
  overflow: hidden; }

html body .section-cta-slider .cta-slider {
  max-width: 100%;
  z-index: 2;
  opacity: 0; }
  html body .section-cta-slider .cta-slider .slick-list {
    overflow: visible;
    padding-bottom: 0; }
  html body .section-cta-slider .cta-slider .slick-slide {
    margin: 0;
    position: relative;
    height: auto;
    width: 100vw; }
    @media only screen and (min-width: 768px) {
      html body .section-cta-slider .cta-slider .slick-slide {
        display: inline-block;
        transition: all 0.2s ease;
        transform: scale(0.78);
        width: 430px; } }
    @media only screen and (min-width: 1024px) {
      html body .section-cta-slider .cta-slider .slick-slide {
        width: 720px;
        transform: scale(0.85); } }
    @media only screen and (min-width: 768px) {
      html body .section-cta-slider .cta-slider .slick-slide.slick-current {
        opacity: 1;
        transform: scale(1); } }
  html body .section-cta-slider .cta-slider.effect-on {
    animation-name: show-data;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out; }

html body .section-cta-slider .content-cta-slider {
  width: 100%;
  position: relative; }
  html body .section-cta-slider .content-cta-slider .wrapper-content {
    width: 100%;
    display: block;
    min-height: 0;
    margin: 0; }
    html body .section-cta-slider .content-cta-slider .wrapper-content .inner-content {
      width: 60.47%;
      max-width: 260px;
      height: auto;
      position: relative;
      background: #FEF9CC;
      border: 1px solid #707070;
      border-radius: 20px;
      min-height: 386px;
      padding: 12px 18px 20px;
      text-align: center;
      transition: all 0.4s ease; }
      @media only screen and (min-width: 1024px) {
        html body .section-cta-slider .content-cta-slider .wrapper-content .inner-content {
          width: 376px;
          max-width: 376px;
          padding: 17px 26px 20px;
          min-height: 557px; } }
  html body .section-cta-slider .content-cta-slider p.number {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #F9DD00;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    padding-top: 18px;
    margin: 0 auto 28px;
    transition: all 0.4s ease; }
  html body .section-cta-slider .content-cta-slider h3 {
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1024px) {
      html body .section-cta-slider .content-cta-slider h3 {
        font-size: 48px;
        margin-bottom: 50px; } }
  html body .section-cta-slider .content-cta-slider img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 104.23px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1024px) {
      html body .section-cta-slider .content-cta-slider img {
        max-height: 150.46px; } }
  html body .section-cta-slider .content-cta-slider p.text {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: #7D6F01;
    line-height: 1.33em;
    opacity: 0;
    transition: all 0.4s ease; }
    @media only screen and (min-width: 1024px) {
      html body .section-cta-slider .content-cta-slider p.text {
        font-size: 18px; } }

html body .section-cta-slider .slick-slide.slick-current .content-cta-slider .wrapper-content .inner-content {
  background: #F9DD00;
  border: 1px solid #F9DD00; }

html body .section-cta-slider .slick-slide.slick-current p.number {
  background: #FEF9CC; }

html body .section-cta-slider .slick-slide.slick-current p.text {
  opacity: 1; }

html body .section-cta-slider .nav-arrows {
  display: flex;
  position: absolute;
  z-index: 3;
  cursor: pointer; }

html body .section-cta-slider .nav-arrows-left {
  left: 9.88%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%); }
  @media only screen and (min-width: 430px) {
    html body .section-cta-slider .nav-arrows-left {
      left: calc(50% - 130px - 9.88%); } }
  @media only screen and (min-width: 768px) {
    html body .section-cta-slider .nav-arrows-left {
      left: calc(50% - 130px - 6%); } }
  @media only screen and (min-width: 1024px) {
    html body .section-cta-slider .nav-arrows-left {
      left: calc(50% - 188px - 6%); } }
  @media only screen and (min-width: 1480px) {
    html body .section-cta-slider .nav-arrows-left {
      left: calc(50% - 188px - 4%); } }

html body .section-cta-slider .nav-arrows-right {
  right: 9.88%;
  top: 50%;
  transform: translateY(-50%) translateX(50%); }
  @media only screen and (min-width: 430px) {
    html body .section-cta-slider .nav-arrows-right {
      right: calc(50% - 130px - 9.88%); } }
  @media only screen and (min-width: 768px) {
    html body .section-cta-slider .nav-arrows-right {
      right: calc(50% - 130px - 6%); } }
  @media only screen and (min-width: 1024px) {
    html body .section-cta-slider .nav-arrows-right {
      right: calc(50% - 188px - 6%); } }
  @media only screen and (min-width: 1480px) {
    html body .section-cta-slider .nav-arrows-right {
      right: calc(50% - 188px - 4%); } }

html body .section-search-job .padding-top-increase .layout .inner-layout,
html body .section-search-job .layout .inner-layout {
  padding-bottom: 0; }

html body .section-search-job .section-intro h2, html body .section-search-job .section-intro h4 {
  color: #ffffff; }

@media only screen and (min-width: 1024px) {
  html body .section-search-job .section-intro h4 {
    max-width: 40.125vw;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 1800px) {
  html body .section-search-job .section-intro h4 {
    max-width: 28.125vw; } }

html body .section-search-job .wrapper-slider {
  width: 100%;
  margin-bottom: 10px;
  opacity: 0; }
  @media only screen and (min-width: 1024px) {
    html body .section-search-job .wrapper-slider {
      margin-bottom: 2.29vw; } }
  html body .section-search-job .wrapper-slider.effect-on {
    animation-name: show-data;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out; }

html body .section-search-job .job-slider {
  max-width: 100%; }
  html body .section-search-job .job-slider .slick-list {
    overflow: visible;
    padding-bottom: 0; }
  html body .section-search-job .job-slider .slick-slide {
    margin: 0 10px;
    position: relative;
    height: auto; }
    @media only screen and (min-width: 1024px) {
      html body .section-search-job .job-slider .slick-slide {
        margin: 0 2.67vw; } }

html body .section-search-job .content-job-slider {
  position: relative; }
  html body .section-search-job .content-job-slider .wrapper-content {
    display: inline-block;
    min-height: 0;
    margin: 0;
    direction: ltr; }
  html body .section-search-job .content-job-slider a {
    display: block;
    font-size: 0;
    transition: all 0.4s ease; }
  html body .section-search-job .content-job-slider figure {
    height: 98px;
    width: 98px;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.4s ease; }
    @media only screen and (min-width: 1024px) {
      html body .section-search-job .content-job-slider figure {
        height: 5.625vw;
        width: 5.625vw;
        min-height: 98px;
        min-width: 98px; } }
    html body .section-search-job .content-job-slider figure img {
      filter: grayscale(1);
      transition: all 0.3s ease; }
  html body .section-search-job .content-job-slider figure,
  html body .section-search-job .content-job-slider p {
    display: inline-block;
    vertical-align: middle; }
  html body .section-search-job .content-job-slider p.city {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #ffffff;
    padding-left: 40px;
    font-size: 27px;
    font-weight: 700;
    transition: all 0.3s ease; }
    @media only screen and (min-width: 1024px) {
      html body .section-search-job .content-job-slider p.city {
        font-size: calc(10px + 1.25vw);
        padding-left: 2.04vw; } }
  html body .section-search-job .content-job-slider p.number-job {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #ffffff;
    padding-top: 7px;
    padding-left: 14px;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.3s ease; }
    @media only screen and (min-width: 1024px) {
      html body .section-search-job .content-job-slider p.number-job {
        font-size: calc(10px + 0.33vw); } }
  html body .section-search-job .content-job-slider a:hover {
    transform: scale(1.1); }
    @media only screen and (min-width: 1024px) {
      html body .section-search-job .content-job-slider a:hover {
        transform: scale(1.33); } }
    html body .section-search-job .content-job-slider a:hover img {
      filter: grayscale(0); }

html body .section-search-job .form-wrapper {
  max-width: 76.74%;
  margin: 0 auto;
  opacity: 0; }
  html body .section-search-job .form-wrapper.effect-on {
    animation-name: opacityOnly;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out; }
  @media only screen and (min-width: 1650px) {
    html body .section-search-job .form-wrapper {
      max-width: 56.67%; } }

html body .section-search-job .form-inner {
  margin-top: 29px;
  padding-top: 38px;
  border-top: 2px solid #5D5C5C; }
  @media only screen and (min-width: 768px) {
    html body .section-search-job .form-inner {
      margin-top: 4.17vw;
      padding-top: 4.17vw; } }

html body .section-search-job h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 22px;
  text-transform: uppercase;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    html body .section-search-job h2 {
      margin-bottom: 3.83vw; } }
  @media only screen and (min-width: 1024px) {
    html body .section-search-job h2 {
      font-size: calc(10px + 2.59vw);
      margin-bottom: 2.17vw; } }

html body .section-search-job form {
  max-width: 63.72vw;
  position: relative;
  padding-bottom: 64px; }
  @media only screen and (min-width: 768px) {
    html body .section-search-job form {
      max-width: 100%;
      padding-bottom: 11.08vw; } }

html body .section-search-job .wrapper-selects-col {
  font-size: 0; }

html body .section-search-job .select-col {
  margin-bottom: 14px; }
  @media only screen and (min-width: 768px) {
    html body .section-search-job .select-col {
      margin-bottom: 0;
      display: inline-block;
      vertical-align: middle;
      width: calc(100%/3); }
      html body .section-search-job .select-col:nth-child(1) {
        padding-right: 10px; }
      html body .section-search-job .select-col:nth-child(2) {
        padding-left: 5px;
        padding-right: 5px; }
      html body .section-search-job .select-col:nth-child(3) {
        padding-left: 10px; } }
  @media only screen and (min-width: 1024px) {
    html body .section-search-job .select-col:nth-child(1) {
      padding-right: 16px; }
    html body .section-search-job .select-col:nth-child(2) {
      padding-left: 8px;
      padding-right: 8px; }
    html body .section-search-job .select-col:nth-child(3) {
      padding-left: 16px; } }
  @media only screen and (min-width: 1650px) {
    html body .section-search-job .select-col:nth-child(1) {
      padding-right: 26px; }
    html body .section-search-job .select-col:nth-child(2) {
      padding-left: 13px;
      padding-right: 13px; }
    html body .section-search-job .select-col:nth-child(3) {
      padding-left: 26px; } }

html body .section-search-job .wrapper-link {
  padding-top: 30px; }
  @media only screen and (min-width: 1024px) {
    html body .section-search-job .wrapper-link {
      padding-top: 4.17vw; } }

html body .section-slider-testimonials .inner-layout {
  padding-bottom: 8em; }

html body .section-slider-testimonials .wrapper-testimonials-slider {
  opacity: 0; }
  html body .section-slider-testimonials .wrapper-testimonials-slider.effect-on {
    animation-name: show-data;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out; }

html body .section-slider-testimonials .slick-arrow {
  display: none !important; }

html body .section-slider-testimonials .wrapper-slider {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    html body .section-slider-testimonials .wrapper-slider {
      width: 69.5vw; } }

html body .section-slider-testimonials .testimonials-slider {
  max-width: 100%;
  padding-top: 2vw; }
  html body .section-slider-testimonials .testimonials-slider .slick-list {
    overflow: visible;
    padding-bottom: 0; }
  html body .section-slider-testimonials .testimonials-slider .slick-slide {
    margin: 0;
    position: relative;
    height: auto;
    width: 100vw; }
    @media only screen and (min-width: 768px) {
      html body .section-slider-testimonials .testimonials-slider .slick-slide {
        display: inline-block;
        transition: all 0.4s ease;
        transform: scale(0.83) translateY(7.83vw);
        width: 33.33vw;
        margin-left: 1vw;
        margin-right: 1vw; } }
    @media only screen and (min-width: 1024px) {
      html body .section-slider-testimonials .testimonials-slider .slick-slide {
        width: 22.5vw;
        transform: scale(0.83) translateY(7.83vw); } }
    html body .section-slider-testimonials .testimonials-slider .slick-slide.slick-current {
      padding-top: 0;
      transform: scale(1); }
      html body .section-slider-testimonials .testimonials-slider .slick-slide.slick-current .wrapper-img-link .start-video-btn {
        opacity: 1;
        visibility: visible; }
        html body .section-slider-testimonials .testimonials-slider .slick-slide.slick-current .wrapper-img-link .start-video-btn:hover {
          opacity: 0.75; }

html body .section-slider-testimonials .slick-current .content-testimonials-slider .wrapper-content:hover figure {
  transform: scale(1.1); }

html body .section-slider-testimonials .content-testimonials-slider {
  width: 100%;
  position: relative; }
  html body .section-slider-testimonials .content-testimonials-slider .wrapper-content {
    width: 100%;
    display: block;
    min-height: 0;
    margin: 0;
    /*&:hover {
        figure {
          @include scale(1.1);
        }
      }*/ }
    html body .section-slider-testimonials .content-testimonials-slider .wrapper-content .inner-content {
      width: 72.56%;
      height: auto;
      position: relative;
      padding: 0;
      text-align: center;
      transition: all 0.4s ease; }
      @media only screen and (min-width: 768px) {
        html body .section-slider-testimonials .content-testimonials-slider .wrapper-content .inner-content {
          width: 33.33vw; } }
      @media only screen and (min-width: 1024px) {
        html body .section-slider-testimonials .content-testimonials-slider .wrapper-content .inner-content {
          width: 22.5vw; } }

html body .section-slider-testimonials .wrapper-img-link {
  position: relative; }
  html body .section-slider-testimonials .wrapper-img-link .start-video-btn {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    width: 55px;
    height: 55px;
    background: url("../../assets/images/icon-player-start.png") no-repeat center center;
    background-size: contain; }
    @media only screen and (min-width: 1024px) {
      html body .section-slider-testimonials .wrapper-img-link .start-video-btn {
        width: 3.04vw;
        height: 3.04vw;
        min-width: 55px;
        min-height: 55px;
        max-width: 73px;
        max-height: 73px; } }

html body .section-slider-testimonials figure {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: all 0.4s ease; }
  html body .section-slider-testimonials figure img {
    width: 100%; }

html body .section-slider-testimonials .wrapper-text {
  padding: 25px 5% 0; }
  @media only screen and (min-width: 768px) {
    html body .section-slider-testimonials .wrapper-text {
      padding: 25px 10% 0; } }
  @media only screen and (min-width: 1024px) {
    html body .section-slider-testimonials .wrapper-text {
      padding: 25px 0.92vw 0; } }

html body .section-slider-testimonials h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 1.33em;
  margin-bottom: 34px;
  text-transform: none; }
  @media only screen and (min-width: 1024px) {
    html body .section-slider-testimonials h3 {
      font-size: calc(10px + 0.7vw);
      line-height: 1.11em; } }
  @media only screen and (min-width: 1650px) {
    html body .section-slider-testimonials h3 {
      font-size: calc(10px + 0.84vw); } }

html body .section-slider-testimonials p.name {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
  line-height: 1em; }
  @media only screen and (min-width: 1024px) {
    html body .section-slider-testimonials p.name {
      font-size: calc(10px + 0.42vw); } }

html body .section-slider-testimonials p.job {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2; }
  @media only screen and (min-width: 1024px) {
    html body .section-slider-testimonials p.job {
      font-size: calc(10px + 0.42vw); } }

html body .section-slider-testimonials .wrapper-controls {
  padding-top: 26px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    html body .section-slider-testimonials .wrapper-controls {
      padding-top: 2.3vw; } }
  @media only screen and (min-width: 768px) {
    html body .section-slider-testimonials .wrapper-controls .nav-arrows {
      display: none; } }

html body .section-job-listing.section-job-listing--heading .layout .inner-layout {
  padding-bottom: 2vw; }

html body .section-job-listing .wrapper-cols-img {
  font-size: 0;
  max-width: 1410px;
  margin-bottom: 20px;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    html body .section-job-listing .wrapper-cols-img {
      margin-bottom: 1.5vw; } }
  html body .section-job-listing .wrapper-cols-img .col-single {
    display: inline-block;
    vertical-align: top;
    width: calc(100%/3); }
    html body .section-job-listing .wrapper-cols-img .col-single:nth-child(1) {
      padding-right: 2.08%;
      padding-top: 3.58vw; }
    html body .section-job-listing .wrapper-cols-img .col-single:nth-child(2) {
      padding-left: 1.04%;
      padding-right: 1.04%;
      padding-bottom: 3.58vw; }
      html body .section-job-listing .wrapper-cols-img .col-single:nth-child(2) figure img.img-1 {
        animation-delay: 0.5s; }
      html body .section-job-listing .wrapper-cols-img .col-single:nth-child(2) figure img.img-2 {
        animation-delay: 0.5s; }
      html body .section-job-listing .wrapper-cols-img .col-single:nth-child(2) figure img.img-3 {
        animation-delay: 0.5s; }
    html body .section-job-listing .wrapper-cols-img .col-single:nth-child(3) {
      padding-left: 2.08%;
      padding-top: 3.58vw; }
      html body .section-job-listing .wrapper-cols-img .col-single:nth-child(3) figure img.img-1 {
        animation-delay: 1s; }
      html body .section-job-listing .wrapper-cols-img .col-single:nth-child(3) figure img.img-2 {
        animation-delay: 1s; }
      html body .section-job-listing .wrapper-cols-img .col-single:nth-child(3) figure img.img-3 {
        animation-delay: 1s; }
  html body .section-job-listing .wrapper-cols-img figure {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    padding-top: 100%; }
    html body .section-job-listing .wrapper-cols-img figure img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      z-index: 1;
      float: left;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      html body .section-job-listing .wrapper-cols-img figure img.img-1 {
        opacity: 0;
        animation-name: job-listing-img-1;
        animation-duration: 12s;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }
      html body .section-job-listing .wrapper-cols-img figure img.img-2 {
        opacity: 0;
        animation-name: job-listing-img-2;
        animation-duration: 12s;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }
      html body .section-job-listing .wrapper-cols-img figure img.img-3 {
        opacity: 0;
        animation-name: job-listing-img-3;
        animation-duration: 12s;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }
  html body .section-job-listing .wrapper-cols-img.effect-on .col-single:nth-child(1), html body .section-job-listing .wrapper-cols-img.effect-on .col-single:nth-child(3) {
    animation-name: jobListingBottomToTop;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out; }
  html body .section-job-listing .wrapper-cols-img.effect-on .col-single:nth-child(2) {
    animation-name: jobListingTopToBottom;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out; }

@media only screen and (min-width: 768px) {
  html body .section-job-listing .search-form {
    max-width: 66vw; } }

@media only screen and (min-width: 2000px) {
  html body .section-job-listing .search-form {
    max-width: 43.46vw; } }

html body .section-job-listing .search-form form {
  font-size: 0; }

@media only screen and (min-width: 530px) {
  html body .section-job-listing .search-form .input-wrapper,
  html body .section-job-listing .search-form .submit-wrapper {
    display: inline-block;
    vertical-align: middle; } }

html body .section-job-listing .search-form .input-wrapper {
  margin-bottom: 20px;
  width: 100%; }
  @media only screen and (min-width: 530px) {
    html body .section-job-listing .search-form .input-wrapper {
      padding-right: 2.17vw;
      margin-bottom: 0;
      width: calc(100% - 160px); } }
  @media only screen and (min-width: 768px) {
    html body .section-job-listing .search-form .input-wrapper {
      width: calc(100% - 190px); } }
  @media only screen and (min-width: 1024px) {
    html body .section-job-listing .search-form .input-wrapper {
      width: calc(100% - 12vw); } }

@media only screen and (max-width: 529px) {
  html body .section-job-listing .search-form .submit-wrapper {
    text-align: center; } }

@media only screen and (min-width: 530px) {
  html body .section-job-listing .search-form .submit-wrapper {
    width: 160px; } }

@media only screen and (min-width: 768px) {
  html body .section-job-listing .search-form .submit-wrapper {
    width: 190px; } }

@media only screen and (min-width: 1024px) {
  html body .section-job-listing .search-form .submit-wrapper {
    width: 12vw; } }

html body .section-job-listing .listing-wrapper {
  margin-top: 40px;
  padding-top: 62px;
  border-top: 2px solid #272525; }
  @media only screen and (min-width: 1600px) {
    html body .section-job-listing .listing-wrapper {
      margin-top: 4.96vw;
      padding-top: 3.92vw; } }

html body .section-job-listing .wrapper-cols {
  font-size: 0; }

@media only screen and (min-width: 768px) {
  html body .section-job-listing .left {
    display: inline-block;
    vertical-align: top;
    width: 33%; } }

@media only screen and (min-width: 1024px) {
  html body .section-job-listing .left {
    width: 23.67%; } }

html body .section-job-listing .left h4 {
  margin-bottom: 30px;
  font-size: 24px; }
  @media only screen and (min-width: 1024px) {
    html body .section-job-listing .left h4 {
      font-size: calc(10px + 0.84vw); } }

html body .section-job-listing .left .select-col {
  margin-bottom: 20px; }
  @media only screen and (min-width: 1024px) {
    html body .section-job-listing .left .select-col {
      margin-bottom: 9.6%; } }
  html body .section-job-listing .left .select-col:last-child {
    margin-bottom: 0; }

html body .section-job-listing .left .wrapper-selects-col--block .dropdown-menu {
  position: static;
  float: none; }

html body .section-job-listing .left .submit-wrapper {
  margin-top: 40px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    html body .section-job-listing .left .submit-wrapper {
      text-align: left; } }
  @media only screen and (min-width: 1024px) {
    html body .section-job-listing .left .submit-wrapper {
      margin-top: 62px; } }

html body .section-job-listing .right {
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    html body .section-job-listing .right {
      margin-top: 0;
      display: inline-block;
      vertical-align: top;
      width: 67%;
      padding-left: 5%; } }
  @media only screen and (min-width: 1024px) {
    html body .section-job-listing .right {
      width: 76.33%;
      padding-left: 8%; } }
  html body .section-job-listing .right .single-job {
    display: block;
    margin-bottom: 20px;
    border-radius: 28px;
    border: 1px solid #929191;
    padding: 20px 26px 12px 22px;
    transition: all 0.4s ease; }
    @media only screen and (min-width: 1024px) {
      html body .section-job-listing .right .single-job {
        margin-bottom: 37px;
        padding: calc(20px + 0.87vw) 55px 34px calc(20px + 1.07vw); } }
  html body .section-job-listing .right .top {
    margin-bottom: 10px;
    font-size: 0; }
    @media only screen and (min-width: 1024px) {
      html body .section-job-listing .right .top {
        margin-bottom: 6px; } }
    html body .section-job-listing .right .top h3 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 10px;
      text-transform: none;
      transition: color 0.4s ease; }
      @media only screen and (min-width: 1024px) {
        html body .section-job-listing .right .top h3 {
          font-size: calc(10px + 0.84vw);
          margin-bottom: 0; } }
    html body .section-job-listing .right .top p {
      font-size: 16px;
      margin-bottom: 0; }
      @media only screen and (min-width: 1024px) {
        html body .section-job-listing .right .top p {
          font-size: calc(10px + 0.59vw); } }
      html body .section-job-listing .right .top p span.sector,
      html body .section-job-listing .right .top p span.type {
        display: block;
        transition: color 0.4s ease; }
    @media only screen and (min-width: 1024px) {
      html body .section-job-listing .right .top h3,
      html body .section-job-listing .right .top p {
        display: inline-block;
        vertical-align: top; }
      html body .section-job-listing .right .top h3 {
        width: 60%; }
      html body .section-job-listing .right .top p {
        width: 40%;
        text-align: right; }
        html body .section-job-listing .right .top p .infos {
          display: inline-block;
          text-align: left; } }
  html body .section-job-listing .right .single-job:hover {
    background: #272525; }
    html body .section-job-listing .right .single-job:hover h3,
    html body .section-job-listing .right .single-job:hover p,
    html body .section-job-listing .right .single-job:hover p span {
      color: #ffffff; }
    html body .section-job-listing .right .single-job:hover p.tag.black-bg {
      background: #ffffff;
      border-color: #ffffff;
      color: #272525; }
    html body .section-job-listing .right .single-job:hover p.tag.transparent-bg {
      background: #272525;
      border-color: #ffffff;
      color: #ffffff; }

html body .section-job-listing .wrapper-single-job {
  opacity: 1;
  /*padding-top: 50px;*/
  /*
    &.effect-on {
      animation-name: opacityOnly;
      animation-duration: 0.8s;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out;
    }
    */ }

html body .section-job-listing .wrapper-job-list .custom-pagination {
  padding-top: 3.75vw; }

html body .page-section.section-job-description {
  z-index: 1; }
  html body .page-section.section-job-description .wrapper-job-description .left {
    position: relative;
    z-index: 2;
    padding: 110px 6.24vw calc(25vw + 50px); }
    @media only screen and (min-width: 500px) {
      html body .page-section.section-job-description .wrapper-job-description .left {
        padding-bottom: 175px; } }
    @media only screen and (min-width: 768px) {
      html body .page-section.section-job-description .wrapper-job-description .left {
        padding-bottom: 242px; } }
    @media only screen and (min-width: 992px) {
      html body .page-section.section-job-description .wrapper-job-description .left {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        width: 40.67%;
        height: 100%;
        padding: 110px 8.04vw 6.95vw 3.04vw; } }
    @media only screen and (min-width: 1024px) {
      html body .page-section.section-job-description .wrapper-job-description .left {
        padding-top: 10vw;
        padding-right: 1.5vw;
        width: 33%; } }
    @media only screen and (min-width: 1480px) {
      html body .page-section.section-job-description .wrapper-job-description .left {
        padding: 10vw 1.5vw 6.95vw 5.875vw; } }
    @media only screen and (min-width: 992px) {
      html body .page-section.section-job-description .wrapper-job-description .left .left-sticky {
        position: sticky;
        top: 10vw; } }
    html body .page-section.section-job-description .wrapper-job-description .left .page-title {
      text-align: left; }
      html body .page-section.section-job-description .wrapper-job-description .left .page-title h3 {
        margin-bottom: 5px; }
        @media only screen and (min-width: 992px) and (max-width: 1649px) {
          html body .page-section.section-job-description .wrapper-job-description .left .page-title h3 {
            font-size: calc(10px + 0.75vw); }
            html body .page-section.section-job-description .wrapper-job-description .left .page-title h3 img {
              max-height: calc(10px + 0.6vw); } }
      html body .page-section.section-job-description .wrapper-job-description .left .page-title h2 {
        line-height: 1.28em;
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          html body .page-section.section-job-description .wrapper-job-description .left .page-title h2 {
            font-size: 30px; } }
        @media only screen and (min-width: 992px) {
          html body .page-section.section-job-description .wrapper-job-description .left .page-title h2 {
            font-size: 26px; } }
        @media only screen and (min-width: 1024px) {
          html body .page-section.section-job-description .wrapper-job-description .left .page-title h2 {
            font-size: calc(10px + 2.59vw);
            margin-bottom: 0.7vw; } }
    html body .page-section.section-job-description .wrapper-job-description .left .tags-wrapper {
      margin-bottom: 5px; }
      @media only screen and (min-width: 1024px) {
        html body .page-section.section-job-description .wrapper-job-description .left .tags-wrapper {
          margin-bottom: 0.7vw; } }
      @media only screen and (min-width: 1024px) {
        html body .page-section.section-job-description .wrapper-job-description .left .tags-wrapper .tag {
          margin-right: 20px; } }
    html body .page-section.section-job-description .wrapper-job-description .left .infos p {
      margin-bottom: 0;
      font-size: 16px; }
      @media only screen and (min-width: 992px) {
        html body .page-section.section-job-description .wrapper-job-description .left .infos p {
          font-size: calc(10px + 0.59vw);
          line-height: 1.29em; } }
    html body .page-section.section-job-description .wrapper-job-description .left .wrapper-link {
      padding-top: 50px; }
      @media only screen and (min-width: 992px) {
        html body .page-section.section-job-description .wrapper-job-description .left .wrapper-link {
          padding-top: 7.20vw; } }
      @media only screen and (min-width: 1480px) {
        html body .page-section.section-job-description .wrapper-job-description .left .wrapper-link {
          padding-top: 14.20vw; } }
    html body .page-section.section-job-description .wrapper-job-description .left.text-white .page-title {
      text-align: left; }
      html body .page-section.section-job-description .wrapper-job-description .left.text-white .page-title h3 {
        color: #ffffff; }
      html body .page-section.section-job-description .wrapper-job-description .left.text-white .page-title h2 {
        color: #ffffff; }
    html body .page-section.section-job-description .wrapper-job-description .left.text-white .infos p {
      color: #ffffff; }
    html body .page-section.section-job-description .wrapper-job-description .left.text-white .tag.black-bg {
      background: #ffffff;
      border-color: #ffffff;
      color: #272525; }
    html body .page-section.section-job-description .wrapper-job-description .left.text-white .tag.transparent-bg {
      background: transparent;
      border-color: #ffffff;
      color: #ffffff; }
  html body .page-section.section-job-description .wrapper-job-description .right {
    position: relative;
    z-index: 2;
    padding: 0 6.24vw 80px; }
    @media only screen and (min-width: 992px) {
      html body .page-section.section-job-description .wrapper-job-description .right {
        width: calc(100% - 40.67%);
        padding-left: 4.17%;
        padding-right: 2.17%;
        padding-top: 110px;
        margin: 0 0 0 40.67%; } }
    @media only screen and (min-width: 1024px) {
      html body .page-section.section-job-description .wrapper-job-description .right {
        padding-top: 11.625vw;
        padding-bottom: 9.42vw;
        width: calc(100% - 33%);
        margin: 0 0 0 33%; } }
    @media only screen and (min-width: 1480px) {
      html body .page-section.section-job-description .wrapper-job-description .right {
        padding-right: 7.08vw; } }
    html body .page-section.section-job-description .wrapper-job-description .right figure {
      width: 50vw;
      height: 50vw;
      border-radius: 50%;
      overflow: hidden;
      margin: -25vw auto 0;
      max-width: 250px;
      max-height: 250px; }
      @media only screen and (min-width: 500px) {
        html body .page-section.section-job-description .wrapper-job-description .right figure {
          margin: -125px auto 0; } }
      @media only screen and (min-width: 768px) {
        html body .page-section.section-job-description .wrapper-job-description .right figure {
          max-width: 384px;
          max-height: 384px;
          margin-top: -192px; } }
      @media only screen and (min-width: 992px) {
        html body .page-section.section-job-description .wrapper-job-description .right figure {
          width: 18.33vw;
          height: 18.33vw;
          margin-top: 0;
          position: absolute;
          top: 9.5vw;
          left: -9.165vw; } }
      @media only screen and (min-width: 1024px) {
        html body .page-section.section-job-description .wrapper-job-description .right figure {
          left: 4.17%; } }
      @media only screen and (min-width: 1600px) {
        html body .page-section.section-job-description .wrapper-job-description .right figure {
          top: 8.5vw; } }
    html body .page-section.section-job-description .wrapper-job-description .right .intro {
      padding: 40px 0 60px; }
      @media only screen and (max-width: 768px) {
        html body .page-section.section-job-description .wrapper-job-description .right .intro {
          font-size: 30px; } }
      @media only screen and (min-width: 992px) {
        html body .page-section.section-job-description .wrapper-job-description .right .intro {
          padding-top: 0;
          min-height: 17.125vw; } }
    html body .page-section.section-job-description .wrapper-job-description .right .right-info {
      text-align: left; }
      @media only screen and (min-width: 768px) {
        html body .page-section.section-job-description .wrapper-job-description .right .right-info {
          text-align: right; } }
    html body .page-section.section-job-description .wrapper-job-description .right .share-and-back-link {
      /*font-size: 0;*/
      margin-bottom: 40px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-content: flex-end; }
      @media only screen and (min-width: 992px) {
        html body .page-section.section-job-description .wrapper-job-description .right .share-and-back-link {
          margin-bottom: 2.71vw; } }
      html body .page-section.section-job-description .wrapper-job-description .right .share-and-back-link > * {
        flex: 0 1 auto; }
      html body .page-section.section-job-description .wrapper-job-description .right .share-and-back-link .shareWrap {
        display: block;
        margin: 0;
        width: 56px;
        height: 56px; }
      html body .page-section.section-job-description .wrapper-job-description .right .share-and-back-link .wrapper-link {
        padding-left: 34px;
        margin: 0; }
      html body .page-section.section-job-description .wrapper-job-description .right .share-and-back-link .share-link,
      html body .page-section.section-job-description .wrapper-job-description .right .share-and-back-link .wrapper-link {
        display: inline-block;
        vertical-align: middle; }
      html body .page-section.section-job-description .wrapper-job-description .right .share-and-back-link .share-link {
        width: 45px;
        height: 45px;
        background: #272525;
        border-radius: 50%;
        text-align: center;
        background: #272525 url("../../assets/images/icon-share.svg") no-repeat center center;
        background-size: 45.08% 47.82%;
        background-position: 45% 50%; }
        @media only screen and (min-width: 992px) {
          html body .page-section.section-job-description .wrapper-job-description .right .share-and-back-link .share-link {
            width: 2.95vw;
            height: 2.95vw; } }
    html body .page-section.section-job-description .wrapper-job-description .right .infos p {
      font-size: 20px;
      line-height: 1.33em;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) {
        html body .page-section.section-job-description .wrapper-job-description .right .infos p {
          font-size: calc(10px + 0.84vw); } }
    html body .page-section.section-job-description .wrapper-job-description .right .wysiwyg-content > h3:first-child {
      margin-bottom: 0; }
      html body .page-section.section-job-description .wrapper-job-description .right .wysiwyg-content > h3:first-child + h4 {
        margin-top: 0; }
    html body .page-section.section-job-description .wrapper-job-description .right .wysiwyg-content .wrapper-link {
      margin-top: 1.46vw; }
    @media only screen and (min-width: 1650px) {
      html body .page-section.section-job-description .wrapper-job-description .right .wysiwyg-content {
        padding-right: 5.29%; } }

html body .section-application .form-wrapper {
  padding: 0 6.24vw 0;
  max-width: 1450px;
  margin: 0 auto; }
  html body .section-application .form-wrapper .col-wrapper {
    font-size: 0; }
    html body .section-application .form-wrapper .col-wrapper label:not(.nolabel) {
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 400;
      line-height: 1em; }
      @media only screen and (min-width: 1024px) {
        html body .section-application .form-wrapper .col-wrapper label:not(.nolabel) {
          font-size: calc(10px + 0.59vw);
          margin-bottom: 20px; } }
  html body .section-application .form-wrapper .col-single {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      html body .section-application .form-wrapper .col-single {
        width: 50%;
        display: inline-block;
        vertical-align: middle; }
        html body .section-application .form-wrapper .col-single:first-child {
          padding-right: 10px; }
        html body .section-application .form-wrapper .col-single:last-child {
          padding-left: 10px; } }
    @media only screen and (min-width: 1024px) {
      html body .section-application .form-wrapper .col-single {
        margin-bottom: calc(20px + 1vw); } }
  html body .section-application .form-wrapper p {
    line-height: 1.5em;
    /*margin-bottom: 0;*/ }
  html body .section-application .form-wrapper .wrapper-link {
    padding-top: 40px; }
    @media only screen and (min-width: 1024px) {
      html body .section-application .form-wrapper .wrapper-link {
        padding-top: 4.5vw; } }

html body .section-application .upload-wrapper {
  padding-top: 60px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 1024px) {
    html body .section-application .upload-wrapper {
      padding-top: calc(6.42vw - (20px + 1vw));
      padding-bottom: 2.75vw; } }

html body .section-slider-culture {
  overflow: hidden; }
  html body .section-slider-culture article {
    position: relative;
    border: 30px solid #CE1172;
    padding: 190px 16px 60px; }
    @media only screen and (min-width: 768px) {
      html body .section-slider-culture article {
        padding: 5.125vw 0 4.92vw; } }
    @media only screen and (min-width: 1024px) {
      html body .section-slider-culture article {
        border: 60px solid #CE1172; } }
    @media only screen and (min-width: 1650px) {
      html body .section-slider-culture article {
        border: 80px solid #CE1172; } }
  html body .section-slider-culture .top-circle {
    background: #272525;
    border-radius: 50%;
    text-align: center;
    width: 220px;
    height: 220px;
    position: absolute;
    top: -64px;
    left: calc(50% - 110px); }
    @media only screen and (min-width: 768px) {
      html body .section-slider-culture .top-circle {
        top: calc((3.25vw + 30px)*-1);
        width: 19.25vw;
        height: 19.25vw;
        left: 16.04vw; } }
    @media only screen and (min-width: 1024px) {
      html body .section-slider-culture .top-circle {
        top: calc((3.25vw + 60px)*-1); } }
    @media only screen and (min-width: 1650px) {
      html body .section-slider-culture .top-circle {
        top: calc((3.25vw + 80px)*-1); } }
    html body .section-slider-culture .top-circle .top-circle-inner {
      display: inline-block;
      text-align: left;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
    html body .section-slider-culture .top-circle h2 {
      color: #CE1172;
      margin-bottom: 0;
      font-size: 28px;
      line-height: 0.85; }
      @media only screen and (min-width: 1280px) {
        html body .section-slider-culture .top-circle h2 {
          font-size: calc(10px + 2.59vw); } }
      html body .section-slider-culture .top-circle h2 img {
        margin-bottom: 4px;
        max-height: 26px; }
        @media only screen and (min-width: 1280px) {
          html body .section-slider-culture .top-circle h2 img {
            height: calc(10px + 1.9vw);
            max-height: initial; } }
  html body .section-slider-culture .col-text-and-heart {
    font-size: 0; }
    html body .section-slider-culture .col-text-and-heart .col-left .col-text-wrapper {
      border: 3px solid #CE1172;
      padding: 24px 12px 20px;
      max-width: 400px;
      margin: 0 auto; }
      html body .section-slider-culture .col-text-and-heart .col-left .col-text-wrapper h3 {
        color: #CE1172;
        font-size: 18px;
        font-weight: 900;
        text-align: center;
        line-height: 1.33;
        margin-bottom: 0; }
        html body .section-slider-culture .col-text-and-heart .col-left .col-text-wrapper h3.with-line {
          position: relative; }
          html body .section-slider-culture .col-text-and-heart .col-left .col-text-wrapper h3.with-line:before {
            content: '';
            display: block;
            background: #CE1172;
            position: absolute;
            width: 100%;
            height: 3px;
            left: 0;
            top: 50%;
            margin-top: -1.5px;
            z-index: 1; }
          html body .section-slider-culture .col-text-and-heart .col-left .col-text-wrapper h3.with-line .text {
            position: relative;
            z-index: 2;
            display: inline-block;
            padding: 0 12px;
            background: #ffffff; }
    html body .section-slider-culture .col-text-and-heart figure {
      margin-top: 25px;
      text-align: center; }
      html body .section-slider-culture .col-text-and-heart figure img {
        max-width: 210px; }
    @media only screen and (min-width: 768px) {
      html body .section-slider-culture .col-text-and-heart {
        margin-bottom: 100px;
        padding: 0 10.83vw 0; }
        html body .section-slider-culture .col-text-and-heart .col-left,
        html body .section-slider-culture .col-text-and-heart .col-right {
          display: inline-block;
          vertical-align: bottom; }
        html body .section-slider-culture .col-text-and-heart .col-left {
          padding-right: 4.625vw;
          width: 55%; }
          html body .section-slider-culture .col-text-and-heart .col-left .col-text-wrapper {
            max-width: 31.92vw;
            padding: 1.83vw 3.875vw 2vw;
            margin: 0 auto 0 0; }
            html body .section-slider-culture .col-text-and-heart .col-left .col-text-wrapper h3 {
              font-size: calc(10px + 1.25vw);
              line-height: 1; }
              html body .section-slider-culture .col-text-and-heart .col-left .col-text-wrapper h3.with-line {
                position: relative; }
                html body .section-slider-culture .col-text-and-heart .col-left .col-text-wrapper h3.with-line .text {
                  padding: 0 1.25vw; }
        html body .section-slider-culture .col-text-and-heart .col-right {
          padding-left: 8.17vw;
          width: 45%; }
          html body .section-slider-culture .col-text-and-heart .col-right figure {
            width: 20.625vw;
            margin-bottom: 0; }
            html body .section-slider-culture .col-text-and-heart .col-right figure img {
              max-width: 100%; } }
    @media only screen and (min-width: 1024px) {
      html body .section-slider-culture .col-text-and-heart {
        padding: 0 10.83vw 0; } }
  html body .section-slider-culture .slick-arrow {
    display: none !important; }
  html body .section-slider-culture .wrapper-slider {
    position: relative;
    max-width: 100%;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      html body .section-slider-culture .wrapper-slider {
        padding: 0 calc(10.83vw - 2vw); } }
    @media only screen and (min-width: 1024px) {
      html body .section-slider-culture .wrapper-slider {
        padding: 0 calc(10.83vw - 4.58vw); } }
  html body .section-slider-culture .culture-slider {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*
    > div {
      flex: 1 0 100%;
      .content-culture-slider {
          .number p {
          margin-left: auto;
          margin-right: auto;
          @media only screen and (min-width: 1024px) {
            margin-left: 0;
            margin-right: 0;
          }
        }
        .wrapper-text {
          text-align: center;
          @media only screen and (min-width: 1024px) {
            text-align: left;
          }
        }
      }
      @media only screen and (min-width: 1024px) {
        flex: 1 1 calc(50% - 2vw);
      }
    }
    @media only screen and (min-width: 1024px) {
      gap: 4vw 2vw;
    }
    */ }
    html body .section-slider-culture .culture-slider.slick-initialized {
      visibility: visible;
      opacity: 1; }
      html body .section-slider-culture .culture-slider.slick-initialized .slick-slide {
        display: inline-block;
        visibility: visible !important; }
    html body .section-slider-culture .culture-slider .slick-slide {
      display: inline-block;
      vertical-align: top;
      float: none;
      padding: 0;
      height: auto; }
      @media only screen and (min-width: 768px) {
        html body .section-slider-culture .culture-slider .slick-slide {
          padding: 0 2vw; } }
      @media only screen and (min-width: 1024px) {
        html body .section-slider-culture .culture-slider .slick-slide {
          padding: 0 4.58vw; } }
    html body .section-slider-culture .culture-slider .slick-slide:first-child {
      display: inline-block;
      visibility: hidden; }
  html body .section-slider-culture .content-culture-slider {
    text-align: left;
    padding: 0;
    position: relative;
    font-size: 0; }
    html body .section-slider-culture .content-culture-slider .number p {
      background: #CE1172;
      border-radius: 50%;
      height: 46.32px;
      width: 46.32px;
      margin-left: 0;
      margin-bottom: 16px;
      color: #ffffff;
      font-size: 30px;
      text-align: center;
      line-height: 46.32px; }
    html body .section-slider-culture .content-culture-slider h4 {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.33em;
      color: #CE1172;
      margin-bottom: 0;
      text-align: center; }
    @media only screen and (min-width: 1024px) {
      html body .section-slider-culture .content-culture-slider .number,
      html body .section-slider-culture .content-culture-slider .wrapper-text {
        display: inline-block;
        vertical-align: top; }
      html body .section-slider-culture .content-culture-slider .number p {
        height: 5.125vw;
        width: 5.125vw;
        font-size: calc(10px + 2.1vw);
        line-height: 5.125vw;
        margin-bottom: 0; }
      html body .section-slider-culture .content-culture-slider .wrapper-text {
        width: 66%;
        display: block; }
        html body .section-slider-culture .content-culture-slider .wrapper-text h4 {
          font-size: calc(10px + 0.84vw); } }
  html body .section-slider-culture .wrapper-controls {
    padding-top: 49px;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      html body .section-slider-culture .wrapper-controls {
        padding-top: 25px; } }
  html body .section-slider-culture article {
    opacity: 0.1;
    transform: scale(0.9);
    transition: opacity 1s, transform 1s cubic-bezier(0.4, 0, 0.2, 1); }
  html body .section-slider-culture article > * {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s; }
  html body .section-slider-culture article > *:nth-child(1) {
    transition-delay: 0.6s; }
  html body .section-slider-culture article > *:nth-child(2) {
    transition-delay: 0.8s; }
  html body .section-slider-culture article > *:nth-child(3) {
    transition-delay: 1s; }
  html body .section-slider-culture.effect-on article {
    opacity: 1;
    transform: none; }
  html body .section-slider-culture.effect-on article > * {
    opacity: 1;
    visibility: visible; }

@media only screen and (min-width: 1024px) {
  .page-404 .page-title h3 {
    margin-bottom: 6px; } }

@media only screen and (min-width: 1024px) {
  .page-404 .page-title h2 {
    margin-bottom: 78px; } }

select,
button.select-style {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 15px;
  font-weight: 900;
  color: #272525;
  border: 2px solid #272525;
  position: relative;
  padding: 14px 50px 15px 24px;
  background: transparent;
  display: block;
  width: 100%;
  border-radius: 18px;
  background-image: url("../../assets/images/icon-chevron-bottom-black.svg");
  background-repeat: no-repeat;
  background-size: 21px 13px;
  background-position-x: calc(100% - 24px);
  background-position-y: 50%;
  cursor: pointer;
  text-align: left; }
  @media only screen and (min-width: 1024px) {
    select,
    button.select-style {
      font-size: calc(10px + 0.59vw);
      padding: calc(10px + 0.5vw) calc(10px + 2.58vw) calc(10px + 0.5vw) calc(10px + 1vw);
      background-size: 1.35vw 0.83vw;
      background-position-x: calc(100% - 5.6%);
      border-radius: calc(10px + 1vw)/44%; } }
  select.white-select,
  button.select-style.white-select {
    color: #ffffff;
    border-color: #ffffff;
    background-image: url("../../assets/images/icon-chevron-bottom-white.svg"); }
    select.white-select option,
    button.select-style.white-select option {
      color: #272525; }

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

a.select-style {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 15px;
  font-weight: 900;
  color: #272525;
  border: 2px solid #272525;
  position: relative;
  padding: 14px 50px 15px 24px;
  background: transparent;
  display: block;
  width: 100%;
  border-radius: 18px;
  cursor: pointer;
  text-align: left; }
  a.select-style:after {
    content: '';
    font-size: 1em;
    width: 1em;
    height: 1em;
    background: url("../../assets/images/icon-chevron-bottom-black.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease; }
  @media only screen and (min-width: 1024px) {
    a.select-style {
      font-size: calc(10px + 0.59vw);
      padding: calc(10px + 0.5vw) calc(10px + 2.58vw) calc(10px + 0.5vw) calc(10px + 1vw);
      border-radius: calc(10px + 1vw)/44%; }
      a.select-style:after {
        font-size: 1.05em; } }
  a.select-style.white-select {
    color: #ffffff;
    border-color: #ffffff; }
    a.select-style.white-select:after {
      background: url("../../assets/images/icon-chevron-bottom-white.svg") no-repeat center center;
      background-size: contain; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
  font-size: 15px;
  font-weight: 400;
  color: #272525;
  border: 2px solid #272525;
  position: relative;
  padding: 14px 24px 15px 24px;
  background: transparent;
  display: block;
  width: 100%;
  border-radius: 18px; }
  @media only screen and (min-width: 1024px) {
    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    textarea {
      font-size: calc(10px + 0.59vw);
      padding: calc(10px + 0.5vw) calc(10px + 1vw) calc(10px + 0.5vw) calc(10px + 1vw);
      border-radius: calc(10px + 1vw)/44%; } }
  input[type="text"].white-input,
  input[type="number"].white-input,
  input[type="email"].white-input,
  input[type="tel"].white-input,
  input[type="search"].white-input,
  textarea.white-input {
    color: #ffffff;
    border-color: #ffffff; }

textarea {
  min-height: 8em; }
  @media only screen and (min-width: 1024px) {
    textarea {
      border-radius: 18px; } }

html body input[type="search"] {
  padding: 14px 24px 15px 46px !important;
  background-image: url("/assets/images/search-rounded.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-x: 11px;
  background-position-y: 50%; }
  @media only screen and (min-width: 1024px) {
    html body input[type="search"] {
      font-size: calc(10px + 0.59vw);
      padding: calc(10px + 0.5vw) calc(10px + 1vw) calc(10px + 0.5vw) calc(10px + 2.58vw);
      background-size: 28px; } }
  html body input[type="search"].white-input {
    background-image: url("/assets/images/search-rounded-white.svg"); }

.upload-wrapper input[type="file"] {
  display: none; }

[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1em;
  display: inline-block;
  color: #272525;
  font-weight: 400; }
  [type="radio"]:checked + label span.number,
  [type="radio"]:not(:checked) + label span.number,
  [type="checkbox"]:checked + label span.number,
  [type="checkbox"]:not(:checked) + label span.number {
    color: #adadad; }
  @media only screen and (min-width: 1024px) {
    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label,
    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label {
      font-size: calc(10px + 0.42vw); } }

[type="radio"]:disabled + label,
[type="checkbox"]:disabled + label {
  color: #707070; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #272525;
  background: #ffffff;
  border-radius: 4px; }

[type="radio"]:disabled + label:before,
[type="checkbox"]:disabled + label:before {
  border: 1px solid #cfcfcf; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #272525;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.2s ease;
  border-radius: 4px; }

[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* CONTACT FORM 7 */
form .wpcf7-form-control-wrap {
  display: block;
  position: static; }

form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important; }

form .wpcf7-not-valid, form .wpcf7-not-valid[type="checkbox"] + label, form .wpcf7-not-valid[type="radio"] + label {
  border: 2px solid red; }

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

form .wrapper-button-submit {
  display: flex;
  flex-direction: column;
  align-items: center; }
  form .wrapper-button-submit > * {
    flex: 0 0 auto; }
  form .wrapper-button-submit .wpcf7-spinner {
    margin-top: 1em; }

form.sent .form-wrapper {
  display: none; }

/*
Submit spinner
*/
.btn-submit-disabled {
  background: lightgray !important;
  border-color: lightgray !important;
  color: #999 !important; }

.btn-submit-disabled svg g path {
  fill: #999 !important; }

.btn-submit-loader-spin.spin {
  visibility: visible; }

.btn-submit-loader-spin {
  width: 48px;
  height: 48px;
  margin-top: 1em;
  border: 5px solid #CCC;
  border-bottom-color: #CE1172;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  visibility: hidden; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

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