@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input, label, select, button, textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 13px;
  font-family: Arial;
  -webkit-appearance: none; }

input {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input:focus {
    outline: 0; }

/* Box Sizing Reset
 *----------------------------------------------- */
/* All of our custom controls should be what we expect them to be */
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
 *----------------------------------------------- */
input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=checkbox], input[type=radio] {
  width: 13px;
  height: 13px; }

input[type=file], input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Button Controls
 *----------------------------------------------- */
/* File Uploads
 *----------------------------------------------- */
/* Search Input
 *----------------------------------------------- */
/* Make webkit render the search input like a normal text field */
::-webkit-search-decoration {
  display: none; }

button {
  overflow: visible;
  width: auto; }

input[type="reset"], input[type="button"], input[type="submit"] {
  overflow: visible;
  width: auto; }

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
 *----------------------------------------------- */
textarea {
  vertical-align: top;
  overflow: auto; }

/* Selects
 *----------------------------------------------- */
select[multiple] {
  vertical-align: top; }

@font-face {
  font-family: 'Roboto';
  src: url("/assets/fonts/RobotoRegular.eot");
  src: url("/assets/fonts/RobotoRegular.eot") format("embedded-opentype"), url("/assets/fonts/RobotoRegular.woff2") format("woff2"), url("/assets/fonts/RobotoRegular.woff") format("woff"), url("/assets/fonts/RobotoRegular.ttf") format("truetype"), url("/assets/fonts/RobotoRegular.svg#RobotoRegular") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/assets/fonts/RobotoBold.eot");
  src: url("/assets/fonts/RobotoBold.eot") format("embedded-opentype"), url("/assets/fonts/RobotoBold.woff2") format("woff2"), url("/assets/fonts/RobotoBold.woff") format("woff"), url("/assets/fonts/RobotoBold.ttf") format("truetype"), url("/assets/fonts/RobotoBold.svg#RobotoBold") format("svg");
  font-weight: bold; }

@font-face {
  font-family: 'Syncopate';
  src: url("/assets/fonts/SyncopateRegular.eot");
  src: url("/assets/fonts/SyncopateRegular.eot") format("embedded-opentype"), url("/assets/fonts/SyncopateRegular.woff2") format("woff2"), url("/assets/fonts/SyncopateRegular.woff") format("woff"), url("/assets/fonts/SyncopateRegular.ttf") format("truetype"), url("/assets/fonts/SyncopateRegular.svg#SyncopateRegular") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'Syncopate';
  src: url("/assets/fonts/SyncopateBold.eot");
  src: url("/assets/fonts/SyncopateBold.eot") format("embedded-opentype"), url("/assets/fonts/SyncopateBold.woff2") format("woff2"), url("/assets/fonts/SyncopateBold.woff") format("woff"), url("/assets/fonts/SyncopateBold.ttf") format("truetype"), url("/assets/fonts/SyncopateBold.svg#SyncopateBold") format("svg");
  font-weight: bold; }

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

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

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

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

body {
  font-family: "Roboto";
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

ul,
ol {
  padding-left: 0; }

.title {
  font-family: "Roboto"; }
  .title strong {
    font-weight: bold; }
  @media only screen and (max-width: 480px) {
    .title {
      font-size: 11px;
      line-height: 34px;
      letter-spacing: 0.05em;
      text-transform: none; } }
  .title--cap {
    text-transform: uppercase; }
  .title--marginbottom {
    margin-bottom: 40px; }
  .title--giant {
    padding-top: 290px;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 80px;
    letter-spacing: 0.44em; }
    @media only screen and (max-width: 480px) {
      .title--giant {
        font-size: 30px; } }
  .title--aboutintro {
    padding-top: 279px;
    margin-left: 27px;
    padding-bottom: 12px; }
  .title--homeintro {
    color: white;
    font-family: "Syncopate";
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .title--xxl {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.2em;
    color: black;
    margin: 90px auto;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .title--xxl {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0.09em;
        text-align: center;
        margin: 50px 55px; } }
    @media only screen and (max-width: 767px) {
      .title--xxl {
        margin-top: 20px;
        padding-top: 60px;
        margin-bottom: 20px;
        padding-bottom: 42px; } }
  .title--paddingtop {
    padding-top: 90px; }
    @media only screen and (max-width: 480px) {
      .title--paddingtop {
        text-align: center;
        padding-bottom: 60px;
        padding-top: 30px; } }
  .title--small {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Syncopate";
    font-weight: bold; }
    @media only screen and (max-width: 480px) {
      .title--small {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.15em;
        text-align: left; } }
  .title--sm--bigger {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.05em; }
  .title--medium {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.15em; }
    @media only screen and (max-width: 480px) {
      .title--medium {
        font-size: 31px;
        line-height: 40px;
        letter-spacing: 0.09em;
        text-align: left; } }
    @media only screen and (min-width: 767px) and (max-width: 992px) {
      .title--medium {
        font-size: 36px; } }
  .title--large {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-center: left; }
    @media only screen and (max-width: 480px) {
      .title--large {
        font-size: 28px;
        line-height: 40px;
        -o-object-fit: crop;
           object-fit: crop; } }
    .title--large--large--center {
      text-align: center;
      margin-top: -5px; }
  .title--larger-margin {
    margin-bottom: 48px;
    display: block; }
    @media only screen and (max-width: 480px) {
      .title--larger-margin {
        margin-bottom: 40px; } }
  .title--gold {
    color: #fcdd80;
    margin-bottom: 20px; }
    @media only screen and (max-width: 480px) {
      .title--gold {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.15em; } }
  .title--upward {
    position: relative;
    z-index: 5; }
  .title--white {
    color: white; }
  .title--darkblue {
    color: #262552; }
  .title--large--center {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #262552;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .title--large--center {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0.09em;
        margin-top: 100px; } }
  .title--grey {
    color: #656565;
    text-transform: normal; }
  .title--gold-dot {
    color: #262552; }
    @media only screen and (max-width: 480px) {
      .title--gold-dot {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0.09em;
        position: relative;
        padding-bottom: 85px;
        top: 25px; } }
    .title--gold-dot:after {
      content: ".";
      color: #fcdd80; }
      @media only screen and (max-width: 480px) {
        .title--gold-dot:after {
          display: none; } }
  .title--about {
    font-family: "Syncopate";
    font-weight: bold;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0.015em; }
  .title--contact {
    font-family: "Syncopate";
    font-weight: bold;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 6;
    text-align: center; }

.text--common {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.025em; }
  .text--common h3 {
    font-family: "Roboto";
    font-size: 26px;
    color: #262552;
    letter-spacing: 0.05em;
    line-height: 40px;
    padding-bottom: 60px; }
    @media only screen and (max-width: 480px) {
      .text--common h3 {
        margin-bottom: 50px; } }
  .text--common p {
    margin-bottom: 40px; }
    @media only screen and (max-width: 480px) {
      .text--common p {
        margin-bottom: 34px; } }

.text--white {
  color: white; }
  .text--white h3 {
    color: white; }

.text--back {
  color: black; }

.text--grey {
  color: #656565; }

.text--darkblue {
  color: #262552; }

.text--aboutparagraphintro {
  font-family: "Roboto";
  color: white;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.025em;
  position: relative;
  z-index: 5;
  text-align: center;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  width: 735px;
  margin: 0 auto; }
  @media only screen and (max-width: 1280px) {
    .text--aboutparagraphintro {
      position: absolute;
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    .text--aboutparagraphintro {
      position: absolute;
      font-size: 16px;
      width: 100%;
      padding-left: 21px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .text--aboutparagraphintro {
      position: absolute;
      width: 100%; } }
  @media only screen and (min-width: 767px) and (max-width: 992px) {
    .text--aboutparagraphintro {
      position: absolute;
      width: 100%; } }
  @media only screen and (min-width: 992px) and (max-width: 1280px) {
    .text--aboutparagraphintro {
      position: absolute;
      width: 100%;
      display: block; } }

.text--padding {
  padding: 0 20px; }

.link {
  cursor: pointer;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.025em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .link--small {
    font-size: 11px;
    line-height: 36px;
    letter-spacing: 0.025em; }
  .link--social {
    font-family: "Syncopate";
    font-weight: bold;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.05em; }
  .link--bold {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
    opacity: 0.8; }
  .link--legal {
    text-transform: none; }
  .link--copyrights {
    text-transform: none; }
  .link--lang {
    font-family: "Syncopate";
    font-weight: bold;
    text-transform: none;
    opacity: 0.4;
    text-transform: capitalize;
    font-size: 11px; }
  .link--gold {
    text-transform: none;
    font-family: "Roboto";
    font-weight: bold;
    text-align: left;
    position: relative; }
    .link--gold span {
      display: block;
      color: #fcdd80;
      font-family: "Syncopate";
      font-weight: normal;
      font-size: 10px;
      letter-spacing: 0.015em;
      text-transform: uppercase; }
    .link--gold .link-websites {
      font-family: "Roboto";
      font-weight: bold;
      font-size: 14px;
      line-height: 36px;
      letter-spacing: 0.2em;
      margin-top: -20px;
      opacity: 0.8; }
      .link--gold .link-websites:after {
        content: "";
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        margin-left: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: transparent #ffffff transparent transparent; }
  .link:hover {
    opacity: 1;
    color: #fcdd80; }

.pagination {
  font-family: "Syncopate";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 34px; }
  .pagination__current {
    color: #fcdd80;
    font-weight: bold; }
  .pagination__total {
    color: #262552; }

.btn {
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  overflow: hidden;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }
  .btn--gold {
    background: #fcdd80;
    color: #262552; }
    .btn--gold:hover {
      color: #fcdd80;
      background: #262552;
      border-color: #fcdd80; }
  .btn--blue {
    background: white;
    border-color: #262552;
    font-family: "Roboto"; }
    .btn--blue:hover {
      color: white;
      background: #262552;
      border-color: white; }
  .btn--brd-gold {
    border-color: #fcdd80;
    background: transparent;
    color: #fcdd80; }
    .btn--brd-gold:hover {
      background: #fcdd80;
      color: #262552; }

.arrow {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .arrow__picto {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid white;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .arrow__picto:after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      margin: -6px;
      left: 50%;
      top: 50%;
      position: absolute;
      border-bottom: 1px solid white;
      border-right: 1px solid white;
      -webkit-transform: rotate(-45deg) translate(-2px, -2px);
          -ms-transform: rotate(-45deg) translate(-2px, -2px);
              transform: rotate(-45deg) translate(-2px, -2px); }
  .arrow--left .arrow__picto:after {
    -webkit-transform: rotate(-225deg) translate(-2px, -2px);
        -ms-transform: rotate(-225deg) translate(-2px, -2px);
            transform: rotate(-225deg) translate(-2px, -2px); }
  .arrow--left:hover {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px); }
  .arrow--right:hover {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  .arrow__label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-family: "Syncopate";
    font-weight: bold;
    text-transform: uppercase;
    color: white; }
  .arrow--blue {
    opacity: 0.5; }
    .arrow--blue .arrow__picto {
      border-color: #262552; }
      .arrow--blue .arrow__picto:after {
        border-color: #262552; }
    .arrow--blue .arrow__label {
      color: #262552; }
  .arrow--grey {
    opacity: 0.7; }
    .arrow--grey .arrow__picto {
      border-color: #656565; }
      .arrow--grey .arrow__picto:after {
        border-color: #656565; }
    .arrow--grey .arrow__label {
      color: #656565; }

.big-button {
  border: 1px solid #fcdd80;
  padding: 8px 40px 20px;
  width: 385px;
  position: relative;
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .big-button__link {
    font-family: "Roboto";
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    opacity: 0.5;
    letter-spacing: 0.15em;
    max-width: 300px;
    display: block; }
  .big-button__label {
    font-family: "Syncopate";
    font-weight: bold;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fcdd80;
    display: block; }
  .big-button:after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    opacity: 0.5;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    bottom: 25px;
    right: 28px; }
  .big-button:hover {
    background: #fcdd80; }
    .big-button:hover .big-button__label, .big-button:hover .big-button__link {
      color: #262552; }

.container {
  margin: 0px auto;
  max-width: 1100px; }
  .container--xl {
    max-width: 1180px; }

.offer {
  background-image: url("../images/bg-fondu-firstoffer.png");
  position: relative;
  padding: 60px 60px 50px 60px; }
  @media only screen and (max-width: 480px) {
    .offer {
      position: relative;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .offer {
      width: 100%; } }
  @media only screen and (min-width: 767px) and (max-width: 992px) {
    .offer {
      width: 100%; } }
  .offer strong {
    font-family: "Syncopate";
    font-weight: bold;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-top: 17px;
    position: absolute;
    margin-top: -45px; }
  .offer--second {
    background-image: url("../images/bg-fondu-secondoffer.png");
    position: relative; }
    .offer--second h3 {
      padding-bottom: 48px;
      margin-bottom: 0; }
      @media only screen and (max-width: 480px) {
        .offer--second h3 {
          padding-bottom: 35px;
          font-size: 26px;
          line-height: 40px;
          letter-spacing: 0.05em; } }
  .offer--large {
    background-image: url("../images/surmesure.png"); }
  .offer--white {
    background: white !important; }
  .offer__title .title--small {
    display: block; }
  @media only screen and (max-width: 480px) {
    .offer__title {
      text-align: left;
      padding-top: 10px; } }
  .offer__title .title--medium {
    display: block; }
  .offer__button {
    position: absolute;
    bottom: 50px; }
    @media only screen and (max-width: 1180px) {
      .offer__button {
        position: relative;
        bottom: auto;
        display: inline-block; } }

.contact-us {
  background-image: url("../../source/images/contactusbg.png");
  text-align: center;
  margin: 0 auto;
  padding: 100px 170px 70px; }
  .contact-us__title .title {
    display: block; }
    @media only screen and (max-width: 480px) {
      .contact-us__title .title {
        padding-top: 40px;
        text-align: center;
        margin-bottom: 30px; } }
    .contact-us__title .title--small {
      margin-bottom: 30px; }
      @media only screen and (max-width: 480px) {
        .contact-us__title .title--small {
          margin-bottom: 0; } }
  @media only screen and (max-width: 480px) {
    .contact-us {
      display: block;
      max-width: 100%;
      padding: 20px;
      padding-bottom: 75px; } }
  @media only screen and (max-width: 767px) {
    .contact-us {
      padding: 40px; } }

.about-block__top {
  width: auto;
  max-width: 100%;
  margin: auto;
  position: relative; }
  .about-block__top .title {
    position: relative;
    z-index: 10; }
  .about-block__top .waves {
    opacity: 0.6;
    position: absolute;
    width: 500px;
    right: -150px;
    top: 60px;
    z-index: 1; }
    @media only screen and (max-width: 1180px) {
      .about-block__top .waves {
        right: 50%;
        margin-right: -250px;
        top: auto;
        top: 30%; } }
    @media only screen and (max-width: 480px) {
      .about-block__top .waves {
        max-width: 100%;
        left: 0;
        top: 40px; } }

.about-block__intro {
  background: white;
  max-width: 690px;
  padding: 120px 0 190px 120px;
  position: relative; }
  .about-block__intro:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../images/background/trame.png");
    left: 0;
    right: 0;
    top: 90px;
    bottom: 100px; }
    @media only screen and (max-width: 480px) {
      .about-block__intro:after {
        top: 40px;
        bottom: 0px;
        left: 78px; } }
  .about-block__intro h3 {
    margin-bottom: 70px; }
  .about-block__intro strong {
    font-weight: bold; }

@media only screen and (max-width: 1180px) {
  .about-block__intro {
    padding: 50px;
    margin: auto; }
    .about-block__intro h3 {
      margin-bottom: 30px; }
  .about-block__top {
    max-width: 600px; } }

@media only screen and (max-width: 767px) {
  .about-block {
    padding: 0 30px; } }

.about-block__picture {
  width: 615px;
  height: 415px;
  max-height: auto;
  position: absolute;
  vertical-align: right;
  right: -40px;
  top: 130px;
  z-index: 10; }
  @media only screen and (max-width: 1280px) {
    .about-block__picture {
      right: 0;
      max-width: 50%; } }
  @media only screen and (max-width: 1180px) {
    .about-block__picture {
      position: relative;
      width: auto;
      height: auto;
      max-width: 100%;
      right: auto;
      top: auto;
      text-align: center; } }
  .about-block__picture img {
    width: auto;
    max-width: 100%;
    height: auto; }

.about-block__bottom {
  text-align: left;
  position: relative;
  max-width: 575px;
  margin-left: 410px;
  margin-top: 140px; }
  .about-block__bottom h3 {
    margin-top: 20px;
    position: relative; }
  .about-block__bottom p {
    position: relative;
    margin-bottom: 75px; }
  .about-block__bottom a {
    position: relative; }
  @media only screen and (max-width: 1180px) {
    .about-block__bottom {
      margin: 40px auto; } }

.description-block {
  background-color: white;
  padding-top: 130px;
  padding-bottom: 108px;
  padding-left: 140px;
  padding-right: 119px;
  margin-top: -60px;
  position: relative;
  z-index: 1; }
  .description-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .description-block__title__sup {
      margin-right: 140px; }
  @media only screen and (max-width: 1280px) {
    .description-block {
      padding: 70px 80px; }
      .description-block__title {
        display: block; }
        .description-block__title__sup {
          margin-right: 0; } }
  @media only screen and (max-width: 480px) {
    .description-block {
      padding: 30px; } }

.first-description__content {
  max-width: 686px;
  padding-left: 120px;
  padding-top: 100px; }
  .first-description__content--2 {
    max-width: 686px;
    padding-left: 120px;
    padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .first-description__content {
      padding: 50px 20px 0; } }
  @media only screen and (max-width: 480px) {
    .first-description__content {
      padding: 50px 20px 0; } }

.first-description__slideshow {
  max-width: 920px;
  float: right; }

.first-description__content {
  clear: both; }

.waves {
  position: relative; }
  .waves img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .waves img:nth-child(1) {
      -webkit-animation: 60s wave-rotation infinite linear;
              animation: 60s wave-rotation infinite linear; }
    .waves img:nth-child(2) {
      -webkit-animation: 60s wave-rotation-reversed infinite linear;
              animation: 60s wave-rotation-reversed infinite linear; }
    .waves img:nth-child(3) {
      -webkit-animation: 50s wave-rotation infinite linear;
              animation: 50s wave-rotation infinite linear; }

.section--intro-home {
  position: relative; }
  .section--intro-home__intro {
    position: absolute;
    bottom: 90px;
    text-align: center;
    z-index: 20;
    left: 0;
    right: 0; }

.section__offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 1180px) {
    .section__offers {
      display: block; } }
  .section__offers .offer {
    max-width: 530px;
    min-height: 650px;
    padding: 60px 60px 100px 60px; }
    @media only screen and (max-width: 1180px) {
      .section__offers .offer {
        margin: 0 auto 40px;
        min-height: 0;
        padding: 50px; } }
    @media only screen and (max-width: 480px) {
      .section__offers .offer {
        padding: 30px; } }

.section__single-offer {
  background: white; }

.section--custom-offer {
  margin: 50px auto 0; }
  .section--custom-offer__offer-top {
    padding-bottom: 200px;
    margin-bottom: -200px;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 1180px) {
      .section--custom-offer__offer-top {
        padding-bottom: 20%;
        margin-bottom: -20%; } }
  .section--custom-offer__picture {
    text-align: center;
    position: relative;
    z-index: 10; }
    .section--custom-offer__picture img {
      width: 100%;
      padding-left: 10%;
      padding-right: 10%; }

.section--about {
  background-image: url("../../source/images/bg-fonduend.png");
  background-size: cover;
  background-position: center;
  margin-top: 90px;
  padding-top: 90px;
  padding-bottom: 120px;
  overflow: hidden; }

.section--partners {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  background: white; }
  @media only screen and (max-width: 480px) {
    .section--partners {
      padding-top: 120px;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .section--partners {
      padding-top: 84px; } }
  .section--partners:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../images/background/trame.png");
    left: 0;
    right: 0;
    top: 0;
    bottom: 110px;
    z-index: 0;
    pointer-events: none; }
    @media only screen and (max-width: 480px) {
      .section--partners:after {
        bottom: 145px; } }
  .section--partners--partners-about {
    padding-top: 126px;
    position: relative;
    z-index: 1;
    background-color: white; }
    .section--partners--partners-about h2 {
      font-size: 30px;
      line-height: 40px;
      margin-top: 60px;
      margin-bottom: 60px;
      margin-left: -14px; }
      @media only screen and (max-width: 480px) {
        .section--partners--partners-about h2 {
          margin-top: 24px;
          margin-left: 15px; } }

.section--intro-about {
  background-image: url("../images/background/about-background.png");
  background-position: center;
  background-size: cover;
  min-height: 677px;
  text-align: center;
  position: relative;
  width: auto; }
  .section--intro-about:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #262552;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  @media only screen and (max-width: 480px) {
    .section--intro-about h1 {
      position: relative;
      font-size: 32px;
      bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .section--intro-about h1 {
      position: relative;
      bottom: 100px; } }
  @media only screen and (max-width: 767px) {
    .section--intro-about h3 {
      position: relative;
      bottom: 50px; } }
  .section--intro-about__goldtitleabout {
    font-family: "Roboto";
    font-size: 60px;
    color: #fcdd80;
    line-height: 80px;
    letter-spacing: 0.44em;
    text-transform: uppercase;
    padding-top: 200px;
    margin-bottom: 60px;
    position: relative;
    z-index: 5; }
    @media only screen and (max-width: 480px) {
      .section--intro-about__goldtitleabout {
        font-size: 13px; } }
  .section--intro-about .subtitle {
    font-family: "Syncopate";
    font-weight: bold;
    font-size: 12px;
    color: white;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    z-index: 4; }
  .section--intro-about p {
    font-family: "Roboto";
    color: white;
    font-size: 16px;
    text-transform: none;
    padding-left: 308px;
    padding-right: 308px;
    margin-top: 68px;
    padding-bottom: 96px;
    position: relative;
    z-index: 5; }

.section--first-description {
  margin: 32px auto 0; }
  .section--first-description .sliders {
    margin: 0 0 130px auto; }
  .section--first-description:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../images/background/trame.png");
    height: 500px;
    left: 150px;
    right: 0;
    top: 900px;
    bottom: 0; }
    @media only screen and (max-width: 480px) {
      .section--first-description:after {
        left: 150px; } }
    @media only screen and (max-width: 767px) {
      .section--first-description:after {
        left: 45px;
        top: 44px; } }

.section--second-description {
  background: white; }
  .section--second-description__container {
    max-width: 1100px;
    margin: 120px auto 0;
    padding-bottom: 130px; }
    @media only screen and (max-width: 480px) {
      .section--second-description__container {
        padding-bottom: 80px; } }
  .section--second-description__picture {
    position: relative;
    bottom: 180px;
    padding-top: 40px; }
    .section--second-description__picture img {
      display: block;
      margin: auto;
      max-width: 100%; }
  .section--second-description__summary {
    text-align: center;
    padding: 0 60px;
    margin-top: -60px; }

.section--partners .partners-about {
  position: relative;
  z-index: 1;
  padding-top: 65px; }
  .section--partners .partners-about:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("../images/background/trame.png");
    width: 1266px;
    height: 500px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .section--partners .partners-about .slideshow-partners__nav #arrow-left {
    margin-top: 78px; }
  .section--partners .partners-about .slideshow-partners__nav #arrow-right {
    margin-top: 78px; }

.section--partners--white {
  background: white; }

.section--intro-contact {
  position: relative;
  z-index: auto;
  min-height: 677px;
  text-align: center;
  background-image: url("../images/background/contact-background.png"); }
  .section--intro-contact:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #262552;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  @media only screen and (max-width: 480px) {
    .section--intro-contact h1 {
      font-size: 32px;
      padding-bottom: 30px; } }
  .section--intro-contact h3 {
    font-family: "Syncopate";
    font-weight: bold;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-left: -4px;
    z-index: 6;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .section--intro-contact h3 {
        width: 100%;
        padding: 30px;
        text-align: center; } }

.section--common {
  background: #f0f0f0;
  position: relative;
  max-width: 100%;
  padding-bottom: 10px; }
  .section--common__layout {
    position: relative;
    z-index: 20;
    background: white;
    width: 1100px;
    max-width: 100%;
    margin: 0px auto;
    padding: 125px 125px 30px;
    -webkit-transform: translatey(-50px);
        -ms-transform: translatey(-50px);
            transform: translatey(-50px); }
  @media only screen and (max-width: 930px) {
    .section--common__layout {
      padding: 50px; } }
  @media only screen and (max-width: 480px) {
    .section--common__layout {
      padding: 50px 20px; } }

.footer {
  background-color: #22223c; }
  .footer__container {
    width: 1180px;
    max-width: 100%;
    margin: auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  .footer__social {
    color: white; }
    .footer__social span {
      opacity: 0.4; }
    .footer__social a {
      opacity: 0.4; }
      .footer__social a:hover {
        opacity: 1; }
  .footer__part--left {
    margin-right: 50px; }
  .footer__part--right__top {
    padding-top: 33px;
    margin-bottom: 60px; }
    .footer__part--right__top .footer__links {
      margin-right: 40px; }
  .footer__part--right__top, .footer__part--right__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__part--right__bottom .big-button:first-child {
    margin-right: 80px; }
  @media only screen and (max-width: 1180px) {
    .footer__container {
      padding: 60px 50px; }
    .footer__part--right__top {
      margin-bottom: 20px; }
    .footer__part--right__bottom {
      display: block; }
      .footer__part--right__bottom .big-button {
        width: auto; }
        .footer__part--right__bottom .big-button:first-child {
          margin-right: 0;
          margin-bottom: 30px; } }
  @media only screen and (max-width: 992px) {
    .footer__container {
      display: block; }
    .footer__part--right__top {
      display: block; } }
  @media only screen and (max-width: 480px) {
    .footer__container {
      padding: 30px; } }
  .footer__logo {
    display: block; }
    .footer__logo img {
      display: block;
      width: 150px;
      height: 54px; }
  .footer__links-about {
    margin-right: 50px; }
  .footer__copyrights-legal {
    opacity: 0.4;
    position: absolute;
    left: 0px;
    bottom: 100px; }
    @media only screen and (max-width: 1180px) {
      .footer__copyrights-legal {
        left: 50px; } }
    @media only screen and (max-width: 992px) {
      .footer__copyrights-legal {
        position: relative;
        display: block;
        left: auto;
        bottom: auto;
        margin-top: 30px; } }

.header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  filter-gradient: rgba(31, 30, 44, 0.5), rgba(31, 30, 44, 0), vertical;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 30, 44, 0.7)), to(rgba(31, 30, 44, 0)));
  background-image: -o-linear-gradient(top, rgba(31, 30, 44, 0.7) 0%, rgba(31, 30, 44, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(31, 30, 44, 0.7) 0%, rgba(31, 30, 44, 0) 100%); }
  .header__container {
    width: 1180px;
    max-width: 100%;
    margin: auto; }
  .header__nav {
    float: right;
    line-height: 94px; }
  .header__pages, .header__lang {
    line-height: 1;
    vertical-align: middle;
    display: inline-block; }
  .header__logo {
    line-height: 94px;
    float: left;
    display: block;
    position: relative;
    z-index: 20; }
    .header__logo img {
      display: inline-block;
      width: 150px;
      height: 54px;
      vertical-align: middle; }
  .header__pages li {
    vertical-align: top;
    display: inline-block;
    line-height: 1;
    margin-right: 40px; }
  .header__lang a {
    vertical-align: middle;
    line-height: 1;
    display: inline-block; }
  .header__lang-separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fcdd80;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 2px; }
  .header__burger {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 30px;
    height: 20px;
    display: none;
    z-index: 30; }
    .header__burger span {
      height: 2px;
      background: white;
      width: 100%;
      position: absolute;
      display: block;
      left: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .header__burger span:nth-child(1) {
        top: 0; }
      .header__burger span:nth-child(2) {
        margin-top: -1px;
        top: 50%; }
      .header__burger span:nth-child(3) {
        bottom: 0; }
    .header__burger.is-opened span:nth-child(1) {
      -webkit-transform: translateY(9px) rotate(45deg);
          -ms-transform: translateY(9px) rotate(45deg);
              transform: translateY(9px) rotate(45deg); }
    .header__burger.is-opened span:nth-child(2) {
      opacity: 0;
      -webkit-transform: scaleX(0.5) translateX(-30px);
          -ms-transform: scaleX(0.5) translateX(-30px);
              transform: scaleX(0.5) translateX(-30px); }
    .header__burger.is-opened span:nth-child(3) {
      -webkit-transform: translateY(-9px) rotate(-45deg);
          -ms-transform: translateY(-9px) rotate(-45deg);
              transform: translateY(-9px) rotate(-45deg); }
  @media only screen and (max-width: 1180px) {
    .header {
      padding: 0 20px; } }
  @media only screen and (max-width: 930px) {
    .header__burger {
      display: block; }
    .header__nav {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 0;
      overflow: hidden;
      background: black;
      z-index: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transition: height .3s;
      -o-transition: height .3s;
      transition: height .3s; }
    .header__lang {
      display: block;
      text-align: center; }
    .header__pages {
      text-align: center;
      display: block;
      padding-left: 0;
      margin-bottom: 10px; }
      .header__pages li {
        margin-right: 0;
        display: block; }
        .header__pages li .link {
          font-size: 18px; }
    .header.is-opened .header__nav {
      height: 100vh; } }

.section .form__title {
  font-family: "Syncopate";
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #656565; }
  .section .form__title--mention {
    font-size: 12px; }

.section .inline-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media only screen and (max-width: 930px) {
    .section .inline-block {
      display: block; } }

.section .field__input {
  height: 70px;
  border: 1px solid #656565;
  margin-top: 22px;
  margin-bottom: 20px; }

.section .field input {
  font-size: 16px;
  width: 100%;
  padding-left: 60px;
  margin-top: 8px;
  vertical-align: -webkit-baseline-middle; }
  @media only screen and (max-width: 480px) {
    .section .field input {
      padding-left: 20px; } }

.section .field--half {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .section .field--half:first-child {
    margin-right: 40px; }

.section .field--textarea textarea {
  font-size: 16px;
  resize: none;
  width: 100%;
  height: 280px;
  border: 1px solid #656565;
  padding-left: 60px;
  padding-top: 30px;
  margin-top: 22px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 480px) {
    .section .field--textarea textarea {
      padding-left: 20px;
      height: 270px;
      padding-right: 10px;
      margin-top: 10px;
      margin-bottom: 0px;
      padding-top: 20px; } }

.section .form-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 480px) {
    .section .form-end {
      margin-top: 50px;
      padding-bottom: 50px;
      display: block; } }

.slideshow-intro {
  position: relative; }
  .slideshow-intro__container {
    max-width: 100%;
    height: 100vh; }
  .slideshow-intro .owl-carousel {
    display: block;
    height: 100%;
    position: relative; }
    .slideshow-intro .owl-carousel .owl-stage-outer, .slideshow-intro .owl-carousel .owl-stage, .slideshow-intro .owl-carousel .owl-item {
      height: 100%;
      overflow: hidden;
      position: relative; }
    .slideshow-intro .owl-carousel img, .slideshow-intro .owl-carousel video {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .slideshow-intro__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 90px;
    right: 90px;
    z-index: 1;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    margin-top: -21px; }
  @media only screen and (max-width: 480px) {
    .slideshow-intro__nav {
      position: absolute;
      left: 20px;
      right: 20px; } }

.slideshow-partners {
  position: relative;
  max-width: 1100px;
  margin: 80px auto 0;
  padding-bottom: 50px; }
  .slideshow-partners__container {
    width: 850px;
    max-width: 100%;
    margin: auto; }
  .slideshow-partners .owl-item {
    width: 212px;
    height: 212px;
    line-height: 210px;
    background: white;
    border: 1px solid #afafaf;
    text-align: center; }
    .slideshow-partners .owl-item img {
      width: auto !important;
      height: auto;
      max-width: 90%;
      max-height: 90%;
      display: inline-block !important;
      vertical-align: middle; }
  .slideshow-partners .owl-nav {
    display: none; }
  .slideshow-partners__nav .arrow {
    position: absolute;
    top: 50%;
    margin-top: -50px; }
  .slideshow-partners__nav .arrow--left {
    left: -40px; }
  .slideshow-partners__nav .arrow--right {
    right: -40px; }
  @media only screen and (max-width: 1180px) {
    .slideshow-partners {
      padding: 0 50px; }
      .slideshow-partners__nav {
        max-width: 850px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .slideshow-partners__nav .arrow {
          position: relative;
          top: auto;
          margin-top: 0; }
          .slideshow-partners__nav .arrow--left, .slideshow-partners__nav .arrow--right {
            left: auto;
            right: auto; } }
  @media only screen and (max-width: 480px) {
    .slideshow-partners {
      padding: 0 20px; } }
  .slideshow-partners__pages {
    font-family: "Syncopate";
    font-weight: normal;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0.25em;
    text-align: center;
    margin-top: 60px; }
    @media only screen and (max-width: 480px) {
      .slideshow-partners__pages {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 40px;
        margin-bottom: 90px;
        position: relative;
        top: 30px; } }
    .slideshow-partners__pages .pages--blue {
      color: #262552; }
    .slideshow-partners__pages .pages--gold {
      color: #fcdd80;
      font-weight: bold; }
  .slideshow-partners__pagination {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px; }

.sliders {
  position: relative; }
  .sliders__slides {
    position: relative; }
  .sliders__nav {
    margin-top: 50px; }
    .sliders__nav .arrow {
      display: inline-block;
      vertical-align: middle; }
      .sliders__nav .arrow:first-child {
        margin-right: 30px; }
  .sliders .owl-nav {
    display: none; }
  .sliders--draggable {
    max-width: 915px;
    position: relative;
    margin: auto; }
    .sliders--draggable .sliders__slides {
      height: 520px;
      overflow: hidden; }
      .sliders--draggable .sliders__slides .owl-stage-outer, .sliders--draggable .sliders__slides .owl-stage, .sliders--draggable .sliders__slides .owl-item {
        height: 100%;
        overflow: hidden;
        position: relative; }
        .sliders--draggable .sliders__slides .owl-stage-outer img, .sliders--draggable .sliders__slides .owl-stage img, .sliders--draggable .sliders__slides .owl-item img {
          position: absolute;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 100%; }
  .sliders__controls {
    position: relative;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .sliders__controls .sliders__nav {
      margin-top: 0; }
    .sliders__controls .sliders__dragbar {
      width: calc(100% - 350px); }
  .sliders__dragbar {
    position: relative;
    height: 56px;
    margin-left: 28px;
    margin-right: 28px; }
    .sliders__dragbar:after {
      content: '';
      height: 1px;
      left: 0px;
      right: 0px;
      top: 50%;
      position: absolute;
      background: #8b8aa1;
      display: block;
      z-index: 1; }
    .sliders__dragbar__cursor {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      border: 1px solid white;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      cursor: pointer;
      cursor: -webkit-grab;
      cursor: grab;
      margin-left: -28px; }
      .sliders__dragbar__cursor.is-grabbed {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
      .sliders__dragbar__cursor:after, .sliders__dragbar__cursor::before {
        content: '';
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5; }
      .sliders__dragbar__cursor:after {
        width: 46px;
        height: 46px;
        margin: -23px;
        z-index: 3;
        background: white; }
      .sliders__dragbar__cursor:before {
        width: 20px;
        height: 20px;
        margin: -10px;
        background: #fcdd80; }
  @media only screen and (max-width: 930px) {
    .sliders__controls {
      margin-top: 50px; } }
  @media only screen and (max-width: 480px) {
    .sliders__controls {
      margin-top: 30px; }
      .sliders__controls .sliders__nav {
        margin: auto; }
    .sliders__dragbar {
      display: none; } }

.page--default .section--top-page {
  min-height: 400px; }

.page .section--top-page {
  text-align: center;
  height: 680px;
  max-height: 80vh;
  background-color: #262552;
  position: relative; }
  .page .section--top-page__bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3; }
  .page .section--top-page__container {
    position: relative;
    z-index: 10; }
  .page .section--top-page--light {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px; }
  .page .section--top-page .title--xxl {
    color: #fcdd80;
    margin-bottom: 50px; }
  .page .section--top-page .title--cap {
    margin-bottom: 60px; }
  .page .section--top-page .text--common {
    max-width: 630px;
    color: white; }
  @media only screen and (max-width: 930px) {
    .page .section--top-page {
      padding: 0px 50px; }
      .page .section--top-page .title--xxl {
        margin-bottom: 30px; }
      .page .section--top-page .title--cap {
        margin-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .page .section--top-page {
      padding: 0px 20px; }
      .page .section--top-page .title--xxl {
        margin-bottom: 30px; }
      .page .section--top-page .title--cap {
        margin-bottom: 40px; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

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

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
/*# sourceMappingURL=main.css.map */
