/**
* Import mixins
*/
/**
* Import base
*/
/**
* Import components
*/
.btn, a.wp-block-button__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.7em 1.5em;
  border-radius: 50px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-decoration: none; }
  .btn:hover, a.wp-block-button__link:hover {
    text-decoration: none; }
  @media only screen and (min-width: 1023px) {
    .btn, a.wp-block-button__link {
      font-size: 1.7rem; } }
  .btn--white, a.wp-block-button__link--white {
    background: #fff;
    color: #000; }
    .btn--white .btn__arrow, a.wp-block-button__link--white .btn__arrow {
      filter: brightness(0); }
    .btn--white:hover, a.wp-block-button__link--white:hover {
      color: #fff;
      background: #157B85; }
      .btn--white:hover .btn__arrow, a.wp-block-button__link--white:hover .btn__arrow {
        filter: brightness(0) invert(1); }
  .btn--primary, a.wp-block-button__link--primary {
    background: #157B85;
    color: #fff; }
  .btn--secondary, a.wp-block-button__link--secondary {
    background: #E22747;
    color: #fff; }
  .btn--secondaryBorder, a.wp-block-button__link--secondaryBorder {
    color: #E22747;
    border: solid 2px #E22747; }
    .btn--secondaryBorder .btn__arrow, a.wp-block-button__link--secondaryBorder .btn__arrow {
      filter: invert(24%) sepia(97%) saturate(3354%) hue-rotate(337deg) brightness(92%) contrast(92%); }
    .btn--secondaryBorder:hover, a.wp-block-button__link--secondaryBorder:hover {
      color: #fff;
      background: #E22747; }
      .btn--secondaryBorder:hover .btn__arrow, a.wp-block-button__link--secondaryBorder:hover .btn__arrow {
        filter: brightness(0) invert(1); }
  .btn--whiteBorder, a.wp-block-button__link--whiteBorder {
    color: #fff;
    border: solid 2px #fff; }
    .btn--whiteBorder .btn__arrow, a.wp-block-button__link--whiteBorder .btn__arrow {
      filter: brightness(0) invert(1); }
    .btn--whiteBorder:hover, a.wp-block-button__link--whiteBorder:hover {
      color: #000;
      background: #fff; }
      .btn--whiteBorder:hover .btn__arrow, a.wp-block-button__link--whiteBorder:hover .btn__arrow {
        filter: brightness(0); }
  .btn--newsLike, a.wp-block-button__link--newsLike {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    min-width: 0px; }
    .btn--newsLike .btn__arrow, a.wp-block-button__link--newsLike .btn__arrow {
      filter: invert(88%) sepia(11%) saturate(7282%) hue-rotate(330deg) brightness(102%) contrast(103%);
      transition: transform 0.5s;
      margin-left: 10px; }
    .btn--newsLike:hover .btn__arrow, a.wp-block-button__link--newsLike:hover .btn__arrow {
      transform: translate(10px, 0); }
  .btn--withArrow, a.wp-block-button__link--withArrow {
    min-width: 220px; }
  .btn__arrow, a.wp-block-button__link__arrow {
    width: 15px;
    height: 9px;
    background: url(../img/btn-arrow.svg) no-repeat center;
    background-size: contain;
    transition: 0.5s filter linear;
    margin-left: 20px; }
  .btn--navigation, a.wp-block-button__link--navigation {
    color: #157B85;
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    column-gap: 10px; }
    .btn--navigation .btn__arrow, a.wp-block-button__link--navigation .btn__arrow {
      margin: 0;
      filter: invert(36%) sepia(81%) saturate(397%) hue-rotate(137deg) brightness(95%) contrast(101%); }
  .btn--navigationPrev, a.wp-block-button__link--navigationPrev {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .btn--navigationPrev .btn__arrow, a.wp-block-button__link--navigationPrev .btn__arrow {
      transform: rotate(180deg); }
  .btn--smallArrowDown::after, a.wp-block-button__link--smallArrowDown::after {
    content: url(../img/arrow.svg);
    margin-left: 4px;
    transform: translate(0, 3px);
    display: inline-block; }
    @media only screen and (min-width: 1279px) {
      .btn--smallArrowDown::after, a.wp-block-button__link--smallArrowDown::after {
        transform: translate(0, -3px); } }
  .btn--smallArrowRight::after, a.wp-block-button__link--smallArrowRight::after {
    content: url(../img/arrow.svg);
    margin-left: 4px;
    transform: translate(0, 3px);
    display: inline-block; }
    @media only screen and (min-width: 1279px) {
      .btn--smallArrowRight::after, a.wp-block-button__link--smallArrowRight::after {
        transform: translate(0, -3px); } }
  .btn--download, a.wp-block-button__link--download {
    padding: 0; }
    .btn--download::after, a.wp-block-button__link--download::after {
      content: url(../img/icon-download.svg);
      margin-left: 8px;
      transform: translate(0, 1px);
      display: inline-block; }
      @media only screen and (min-width: 1279px) {
        .btn--download::after, a.wp-block-button__link--download::after {
          transform: translate(0, 2px); } }
  .btn--alignLeft, .btn--alignLeft, a.wp-block-button__link--alignLeft, a.wp-block-button__link--alignLeft {
    grid-area: start;
    justify-self: start; }
  .btn--alignRight, a.wp-block-button__link--alignRight {
    grid-area: end;
    justify-self: end; }
  .btn__wrapper--alignright, a.wp-block-button__link__wrapper--alignright {
    text-align: right; }
  .btn__wrapper--alignleft, a.wp-block-button__link__wrapper--alignleft {
    text-align: left; }

.container-xl {
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .container-xl {
      max-width: 1920px;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 1279px) {
    .container-xl {
      padding-left: 90px;
      padding-right: 90px; } }
  @media only screen and (min-width: 1650px) {
    .container-xl {
      padding-left: 140px;
      padding-right: 140px; } }
  .container-xl--offset-y {
    padding-top: 40px;
    padding-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .container-xl--offset-y {
        padding-top: 90px;
        padding-bottom: 90px; } }

.container-sm {
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .container-sm {
      max-width: 1920px;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 1279px) {
    .container-sm {
      padding-left: 90px;
      padding-right: 90px; } }
  @media only screen and (min-width: 1650px) {
    .container-sm {
      padding-left: 140px;
      padding-right: 140px; } }
  @media only screen and (min-width: 1365px) {
    .container-sm {
      max-width: 1100px;
      padding-left: 0;
      padding-right: 0; } }

.d-hide {
  display: none; }

.d-show {
  display: block; }

.text-center {
  text-align: center; }

.hidden-mobile {
  display: none !important; }
  @media only screen and (min-width: 768px) {
    .hidden-mobile {
      display: block !important; } }

@media only screen and (min-width: 768px) {
  .hidden-desktop {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .mobile-mt-0 {
    margin-top: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mobile-mb-0 {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mobile-pt-0 {
    padding-top: 0 !important; } }

@media only screen and (max-width: 767px) {
  .mobile-pb-0 {
    padding-bottom: 0 !important; } }

.mt-0 {
  margin-top: 0px !important; }
  @media only screen and (min-width: 768px) {
    .mt-0 {
      margin-top: 0px !important; } }

.mb-0 {
  margin-bottom: 0px !important; }
  @media only screen and (min-width: 768px) {
    .mb-0 {
      margin-bottom: 0px !important; } }

.ml-0 {
  margin-left: 0px !important; }
  @media only screen and (min-width: 768px) {
    .ml-0 {
      margin-left: 0px !important; } }

.mr-0 {
  margin-right: 0px !important; }
  @media only screen and (min-width: 768px) {
    .mr-0 {
      margin-right: 0px !important; } }

.mt-1 {
  margin-top: 8px !important; }
  @media only screen and (min-width: 768px) {
    .mt-1 {
      margin-top: 10px !important; } }

.mb-1 {
  margin-bottom: 8px !important; }
  @media only screen and (min-width: 768px) {
    .mb-1 {
      margin-bottom: 10px !important; } }

.ml-1 {
  margin-left: 8px !important; }
  @media only screen and (min-width: 768px) {
    .ml-1 {
      margin-left: 10px !important; } }

.mr-1 {
  margin-right: 8px !important; }
  @media only screen and (min-width: 768px) {
    .mr-1 {
      margin-right: 10px !important; } }

.mt-2 {
  margin-top: 16px !important; }
  @media only screen and (min-width: 768px) {
    .mt-2 {
      margin-top: 20px !important; } }

.mb-2 {
  margin-bottom: 16px !important; }
  @media only screen and (min-width: 768px) {
    .mb-2 {
      margin-bottom: 20px !important; } }

.ml-2 {
  margin-left: 16px !important; }
  @media only screen and (min-width: 768px) {
    .ml-2 {
      margin-left: 20px !important; } }

.mr-2 {
  margin-right: 16px !important; }
  @media only screen and (min-width: 768px) {
    .mr-2 {
      margin-right: 20px !important; } }

.mt-3 {
  margin-top: 24px !important; }
  @media only screen and (min-width: 768px) {
    .mt-3 {
      margin-top: 30px !important; } }

.mb-3 {
  margin-bottom: 24px !important; }
  @media only screen and (min-width: 768px) {
    .mb-3 {
      margin-bottom: 30px !important; } }

.ml-3 {
  margin-left: 24px !important; }
  @media only screen and (min-width: 768px) {
    .ml-3 {
      margin-left: 30px !important; } }

.mr-3 {
  margin-right: 24px !important; }
  @media only screen and (min-width: 768px) {
    .mr-3 {
      margin-right: 30px !important; } }

.mt-4 {
  margin-top: 32px !important; }
  @media only screen and (min-width: 768px) {
    .mt-4 {
      margin-top: 40px !important; } }

.mb-4 {
  margin-bottom: 32px !important; }
  @media only screen and (min-width: 768px) {
    .mb-4 {
      margin-bottom: 40px !important; } }

.ml-4 {
  margin-left: 32px !important; }
  @media only screen and (min-width: 768px) {
    .ml-4 {
      margin-left: 40px !important; } }

.mr-4 {
  margin-right: 32px !important; }
  @media only screen and (min-width: 768px) {
    .mr-4 {
      margin-right: 40px !important; } }

.mt-5 {
  margin-top: 40px !important; }
  @media only screen and (min-width: 768px) {
    .mt-5 {
      margin-top: 50px !important; } }

.mb-5 {
  margin-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .mb-5 {
      margin-bottom: 50px !important; } }

.ml-5 {
  margin-left: 40px !important; }
  @media only screen and (min-width: 768px) {
    .ml-5 {
      margin-left: 50px !important; } }

.mr-5 {
  margin-right: 40px !important; }
  @media only screen and (min-width: 768px) {
    .mr-5 {
      margin-right: 50px !important; } }

.mt-6 {
  margin-top: 48px !important; }
  @media only screen and (min-width: 768px) {
    .mt-6 {
      margin-top: 60px !important; } }

.mb-6 {
  margin-bottom: 48px !important; }
  @media only screen and (min-width: 768px) {
    .mb-6 {
      margin-bottom: 60px !important; } }

.ml-6 {
  margin-left: 48px !important; }
  @media only screen and (min-width: 768px) {
    .ml-6 {
      margin-left: 60px !important; } }

.mr-6 {
  margin-right: 48px !important; }
  @media only screen and (min-width: 768px) {
    .mr-6 {
      margin-right: 60px !important; } }

.pt-0 {
  padding-top: 0px !important; }
  @media only screen and (min-width: 768px) {
    .pt-0 {
      padding-top: 0px !important; } }

.pb-0 {
  padding-bottom: 0px !important; }
  @media only screen and (min-width: 768px) {
    .pb-0 {
      padding-bottom: 0px !important; } }

.pl-0 {
  padding-left: 0px !important; }
  @media only screen and (min-width: 768px) {
    .pl-0 {
      padding-left: 0px !important; } }

.pr-0 {
  padding-right: 0px !important; }
  @media only screen and (min-width: 768px) {
    .pr-0 {
      padding-right: 0px !important; } }

.pt-1 {
  padding-top: 8px !important; }
  @media only screen and (min-width: 768px) {
    .pt-1 {
      padding-top: 10px !important; } }

.pb-1 {
  padding-bottom: 8px !important; }
  @media only screen and (min-width: 768px) {
    .pb-1 {
      padding-bottom: 10px !important; } }

.pl-1 {
  padding-left: 8px !important; }
  @media only screen and (min-width: 768px) {
    .pl-1 {
      padding-left: 10px !important; } }

.pr-1 {
  padding-right: 8px !important; }
  @media only screen and (min-width: 768px) {
    .pr-1 {
      padding-right: 10px !important; } }

.pt-2 {
  padding-top: 16px !important; }
  @media only screen and (min-width: 768px) {
    .pt-2 {
      padding-top: 20px !important; } }

.pb-2 {
  padding-bottom: 16px !important; }
  @media only screen and (min-width: 768px) {
    .pb-2 {
      padding-bottom: 20px !important; } }

.pl-2 {
  padding-left: 16px !important; }
  @media only screen and (min-width: 768px) {
    .pl-2 {
      padding-left: 20px !important; } }

.pr-2 {
  padding-right: 16px !important; }
  @media only screen and (min-width: 768px) {
    .pr-2 {
      padding-right: 20px !important; } }

.pt-3 {
  padding-top: 24px !important; }
  @media only screen and (min-width: 768px) {
    .pt-3 {
      padding-top: 30px !important; } }

.pb-3 {
  padding-bottom: 24px !important; }
  @media only screen and (min-width: 768px) {
    .pb-3 {
      padding-bottom: 30px !important; } }

.pl-3 {
  padding-left: 24px !important; }
  @media only screen and (min-width: 768px) {
    .pl-3 {
      padding-left: 30px !important; } }

.pr-3 {
  padding-right: 24px !important; }
  @media only screen and (min-width: 768px) {
    .pr-3 {
      padding-right: 30px !important; } }

.pt-4 {
  padding-top: 32px !important; }
  @media only screen and (min-width: 768px) {
    .pt-4 {
      padding-top: 40px !important; } }

.pb-4 {
  padding-bottom: 32px !important; }
  @media only screen and (min-width: 768px) {
    .pb-4 {
      padding-bottom: 40px !important; } }

.pl-4 {
  padding-left: 32px !important; }
  @media only screen and (min-width: 768px) {
    .pl-4 {
      padding-left: 40px !important; } }

.pr-4 {
  padding-right: 32px !important; }
  @media only screen and (min-width: 768px) {
    .pr-4 {
      padding-right: 40px !important; } }

.pt-5 {
  padding-top: 40px !important; }
  @media only screen and (min-width: 768px) {
    .pt-5 {
      padding-top: 50px !important; } }

.pb-5 {
  padding-bottom: 40px !important; }
  @media only screen and (min-width: 768px) {
    .pb-5 {
      padding-bottom: 50px !important; } }

.pl-5 {
  padding-left: 40px !important; }
  @media only screen and (min-width: 768px) {
    .pl-5 {
      padding-left: 50px !important; } }

.pr-5 {
  padding-right: 40px !important; }
  @media only screen and (min-width: 768px) {
    .pr-5 {
      padding-right: 50px !important; } }

.pt-6 {
  padding-top: 48px !important; }
  @media only screen and (min-width: 768px) {
    .pt-6 {
      padding-top: 60px !important; } }

.pb-6 {
  padding-bottom: 48px !important; }
  @media only screen and (min-width: 768px) {
    .pb-6 {
      padding-bottom: 60px !important; } }

.pl-6 {
  padding-left: 48px !important; }
  @media only screen and (min-width: 768px) {
    .pl-6 {
      padding-left: 60px !important; } }

.pr-6 {
  padding-right: 48px !important; }
  @media only screen and (min-width: 768px) {
    .pr-6 {
      padding-right: 60px !important; } }

.footer {
  margin: 0;
  background: none; }
  .footer__header {
    font-size: 1.9rem;
    font-weight: 500;
    margin: 0 0 1em 0; }
  .footer__menu {
    display: block;
    margin: 0 0 54px 0;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .footer__menu {
        margin-bottom: 0; } }
    .footer__menu .dropdown {
      display: none; }
    .footer__menu li {
      display: block; }
      .footer__menu li a {
        color: #000; }
  .footer__upper {
    color: #000;
    font-size: 1.7rem; }
    @media only screen and (min-width: 768px) {
      .footer__upper {
        display: -ms-flexbox;
        display: flex; } }
    .footer__upper a {
      color: #000; }
      .footer__upper a:hover {
        text-decoration: uppercase; }
  .footer__upperWrapper.section {
    background-image: url(../img/footer-logo.png);
    background-repeat: no-repeat;
    background-size: 380px auto;
    background-position: calc(100% + 120px) calc(100% + 10px);
    padding-bottom: 110px; }
    @media only screen and (min-width: 768px) {
      .footer__upperWrapper.section {
        background-position: calc(100% + 120px) calc(100% + 10px);
        padding-bottom: 40px; } }
    @media only screen and (min-width: 1279px) {
      .footer__upperWrapper.section {
        background-size: 485px auto;
        background-position: 95% 100%; } }
    @media only screen and (min-width: 1650px) {
      .footer__upperWrapper.section {
        background-size: 655px auto;
        background-position: calc(100% - 8vw) 100%;
        padding-bottom: 50px; } }
  @media only screen and (min-width: 768px) {
    .footer__contact {
      margin-left: 30px; } }
  @media only screen and (min-width: 1023px) {
    .footer__contact {
      margin-left: 95px; } }
  .footer__lowerWrapper {
    background: #157B85;
    color: #fff;
    padding: 18px 0; }
  .footer__lower {
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 1.4rem; }
    @media only screen and (min-width: 1023px) {
      .footer__lower {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: row;
            flex-direction: row; } }
    .footer__lower p {
      margin: 0; }
  @media only screen and (min-width: 1023px) {
    .footer__credit {
      max-width: 720px; } }
  .footer__cookies {
    font-size: 1.7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (min-width: 1023px) {
      .footer__cookies {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-positive: 1;
            flex-grow: 1; } }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }

.page-content {
  background: #EDEDED;
  padding: 30px 0; }
  @media only screen and (min-width: 1279px) {
    .page-content {
      padding: 45px 0; } }
  @media only screen and (min-width: 1650px) {
    .page-content {
      padding: 90px 0; } }

.gutenberg--secondary a {
  color: #40873D !important; }

.gutenberg .wp-block-group__inner-container > *:first-child,
.gutenberg .wp-block-column > *:first-child,
.gutenberg .gutenberg > *:first-child {
  margin-top: 0; }

.gutenberg .wp-block-group {
  margin: 20px 0; }
  @media only screen and (min-width: 1279px) {
    .gutenberg .wp-block-group {
      margin: 40px 0; } }
  @media only screen and (min-width: 1650px) {
    .gutenberg .wp-block-group {
      margin: 50px 0; } }
  .gutenberg .wp-block-group.has-background {
    padding: 25px;
    border-radius: 20px; }
  .gutenberg .wp-block-group.is-style-bg--secondaryBorder {
    border: solid 2px #E22747;
    padding: 25px;
    border-radius: 20px; }

.gutenberg .wp-block-columns {
  margin: 15px 0;
  gap: 30px; }
  @media only screen and (min-width: 1650px) {
    .gutenberg .wp-block-columns {
      gap: 40px; } }
  .gutenberg .wp-block-columns.is-style-mobile-reverse .wp-block-column:first-child {
    -ms-flex-order: 2;
        order: 2; }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-columns.is-style-mobile-reverse .wp-block-column:first-child {
        -ms-flex-order: 1;
            order: 1; } }
  .gutenberg .wp-block-columns.is-style-mobile-reverse .wp-block-column:last-child {
    -ms-flex-order: 1;
        order: 1; }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-columns.is-style-mobile-reverse .wp-block-column:last-child {
        -ms-flex-order: 2;
            order: 2; } }
  .gutenberg .wp-block-columns .figure {
    max-width: 100%; }
  .gutenberg .wp-block-columns .wp-block-column.is-style-to-right-edge {
    margin-right: -20px; }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-columns .wp-block-column.is-style-to-right-edge {
        margin-right: -60px; } }
    @media only screen and (min-width: 1650px) {
      .gutenberg .wp-block-columns .wp-block-column.is-style-to-right-edge {
        margin-right: -7vw;
        margin-left: 7vw; } }
  .gutenberg .wp-block-columns .wp-block-column.is-style-to-left-edge {
    margin-left: -20px; }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-columns .wp-block-column.is-style-to-left-edge {
        margin-left: -60px; } }
    @media only screen and (min-width: 1650px) {
      .gutenberg .wp-block-columns .wp-block-column.is-style-to-left-edge {
        margin-left: -7vw;
        margin-right: 7vw; } }

.gutenberg .wp-block-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 10px; }
  @media only screen and (min-width: 479px) {
    .gutenberg .wp-block-buttons {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; } }
  .gutenberg .wp-block-buttons.is-content-justification-center .wp-block-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gutenberg .wp-block-buttons .wp-block-button {
    width: 100%;
    margin-bottom: 20px; }
    @media only screen and (min-width: 479px) {
      .gutenberg .wp-block-buttons .wp-block-button {
        width: auto;
        margin-right: 10px; } }
    @media only screen and (min-width: 768px) {
      .gutenberg .wp-block-buttons .wp-block-button {
        margin-right: 20px; } }
    .gutenberg .wp-block-buttons .wp-block-button:last-child {
      margin-right: 0; }

.gutenberg .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px; }
  .gutenberg .wp-block-image img {
    height: auto; }

.gutenberg .width-100 {
  width: 100%; }

.gutenberg .wp-block-pullquote cite {
  display: block;
  margin-top: 15px; }

.gutenberg .wp-block-gallery li {
  padding: 0 !important; }
  .gutenberg .wp-block-gallery li::before {
    content: none !important; }

.gutenberg .wp-block-quote {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 40px 0;
  font-weight: 500;
  color: #157B85; }
  @media only screen and (min-width: 768px) {
    .gutenberg .wp-block-quote {
      margin: 60px 0; } }
  @media only screen and (min-width: 1365px) {
    .gutenberg .wp-block-quote {
      font-size: 2.8em; } }
  @media only screen and (min-width: 1650px) {
    .gutenberg .wp-block-quote {
      font-size: 3rem; } }
  .gutenberg .wp-block-quote cite {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #606060; }
  .gutenberg .wp-block-quote p {
    margin: 10px 0; }

.gutenberg .wp-block-media-text {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .gutenberg .wp-block-media-text {
      margin-top: 50px;
      margin-bottom: 50px; } }

.gutenberg .has-medium-font-size {
  font-size: 1.4rem !important;
  line-height: 2rem !important; }
  @media only screen and (min-width: 768px) {
    .gutenberg .has-medium-font-size {
      font-size: 1.6rem !important;
      line-height: 2.2rem !important; } }
  @media only screen and (min-width: 1365px) {
    .gutenberg .has-medium-font-size {
      font-size: 1.8rem !important;
      line-height: 2.4rem !important; } }

.gutenberg .wp-block-table.is-style-stripes {
  border-bottom: none; }

.gutenberg .has-green-color {
  color: #157B85; }

.gutenberg .has-raspberry-color {
  color: #E22747; }

.gutenberg .has-white-color {
  color: #fff; }

.gutenberg .has-black-color {
  color: #000; }

.gutenberg .wp-block-separator {
  border: none;
  background: none; }
  .gutenberg .wp-block-separator.has-green-color {
    background: #157B85;
    height: 2px; }

.gutenberg ol, .gutenberg ul {
  margin: 1em 0;
  padding: 0; }
  .gutenberg ol li, .gutenberg ul li {
    padding: 10px 0;
    display: block;
    list-style-type: none; }

.gutenberg ol {
  counter-reset: listCounter; }
  .gutenberg ol li {
    counter-increment: listCounter; }
    .gutenberg ol li::before {
      content: counter(listCounter) ". ";
      font-weight: 900; }

.gutenberg ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  margin-right: 10px;
  vertical-align: middle; }

.gutenberg ol.is-style-green li {
  border-bottom: solid 1px #157B85; }
  .gutenberg ol.is-style-green li::before {
    color: #157B85; }

.gutenberg ol.is-style-raspberry li {
  border-bottom: solid 1px #E22747; }
  .gutenberg ol.is-style-raspberry li::before {
    color: #E22747; }

.gutenberg ol.is-style-white li {
  border-bottom: solid 1px #fff; }
  .gutenberg ol.is-style-white li::before {
    color: #fff; }

.gutenberg ul.is-style-green li {
  border-bottom: solid 1px #157B85; }
  .gutenberg ul.is-style-green li::before {
    background: #157B85; }

.gutenberg ul.is-style-raspberry li {
  border-bottom: solid 1px #E22747; }
  .gutenberg ul.is-style-raspberry li::before {
    background: #E22747; }

.gutenberg ul.is-style-white li {
  border-bottom: solid 1px #fff; }
  .gutenberg ul.is-style-white li::before {
    background: #fff; }

.gutenberg hr {
  margin-top: 10px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1023px) {
    .gutenberg hr {
      margin-top: 20px;
      margin-bottom: 45px; } }
  @media only screen and (min-width: 1650px) {
    .gutenberg hr {
      margin-top: 30px;
      margin-bottom: 60px; } }

.wp-block-spacer[style] {
  height: 0 !important; }

.is-style-small-spacer {
  padding-top: 25px; }
  @media only screen and (min-width: 1279px) {
    .is-style-small-spacer {
      padding-top: 40px; } }
  @media only screen and (min-width: 1650px) {
    .is-style-small-spacer {
      padding-top: 75px; } }

.is-style-smaller-spacer {
  padding-top: 20px; }
  @media only screen and (min-width: 1279px) {
    .is-style-smaller-spacer {
      padding-top: 25px; } }

.is-style-medium-spacer {
  padding-top: 50px; }
  @media only screen and (min-width: 768px) {
    .is-style-medium-spacer {
      padding-top: 70px; } }
  @media only screen and (min-width: 1650px) {
    .is-style-medium-spacer {
      padding-top: 120px; } }

.is-style-large-spacer {
  padding-top: 50px; }
  @media only screen and (min-width: 1279px) {
    .is-style-large-spacer {
      padding-top: 90px; } }
  @media only screen and (min-width: 1650px) {
    .is-style-large-spacer {
      padding-top: 180px; } }

.noMarginTop {
  margin-top: 0 !important; }

.noMarginBottom {
  margin-bottom: 0 !important; }

.tinyPaddingTop {
  padding-top: 1em; }

.noPaddingTop {
  padding-top: 0 !important; }

.noPaddingBottom {
  padding-bottom: 0 !important; }

.normalMarginTop {
  margin-top: 30px; }
  @media only screen and (min-width: 1279px) {
    .normalMarginTop {
      margin-top: 45px; } }
  @media only screen and (min-width: 1650px) {
    .normalMarginTop {
      margin-top: 60px; } }

.normalMarginBottom {
  margin-top: 30px; }
  @media only screen and (min-width: 1279px) {
    .normalMarginBottom {
      margin-top: 45px; } }
  @media only screen and (min-width: 1650px) {
    .normalMarginBottom {
      margin-top: 60px; } }

.has-green-background-color {
  background: #157B85; }

.has-raspberry-background-color {
  background: #E22747; }

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

.has-black-background-color {
  background: #000; }

.has-gray-background-color {
  background: #EDEDED; }

.has-green-color {
  color: #157B85; }

.has-raspberry-color {
  color: #E22747; }

.has-white-color {
  color: #fff; }

.has-black-color {
  color: #000; }

.hamburger {
  --color: $shadow;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  transform: rotate(0);
  transition: transform 0.2s ease-in-out;
  padding: 0;
  border: none;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  z-index: 9;
  position: relative;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 1279px) {
    .hamburger {
      display: none; } }
  .hamburger svg {
    width: 48px;
    height: 36px;
    top: -6px;
    left: -14px;
    stroke: #157B85;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute; }
  .hamburger svg path[data-v-75d77b10] {
    transition: stroke-dasharray .85s ease 0s, stroke-dashoffset .85s ease 0s;
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: 26px 100px;
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: 126px;
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0); }
  .hamburger svg path[data-v-75d77b10]:nth-child(2) {
    --duration: 0.7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px
   ; }
  .hamburger svg path[data-v-75d77b10]:nth-child(3) {
    --offset: 133px;
    --array-2: 107px
   ; }
  .hamburger.is-active svg path[data-v-75d77b10] {
    --offset: 57px
   ; }
  .hamburger.is-active svg path[data-v-75d77b10]:first-child,
  .hamburger .is-active svg path[data-v-75d77b10]:nth-child(3) {
    --delay: 0.15s;
    --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1)
   ; }
  .hamburger.is-active svg path[data-v-75d77b10]:nth-child(2) {
    --duration: 0.4s;
    --offset: 2px;
    --array-1: 1px
   ; }
  .hamburger.is-active svg path[data-v-75d77b10]:nth-child(3) {
    --offset: 58px
   ; }

.site {
  padding-top: 80px; }
  @media only screen and (min-width: 1279px) {
    .site {
      padding-top: 100px; } }
  @media only screen and (min-width: 1650px) {
    .site {
      padding-top: 175px; } }

@media only screen and (min-width: 768px) {
  .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    column-gap: 30px; } }

@media only screen and (min-width: 1650px) {
  .columns {
    column-gap: 55px; } }

.columns .column {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 30px; }

.section {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1023px) {
    .section {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 1650px) {
    .section {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .section--gray {
    background-color: #EDEDED; }
  .section--primary {
    background-color: #157B85;
    color: #fff; }
  .section--borderYellow {
    border-bottom: solid 1px #FFB434; }

.flex {
  display: -ms-flexbox;
  display: flex; }
  .flex--end {
    -ms-flex-pack: end;
        justify-content: flex-end; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 4px 20px 0 #0000000D;
  z-index: 99;
  transition: height 0.5s; }
  @media only screen and (min-width: 1279px) {
    .navbar {
      height: 120px;
      border-color: transparent; } }
  @media only screen and (min-width: 1650px) {
    .navbar {
      height: 175px; } }
  @media only screen and (min-width: 1650px) {
    .navbar--scrolled {
      height: 125px; } }
  @media only screen and (min-width: 1279px) {
    .navbar--scrolled .navbar__nav {
      padding-top: 0; } }
  @media only screen and (min-width: 1650px) {
    .navbar--scrolled .navbar__logo img {
      height: 60px; } }
  @media only screen and (min-width: 1650px) {
    .navbar--scrolled .navbar__languages {
      padding: 4px 11px; } }
  .navbar__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%; }
    @media only screen and (min-width: 1279px) {
      .navbar__container {
        padding-left: 35px;
        padding-right: 35px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        position: relative; } }
  @media only screen and (min-width: 1279px) and (min-width: 768px) {
    .navbar__container {
      max-width: 1920px;
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (min-width: 1279px) and (min-width: 1279px) {
    .navbar__container {
      padding-left: 90px;
      padding-right: 90px; } }
  @media only screen and (min-width: 1279px) and (min-width: 1650px) {
    .navbar__container {
      padding-left: 140px;
      padding-right: 140px; } }
    @media only screen and (min-width: 1365px) {
      .navbar__container {
        padding-left: 90px;
        padding-right: 90px; } }
    @media only screen and (min-width: 1650px) {
      .navbar__container {
        padding-left: 140px;
        padding-right: 140px; } }
  .navbar__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 99; }
  .navbar__logo {
    outline: none;
    border: none; }
    @media only screen and (min-width: 1279px) {
      .navbar__logo {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 20px; } }
    .navbar__logo img {
      transition: height 0.5s; }
      @media only screen and (min-width: 1279px) {
        .navbar__logo img {
          height: 40px; } }
      @media only screen and (min-width: 1650px) {
        .navbar__logo img {
          height: 73px; } }
  @media only screen and (min-width: 1279px) {
    .navbar__nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  @media only screen and (min-width: 1279px) {
    .navbar__menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin: 0;
      list-style-type: none; } }
  .navbar__menu > li {
    padding: 5px 0; }
  .navbar__menu > li > a {
    white-space: nowrap;
    text-decoration: none; }
  .navbar__menu li {
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 1279px) {
      .navbar__menu li {
        margin: 0; } }
    .navbar__menu li.current-menu-item > a {
      font-weight: 700; }
      .navbar__menu li.current-menu-item > a:hover {
        color: #157B85; }
    @media only screen and (min-width: 1279px) {
      .navbar__menu li a {
        font-size: 1.5rem;
        text-decoration: none;
        color: #000;
        font-weight: 500;
        padding: 7px 20px; } }
    @media only screen and (min-width: 1650px) {
      .navbar__menu li a {
        font-size: 1.7rem; } }
  .navbar__menu .dropdown {
    display: none; }
  @media only screen and (min-width: 1279px) {
    .navbar__menu .sub-menu {
      display: block;
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: absolute;
      left: 0;
      top: 100%;
      border-top: solid 2px #157B85;
      width: 100%;
      opacity: 0;
      pointer-events: none;
      transition: 0.5s all;
      background: #fff;
      font-size: 1.5rem; }
      .navbar__menu .sub-menu li {
        margin: 0; }
      .navbar__menu .sub-menu a {
        padding: 0;
        font-weight: 400;
        display: block;
        padding: 5px 10px;
        background: none;
        transition: 0.5s background; }
        .navbar__menu .sub-menu a:hover {
          background: #e7f1f3; }
    .navbar__menu .menu-item--special a {
      border: solid 1px #E22747;
      border-radius: 20px; }
    .navbar__menu .menu-item-has-children > a .dropdown {
      display: block;
      position: absolute;
      right: 5px;
      top: 15px; }
    .navbar__menu .menu-item-has-children > a .arrowPath {
      stroke: #000; }
    .navbar__menu .menu-item-has-children:hover .sub-menu {
      opacity: 1;
      pointer-events: all; } }
  .navbar__languages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    column-gap: 10px; }
    @media only screen and (min-width: 1279px) {
      .navbar__languages {
        position: absolute;
        top: 0;
        background: #EDEDED;
        padding: 4px 11px;
        border-radius: 0 0 20px 20px; } }
    @media only screen and (min-width: 1650px) {
      .navbar__languages {
        right: 140px;
        padding: 8px 11px; } }
  .navbar .lang-item a {
    margin: 0; }
  @media only screen and (min-width: 1279px) {
    .navbar .lang-item.current-lang img {
      border: solid 2px #157B85; } }

#wpadminbar {
  top: auto;
  bottom: 0;
  opacity: 0.4;
  position: fixed; }
  #wpadminbar:hover {
    opacity: 1; }

@keyframes sticky-animation {
  0% {
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@media only screen and (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 #0000000D;
    z-index: 99; }
    .navbar__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      height: 100%; }
    .navbar__inner {
      height: 80px;
      padding-left: 35px;
      padding-right: 35px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      position: relative; } }
    @media only screen and (max-width: 1279px) and (min-width: 768px) {
      .navbar__inner {
        max-width: 1920px;
        padding-left: 60px;
        padding-right: 60px; } }
    @media only screen and (max-width: 1279px) and (min-width: 1279px) {
      .navbar__inner {
        padding-left: 90px;
        padding-right: 90px; } }
    @media only screen and (max-width: 1279px) and (min-width: 1650px) {
      .navbar__inner {
        padding-left: 140px;
        padding-right: 140px; } }

@media only screen and (max-width: 1279px) {
    .navbar__logo {
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .navbar__logo img {
        height: 37px; }
    .navbar__nav {
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      padding-left: 35px;
      padding-right: 35px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      position: relative;
      position: fixed;
      background-color: #157B85;
      color: #fff;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transform: translateY(-100%);
      will-change: transform;
      transition: transform 0.5s ease;
      z-index: 150;
      padding: 100px 75px 100px 45px; } }
    @media only screen and (max-width: 1279px) and (min-width: 768px) {
      .navbar__nav {
        max-width: 1920px;
        padding-left: 60px;
        padding-right: 60px; } }
    @media only screen and (max-width: 1279px) and (min-width: 1279px) {
      .navbar__nav {
        padding-left: 90px;
        padding-right: 90px; } }
    @media only screen and (max-width: 1279px) and (min-width: 1650px) {
      .navbar__nav {
        padding-left: 140px;
        padding-right: 140px; } }
    @media only screen and (max-width: 1279px) and (min-width: 1279px) {
      .navbar__nav {
        padding: 20px 40px; } }

@media only screen and (max-width: 1279px) {
      .navbar__nav.is-active {
        transform: translateY(0); }
      .navbar__nav .dropdown {
        display: none; }
      .navbar__nav .close {
        position: absolute;
        right: 40px;
        top: 40px; }
    .navbar__menu {
      overflow: scroll;
      margin: 0;
      padding: 0 0 0 30px;
      display: block;
      list-style-type: none; }
      .navbar__menu li {
        position: relative;
        z-index: 2; }
        .navbar__menu li.menu-item-has-children:hover .sub-menu {
          transform: translateY(0);
          opacity: 1;
          pointer-events: all; }
        .navbar__menu li.current-menu-item > a {
          font-weight: 700;
          color: #000; }
          .navbar__menu li.current-menu-item > a:hover {
            color: #157B85; }
        .navbar__menu li a {
          display: -ms-inline-flexbox;
          display: inline-flex;
          -ms-flex-align: center;
              align-items: center;
          width: 100%;
          padding: 10px 0;
          color: #000;
          font-size: 1.4rem;
          line-height: 1.5;
          font-weight: 400;
          transition: color 0.2s ease-in-out;
          position: relative;
          text-decoration: none;
          color: #fff;
          font-weight: 600; }
      .navbar__menu .sub-menu {
        display: block;
        margin: 0;
        padding: 0;
        list-style-type: none;
        transition: 0.5s max-height; } }
      @media only screen and (max-width: 1279px) and (max-width: 1279px) {
        .navbar__menu .sub-menu {
          max-height: 0;
          overflow: hidden; }
          .navbar__menu .sub-menu--opened {
            max-height: 500px; } }

@media only screen and (max-width: 1279px) {
        .navbar__menu .sub-menu a {
          font-weight: 400;
          padding: 2px 0; }
      .navbar__menu .menu-item-has-children > a {
        position: relative; }
        .navbar__menu .menu-item-has-children > a .dropdown {
          display: block;
          width: 20px;
          height: auto;
          position: absolute;
          left: -9px;
          top: 50%;
          transform: translate(-100%, -51%); }
          .navbar__menu .menu-item-has-children > a .dropdown--active {
            transform: translate(-100%, -51%) rotate(180deg); }
        .navbar__menu .menu-item-has-children > a .arrowPath {
          stroke: #fff; }
    .navbar__languages {
      position: absolute;
      left: 75px;
      bottom: 50px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start; } }
    @media only screen and (max-width: 1279px) and (min-width: 768px) {
      .navbar__languages {
        left: 85px; } }

.lang-item {
  display: block;
  margin: 0;
  padding: 0; }
  .lang-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    color: #000; }
    @media only screen and (min-width: 1650px) {
      .lang-item a {
        font-size: 17px; } }
  .lang-item img, .lang-item img[style] {
    border: solid 2px #fff;
    width: 23px !important;
    height: 14px !important; }
  .lang-item.current-lang img {
    border: solid 2px #fff; }

html {
  font-size: 16px;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.63; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.45; }
  @media only screen and (min-width: 1279px) {
    body {
      font-size: 1.7rem; } }

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500; }

h1, .h1, .is-style-h1 {
  line-height: 1.1;
  font-weight: 500;
  font-size: 3.5rem; }
  @media only screen and (min-width: 1365px) {
    h1, .h1, .is-style-h1 {
      font-size: 5rem; } }
  @media only screen and (min-width: 1650px) {
    h1, .h1, .is-style-h1 {
      font-size: 7rem; } }
  h1 strong, .h1 strong, .is-style-h1 strong {
    font-weight: 900; }

h2, .h2, .is-style-h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500; }
  @media only screen and (min-width: 1365px) {
    h2, .h2, .is-style-h2 {
      font-size: 3.5rem; } }
  @media only screen and (min-width: 1650px) {
    h2, .h2, .is-style-h2 {
      font-size: 4.5rem; } }
  h2 strong, .h2 strong, .is-style-h2 strong {
    font-weight: 900; }

.is-style-h2 {
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 500; }
  @media only screen and (min-width: 1365px) {
    .is-style-h2 {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 1650px) {
    .is-style-h2 {
      font-size: 3.5rem; } }
  .is-style-h2 strong {
    font-weight: 700; }

h3, .h3, .is-style-h3 {
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 500; }
  @media only screen and (min-width: 1365px) {
    h3, .h3, .is-style-h3 {
      font-size: 2.2rem; } }
  @media only screen and (min-width: 1650px) {
    h3, .h3, .is-style-h3 {
      font-size: 2.5rem; } }
  h3 strong, .h3 strong, .is-style-h3 strong {
    font-weight: 700; }

.vertical-title {
  margin: 0 0 1.5em 0;
  padding: 0; }
  @media only screen and (min-width: 1279px) {
    .vertical-title {
      position: absolute;
      left: 0;
      top: 0;
      transform: rotate(-90deg) translate(-100%, 24px);
      transform-origin: top left; } }
  @media only screen and (min-width: 1650px) {
    .vertical-title {
      transform: rotate(-90deg) translate(-100%, 35px); } }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.color--lightGreen {
  color: #699C9C; }

.color--primary {
  color: #157B85; }

.home-header {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .home-header {
      background-image: url(../img/header.png);
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 48% auto;
      padding: 80px 0; } }
  @media only screen and (min-width: 1279px) {
    .home-header {
      padding: 120px 0; } }
  @media only screen and (min-width: 1650px) {
    .home-header {
      padding: 160px 0; } }
  @media only screen and (min-width: 768px) {
    .home-header__content {
      width: 48%; } }
  .home-header__text {
    margin: 50px 0; }
    @media only screen and (min-width: 1365px) {
      .home-header__text {
        margin: 40px 0; } }

.news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 30px; }
  @media only screen and (min-width: 768px) {
    .news-list {
      -ms-grid-columns: [start] 1fr 1fr 1fr [end];
          grid-template-columns: [start] 1fr 1fr 1fr [end]; } }
  @media only screen and (min-width: 1650px) {
    .news-list {
      gap: 55px; } }

.post-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .post-tile__date {
    color: #FFB434;
    font-size: 1.4rem;
    font-weight: bold; }
  .post-tile__title {
    font-size: 1.9rem;
    font-weight: 500; }
  .post-tile__image {
    margin-top: 0;
    margin-bottom: 1em; }
  .post-tile__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-positive: 1;
        flex-grow: 1; }

.post-header {
  height: 250px;
  position: relative; }
  @media only screen and (min-width: 1279px) {
    .post-header {
      height: 320px; } }
  @media only screen and (min-width: 1650px) {
    .post-header {
      height: 430px; } }
  .post-header img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.post-navigation {
  padding: 20px 0;
  display: -ms-grid;
  display: grid;
  column-gap: 20px;
  grid-template-areas: 'start end'; }

.post-date {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #157B85;
  font-weight: bold; }

.post-page {
  padding-bottom: 30px; }

[data-list-wrapper] {
  min-height: 200px;
  position: relative; }
  [data-list-wrapper].loading .custom-loader {
    display: block; }

.custom-loader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid;
  border-color: #FFFFFF;
  border-right-color: #157B85;
  animation: s2 1s infinite linear;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  display: none; }

@keyframes s2 {
  to {
    transform: rotate(1turn); } }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (min-width: 768px) {
    .pagination {
      grid-column: start / end; } }
  .pagination .page-numbers {
    display: inline-block;
    padding: 10px 10px;
    margin: 0 2px; }
  .pagination .current {
    font-weight: bold; }
  .pagination a.page-numbers:not(.next):not(.prev) {
    color: #000;
    text-decoration: none; }
  .pagination .next {
    width: 15px;
    height: 20px;
    background: url(../img/arrow.svg) no-repeat center;
    background-size: 13px auto;
    padding: 0;
    transform: rotate(-90deg); }
  .pagination .prev {
    width: 15px;
    height: 20px;
    background: url(../img/arrow.svg) no-repeat center;
    background-size: 13px auto;
    padding: 0;
    transform: rotate(90deg); }

.section--primary .pagination .next,
.section--primary .pagination .prev {
  filter: brightness(0) invert(1); }

.section--primary a.page-numbers:not(.next):not(.prev) {
  color: #fff; }

.home-events {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .home-events {
      display: -ms-grid;
      display: grid;
      column-gap: 30px;
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      grid-auto-flow: column; } }
  @media only screen and (min-width: 1279px) {
    .home-events {
      margin-bottom: 45px; } }
  @media only screen and (min-width: 1650px) {
    .home-events {
      column-gap: 55px;
      margin-bottom: 60px; } }
  .home-events .local-title, .home-events .foreign-title {
    margin: 30px 0; }
    @media only screen and (min-width: 768px) {
      .home-events .local-title, .home-events .foreign-title {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .home-events .local-title {
      -ms-grid-column: 1;
          grid-column: 1; } }
  @media only screen and (min-width: 768px) {
    .home-events .foreign-title {
      -ms-grid-column: 2;
          grid-column: 2; } }
  @media only screen and (min-width: 768px) {
    .home-events .event-tile--secondary {
      grid-column: 1/2; } }

.event-list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  display: grid;
  -ms-grid-columns: [start] [end];
      grid-template-columns: [start] [end]; }
  @media only screen and (min-width: 768px) {
    .event-list {
      -ms-grid-columns: [start] 1fr 1fr [end];
          grid-template-columns: [start] 1fr 1fr [end]; } }
  @media only screen and (min-width: 1650px) {
    .event-list {
      gap: 55px; } }

.event-tile {
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 45px; }
  @media only screen and (min-width: 1650px) {
    .event-tile {
      margin-bottom: 30px;
      padding: 30px 40px; } }
  .event-tile--primary {
    border: solid 2px #157B85; }
    .event-tile--primary .event-tile__date {
      color: #157B85; }
    .event-tile--primary .event-tile__localization::before {
      filter: invert(36%) sepia(81%) saturate(397%) hue-rotate(137deg) brightness(95%) contrast(101%); }
  .event-tile--secondary {
    border: solid 2px #E22747; }
    .event-tile--secondary .event-tile__date {
      color: #E22747; }
    .event-tile--secondary .event-tile__localization::before {
      filter: invert(24%) sepia(97%) saturate(3354%) hue-rotate(337deg) brightness(92%) contrast(92%); }
  .event-tile--small {
    border-top-left-radius: 0; }
    @media only screen and (min-width: 1023px) {
      .event-tile--small {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media only screen and (min-width: 1650px) {
      .event-tile--small {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    @media only screen and (min-width: 1023px) {
      .event-tile--small .event-tile__content {
        max-width: calc(100% - 130px); } }
    @media only screen and (min-width: 1365px) {
      .event-tile--small .event-tile__content {
        -ms-flex-positive: 1;
            flex-grow: 1; } }
    @media only screen and (min-width: 1023px) {
      .event-tile--small .event-tile__date {
        border-right: solid 1px #707070; } }
  .event-tile--large {
    margin-bottom: 0;
    display: -ms-grid;
    display: grid;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-grid-rows: auto auto auto auto 1fr;
        grid-template-rows: auto auto auto auto 1fr;
    grid-template-areas: "date" "title" "details" "footer"; }
    @media only screen and (min-width: 1279px) {
      .event-tile--large {
        column-gap: 15px;
        -ms-grid-rows: auto 1fr auto;
            grid-template-rows: auto 1fr auto;
        grid-template-areas: "date title" "details title" "footer footer"; } }
    @media only screen and (min-width: 1650px) {
      .event-tile--large {
        column-gap: 25px; } }
    .event-tile--large .event-tile__date {
      grid-area: date; }
    .event-tile--large .event-tile__details {
      grid-area: details;
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start; }
    .event-tile--large .event-tile__content {
      grid-area: title; }
    .event-tile--large .event-tile__link {
      grid-area: footer;
      -ms-flex-item-align: end;
          -ms-grid-row-align: end;
          align-self: end; }
    .event-tile--large .event-tile__label {
      font-size: 1.3rem; }
    .event-tile--large .event-tile__localization {
      margin-top: 0;
      margin-bottom: 1em; }
  .event-tile__date {
    margin-bottom: 20px; }
    @media only screen and (min-width: 1023px) {
      .event-tile__date {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 108px;
        margin-right: 20px;
        padding-right: 20px; } }
    @media only screen and (min-width: 1279px) {
      .event-tile__date {
        width: 135px; } }
    @media only screen and (min-width: 1650px) {
      .event-tile__date {
        margin-right: 30px;
        padding-right: 30px; } }
  .event-tile__dateSmall {
    font-size: 1.5rem;
    display: block;
    line-height: 1;
    text-transform: uppercase; }
  .event-tile__dateLarge {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    font-weight: 500;
    display: block;
    line-height: 1;
    white-space: nowrap; }
    @media only screen and (min-width: 1279px) {
      .event-tile__dateLarge {
        font-size: 4.5rem; } }
  .event-tile__label {
    margin: 0;
    display: block;
    line-height: 1;
    font-size: 1.4rem; }
    @media only screen and (min-width: 1279px) {
      .event-tile__label {
        font-size: 1.7rem; } }
    .event-tile__label--primary {
      color: #157B85; }
    .event-tile__label--secondary {
      color: #E22747; }
  .event-tile__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-weight: 500;
    margin: 0; }
  .event-tile__status::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-right: 10px; }
  .event-tile__status--future::before {
    background: #FFB434; }
  .event-tile__status--current::before {
    background: #157B85; }
  .event-tile__status--past::before {
    background: #E22747; }
  .event-tile__localization {
    font-size: 1.8rem; }
    @media only screen and (min-width: 1650px) {
      .event-tile__localization {
        margin-bottom: 0; } }
    .event-tile__localization::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 23px;
      background: url(../img/icon-localization.svg) no-repeat center;
      margin-right: 11px;
      transform: translate(0, 4px); }
  .event-tile__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%; }
    @media only screen and (min-width: 1650px) {
      .event-tile__link {
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 20px;
        width: auto;
        -ms-flex-item-align: end;
            align-self: flex-end; } }
  .event-tile__detailsRow p {
    margin: 0 0 1em 0;
    font-size: 1.5rem;
    font-weight: bold; }
  .event-tile .btn {
    min-width: 190px; }

@media only screen and (min-width: 768px) {
  .bottom-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    column-gap: 40px; } }

@media only screen and (min-width: 1279px) {
  .bottom-section {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.bottom-section__title {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media only screen and (min-width: 768px) {
    .bottom-section__title {
      width: 30%; } }
  @media only screen and (min-width: 1279px) {
    .bottom-section__title {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1650px) {
    .bottom-section__title {
      width: 35%; } }

.bottom-section__content {
  margin: 40px 0;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  @media only screen and (min-width: 768px) {
    .bottom-section__content {
      -ms-flex-pack: end;
          justify-content: flex-end;
      width: calc(70% - 45px);
      margin: 0; } }
  @media only screen and (min-width: 1279px) {
    .bottom-section__content {
      width: auto;
      margin-bottom: 50px; } }

.bottom-section__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media only screen and (min-width: 768px) {
    .bottom-section__link {
      -ms-flex-pack: end;
          justify-content: flex-end;
      width: 100%;
      margin-top: 20px; } }
  @media only screen and (min-width: 1279px) {
    .bottom-section__link {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: auto;
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-left: 40px; } }

.logotypes {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .logotypes {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      column-gap: 4vw; } }
  @media only screen and (min-width: 1650px) {
    .logotypes {
      column-gap: 240px; } }
  .logotypes__item {
    margin: 0; }
  .logotypes__item + .logotypes__item {
    margin-top: 30px; }
    @media only screen and (min-width: 768px) {
      .logotypes__item + .logotypes__item {
        margin: 0; } }

.pageHeader {
  background: #157B85;
  color: #fff; }
  .pageHeader__title {
    padding: 1.2em 0;
    margin: 0; }
    @media only screen and (min-width: 1023px) {
      .pageHeader__title {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        transform: rotate(-90deg) translate(-100%, 60px);
        transform-origin: top left;
        z-index: 1;
        max-width: 29vw;
        padding-right: 40px; } }
    @media only screen and (min-width: 1279px) {
      .pageHeader__title {
        transform: rotate(-90deg) translate(-100%, 90px); } }
    @media only screen and (min-width: 1650px) {
      .pageHeader__title {
        transform: rotate(-90deg) translate(-100%, 140px);
        padding-right: 40px; } }
    @media (min-width: 1920px) {
      .pageHeader__title {
        max-width: 552px; } }
  .pageHeader__image {
    height: 252px;
    position: relative;
    max-width: 1920px;
    margin: 0 -35px; }
    @media only screen and (min-width: 768px) {
      .pageHeader__image {
        height: auto;
        margin: 0 -60px; } }
    @media only screen and (min-width: 1279px) {
      .pageHeader__image {
        margin: 0 -90px; } }
    @media only screen and (min-width: 1650px) {
      .pageHeader__image {
        margin: 0 -140px; } }
    .pageHeader__image img {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 100% 0; }
      @media only screen and (min-width: 768px) {
        .pageHeader__image img {
          position: static;
          object-fit: unset;
          width: 100%;
          height: auto;
          display: block; } }

.box-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 30px; }
  @media only screen and (min-width: 768px) {
    .box-list {
      -ms-grid-columns: [start] 1fr 1fr 1fr [end];
          grid-template-columns: [start] 1fr 1fr 1fr [end]; } }
  @media only screen and (min-width: 1650px) {
    .box-list {
      gap: 55px; } }

.box {
  padding: 20px;
  border-radius: 20px; }
  @media only screen and (min-width: 1279px) {
    .box {
      padding: 28px;
      border-radius: 28px; } }
  @media only screen and (min-width: 1650px) {
    .box {
      padding: 35px;
      border-radius: 35px; } }
  .box--primary {
    background: #157B85;
    color: #fff; }
    .box--primary a {
      color: #fff; }
    .box--primary .normalLink {
      text-decoration: underline; }
    .box--primary .btn--smallArrowDown::after {
      filter: brightness(0) invert(1); }
  .box--secondaryBorder {
    border: solid 2px #E22747; }
    .box--secondaryBorder .normalLink {
      color: #E22747;
      font-weight: 500; }
    .box--secondaryBorder .btn--smallArrowDown::after {
      filter: invert(24%) sepia(97%) saturate(3354%) hue-rotate(337deg) brightness(92%) contrast(92%); }
  .box--secondary {
    background: #E22747;
    color: #fff; }
    .box--secondary .btn {
      padding-top: 0;
      padding-bottom: 0; }
  @media only screen and (min-width: 1023px) {
    .box__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .box__image {
    margin-right: 10px;
    overflow: hidden;
    border-radius: 20px; }
    @media only screen and (min-width: 1650px) {
      .box__image {
        margin-right: 22px; } }
    .box__image img {
      height: 60px; }
      @media only screen and (min-width: 1650px) {
        .box__image img {
          height: 100px; } }
  .box__galleryItem {
    height: 0;
    padding-bottom: 42%;
    position: relative;
    display: none;
    width: 100%; }
    .box__galleryItem:first-child {
      display: block; }
    .box__galleryItem img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .box__videoItem {
    height: 0;
    padding-bottom: 42%;
    position: relative;
    width: 100%; }
    .box__videoItem::after {
      content: "";
      background: url(../img/icon-play.svg) no-repeat;
      background-size: 100% auto;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 30px;
      height: 30px;
      transform: translate(-50%, -50%); }
      @media only screen and (min-width: 768px) {
        .box__videoItem::after {
          width: 45px;
          height: 45px; } }
      @media only screen and (min-width: 1650px) {
        .box__videoItem::after {
          width: 74px;
          height: 74px; } }
    .box__videoItem img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .box__bottomLink {
    margin-top: 20px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .box > *:first-child {
    margin-top: 0; }

.breadcrumbs {
  background: #157B85;
  color: #fff;
  padding: 10px 0;
  font-weight: bold; }
  .breadcrumbs a {
    color: #fff;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

.breadcrumbs {
  background: #157B85;
  color: #fff;
  padding: 10px 0;
  font-weight: bold; }
  .breadcrumbs a {
    color: #fff;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }

/**
* Import blocks
*/
/**
* Import vendors
*/
/**
 * https://github.com/nicolafranchini/VenoBox/
 */
.vbox-overlay {
  --vbox-tools-color: #fff;
  --vbox-title-background: #101010;
  --vbox-title-width:  'auto';
  --vbox-title-radius:  0;
  --vbox-share-background: #101010;
  --vbox-share-width:  'auto';
  --vbox-share-radius:  0;
  --vbox-padding: 0; }

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box; }

.vbox-overlay * {
  backface-visibility: visible; }

.vbox-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999; }

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color); }

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius); }

.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:hover,
button.vbox-link-btn:active,
button.vbox-link-btn:focus {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: none;
  display: inline-block;
  cursor: pointer; }

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block; }

.vbox-share svg {
  z-index: 10;
  vertical-align: middle; }

/* ----- navigation ----- */
.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s; }

.vbox-close:hover {
  opacity: 1; }

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--vbox-tools-color); }

.vbox-num {
  display: inline-block;
  padding: 12px 15px; }

/* ----- Social share ----- */
.vbox-left {
  left: 0; }

.vbox-right {
  right: 0; }

.vbox-top {
  top: 0; }

.vbox-bottom {
  bottom: 0; }

/* ----- Navigation arrows ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s; }

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

@media (min-width: 1200px) {
  .vbox-next {
    right: 30px; } }

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg); }

.vbox-next span {
  transform: rotate(45deg);
  right: 10px; }

/* ----- Aspect ratio ----- */
.venoratio, .vbox-inline {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: ""; }

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding); }

.venoratio-1x1 {
  --vb-aspect-ratio: 100%; }

.venoratio-4x3 {
  --vb-aspect-ratio: calc(3 / 4 * 100%); }

.venoratio-16x9 {
  --vb-aspect-ratio: calc(9 / 16 * 100%); }

.venoratio-21x9 {
  --vb-aspect-ratio: calc(9 / 21 * 100%); }

.venoratio-full {
  --vb-aspect-ratio: calc(100vh - 100px); }

.vbox-child.venoratio, .vbox-child.vbox-inline {
  max-width: 100%; }

.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0px; }

.vbox-content {
  opacity: 0; }

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100%; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding); }

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  display: block; }

.vbox-grab .vbox-child img {
  cursor: grab; }

.vbox-child > iframe {
  border: none !important; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.vbox-preloader {
  transform: translateZ(0); }

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 200ms; }

.vbox-hidden {
  display: none; }

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0; }

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0; }

.vbox-tooltip {
  position: relative;
  display: inline-block; }

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif; }

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px; }

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px; }

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1; }

/* ---------- preloader ----------
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333; }

.sk-center {
  margin: auto; }

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out; }

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both; }

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both; }

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; }

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s; }

.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s; }

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s; }

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s; }

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s; }

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s; }

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s; }

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s; }

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s; }

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s; }

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s; }

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s; }

@keyframes sk-chase {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg); } }

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); }
  100%, 0% {
    transform: scale(1); } }

.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative; }

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1.0s; }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0); }
  45%, 55% {
    transform: scale(1); } }

.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out; }

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s; }

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s; }

.sk-wave-rect:nth-child(3) {
  animation-delay: -1.0s; }

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s; }

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s; }

@keyframes sk-wave {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@keyframes sk-pulse {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both; }

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.30s; }

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s; }

@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3); }
  40% {
    transform: scale(1); } }

.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear; }

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out; }

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s; }

@keyframes sk-swing {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2); }
  50% {
    transform: scale(1); } }

.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative; }

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle-dot:before {
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both; }

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg); }

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg); }

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg); }

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg); }

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg); }

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg); }

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg); }

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg); }

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg); }

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg); }

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg); }

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s; }

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s; }

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s; }

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s; }

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s; }

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s; }

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s; }

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s; }

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s; }

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s; }

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s; }

@keyframes sk-circle {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative; }

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle-fade-dot:before {
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both; }

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg); }

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg); }

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg); }

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg); }

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg); }

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg); }

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg); }

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg); }

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg); }

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg); }

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg); }

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s; }

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1.0s; }

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s; }

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s; }

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s; }

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s; }

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s; }

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s; }

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s; }

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s; }

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s; }

@keyframes sk-circle-fade {
  0%, 39%, 100% {
    opacity: 0;
    transform: scale(0.6); }
  40% {
    opacity: 1;
    transform: scale(1); } }

.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size); }

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out; }

.sk-grid-cube:nth-child(1) {
  animation-delay: .2s; }

.sk-grid-cube:nth-child(2) {
  animation-delay: .3s; }

.sk-grid-cube:nth-child(3) {
  animation-delay: .4s; }

.sk-grid-cube:nth-child(4) {
  animation-delay: .1s; }

.sk-grid-cube:nth-child(5) {
  animation-delay: .2s; }

.sk-grid-cube:nth-child(6) {
  animation-delay: .3s; }

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s; }

.sk-grid-cube:nth-child(8) {
  animation-delay: .1s; }

.sk-grid-cube:nth-child(9) {
  animation-delay: .2s; }

@keyframes sk-grid {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }

.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg); }

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1); }

.sk-fold-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%; }

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg); }

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg); }

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg); }

.sk-fold-cube:nth-child(2):before {
  animation-delay: .3s; }

.sk-fold-cube:nth-child(4):before {
  animation-delay: .6s; }

.sk-fold-cube:nth-child(3):before {
  animation-delay: .9s; }

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative; }

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2.0s ease-in-out -2.0s infinite both; }

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s; }

.sk-wander-cube:nth-child(3) {
  animation-delay: -1.0s; }

@keyframes sk-wander {
  0% {
    transform: rotate(0); }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6); }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg); }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6); }
  100% {
    transform: rotate(-360deg); } }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0); }

[data-aos='fade-down'] {
  transform: translate3d(0, -100px, 0); }

[data-aos='fade-right'] {
  transform: translate3d(-100px, 0, 0); }

[data-aos='fade-left'] {
  transform: translate3d(100px, 0, 0); }

[data-aos='fade-up-right'] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos='fade-up-left'] {
  transform: translate3d(100px, 100px, 0); }

[data-aos='fade-down-right'] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos='fade-down-left'] {
  transform: translate3d(100px, -100px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

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