.home {
  width: 100%;
  overflow-x: hidden; }
  .home section {
    position: relative; }
  .home .inner {
    max-width: 1390px;
    width: 90%;
    margin: 0 auto; }
  .home img {
    display: block;
    width: 100%;
    height: auto; }
  .home a.home-button {
    display: inline-block;
    padding: 25px 30px;
    font-size: 1.8em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
    border-radius: 10px;
    -webkit-transition: background 0.1s ease-out, color 0.1s ease-out;
    transition: background 0.1s ease-out, color 0.1s ease-out; }
    .home a.home-button.home-button-xl {
      padding: 30px 35px;
      font-size: 2.4em; }
    @media (max-width: 767px) {
      .home a.home-button {
        padding: 15px 20px;
        font-size: 1.6em; }
        .home a.home-button.home-button-xl {
          padding: 25px 30px;
          font-size: 1.8em; } }
    .home a.home-button:hover, .home a.home-button:focus {
      color: #fff;
      background: #1d1d1d; }
    .home a.home-button.home-button-white {
      color: #fff;
      border: 1px solid #fff; }
      .home a.home-button.home-button-white:hover, .home a.home-button.home-button-white:focus {
        color: #1d1d1d;
        background: #fff; }
    .home a.home-button i {
      margin-left: 15px;
      -webkit-transition: -webkit-transform 0.1s ease-out;
      transition: -webkit-transform 0.1s ease-out;
      transition: transform 0.1s ease-out;
      transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out; }
  .home h2.section-heading,
  .home h2.section-heading-repeat {
    position: relative;
    margin-bottom: 75px;
    font: 3em "Space Mono", monospace;
    letter-spacing: .75em;
    text-align: left;
    text-transform: uppercase;
    color: #1d1d1d;
    cursor: default; }
    @media (max-width: 767px) {
      .home h2.section-heading,
      .home h2.section-heading-repeat {
        margin-bottom: 25px;
        font-size: 1.8em;
        letter-spacing: .5em; } }
    .home h2.section-heading span,
    .home h2.section-heading-repeat span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 200%;
      height: 2px;
      margin-left: 20px;
      background: #1d1d1d;
      border-radius: 1px; }
  .home h2.section-heading-repeat {
    position: absolute;
    width: 6000px;
    height: 28px;
    top: 75px;
    left: -60px;
    font-size: 2.6em;
    line-height: 1em;
    overflow: hidden; }
    @media (max-width: 767px) {
      .home h2.section-heading-repeat {
        top: 50px;
        font-size: 2em; } }
  .home #home-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .home #home-banner video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 101%;
      height: 101%;
      -o-object-fit: cover;
         object-fit: cover; }
    .home #home-banner .inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; }
      .home #home-banner .inner #home-banner-img {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 100px 0;
        visibility: hidden; }
        @media (max-width: 767px) {
          .home #home-banner .inner #home-banner-img {
            padding: 50px 0; } }
      .home #home-banner .inner #home-banner-post {
        visibility: hidden;
        padding-bottom: 100px; }
        @media (max-width: 767px) {
          .home #home-banner .inner #home-banner-post {
            padding-bottom: 50px; } }
    .home #home-banner h2 {
      margin: 0 0 50px;
      font: 4em/1.4em "Space Mono", monospace;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 1124px) {
        .home #home-banner h2 {
          font-size: 3em; } }
      @media (max-width: 767px) {
        .home #home-banner h2 {
          margin: 0 0 25px;
          font-size: 2em; } }
  .home #home-news {
    width: 100%;
    padding: 178px 0 75px;
    background: #1d1d1d;
    overflow: hidden; }
    @media (max-width: 767px) {
      .home #home-news {
        padding: 110px 0 50px; } }
    .home #home-news h2.section-heading-repeat {
      color: #fff; }
    .home #home-news #home-news-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 75px;
      margin-bottom: 75px;
      text-align: left; }
      @media (max-width: 1023px) {
        .home #home-news #home-news-content {
          margin-bottom: 50px; } }
      @media (max-width: 767px) {
        .home #home-news #home-news-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 25px; } }
      .home #home-news #home-news-content h3 {
        font: 7em/1em "Space Mono", monospace;
        text-transform: uppercase;
        color: #a7a8a7; }
        @media (max-width: 1124px) {
          .home #home-news #home-news-content h3 {
            font-size: 5em; } }
        @media (max-width: 1023px) {
          .home #home-news #home-news-content h3 {
            font-size: 3em; } }
        .home #home-news #home-news-content h3 strong {
          color: #fff; }
      .home #home-news #home-news-content a img {
        -webkit-transition: opacity 0.1s ease-out;
        transition: opacity 0.1s ease-out; }
        .home #home-news #home-news-content a img:hover, .home #home-news #home-news-content a img:focus {
          opacity: .5; }
  .home #home-posters {
    padding: 75px 0;
    background: #fff;
    overflow: hidden; }
    @media (max-width: 767px) {
      .home #home-posters {
        padding: 50px 0; } }
    .home #home-posters #posters-slider {
      position: relative;
      margin-bottom: 75px; }
      @media (max-width: 767px) {
        .home #home-posters #posters-slider {
          margin-bottom: 50px; } }
      .home #home-posters #posters-slider .slick-list {
        margin-right: 150px; }
        @media (max-width: 767px) {
          .home #home-posters #posters-slider .slick-list {
            margin-right: 100px; } }
      .home #home-posters #posters-slider .slick-prev {
        display: none !important; }
      .home #home-posters #posters-slider .slick-next {
        position: absolute;
        top: 50%;
        right: 0 !important;
        padding: 0;
        -webkit-transform: translateY(-110px);
                transform: translateY(-110px);
        background: transparent;
        border: 0;
        cursor: pointer; }
        .home #home-posters #posters-slider .slick-next img {
          width: 100px;
          height: auto; }
        @media (max-width: 767px) {
          .home #home-posters #posters-slider .slick-next {
            -webkit-transform: translateY(-77px);
                    transform: translateY(-77px); }
            .home #home-posters #posters-slider .slick-next img {
              width: 60px;
              height: auto; } }
      .home #home-posters #posters-slider .slick-prev {
        left: -30px; }
        @media (max-width: 1124px) {
          .home #home-posters #posters-slider .slick-prev {
            left: -20px; } }
        @media (max-width: 767px) {
          .home #home-posters #posters-slider .slick-prev {
            left: -10px; } }
      .home #home-posters #posters-slider .slick-next {
        right: -30px; }
        @media (max-width: 1124px) {
          .home #home-posters #posters-slider .slick-next {
            right: -20px; } }
        @media (max-width: 767px) {
          .home #home-posters #posters-slider .slick-next {
            right: -10px; } }
      .home #home-posters #posters-slider .slick-slide {
        margin: 0 10px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box; }
  .home #home-blog {
    width: 100%;
    padding: 178px 0 75px;
    background: #3f4040;
    overflow: hidden; }
    @media (max-width: 767px) {
      .home #home-blog {
        padding: 110px 0 50px; } }
    .home #home-blog h2.section-heading-repeat {
      color: #fff; }
      .home #home-blog h2.section-heading-repeat span {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        height: 2px;
        margin-left: calc(-100% - 120px);
        background: #fff;
        border-radius: 1px; }
    .home #home-blog #home-blog-posts {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 1px;
      margin-bottom: 75px; }
      @media (max-width: 767px) {
        .home #home-blog #home-blog-posts {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 25px;
          margin-bottom: 50px; } }
      .home #home-blog #home-blog-posts article {
        width: 33.3333333333%; }
        @media (max-width: 767px) {
          .home #home-blog #home-blog-posts article {
            width: 100%; } }
        .home #home-blog #home-blog-posts article a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: 100%;
          text-decoration: none;
          background: #1d1d1d;
          -webkit-transition: -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
          transition: -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
          transition: box-shadow 0.1s ease-out, transform 0.1s ease-out;
          transition: box-shadow 0.1s ease-out, transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out; }
          .home #home-blog #home-blog-posts article a:hover, .home #home-blog #home-blog-posts article a:focus {
            -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
                    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
            -webkit-transform: scale(105%);
                    transform: scale(105%); }
          .home #home-blog #home-blog-posts article a span {
            display: block;
            padding: 50px;
            -webkit-box-flex: 4;
               -moz-box-flex: 4;
                -ms-flex-positive: 4;
                    flex-grow: 4; }
            @media (max-width: 1124px) {
              .home #home-blog #home-blog-posts article a span {
                padding: 30px; } }
          .home #home-blog #home-blog-posts article a h3 {
            font-size: 2em;
            line-height: 1.4em;
            text-align: left;
            color: #fff; }
            @media (max-width: 1023px) {
              .home #home-blog #home-blog-posts article a h3 {
                font-size: 1.8em; } }
          .home #home-blog #home-blog-posts article a img {
            display: block;
            width: 100%;
            height: auto; }
            @media (max-width: 767px) {
              .home #home-blog #home-blog-posts article a img {
                -webkit-box-ordinal-group: 0;
                   -moz-box-ordinal-group: 0;
                    -ms-flex-order: -1;
                        order: -1; } }
  .home #home-sessions {
    padding: 75px 0;
    background: #1d1d1d;
    overflow: hidden; }
    @media (max-width: 767px) {
      .home #home-sessions {
        padding: 50px 0; } }
    .home #home-sessions h2.section-heading {
      color: #fff; }
      .home #home-sessions h2.section-heading span {
        background: #fff; }
    .home #home-sessions #home-sessions-posts {
      margin-bottom: 75px; }
      @media (max-width: 767px) {
        .home #home-sessions #home-sessions-posts {
          margin-bottom: 50px; } }
      .home #home-sessions #home-sessions-posts article {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 1px;
        background: #fff; }
        @media (max-width: 767px) {
          .home #home-sessions #home-sessions-posts article {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .home #home-sessions #home-sessions-posts article:not(:last-of-type) {
              margin-bottom: 25px; } }
        .home #home-sessions #home-sessions-posts article #home-sessions-details {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 0 100px;
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box; }
          @media (max-width: 1124px) {
            .home #home-sessions #home-sessions-posts article #home-sessions-details {
              padding: 50px; } }
          @media (max-width: 1023px) {
            .home #home-sessions #home-sessions-posts article #home-sessions-details {
              padding: 30px; } }
          @media (max-width: 767px) {
            .home #home-sessions #home-sessions-posts article #home-sessions-details {
              width: 100%;
              padding: 25px; } }
          .home #home-sessions #home-sessions-posts article #home-sessions-details h3 {
            margin-bottom: 10px;
            font: 4em "Space Mono", monospace;
            letter-spacing: .1em;
            text-align: left;
            text-transform: uppercase; }
            @media (max-width: 1124px) {
              .home #home-sessions #home-sessions-posts article #home-sessions-details h3 {
                font-size: 3em; } }
          .home #home-sessions #home-sessions-posts article #home-sessions-details p {
            margin-bottom: 5px;
            font-size: 2em;
            text-align: left; }
            @media (max-width: 1124px) {
              .home #home-sessions #home-sessions-posts article #home-sessions-details p {
                font-size: 1.8em; } }
          .home #home-sessions #home-sessions-posts article #home-sessions-details .home-button {
            margin-top: 20px; }
        .home #home-sessions #home-sessions-posts article #home-sessions-thumbnail {
          width: 50%;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          overflow: hidden; }
          @media (max-width: 767px) {
            .home #home-sessions #home-sessions-posts article #home-sessions-thumbnail {
              -webkit-box-ordinal-group: 0;
                 -moz-box-ordinal-group: 0;
                  -ms-flex-order: -1;
                      order: -1;
              width: 100%; } }
          .home #home-sessions #home-sessions-posts article #home-sessions-thumbnail img {
            -webkit-transform: scale(140%);
                    transform: scale(140%); }
