@charset "UTF-8";
.uppercase {
  text-transform: uppercase; }

.hero {
  background-image: url("assets/video-bg-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  display: block;
  position: relative; }
  @media screen and (min-width: s) {
    .hero {
      background-image: url("assets/video-bg-large.png");
      height: 100vh; } }
  .hero .mobile-nav {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 60px; }
    .hero .mobile-nav .nav-row {
      margin: 0 auto;
      width: 300px; }
      .hero .mobile-nav .nav-row a {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        width: 80px;
        height: 80px; }
        .hero .mobile-nav .nav-row a img {
          width: 100%;
          height: 100%;
          display: block; }
      .hero .mobile-nav .nav-row a.toDown {
        margin-top: 50px !important; }
      .hero .mobile-nav .nav-row a.toUp, .hero .mobile-nav .nav-row a.toMoreDown {
        margin-left: 30px !important; }
      .hero .mobile-nav .nav-row a.toMoreDown {
        margin-top: 100px !important; }
    @media screen and (min-width: 1025px) {
      .hero .mobile-nav {
        display: none; } }
  .hero .hero-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0; }
    @media screen and (min-width: 1025px) {
      .hero .hero-canvas {
        display: none; } }
  .hero img.header {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1; }
  .hero .header-content {
    max-width: 1480px;
    margin: 0 auto;
    height: 100%; }
  .hero video {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 40px 0;
    display: block;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 1025px) {
      .hero video {
        display: none; } }
  .hero .play-button {
    display: none;
    align-self: center;
    cursor: pointer; }
    @media screen and (min-width: 1025px) {
      .hero .play-button {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -60px;
        margin-top: -60px; } }

.content-container {
  width: 100%;
  box-sizing: border-box; }
  .content-container .copy {
    padding: 0px 25px;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 1025px) {
      .content-container .copy {
        padding: 0;
        padding-top: 20px;
        width: 30%;
        max-width: 400px;
        margin: 0; } }
    .content-container .copy h1, .content-container .copy h2 {
      color: #d7001a;
      font-size: 22px;
      margin-bottom: 0;
      font-weight: 400;
      font-family: 'Hilti Roman', sans-serif; }
      @media screen and (min-width: 1025px) {
        .content-container .copy h1, .content-container .copy h2 {
          font-size: 46px; } }
    .content-container .copy p {
      font-family: 'Hilti Bold', sans-serif;
      color: #671a3d;
      padding-top: 10px !important; }
    .content-container .copy h3 {
      font-size: 14px;
      font-family: 'Hilti Bold', sans-serif;
      color: #661c3d; }
      @media screen and (min-width: 1025px) {
        .content-container .copy h3 {
          font-size: 20px; } }
    .content-container .copy p, .content-container .copy li {
      font-size: 14px; }
      @media screen and (min-width: 1025px) {
        .content-container .copy p, .content-container .copy li {
          font-size: 18px; } }
    .content-container .copy ul {
      list-style-type: none;
      padding-left: 0;
      line-height: 20px; }
    .content-container .copy li {
      padding-left: 1em;
      text-indent: -.7em; }
    .content-container .copy li:before {
      content: "• ";
      color: red; }

.subnav {
  display: none; }
  @media screen and (min-width: 1025px) {
    .subnav {
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -720px; } }
  @media screen and (min-width: 1025px) {
    .subnav ul {
      padding: 0;
      margin: 0;
      width: 100%;
      display: block; } }
  @media screen and (min-width: 1025px) and (max-width: 1412px) {
    .subnav ul {
      margin-right: 25%; } }
  @media screen and (min-width: 1025px) {
    .subnav ul .subnav-items {
      list-style-type: none;
      width: 220px;
      padding: 10px;
      color: #000;
      display: inline-block;
      position: relative;
      z-index: 1;
      border: 2px solid #d9cebc;
      background: #f3f0eb;
      font-family: 'Hilti Bold', sans-serif;
      font-size: 16px;
      margin-right: 20px;
      box-sizing: border-box;
      margin-bottom: 20px; } }
  .subnav ul .subnav-items:hover {
    color: #d7001a;
    border-color: #d7001a;
    background-color: #fff; }
  .subnav ul .subnav-items:hover a {
    color: #d7001a; }
  .subnav ul .subnav-items span {
    display: block;
    font-family: 'Hilti Roman', sans-serif;
    font-size: 14px; }

@media screen and (max-width: 1479px) {
  .subnav {
    left: 0;
    margin-left: 20px; } }

.section_footer {
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .section_footer {
      height: 100vh; } }
  .section_footer .invitation {
    position: relative;
    margin: 0;
    padding: 0; }
    .section_footer .invitation .footer-context {
      padding-bottom: 50px; }
    .section_footer .invitation h2 {
      color: #d7001a;
      text-align: center;
      font-size: 46px;
      padding-top: 30px;
      font-family: 'Hilti Roman', sans-serif; }
    .section_footer .invitation .buttons {
      width: 30%;
      margin: 0 auto;
      background-color: white;
      cursor: pointer;
      padding: 30px;
      box-shadow: 0px 2px 1px #e5e2d4; }
      .section_footer .invitation .buttons .chat {
        color: #d7001a;
        position: relative; }
        .section_footer .invitation .buttons .chat label, .section_footer .invitation .buttons .chat p {
          margin: 0;
          width: 100%;
          text-align: center;
          display: block; }
        .section_footer .invitation .buttons .chat label {
          font-family: 'Hilti Roman', sans-serif;
          font-size: 30px;
          padding-bottom: 10px; }
        .section_footer .invitation .buttons .chat p {
          font-family: 'Hilti Bold', sans-serif;
          font-size: 16px;
          color: #d7001a;
          width: 100%; }
      .section_footer .invitation .buttons .arrow {
        font-size: 60px;
        position: absolute;
        top: 0;
        right: 0; }
  .section_footer .footer {
    display: block;
    width: 100%; }

@font-face {
  font-family: 'Hilti Bold';
  src: url("fonts/Hilti-Bold.ttf"); }

@font-face {
  font-family: 'Hilti Roman';
  src: url("fonts/HiltiRoman.ttf"); }

@font-face {
  font-family: 'iconfont';
  src: url("fonts/icons/fonts/icomoon.eot");
  src: url("fonts/icons/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icons/fonts/icomoon.woff") format("woff"), url("fonts/icons/fonts/icomoon.ttf") format("truetype"), url("fonts/icons/fonts/icomoon.svg#svgFontName") format("svg"); }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: 'Hilti Roman', sans-serif; }

a {
  text-decoration: none;
  color: black;
  font-family: 'Hilti Bold', sans-serif;
  font-size: 14px; }
  @media screen and (min-width: 1025px) {
    a {
      font-size: 18px;
      transition: ease-in-out .2s; } }
  a:hover {
    color: #d7001a; }
  a:hover .link-arrow {
    left: 5px; }

.slides {
  padding: 200px 100px;
  height: 60vh; }


div video {
  max-width: 100%; }

.link-arrow {
  color: red;
  font-size: 20px;
  position: relative;
  top: 2px; }
  @media screen and (min-width: 1025px) {
    .link-arrow {
      transition: ease-in-out .2s; } }


      video {
        max-width: 35% !important;
    }