/* -----------------------------------------------------
   Variable
   ----------------------------------------------------- */
@font-face {
  font-family: 'Teko';
  src: url("../font/Teko-Light.woff2") format("woff2"), url("../font/Teko-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Teko';
  src: url("../font/Teko-Medium.woff2") format("woff2"), url("../font/Teko-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Teko';
  src: url("../font/Teko-SemiBold.woff2") format("woff2"), url("../font/Teko-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sen';
  src: url("../font/Sen-ExtraBold.woff2") format("woff2"), url("../font/Sen-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sen';
  src: url("../font/Sen-Regular.woff2") format("woff2"), url("../font/Sen-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Teko';
  src: url("../font/Teko-Bold.woff2") format("woff2"), url("../font/Teko-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Teko';
  src: url("../font/Teko-Regular.woff2") format("woff2"), url("../font/Teko-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sen';
  src: url("../font/Sen-Bold.woff2") format("woff2"), url("../font/Sen-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Colors
  ========================================================================== */
/* Shadow
========================================================================== */
/* Typography
========================================================================== */
/* -----------------------------------------------------
   Mixins
   ----------------------------------------------------- */
/* -----------------------------------------------------
   Common
   ----------------------------------------------------- */
/*Titles*/
.title {
  display: block;
}

.title--pretitle {
  display: block;
  color: #fcd004;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .title--pretitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 30px;
  }
}

.title--subtitle {
  color: #b8b8b8;
  font-size: 0.6875rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sen", sans-serif;
  font-weight: 700;
  color: white;
}

h1 {
  font-weight: 500;
  font-family: "Teko", sans-serif;
  font-size: 5.375rem;
  line-height: 5rem;
}

h1.big {
  font-size: 6.625rem;
  line-height: 6.25rem;
}

@media screen and (max-width: 990px) {
  h1.big {
    font-size: 5.375rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 767px) {
  h1.big {
    font-size: 4.125rem;
    line-height: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4.125rem;
    line-height: 3.75rem;
  }
}

h2 {
  font-size: 2.875rem;
  line-height: 3.5rem;
}

h2.regular {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  h2.regular {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

h3 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  color: #fcd004;
}

h3.special {
  font-family: "Teko", sans-serif;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #fcd004;
}

h5,
h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

main blockquote {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 700;
  color: white;
}

main blockquote p {
  color: white;
}

main p {
  line-height: 2rem;
  color: #b8b8b8;
}

main p.small {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

main p.medium {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

main p strong {
  color: white;
}

main p a {
  color: white;
  text-decoration: underline;
}

main a {
  color: #fcd004;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

main a.white {
  color: white;
}

main a:hover {
  color: #fcd004;
  text-decoration: underline;
}

main strong {
  font-weight: 600;
}

main ol,
main ul {
  margin: 1.5rem 0;
  list-style: none;
  padding: 0;
}

main ol li,
main ul li {
  line-height: 2rem;
  margin: 0 0 0.2rem 30px;
  position: relative;
  color: #b8b8b8;
}

main ol li::before,
main ul li::before {
  left: -30px;
  top: 0;
  position: absolute;
  text-align: right;
}

main ol li a,
main ul li a {
  color: white;
  text-decoration: underline;
}

main ol li ul, main ol li ol,
main ul li ul,
main ul li ol {
  margin: 1rem 0;
}

main ol {
  counter-reset: li;
}

main ol li {
  counter-increment: li;
}

main ol li::before {
  content: counter(li) ".";
  color: #fcd004;
  font-weight: 400;
}

main ul {
  list-style: none;
  counter-reset: li;
}

main ul li {
  counter-increment: li;
}

main ul li::before {
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 3px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fcd004;
  top: 12px;
  left: -28px;
}

.hidden {
  display: none;
}

.pseudo, header .navbar-topbar .navbar-nav .nav-item .nav-link.lang:before, footer .footer-wrapper .footer-bottom .copy > a:before, footer .footer-wrapper .footer-bottom .copy div:before, .news--large--inner:before, #submenu:before, #submenu ul li a.active:before, .front .objectives .points .point span:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
}

.labeled, .author {
  color: #b8b8b8;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4rem;
  letter-spacing: 0.1em;
}

.labeled .icon, .author .icon {
  fill: #b8b8b8;
  width: 12px;
  margin-right: 12px;
  margin-top: -3px;
}

.author {
  display: block;
  text-transform: none;
}

.title {
  color: white;
  line-height: 1.5rem;
}

.icon {
  width: 20px;
  height: 20px;
}

@-webkit-keyframes countdown {
  from {
    stroke-dashoffset: 160px;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes countdown {
  from {
    stroke-dashoffset: 160px;
  }
  to {
    stroke-dashoffset: 0;
  }
}

html {
  overflow-x: hidden;
}

html body {
  background: #171717;
  font-family: "Sen", sans-serif;
  color: white;
  font-size: 1rem;
  line-height: 28px;
  z-index: 0;
  overflow-x: hidden;
}

@media screen and (max-width: 990px) {
  html body .container {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  html body .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

html body.open {
  overflow-y: hidden;
  width: 100vw;
  position: fixed;
}

html body *:focus {
  outline: none;
}

/* -----------------------------------------------------
   Layout
   ----------------------------------------------------- */
header {
  top: 0;
  width: 100%;
  padding: 20px 0 40px;
}

header .navbar {
  position: relative;
  z-index: 99;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .navbar .navbar-brand {
  z-index: 6;
}

header .navbar-topbar .navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar-topbar .navbar-nav .nav-item .nav-link {
  font-size: 0.6875rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #b8b8b8;
  letter-spacing: 0.1em;
  padding: 0 15px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

header .navbar-topbar .navbar-nav .nav-item .nav-link.lang {
  position: relative;
  margin-left: 30px;
}

header .navbar-topbar .navbar-nav .nav-item .nav-link.lang:before {
  background: #b8b8b8;
  opacity: .3;
  position: absolute;
  width: 1px;
  left: -15px;
  top: -25px;
  height: 56px;
}

header .navbar-topbar .navbar-nav .nav-item .nav-link.lang::after {
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  position: relative;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid #fcd004;
  margin-left: 12px;
  top: 2px;
}

header .navbar-topbar .navbar-nav .nav-item .nav-link:hover {
  color: #fcd004;
}

header .navbar-topbar .navbar-nav .nav-item.active a,
header .navbar-topbar .navbar-nav .nav-item.current-page-ancestor a {
  color: #fcd004;
}

header .navbar-topbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background: none;
  border: none;
  min-width: 0;
  left: 30px;
  margin: 0;
  padding: 0;
}

header .navbar-topbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

header .navbar-topbar .navbar-nav .btn {
  margin: 0 0 0 15px;
}

header .navbar .navbar-collapse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
}

header .navbar .navbar-collapse .nav-item {
  padding: 0 19px;
}

header .navbar .navbar-collapse .nav-item:last-of-type {
  padding-right: 0;
}

header .navbar .navbar-collapse .nav-item.active a,
header .navbar .navbar-collapse .nav-item.current-page-ancestor a {
  color: #fcd004;
}

.single-post header .navbar .navbar-collapse .nav-item.menu-item-84 a {
  color: #fcd004;
}

header .navbar .navbar-collapse .nav-item .nav-link {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  margin-top: 0px;
  padding: 0;
  line-height: 36px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: white;
}

header .navbar .navbar-collapse .nav-item .nav-link:hover {
  color: #fcd004;
}

@media screen and (max-width: 1200px) {
  header .navbar-topbar .navbar-nav .nav-item .nav-link {
    padding: 0 10px;
  }
  header .navbar .navbar-collapse .nav-item {
    padding: 0 12px;
  }
}

@media screen and (max-width: 990px) {
  header .navbar {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  header .navbar-topbar {
    display: none;
  }
  header .navbar .navbar-toggler {
    width: 42px;
    padding: 0 10px;
    height: 42px;
    line-height: 40px;
    border-radius: 50%;
    background: #fcd004;
    z-index: 9;
    margin-top: -10px;
  }
  header .navbar .navbar-toggler:focus {
    outline: none;
  }
  header .navbar .navbar-toggler .navbar-toggler-icon {
    background: black;
    width: 100%;
    height: 2px;
    position: relative;
    top: -2px;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
  }
  header .navbar .navbar-toggler .navbar-toggler-icon::after, header .navbar .navbar-toggler .navbar-toggler-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    background: black;
    width: calc(100% - 4px);
    height: 2px;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
  }
  header .navbar .navbar-toggler .navbar-toggler-icon::before {
    top: 5px;
    width: calc(100% - 8px);
  }
  header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -2px;
    left: 0px;
    width: 17px;
    background: black;
  }
  header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 17px;
    left: 0px;
    top: 0px;
    background: black;
  }
  header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    display: none;
  }
  header .navbar .navbar-wrapper {
    background: #171717;
    position: fixed;
    height: 100vh;
    width: 100vw;
    -webkit-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in 0s;
    padding-top: 80px;
  }
  header .navbar .navbar-wrapper .navbar-topbar {
    margin-top: 30px;
  }
  header .navbar .navbar-wrapper .navbar-topbar .nav-link {
    font-size: 0.875rem;
    line-height: 3rem;
  }
  header .navbar .navbar-wrapper .navbar-topbar .btn {
    margin: 3rem 0 0 0;
    font-size: 0.875rem;
    height: 48px;
    padding: 0 30px;
    line-height: 3rem;
    font-weight: 800;
    letter-spacing: 0.1em;
  }
  header .navbar .navbar-wrapper .navbar-topbar .langs {
    position: fixed;
    top: 45px;
    left: calc((100% - 570px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .navbar .navbar-wrapper .navbar-topbar .langs .nav-link {
    padding: 0 10px;
  }
  header .navbar .navbar-wrapper .navbar-topbar .langs .nav-link.lang {
    margin: 0;
  }
  header .navbar .navbar-wrapper .navbar-topbar .langs .nav-link.lang:after {
    content: none;
  }
  header .navbar .navbar-wrapper .navbar-topbar .langs .nav-link.lang:before {
    height: 1px;
    width: 22px;
    right: -25px;
    left: inherit;
    top: 22px;
  }
  header .navbar .navbar-wrapper .navbar-topbar .langs .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  header .navbar .navbar-wrapper .navbar-collapse {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: unset;
    transition: unset;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  header .navbar .navbar-wrapper .navbar-collapse .navbar-nav {
    margin: 0 !important;
  }
  header .navbar .navbar-wrapper .navbar-collapse .navbar-nav .nav-item {
    padding: 0;
  }
  header .navbar .navbar-wrapper .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
    text-align: center;
    line-height: 3.625rem;
  }
  .open header .navbar .navbar-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .open header .navbar .navbar-wrapper .navbar-topbar {
    display: block;
  }
  .open header .navbar .navbar-wrapper .navbar-collapse {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  header .navbar .navbar-brand img {
    width: 150px;
  }
  header .navbar .navbar-toggler {
    margin-top: 0;
  }
  header .navbar .navbar-wrapper .navbar-topbar {
    margin-top: 1vh;
  }
  header .navbar .navbar-wrapper .navbar-topbar .nav-link {
    font-size: 0.875rem;
    line-height: 1.625rem;
    margin-bottom: 1.5vh;
  }
  header .navbar .navbar-wrapper .navbar-topbar .btn {
    margin-top: 1.5rem;
    padding: 0 20px;
    line-height: 1.625rem;
  }
  header .navbar .navbar-wrapper .navbar-topbar .langs {
    left: 30px;
    top: 45px;
  }
  header .navbar .navbar-wrapper .navbar-topbar .langs .nav-link.lang:before {
    top: 12px;
  }
  header .navbar .navbar-wrapper .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin-bottom: 2.5vh;
    line-height: 1.625rem;
  }
}

#hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
}

#hero.no-image .hero--inner {
  padding-bottom: 0px;
}

#hero .hero--inner {
  padding-top: 100px;
  padding-bottom: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
  max-width: 60%;
  z-index: 2;
}

.error404 #hero .hero--inner {
  padding-bottom: 60px;
}

#hero .hero--inner h1 {
  margin-top: 2.5rem;
}

#hero .hero--img {
  position: absolute;
  right: -75px;
  max-height: 100%;
  height: 100%;
}

@media screen and (min-width: 991px) {
  .home #hero .hero--img {
    position: fixed;
  }
}

#hero .hero--img img {
  height: 100%;
  width: auto;
  right: 0;
}

#hero.news .hero--inner {
  padding-top: 100px;
  padding-bottom: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  max-width: 45%;
}

#hero.news .hero--inner h2 {
  margin: 2rem 0 2rem;
}

@media screen and (min-width: 991px) {
  .single-post #hero .hero--inner {
    position: absolute;
  }
  .single-post #hero .hero--inner h2 {
    max-height: 340px;
    overflow: hidden;
  }
  .single-post #hero .hero--img {
    position: relative;
    right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    margin-left: calc(25% + 105px);
  }
  .single-post #hero .hero--img img {
    width: 100%;
    height: auto;
  }
  #hero .hero--inner h1 {
    min-height: 160px;
  }
  #hero .hero--img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(23, 23, 23, 0.6)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(23, 23, 23, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
  }
}

@media screen and (max-width: 990px) {
  #hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 55px;
  }
  #hero.news .hero--inner {
    padding-top: 30px;
    padding-bottom: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  #hero.news .hero--inner h2 {
    margin: 2rem 0 2rem;
  }
  #hero.news .hero--img {
    position: relative;
    width: 100%;
    left: 0;
  }
  #hero .hero--inner {
    padding-top: 10px;
    padding-bottom: 50px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
  .withmenu #hero .hero--inner {
    padding-bottom: 50px;
  }
  #hero .hero--img {
    position: relative;
    right: 0;
    width: calc(100vw - 60px);
    left: calc((((100vw - 600px) / 2) - 15px) * -1);
  }
  #hero .hero--img img {
    height: auto;
    width: 100%;
    right: inherit;
    position: inherit;
  }
}

@media screen and (max-width: 767px) {
  #hero {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hero .hero--inner {
    padding-bottom: 30px;
  }
  #hero .hero--inner h1 {
    margin-top: 1.5rem;
  }
  #hero .hero--img {
    position: relative;
    right: 0;
    width: calc(100vw + 30px);
    left: -30px;
  }
  #hero .hero--img img {
    height: auto;
    width: 100%;
    right: inherit;
    position: inherit;
  }
}

#hero .swiper-container {
  overflow: visible;
}

#hero .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hero .swiper-container .swiper-slide .hero--inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  max-width: 45%;
  padding-left: 15px;
  padding-bottom: 180px;
}

#hero .swiper-container .swiper-slide .hero--inner h1 {
  margin-bottom: 1.5rem;
  min-height: 0;
}

#hero .swiper-container .swiper-slide .hero--inner span {
  color: #fcd004;
  font-weight: 700;
}

#hero .swiper-container .swiper-slide .hero--inner p {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2rem;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  #hero .swiper-container .swiper-slide .hero--inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
    max-width: 60%;
  }
  #hero .swiper-container .swiper-slide .hero--img {
    width: 80%;
    right: -15px;
  }
}

@media screen and (max-width: 990px) {
  #hero .swiper-container .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 15px;
  }
  #hero .swiper-container .swiper-slide .hero--img {
    width: 100%;
    left: 0;
  }
  #hero .swiper-container .swiper-slide .hero--img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 23, 23, 0.7)), color-stop(60%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
  }
  #hero .swiper-container .swiper-slide .hero--inner {
    margin-top: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    padding-bottom: 0;
    padding: 0;
  }
  #hero .swiper-container .swiper-slide .hero--inner h1 {
    margin: 2rem 0 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #hero .swiper-container .swiper-slide {
    padding: 0 0px;
  }
}

#hero .controls {
  position: relative;
  bottom: 100px;
  height: 100%;
}

@media screen and (max-width: 990px) {
  #hero .controls {
    display: none;
  }
}

#hero .controls .swiper-button-prev,
#hero .controls .swiper-button-next {
  width: 56px;
  height: 56px;
  top: 0;
  left: 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hero .controls .swiper-button-prev:after,
#hero .controls .swiper-button-next:after {
  content: none;
}

#hero .controls .swiper-button-prev .icon,
#hero .controls .swiper-button-next .icon {
  width: 12px;
  height: 12px;
  fill: white;
}

#hero .controls .swiper-button-prev .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#hero .controls .swiper-button-next {
  margin-left: 75px;
}

#hero .controls .swiper-button-next .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#hero .controls .swiper-button-next .timer {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

#hero .controls .swiper-button-next .timer circle {
  fill: none;
}

#hero .controls .swiper-button-next .timer circle.run {
  stroke-dasharray: 160px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke: #fcd004;
  -webkit-animation: countdown 6s linear 1 forwards;
          animation: countdown 6s linear 1 forwards;
}

#hero .controls .swiper-button-next .timer circle.run.first {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

#hero .swiper-pagination {
  top: 50%;
}

@media screen and (max-width: 990px) {
  #hero .swiper-pagination {
    width: 100%;
    top: 50%;
  }
  #hero .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    background: white;
    margin: 0 10px;
    text-indent: -9999px;
  }
  #hero .swiper-pagination-bullet-active {
    background: #fcd004;
  }
}

@media screen and (min-width: 991px) {
  #hero .swiper-pagination {
    right: 0px;
    top: 0;
    height: 100%;
    padding-top: 220px;
    padding-left: 20px;
    background: #171717;
    left: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hero .swiper-pagination-bullet {
    font-size: 0.6875rem;
    line-height: 2.25rem;
    color: #b8b8b8;
    font-weight: 700;
    width: 43px;
    height: 20px;
    opacity: 1;
    background: none;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hero .swiper-pagination-bullet-active {
    color: white;
  }
  #hero .swiper-pagination-bullet-active:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fcd004;
    margin-left: 10px;
  }
}

footer {
  margin-top: 90px;
}

footer .footer-wrapper {
  padding-top: 70px;
  padding-bottom: 50px;
}

footer .footer-wrapper p {
  margin-top: 15px;
  font-size: 0.875rem;
  color: #b8b8b8;
}

footer .footer-wrapper nav > ul {
  -webkit-columns: 4;
          columns: 4;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-wrapper nav > ul a, footer .footer-wrapper nav > ul span {
  color: white;
  font-weight: 700;
  font-size: 0.875rem;
}

footer .footer-wrapper nav > ul a {
  -webkit-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
}

footer .footer-wrapper nav > ul a:hover {
  text-decoration: none;
  color: #fcd004;
}

footer .footer-wrapper nav > ul > li {
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

footer .footer-wrapper nav > ul > li.break {
  -webkit-column-break-after: column;
          break-after: column;
}

footer .footer-wrapper nav > ul > li.menu-item-has-children > a {
  cursor: default;
}

footer .footer-wrapper nav > ul > li.menu-item-has-children > a:hover {
  color: white;
}

footer .footer-wrapper nav > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-wrapper nav > ul > li ul li {
  background: transparent url("../../assets/img/arows.png") top 12px left no-repeat;
  padding: 5px 0 5px 20px;
  line-height: 20px;
}

footer .footer-wrapper nav > ul > li ul li.active a {
  text-decoration: none;
  color: #fcd004;
}

footer .footer-wrapper nav > ul > li ul li a, footer .footer-wrapper nav > ul > li ul li span {
  color: #b8b8b8;
  font-weight: 400;
}

footer .footer-wrapper .footer-bottom {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #b8b8b8;
  letter-spacing: 0.1em;
}

footer .footer-wrapper .footer-bottom .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-wrapper .footer-bottom .copy a {
  color: #b8b8b8;
  -webkit-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
}

footer .footer-wrapper .footer-bottom .copy a:hover {
  color: #fcd004;
  text-decoration: none;
}

footer .footer-wrapper .footer-bottom .copy div {
  font-weight: 700;
  font-size: 0.6375rem;
}

footer .footer-wrapper .footer-bottom .copy div a {
  color: white;
}

footer .footer-wrapper .footer-bottom .copy > a, footer .footer-wrapper .footer-bottom .copy div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-wrapper .footer-bottom .copy > a:before, footer .footer-wrapper .footer-bottom .copy div:before {
  width: 10px;
  height: 1px;
  background: #b8b8b8;
  margin: -2px 8px 0;
}

footer .footer-wrapper .footer-bottom .follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 0.6375rem;
}

@media screen and (max-width: 990px) {
  footer .footer-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-wrapper > div {
    width: 260px;
    text-align: center;
  }
  footer .footer-wrapper > div.footer-bottom {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .footer-wrapper > div.footer-bottom .copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-wrapper > div.footer-bottom .copy > a:before, footer .footer-wrapper > div.footer-bottom .copy div:before {
    content: none;
  }
  footer .footer-wrapper > div.footer-bottom .follow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
  }
  footer .footer-wrapper > div.footer-bottom .follow span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 10px;
  }
  footer .footer-wrapper nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 0px;
  }
  footer .footer-wrapper > div.footer-bottom .follow {
    margin-bottom: 30px;
  }
}

.news {
  margin-bottom: 4rem;
}

.news--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.news--small img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 inherit;
          flex: 1 1 inherit;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 24px;
}

.news--small--inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.news--small--inner .title {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.news--small:hover {
  text-decoration: none;
}

.news--small:hover .title {
  color: #fcd004;
}

.news.content {
  margin-bottom: 2rem;
}

.news .row {
  min-width: 100%;
}

.news--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.news--large--img {
  position: relative;
  overflow: hidden;
}

.news--large--img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.news--large--inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-top: none;
  padding: 45px 45px 40px;
  position: relative;
}

.news--large--inner:before {
  background: #fcd004;
  height: 4px;
  width: calc(100% - 40px);
  top: 0;
  right: -3px;
  position: absolute;
}

.news--large--inner h4 {
  color: white;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 1rem 0 2rem;
}

.news--large--inner--icon {
  margin-top: auto;
  overflow: hidden;
}

.news--large--inner--icon .icon {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 75px;
  fill: #fcd004;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

@media screen and (max-width: 990px) {
  .news--large--inner {
    padding: 45px 27px 40px;
  }
  .news--large--inner:before {
    width: calc(100% - 22px);
  }
}

.news--large:hover {
  text-decoration: none;
}

.news--large:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news--large:hover .icon {
  fill: white;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.news--large:hover .play {
  background: #fcd004;
}

.cta {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cta h2 {
  color: white;
}

.cta h2 strong {
  font-weight: 700;
  color: #fcd004;
}

.cta .btn {
  text-align: left;
  margin: 2rem 0 0;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.6);
}

.cta .legend {
  color: #b8b8b8;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  margin: 1.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cta .legend .icon {
  fill: #b8b8b8;
  width: 9px;
  margin-top: -2px;
  margin-left: 10px;
}

.cta--small {
  padding: 100px 50px 30px;
  background: #272727 url(../../assets/img/cta-small.png) top right no-repeat;
  background-size: auto 100%;
}

.cta--small h2 {
  font-size: 1.625rem;
  line-height: 2.25rem;
}

@media screen and (max-width: 990px) {
  .cta--small {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .cta--small {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .cta--small h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    padding-right: 20%;
  }
}

@media screen and (max-width: 767px) {
  .cta--small {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media screen and (min-width: 991px) {
  .cta--large {
    background: #272727 url(../../assets/img/cta.png) top right no-repeat;
    padding: 70px 80px 50px;
    background-size: auto 150%;
  }
  .cta--large h2 {
    font-size: 2.875rem;
    line-height: 3.5rem;
    width: 75%;
  }
  .cta--large .legend {
    padding-right: calc((100% / 12) * 2.5);
  }
}

.cta--newsletter {
  background: #272727 url(../../assets/img/icon_nl.png) top left no-repeat;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 55px 0px 30px;
}

.cta--newsletter .title--subtitle {
  display: block;
  margin: 0 0 20px;
  font-weight: 700;
}

.cta--newsletter h2 {
  font-weight: 700;
}

.cta--newsletter form .response {
  margin-bottom: 20px;
}

.cta--newsletter form .response a {
  color: #fcd004;
}

.cta--newsletter form .nlinput {
  border-radius: 999px;
  padding: 0 38px;
}

.cta--newsletter form .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: 51px !important;
  line-height: 51px;
}

.cta--newsletter form .btn span {
  line-height: 32px;
}

.cta--newsletter form .custom-checkbox {
  margin-top: 25px;
}

.cta--newsletter form .custom-checkbox input + label {
  font-size: 0.75rem;
  line-height: 1.375rem;
  padding-left: 15px;
}

.cta--newsletter form .custom-checkbox input + label:before {
  width: 20px;
  height: 20px;
}

.cta--newsletter form .custom-checkbox input + label:after {
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 990px) {
  .cta--newsletter {
    padding: 55px 50px 30px;
  }
  .cta--newsletter .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta--newsletter .row h2 {
    padding: 0;
    margin-bottom: 30px;
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
  .cta--newsletter .row form .btn {
    padding: 0 18px;
  }
  .cta--newsletter .row form .btn span {
    display: none;
  }
  .cta--newsletter .row form .btn .icon {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .cta--newsletter {
    padding: 55px 30px 20px;
  }
}

p + .links {
  margin-top: 2.5rem;
}

.links h4 {
  margin-bottom: 3rem !important;
}

.links.partners .links--element {
  border-top: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}

.links.partners .links--element img {
  margin: 8px 35px 18px 0;
  border-radius: 30px;
}

.links.partners .links--element .inner {
  width: 100%;
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
  padding: 20px 0 15px;
}

.links.partners .links--element .inner .title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: .7rem;
}

@media screen and (max-width: 767px) {
  .links.partners .links--element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px rgba(255, 255, 255, 0.3) solid;
    padding: 25px 0 20px;
  }
  .links.partners .links--element img {
    margin: 0 0 15px;
  }
  .links.partners .links--element .inner {
    border-top: none;
    padding: 0px;
  }
  .links.partners .links--element .inner .title {
    margin-bottom: 1rem;
  }
}

.links--element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
  padding: 30px 0;
}

.links--element > .icon {
  width: 18px;
  min-width: 18px;
  fill: #fcd004;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .links--element {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .links--element > .icon {
    margin-left: 30px;
    margin-top: 10px;
  }
}

.links--element:hover {
  text-decoration: none;
}

.links--element:hover .labeled, .links--element:hover .author,
.links--element:hover .title {
  color: #fcd004;
}

#submenu {
  background: black;
  padding: 55px 50px 35px;
  position: relative;
  margin-bottom: 30px;
  margin-top: -180px;
}

#submenu:before {
  background: #fcd004;
  height: 4px;
  width: calc(100% - 50px);
  top: 0;
  right: 0;
  position: absolute;
}

#submenu p {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #b8b8b8;
}

#submenu p strong {
  display: block;
}

.page-template-page-contact #submenu a:not(.btn) {
  color: white;
  text-decoration: underline;
}

#submenu .btn--social {
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px 15px 30px 0;
}

#submenu .btn--social .icon {
  height: 13px;
}

#submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#submenu ul li {
  margin: 25px 0;
}

#submenu ul li:first-of-type {
  margin-top: 0;
}

#submenu ul li a {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #b8b8b8;
  font-weight: 400;
  display: block;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  text-decoration: none;
}

#submenu ul li a.active {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#submenu ul li a.active:before {
  background: #fcd004;
  height: 1px;
  width: 40px;
  margin-right: 10px;
}

#submenu ul li a:hover {
  color: #fcd004;
  text-decoration: none;
}

#submenu.mobile {
  max-width: 320px;
  margin: -80px auto 50px;
}

@media screen and (max-width: 767px) {
  #submenu.mobile {
    padding: 50px 35px 30px;
    margin-top: -60px;
  }
  #submenu.mobile:before {
    width: calc(100% - 35px);
  }
}

.c-accordion__item {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
  border-radius: .25rem;
}

.c-accordion__item.is-open h2 .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.c-accordion__item.is-open h2::after {
  content: none;
}

.c-accordion__title {
  border: 0;
  background: none;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

.c-accordion__title .icon {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 14px;
  fill: #fcd004;
}

.c-accordion__title::after {
  content: none;
}

.c-accordion__content {
  padding: 3px 30px 5px;
}

.c-accordion__content .links--element {
  padding: 25px 0;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0 1rem;
  padding: 0;
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
}

.navigation .btn {
  margin: 0;
  padding: 5px 0 0;
  line-height: 2.625rem;
  font-size: 0.875rem;
}

.navigation .btn--reverse .icon {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .navigation .btn .icon {
    margin-left: 10px;
  }
  .navigation .btn--reverse .icon {
    margin-left: 0;
    margin-right: 10px;
  }
}

.navigation div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation div a:first-of-type:before {
  content: '';
  height: 40px;
  width: 1px;
  margin-top: -10px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

.pagination-nv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin-top: 0rem;
  margin-bottom: 6rem;
  position: relative;
}

.pagination-nv .next, .pagination-nv .prev {
  position: absolute !important;
}

.pagination-nv .next .btn, .pagination-nv .prev .btn {
  margin: 0;
}

.pagination-nv .next {
  right: 0;
}

.pagination-nv .prev {
  left: 0;
}

.pagination-nv .btn {
  font-size: 0.875rem;
}

.pagination-nv .page-numbers {
  font-weight: 700;
  color: white;
  font-size: 0.875rem;
  margin: 0 0px;
  text-decoration: none;
  padding: 0 2px;
  margin: 0 5px;
}

.pagination-nv .page-numbers.current {
  text-decoration: none;
  position: relative;
  color: #fcd004;
}

.pagination-nv .page-numbers.current:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fcd004;
  bottom: -10px;
  left: 0;
}

.pagination-nv a.page-numbers {
  padding: 0 2px;
  margin: 0 5px;
}

.pagination-nv a.page-numbers:hover {
  text-decoration: none;
  position: relative;
  color: #fcd004;
}

@media screen and (max-width: 990px) {
  .pagination-nv {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .pagination-nv {
    margin: 1.5rem 0 3.5rem;
  }
  .pagination-nv .page-numbers {
    display: none;
  }
  .pagination-nv .btn--reverse .icon {
    margin-left: 0;
  }
  .pagination-nv .btn:not(.btn--reverse) {
    padding-right: 0;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-backdrop.show {
  opacity: .90;
}

.modal {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .modal .modal-dialog {
    max-width: 1140px;
  }
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.modal .modal-dialog .modal-content {
  background: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 20px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal .modal-dialog .modal-content .modal-header .icon {
  width: 10px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

/* -----------------------------------------------------
   Components
   ----------------------------------------------------- */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  /*custom*/
  font-weight: 700;
  font-size: 1rem;
  margin: 3rem 1rem 0 0;
  height: 60px;
  line-height: 1rem;
  padding: 1px 20px 0 20px;
  border-radius: 999px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fcd004;
  color: black;
  /* State - Hover */
  /* Icon */
}

@media screen and (max-width: 767px) {
  .btn {
    margin: 3rem 1rem 0 0;
  }
}

.btn:hover {
  background: white;
  font-weight: 700;
  text-decoration: none;
  color: black;
}

.btn--spec {
  height: 50px;
  padding-left: 35px;
  letter-spacing: 0em;
}

.btn--normal {
  font-weight: 700;
  height: 38px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
}

.btn--big {
  height: 60px;
  padding: 0px 40px 0 40px;
  font-weight: 600;
}

.btn--big:hover {
  font-weight: 600;
}

.btn--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.btn--reverse .icon {
  margin-left: 0;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn .icon {
  width: 15px;
  height: 20px;
  display: block;
  margin-left: 15px;
  fill: black;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn--border, .btn--text {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--border .icon, .btn--text .icon {
  fill: #fcd004;
}

.btn--border:hover, .btn--text:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--border {
  font-size: 0.875rem;
  padding: 0 30px;
  height: 48px;
  color: white;
  border: 1px #fcd004 solid;
}

.btn--border:hover {
  color: black;
  background: white;
  border-color: white;
}

.btn--border:hover .icon {
  fill: black;
}

.btn--text {
  line-height: auto;
  height: auto;
  padding: 0;
  font-weight: 700;
  color: white;
}

.btn--text .icon {
  margin-left: 15px;
}

.btn--text:hover {
  color: #fcd004;
}

.btn--icon {
  padding-right: 28px;
}

.btn--social {
  margin: 0 0 0 15px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn--social:first-of-type .icon {
  height: 12px;
}

.btn--social .icon {
  height: 10px;
  margin: 0;
}

.btn--social:hover {
  background: none;
  border-color: #fcd004;
}

.btn--social:hover .icon {
  fill: #fcd004;
}

@media screen and (max-width: 990px) {
  .btn--social:first-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .btn--social a {
    height: 48px;
    width: 48px;
  }
}

.play {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 58px;
  top: calc(50% - 29px);
  left: calc(50% - 29px);
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.play .icon {
  fill: #fcd004;
  margin-left: 5px;
}

.breadcrumb {
  padding: 0;
  margin: 0 0 0;
  list-style: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #b8b8b8;
  letter-spacing: 0.1em;
}

.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li a {
  padding: 0;
  margin: 0;
  position: relative;
  color: white;
}

.breadcrumb li a:hover::after {
  text-decoration: none;
}

.breadcrumb li::after {
  content: '/';
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 .5rem;
}

.breadcrumb li:last-of-type::after {
  content: none;
}

.wp-block-image.mobile figure.alignleft, .wp-block-image.mobile figure.alignright {
  margin-top: .5rem;
  margin-bottom: 20px;
  max-width: 40%;
}

.wp-block-image.mobile figure.alignleft {
  float: left;
  margin-right: 45px;
}

.wp-block-image.mobile figure.alignright {
  float: right;
  margin-left: 45px;
}

.wp-block-image figure {
  margin: 30px 0;
}

.wp-block-image figure:not(.mobile) img {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .wp-block-image figure.alignleft, .wp-block-image figure.alignright {
    margin-top: .5rem;
    margin-bottom: 0;
    max-width: 40%;
  }
  .wp-block-image figure.alignleft {
    float: left;
    margin-right: 45px;
  }
  .wp-block-image figure.alignright {
    float: right;
    margin-left: 45px;
  }
  .wp-block-image figure.no-caption {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-image figure {
    margin: 30px 0 20px;
  }
}

.wp-block-image figure.alignleft > figcaption, .wp-block-image figure.alignright > figcaption, .wp-block-image figure.aligncenter > figcaption {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #b8b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0 20px;
}

.wp-block-image figure.alignleft > figcaption:before, .wp-block-image figure.alignright > figcaption:before, .wp-block-image figure.aligncenter > figcaption:before {
  content: '';
  width: 26px;
  height: 1px;
  margin-top: 10px;
  background: #b8b8b8;
  display: block;
  margin-right: 20px;
}

/** Gravity Forms */
.gform_wrapper form {
  margin-bottom: 30px;
}

.gform_wrapper .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gform_wrapper .gform_fields > li {
  margin: 0;
}

.gform_wrapper .gform_fields > li::before {
  content: none;
}

.gform_wrapper .gform_fields > li.gfield_html {
  margin-bottom: 0;
}

.gform_wrapper .gform_fields > li.gfield_error .gfield_label {
  color: #f15b5b !important;
}

.gform_wrapper .gform_fields > li.gfield_error .form-control,
.gform_wrapper .gform_fields > li.gfield_error .selectric,
.gform_wrapper .gform_fields > li.gfield_error .custom-control-label::before {
  border-color: #f15b5b !important;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
}

.validation_message {
  display: none;
}

.gform_confirmation_wrapper {
  width: 100%;
}

.validation-banner, .validation_error,
.gform_confirmation_message {
  border: 1px #f15b5b solid;
  line-height: 20px;
  margin: 0 0 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #f15b5b;
  padding: 20px 50px;
  text-align: center;
}

.validation-banner p, .validation_error p, .gform_confirmation_message p {
  color: #f15b5b;
  margin: 15px 0 0;
}

.validation-banner svg, .validation_error svg, .gform_confirmation_message svg {
  width: 26px;
  height: 26px;
  fill: #f15b5b;
  stroke: none;
}

.validation-banner.success, .success.validation_error,
.success.gform_confirmation_message {
  position: relative;
  opacity: 1;
  visibility: visible;
  border: 1px #abcc29 solid;
  color: #abcc29;
}

.validation-banner.success p, .success.validation_error p, .success.gform_confirmation_message p {
  color: #abcc29;
}

.validation-banner.success svg, .success.validation_error svg, .success.gform_confirmation_message svg {
  fill: #abcc29;
}

.form-group, .gform_wrapper .gform_fields > li {
  margin-bottom: 1.25rem;
  position: relative;
}

.form-group--radio {
  margin: 1rem 0 1.5rem;
}

@-webkit-keyframes autofill {
  to {
    background: rgba(255, 255, 255, 0.05);
  }
}

.form-group ::-webkit-input-placeholder, .gform_wrapper .gform_fields > li ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b8b8b8;
  opacity: 1;
  /* Firefox */
}

.form-group :-ms-input-placeholder, .gform_wrapper .gform_fields > li :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b8b8b8;
  opacity: 1;
  /* Firefox */
}

.form-group ::-ms-input-placeholder, .gform_wrapper .gform_fields > li ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b8b8b8;
  opacity: 1;
  /* Firefox */
}

.form-group ::placeholder, .gform_wrapper .gform_fields > li ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b8b8b8;
  opacity: 1;
  /* Firefox */
}

.form-group :-ms-input-placeholder, .gform_wrapper .gform_fields > li :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b8b8b8;
}

.form-group ::-ms-input-placeholder, .gform_wrapper .gform_fields > li ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b8b8b8;
}

.form-group input:-webkit-autofill, .gform_wrapper .gform_fields > li input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.form-group.error label, .gform_wrapper .gform_fields > li.error label {
  color: #f15b5b;
}

.form-group label, .gform_wrapper .gform_fields > li label {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 34px;
  font-size: 0.6875rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
}

.form-group .form-control, .gform_wrapper .gform_fields > li .form-control {
  height: 52px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px #5d5d5d solid;
  border-radius: 0px;
  font-size: 0.875rem;
  line-height: 2.125rem;
  color: #b8b8b8;
  padding: 0 20px;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
  /*&:valid,
        &.is-valid{
            border-color: #5d5d5d;
            &:focus{
                border-color: rgba(#bababa, 1);
            }
        }*/
}

.form-group .form-control:focus, .gform_wrapper .gform_fields > li .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bababa;
}

.form-group .form-control.mce_inline_error, .gform_wrapper .gform_fields > li .form-control.mce_inline_error {
  border-color: #f15b5b;
  background: rgba(255, 255, 255, 0.05);
}

.form-group textarea.form-control, .gform_wrapper .gform_fields > li textarea.form-control {
  padding: 10px 20px;
  height: 200px;
}

.gform_wrapper .gform_fields .custom-checkbox > label,
.gform_wrapper .gform_fields .custom-radio > label {
  display: none;
}

.gform_wrapper .gform_fields .custom-checkbox,
.gform_wrapper .gform_fields .custom-radio,
form .custom-checkbox {
  margin: 0rem 2rem 0rem 0;
}

.gform_wrapper .gform_fields .custom-checkbox input + label,
.gform_wrapper .gform_fields .custom-radio input + label,
form .custom-checkbox input + label {
  line-height: 32px;
  padding-left: 25px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  font-weight: 400;
  font-size: 0.875rem;
  color: #b8b8b8;
  letter-spacing: 0em;
}

.gform_wrapper .gform_fields .custom-checkbox input + label:before,
.gform_wrapper .gform_fields .custom-radio input + label:before,
form .custom-checkbox input + label:before {
  width: 25px;
  height: 25px;
  border-color: rgba(252, 208, 4, 0.2);
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 0px !important;
  background: rgba(255, 255, 255, 0.05);
  border: 1px #5d5d5d solid;
}

.gform_wrapper .gform_fields .custom-checkbox input + label:after,
.gform_wrapper .gform_fields .custom-radio input + label:after,
form .custom-checkbox input + label:after {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  margin-left: 5px;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gform_wrapper .gform_fields .custom-checkbox input.mce_inline_error + label:before,
.gform_wrapper .gform_fields .custom-radio input.mce_inline_error + label:before,
form .custom-checkbox input.mce_inline_error + label:before {
  border-color: #f15b5b !important;
}

.gform_wrapper .gform_fields .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
.gform_wrapper .gform_fields .custom-radio .custom-control-input:checked ~ .custom-control-label:before,
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background: none;
  border-color: #5d5d5d;
}

.gform_wrapper .gform_fields .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after,
.gform_wrapper .gform_fields .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fcd004;
  background-image: none;
}

.gform_wrapper .gform_fields .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.gform_wrapper .gform_fields .custom-radio .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
form .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5d5d5d;
}

.gform_wrapper .gform_fields .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.gform_wrapper .gform_fields .custom-radio .custom-control-input:focus ~ .custom-control-label::before,
form .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gform_wrapper .gform_fields .custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.gform_wrapper .gform_fields .custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
form .custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #5d5d5d;
  background-color: none;
}

.custom-radio input + label:before, .custom-radio input + label:after {
  border-radius: 999px;
}

form:not(.playpal) .required {
  font-size: 0.75rem;
  line-height: 1.375rem;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  form:not(.playpal) .required {
    margin: 20px 0 !important;
  }
}

form:not(.playpal) .ginput_recaptcha {
  margin: 0rem 0 2.5rem;
}

form:not(.playpal) .btn {
  margin-top: 0;
  height: 50px;
}

.paypal-donations img {
  display: none;
}

/* Cookies warning */
.cookie {
  z-index: 99;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  right: 40px;
  bottom: 20px;
  background: white;
  height: 68px;
  padding: 0 20px 0 20px;
  line-height: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.cookie p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: black;
}

.cookie p a {
  color: black;
  text-decoration: underline;
}

.cookie p a:hover {
  color: #fcd004;
}

.cookie .btn:hover {
  background: black;
  color: #fcd004;
}

@media screen and (max-width: 990px) {
  .cookie {
    border-radius: 0;
    width: 100vw;
    left: 0;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .cookie {
    text-align: center;
    height: 100px;
    display: block;
    line-height: 22px;
    padding: 15px;
  }
  .cookie a {
    display: inline;
  }
  .cookie .btn {
    margin: 5px auto 0;
  }
}

.cookie.show {
  opacity: 1;
  visibility: visible;
}

.cookie button {
  margin: 0 0 0 15px;
  line-height: 36px !important;
}

/*********** SHARE ***********/
.article-share {
  position: relative;
  margin: 0 0 3rem;
}

.article-share .article-share-text {
  width: 100%;
  display: block;
  text-align: center;
  color: white;
}

.article-share .addthis_inline_share_toolbox {
  display: block;
  text-align: center;
}

.article-share .addthis_inline_share_toolbox .at-share-btn-elements {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-share .addthis_inline_share_toolbox .at-share-btn-elements a.at-icon-wrapper {
  margin: 0px 5px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 25px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: transparent !important;
  cursor: pointer;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-share .addthis_inline_share_toolbox .at-share-btn-elements a.at-icon-wrapper span {
  width: 16px !important;
  height: 16px !important;
}

.article-share .addthis_inline_share_toolbox .at-share-btn-elements a.at-icon-wrapper span svg {
  width: 16px !important;
  height: 16px !important;
}

.article-share .addthis_inline_share_toolbox .at-share-btn-elements a.at-icon-wrapper span svg g {
  fill: #fcd004 !important;
}

.article-share .addthis_inline_share_toolbox .at-share-btn-elements a.at-icon-wrapper:hover {
  border: 1px solid #fcd004 !important;
  -webkit-transform: none;
          transform: none;
}

.article-share .addthis_inline_share_toolbox .at-share-btn-elements a.at-icon-wrapper:hover span svg g {
  fill: #fcd004 !important;
}

@media screen and (max-width: 990px) {
  .article-share {
    margin: 5rem 0 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .article-share {
    margin-bottom: 0;
  }
}

/* -----------------------------------------------------
   Pages
   ----------------------------------------------------- */
.front section {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .front section {
    margin-bottom: 60px;
  }
}

.front .about h1 {
  z-index: 2;
  position: relative;
}

.front .about div.big {
  margin-top: -160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front .about div.big p {
  color: #b8b8b8;
  margin-top: -160px;
  line-height: 2rem;
}

.front .about .smalls .first {
  z-index: 1;
}

@media screen and (min-width: 991px) {
  .front .about .smalls .last {
    margin-top: -180px;
  }
  .front .about .smalls .last img:first-of-type {
    margin-left: calc(((100% / 12) * 2) + 7.5px);
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .front .about div.big .col-lg-5 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 990px) {
  .front .about h1 {
    padding-right: 20%;
  }
  .front .about div.big {
    margin-top: -130px;
  }
  .front .about div.big img {
    width: 100%;
  }
  .front .about div.big .big {
    margin-top: 30px;
  }
  .front .about .smalls {
    margin-top: 60px;
  }
  .front .about .smalls img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .front .about h1 {
    padding-right: 0%;
  }
  .front .about div.big {
    margin-top: -100px;
  }
  .front .about div.big img {
    width: 100%;
  }
  .front .about div.big .btn {
    margin-top: 2rem;
  }
  .front .about div.big .big {
    margin-top: 50px;
  }
}

.front .objectives {
  position: relative;
}

.front .objectives > img {
  height: 85%;
  position: absolute;
  z-index: 0;
  margin-top: 10px;
  margin-left: -80px;
}

@media screen and (max-width: 990px) {
  .front .objectives {
    margin-bottom: 60px;
  }
  .front .objectives > img {
    height: auto;
    width: 90%;
    margin-top: 10px;
    margin-left: -60px;
  }
}

@media screen and (max-width: 767px) {
  .front .objectives > img {
    width: 100%;
    margin-top: 80px;
    margin-left: -10px;
  }
}

.front .objectives .points {
  margin-top: -160px;
}

.front .objectives .points .point {
  margin-bottom: 60px;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.front .objectives .points .point span {
  display: block;
  font-size: 0.6875rem;
  color: #fcd004;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: 35px;
}

.front .objectives .points .point span:after {
  background: white;
  width: 26px;
  height: 1px;
  margin-top: 10px;
  margin-left: -13px;
  opacity: .5;
}

.front .objectives .points .point h4 {
  color: white;
  margin-bottom: 30px;
  padding-right: 20px;
}

.front .objectives .points .point p {
  color: #b8b8b8;
  line-height: 2rem;
}

@media screen and (max-width: 990px) {
  .front .objectives .points {
    margin-top: 60px;
  }
  .front .objectives .points .point {
    margin-bottom: 40px;
  }
  .front .objectives .points .point span:after {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .front .objectives .points {
    margin-top: 40px;
  }
  .front .objectives .points .point {
    margin-bottom: 30px;
  }
  .front .objectives .points .point:last-of-type {
    margin-bottom: 0px;
  }
}

.front .news > .btn {
  display: none;
}

@media screen and (max-width: 990px) {
  .front .news > .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto;
  }
  .front .news h1 {
    margin-bottom: 60px;
  }
  .front .news div.col-lg-4 .btn {
    display: none;
  }
}

.content aside {
  margin: 3rem 0 6rem;
}

.content main h3 {
  margin: 30px 0;
}

.content main h4 {
  margin: 1.5rem 0;
}

.content main h5 {
  margin: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .content aside {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 991px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 66%;
            flex: 1 1 66%;
    max-width: 66%;
    padding-right: 80px;
  }
  .content aside {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33% + 15px);
            flex: 1 1 calc(33% + 15px);
    max-width: calc(33% + 15px);
  }
}
/*# sourceMappingURL=main.css.map */