

.title-braket {
  position: relative;
  display: inline-block; }
    .title-braket__wrap--top, .title-braket__wrap--bottom {
      transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transform: translate3d(-100%, 0, 0); }
  .title-braket__sup:not(:last-child) {
    margin-bottom: 10px; }
    .title-braket__sup:not(:last-child) > .sub-title {
      padding-top: 10px; }
  .title-braket__sup--top, .title-braket__sup--bottom {
    transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: translate3d(110%, 0, 0); }
  .title-braket__sup--left, .title-braket__sup--right {
    transition: transform 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.01s; }
  .title-braket__sup--right {
    padding-right: 40px;
    text-align: right;
    transform: translate3d(100%, 0, 0); }
  .title-braket__sup--left {
    padding-left: 40px;
    transform: translate3d(-100%, 0, 0); } 
  .title-braket__h--top, .title-braket__h--bottom {
    transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: translate3d(110%, 0, 0); }
  
  .title-braket__h--right {
    padding-right: 40px;
    text-align: right;
    transform: translate3d(100%, 0, 0); }
 
  .title-braket__braket {
    position: absolute;
    z-index: 1; }
    .title-braket__braket--left {
      width: auto;
      height: 100%;
      top: 0;
      left: 0; }
    .title-braket__braket--right {
      width: auto;
      height: 100%;
      top: 0;
      right: 0; }
    .title-braket__braket--bottom {
      width: 100%;
      height: auto;
      bottom: 0;
      left: 0; }
    .title-braket__braket--top {
      width: 100%;
      height: auto;
      top: 0;
      left: 0; }
  .title-braket__layer {
    position: absolute;
    overflow: hidden; }
    .title-braket__layer:after, .title-braket__layer:before {
      content: '';
      display: block;
      position: absolute;
      opacity: 0; }
    .title-braket__layer div {
      position: absolute;
      overflow: hidden; }
      .title-braket__layer div span {
        width: 100%;
        height: 100%;
        display: block; }
    .title-braket__layer:nth-child(1) {
      opacity: 1; }
      .title-braket__layer:nth-child(1) div span, .title-braket__layer:nth-child(1):after, .title-braket__layer:nth-child(1):before {
        background-color: #0771df; }
      .title-braket__layer:nth-child(1):after, .title-braket__layer:nth-child(1):before {
        transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s, opacity 0s linear 0.4s; }
      .title-braket__layer:nth-child(1) div,
      .title-braket__layer:nth-child(1) div span {
        transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s; }
    .title-braket__layer:nth-child(2) {
      display: none; }
      .title-braket__layer:nth-child(2):after, .title-braket__layer:nth-child(2):before {
        transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0s linear 0.2s; }
      .title-braket__layer:nth-child(2) div,
      .title-braket__layer:nth-child(2) div span {
        transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s; }
    .title-braket__layer--left {
      top: 0;
      left: 0;
      width: 28px;
      height: 100%; }
      .title-braket__layer--left:after, .title-braket__layer--left:before {
        width: 15px;
        height: 13px;
        left: 13px;
        transform: translate3d(-100%, 0, 0); }
      .title-braket__layer--left:before {
        top: 0; }
      .title-braket__layer--left:after {
        bottom: 0; }
      .title-braket__layer--left div {
        top: 0;
        left: 0;
        width: 13px;
        height: 100%;
        transform: translate3d(0, -50%, 0); }
        .title-braket__layer--left div span {
          transform: translate3d(0, 100%, 0); }
    .title-braket__layer--right {
      top: 0;
      right: 0;
      width: 28px;
      height: 100%; }
      .title-braket__layer--right:after, .title-braket__layer--right:before {
        width: 15px;
        height: 13px;
        right: 13px;
        transform: translate3d(100%, 0, 0); }
      .title-braket__layer--right:before {
        top: 0; }
      .title-braket__layer--right:after {
        bottom: 0; }
      .title-braket__layer--right div {
        top: 0;
        right: 0;
        width: 13px;
        height: 100%;
        transform: translate3d(0, -50%, 0); }
        .title-braket__layer--right div span {
          transform: translate3d(0, 100%, 0); }
    .title-braket__layer--bottom {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 28px; }
      .title-braket__layer--bottom:after {
        content: '';
        display: table;
        clear: both; }
      .title-braket__layer--bottom:after, .title-braket__layer--bottom:before {
        width: 13px;
        height: 15px;
        bottom: 13px;
        transform: translate3d(0, 100%, 0); }
      .title-braket__layer--bottom:before {
        left: 0; }
      .title-braket__layer--bottom:after {
        right: 0; }
      .title-braket__layer--bottom div {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 13px;
        transform: translate3d(-50%, 0, 0); }
        .title-braket__layer--bottom div span {
          transform: translateX(100%) translateX(1px); }
    .title-braket__layer--top {
      top: 0;
      left: 0;
      width: 100%;
      height: 28px; }
      .title-braket__layer--top:after {
        content: '';
        display: table;
        clear: both; }
      .title-braket__layer--top:after, .title-braket__layer--top:before {
        width: 13px;
        height: 15px;
        top: 13px;
        transform: translate3d(0, -100%, 0); }
      .title-braket__layer--top:before {
        left: 0; }
      .title-braket__layer--top:after {
        right: 0; }
      .title-braket__layer--top div {
        top: 0;
        left: 0;
        width: 100%;
        height: 13px;
        transform: translate3d(-50%, 0, 0); }
        .title-braket__layer--top div span {
          transform: translateX(100%) translateX(1px); }
 

  .title-braket--right {
    padding: 30px 13px 30px; }
  .title-braket--bottom {
    padding: 20px 33px 30px; }
  .title-braket--top {
    padding: 40px 33px 20px; }
  .title-braket--hover .title-braket__layer:nth-child(1) {
    opacity: .7; }
    .title-braket--hover .title-braket__layer:nth-child(1) div span, .title-braket--hover .title-braket__layer:nth-child(1):after, .title-braket--hover .title-braket__layer:nth-child(1):before {
      background-color: #FFF; }
  .title-braket--hover .title-braket__layer:nth-child(2) {
    display: block;
    opacity: 1; }
    .title-braket--hover .title-braket__layer:nth-child(2) div span, .title-braket--hover .title-braket__layer:nth-child(2):after, .title-braket--hover .title-braket__layer:nth-child(2):before {
      background-color: #0771df; }
  .title-braket.is-inview .title-braket__wrap--top, .title-braket.is-inview .title-braket__wrap--bottom, .title-braket.is-active .title-braket__wrap--top, .title-braket.is-active .title-braket__wrap--bottom {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0); }
  .title-braket.is-inview .title-braket__sup--left, .title-braket.is-inview .title-braket__sup--right, .title-braket.is-active .title-braket__sup--left, .title-braket.is-active .title-braket__sup--right {
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transform: translate3d(0, 0, 0); }
  .title-braket.is-inview .title-braket__sup--top, .title-braket.is-inview .title-braket__sup--bottom, .title-braket.is-active .title-braket__sup--top, .title-braket.is-active .title-braket__sup--bottom {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.35s;
    transform: translate3d(0, 0, 0); }
  
  .title-braket.is-inview .title-braket__h--top, .title-braket.is-inview .title-braket__h--bottom, .title-braket.is-active .title-braket__h--top, .title-braket.is-active .title-braket__h--bottom {
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transform: translate3d(0, 0, 0); }
  .title-braket.is-inview .title-braket__layer:nth-child(1):after, .title-braket.is-inview .title-braket__layer:nth-child(1):before, .title-braket.is-active .title-braket__layer:nth-child(1):after, .title-braket.is-active .title-braket__layer:nth-child(1):before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0s linear 0.3s; }
  .title-braket.is-inview .title-braket__layer:nth-child(1) div,
  .title-braket.is-inview .title-braket__layer:nth-child(1) div span, .title-braket.is-active .title-braket__layer:nth-child(1) div,
  .title-braket.is-active .title-braket__layer:nth-child(1) div span {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); }
  @media not screen and (max-width: 768px) {
    .title-braket.is-inview:hover .title-braket__layer:nth-child(2):after, .title-braket.is-inview:hover .title-braket__layer:nth-child(2):before, .title-braket.is-active:hover .title-braket__layer:nth-child(2):after, .title-braket.is-active:hover .title-braket__layer:nth-child(2):before {
      transform: translate3d(0, 0, 0);
      opacity: 1;
      transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, opacity 0s linear 0.3s; }
    .title-braket.is-inview:hover .title-braket__layer:nth-child(2) div,
    .title-braket.is-inview:hover .title-braket__layer:nth-child(2) div span, .title-braket.is-active:hover .title-braket__layer:nth-child(2) div,
    .title-braket.is-active:hover .title-braket__layer:nth-child(2) div span {
      transform: translate3d(0, 0, 0);
      transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); } }
  @media screen and (max-width: 1366px) {
    .title-braket__sup--right {
      padding-right: 30px; }
    .title-braket__sup--left {
      padding-left: 30px; }
    .title-braket__h--right {
      padding-right: 30px; }
     }
  @media screen and (max-width: 768px) {
.hotel-images .title-braket__wrap{text-align:center;}.hotel-images .title-braket__wrap img{margin:0 auto;}
    .title-braket {
      display: block; }
      .title-braket__sup:not(:last-child) {
        padding-top: 3px; }
      .title-braket__sup--right {
        padding-right: 25px; }
      .title-braket__sup--left {
        padding-left: 0px; }
      .title-braket__h--right {
        padding-right: 25px; }
      
      .title-braket__layer--left {
        width: 24px;
        height: 100%; }
        .title-braket__layer--left:after, .title-braket__layer--left:before {
          width: 13px;
          height: 11px;
          left: 11px; }
        .title-braket__layer--left div {
          width: 11px;
          height: 100%; }
      .title-braket__layer--right {
        width: 24px;
        height: 100%; }
        .title-braket__layer--right:after, .title-braket__layer--right:before {
          width: 13px;
          height: 11px;
          right: 11px; }
        .title-braket__layer--right div {
          width: 11px;
          height: 100%; }
      .title-braket__layer--bottom {
        width: 100%;
        height: 24px; }
        .title-braket__layer--bottom:after, .title-braket__layer--bottom:before {
          width: 11px;
          height: 13px;
          bottom: 11px; }
        .title-braket__layer--bottom:before {
          left: 0; }
        .title-braket__layer--bottom:after {
          right: 0; }
        .title-braket__layer--bottom div {
          width: 100%;
          height: 11px; }
      .title-braket__layer--top {
        width: 100%;
        height: 24px; }
        .title-braket__layer--top:after, .title-braket__layer--top:before {
          width: 11px;
          height: 13px;
          top: 11px; }
        .title-braket__layer--top div {
          width: 100%;
          height: 11px; }
      


      .title-braket--right {
        padding: 10px 0 10px 11px; }
      .title-braket--bottom {
        padding: 20px 31px 30px; }
      .title-braket--top {
        padding: 30px 26px 10px; } }

.title-hero {
  margin-top: 10px;
  position: relative;
  display: block; }
  .title-hero:after {
    content: '';
    display: table;
    clear: both; }
  .title-hero__mask {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 14px;
    overflow: hidden;
    transform: translate3d(-101%, 0, 0);
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    .title-hero__mask:last-child {
      margin-bottom: 0; }
    .title-hero__mask:nth-child(1) {
      transition-delay: 0s; }
      .title-hero__mask:nth-child(1) .title-hero__h {
        transition-delay: 0s; }
    .title-hero__mask:nth-child(2) {
      transition-delay: 0.12s; }
      .title-hero__mask:nth-child(2) .title-hero__h {
        transition-delay: 0.12s; }
    .title-hero__mask:nth-child(3) {
      transition-delay: 0.24s; }
      .title-hero__mask:nth-child(3) .title-hero__h {
        transition-delay: 0.24s; }
  .title-hero__h {
    display: block;
    color: #242424;
    background-color: #FFF;
    text-transform: uppercase;
    padding: 0 0 0 13px;
    transform: translate3d(101%, 0, 0);
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    white-space: nowrap; }
  .title-hero.is-active .title-hero__mask {
    transition-timing-function: cubic-bezier(0.275, 0.99, 0.22, 1);
    transition-duration: 1s;
    transform: translateZ(0); }
  .title-hero.is-active .title-hero__h {
    transition-timing-function: cubic-bezier(0.275, 0.99, 0.22, 1);
    transition-duration: 1s;
    transform: translateZ(0); }
  @media screen and (max-width: 600px) {
    .title-hero__h {
      padding: 0 0 0 7px; } }
  @media screen and (max-width: 480px) {
    .title-hero__mask {
      margin-bottom: 8px; } }


.bullets {
  position: relative;
  background-color: #242424;
  color: #FFF;
  padding-top: 110px;
  padding-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .bullets {
      padding-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .bullets {
      padding-top: 80px; } }
  @media screen and (max-width: 768px) {
    .bullets {
      padding-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .bullets {
      padding-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .bullets {
      padding-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .bullets {
      padding-bottom: 60px; } }
  .bullets__wrap {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px; }
    @media screen and (max-width: 1366px) {
      .bullets__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .bullets__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  @media screen and (max-width: 2200px) {
    .bullets__wrap {
      max-width: 1210px; } }


.content-adv {
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .content-adv {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .content-adv {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .content-adv {
      margin-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .content-adv {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .content-adv {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .content-adv {
      margin-bottom: 60px; } }
  .content-adv__wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px; }
    @media screen and (max-width: 1366px) {
      .content-adv__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .content-adv__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .content-adv__head {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column; }
  .content-adv__title {
    order: 1;
    flex: 0 0 auto;
    margin-bottom: 50px;
    color: #2d2d2d;
    width: calc(100% - 745px); }
  .content-adv__head-content {
    order: 2;
    flex: 0 0 auto;
    width: calc(100% - 745px); }
  .content-adv__head-media {
    order: 3;
    flex: 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 585px;
    padding-right: 40px; }
  .content-adv__head-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: calc(100% - 40px);
    height: auto; }
  .content-adv__head-image-wrap {
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .content-adv__head-image-wrap:after {
      content: '';
      display: block;
      padding-bottom: 134%; }
  .content-adv__head-image-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center; }
  .content-adv__head-pattern {
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 0px;
    width: 455px;
    height: 585px;
    background-image: url("../img/cross-pattern.png");
    background-size: 13px 13px;
    background-repeat: repeat; }
  .content-adv__head-caption {
    padding: 20px 0;
    text-align: right; }
  .content-adv__lead {
    padding-left: 90px; }
  .content-adv__bg {
    background-color: #f6f6f6; }
  .content-adv__body {
    padding: 60px 0 170px; }
  .content-adv__body-content {
    width: calc(100% - 655px);
    padding-left: 90px;
    padding-right: 90px; }
  .content-adv__footer {
    display: flex;
    align-items: flex-start;
    width: 100%; }
  .content-adv__footer-content {
    flex: 1 1 auto;
    padding: 90px 90px 0; }
  .content-adv__footer-media {
    flex: 0 0 auto;
    width: 405px;
    margin-top: -100px; }
  @media screen and (max-width: 2200px) {
    .content-adv__wrap {
      max-width: 1390px; }
    .content-adv__title {
      width: calc(100% - 650px); }
    .content-adv__head-content {
      width: calc(100% - 650px); }
    .content-adv__head-media {
      width: 510px; }
    .content-adv__body-content {
      width: calc(100% - 560px); }
    .content-adv__head-caption {
      padding: 15px 0; }
    .content-adv__footer-media {
      width: 360px; } }
  @media screen and (max-width: 1600px) {
    .content-adv__head {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
    .content-adv__title {
      width: 100%;
      flex: 1 0 auto; }
      .content-adv__title > * {
        max-width: 965px; }
    .content-adv__head-content {
      flex: 0 1 auto;
      width: calc(100% - 530px); }
    .content-adv__head-media {
      position: relative;
      width: 450px;
      margin-top: 20px; }
    .content-adv__head-pattern {
      width: 364px;
      height: 455px; }
    .content-adv__body-content {
      width: calc(100% - 440px); } }
  @media screen and (max-width: 1366px) {
    .content-adv__head {
      display: block; }
    .content-adv__head-content {
      width: calc(100% - 480px); }
    .content-adv__head-media {
      position: relative;
      width: 400px;
      margin-top: 20px;
      margin-left: 80px;
      float: right; }
    .content-adv__head-image {
      position: relative;
      width: 100%; }
    .content-adv__body-content {
      width: 100%; }
    .content-adv__body {
      padding: 60px 0 200px; }
    .content-adv__footer {
      flex-direction: column; }
    .content-adv__footer-content {
      width: 100%; }
    .content-adv__footer-media {
      width: 350px;
      margin-top: -140px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 1024px) {
    .content-adv__head {
      display: flex;
      flex-direction: column; }
    .content-adv__head-content {
      flex: 1 1 auto;
      width: 100%; }
    .content-adv__head-media {
      flex: 0 0 auto;
      width: 350px;
      margin-top: 50px;
      margin-bottom: -200px;
      margin-left: 40px;
      align-self: center; }
    .content-adv__head-pattern {
      width: 299px;
      height: 390px; }
    .content-adv__head-caption {
      display: none; }
    .content-adv__body {
      padding: 200px 0; } }
  @media screen and (max-width: 768px) {
    .content-adv__title {
      margin-bottom: 25px; }
    .content-adv__lead {
      padding-left: 0; }
    .content-adv__body-content {
      padding: 0; }
    .content-adv__footer-content {
      padding: 90px 0 0; }
    .content-adv__footer-media {
      align-self: center; } }
  @media screen and (max-width: 600px) {
    .content-adv__head-media {
      width: 100%;
      max-width: 350px; } }

.content-mixed {
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .content-mixed {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .content-mixed {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .content-mixed {
      margin-top: 0px; } }
  @media screen and (max-width: 2200px) {
    .content-mixed {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .content-mixed {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .content-mixed {
      margin-bottom: 60px; } }
  .content-mixed__wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px; }
    @media screen and (max-width: 1366px) {
      .content-mixed__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .content-mixed__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .content-mixed__body {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
  .content-mixed__sidebar {
    flex: 0 0 auto;
    width: 405px; }

  .content-mixed__content {
    flex: 1 1 auto;
    padding: 0 90px;
    width: calc(100% - 405px); }
  @media screen and (max-width: 2200px) {
    .content-mixed__wrap {
      max-width: 1390px; }
    .content-mixed__content {
      width: calc(100% - 360px); } }
  @media screen and (max-width: 1366px) {
    .content-mixed {
      margin-bottom: 0; }
      .content-mixed__body {
        flex-direction: column;
        align-items: center; }
      .content-mixed__content {
        order: 1;
        width: 100%;
        padding: 0; }
      .content-mixed__sidebar {
        order: 2;
        flex: 1 1 auto;
        width: calc(100% + 140px);
        padding: 80px 160px;
        background-color: #f6f6f6;
        margin-top: 80px; }
        .content-mixed__sidebar--no-bg {
          display: none; }
        .content-mixed__sidebar > *:first-child {
          margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .content-mixed {
      margin-bottom: 0; }
      .content-mixed__content {
        padding: 0; }
      .content-mixed__sidebar {
        padding: 60px 70px;
        margin-top: 60px; }
        .content-mixed__sidebar--no-bg {
          display: none; } }
  @media screen and (max-width: 600px) {
    .content-mixed__sidebar {
      width: calc(100% + 48px);
      padding: 60px 24px; }
      .content-mixed__sidebar--no-bg {
        display: none;
        background-color: none; } }

.content-post {
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .content-post {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .content-post {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .content-post {
      margin-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .content-post {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .content-post {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .content-post {
      margin-bottom: 60px; } }
  .content-post__wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px; }
    @media screen and (max-width: 1366px) {
      .content-post__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .content-post__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .content-post__title {
    width: 100%;
    max-width: 965px;
    margin-bottom: 50px;
    color: #2d2d2d; }
  .content-post__body {
    display: flex;
    align-items: flex-start;
    position: relative; }
  .content-post__social {
    position: absolute;
    top: 0;
    left: 0; }
  .content-post__social-link {
    display: block;
    margin-bottom: 15px; }
    .content-post__social-link .icon {
      width: 36px;
      height: 36px; }
      .content-post__social-link .icon:before {
        background-color: #2d2d2d; }
      .content-post__social-link .icon:after {
        background-color: #fd8c40; }
      .content-post__social-link .icon svg {
        fill: #FFF; }
      .content-post__social-link .icon:hover:before {
        transform: scale(0.01);
        opacity: 0; }
      .content-post__social-link .icon:hover:after {
        transform: none; }
  .content-post__content {
    flex: 0 1 auto;
    width: calc(100% - 310px);
    padding: 0 90px; }
    .content-post__content--no-social {
      padding-left: 0; }
  .content-post__sidebar {
    flex: 0 0 auto;
    width: 310px;
    margin-left: 90px; }
  @media screen and (max-width: 2200px) {
    .content-post__wrap {
      max-width: 1390px; }
    .content-post__title {
      max-width: 900px; } }
  @media screen and (max-width: 1366px) {
    .content-post {
      margin-bottom: 0; }
      .content-post__body {
        flex-direction: column;
        align-items: center; }
      .content-post__content {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 0 0 70px; }
        .content-post__content--no-social {
          padding-left: 0; }
      .content-post__sidebar {
        flex: 1 1 auto;
        width: calc(100% + 100px);
        padding: 80px 140px;
        background-color: #f6f6f6;
        margin: 0; } }
  @media screen and (max-width: 768px) {
    .content-post {
      margin-bottom: 0; }
      .content-post__title {
        margin-bottom: 20px; }
      .content-post__social {
        position: relative;
        flex: 1 1 auto;
        font-size: 0;
        margin-bottom: 20px;
        align-self: flex-start;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
      .content-post__social-link {
        flex: 0 0 auto;
        margin-right: 10px; }
      .content-post__social-link .icon {
        width: 30px;
        height: 30px; }
      .content-post__content {
        padding: 0; }
      .content-post__sidebar {
        width: calc(100% + 100px);
        padding: 60px 50px; } }
  @media screen and (max-width: 600px) {
    .content-post__sidebar {
      width: calc(100% + 48px);
      padding: 60px 24px; } }

.content-primary {
  background-color: #FFF;
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .content-primary {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .content-primary {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .content-primary {
      margin-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .content-primary {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .content-primary {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .content-primary {
      margin-bottom: 60px; } }
  .content-primary__wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px; }
    @media screen and (max-width: 1366px) {
      .content-primary__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .content-primary__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .content-primary__title {
    width: 100%;
    max-width: 965px;
    margin-bottom: 50px;
    color: #2d2d2d; }
  .content-primary__body {
    display: flex;
    align-items: flex-start; }
  .content-primary__content {
    flex: 0 0 auto;
    width: 70%;
    padding: 10px 90px 0; }
  .content-primary__sidebar {
    flex: 0 0 auto;
    width: 30%;
    padding-left: 90px;
    border-left: 1px solid #d1d1d1; }
    .content-primary__sidebar--no-border {
      border: none; }
  @media screen and (max-width: 2200px) {
    .content-primary__wrap {
      max-width: 1390px; } }
  @media screen and (max-width: 1600px) {
    .content-primary__content {
      padding: 10px 50px 0 90px; }
    .content-primary__sidebar {
      padding-left: 50px; } }
  @media screen and (max-width: 1366px) {
    .content-primary {
      margin-bottom: 0; }
      .content-primary__body {
        flex-direction: column;
        align-items: center; }
      .content-primary__content {
        width: 100%;
        padding: 10px 90px 0;
        margin-bottom: 50px; }
      .content-primary__sidebar {
        border: 0;
        flex: 1 1 auto;
        width: calc(100% + 140px);
        padding: 80px 160px;
        background-color: #f6f6f6;
        margin: 0; } }
  @media screen and (max-width: 768px) {
    .content-primary {
      margin-bottom: 0; }
      .content-primary__title {
        margin-bottom: 25px; }
      .content-primary__content {
        padding: 0;
        margin-bottom: 30px; }
      .content-primary__sidebar {
        padding: 60px 70px; } }
  @media screen and (max-width: 600px) {
    .content-primary__sidebar {
      width: calc(100% + 48px);
      padding: 60px 24px; } }



.events-normal {
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .events-normal {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .events-normal {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .events-normal {
      margin-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .events-normal {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .events-normal {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .events-normal {
      margin-bottom: 60px; } }
  .events-normal__wrap {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1366px) {
      .events-normal__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .events-normal__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .events-normal__item {
    margin-bottom: 110px;
    position: relative;
    padding: 40px 40px 0 40px; }
    @media screen and (max-width: 2200px) {
      .events-normal__item {
        margin-bottom: 100px; } }
    @media screen and (max-width: 1366px) {
      .events-normal__item {
        margin-bottom: 80px; } }
    @media screen and (max-width: 768px) {
      .events-normal__item {
        margin-bottom: 60px; } }
    .events-normal__item:last-child {
      margin-bottom: 0; }
  .events-normal__item-body {
    position: relative;
    z-index: 2;
    width: 100%; }
  .events-normal__image-wrap {
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .events-normal__image-wrap:before {
      content: '';
      display: block;
      padding-bottom: 65%; }
  .events-normal__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    background-size: cover;
    background-position: center;
    will-change: transform; }
  .events-normal__pattern {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: calc(70% - 100px);
    height: calc(100% - 100px);
    background-image: url("../img/cross-pattern.png");
    background-size: 13px 13px;
    background-repeat: repeat;
    background-position: top right; }
  .events-normal__content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    max-width: 700px;
    width: 100%;
    padding: 90px; }
  @media screen and (max-width: 2200px) {
    .events-normal__wrap {
      max-width: 1040px; }
    .events-normal__content {
      max-width: 620px;
      padding: 80px; } }
  @media screen and (max-width: 1366px) {
    .events-normal__content {
      padding: 60px; } }
  @media screen and (max-width: 1024px) {
    .events-normal__content {
      padding: 40px; } }
  @media screen and (max-width: 600px) {
    .events-normal__item {
      padding: 0;
      margin-left: -24px;
      margin-right: -24px;
      width: auto; }
    .events-normal__pattern {
      top: -40px;
      left: 0;
      width: 100%;
      background-position: center top; }
    .events-normal__item-body {
      min-height: 300px;
      display: flex;
      align-items: flex-end; }
    .events-normal__image-wrap {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .events-normal__image-wrap:before {
        content: none; }
    .events-normal__content {
      position: relative;
      padding: 50px 24px; } }

.events-panel {
  position: relative;
  z-index: 20; }
  .events-panel__reveal {
    padding: 150px 0 160px;
    position: relative;
    color: #FFF;
    background-color: #282828; }
  .events-panel__wrap {
    max-width: 1840px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    position: relative;
    z-index: 201; }
    @media screen and (max-width: 1366px) {
      .events-panel__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .events-panel__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .events-panel__sub {
    overflow: hidden; }
    .events-panel__sub > span {
      display: block;
      transform: translate3d(0, 100%, 0);
      transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .events-panel__title {
    line-height: 1 !important; }
    .events-panel__title:after {
      content: '';
      display: table;
      clear: both; }
    .events-panel__title > span {
      display: block;
      float: left;
      padding-right: 20px;
      margin-bottom: 10px;
      overflow: hidden; }
      .events-panel__title > span > * {
        display: block;
        transform: translate3d(0, 100%, 0);
        transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .events-panel.is-inview .events-panel__sub > span {
    transform: none; }
  .events-panel.is-inview .events-panel__title > span > * {
    transform: none; }
  .events-panel.is-inview .events-panel__title > span:nth-child(1) > * {
    transition-delay: 0.05s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(2) > * {
    transition-delay: 0.1s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(3) > * {
    transition-delay: 0.15s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(4) > * {
    transition-delay: 0.2s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(5) > * {
    transition-delay: 0.25s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(6) > * {
    transition-delay: 0.3s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(7) > * {
    transition-delay: 0.35s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(8) > * {
    transition-delay: 0.4s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(9) > * {
    transition-delay: 0.45s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(10) > * {
    transition-delay: 0.5s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(11) > * {
    transition-delay: 0.55s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(12) > * {
    transition-delay: 0.6s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(13) > * {
    transition-delay: 0.65s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(14) > * {
    transition-delay: 0.7s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(15) > * {
    transition-delay: 0.75s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(16) > * {
    transition-delay: 0.8s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(17) > * {
    transition-delay: 0.85s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(18) > * {
    transition-delay: 0.9s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(19) > * {
    transition-delay: 0.95s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(20) > * {
    transition-delay: 1s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(21) > * {
    transition-delay: 1.05s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(22) > * {
    transition-delay: 1.1s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(23) > * {
    transition-delay: 1.15s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(24) > * {
    transition-delay: 1.2s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(25) > * {
    transition-delay: 1.25s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(26) > * {
    transition-delay: 1.3s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(27) > * {
    transition-delay: 1.35s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(28) > * {
    transition-delay: 1.4s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(29) > * {
    transition-delay: 1.45s; }
  .events-panel.is-inview .events-panel__title > span:nth-child(30) > * {
    transition-delay: 1.5s; }
  @media screen and (max-width: 2200px) {
    .events-panel__wrap {
      max-width: 1640px; }
    .events-panel__title > span {
      padding-right: 1.3vw;
      margin-bottom: 0.7vw; } }
  @media screen and (max-width: 1024px) {
    .events-panel__reveal {
      padding: 100px 0 110px; } }
  @media screen and (max-width: 768px) {
    .events-panel__reveal {
      padding: 60px 0; }
    .events-panel__title > span {
      overflow: visible; }
      .events-panel__title > span > * {
        transform: translate3d(0, 0, 0); }
      .events-panel__title > span.parent {
        margin-left: 4px; } }
  @media screen and (max-width: 600px) {
    .events-panel__title > span {
      margin-bottom: 5px; } }

.events-pinnacle {
  position: relative;
  margin-top: 110px; }
  @media screen and (max-width: 2200px) {
    .events-pinnacle {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .events-pinnacle {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .events-pinnacle {
      margin-top: 60px; } }
  .events-pinnacle__wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 110px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1366px) {
      .events-pinnacle__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .events-pinnacle__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
    @media screen and (max-width: 2200px) {
      .events-pinnacle__wrap {
        padding-bottom: 100px; } }
    @media screen and (max-width: 1366px) {
      .events-pinnacle__wrap {
        padding-bottom: 80px; } }
    @media screen and (max-width: 768px) {
      .events-pinnacle__wrap {
        padding-bottom: 60px; } }
  .events-pinnacle__bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(100% - 240px);
    bottom: 0;
    left: 0;
    background-color: #f6f6f6; }
  .events-pinnacle__item {
    margin-bottom: 110px;
    position: relative;
    padding: 40px 40px 0 40px; }
    @media screen and (max-width: 2200px) {
      .events-pinnacle__item {
        margin-bottom: 100px; } }
    @media screen and (max-width: 1366px) {
      .events-pinnacle__item {
        margin-bottom: 80px; } }
    @media screen and (max-width: 768px) {
      .events-pinnacle__item {
        margin-bottom: 60px; } }
    .events-pinnacle__item:last-child {
      margin-bottom: 0; }
  .events-pinnacle__item-body {
    position: relative;
    z-index: 2;
    width: 100%; }
  .events-pinnacle__image-wrap {
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .events-pinnacle__image-wrap:before {
      content: '';
      display: block;
      padding-bottom: 57%; }
  .events-pinnacle__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    background-size: cover;
    background-position: center;
    will-change: transform; }
  .events-pinnacle__pattern {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 494px;
    height: 572px;
    background-image: url("../img/cross-pattern.png");
    background-size: 13px 13px;
    background-repeat: repeat;
    background-position: top left; }
  .events-pinnacle__content {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    max-width: 700px;
    width: 100%;
    padding: 90px; }
  @media screen and (max-width: 2200px) {
    .events-pinnacle__wrap {
      max-width: 1390px; }
    .events-pinnacle__content {
      max-width: 620px;
      padding: 80px; } }
  @media screen and (max-width: 1366px) {
    .events-pinnacle__pattern {
      width: calc(100% - 100px);
      height: calc(100% - 100px); }
    .events-pinnacle__content {
      padding: 60px; } }
  @media screen and (max-width: 1024px) {
    .events-pinnacle__content {
      padding: 40px; }
    .events-pinnacle__bg {
      width: 100%;
      height: calc(100% - 20vw); } }
  @media screen and (max-width: 600px) {
    .events-pinnacle__item {
      padding: 0;
      margin-left: -24px;
      margin-right: -24px;
      width: auto; }
    .events-pinnacle__pattern {
      top: -40px;
      left: 0;
      width: 100%;
      background-position: center top; }
    .events-pinnacle__item-body {
      min-height: 300px;
      display: flex;
      align-items: flex-end; }
    .events-pinnacle__image-wrap {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .events-pinnacle__image-wrap:before {
        content: none; }
    .events-pinnacle__content {
      position: relative;
      padding: 50px 24px; } }

.events-upcoming {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #282828; }
  @media screen and (max-width: 2200px) {
    .events-upcoming {
      padding-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .events-upcoming {
      padding-top: 80px; } }
  @media screen and (max-width: 768px) {
    .events-upcoming {
      padding-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .events-upcoming {
      padding-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .events-upcoming {
      padding-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .events-upcoming {
      padding-bottom: 60px; } }
  .events-upcoming__wrap {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1366px) {
      .events-upcoming__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .events-upcoming__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .events-upcoming__title {
    margin-bottom: 40px;
    color: #FFF; }
  .events-upcoming__item {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #777;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .events-upcoming__item:last-child {
      padding-bottom: 0; }
  .events-upcoming__name {
    flex: 1 1 auto;
    display: block;
    letter-spacing: 0.06em;
    color: #FFF; }
  .events-upcoming__dates {
    width: 320px;
    flex: 0 0 auto;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #777;
    text-align: right; }
  @media screen and (max-width: 2200px) {
    .events-upcoming__wrap {
      max-width: 1210px; } }
  @media screen and (max-width: 768px) {
    .events-upcoming__item {
      flex-direction: column;
      padding: 20px 0; }
    .events-upcoming__name {
      width: 100%;
      text-align: left;
      margin-bottom: 5px; }
    .events-upcoming__dates {
      width: 100%;
      flex: 1 1 auto;
      text-align: left; }
    .events-upcoming__title {
      margin-bottom: 30px; } }

.expansion-panels {
  background-color: #f6f6f6; }
  .expansion-panels:not(.expansion-panels--sub) {
    padding-top: 110px;
    padding-bottom: 110px; }
    @media screen and (max-width: 2200px) {
      .expansion-panels:not(.expansion-panels--sub) {
        padding-top: 100px; } }
    @media screen and (max-width: 1366px) {
      .expansion-panels:not(.expansion-panels--sub) {
        padding-top: 80px; } }
    @media screen and (max-width: 768px) {
      .expansion-panels:not(.expansion-panels--sub) {
        padding-top: 60px; } }
    @media screen and (max-width: 2200px) {
      .expansion-panels:not(.expansion-panels--sub) {
        padding-bottom: 100px; } }
    @media screen and (max-width: 1366px) {
      .expansion-panels:not(.expansion-panels--sub) {
        padding-bottom: 80px; } }
    @media screen and (max-width: 768px) {
      .expansion-panels:not(.expansion-panels--sub) {
        padding-bottom: 60px; } }
  .expansion-panels--sub {
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: transparent; }
    .expansion-panels--sub:first-child {
      margin-top: 0; }
    .expansion-panels--sub:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 2200px) {
      .expansion-panels--sub {
        margin-top: 90px;
        margin-bottom: 90px; } }
    @media screen and (max-width: 1366px) {
      .expansion-panels--sub {
        margin-top: 50px;
        margin-bottom: 50px; } }
    .expansion-panels--sub .expansion-panels__item-content {
      padding-right: 0; }
  .expansion-panels__wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px; }
    @media screen and (max-width: 1366px) {
      .expansion-panels__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .expansion-panels__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .expansion-panels__panel {
    background-color: #FFF;
    padding: 90px 90px; }
  .expansion-panels__title {
    max-width: 620px; }
  .expansion-panels__item {
    margin-top: 60px;
    border-bottom: 1px solid #d1d1d1;
    display: flex; }
    .expansion-panels__item:first-child {
      margin-top: 0; }
    .expansion-panels__item:last-child {
      border-bottom: 0; }
    .expansion-panels__item.is-opened .expansion-panels__item-body {
      display: block; }
    .expansion-panels__item.is-opened .expansion-panels__item-button span:nth-child(1) {
      display: none; }
    .expansion-panels__item.is-opened .expansion-panels__item-button span:nth-child(2) {
      display: inline; }
    .expansion-panels__item.is-opened .expansion-panels__item-button:before {
      transform: rotateZ(180deg); }
    .expansion-panels__item.is-opened .expansion-panels__item-button:after {
      transform: rotateZ(360deg); }
  .expansion-panels__item-title {
    flex: 0 0 auto;
    width: 220px;
    padding-bottom: 65px;
    margin-right: 90px; }
  .expansion-panels__item-content {
    flex: 1 1 auto;
    padding-right: 50px;
    padding-bottom: 65px;
    position: relative; }
  .expansion-panels__item-body {
    padding-top: 30px;
    display: none; }
  .expansion-panels__item-button {
    position: absolute;
    left: 0;
    bottom: 29px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
    font-family: "Replica-Bold", sans-serif;
    color: #fd8c40;
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
    margin-top: 30px; }
    .expansion-panels__item-button span:nth-child(1) {
      display: inline; }
    .expansion-panels__item-button span:nth-child(2) {
      display: none; }
    .expansion-panels__item-button:before, .expansion-panels__item-button:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -1px;
      right: 0;
      display: block;
      width: 8px;
      height: 2px;
      background-color: #fd8c40;
      transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .expansion-panels__item-button:after {
      transform: rotateZ(90deg); }
    .expansion-panels__item-button:hover:before {
      transform: rotateZ(90deg); }
    .expansion-panels__item-button:hover:after {
      transform: rotateZ(180deg); }
  @media screen and (max-width: 2200px) {
    .expansion-panels__wrap {
      max-width: 1390px; } }
  @media screen and (max-width: 1600px) {
    .expansion-panels__item-title {
      margin-right: 50px; } }
  @media screen and (max-width: 1366px) {
    .expansion-panels__panel {
      padding: 70px; } }
  @media screen and (max-width: 1024px) {
    .expansion-panels__item {
      flex-direction: column;
      margin-top: 40px; }
    .expansion-panels__item-title {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0;
      padding-bottom: 0; }
    .expansion-panels__panel {
      padding: 60px; }
    .expansion-panels__item-content {
      padding-bottom: 45px; }
    .expansion-panels__item-button {
      position: relative;
      bottom: -15px;
      margin-top: 10px; } }
  @media screen and (max-width: 768px) {
    .expansion-panels__panel {
      padding: 50px; }
    .expansion-panels__item-content {
      padding-right: 0; } }
  @media screen and (max-width: 600px) {
    .expansion-panels__item {
      margin-top: 30px; }
    .expansion-panels__item-content {
      padding-bottom: 35px; }
    .expansion-panels__item-button {
      bottom: -10px; }
    .expansion-panels__panel {
      padding: 50px 30px; } }

.gallery {
  overflow: hidden;
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .gallery {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .gallery {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .gallery {
      margin-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .gallery {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .gallery {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .gallery {
      margin-bottom: 60px; } }
  .gallery__wrap {
    width: 100%;
    margin: 0 auto; }
  .gallery__title {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    margin-bottom: 25px; }
    @media screen and (max-width: 1366px) {
      .gallery__title {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .gallery__title {
        padding-right: 24px;
        padding-left: 24px; } }
  .gallery__tiles {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -10px; }
  .gallery__tile {
    flex: 1 1 auto;
    width: calc(33.3333% - 10px);
    overflow: hidden;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    flex: 0 1 auto;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #474747; }
    .gallery__tile:before {
      content: '';
      display: block;
      padding-bottom: 68%; }
    .gallery__tile:hover .gallery__bg {
      opacity: 1; }
  .gallery__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url("./../images/side-panel-test.jpg");
    background-size: cover;
    background-position: center;
    opacity: .6;
    transition: opacity .4s ease-out; }
  .gallery__icon {
    z-index: 2;
    position: absolute;
    left: 1.5vw;
    bottom: 1.5vw; }
    .gallery__icon svg {
      width: 26px;
      height: 26px;
      fill: #c3c4c5; }
  @media screen and (max-width: 768px) {
    .gallery__tile {
      width: calc(50% - 10px); }
    .gallery__icon {
      left: 3.5vw;
      bottom: 3.5vw; } }

.gallery-modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none; }

@keyframes gallery-modal-content {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .gallery-modal.is-active {
    display: block; }
    .gallery-modal.is-active .gallery-modal__content {
      animation: gallery-modal-content .4s ease-out 0s forwards; }
  .gallery-modal__cross {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 70px;
    height: 70px;
    z-index: 10;
    cursor: pointer;
    opacity: .5;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .gallery-modal__cross:before, .gallery-modal__cross:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -1px;
      right: 50%;
      margin-right: -16px;
      display: block;
      width: 32px;
      height: 2px;
      background-color: #FFF; }
    .gallery-modal__cross:before {
      transform: rotateZ(-45deg); }
    .gallery-modal__cross:after {
      transform: rotateZ(45deg); }
    .gallery-modal__cross:hover {
      transform: rotateZ(90deg);
      opacity: 1; }
  .gallery-modal__left, .gallery-modal__right {
    position: absolute;
    z-index: 10;
    top: 25%;
    width: 200px;
    height: 50%;
    cursor: pointer;
    background-position: center;
    opacity: .5;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .gallery-modal__left:hover, .gallery-modal__right:hover {
      opacity: .8; }
    .gallery-modal__left:active, .gallery-modal__right:active {
      transform: scale3d(0.98, 0.98, 0.98);
      opacity: 1; }
  .gallery-modal__left {
    background-image: url("./../images/icons/icon-arrow-left.png");
    left: 0;
    transform-origin: left center; }
  .gallery-modal__right {
    background-image: url("./../images/icons/icon-arrow-right.png");
    right: 0;
    transform-origin: right center; }
  .gallery-modal__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    opacity: 0; }
  .gallery-modal__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #242424; }
    .gallery-modal__item img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      user-select: none; }
    .gallery-modal__item.is-active {
      opacity: 1;
      z-index: 20; }
  @media screen and (max-width: 1024px) {
    .gallery-modal__cross {
      width: 60px;
      height: 60px;
      top: 35px;
      right: 35px; }
    .gallery-modal__left, .gallery-modal__right {
      width: 150px;
      top: 0;
      margin-top: 160px;
      height: calc(100% - 320px);
      background-size: 48px;
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .gallery-modal__cross {
      top: 20px;
      right: 1px; }
      .gallery-modal__cross:before, .gallery-modal__cross:after {
        margin-right: -14px;
        width: 28px;
        height: 2px; }
    .gallery-modal__left, .gallery-modal__right {
      width: 30%;
      margin-top: 100px;
      height: calc(100% - 200px);
      background-size: 32px; }
    .gallery-modal__left {
      background-position: left 20px center; }
    .gallery-modal__right {
      background-position: right 20px center; } }

.header-image {
  width: 100%;
  height: 130vh;
  position: relative;
  overflow: hidden; }
  .header-image.is-parallax-active .header-image__bg {
    width: 100%;
    height: calc(100% + 140px);
    left: 0;
    top: -70px; }
  .header-image__bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-image: url("./../images/header-image-test.jpg");
    background-position: center;
    backface-visibility: hidden;
    will-change: transform; }
    .header-image__bg:after {
      content: '';
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(29, 29, 29, 0.4); }
  .header-image__wrap {
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    height: 100vh;
    position: relative;
    z-index: 201;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1366px) {
      .header-image__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .header-image__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
    @media screen and (min-width: 1367px) {
      .header-image__wrap {
        min-height: 0 !important; } }
  .header-image__title {
    color: #FFF;
    max-width: 1200px; }
  @media screen and (max-width: 2200px) {
    .header-image__title {
      max-width: 1060px; } }
  @media screen and (max-width: 1366px) {
    .header-image {
      height: auto;
      min-height: 0; }
      .header-image__wrap {
        height: auto;
        padding-top: 180px;
        padding-bottom: 180px; } }
  @media screen and (max-width: 768px) {
    .header-image__wrap {
      min-height: 500px; }
    .header-image__title {
      width: 100%; } }

.header-main {
  width: 100%;
  height: auto;
  position: relative;
  background-size: auto;
  background-position: center; }
  .header-main__wrap {
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 1366px) {
      .header-main__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .header-main__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
    @media screen and (min-width: 1367px) {
      .header-main__wrap {
        min-height: 700px !important; } }
  .header-main__title {
    position: relative;
    z-index: 201;
    margin-left: 10%; }
  .header-main__sub {
    color: #FFF;
    overflow: hidden;
    margin-bottom: 20px; }
    .header-main__sub > * {
      transform: translate3d(0, 100%, 0);
      transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header-main__sub.is-active > * {
      transform: translate3d(0, 0, 0); }
  .header-main .line-overlay {
    z-index: 2; }
  .header-main--journal .header-main__wrap {
    padding-top: 230px;
    padding-bottom: 140px;
    height: auto;
    min-height: 0 !important; }
  @media screen and (max-width: 1366px) {
    .header-main__title {
      margin-left: 5%; }
    .header-main__wrap {
      padding-top: 180px;
      padding-bottom: 120px;
      height: auto; }
    .header-main--journal .header-main__wrap {
      min-height: 0; } }
  @media screen and (max-width: 768px) {
    .header-main--journal .header-main__wrap {
      height: auto;
      padding-top: 180px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 600px) {
    .header-main__sub {
      margin-bottom: 5px; } }
  @media screen and (max-width: 480px) {
    .header-main__title {
      margin-left: 0; } }
  .is-webgl .header-main {
    background-image: none; }
  .header-main--home {
    background-image: url("./../images/header-main/1920/home-1920.png"); }
  .header-main--what-we-do {
    background-image: url("./../images/header-main/1920/what-1920.png"); }
  .header-main--how-we-do-it {
    background-image: url("./../images/header-main/1920/how-1920.png"); }
  .header-main--journal {
    background-image: url("./../images/header-main/1920/journal-1920.png"); }
  @media screen and (max-width: 1366px) {
    .header-main--home {
      background-image: url("./../images/header-main/2560/home-2560.png");
      background-size: 1280px auto; }
    .header-main--what-we-do {
      background-image: url("./../images/header-main/2560/what-2560.png");
      background-size: 1280px auto; }
    .header-main--how-we-do-it {
      background-image: url("./../images/header-main/2560/how-2560.png");
      background-size: 1280px auto; }
    .header-main--journal {
      background-image: url("./../images/header-main/2560/journal-2560.png");
      background-size: 1280px auto; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .header-main--home {
      background-image: url("./../images/header-main/1920/home-1920.png");
      background-size: 960px auto; }
    .header-main--what-we-do {
      background-image: url("./../images/header-main/1920/what-1920.png");
      background-size: 960px auto; }
    .header-main--how-we-do-it {
      background-image: url("./../images/header-main/1920/how-1920.png");
      background-size: 960px auto; }
    .header-main--journal {
      background-image: url("./../images/header-main/1920/journal-1920.png");
      background-size: 960px auto; } }

.header-simple {
  position: relative;
  padding: 230px 0 140px;
  background-color: #242424; }
  .header-simple__wrap {
    max-width: 1540px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px; }
    @media screen and (max-width: 1366px) {
      .header-simple__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .header-simple__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .header-simple__title {
    max-width: 970px;
    color: #FFF;
    position: relative;
    z-index: 201; }
  @media screen and (max-width: 2200px) {
    .header-simple__title {
      max-width: 850px; }
    .header-simple__wrap {
      max-width: 1390px; } }
  @media screen and (max-width: 1366px) {
    .header-simple__wrap {
      max-width: 1390px; } }
  @media screen and (max-width: 1024px) {
    .header-simple {
      padding: 170px 0 100px; } }
  @media screen and (max-width: 600px) {
    .header-simple {
      padding: 150px 0 50px; } }

.header-webgl {
  z-index: 0;
 margin-top: 100px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  z-index: 0;
  visibility: hidden;

}
  .header-webgl__canvas-container {
    width: 100%;
    height: calc(100vh - 100px);
    margin-top: 0;
    position: absolute;
    overflow: hidden; }
    .header-webgl__canvas-container canvas {
      width: 100%;
      height: 100%;
      margin-left: -62px; }
.header-webgl__canvas-container h1 {
    text-align: center;
    font-size: 66px;
}
  .header-webgl__video {
    position: absolute;
}
  .is-webgl .header-webgl {
    display: block; }
  @media screen and (max-width: 1366px) {
    .header-webgl canvas {
      margin-left: -50px; } }
  @media screen and (max-width: 1024px) {
    .header-webgl canvas {
      margin-left: 0; } }
@media screen and (max-width: 726px) {
  .header-webgl__canvas-container .container-fluid{display:none;}
.header-webgl {
       background: url(../gallery/1/491.jpg) no-repeat;
        background-size: auto auto;
    background-size: cover;background-position-x:50%;
}
.header-webgl__video, video{
display:none;}
}

.info-point {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: relative;
  backface-visibility: hidden; }
  .info-point__area {
    position: absolute;
    z-index: 2;
    width: 62px;
    height: 62px;
    left: 50%;
    top: 50%;
    margin-top: -31px;
    margin-left: -31px;
    cursor: pointer; }
  .info-point__floating {
    position: absolute;
    z-index: 1;
    width: 42px;
    height: 42px;
    left: 50%;
    top: 50%;
    margin-top: -21px;
    margin-left: -21px;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    backface-visibility: hidden; }
    .info-point__floating.is-floating {
      transition: none; }
  .info-point__circle {
    z-index: 5;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    border: 4px solid #FFF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transform-origin: center;
    backface-visibility: hidden; }
  .info-point__dot {
    z-index: 6;
    display: block;
    border-radius: 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    background-color: #FFF;
    opacity: .2;
    transition: opacity .4s ease-out;
    margin-top: -10px;
    margin-left: -10px;
    backface-visibility: hidden; }
  .info-point__path {
    position: absolute; }
    .info-point__path path {
      stroke: #FFF;
      fill: none;
      stroke-width: 4;
      stroke-linecap: butt;
      stroke-dasharray: 321px;
      stroke-dashoffset: 321px;
      backface-visibility: hidden; }
    .info-point__path--1 {
      top: 198px;
      left: 50%;
      transform: translate3d(0, -50px, 0); }
    .info-point__path--2 {
      top: 198px;
      left: 50%;
      margin-left: -77px;
      transform: translate3d(0, -50px, 0); }
    .info-point__path--3 {
      bottom: 198px;
      left: 50%;
      margin-left: -77px;
      transform: translate3d(0, 50px, 0); }
    .info-point__path--4 {
      bottom: 198px;
      left: 50%;
      margin-left: -77px;
      transform: translate3d(0, 50px, 0); }
    .info-point__path--5 {
      top: 198px;
      left: 50%;
      margin-left: -77px;
      transform: translate3d(0, -50px, 0); }
  .info-point__draw, .info-point__draw-2, .info-point__draw-3 {
    display: none;
    overflow: visible !important;
    fill: none;
    position: absolute;
    backface-visibility: hidden; }
  .info-point__draw-2 {
    z-index: 2;
    stroke: #FFF;
    opacity: .75;
    stroke-width: 6px;
    stroke-dasharray: 1, 13;
    stroke-dashoffset: 1px;
    width: 84%;
    height: 84%;
    left: 8%;
    top: 8%;
    animation: info-draw 60s linear forwards infinite; }

@keyframes info-draw {
  0% {
    transform: none; }
  100% {
    transform: rotateZ(-360deg); } }
  .info-point__content {
    position: absolute;
    font-family: "Replica-Bold", sans-serif;
    color: #FFF;
    width: 240px; }
    .info-point__content--1 {
      top: calc(100% + 204px);
      left: 100%;
      text-align: left; }
      .info-point__content--1 .info-point__h {
        transform: translateX(60px); }
      .info-point__content--1 .info-point__text {
        transform: translateX(100px); }
    .info-point__content--2 {
      top: calc(100% + 204px);
      right: 100%;
      text-align: right; }
      .info-point__content--2 .info-point__h {
        transform: translateX(-60px); }
      .info-point__content--2 .info-point__text {
        transform: translateX(-100px); }
      .info-point__content--2 .info-point__h, .info-point__content--2 .info-point__text {
        display: flex;
        justify-content: flex-end; }
        .info-point__content--2 .info-point__h > *, .info-point__content--2 .info-point__text > * {
          flex: 1 1 auto; }
    .info-point__content--3 {
      bottom: calc(100% + 204px);
      right: 100%;
      text-align: right; }
      .info-point__content--3 .info-point__h {
        transform: translateX(-60px); }
      .info-point__content--3 .info-point__text {
        transform: translateX(-100px); }
      .info-point__content--3 .info-point__h, .info-point__content--3 .info-point__text {
        display: flex;
        justify-content: flex-end; }
        .info-point__content--3 .info-point__h > *, .info-point__content--3 .info-point__text > * {
          flex: 1 1 auto; }
    .info-point__content--4 {
      bottom: calc(100% + 204px);
      right: 100%;
      text-align: right; }
      .info-point__content--4 .info-point__h {
        transform: translateX(-60px); }
      .info-point__content--4 .info-point__text {
        transform: translateX(-100px); }
      .info-point__content--4 .info-point__h, .info-point__content--4 .info-point__text {
        display: flex;
        justify-content: flex-end; }
        .info-point__content--4 .info-point__h > *, .info-point__content--4 .info-point__text > * {
          flex: 1 1 auto; }
    .info-point__content--5 {
      top: calc(100% + 204px);
      right: 100%;
      text-align: right; }
      .info-point__content--5 .info-point__h {
        transform: translateX(-60px); }
      .info-point__content--5 .info-point__text {
        transform: translateX(-100px); }
      .info-point__content--5 .info-point__h, .info-point__content--5 .info-point__text {
        display: flex;
        justify-content: flex-end; }
        .info-point__content--5 .info-point__h > *, .info-point__content--5 .info-point__text > * {
          flex: 1 1 auto; }
  .info-point__h {
    opacity: 0;
    margin-bottom: 15px; }
    .info-point__h > * {
      line-height: .85 !important; }
  .info-point__text {
    opacity: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.26667;
    letter-spacing: 0.2em; }
  .info-point.is-active .info-point__draw,
  .info-point.is-active .info-point__draw-2,
  .info-point.is-active .info-point__draw-3 {
    display: block; }
  .info-point.is-active .info-point__area {
    cursor: auto; }
  @media screen and (max-width: 2200px) {
    .info-point__text {
      font-size: 13px; } }
  @media screen and (max-width: 1366px) {
    .info-point__content {
      width: 180px; } }
  @media screen and (max-width: 1024px) {
    .info-point {
      width: auto;
      height: auto; }
      .info-point__content {
        width: 100%; }
      .info-point__circle {
        display: none; }
      .info-point__path {
        display: none; }
      .info-point__content {
        position: static; }
        .info-point__content--1, .info-point__content--2, .info-point__content--3, .info-point__content--4, .info-point__content--5 {
          text-align: center; }
          .info-point__content--1 .info-point__h, .info-point__content--1 .info-point__text, .info-point__content--2 .info-point__h, .info-point__content--2 .info-point__text, .info-point__content--3 .info-point__h, .info-point__content--3 .info-point__text, .info-point__content--4 .info-point__h, .info-point__content--4 .info-point__text, .info-point__content--5 .info-point__h, .info-point__content--5 .info-point__text {
            opacity: 1;
            transform: none;
            display: flex;
            justify-content: center; }
            .info-point__content--1 .info-point__h > *, .info-point__content--1 .info-point__text > *, .info-point__content--2 .info-point__h > *, .info-point__content--2 .info-point__text > *, .info-point__content--3 .info-point__h > *, .info-point__content--3 .info-point__text > *, .info-point__content--4 .info-point__h > *, .info-point__content--4 .info-point__text > *, .info-point__content--5 .info-point__h > *, .info-point__content--5 .info-point__text > * {
              flex: 1 1 auto; }
      .info-point__text {
        font-size: 12px; } }
  @media screen and (max-width: 600px) {
    .info-point__text {
      font-size: 11px; } }
  @media screen and (max-width: 480px) {
    .info-point__text {
      font-size: 10px; } }

.journal {
  position: relative;
  z-index: 4;
  background-color: #1d1d1d;
  padding-top: 110px;
  padding-bottom: 110px;
  color: #FFF; }
  @media screen and (max-width: 2200px) {
    .journal {
      padding-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .journal {
      padding-top: 80px; } }
  @media screen and (max-width: 768px) {
    .journal {
      padding-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .journal {
      padding-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .journal {
      padding-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .journal {
      padding-bottom: 60px; } }
  .journal:before {
    content: '';
    display: table;
    clear: both; }
  .journal__wrap {
    max-width: 1840px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    position: relative;
    z-index: 201; }
    @media screen and (max-width: 1366px) {
      .journal__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .journal__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .journal__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 80px; }
  .journal__title {
    flex: 0 1 auto;
    position: relative;
    max-width: 600px; }
    .journal__title > * {
      margin-bottom: 0; }
  .journal__braket {
    position: relative;
    width: 13px;
    height: 100%;
    background-color: #fd8c40;
    position: absolute;
    top: 0;
    left: 0; }
    .journal__braket:before, .journal__braket:after {
      content: '';
      position: absolute;
      width: 26px;
      height: 13px;
      background-color: #fd8c40; }
    .journal__braket:before {
      top: 0; }
    .journal__braket:after {
      bottom: 0; }
    @media screen and (max-width: 600px) {
      .journal__braket {
        width: 11px;
        height: 100%; }
        .journal__braket:before, .journal__braket:after {
          width: 22px;
          height: 11px; } }
    .journal__braket:before, .journal__braket:after {
      left: 0; }
  .journal__explore {
    flex: 0 1 auto;
    display: block;
    position: relative;
    color: #6f6f6f;
    padding-right: 35px;
    text-align: right;
    overflow: hidden;
    transition: color .4s ease; }
    .journal__explore:after {
      content: '';
      position: absolute;
      z-index: 1;
      width: 20px;
      height: auto;
      top: 50%;
      margin-top: -1px;
      border-bottom: 2px solid #fd8c40;
      right: 0;
      transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s linear 0.5s;
      transform: scaleX(0.0001);
      transform-origin: left center;
      opacity: 0; }
    .journal__explore.is-inview:after {
      transform: none;
      opacity: 1;
      transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0s linear; }
    .journal__explore:hover {
      color: #f4f4f4; }
      .journal__explore:hover:after {
        transform: scaleX(0.5);
        transition-delay: 0s; }
  .journal__body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% + 150px); }
    .journal__body.is-few {
      justify-content: flex-start; }
  .journal__tile {
    flex: 0 0 auto;
    padding-right: 150px;
    margin-top: 100px;
    margin-bottom: 50px; }
    .journal__tile.is-hidden {
      display: none; }
    
    .journal__tile:nth-child(7n + 3) {
      max-width: 33.333%;
      margin-top: 170px; }
    .journal__tile:nth-child(7n + 4) {
      max-width: 66.666%; }
    .journal__tile:nth-child(7n + 5) {
      max-width: 33.333%;
      margin-top: 200px; }
    .journal__tile:nth-child(7n + 6) {
      max-width: 50%; }
    .journal__tile:nth-child(7n + 7) {
      max-width: 50%; }
  .journal__filters {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1366px) {
      .journal__filters {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .journal__filters {
        padding-right: 24px;
        padding-left: 24px; } }
  .journal__filter {
    flex: 0 1 auto;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.24em;
    font-family: "Replica-Bold", sans-serif;
    margin-right: 40px;
    margin-top: 15px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    display: block; }
    .journal__filter span {
      display: inline-block;
      transform: translate3d(0, 100%, 0);
      transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
      padding-bottom: 7px;
      position: relative; }
      .journal__filter span:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 2px solid #fd8c40;
        transform: scaleX(0.0001);
        opacity: 0;
        transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s linear 0.4s; }
    .journal__filter:nth-child(1) span {
      transition-delay: 0.08s; }
    .journal__filter:nth-child(2) span {
      transition-delay: 0.16s; }
    .journal__filter:nth-child(3) span {
      transition-delay: 0.24s; }
    .journal__filter:nth-child(4) span {
      transition-delay: 0.32s; }
    .journal__filter:nth-child(5) span {
      transition-delay: 0.4s; }
    .journal__filter:nth-child(6) span {
      transition-delay: 0.48s; }
    .journal__filter:nth-child(7) span {
      transition-delay: 0.56s; }
    .journal__filter:nth-child(8) span {
      transition-delay: 0.64s; }
    .journal__filter:nth-child(9) span {
      transition-delay: 0.72s; }
    .journal__filter:nth-child(10) span {
      transition-delay: 0.8s; }
    .journal__filter:nth-child(11) span {
      transition-delay: 0.88s; }
    .journal__filter:nth-child(12) span {
      transition-delay: 0.96s; }
    .journal__filter:nth-child(13) span {
      transition-delay: 1.04s; }
    .journal__filter:nth-child(14) span {
      transition-delay: 1.12s; }
    .journal__filter:nth-child(15) span {
      transition-delay: 1.2s; }
    .journal__filter:nth-child(16) span {
      transition-delay: 1.28s; }
    .journal__filter:nth-child(17) span {
      transition-delay: 1.36s; }
    .journal__filter:nth-child(18) span {
      transition-delay: 1.44s; }
    .journal__filter:nth-child(19) span {
      transition-delay: 1.52s; }
    .journal__filter:nth-child(20) span {
      transition-delay: 1.6s; }
    .journal__filter:hover span:after, .journal__filter.is-filter-active span:after {
      opacity: 1;
      transform: scaleX(1);
      transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s linear; }
    .is-journal-active .journal__filter span {
      transform: none; }
  .journal__more {
    text-align: center;
    margin-top: 100px; }
  .journal--white {
    background-color: #FFF;
    color: #242424; }
    .journal--white .journal__head {
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto; }
  .journal--webgl {
    background-color: transparent;
    padding-top: 0; }
    .journal--webgl .journal__body,
    .journal--webgl .journal__more {
      transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      opacity: 0; }
    .journal--webgl.is-journal-active .journal__body,
    .journal--webgl.is-journal-active .journal__more {
      opacity: 1;
      transition: none; }
  @media screen and (max-width: 2200px) {
    .journal__wrap {
      max-width: 1640px; }
    .journal__filter {
      font-size: 13px; }
    .journal__body {
      width: calc(100% + 10vw); }
    .journal__tile {
      padding-right: 7vw;
      margin-top: 5vw;
      margin-bottom: 2.5vw; }
      .journal__tile:nth-child(7n + 1) {
        margin-top: 8vw; }
      .journal__tile:nth-child(7n + 3) {
        margin-top: 9vw; }
      .journal__tile:nth-child(7n + 4) {
        max-width: 66.666%; }
      .journal__tile:nth-child(7n + 5) {
        margin-top: 10.5vw; }
      .journal__tile:nth-child(7n + 6) {
        max-width: 50%; }
      .journal__tile:nth-child(7n + 7) {
        max-width: 50%; } }
  @media screen and (max-width: 1366px) {
    .journal__filters {
      width: 95%;
      margin-left: 5%; } }
  @media screen and (max-width: 1024px) {
   
    .journal__tile:nth-child(7n + 3) {
      max-width: 40%; }
    .journal__tile:nth-child(7n + 4) {
      max-width: 60%; }
    .journal__tile:nth-child(7n + 5) {
      max-width: 50%; }
    .journal__tile:nth-child(7n + 6) {
      max-width: 50%; }
    .journal__tile:nth-child(7n + 7) {
      max-width: 60%; } }
  @media screen and (max-width: 768px) {
    .journal__head {
      margin-top: 30px;
      margin-bottom: 70px; } }
  @media screen and (max-width: 600px) {
    .journal__tile:nth-child(n) {
      max-width: 100%;
      width: auto;
      margin: 0 auto 70px; }
    .journal__filter {
      font-size: 12px; }
    .journal__filters {
      margin: 20px auto 60px; }
    .journal__more {
      margin-top: 40px; }
    .journal--white .journal__tile:last-child {
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    .journal__head {
      margin-top: 0;
      margin-bottom: 50px; }
    .journal__filters {
      width: 100%;
      margin-left: 0; }
    .journal__filter {
      font-size: 10px; }
    .journal__explore {
      display: none;
      padding-right: 25px;
      padding-left: 10px; }
      .journal__explore:after {
        width: 15px;
        height: 2px; }
    .journal__more {
      margin-top: 20px; } }

.media-block {
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .media-block {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .media-block {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .media-block {
      margin-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .media-block {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .media-block {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .media-block {
      margin-bottom: 60px; } }
  .media-block__wrap {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1366px) {
      .media-block__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .media-block__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .media-block__bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: calc(50% + 50px);
    bottom: 0;
    left: 0; }
  .media-block__media {
    padding: 40px 40px 0 40px;
    flex: 1 1 auto;
    width: 100%;
    position: relative; }
    .media-block__media.is-inview .media-block__video-img {
      transform: none; }
  .media-block__iframe-wrap {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .media-block__iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; }
  .media-block__video {
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .media-block__video:after {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
    .media-block__video.is-loaded .media-block__video-img,
    .media-block__video.is-loaded .media-block__button {
      opacity: 0;
      pointer-events: none; }
    .media-block__video.is-loaded .media-block__button {
      transition: none; }
    .media-block__video.is-loaded .media-block__video-img {
      transition: opacity .5s ease-in-out; }
  .media-block__video-img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    will-change: transform; }
  .media-block__image-wrap {
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .media-block__image-wrap:after {
      content: '';
      display: block;
      padding-bottom: 62.5%; }
  .media-block__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    will-change: transform; }
  .media-block__pattern {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 494px;
    height: calc(100% - 100px);
    background-image: url("./../images/cross-pattern.png");
    background-size: 13px 13px;
    background-repeat: repeat;
    background-position: top right; }
  .media-block__button {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .media-block__caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transform: translateY(100%);
    padding: 20px 40px;
    text-align: right; }
  .media-block__post {
    flex: 0 0 auto;
    width: 400px;
    margin-top: 90px;
    margin-left: 55px; }
  .media-block--large .media-block__wrap {
    max-width: 1620px; }
  .media-block--large .media-block__pattern {
    right: auto;
    left: 0;
    background-position: top left; }
  .media-block--large .media-block__bg {
    width: 100%;
    height: calc(69% + 50px); }
  .media-block--post .media-block__pattern {
    right: auto;
    left: 0; }
  .media-block--post .media-block__bg {
    width: 100%;
    height: calc(64% + 50px); }
  .media-block--post .media-block__wrap {
    max-width: 1540px;
    display: flex;
    align-items: flex-start; }
  .media-block--white .media-block__bg {
    display: none; }
  .media-block--grey {
    margin-bottom: 0;
    padding-bottom: 140px; }
    .media-block--grey .media-block__bg {
      background-color: #f6f6f6; }
  @media screen and (max-width: 2200px) {
    .media-block__wrap {
      max-width: 1040px; }
    .media-block__post {
      width: 350px; }
    .media-block--large .media-block__wrap {
      max-width: 1470px; }
    .media-block--post .media-block__wrap {
      max-width: 1390px; }
    .media-block__caption {
      padding: 15px 40px; } }
  @media screen and (max-width: 1600px) {
    .media-block--large .media-block__pattern, .media-block--post .media-block__pattern {
      height: calc(100% - 100px); } }
  @media screen and (max-width: 1366px) {
    .media-block__pattern {
      width: 50%;
      height: calc(100% - 100px); }
    .media-block__post {
      margin-left: 0;
      width: 300px; }
    .media-block--grey {
      padding-bottom: 80px; } }
  @media screen and (max-width: 1100px) {
    .media-block__post {
      width: 280px; } }
  @media screen and (max-width: 1024px) {
    .media-block__bg {
      width: 100%;
      height: calc(50% + 30px); }
    .media-block__wrap {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .media-block__post {
      margin-top: 50px;
      max-width: 410px;
      width: 100%; }
    .media-block--grey {
      padding-bottom: 60px; }
    .media-block--post .media-block__wrap {
      flex-direction: column;
      align-items: center; }
    .media-block--post .media-block__bg {
      width: 100%;
      height: calc(100% - 25vw); } }
  @media screen and (max-width: 600px) {
    .media-block__bg {
      width: 100%;
      height: calc(50% + 10px); }
    .media-block__media {
      padding: 40px 0px 0 0px;
      width: calc(100% + 48px); }
    .media-block__pattern {
      width: 100%;
      height: 52px;
      background-position: center top; }
    .media-block__caption {
      padding: 15px; }
    .media-block--large .media-block__pattern {
      height: 52px;
      background-position: center top; }
    .media-block--grey {
      padding-bottom: 0; }
      .media-block--grey .media-block__bg {
        background-color: transparent; } }

.profiles {
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .profiles {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .profiles {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .profiles {
      margin-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .profiles {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .profiles {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .profiles {
      margin-bottom: 60px; } }
  .profiles__wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px; }
    @media screen and (max-width: 1366px) {
      .profiles__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .profiles__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .profiles__head {
    padding: 0 90px;
    margin-bottom: 70px; }
    .profiles__head h3 {
      color: #2d2d2d;
      max-width: 550px; }
  .profiles__body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: -80px;
    margin-top: -70px; }
  .profiles__item {
    display: none;
    flex: 0 1 auto;
    width: calc(20% - 80px);
    margin-right: 80px;
    margin-top: 70px; }
    .profiles__item:nth-child(1), .profiles__item:nth-child(2), .profiles__item:nth-child(3), .profiles__item:nth-child(4), .profiles__item:nth-child(5), .profiles__item:nth-child(6), .profiles__item:nth-child(7), .profiles__item:nth-child(8), .profiles__item:nth-child(9), .profiles__item:nth-child(10) {
      display: block; }
  .profiles.is-profiles-active .profiles__button {
    display: none; }

@keyframes profiles_items {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
  .profiles.is-profiles-active .profiles__item:nth-child(n) {
    display: block;
    opacity: 0;
    animation: profiles_items 0.7s cubic-bezier(0.23, 1, 0.32, 1) forwards; }
  .profiles.is-profiles-active .profiles__item:nth-child(1), .profiles.is-profiles-active .profiles__item:nth-child(2), .profiles.is-profiles-active .profiles__item:nth-child(3), .profiles.is-profiles-active .profiles__item:nth-child(4), .profiles.is-profiles-active .profiles__item:nth-child(5), .profiles.is-profiles-active .profiles__item:nth-child(6), .profiles.is-profiles-active .profiles__item:nth-child(7), .profiles.is-profiles-active .profiles__item:nth-child(8), .profiles.is-profiles-active .profiles__item:nth-child(9), .profiles.is-profiles-active .profiles__item:nth-child(10) {
    animation: none;
    opacity: 1; }
  .profiles.is-profiles-active .profiles__item:nth-child(11) {
    animation-delay: 0s; }
  .profiles.is-profiles-active .profiles__item:nth-child(12) {
    animation-delay: 0.06s; }
  .profiles.is-profiles-active .profiles__item:nth-child(13) {
    animation-delay: 0.12s; }
  .profiles.is-profiles-active .profiles__item:nth-child(14) {
    animation-delay: 0.18s; }
  .profiles.is-profiles-active .profiles__item:nth-child(15) {
    animation-delay: 0.24s; }
  .profiles.is-profiles-active .profiles__item:nth-child(16) {
    animation-delay: 0.3s; }
  .profiles.is-profiles-active .profiles__item:nth-child(17) {
    animation-delay: 0.36s; }
  .profiles.is-profiles-active .profiles__item:nth-child(18) {
    animation-delay: 0.42s; }
  .profiles.is-profiles-active .profiles__item:nth-child(19) {
    animation-delay: 0.48s; }
  .profiles.is-profiles-active .profiles__item:nth-child(20) {
    animation-delay: 0.54s; }
  .profiles.is-profiles-active .profiles__item:nth-child(21) {
    animation-delay: 0.6s; }
  .profiles.is-profiles-active .profiles__item:nth-child(22) {
    animation-delay: 0.66s; }
  .profiles.is-profiles-active .profiles__item:nth-child(23) {
    animation-delay: 0.72s; }
  .profiles.is-profiles-active .profiles__item:nth-child(24) {
    animation-delay: 0.78s; }
  .profiles.is-profiles-active .profiles__item:nth-child(25) {
    animation-delay: 0.84s; }
  .profiles.is-profiles-active .profiles__item:nth-child(26) {
    animation-delay: 0.9s; }
  .profiles.is-profiles-active .profiles__item:nth-child(27) {
    animation-delay: 0.96s; }
  .profiles.is-profiles-active .profiles__item:nth-child(28) {
    animation-delay: 1.02s; }
  .profiles.is-profiles-active .profiles__item:nth-child(29) {
    animation-delay: 1.08s; }
  .profiles.is-profiles-active .profiles__item:nth-child(30) {
    animation-delay: 1.14s; }
  .profiles.is-profiles-active .profiles__item:nth-child(31) {
    animation-delay: 1.2s; }
  .profiles.is-profiles-active .profiles__item:nth-child(32) {
    animation-delay: 1.26s; }
  .profiles.is-profiles-active .profiles__item:nth-child(33) {
    animation-delay: 1.32s; }
  .profiles.is-profiles-active .profiles__item:nth-child(34) {
    animation-delay: 1.38s; }
  .profiles.is-profiles-active .profiles__item:nth-child(35) {
    animation-delay: 1.44s; }
  .profiles.is-profiles-active .profiles__item:nth-child(36) {
    animation-delay: 1.5s; }
  .profiles.is-profiles-active .profiles__item:nth-child(37) {
    animation-delay: 1.56s; }
  .profiles.is-profiles-active .profiles__item:nth-child(38) {
    animation-delay: 1.62s; }
  .profiles.is-profiles-active .profiles__item:nth-child(39) {
    animation-delay: 1.68s; }
  .profiles.is-profiles-active .profiles__item:nth-child(40) {
    animation-delay: 1.74s; }
  .profiles__img-wrap {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
    background-color: #f6f6f6; }
    .profiles__img-wrap:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
  .profiles__img {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .profiles__name {
    color: #242424;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.22222;
    letter-spacing: 0.01em;
    font-family: "Replica-Bold", sans-serif;
    margin-bottom: 10px; }
  .profiles__text {
    color: #242424;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71429;
    letter-spacing: 0em;
    font-family: "Space Mono", monospace; }
  .profiles__button {
    margin: 50px auto 0;
    text-align: center; }
  .profiles--grey {
    background-color: #f6f6f6;
    margin: 0;
    padding-top: 110px;
    padding-bottom: 110px; }
    @media screen and (max-width: 2200px) {
      .profiles--grey {
        padding-top: 100px; } }
    @media screen and (max-width: 1366px) {
      .profiles--grey {
        padding-top: 80px; } }
    @media screen and (max-width: 768px) {
      .profiles--grey {
        padding-top: 60px; } }
    @media screen and (max-width: 2200px) {
      .profiles--grey {
        padding-bottom: 100px; } }
    @media screen and (max-width: 1366px) {
      .profiles--grey {
        padding-bottom: 80px; } }
    @media screen and (max-width: 768px) {
      .profiles--grey {
        padding-bottom: 60px; } }
    .profiles--grey .profiles__img-wrap {
      background-color: #E7E7E7; }
  @media screen and (max-width: 2200px) {
    .profiles__wrap {
      max-width: 1390px; }
    .profiles__item {
      flex: 0 1 auto;
      width: calc(20% - 70px);
      margin-right: 70px;
      margin-top: 65px; }
    .profiles__img-wrap {
      margin-bottom: 25px; }
    .profiles__name {
      font-size: 16px;
      margin-bottom: 8px; }
    .profiles__text {
      font-size: 13px; } }
  @media screen and (max-width: 1366px) {
    .profiles__body {
      margin-top: -50px;
      margin-right: -35px; }
    .profiles__item {
      width: calc(20% - 35px);
      margin-right: 35px;
      margin-top: 50px; } }
  @media screen and (max-width: 1024px) {
    .profiles__body {
      margin-right: -3vw; }
    .profiles__item {
      width: calc(25% - 3vw);
      margin-right: 3vw; } }
  @media screen and (max-width: 768px) {
    .profiles__head {
      padding: 0;
      margin-bottom: 30px; }
    .profiles__body {
      margin-top: -40px; }
    .profiles__item {
      width: calc(33.333% - 3vw);
      margin-top: 40px; }
    .profiles__img-wrap {
      margin-bottom: 20px; }
    .profiles__name {
      margin-bottom: 5px; } }
  @media screen and (max-width: 600px) {
    .profiles__body {
      margin-right: -5vw; }
    .profiles__item {
      width: calc(50% - 5vw);
      margin-right: 5vw; }
    .profiles__text {
      font-size: 12px; } }

.related-posts {
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .related-posts {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .related-posts {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .related-posts {
      margin-top: 60px; } }
  @media screen and (max-width: 2200px) {
    .related-posts {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .related-posts {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .related-posts {
      margin-bottom: 60px; } }
  .related-posts__title {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    margin-bottom: 25px; }
    @media screen and (max-width: 1366px) {
      .related-posts__title {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .related-posts__title {
        padding-right: 24px;
        padding-left: 24px; } }
  .related-posts__wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px; }
    @media screen and (max-width: 1366px) {
      .related-posts__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .related-posts__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
  .related-posts__tiles {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  .related-posts__tile {
    width: calc(33.3333% - 46px);
    flex: 0 1 auto;
    margin-top: 60px; }
    .related-posts__tile:nth-child(1), .related-posts__tile:nth-child(2), .related-posts__tile:nth-child(3) {
      margin-top: 0; }
  @media screen and (max-width: 2200px) {
    .related-posts__title {
      max-width: 1390px; }
    .related-posts__wrap {
      max-width: 1390px; }
    .related-posts__tile {
      width: calc(33.3333% - 40px); } }
  @media screen and (max-width: 1366px) {
    .related-posts__tile {
      width: calc(33.3333% - 30px); } }
  @media screen and (max-width: 1024px) {
    .related-posts__tile {
      width: calc(33.3333% - 20px); } }
  @media screen and (max-width: 768px) {
    .related-posts__tile {
      width: calc(50% - 10px);
      margin-top: 50px; }
      .related-posts__tile:nth-child(3) {
        margin-top: 50px; } }
  @media screen and (max-width: 600px) {
    .related-posts__tile {
      width: 100%; }
      .related-posts__tile:nth-child(2) {
        margin-top: 50px; } }

.related-tiles {
  outline: 0;
  margin: 110px 0 0; }
  .related-tiles__title {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    margin-bottom: 25px; }
    @media screen and (max-width: 1366px) {
      .related-tiles__title {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .related-tiles__title {
        padding-right: 24px;
        padding-left: 24px; } }
.title-dash.gray-dash:after {
    background: #d8d8d8;
}
@media (min-width: 1200px)
.title-dash:after {
    right: -122px;
}
.title-dash:after {
    background: #10b0e6;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -72px;
    width: 60px;
}
.read-more:before, .title-dash:after {
    content: '';
    height: 2px;
}
.se-simple {
    background-color: rgba(251,243,243,1);
}
.se-ff textarea, .se-simple {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.se-simple {
    border-style: solid;
}
section .related-tiles__wrap{flex-wrap: nowrap;}
  .related-tiles__wrap {
    display: flex;justify-content: center;
    flex-wrap: wrap; margin-top:100px;}
  .related-tiles__tile {
    cursor: pointer;
    display: block;
    width: 33.333%;
    background-size: cover;
    background-position: center;
    color: #FFF;
    padding:0;
height:80vh;
    display: flex;
    position: relative; }
    .related-tiles__tile:after {
      content: '';
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(29, 29, 29, 0.3); }
  .related-tiles__tile-content {
    position: relative;
    z-index: 2;
    flex: 0 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .related-tiles__h {
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: Oswald,sans-serif }
  @media screen and (max-width: 1366px) {
    .related-tiles {
      margin: 80px 0 0; }
      .related-tiles__tile {
        width: 25%;
        padding: 100px 20px; }
section .related-tiles__wrap {
    flex-wrap: wrap;
}
      .related-tiles__h {
        font-size: 2.3vw; } }
  @media screen and (max-width: 1024px) {
.related-tiles__tile {
    width: 24.333%;
}

    .related-tiles__h {
      font-size: 2.5vw; } }
  @media screen and (max-width: 768px) {
    .related-tiles {
      margin: 60px 0 0; }
      .related-tiles__wrap {
        flex-direction: column; }
      .related-tiles__tile {
        width: 100%;
        padding: 70px 20px; }
        .related-tiles__tile:last-child {
          display: flex; }
      .related-tiles__h {
        font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .related-tiles__h {
      font-size: 20px; } }


.side-images__item:nth-child(odd) {
  background-color: #FFF; }
  .side-images__item:nth-child(odd) .side-images__content {
    order: 1;
    padding-left: 90px;
    padding-right: 80px; }
  .side-images__item:nth-child(odd) .side-images__pattern {
    right: 0;
    background-position: right top; }
  .side-images__item:nth-child(odd) .side-images__media {
    order: 2;
    padding-right: 40px; }

.side-images__item:nth-child(even) {
  background-color: #f6f6f6; }
  .side-images__item:nth-child(even) .side-images__content {
    order: 2;
    padding-right: 90px;
    padding-left: 80px; }
  .side-images__item:nth-child(even) .side-images__pattern {
    left: 0;
    background-position: left top; }
  .side-images__item:nth-child(even) .side-images__media {
    order: 1;
    padding-left: 40px; }

.side-images__item:not(:first-child) {
  padding-top: 60px;
  margin-top: -140px; }


.side-images__wrap {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
.hotel-images .side-images__wrap {  padding-right: 0px; padding-left: 0px;}
  @media screen and (max-width: 1366px) {
    .side-images__wrap {
      padding-right: 50px;
      padding-left: 50px; } }
  @media screen and (max-width: 768px) {
    .side-images__wrap {
      padding-right: 24px;
      padding-left: 24px; } 

}

.side-images__content {
  padding-bottom: 220px;
  flex: 0 1 auto;
  width: 50%; }
.side-images__content.top{
  margin-top: 190px;
}
.hotel-images .side-images__content{padding-bottom:0px;}
.side-images__text {
  clear: both;
  margin-top: 15px; }
.hotel-images .side-images__text{padding-left:0px;}
.side-images__media {
  flex: 0 1 auto;
  width: 605px;
  position: relative;
  padding-top: 40px; }

.side-images__image-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .side-images__image-wrap:before {
    content: '';
    display: block;
    padding-bottom: 105%; }

.side-images__image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background-size: cover;
  background-position: center; }

.side-images__pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 442px;
  height: 520px;
  background-image: url("../img/cross-pattern.png");
  background-size: 13px 13px;
  background-repeat: repeat; }

.side-images__caption {
  padding: 20px 0;
  text-align: right; }

@media screen and (max-width: 2200px) {
  .side-images__wrap {
    max-width: 1390px; }
  .side-images__media {
    width: 530px; }
  .side-images__item:nth-child(odd) .side-images__content {
    padding-right: 70px; }
.hotel-images .side-images__item:nth-child(odd) .side-images__content{padding-right:0px; order: 2;}
.hotel-images .side-images__item:nth-child(odd) .side-images__media{order: 1;}
  .side-images__item:nth-child(even) .side-images__content {
    padding-left: 70px; }
  .side-images__caption {
    padding: 15px 0; } }

@media screen and (max-width: 1600px) {
  .side-images__media {
    width: 40%; }
  .side-images__pattern {
    width: 377px;
    height: 507px; }
  .side-images__content {
    flex: 1 1 auto;
    margin-top: 120px;
    padding-bottom: 180px; }
    .side-images__content h2 {
      min-width: 430px; }
  .side-images__item:not(:first-child) {
    margin-top: -100px; } }

@media screen and (max-width: 1366px) {
  .side-images__media {
    width: 45%; }
  .side-images__pattern {
    width: calc(100% - 40px);
    height: calc(100% - 100px); }
  .side-images__content h2 {
    min-width: 380px; }
  .side-images__item:nth-child(odd) .side-images__content {
    padding-left: 40px;
    padding-right: 40px; }
  .side-images__item:nth-child(even) .side-images__content {
    padding-right: 40px;
    padding-left: 40px; }
  .side-images__item:not(:first-child) {
    padding-top: 60px; }
  .side-images__item:first-child {
    margin-top: 0px; }
  .side-images__item:last-child {
    margin-bottom: 60px; }
  .side-images__text {
    padding-left: 45px; } 
.hotel-images .side-images__text{padding-left:0px;}
}

@media screen and (max-width: 1024px) {
  .side-images__media {
    width: 40%; }
  .side-images__wrap {
    align-items: center; }
  .side-images__content {
    margin-top: 0;
    padding-bottom: 0; }
    .side-images__content h2 {
      min-width: 340px; }
  .side-images__item:nth-child(odd) .side-images__content {
    padding-left: 0; }
  .side-images__item:nth-child(even) .side-images__content {
    padding-right: 0; }
  .side-images__item:not(:first-child) {
    margin-top: 0;
    padding-bottom: 60px; }
  .side-images__item:first-child {
    margin-bottom: 60px; } }

@media screen and (max-width: 768px) {
.side-images__content.top{
  margin-top: 0px;
}
  .side-images__wrap {
    flex-direction: column; }
    .side-images__content{width:100%; } .side-images__media {
width:80%; }

  .side-images__content h2 {
    min-width: 0; }
  .side-images:nth-child(odd) .side-images__content, .side-images:nth-child(even) .side-images__content {
    order: 2;
    flex: 1 1 auto;
    width: 100%;
    padding: 0;
    margin-top: 0; }
  .side-images:nth-child(odd) .side-images__pattern, .side-images:nth-child(even) .side-images__pattern {
    right: 0;
    left: auto;
    background-position: right top; }
  .side-images:nth-child(odd) .side-images__media, .side-images:nth-child(even) .side-images__media {
    order: 1;
    width: 300px;
    padding-right: 40px;
    padding-left: 0;
    margin-left: 40px; } 
.side-images__item:nth-child(even) .side-images__media,.side-images__item:nth-child(odd) .side-images__media {order: 1;} .side-images__item:nth-child(odd) .side-images__content,.side-images__item:nth-child(even) .side-images__content{order: 2;} .side-images__item:nth-child(2n) .side-images__content{padding-left:0;}
.side-images__item:not(:first-child){padding-bottom:20px;}.side-images__item:first-child{margin-bottom:20px;}
}

@media screen and (max-width: 480px) {
  .side-images:nth-child(odd) .side-images__media, .side-images:nth-child(even) .side-images__media {
    margin-left: 24px; }
  .side-images__text {
    padding-left: 0; } }

.side-panels {
  margin-top: 110px;
  margin-bottom: 110px; }
  @media screen and (max-width: 2200px) {
    .side-panels {
      margin-top: 100px; } }
  @media screen and (max-width: 1366px) {
    .side-panels {
      margin-top: 80px; } }
  @media screen and (max-width: 768px) {
    .side-panels {
      margin-top: 0px; } }
  @media screen and (max-width: 2200px) {
    .side-panels {
      margin-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .side-panels {
      margin-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .side-panels {
      margin-bottom: 60px; } }
  .side-panels__item {
    margin-bottom: 0; }
    .side-panels__item:last-child {
      margin-bottom: 0; }
    .side-panels__item:nth-child(even) .side-panels__content {
      order: 2;
      margin-left: 120px;
      padding: 40px 55px 0px 0; }
    .side-panels__item:nth-child(even) .side-panels__media {
      order: 1;
      margin-left: -18%; }
    .side-panels__item:nth-child(even) .side-panels__braket {
      right: 0; }
      .side-panels__item:nth-child(even) .side-panels__braket:before, .side-panels__item:nth-child(even) .side-panels__braket:after {
        right: 0; }
    .side-panels__item:nth-child(odd) .side-panels__content {
      order: 1;
      margin-right: 120px;
      padding: 40px 0 0px 55px; }
    .side-panels__item:nth-child(odd) .side-panels__media {
      order: 2;
      margin-right: -18%; }
    .side-panels__item:nth-child(odd) .side-panels__braket {
      left: 0; }
      .side-panels__item:nth-child(odd) .side-panels__braket:before, .side-panels__item:nth-child(odd) .side-panels__braket:after {
        left: 0; }
  .side-panels__wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;
    display: flex; }
  .side-panels__content {
    flex: 0 1 auto;
    position: relative; }
  .side-panels__text {
    clear: both;
    margin-top: 15px; }
  .side-panels__braket {
    position: relative;
    width: 13px;
    height: 100%;
    background-color: #f1f1f1;
    position: absolute;
    top: 0; }
    .side-panels__braket:before, .side-panels__braket:after {
      content: '';
      position: absolute;
      width: 26px;
      height: 13px;
      background-color: #f1f1f1; }
    .side-panels__braket:before {
      top: 0; }
    .side-panels__braket:after {
      bottom: 0; }
    @media screen and (max-width: 600px) {
      .side-panels__braket {
        width: 11px;
        height: 100%; }
        .side-panels__braket:before, .side-panels__braket:after {
          width: 22px;
          height: 11px; } }
  .side-panels__media {
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden; }
    .side-panels__media:before {
      content: '';
      display: block;
      padding-bottom: 62.5%; }
  .side-panels__image {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    will-change: transform; }
  @media screen and (max-width: 2200px) {
    .side-panels__wrap {
      max-width: 1390px; }
    .side-panels__item {
      margin-bottom: 10px; }
      .side-panels__item:nth-child(even) .side-panels__content {
        margin-left: 100px; }
      .side-panels__item:nth-child(odd) .side-panels__content {
        margin-right: 100px; } }
  @media screen and (max-width: 1900px) {
    .side-panels__item:nth-child(odd) .side-panels__media {
      margin-left: -70px; }
    .side-panels__item:nth-child(even) .side-panels__media {
      margin-right: -70px; } }
  @media screen and (max-width: 1720px) {
    .side-panels__item:nth-child(odd) .side-panels__media {
      margin-left: 0; }
    .side-panels__item:nth-child(even) .side-panels__media {
      margin-right: 0; } }
  @media screen and (max-width: 1600px) {
    .side-panels__item:nth-child(even) .side-panels__content {
      margin-left: 90px; }
    .side-panels__item:nth-child(odd) .side-panels__content {
      margin-right: 90px; } }
  @media screen and (max-width: 1366px) {
      .side-panels__item:nth-child(even) .side-panels__content {
        margin-left: 50px;
        padding: 30px 45px 0px 0; }
      .side-panels__item:nth-child(odd) .side-panels__content {
        margin-right: 50px;
        padding: 30px 0 30px 45px; } }
  @media screen and (max-width: 768px) {
    .side-panels__wrap {
      flex-direction: column; }
    .side-panels__item {
      margin-bottom: 0; }
    .side-panels:nth-child(odd) .side-panels__content, .side-panels:nth-child(even) .side-panels__content {
      order: 2;
      width: 100%;
      padding: 25px 0 0;
      margin: 0; }
    .side-panels:nth-child(odd) .side-panels__media, .side-panels:nth-child(even) .side-panels__media {
      order: 1;
      width: 100%; }
    .side-panels__braket {
      display: none; } }
  @media screen and (max-width: 600px) {
    .side-panels:nth-child(odd) .side-panels__media, .side-panels:nth-child(even) .side-panels__media {
      margin-left: -24px;
      margin-right: -24px;
      width: auto; } }

.slider {
  width: 100%;
  height: 120vh;
  min-height: 1100px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background-color: #242424;
  color: #FFF;
  user-select: none; }
  .slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    .slider__bg:after {
      content: '';
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(36, 36, 36, 0.35); }
  .slider__bg-wrap {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    will-change: transform; }
  .slider__bg-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }

@keyframes bg-item-img-active {
  0% {
    transform: scale(1.02, 1.02);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
    .slider__bg-item:first-child {
      opacity: 1; }
    .slider__bg-item.is-prev:not(.is-active) {
      z-index: 1;
      opacity: 1; }
    .slider__bg-item.is-active {
      z-index: 2;
      opacity: 1;
      animation: bg-item-img-active 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
  .slider__frame {
    width: 700px;
    height: 470px;
    position: absolute;
    z-index: 201;
    right: 125px;
    top: 50%;
    margin-top: -235px; }
  .slider__clickable {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 125px);
    height: 100%;
    z-index: 100;
    overflow: hidden;
    display: flex;
    align-content: stretch;
    user-select: none;
    cursor: none; }
    .slider__clickable div {
      flex: 1 1 auto;
      user-select: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
      .slider__clickable div:nth-child(2) {
        flex: 2 1 auto; }
  .slider__panel {
    display: flex;
    position: absolute;
    z-index: 10;
    left: auto;
    top: 100%;
    right: 50px;
    padding: 26px 0;
    justify-content: flex-end;
    align-items: center; }
  .slider__controls {
    flex: 0 0 auto;
    margin-right: 30px;
    display: flex;
    align-items: center; }
    .slider__controls img {
      width: 24px;
      height: 24px;
      cursor: pointer;
      opacity: .6;
      transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .slider__controls img:nth-child(1) {
        margin-right: 20px; }
      .slider__controls img:hover {
        opacity: 1; }
      .slider__controls img:active {
        transform: scale(0.9, 0.9); }
  .slider__auto-counter {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end; }
    .slider__auto-counter div {
      display: block;
      position: relative;
      width: 8px;
      height: 8px;
      box-sizing: content-box;
      padding: 0 6px;
      cursor: pointer; }
      .slider__auto-counter div:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 100%;
        left: 4px;
        top: 0;
        background-color: #FFF;
        opacity: 0.2;
        backface-visibility: hidden;
        transform: scale3d(0.75, 0.75, 0.75);
        transition: opacity .3s ease; }
      .slider__auto-counter div.is-active:after {
        opacity: 1;
        transform: scale(1); }
      .slider__auto-counter div:hover:after {
        opacity: .8;
        transform: scale(1); }
  .slider__list {
    display: flex;
    backface-visibility: hidden;
    will-change: transform; }
    .slider__list.is-transition {
      transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1); }
  .slider__slide {
    flex: 1 0 auto;
    width: 650px;
    height: 470px;
    position: relative;
    backface-visibility: hidden;
    margin-right: 50px;
    will-change: opacity;
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0; }
    .slider__slide.is-active {
      opacity: 1; }
      .slider__slide.is-active ~ .slider__slide {
        opacity: 1; }
      .slider__slide.is-active .slider__slide-img:after {
        opacity: 0; }
    .slider__slide:last-child {
      margin-right: 0; }
  .slider__slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./../images/2-1300.jpg");
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    z-index: 2; }
  .slider__slide-caption {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.18em;
    font-family: "Space Mono", monospace;
    color: #FFF;
    padding: 22px 0;
    width: calc(100% - 160px);
    opacity: 0; }
    .is-active .slider__slide-caption {
      opacity: 1;
      transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .slider__wrap {
    position: static;
    max-width: 1840px;
    width: 100%;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 110px;
    padding-bottom: 110px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1366px) {
      .slider__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .slider__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
    @media screen and (max-width: 2200px) {
      .slider__wrap {
        padding-top: 100px; } }
    @media screen and (max-width: 1366px) {
      .slider__wrap {
        padding-top: 80px; } }
    @media screen and (max-width: 768px) {
      .slider__wrap {
        padding-top: 60px; } }
    @media screen and (max-width: 2200px) {
      .slider__wrap {
        padding-bottom: 100px; } }
    @media screen and (max-width: 1366px) {
      .slider__wrap {
        padding-bottom: 80px; } }
    @media screen and (max-width: 768px) {
      .slider__wrap {
        padding-bottom: 60px; } }
  .slider__content {
    flex: 0 1 auto;
    position: relative;
    z-index: 202;
    width: 100%;
    height: 470px;
    max-width: 600px; }
    .slider__content:after {
      content: '';
      display: table;
      clear: both; }
  .slider__content-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none; }
    .slider__content-item.is-active {
      opacity: 1;
      pointer-events: auto;
      position: relative; }
      .slider__content-item.is-active .slider__content-text {
        opacity: 1;
        transform: none;
        transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s, opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s; }
  .slider__content-title {
    margin-bottom: 20px; }
    .slider__content-title h2 {
      min-width: 700px; }
  .slider__content-text {
    padding-left: 90px;
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
    .slider__content-text p {
      margin-bottom: 40px; }
  .is-body-touch .slider .slider__clickable {
    display: none; }
  @media screen and (max-width: 2200px) {
    .slider__wrap {
      max-width: 1640px; }
    .slider__content {
      max-width: 530px;
      height: 410px; }
    .slider__content-text {
      padding-left: 70px; }
    .slider__frame {
      width: 614px;
      height: 410px;
      margin-top: -205px;
      right: 70px; }
    .slider__slide {
      width: 564px;
      height: 410px; }
    .slider__slide-caption {
      font-size: 15px; } }
  @media screen and (max-width: 1700px) {
    .slider__content {
      max-width: 470px;
      height: 360px; }
    .slider__content-text {
      padding-left: 70px; }
    .slider__frame {
      width: 550px;
      height: 360px;
      margin-top: -180px;
      right: 70px; }
    .slider__slide {
      width: 500px;
      height: 360px; } }
  @media screen and (max-width: 1600px) {
    .slider__content-text {
      padding-left: 70px; }
    .slider__content-title h2 {
      min-width: 550px; } }
  @media screen and (max-width: 1420px) {
    .slider {
      min-height: 900px; }
      .slider__content {
        max-width: 440px; }
      .slider__content-text {
        padding-left: 70px; }
      .slider__frame {
        width: 430px;
        height: 288px;
        margin-top: -144px;
        right: 50px; }
      .slider__slide {
        width: 400px;
        height: 288px;
        margin-right: 30px; }
      .slider__panel {
        right: 30px;
        padding: 24px 0; }
      .slider__content-text {
        padding-left: 60px; }
      .slider__slide-caption {
        font-size: 14px; } }
  @media screen and (max-width: 1366px) {
    .slider__content {
      max-width: 440px; }
    .slider__content-text {
      padding-left: 70px; }
    .slider__frame {
      width: 430px;
      height: 288px;
      margin-top: -144px;
      right: 30px; }
    .slider__list {
      position: relative; }
      .slider__list:after {
        content: '';
        position: absolute;
        z-index: 10;
        pointer-events: none;
        left: 0;
        top: 0;
        width: 2580px;
        height: 1px; }
    .slider__slide {
      width: 400px;
      height: 288px; }
    .slider__content-title h2 {
      min-width: 480px; } }
  @media screen and (max-width: 1200px) {
    .slider {
      height: auto;
      min-height: 0; }
      .slider__slide {
        width: 450px;
        height: 324px;
        opacity: 1; }
      .slider__frame-wrap {
        width: 100%;
        margin: 60px 0; }
      .slider__frame {
        flex: 1 1 auto;
        position: relative;
        width: 480px;
        height: 324px;
        left: 0;
        top: 0;
        right: auto;
        margin: 0; }
      .slider__content {
        min-height: 370px;
        height: auto;
        max-width: 640px; }
      .slider__auto-counter {
        display: none; }
      .slider__slide-caption {
        width: 100%;
        padding: 18px 0;
        font-size: 13px; }
      .slider__list.is-transition {
        transition: transform 1s cubic-bezier(0.135, 0.435, 0.12, 0.975); }
      .slider__clickable {
        width: calc(100vw - 100px); }
      .slider__content-title h2 {
        min-width: 0; }
      .slider__wrap {
        height: auto;
        flex-direction: column;
        align-items: flex-start; } }
  @media screen and (max-width: 768px) {
    .slider__content {
      min-height: 420px; }
    .slider__frame-wrap {
      margin: 30px 0 0; }
    .slider__auto-counter {
      display: flex; }
    .slider__list {
      display: none; }
    .slider__panel {
      position: relative;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      justify-content: flex-start;
      padding: 0 0 0 37px; }
    .slider__frame {
      width: 100%;
      height: auto; }
    .slider__content-text {
      padding-left: 37px;
      padding-right: 17px; }
    .slider__bg:after {
      background-color: rgba(36, 36, 36, 0.6); } }
  @media screen and (max-width: 600px) {
    .slider__slide-caption {
      padding: 12px 0;
      font-size: 12px; }
    .slider__frame-wrap {
      margin-top: 30px; } }
  @media screen and (max-width: 480px) {
    .slider__content h2 {
      font-size: 24px; } }

.stats {
  position: relative;
  z-index: 5; }
  .stats--main.is-parallax-active {
    margin-bottom: -200px; }
  .stats__reveal {
    width: 100%;
    height: 130vh;
    min-height: 1100px;
    position: relative;
    overflow: hidden;
    background-color: #1d1d1d; }
  .stats__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center; }
    .stats__bg--main {
      background-image: url("./../images/stats-main-test.jpg"); }
    .stats__bg--simple {
      background-image: url("./../images/stats-simple-test.jpg"); }
    .stats__bg:after {
      content: '';
      z-index: 2;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(29, 29, 29, 0.4); }
  .stats__wrap {
    max-width: 1840px;
    width: 100%;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 110px;
    padding-bottom: 110px;
    position: static;
    display: flex; }
    @media screen and (max-width: 1366px) {
      .stats__wrap {
        padding-right: 50px;
        padding-left: 50px; } }
    @media screen and (max-width: 600px) {
      .stats__wrap {
        padding-right: 24px;
        padding-left: 24px; } }
    @media screen and (max-width: 2200px) {
      .stats__wrap {
        padding-top: 100px; } }
    @media screen and (max-width: 1366px) {
      .stats__wrap {
        padding-top: 80px; } }
    @media screen and (max-width: 768px) {
      .stats__wrap {
        padding-top: 60px; } }
    @media screen and (max-width: 2200px) {
      .stats__wrap {
        padding-bottom: 100px; } }
    @media screen and (max-width: 1366px) {
      .stats__wrap {
        padding-bottom: 80px; } }
    @media screen and (max-width: 768px) {
      .stats__wrap {
        padding-bottom: 60px; } }
  .stats__points {
    flex: 0 0 auto; }
    .stats__points--main .stats__point--1 {
      left: 2.5vw; }
    .stats__points--main .stats__point--2 {
      left: 26vw; }
    .stats__points--main .stats__point--3 {
      left: 39vw; }
    .stats__points--main .stats__point--4 {
      right: 16vw; }
    .stats__points--main .stats__point--5 {
      right: 2.5vw; }
    .stats__points--5 .stats__point--1 {
      left: 2.5vw; }
    .stats__points--5 .stats__point--2 {
      left: 26vw; }
    .stats__points--5 .stats__point--3 {
      left: 39vw; }
    .stats__points--5 .stats__point--4 {
      right: 16vw; }
    .stats__points--5 .stats__point--5 {
      right: 2.5vw; }
    .stats__points--4 .stats__point--1 {
      left: 10.5vw; }
    .stats__points--4 .stats__point--2 {
      left: 34vw; }
    .stats__points--4 .stats__point--3 {
      right: 28vw; }
    .stats__points--4 .stats__point--4 {
      right: 8.5vw; }
    .stats__points--3 .stats__point--1 {
      left: 10.5vw; }
    .stats__points--3 .stats__point--2 {
      left: 44vw; }
    .stats__points--3 .stats__point--3 {
      right: 12vw; }
    .stats__points--2 .stats__point--1 {
      left: 26vw; }
    .stats__points--2 .stats__point--2 {
      right: 16vw; }
    .stats__points--1 .stats__point--1 {
      left: 36vw; }
  .stats__point {
    position: absolute;
    z-index: 202; }
    .stats__point--1 {
      top: 14.5vw; }
    .stats__point--2 {
      top: 19vw; }
    .stats__point--3 {
      bottom: 9vw; }
    .stats__point--4 {
      bottom: 14.5vw; }
    .stats__point--5 {
      top: 9vw; }
  .stats__content {
    flex: 0 1 auto;
    text-align: right;
    color: #FFF;
    width: 100%;
    max-width: 600px;
    margin: auto 0 auto auto;
    position: relative;
    z-index: 201; }
  .stats__text {
    clear: both;
    color: #FFF;
    padding-top: 30px;
    padding-right: 110px; }
  @media screen and (max-width: 2200px) {
    .stats__content {
      max-width: 523px; }
    .stats__wrap {
      max-width: 1640px; } }
  @media screen and (max-width: 1600px) {
    .stats__text {
      padding-right: 70px; }
    .stats__content {
      max-width: 500px; } }
  @media screen and (max-width: 1420px) {
    .stats--main .stats__point--3 {
      left: 24vw; }
    .stats__content {
      max-width: 450px; }
    .stats__text {
      padding-right: 60px; } }
  @media screen and (max-width: 1024px) {
    .stats__reveal {
      height: auto;
      min-height: 0; }
    .stats__wrap {
      flex-direction: column;
      align-items: flex-end; }
    .stats__content {
      margin: 0 0 50px; }
    .stats__points {
      flex: 0 1 auto;
      margin: auto;
      max-width: 600px;
      position: relative;
      z-index: 3;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start; }
    .stats__point {
      flex: 0 1 auto;
      width: calc(50% - 10px);
      max-width: 220px;
      position: static;
      margin-bottom: 35px;
      margin-top: 35px; }
      .stats__point--5 {
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (max-width: 768px) {
    .stats {
      min-height: 0;
      height: auto; }
      .stats__text {
        padding-left: 15px;
        padding-right: 29px; }
      .stats--main .stats__points {
        margin-top: 0; }
      .stats__content {
        max-width: 400px; }
      .stats__bg:after {
        background-color: rgba(29, 29, 29, 0.5); }
      .stats--main .stats__point--3 {
        display: none; } }

.sidebar-image {
  position: relative;
  padding-left: 40px;
  padding-bottom: 40px;
  margin-bottom: 90px;
  margin-top: 0 !important; }
  .sidebar-image:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sidebar-image {
      margin-bottom: 80px; } }
  @media screen and (max-width: 1366px) {
    .sidebar-image {
      margin-bottom: 50px; } }
  .sidebar-image__wrap {
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .sidebar-image__wrap:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
  .sidebar-image__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background-size: cover;
    background-position: center;
    will-change: transform; }
  .sidebar-image__pattern {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-image: url("./../images/cross-pattern.png");
    background-size: 13px 13px;
    background-position: left bottom;
    background-repeat: repeat;
    backface-visibility: hidden; }
  @media screen and (max-width: 1366px) {
    .sidebar-image {
      max-width: 405px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0; }
      .sidebar-image__pattern {
        left: -40px;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .sidebar-image {
      max-width: 250px; } }

.sidebar-list {
  color: #474747;
  margin-bottom: 90px;
  max-width: 500px; }
  .sidebar-list:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sidebar-list {
      margin-bottom: 80px; } }
  @media screen and (max-width: 1366px) {
    .sidebar-list {
      margin-bottom: 50px; } }
  @media screen and (max-width: 1366px) {
    .sidebar-list {
      margin-left: auto;
      margin-right: auto; } }

.sidebar-posts {
  margin-bottom: 90px; }
  .sidebar-posts:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sidebar-posts {
      margin-bottom: 80px; } }
  @media screen and (max-width: 1366px) {
    .sidebar-posts {
      margin-bottom: 50px; } }
  .sidebar-posts__item {
    margin-bottom: 50px; }
    .sidebar-posts__item:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1366px) {
    .sidebar-posts {
      display: flex;
      flex-wrap: wrap;
      margin-right: -120px;
      margin-left: -90px; }
      .sidebar-posts__item {
        flex: 1 1 auto;
        max-width: calc(50% - 30px);
        margin-right: 30px; } }
  @media screen and (max-width: 768px) {
    .sidebar-posts {
      margin-right: 0;
      margin-left: 0;
      display: block; }
      .sidebar-posts__item {
        max-width: none;
        margin-right: 0;
        margin-bottom: 30px; } }

.sidebar-quote {
  margin-bottom: 90px; }
  .sidebar-quote:after {
    content: '';
    display: table;
    clear: both; }
  .sidebar-quote:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sidebar-quote {
      margin-bottom: 80px; } }
  @media screen and (max-width: 1366px) {
    .sidebar-quote {
      margin-bottom: 50px; } }
  @media screen and (max-width: 1366px) {
    .sidebar-quote {
      padding-left: 0;
      max-width: 550px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.sub-image {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px; }
  .sub-image:first-child {
    margin-top: 0; }
  .sub-image:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sub-image {
      margin-top: 90px;
      margin-bottom: 90px; } }
  @media screen and (max-width: 1366px) {
    .sub-image {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .sub-image__img-wrap {
    width: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .sub-image__img-wrap:after {
      content: '';
      display: block;
      padding-bottom: 62.5%; }
  .sub-image__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    will-change: transform; }
  .sub-image__pattern {
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -40px;
    width: 50%;
    height: 50%;
    background-image: url("./../images/cross-pattern.png");
    background-size: 13px 13px;
    background-repeat: repeat;
    background-position: top right; }
  .sub-image__caption {
    padding: 20px 0;
    text-align: right; }
  @media screen and (max-width: 2200px) {
    .sub-image__caption {
      padding: 15px 0; } }
  @media screen and (max-width: 1366px) {
    .sub-image {
      padding-top: 40px; }
      .sub-image__pattern {
        top: 0; } }
  @media screen and (max-width: 600px) {
    .sub-image {
      margin-left: -24px;
      margin-right: -24px; }
      .sub-image__pattern {
        width: 100%;
        height: 39px;
        right: 0;
        background-position: center top; }
      .sub-image__caption {
        padding: 15px; } }

.sub-lead-paragraph {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #2d2d2d;
  position: relative;
  padding: 25px 0;
  margin-bottom: 30px; }
  .sub-lead-paragraph,
  .sub-lead-paragraph > * {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.52381;
    letter-spacing: 0.01em; }
  .sub-lead-paragraph:last-child {
    margin-bottom: 0; }
  .sub-lead-paragraph--simple {
    padding: 0; }
    .sub-lead-paragraph--simple .sub-lead-paragraph__braket {
      display: none; }
  .sub-lead-paragraph__braket {
    position: absolute;
    top: 0;
    width: 13px;
    height: 100%;
    left: -55px;
    background-color: #fd8c40; }
    .sub-lead-paragraph__braket:before, .sub-lead-paragraph__braket:after {
      content: '';
      position: absolute;
      left: 0;
      width: 28px;
      height: 13px;
      background-color: #fd8c40; }
    .sub-lead-paragraph__braket:before {
      top: 0; }
    .sub-lead-paragraph__braket:after {
      bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sub-lead-paragraph,
    .sub-lead-paragraph > * {
      font-size: 19px; } }
  @media screen and (max-width: 768px) {
    .sub-lead-paragraph {
      padding-left: 40px; }
      .sub-lead-paragraph,
      .sub-lead-paragraph > * {
        font-size: 17px; }
      .sub-lead-paragraph__braket {
        left: 0;
        width: 11px;
        height: 100%; }
        .sub-lead-paragraph__braket:before, .sub-lead-paragraph__braket:after {
          width: 24px;
          height: 11px; }
      .sub-lead-paragraph--simple {
        padding-left: 0; } }

.sub-news {
  margin-top: 100px;
  margin-bottom: 100px; }
  .sub-news:first-child {
    margin-top: 0; }
  .sub-news:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sub-news {
      margin-top: 90px;
      margin-bottom: 90px; } }
  @media screen and (max-width: 1366px) {
    .sub-news {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .sub-news__item {
    margin-top: 55px;
    padding-right: 70px;
    padding-bottom: 55px;
    border-bottom: 1px solid #d1d1d1;
    color: #2d2d2d; }
    .sub-news__item:first-child {
      margin-top: 0; }
    .sub-news__item:last-child {
      border-bottom: 0; }
  .sub-news__meta {
    margin-bottom: 15px; }
  .sub-news__link {
    display: block;
    color: #fd8c40;
    text-decoration: underline;
    margin-bottom: 15px;
    transition: color .2s ease-out; }
    .sub-news__link:hover {
      color: #474747; }
  .sub-news__button {
    text-align: center;
    margin: 50px auto 0; }
  .sub-news__pagination {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .sub-news__pagination-button {
    flex: 0 0 auto; }
    .sub-news__pagination-button a {
      display: flex;
      align-items: center;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0.3em;
      font-family: "Replica-Bold", sans-serif;
      height: 60px;
      padding: 0 22px;
      color: #424242;
      border: 1px solid #ccccd0; }
    .sub-news__pagination-button:first-child {
      margin-right: auto; }
    .sub-news__pagination-button:ladt-child {
      margin-left: auto; }
  @media screen and (max-width: 2200px) {
    .sub-news__pagination-button a {
      font-size: 11px;
      height: 55px;
      padding: 0 22px; } }
  @media screen and (max-width: 768px) {
    .sub-news__pagination-button a {
      font-size: 10px;
      height: 50px;
      padding: 0 20px; } }
  @media screen and (max-width: 600px) {
    .sub-news__item {
      margin-top: 30px;
      padding-bottom: 30px;
      padding-right: 0; }
    .sub-news__link {
      padding-right: 30px; }
    .sub-news__button {
      margin: 30px auto 0; }
    .sub-news__pagination-button a {
      font-size: 9px;
      height: 40px;
      padding: 0 10px; } }

.sub-paragraph {
  margin-top: 60px;
  margin-bottom: 60px; }
  .sub-paragraph:first-child {
    margin-top: 0; }
  .sub-paragraph:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sub-paragraph {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 1366px) {
    .sub-paragraph {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .sub-paragraph--grey {
    position: relative;
    padding-bottom: 90px;
    padding-top: 90px; }
    .sub-paragraph--grey:before {
      content: '';
      position: absolute;
      z-index: -1;
      bottom: 0;
      right: -90px;
      width: 100vw;
      height: 100%;
      background-color: #f6f6f6; }
    .sub-paragraph--grey.sub-paragraph--has-title {
      padding-top: 0; }
      .sub-paragraph--grey.sub-paragraph--has-title:before {
        height: calc(100% - 78px); }
  .sub-paragraph__title {
    margin-bottom: 40px;
    padding-left: 10px; }
  @media screen and (max-width: 1600px) {
    .sub-paragraph--grey.sub-paragraph--has-title:before {
      height: calc(100% - 60px); } }
  @media screen and (max-width: 1366px) {
    .sub-paragraph--grey.sub-paragraph--has-title:before {
      height: calc(100% - 46px); }
    .sub-paragraph--grey:before {
      right: -140px; } }
  @media screen and (max-width: 768px) {
    .sub-paragraph--grey {
      padding-bottom: 60px;
      padding-top: 60px; }
      .sub-paragraph--grey:before {
        width: 150vw;
        height: 100%; }
      .sub-paragraph--grey.sub-paragraph--has-title:before {
        height: calc(100% - 38px); } }

.sub-quote {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 620px;
  margin: 0 auto; }
  .sub-quote:after {
    content: '';
    display: table;
    clear: both; }
  .sub-quote:first-child {
    margin-top: 0; }
  .sub-quote:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sub-quote {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 1366px) {
    .sub-quote {
      margin-top: 30px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 2200px) {
    .sub-quote {
      max-width: 540px; } }
  @media screen and (max-width: 1366px) {
    .sub-quote {
      padding-left: 0;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.sub-table {
  margin-top: 60px;
  margin-bottom: 60px; }
  .sub-table:first-child {
    margin-top: 0; }
  .sub-table:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sub-table {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 1366px) {
    .sub-table {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .sub-table__content {
    width: 100%;
    overflow-x: auto; }
  .sub-table table {
    min-width: 100%;
    border: 0;
    border-color: transparent;
    padding: 0;
    margin: 0; }
  .sub-table tr:nth-child(odd) {
    background-color: #f6f6f6; }
  .sub-table td {
    color: #474747;
    box-sizing: border-box;
    padding: 15px 20px 15px 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0em;
    font-family: "Space Mono", monospace;
    border-color: transparent;
    border-width: 0; }
    .sub-table td:nth-child(1) {
      width: 320px;
      padding-left: 20px;
      padding-right: 20px;
      text-transform: uppercase; }
  .content-post .sub-table--grey {
    position: relative;
    padding-bottom: 55px;
    padding-top: 55px; }
    .content-post .sub-table--grey > * {
      position: relative;
      z-index: 2; }
    .content-post .sub-table--grey:after {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: -90px;
      width: 100vw;
      height: 100%;
      background-color: #f6f6f6; }
    .content-post .sub-table--grey tr:nth-child(odd) {
      background-color: #FFF; }
  @media screen and (max-width: 2200px) {
    .sub-table td {
      font-size: 14px; } }
  @media screen and (max-width: 1600px) {
    .content-post .sub-table--grey:after {
      right: -50px; } }
  @media screen and (max-width: 1024px) {
    .sub-table td:nth-child(1) {
      width: auto;
      padding-right: 50px; } }
  @media screen and (max-width: 768px) {
    .content-post .sub-table--grey:before {
      width: 150vw;
      height: 100%; } }
  @media screen and (max-width: 600px) {
    .sub-table__content {
      min-width: 100%;
      width: auto;
      margin-left: -24px;
      margin-right: -24px; }
    .sub-table td {
      font-size: 13px;
      padding: 10px 20px 10px 0; }
      .sub-table td:nth-child(1) {
        width: auto; }
    .content-post .sub-table--grey {
      padding-bottom: 20px;
      padding-top: 40px; }
      .content-post .sub-table--grey:after {
        right: -24px; } }

.sub-video {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px; }
  .sub-video:first-child {
    margin-top: 0; }
  .sub-video:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 2200px) {
    .sub-video {
      margin-top: 90px;
      margin-bottom: 90px; } }
  @media screen and (max-width: 1366px) {
    .sub-video {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .sub-video__img-wrap {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: hidden; }
    .sub-video__img-wrap:after {
      content: '';
      display: block;
      padding-bottom: 56.25%; }
  .sub-video__img {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    will-change: transform; }
  .sub-video__iframe-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .sub-video__iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; }
  .sub-video__wrap {
    position: relative; }
    .sub-video__wrap.is-loaded .sub-video__img,
    .sub-video__wrap.is-loaded .sub-video__button {
      opacity: 0;
      pointer-events: none; }
    .sub-video__wrap.is-loaded .sub-video__button {
      transition: none; }
    .sub-video__wrap.is-loaded .sub-video__img {
      transition: opacity .5s ease-in-out; }
  .sub-video__pattern {
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -40px;
    width: 494px;
    height: 312px;
    background-image: url("./../images/cross-pattern.png");
    background-size: 13px 13px;
    background-repeat: repeat;
    background-position: top right; }
  .sub-video__caption {
    padding: 20px 0;
    text-align: right; }
  .sub-video__button {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  @media screen and (max-width: 2200px) {
    .sub-video__caption {
      padding: 15px 0; } }
  @media screen and (max-width: 1600px) {
    .sub-video__pattern {
      width: 364px;
      height: 312px; } }
  @media screen and (max-width: 1366px) {
    .sub-video {
      padding-top: 40px; }
      .sub-video__pattern {
        width: 494px;
        height: 312px; } }
  @media screen and (max-width: 1024px) {
    .sub-video__pattern {
      width: 364px;
      height: 260px; } }
  @media screen and (max-width: 600px) {
    .sub-video {
      margin-left: -24px;
      margin-right: -24px; }
      .sub-video__pattern {
        width: 100%;
        height: 39px;
        right: 0;
        background-position: center top; }
      .sub-video__caption {
        padding: 15px; } }











.block-card-shadow {
  padding: 100px 0 80px; display:flex;}
  @media screen and (max-width: 768px) {
    .block-card-shadow {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media screen and (max-width: 540px) {
    .block-card-shadow {
      -webkit-box-flex-direction: column-reverse;
      -moz-box-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 25px 0; } }
  .block-card-shadow .block-entry {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 42.50%;z-index:1;}
    @media screen and (max-width: 540px) {
      .block-card-shadow .block-entry {
        width: 100%;
        padding-top: 50px; } }
    .block-card-shadow .block-entry .inner {
      padding: 0 50px 0 100px; }
      @media screen and (max-width: 1024px) {
        .block-card-shadow .block-entry .inner {
          padding-left: 0; } }
      @media screen and (max-width: 768px) {
        .block-card-shadow .block-entry .inner {
          padding-right: 25px; } }
      @media screen and (max-width: 540px) {
        .block-card-shadow .block-entry .inner {
          padding: 0;
          text-align: left;
          margin-bottom: 30px; } }
    .block-card-shadow .block-entry .section-headline {
      margin-top: 100px; }
      @media screen and (max-width: 540px) {
        .block-card-shadow .block-entry .section-headline {
          margin-top: 0px; } }
    .block-card-shadow .block-entry p:last-child {
      margin-bottom: 0; }
  .block-card-shadow .block-picture {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 57.50%; }
    @media screen and (max-width: 540px) {
      .block-card-shadow .block-picture {
        width: 100%; } }
    .block-card-shadow .block-picture .picture {
      position: relative;
      margin: 0;
      padding: 0 30px 0 20px;
      height: 100%; }
      @media screen and (max-width: 540px) {
        .block-card-shadow .block-picture .picture {
          padding: 0 20px 0 0; } }
      .block-card-shadow .block-picture .picture .rev_clip {
        height: 100%;
        position: relative;
        z-index: 5; }
    .block-card-shadow .block-picture .box {
      position: absolute;
      top: 60px;
      right: 0;
      width: 83%;
      height: 100%;
      background-color: #d8d6e2;
      z-index: 0; }
      @media screen and (max-width: 540px) {
        .block-card-shadow .block-picture .box {
          display: none; } }
      .block-card-shadow .block-picture .box.wide {
        position: absolute;
        top: 60px;
        right: -80%;
        width: 140%; }
.post-im a:before,.post-image a:before,.post-image span:before,.jd-framework #menu-overlay * .portfolio-item a:before{content:'';position:absolute;top:14%;left:16%;right:16%;bottom:14%;background-color:rgba(81,93,102,.2);-webkit-box-shadow:0 0 0 10px #fff,0 0 0 212px rgba(255,255,255,.3);-moz-box-shadow:0 0 0 10px #fff,0 0 0 212px rgba(255,255,255,.3);box-shadow:0 0 0 10px #fff,0 0 0 212px rgba(255,255,255,.3);-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;-ms-transition:all .4s ease-out;transition:all .4s ease-out;z-index:3}@media only screen and (max-width:1439px){.post-im a:before,.post-image a:before,.post-image span:before,.jd-framework #menu-overlay * .portfolio-item a:before{-webkit-box-shadow:0 0 0 14px #fff,0 0 0 212px rgba(255,255,255,.3);-moz-box-shadow:0 0 0 14px #fff,0 0 0 212px rgba(255,255,255,.3);box-shadow:0 0 0 14px #fff,0 0 0 212px rgba(255,255,255,.3)}}


