@charset "UTF-8";
/* #Breakpoints
================================================== */
@keyframes sound {
  0% {
    opacity: 1;
    height: 1px; }
  100% {
    opacity: 1;
    height: 16px; } }

.home {
  background: #fff;
  position: relative; }
  @media (max-width: 1052px) {
    .home {
      overflow: hidden; } }
  .home .shadow {
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1); }
  .home .background-text {
    opacity: 0.02; }
  .home .square-array {
    position: absolute;
    left: 10%;
    z-index: 0;
    top: -100px;
    opacity: 0.1; }
    @media (max-width: 1052px) {
      .home .square-array {
        top: -202px; } }
  .home .horizontal-squares {
    position: absolute;
    right: -80px;
    bottom: -20px;
    z-index: 0;
    opacity: 0.1;
    transform: rotate(90deg); }
  .home .vertical-squares {
    position: absolute;
    left: 20%;
    bottom: -180px;
    z-index: 0;
    opacity: 0.1; }
    @media (max-width: 1052px) {
      .home .vertical-squares {
        left: auto;
        right: 10%;
        bottom: -202px; } }
  .home .three-up-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 160px 100px 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 1052px) {
      .home .three-up-container {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 0px;
        padding: 30px 0 0; } }
    .home .three-up-container .card {
      width: 31%;
      max-width: 457px;
      border: 1px solid rgba(74, 74, 74, 0.2);
      text-align: center;
      position: relative;
      padding: 50px 40px 40px 40px;
      z-index: 3; }
      @media (max-width: 1052px) {
        .home .three-up-container .card {
          width: 100%;
          border: none;
          padding: 30px 30px 35px 30px; } }
      .home .three-up-container .card h2 {
        font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue";
        color: #1c1c1c;
        text-transform: uppercase;
        line-height: 1;
        font-size: 30px;
        margin-bottom: 28px; }
        @media (max-width: 1052px) {
          .home .three-up-container .card h2 {
            margin-bottom: 20px; } }
      .home .three-up-container .card p {
        font-family: "Source Sans Pro Regular", monospace;
        color: #1c1c1c;
        line-height: 1.6;
        font-size: 14px; }
      .home .three-up-container .card .link {
        text-decoration: none;
        color: #1c1c1c;
        font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 12px;
        padding: 10px;
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        cursor: pointer; }
      .home .three-up-container .card.card2 {
        margin-top: 80px; }
        @media (max-width: 1052px) {
          .home .three-up-container .card.card2 {
            margin-top: 0; } }
      .home .three-up-container .card.card3 {
        margin-top: 160px; }
        @media (max-width: 1052px) {
          .home .three-up-container .card.card3 {
            margin-top: 0; } }
  .home img {
    max-width: 100%;
    max-height: 100%; }
  .home a {
    color: #272727;
    text-decoration: none; }
  .home .flex-container-rows {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    position: relative;
    padding: 80px 100px 180px; }
    @media (max-width: 1052px) {
      .home .flex-container-rows {
        flex-direction: column;
        padding-bottom: 0;
        padding: 80px 0 0; } }
  .home .row-container-1 {
    width: 65%;
    height: 100%;
    margin: 0 auto; }
    @media (max-width: 1052px) {
      .home .row-container-1 {
        width: 100%; } }
  .home .row-container-2 {
    width: 32%;
    height: 100%;
    margin: 0 auto; }
    @media (max-width: 1052px) {
      .home .row-container-2 {
        width: 100%; } }
  .home .flex-container-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
  .home .sidebar-wrapper {
    display: flex;
    flex-direction: column; }
    @media (max-width: 1052px) {
      .home .sidebar-wrapper {
        flex-direction: column-reverse;
        padding-top: 30px; } }
  .home .video-container {
    width: 100%;
    max-width: 950px;
    margin-bottom: 10px;
    position: relative; }
    .home .video-container .video-bg {
      height: 420px;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
    .home .video-container .play-button {
      display: block;
      position: absolute;
      left: 4%;
      bottom: -40px;
      color: #d60925; }
    @media (max-width: 1052px) {
      .home .video-container .video-bg {
        height: 240px; }
      .home .video-container .play-button {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center; } }
  .home .video_card-bottom {
    width: 100%;
    background-color: #fff; }
    .home .video_card-bottom .card-text-container {
      padding: 66px 25% 50px 32px; }
    .home .video_card-bottom h2 {
      font-size: 25px;
      margin-bottom: 10px;
      line-height: 1; }
    .home .video_card-bottom i {
      color: #d60925;
      margin: 10px;
      display: inline-block; }
    .home .video_card-bottom p {
      line-height: 1.5; }
    @media (max-width: 1052px) {
      .home .video_card-bottom .card-text-container {
        padding: 29px 15px; }
      .home .video_card-bottom h2 {
        font-size: 20px; }
      .home .video_card-bottom i {
        display: none; } }
  .home .boxes-container {
    margin-top: 30px; }
    .home .boxes-container .hover-box {
      display: inline-block;
      width: 49%;
      height: 530px;
      position: relative;
      overflow: hidden;
      background: #242424; }
      .home .boxes-container .hover-box:last-child {
        margin-left: 2%; }
        @media (max-width: 1052px) {
          .home .boxes-container .hover-box:last-child {
            margin-left: 0; } }
      .home .boxes-container .hover-box .bg-image {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transition: 0.3s filter ease-out; }
      .home .boxes-container .hover-box .text {
        position: relative;
        top: 30%;
        text-align: center;
        padding: 0 18px;
        transition: 0.3s top ease-out; }
        .home .boxes-container .hover-box .text .flag {
          background-color: #fff;
          padding: 3px 21px;
          text-align: center;
          display: inline-block;
          margin-bottom: 17px; }
          .home .boxes-container .hover-box .text .flag span {
            font-family: "Source Sans Pro Regular", monospace;
            letter-spacing: 1px;
            text-transform: uppercase; }
        .home .boxes-container .hover-box .text h2 {
          font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
          color: #fff;
          text-transform: uppercase;
          font-size: 39px; }
        .home .boxes-container .hover-box .text .link {
          position: relative;
          padding: 8px 18px;
          display: inline-block;
          color: #fceeb8;
          text-transform: uppercase;
          text-align: center;
          font-family: "Source Sans Pro Regular", monospace;
          font-size: 14px;
          letter-spacing: 0.8px;
          margin-top: 20px;
          transition: 0.3s padding ease-out;
          cursor: pointer; }
          .home .boxes-container .hover-box .text .link .bracket {
            position: absolute; }
            .home .boxes-container .hover-box .text .link .bracket.top-left {
              border-top: 1px solid #fff;
              border-left: 1px solid #fff;
              height: 6px;
              width: 6px;
              top: 0;
              left: 0; }
            .home .boxes-container .hover-box .text .link .bracket.top-right {
              border-top: 1px solid #fff;
              border-right: 1px solid #fff;
              height: 6px;
              width: 6px;
              top: 0;
              right: 0; }
            .home .boxes-container .hover-box .text .link .bracket.bottom-right {
              border-bottom: 1px solid #fff;
              border-right: 1px solid #fff;
              height: 6px;
              width: 6px;
              bottom: 0;
              right: 0; }
            .home .boxes-container .hover-box .text .link .bracket.bottom-left {
              border-bottom: 1px solid #fff;
              border-left: 1px solid #fff;
              height: 6px;
              width: 6px;
              bottom: 0;
              left: 0; }
          .home .boxes-container .hover-box .text .link:hover {
            padding: 8px 24px; }
      .home .boxes-container .hover-box .hover-img {
        width: 315px;
        position: absolute;
        bottom: -100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: 0.5s bottom ease-out;
        text-align: center; }
      @media (min-width: 1025px) {
        .home .boxes-container .hover-box:hover .bg-image {
          filter: brightness(0.4) blur(1px); }
        .home .boxes-container .hover-box:hover .text {
          top: 9%; }
        .home .boxes-container .hover-box:hover .hover-img {
          bottom: -20px; } }
      @media (max-width: 1052px) {
        .home .boxes-container .hover-box {
          display: block;
          width: 100%;
          height: 360px;
          margin: 10px 0px; }
          .home .boxes-container .hover-box .hover-img {
            width: 200px; } }
  .home .social-sidebar {
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1);
    max-height: 760px;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .home .social-sidebar .social-title {
      display: none; }
    .home .social-sidebar .social-icons {
      margin: 0px auto;
      padding-top: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      width: 80%;
      text-align: center; }
      .home .social-sidebar .social-icons .icon {
        display: inline-block;
        margin: 0;
        font-size: 12px; }
        .home .social-sidebar .social-icons .icon a {
          padding: 15px;
          display: block;
          transition: 0.25s color ease; }
          .home .social-sidebar .social-icons .icon a:hover {
            color: #d60925; }
    .home .social-sidebar .social-posts {
      overflow-y: auto;
      padding-top: 20px; }
      @media (max-width: 1052px) {
        .home .social-sidebar .social-posts {
          overflow-y: initial;
          display: flex;
          flex-flow: row wrap;
          justify-content: space-evenly; }
          .home .social-sidebar .social-posts > * {
            flex-shrink: 0;
            flex-grow: 0; } }
      .home .social-sidebar .social-posts .post {
        margin: 0 auto 20px;
        overflow: hidden;
        display: block;
        position: relative;
        width: 85%; }
        .home .social-sidebar .social-posts .post .post-dummy {
          margin-top: 100%; }
        @media (max-width: 1052px) {
          .home .social-sidebar .social-posts .post {
            max-width: calc((100vw - (5 * 15px)) / 4);
            margin: 0 0 15px; } }
        @media (max-width: 840px) {
          .home .social-sidebar .social-posts .post {
            max-width: calc((100vw - (4 * 15px)) / 3); } }
        @media (max-width: 420px) {
          .home .social-sidebar .social-posts .post {
            max-width: calc((100vw - (3 * 15px)) / 2); } }
        .home .social-sidebar .social-posts .post.post-fb figcaption:after {
          content: ""; }
        .home .social-sidebar .social-posts .post.post-ig figcaption:after {
          content: ""; }
        .home .social-sidebar .social-posts .post figure {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
          .home .social-sidebar .social-posts .post figure img {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
            margin: auto;
            left: -9999px;
            right: -9999px; }
          .home .social-sidebar .social-posts .post figure figcaption {
            position: absolute;
            display: block;
            overflow: hidden;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
            .home .social-sidebar .social-posts .post figure figcaption span.post-date {
              display: block;
              position: absolute;
              top: calc(100% - 2.5em);
              right: 3em;
              line-height: 2em;
              text-align: right;
              color: #f8f8f8; }
            .home .social-sidebar .social-posts .post figure figcaption:after {
              position: absolute;
              top: calc(100% - 1.25em);
              right: 0.25em;
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: 2em;
              width: 1em;
              height: 1em;
              text-align: center;
              line-height: 1em;
              color: #f8f8f8; }
            .home .social-sidebar .social-posts .post figure figcaption:after, .home .social-sidebar .social-posts .post figure figcaption span.post-date {
              transition: text-shadow 0.028s ease-out 0.372s, color 0.028s ease-out 0.372s, top 0.372s ease-out 0s;
              text-shadow: #000 0 0 3px; }
            .home .social-sidebar .social-posts .post figure figcaption div.post-message-box {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              clip-path: inset(100% -1px -1px -1px);
              transition: clip-path 0.4s ease-out 0s; }
              .home .social-sidebar .social-posts .post figure figcaption div.post-message-box div.post-message {
                overflow-y: auto;
                background: #fff;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                padding: 3em 10px 10px;
                opacity: 0.9; }
          .home .social-sidebar .social-posts .post figure:hover figcaption:after, .home .social-sidebar .social-posts .post figure:focus figcaption:after, .home .social-sidebar .social-posts .post figure.open figcaption:after {
            top: 0.25em;
            color: #272727; }
          .home .social-sidebar .social-posts .post figure:hover figcaption span.post-date, .home .social-sidebar .social-posts .post figure:focus figcaption span.post-date, .home .social-sidebar .social-posts .post figure.open figcaption span.post-date {
            top: 0.5em;
            color: #777777; }
          .home .social-sidebar .social-posts .post figure:hover figcaption:after,
          .home .social-sidebar .social-posts .post figure:hover figcaption span.post-date, .home .social-sidebar .social-posts .post figure:focus figcaption:after,
          .home .social-sidebar .social-posts .post figure:focus figcaption span.post-date, .home .social-sidebar .social-posts .post figure.open figcaption:after,
          .home .social-sidebar .social-posts .post figure.open figcaption span.post-date {
            transition: text-shadow 0.124s ease-in 0s, color 0.124s ease-in 0s, top 0.276s ease-in 0.124s;
            text-shadow: #000 0 0 0; }
          .home .social-sidebar .social-posts .post figure:hover figcaption div.post-message-box, .home .social-sidebar .social-posts .post figure:focus figcaption div.post-message-box, .home .social-sidebar .social-posts .post figure.open figcaption div.post-message-box {
            clip-path: inset(-1px -1px);
            transition-timing-function: ease-in; }
    .home .social-sidebar .social-user {
      display: inline-flex;
      width: 100%; }
      .home .social-sidebar .social-user .user-name {
        margin-left: 15px; }
        .home .social-sidebar .social-user .user-name h3 {
          font-family: "Helvetica Neue Regular", "Helvetica", "Arial", "sans-serif";
          color: #1c1c1c;
          font-size: 16px;
          line-height: 1.2; }
        .home .social-sidebar .social-user .user-name p {
          font-family: "Source Sans Pro Light", monospace;
          color: #4a4a4a;
          font-size: 14px; }
    .home .social-sidebar .post-img {
      margin-top: 18px; }
    .home .social-sidebar .avatar {
      width: 50px;
      height: 50px; }
    .home .social-sidebar .social-expand {
      padding: 25px 0px;
      text-align: center;
      color: #272727; }
    @media (max-width: 1052px) {
      .home .social-sidebar {
        margin-top: 30px;
        max-height: initial; }
        .home .social-sidebar .social-title {
          display: block;
          color: #272727;
          text-transform: uppercase;
          text-align: center;
          font-size: 19px;
          font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue";
          padding-bottom: 0px;
          padding-top: 30px;
          letter-spacing: 0.8px; }
        .home .social-sidebar .social-icons {
          padding-top: 17px; }
        .home .social-sidebar .social-post {
          border-bottom: none; }
          .home .social-sidebar .social-post.display-mobile {
            display: block; }
        .home .social-sidebar .social-expand {
          display: none; } }
  .home .events-sidebar {
    width: 100%;
    background: #fff;
    padding: 27px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1); }
    .home .events-sidebar h2 {
      color: #272727;
      text-transform: uppercase;
      text-align: center;
      font-size: 24px;
      font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue";
      padding-bottom: 30px;
      letter-spacing: 0.8px; }
    .home .events-sidebar .event h3 {
      font-family: "Helvetica Neue Regular", "Helvetica", "Arial", "sans-serif";
      color: #272727;
      line-height: 1.5;
      font-size: 20px; }
    .home .events-sidebar .event p {
      padding: 18px 0px; }
    .home .events-sidebar .event .event-img {
      width: 100%; }
    .home .events-sidebar .see-all {
      font-family: "Helvetica Neue Light";
      color: #272727;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 3px;
      font-size: 11px;
      padding: 26px 0px;
      display: block;
      margin: 0 auto; }
    @media (max-width: 1052px) {
      .home .events-sidebar h2 {
        font-size: 22px;
        padding-bottom: 20px; }
      .home .events-sidebar .event h3 {
        line-height: 1; }
      .home .events-sidebar .see-all {
        letter-spacing: 2px;
        font-size: 13px; } }
#recommended_systems_modal .box {
  width: 47%;
  height: 285px;
  float: left;
  margin: 10px;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1052px) {
    #recommended_systems_modal .box {
      width: 100%;
      float: none;
      height: 150px; } }
  #recommended_systems_modal .box h2 {
    color: #fff; }
    @media (max-width: 1052px) {
      #recommended_systems_modal .box h2 {
        font-size: 20px !important; } }
  #recommended_systems_modal .box .text {
    position: relative;
    top: 30%;
    text-align: center;
    padding: 0 18px;
    transition: 0.3s top ease-out; }
    @media (max-width: 1052px) {
      #recommended_systems_modal .box .text {
        top: 15%; } }
    #recommended_systems_modal .box .text h2 {
      font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
      color: #fff;
      text-transform: uppercase;
      font-size: 39px; }
      @media (max-width: 1052px) {
        #recommended_systems_modal .box .text h2 {
          font-size: 29px; } }
  #recommended_systems_modal .box .link {
    position: relative;
    padding: 8px 18px;
    display: inline-block;
    color: #fceeb8;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: "Source Sans Pro Regular", monospace;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-top: 20px;
    transition: 0.3s padding ease-out;
    cursor: pointer; }
    #recommended_systems_modal .box .link .bracket {
      position: absolute; }
      #recommended_systems_modal .box .link .bracket.top-left {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        height: 6px;
        width: 6px;
        top: 0;
        left: 0; }
      #recommended_systems_modal .box .link .bracket.top-right {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        height: 6px;
        width: 6px;
        top: 0;
        right: 0; }
      #recommended_systems_modal .box .link .bracket.bottom-right {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        height: 6px;
        width: 6px;
        bottom: 0;
        right: 0; }
      #recommended_systems_modal .box .link .bracket.bottom-left {
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        height: 6px;
        width: 6px;
        bottom: 0;
        left: 0; }
    #recommended_systems_modal .box .link:hover {
      padding: 8px 24px; }

@media (max-width: 1052px) {
  .youtube {
    display: none !important; } }

.youtube-mobile {
  display: none !important; }
  @media (max-width: 1052px) {
    .youtube-mobile {
      display: block !important; } }

/* #Breakpoints
================================================== */
@keyframes sound {
  0% {
    opacity: 1;
    height: 1px; }
  100% {
    opacity: 1;
    height: 16px; } }

@font-face {
  font-family: 'Zuume';
  src: url(/static/fonts/zuume/Zuume-Bold.otf?e0680f63c3d1) format("opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Zuume';
  src: url(/static/fonts/zuume/Zuume-BoldItalic.otf?e0680f63c3d1) format("opentype");
  font-weight: bold;
  font-style: italic; }

#home-carousel {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 0.07em;
  line-height: 1.28em;
  font-family: "Zuume";
  font-weight: bold;
  z-index: 1; }
  @media (min-width: 320px) {
    #home-carousel {
      font-size: calc(18px + 7 * (100vw - 320px) / 1280); } }
  @media (min-width: 1600px) {
    #home-carousel {
      font-size: 25px; } }
  #home-carousel .wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    #home-carousel .wrapper .slide {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      visibility: hidden; }
      #home-carousel .wrapper .slide:first-child {
        visibility: visible;
        opacity: 1; }
      #home-carousel .wrapper .slide div.slide-controls {
        position: relative;
        font-size: 0.56em;
        line-height: 1em;
        top: 50%;
        display: flex;
        transform: translateY(-50%);
        justify-content: space-between;
        align-items: center; }
        .userway-s3-2 #home-carousel .wrapper .slide div.slide-controls, .userway-s3-3 #home-carousel .wrapper .slide div.slide-controls, .userway-s3-4 #home-carousel .wrapper .slide div.slide-controls {
          background: none !important; }
        #home-carousel .wrapper .slide div.slide-controls div.slide-next,
        #home-carousel .wrapper .slide div.slide-controls div.slide-previous {
          visibility: hidden;
          position: relative;
          writing-mode: vertical-rl;
          white-space: nowrap;
          padding: 3.21em 0 3.21em 0.57em;
          z-index: 1; }
          #home-carousel .wrapper .slide div.slide-controls div.slide-next a.slide-link,
          #home-carousel .wrapper .slide div.slide-controls div.slide-previous a.slide-link {
            background-color: transparent; }
        #home-carousel .wrapper .slide div.slide-controls .slide-next-background,
        #home-carousel .wrapper .slide div.slide-controls .slide-previous-background {
          position: absolute;
          background: #fff;
          top: 0;
          bottom: 0;
          width: calc(2 * 0.57em + 1em);
          opacity: 0.75;
          visibility: hidden; }
          .userway-s3-2 #home-carousel .wrapper .slide div.slide-controls .slide-next-background, .userway-s3-3 #home-carousel .wrapper .slide div.slide-controls .slide-next-background, .userway-s3-4 #home-carousel .wrapper .slide div.slide-controls .slide-next-background, .userway-s3-2 #home-carousel .wrapper .slide div.slide-controls .slide-previous-background, .userway-s3-3 #home-carousel .wrapper .slide div.slide-controls .slide-previous-background, .userway-s3-4 #home-carousel .wrapper .slide div.slide-controls .slide-previous-background {
            opacity: 1 !important; }
        #home-carousel .wrapper .slide div.slide-controls .slide-next-background {
          right: 0; }
        #home-carousel .wrapper .slide div.slide-controls .slide-arrow {
          visibility: hidden;
          position: absolute;
          background: url(/static/images/home/dotted_arrow.png?e0680f63c3d1) center no-repeat;
          width: 1em;
          height: 1em;
          background-size: cover; }
          #home-carousel .wrapper .slide div.slide-controls .slide-arrow.slide-next-arrow {
            right: 0.5em; }
          #home-carousel .wrapper .slide div.slide-controls .slide-arrow.slide-previous-arrow {
            left: 0.5em;
            transform: rotate(180deg); }
          #home-carousel .wrapper .slide div.slide-controls .slide-arrow.slide-arrow-top {
            top: 0.87em; }
          #home-carousel .wrapper .slide div.slide-controls .slide-arrow.slide-arrow-bottom {
            bottom: 0.87em; }
        #home-carousel .wrapper .slide div.slide-controls .slide-next {
          transform: rotate(180deg); }
      #home-carousel .wrapper .slide video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        width: 100%;
        height: 100%;
        display: block; }
      #home-carousel .wrapper .slide div.content {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        color: #fff;
        font-family: "Zuume";
        font-weight: bold;
        width: 35%;
        text-align: center; }
        .userway-s3-2 #home-carousel .wrapper .slide div.content, .userway-s3-3 #home-carousel .wrapper .slide div.content, .userway-s3-4 #home-carousel .wrapper .slide div.content {
          background: none !important; }
        #home-carousel .wrapper .slide div.content .content-inner {
          padding: 0.88em 1.08em;
          margin-bottom: 0.88em; }
        #home-carousel .wrapper .slide div.content h2.title {
          font-family: "Zuume";
          color: #fff;
          font-size: 3.3em;
          letter-spacing: 0.03em;
          line-height: 1.03em;
          margin-bottom: 0.3em; }
          #home-carousel .wrapper .slide div.content h2.title .split-text {
            line-height: 0.5em; }
            #home-carousel .wrapper .slide div.content h2.title .split-text .split-word {
              display: inline-block;
              line-height: 0.5em; }
              #home-carousel .wrapper .slide div.content h2.title .split-text .split-word .split-letter {
                position: relative;
                color: transparent !important;
                display: inline-block;
                text-align: center; }
                #home-carousel .wrapper .slide div.content h2.title .split-text .split-word .split-letter span.locked {
                  visibility: hidden;
                  position: absolute;
                  top: 0;
                  left: 0;
                  height: 100%;
                  width: 100%;
                  color: #fff;
                  display: block;
                  vertical-align: top;
                  text-align: center;
                  line-height: 100%;
                  transform-origin: top center;
                  text-shadow: rgba(0, 0, 0, 0.3) 0 2px 0.1em; }
              #home-carousel .wrapper .slide div.content h2.title .split-text .split-word div {
                display: inline-block; }
        #home-carousel .wrapper .slide div.content .description {
          visibility: hidden;
          text-shadow: rgba(0, 0, 0, 0.4) 0 2px 0.1em; }
        #home-carousel .wrapper .slide div.content .link-box {
          position: relative;
          display: inline-block;
          padding: 0.25em 2.2em; }
          #home-carousel .wrapper .slide div.content .link-box .link-background {
            visibility: hidden;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #fff; }
          #home-carousel .wrapper .slide div.content .link-box a {
            visibility: hidden;
            position: relative;
            display: block;
            font-style: italic;
            font-size: 1.1em;
            line-height: 1.4em;
            color: #2b2b2b;
            background-color: #fff; }
  #home-carousel .controls {
    position: absolute;
    z-index: 5;
    bottom: 1.63em;
    right: 0.625em;
    text-align: right; }
    #home-carousel .controls > * {
      display: inline-block;
      visibility: hidden;
      color: #fff;
      font-family: "Zuume";
      font-weight: bold;
      font-size: 1.08em;
      letter-spacing: 0.2em;
      font-style: italic; }
    #home-carousel .controls .active-indicator {
      position: absolute;
      width: 1em;
      height: 2px;
      background: #fff;
      left: -.1em;
      bottom: -0.4em;
      transform: translateX(-3em); }

/* For mobile widths */
.initial-state {
  text-align: center; }
  .initial-state .mobile-logo svg {
    margin: 50px auto;
    width: 43px;
    height: 43px; }
    .initial-state .mobile-logo svg path {
      fill: #d60925; }
  .initial-state .arrow {
    margin-bottom: 50px; }
    .initial-state .arrow svg {
      transform: rotate(180deg); }
  .initial-state .h0 {
    text-transform: uppercase;
    margin-bottom: 30px; }
  .initial-state h2 {
    text-transform: uppercase;
    margin-bottom: 30px; }
  .initial-state p {
    margin-bottom: 50px; }

.home-carousel-mobile {
  margin-bottom: 30px;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1); }

.home-carousel-mobile-ctas {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px; }
  .home-carousel-mobile-ctas .item {
    width: 50%;
    padding: .5em;
    box-sizing: border-box; }

/* #Breakpoints
================================================== */
@keyframes sound {
  0% {
    opacity: 1;
    height: 1px; }
  100% {
    opacity: 1;
    height: 16px; } }

@font-face {
  font-family: 'Dementer';
  src: url(/static/fonts/dementor/dementor.ttf?e0680f63c3d1) format("truetype");
  font-weight: normal;
  font-style: normal; }

#home-wdyns .promo-well {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #1e1e1e;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  #home-wdyns .promo-well .inside {
    padding: 60px 0px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center; }
    #home-wdyns .promo-well .inside .h0 {
      font-family: "Helvetica Neue Bold Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
      color: #f8f8f8;
      text-transform: uppercase;
      line-height: 0.9;
      font-size: 4vw;
      text-shadow: 1.5px 2.598px 109px rgba(67, 67, 67, 0.004); }
      @media (max-width: 801px) {
        #home-wdyns .promo-well .inside .h0 {
          font-size: 32px; } }
    #home-wdyns .promo-well .inside .text {
      font-family: "Source Sans Pro Regular", monospace;
      font-size: 16px;
      color: #f8f8f8;
      line-height: 1.3;
      margin: 10px 20px 25px 20px; }
    #home-wdyns .promo-well .inside .links {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      #home-wdyns .promo-well .inside .links a {
        display: inline-block;
        margin: 25px;
        position: relative; }
        #home-wdyns .promo-well .inside .links a .card-inner {
          display: block;
          width: 325px;
          height: 200px;
          border: 1px solid #fff;
          color: #f8f8f8;
          font-family: 'Dementer';
          font-size: 48px;
          padding: 15px;
          background: #39393B;
          background-size: cover; }
        #home-wdyns .promo-well .inside .links a .card-buttons .card-button {
          position: relative;
          text-decoration: none;
          display: inline-block;
          padding: 15px 30px;
          width: auto;
          text-transform: uppercase;
          text-align: center;
          font-family: "Source Sans Pro Regular", monospace;
          color: #f8f8f8;
          font-weight: bold;
          font-size: 15px;
          margin: 20px;
          transition: 0.25s all ease; }
          #home-wdyns .promo-well .inside .links a .card-buttons .card-button .bracket {
            border-color: #e8112d;
            height: 12px;
            width: 12px; }
        @media (max-width: 801px) {
          #home-wdyns .promo-well .inside .links a .card-buttons {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0; }
            #home-wdyns .promo-well .inside .links a .card-buttons .card-button .bracket {
              border-color: #f8f8f8; } }
        #home-wdyns .promo-well .inside .links a:hover .card-button {
          padding: 15px 35px;
          color: #f8f8f8; }
