@font-face {
  font-family: 'League Gothic';
  src: url("../fonts/LeagueGothicRegular.ttf") format("ttf"), url("../fonts/LeagueGothic-Regular.otf") format("otf"), url("../fonts/LeagueGothicRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Maison Neue';
  src: url("../fonts/MaisonNeue-Medium.woff2") format("woff2"), url("../fonts/MaisonNeue-Medium.woff") format("woff"), url("../fonts/MaisonNeue-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body, p, h1, h2, h3, h4, h5, figure, ul, li, a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }


.redtext {
        color: red;
}

body {
  font-family: "Maison Neue";
  font-size: 14px; }

.sub-title, .title, .header-title {
  color: red;
  font-size: 20px;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .sub-title, .title, .header-title {
      font-size: 24px; } }
  @media screen and (min-width: 1440px) {
    .sub-title, .title, .header-title {
      font-size: 26px; } }
  @media screen and (min-width: 1500px) {
    .sub-title, .title, .header-title {
      font-size: 28px; } }

.title, .header-title {
  font-family: "League Gothic"; }

.header-title {
  text-transform: uppercase; }

.heading {
  font-size: 50px;
  font-family: "League Gothic";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px; }
  @media screen and (min-width: 1280px) {
    .heading {
      font-size: 100px;
      letter-spacing: 1.9px; } }
  @media screen and (min-width: 1440px) {
    .heading {
      font-size: 120px; } }
  @media screen and (min-width: 1500px) {
    .heading {
      font-size: 136px; } }

.sub-heading {
  font-family: "League Gothic";
  font-size: 50px;
  letter-spacing: 1.7px; }
  @media screen and (min-width: 1024px) {
    .sub-heading {
      font-size: 62px; } }
  @media screen and (min-width: 1440px) {
    .sub-heading {
      font-size: 65px; } }
  @media screen and (min-width: 1500px) {
    .sub-heading {
      font-size: 70px; } }

.sub-heading2 {
  font-family: "League Gothic";
  font-size: 30px;
  letter-spacing: 1.7px; }
  @media screen and (min-width: 1024px) {
    .sub-heading2 {
      font-size: 40px; } }
  @media screen and (min-width: 1440px) {
    .sub-heading2 {
      font-size: 50px; } }
  @media screen and (min-width: 1500px) {
    .sub-heading2 {
      font-size: 60px; } }

.p, .link-menu, .sub-link {
  font-size: 14px;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .p, .link-menu, .sub-link {
      font-size: 20px; } }
  @media screen and (min-width: 1440px) {
    .p, .link-menu, .sub-link {
      font-size: 21px; } }
  @media screen and (min-width: 1500px) {
    .p, .link-menu, .sub-link {
      font-size: 22px; } }

.p-bold {
  font-weight: 700; }

.p-small, .label {
  font-size: 14px;
  line-height: 1.5; }
  @media screen and (min-width: 1440px) {
    .p-small, .label {
      font-size: 16px; } }
  @media screen and (min-width: 1500px) {
    .p-small, .label {
      font-size: 18px; } }

.label {
  text-transform: uppercase; }

.link-menu {
  font-family: "League Gothic"; }

.sub-link {
  text-transform: uppercase; }

.heading--underline {
  position: relative; }
  .heading--underline:after {
    content: '';
    width: 60px;
    height: 8px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    background: #ff0000; }
    @media screen and (min-width: 768px) {
      .heading--underline:after {
        bottom: -15px; } }
    @media screen and (min-width: 1440px) {
      .heading--underline:after {
        bottom: -20px; } }

.ms_error {
  color: #ff0000; }

.container, .hero--video .hero__inner, .card .card__container {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .container, .hero--video .hero__inner, .card .card__container {
      padding: 0 40px; } }
  @media screen and (min-width: 1024px) {
    .container, .hero--video .hero__inner, .card .card__container {
      padding: 0 70px; } }
  @media screen and (min-width: 1440px) {
    .container, .hero--video .hero__inner, .card .card__container {
      padding: 0 90px; } }

.logo__figure {
  position: relative;
  max-width: 120px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1024px) {
    .logo__figure {
      max-width: 197px;
      max-height: 80px; } }
  .logo__figure:before {
    content: '';
    max-width: 197px;
    display: inline-block;
    padding-top: 40.60914%; }

.nav__logo {
  width: 197px;
  max-width: 197px; }
  .nav__logo a {
    display: block;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .nav__logo a {
        width: 197px;
        height: 80px; } }
    .nav__logo a .logo__figure {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      transition: all 0.25s ease-in-out; }
    .nav__logo a:hover .logo__figure-hover.logo__figure {
      left: 0px;
      -webkit-transform: none;
              transform: none; }
    .nav__logo a:hover .logo__figure {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .nav__logo a .logo__figure-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 100%;
      -webkit-transform: none;
              transform: none;
      transition: all 0.25s ease-in-out; }

.col-60 {
  width: 60%; }

.small-img {
  position: relative;
  max-width: 94px;
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1024px) {
    .small-img {
      margin-bottom: 25px; } }
  @media screen and (min-width: 1440px) {
    .small-img {
      margin-bottom: 35px; } }
  .small-img:before {
    content: '';
    max-width: 93.8px;
    display: inline-block;
    padding-top: 89.55224%; }

.figure {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .figure:before {
    content: '';
    width: 100%;
    display: inline-block; }

.button, .button-primary, .button-secondary {
  display: block;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  text-align: center;
  transition: all 0.5s ease-in-out;
  border-radius: 3px;
  font-weight: 700;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .button, .button-primary, .button-secondary {
      height: 64px;
      line-height: 64px; } }
  .button:active, .button-primary:active, .button-secondary:active {
    outline: none; }

.button-transform {
  display: block;
  height: 54px;
  line-height: 54px;
  color: #fff;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    .button-transform {
      height: 64px;
      line-height: 64px; } }
  .button-transform:hover .hover {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .button-transform:hover .transform {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .button-transform:hover .bg-hover {
    -webkit-transform: translate3d(0, 0, 0) skew(-20deg);
            transform: translate3d(0, 0, 0) skew(-20deg);
    opacity: 1; }
  .button-transform .transform {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out; }
  .button-transform .hover {
    display: block;
    height: 100%;
    width: 120%;
    position: absolute;
    top: 0;
    right: -10%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    transition: 0.3s ease-in-out;
    z-index: 1; }
  .button-transform .bg-hover {
    display: block;
    height: 100%;
    width: 120%;
    position: absolute;
    top: 0;
    right: -10%;
    text-align: center;
    background: #d20b2d;
    border: 1px solid #d20b2d;
    -webkit-transform: translate3d(100%, 0, 0) skew(-20deg);
            transform: translate3d(100%, 0, 0) skew(-20deg);
    transition: 0.5s ease-in-out;
    opacity: 0; }

.button-primary {
  max-width: 326px;
  border: 1px solid #ff0000;
  background: transparent; }

.button-secondary {
  width: 100%;
  max-width: 254px;
  border: 1px solid #ff0000;
  background: #ff0000;
  position: relative; }

.form-input, .form-textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #808080;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Maison Neue";
  padding: 10px 20px; }

.form-input {
  height: 50px; }

.small-container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto; }
  @media screen and (min-width: 1440px) {
    .small-container {
      padding: 0 30px; } }

.page-about-us .card-title__description {
  max-width: 230px; }
  @media screen and (min-width: 768px) {
    .page-about-us .card-title__description {
      max-width: 270px; } }
  @media screen and (min-width: 1500px) {
    .page-about-us .card-title__description {
      max-width: 320px; } }

.page-service .card-title__description {
  max-width: 600px; }
  @media screen and (min-width: 1500px) {
    .page-service .card-title__description {
      max-width: 750px; } }

.header .logo__figure {
  margin: 0; }

body.header__menu-active {
  overflow: hidden; }
  body.header__menu-active .header__menu {
    padding-top: 80px;
    opacity: 1;
    pointer-events: visible; }
  body.header__menu-active button.button-header span {
    margin-bottom: 0;
    transition: all 0.5s ease-in-out; }
    body.header__menu-active button.button-header span:first-child {
      -webkit-transform: translateY(-4.5px) rotate(45deg);
              transform: translateY(-4.5px) rotate(45deg); }
    body.header__menu-active button.button-header span:nth-child(2) {
      display: none; }
    body.header__menu-active button.button-header span:last-child {
      -webkit-transform: translateY(-7.5px) rotate(-45deg);
              transform: translateY(-7.5px) rotate(-45deg); }

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.tv .screen.active {
  opacity: 1; }

.tv .media-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s; }

.tv .media-screen.active {
  opacity: 1; }

.flickity-page-dots {
  display: none; }

.pagination {
  width: 100%;
  margin-top: 30px;
  text-align: center; }
  .pagination li {
    margin: 0 5px;
    display: inline-block;
    position: relative; }
    .pagination li a {
      color: #0d0d0d; }

.videopopupjs {
  background-color: #111517 !important;
  display: flex;
  align-items: center;
  justify-content: center; }
  .videopopupjs .videopopupjs__content {
    max-height: 300px;
    height: 100% !important;
    margin-top: 0 !important; }
    @media screen and (max-height: 500px) {
      .videopopupjs .videopopupjs__content {
        max-height: 300px;
        overflow-y: auto; } }
    @media screen and (min-width: 1024px) {
      .videopopupjs .videopopupjs__content {
        max-height: calc(100vh - 200px);
        max-height: -webkit-max-content;
        max-height: max-content;
        position: relative;
        max-width: calc(90vw - 300px) !important; } }
  .videopopupjs .videopopupjs__close {
    width: 100%;
    text-align: right;
    height: 10px; }
    @media screen and (max-height: 500px) {
      .videopopupjs .videopopupjs__close {
        margin-top: 10px; } }
    @media screen and (min-width: 1024px) {
      .videopopupjs .videopopupjs__close {
        height: 20px; } }
    .videopopupjs .videopopupjs__close:after {
      content: none !important; }
    .videopopupjs .videopopupjs__close .video__bars {
      width: 20px;
      height: 3px;
      display: inline-block;
      background: #fff; }
      @media screen and (min-width: 1024px) {
        .videopopupjs .videopopupjs__close .video__bars {
          width: 30px; } }
      .videopopupjs .videopopupjs__close .video__bars:first-child {
        -webkit-transform: translateX(20px) rotate(-45deg);
                transform: translateX(20px) rotate(-45deg); }
        @media screen and (min-width: 1024px) {
          .videopopupjs .videopopupjs__close .video__bars:first-child {
            -webkit-transform: translateX(30.5px) rotate(-45deg);
                    transform: translateX(30.5px) rotate(-45deg); } }
      .videopopupjs .videopopupjs__close .video__bars:last-child {
        -webkit-transform: translateX(0.55px) rotate(45deg);
                transform: translateX(0.55px) rotate(45deg); }

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .videoWrapper iframe, .videoWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hero__container {
  position: relative; }

.hero__figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  min-height: 100vh;
  max-height: 1080px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  @media screen and (min-width: 1024px) {
    .hero__figure {
      min-height: 100%;
      height: 100vh; } }
  @media screen and (max-height: 500px) {
    .hero__figure {
      min-height: 145vh !important; } }
  .hero__figure:before {
    max-width: 100%;
    padding-top: 56.25%; }
    @media screen and (max-height: 650px) {
      .hero__figure:before {
        height: auto;
        min-height: 100vh;
        padding-top: 0; } }
  .hero__figure:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 2; }

.hero__inner {
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .hero__inner {
      max-width: 600px; } }
  @media screen and (min-width: 1024px) {
    .hero__inner {
      max-width: 975px; } }
  @media screen and (min-width: 1440px) {
    .hero__inner {
      max-width: 1200px; } }
  .hero--video .hero__inner {
    text-align: left;
    z-index: 3; }

.hero__heading {
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .hero__heading {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1440px) {
    .hero__heading {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1500px) {
    .hero__heading {
      margin-bottom: 60px; } }

.hero-image__container {
  position: relative; }

.hero-image__figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: 100vh;
  max-height: 1080px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  .hero-image__figure:before {
    max-width: 100%;
    padding-top: 56.25%; }
  .hero-image__figure:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2; }

.hero-image__inner {
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .hero-image__inner {
      max-width: 600px; } }
  @media screen and (min-width: 1024px) {
    .hero-image__inner {
      max-width: 800px; } }
  @media screen and (min-width: 1440px) {
    .hero-image__inner {
      max-width: 1000px; } }
  .hero-image__inner .hero-image__sub-figure:before {
    padding-top: 56.36856%; }

.hero-image__heading {
  margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .hero-image__heading {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1440px) {
    .hero-image__heading {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1500px) {
    .hero-image__heading {
      margin-bottom: 60px; } }

.hero--video .hero__inner {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box; }
  @media screen and (min-width: 1024px) {
    .hero--video .hero__inner {
      flex-direction: row; } }

.hero--video .hero__heading {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .hero--video .hero__heading {
      text-align: left; } }

.hero--video .hero__cta .button-primary {
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .hero--video .hero__cta .button-primary {
      margin: 0; } }

.hero--video .hero__description {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .hero--video .hero__description {
      text-align: left; } }

@media screen and (min-width: 1024px) {
  .hero--video .heading--underline:after {
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); } }

.hero--video .hero__video-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center; }
  .hero--video .hero__video-button .hero-video__buton {
    width: 60px;
    height: 60px;
    background: transparent;
    border: 0px;
    transition: all 0.5s ease-in-out;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .hero--video .hero__video-button .hero-video__buton {
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .hero--video .hero__video-button .hero-video__buton:before {
      content: '';
      width: 60px;
      height: 60px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      border: 3px solid #ff0000;
      border-radius: 50%;
      transition: all 0.3s ease-in-out; }
      @media screen and (min-width: 1024px) {
        .hero--video .hero__video-button .hero-video__buton:before {
          width: 120px;
          height: 120px; } }
    .hero--video .hero__video-button .hero-video__buton:focus {
      outline: none; }
    .hero--video .hero__video-button .hero-video__buton:hover {
      border-color: transparent; }
      @media screen and (min-width: 1024px) {
        .hero--video .hero__video-button .hero-video__buton:hover:before {
          content: '';
          width: 140px;
          height: 140px;
          border-color: #fff; } }
      @media screen and (min-width: 1024px) {
        .hero--video .hero__video-button .hero-video__buton:hover i {
          color: #fff; } }
    .hero--video .hero__video-button .hero-video__buton i {
      font-size: 25px;
      color: #ff0000;
      transition: all 0.5s ease-in-out; }
      @media screen and (min-width: 1024px) {
        .hero--video .hero__video-button .hero-video__buton i {
          font-size: 32px; } }

.hero--video .hero__content {
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .hero--video .hero__content {
      max-width: 650px;
      margin-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .hero--video .hero__content {
      max-width: 715px; } }
  @media screen and (min-width: 1440px) {
    .hero--video .hero__content {
      max-width: 770px; } }
  @media screen and (min-width: 1500px) {
    .hero--video .hero__content {
      max-width: 900px; } }

.hero--video .hero__clip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.hero--video .hero__video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover; }
  @media screen and (min-width: 1024px) {
    .hero--video .hero__video {
      display: block; } }
  .hero--video .hero__video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.75); }

.hero--video .hero__description, .hero--sub-title .hero__description {
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .hero--video .hero__description, .hero--sub-title .hero__description {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1440px) {
    .hero--video .hero__description, .hero--sub-title .hero__description {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1500px) {
    .hero--video .hero__description, .hero--sub-title .hero__description {
      margin-bottom: 60px; } }

@media screen and (min-width: 1280px) {
  .hero--sub-title .hero__inner {
    top: 50%; } }

.hero--sub-title .hero__figure {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }

.hero--sub-title a {
  margin: 0 auto; }

@media screen and (min-width: 1440px) {
  .hero--sub-title .heading--underline:after {
    bottom: -30px; } }

.block-event {
  padding: 60px 0 100px; }
  @media screen and (min-width: 1024px) {
    .block-event {
      padding: 80px 0 120px; } }
  @media screen and (min-width: 1440px) {
    .block-event {
      padding: 90px 0 180px; } }

.block-event__container {
  max-width: 600px; }

.block-event__heading {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .block-event__heading {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .block-event__heading {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1440px) {
    .block-event__heading {
      margin-bottom: 60px; } }
  .block-event__heading:after {
    bottom: -12px; }
    @media screen and (min-width: 768px) {
      .block-event__heading:after {
        bottom: -18px; } }
    @media screen and (min-width: 1024px) {
      .block-event__heading:after {
        bottom: -24px; } }
    @media screen and (min-width: 1440px) {
      .block-event__heading:after {
        bottom: -30px; } }

.block-event__description {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .block-event__description {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .block-event__description {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1440px) {
    .block-event__description {
      margin-bottom: 60px; } }
  .block-event__description p {
    margin-top: 10px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .block-event__description p {
        margin-top: 15px; } }

.block-event__footer {
  text-align: center; }
  .block-event__footer button {
    margin: 0 auto; }

.block-address {
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .block-address {
      padding: 40px 0; } }
  @media screen and (min-width: 1024px) {
    .block-address {
      padding: 70px 0 50px; } }
  @media screen and (min-width: 1280px) {
    .block-address {
      padding: 90px 0 60px; } }

.block-address__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media screen and (min-width: 768px) {
    .block-address__row {
      flex-wrap: nowrap; } }

@media screen and (min-width: 768px) {
  .block-address__col {
    padding: 0; } }

.block-address__col.col-left {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .block-address__col.col-left {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  @media screen and (min-width: 1024px) {
    .block-address__col.col-left {
      width: 40%; } }

.block-address__col.col-right {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .block-address__col.col-right {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .block-address__col.col-right {
      width: 60%; } }

.block-address__detail {
  margin-bottom: 10px; }
  .block-address__detail:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .block-address__description {
    max-width: 695px; } }

.card-client {
  margin-bottom: 60px; }
  @media screen and (min-width: 1440px) {
    .card-client {
      margin-bottom: 90px; } }

.card-client__container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }

.card-client__heading {
  margin-bottom: 60px; }
  @media screen and (min-width: 1440px) {
    .card-client__heading {
      margin-bottom: 90px; } }
  .card-client__heading:after {
    bottom: -40px; }
    @media screen and (min-width: 1440px) {
      .card-client__heading:after {
        bottom: -50px; } }

.card-client__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.card-client__item {
  width: calc(50% - 20px);
  margin: 10px; }
  @media screen and (min-width: 1024px) {
    .card-client__item {
      width: calc(33.33% - 20px);
      margin: 20px 10px; } }

.card-client__figure {
  max-width: 140px;
  max-height: 80px;
  margin: 0 auto;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    .card-client__figure {
      max-width: 180px;
      max-height: 120px; } }
  .card-client__figure:before {
    max-width: 93.8px;
    padding-top: 100%; }

.card {
  padding: 80px 0;
  background: #0d0d0d;
  border-bottom: 1px solid rgba(234, 234, 234, 0.06); }
  @media screen and (min-width: 1024px) {
    .card {
      border-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .card {
      padding: 100px 0; } }
  @media screen and (min-width: 1440px) {
    .card {
      padding: 120px 0; } }
  @media screen and (min-width: 1024px) {
    .card .card__row {
      display: flex;
      align-items: stretch; } }
  .card .flickity-viewport {
    height: 300px !important; }
    @media screen and (min-width: 768px) {
      .card .flickity-viewport {
        height: 400px !important; } }
    @media screen and (min-width: 1024px) {
      .card .flickity-viewport {
        height: 350px !important; } }
    @media screen and (min-width: 1280px) {
      .card .flickity-viewport {
        height: 400px !important; } }
    @media screen and (min-width: 1500px) {
      .card .flickity-viewport {
        height: 440px !important; } }
    @media screen and (min-width: 1635px) {
      .card .flickity-viewport {
        height: 480px !important; } }
  .card .card__item {
    width: 80%;
    height: 200px;
    top: 50%;
    right: 225%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (min-width: 768px) {
      .card .card__item {
        /*width: 768px;*/
        height: 300px; } }
    @media screen and (min-width: 1024px) {
      .card .card__item {
        /*width: 500px;*/
        height: 250px; } }
    @media screen and (min-width: 1280px) {
      .card .card__item {
        /*width: 700px;*/
        height: 300px; } }
    @media screen and (min-width: 1500px) {
      .card .card__item {
        /*width: 834px;*/
        height: 340px; } }
    @media screen and (min-width: 1635px) {
      .card .card__item {
        /*width: 834px;*/
        height: 380px; } }
    .card .card__item:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.8); }
    .card .card__item img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .card .card__item.is-selected {
      height: 300px;
      right: 150%; }
      @media screen and (min-width: 768px) {
        .card .card__item.is-selected {
          /*width: 768px;*/
          height: 400px; } }
      @media screen and (min-width: 1024px) {
        .card .card__item.is-selected {
          /*width: 500px;*/
          height: 350px; } }
      @media screen and (min-width: 1280px) {
        .card .card__item.is-selected {
          /*width: 700px;*/
          height: 400px; } }
      @media screen and (min-width: 1500px) {
        .card .card__item.is-selected {
          /*width: 834px;*/
          height: 440px; } }
      @media screen and (min-width: 1635px) {
        .card .card__item.is-selected {
          /*width: 834px;*/
          height: 480px; } }
      .card .card__item.is-selected:hover img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
      .card .card__item.is-selected:after {
        background: rgba(0, 0, 0, 0); }
    .card .card__item img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      transition: all 0.5s ease-in-out; }
  .card .card__col.card__col--left {
    width: 100%;
    margin-bottom: 40px;
    color: #fff; }
    @media screen and (min-width: 1024px) {
      .card .card__col.card__col--left {
        width: 40%;
        margin-bottom: 0; } }
  .card .card__col.card__col--right {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .card .card__col.card__col--right {
        flex: 1;
        padding-left: 50px; } }
  .card .card__description {
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .card .card__description {
        margin-bottom: 30px; } }
    @media screen and (min-width: 1024px) {
      .card .card__description {
        margin-bottom: 40px;
        max-width: 600px;
        text-align: left; } }
    @media screen and (min-width: 1440px) {
      .card .card__description {
        max-width: 100%; } }
  .card .card__heading {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .card .card__heading {
        margin-bottom: 40px;
        text-align: left; } }
    @media screen and (min-width: 1280px) {
      .card .card__heading {
        margin-bottom: 50px; } }
    @media screen and (min-width: 1440px) {
      .card .card__heading {
        margin-bottom: 60px; } }
    @media screen and (min-width: 1024px) {
      .card .card__heading.heading--underline:after {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
  .card .card__col-header {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px; }
    @media screen and (min-width: 1024px) {
      .card .card__col-header {
        justify-content: flex-end; } }
    .card .card__col-header p {
      margin: 2px 10px 0;
      white-space: nowrap; }
    .card .card__col-header .red-bar {
      width: 254px;
      height: 8px;
      display: inline-block;
      background: #ff0000; }
  .card .card__footer .button-primary {
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .card .card__footer .button-primary {
        margin: 0; } }
  .card .card__slide {
    position: relative;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .card .card__bg-figure {
    width: 70%;
    max-width: 648px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    .card .card__bg-figure:before {
      padding-top: 64.73149%; }
    .card .card__bg-figure:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(13, 13, 13, 0.75); }
  .card .card__figure {
    width: 100%;
    max-width: 834px; }
    .card .card__figure:before {
      padding-top: 64.7482%; }
  .card .card__block-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px; }
  .card .card__list {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .card .card__list {
        width: 80%; } }
  .card .card__hide-bg {
    width: 100%;
    position: absolute;
    top: 34px;
    left: 0; }
    @media screen and (max-width: 1023px) {
      .card .card__hide-bg {
        display: none; } }
  .card .card__block-footer {
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: right; }
    @media screen and (min-width: 1024px) {
      .card .card__block-footer {
        width: 80%; } }
  .card .card__block-button {
    display: flex; }
  .card .flickity-button.flickity-prev-next-button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: 1px solid #ff0000;
    border-radius: 0%;
    bottom: -80px;
    transition: all 0.5s ease-in-out; }
    .card .flickity-button.flickity-prev-next-button.previous {
      left: 0;
      top: auto; }
    .card .flickity-button.flickity-prev-next-button.next {
      right: auto;
      top: auto;
      left: 50px; }
    .card .flickity-button.flickity-prev-next-button .flickity-button-icon {
      fill: #fff;
      transition: all 0.5s ease-in-out; }
    .card .flickity-button.flickity-prev-next-button:hover {
      background: #ff0000; }
  .card .card__number {
    color: #fff; }
  .card.card--left-img .card__row {
    flex-direction: row-reverse; }
  .card.card--left-img .card__col-header {
    flex-direction: row-reverse; }
  .card.card--left-img .card__block-footer {
    text-align: left; }
  .card.card--left-img .card__block-slide {
    justify-content: flex-start; }
  .card.card--left-img .card__slide {
    align-items: flex-start; }
  .card.card--left-img .flickity-button.flickity-prev-next-button {
    left: auto; }
    .card.card--left-img .flickity-button.flickity-prev-next-button.previous {
      right: 50px; }
    .card.card--left-img .flickity-button.flickity-prev-next-button.next {
      right: 0; }
  .card.card--left-img .card__col.card__col--left {
    width: 100%;
    margin-bottom: 40px;
    color: #fff;
    text-align: left; }
    @media screen and (min-width: 1024px) {
      .card.card--left-img .card__col.card__col--left {
        width: 40%;
        margin-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      .card.card--left-img .card__col.card__col--left .card__footer {
        width: 100%; } }
    @media screen and (min-width: 1024px) {
      .card.card--left-img .card__col.card__col--left .card__footer .button-primary {
        width: 100%; } }
  .card.card--left-img .card__col.card__col--right {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .card.card--left-img .card__col.card__col--right {
        flex: 1;
        padding-right: 50px;
        padding-left: 0; } }
  @media screen and (min-width: 1024px) {
    .card.card--left-img .card__hide-bg {
      display: flex;
      align-items: center;
      justify-content: flex-end; } }
  @media screen and (min-width: 1024px) {
    .card.card--left-img .card__footer {
      display: flex;
      justify-content: flex-end; } }
  .card.card--left-img .card__description {
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .card.card--left-img .card__description {
        margin-bottom: 30px; } }
    @media screen and (min-width: 1024px) {
      .card.card--left-img .card__description {
        margin-bottom: 40px;
        max-width: 600px;
        text-align: right; } }
    @media screen and (min-width: 1280px) {
      .card.card--left-img .card__description {
        max-width: 100%; } }
  .card.card--left-img .card__heading {
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .card.card--left-img .card__heading {
        margin-bottom: 40px;
        text-align: right; } }
    @media screen and (min-width: 1280px) {
      .card.card--left-img .card__heading {
        margin-bottom: 50px; } }
    @media screen and (min-width: 1440px) {
      .card.card--left-img .card__heading {
        margin-bottom: 60px; } }
    @media screen and (min-width: 1024px) {
      .card.card--left-img .card__heading.heading--underline:after {
        left: auto;
        right: 0; } }

.card-job {
  padding: 40px 0; }
  @media screen and (min-width: 1024px) {
    .card-job {
      padding: 60px 0; } }
  @media screen and (min-width: 1280px) {
    .card-job {
      padding: 80px 0; } }
  @media screen and (min-width: 1440px) {
    .card-job {
      padding: 100px 0; } }

.card-job__heading {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .card-job__heading {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1440px) {
    .card-job__heading {
      margin-bottom: 90px; } }
  .card-job__heading:after {
    bottom: -15px; }
    @media screen and (min-width: 1024px) {
      .card-job__heading:after {
        bottom: -25px; } }
    @media screen and (min-width: 1440px) {
      .card-job__heading:after {
        bottom: -35px; } }

.card-job__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap; }

.card-job__item {
  width: 100%;
  max-width: 526px;
  margin-bottom: 40px;
  position: relative;
  border-left: 18px solid #ff0000; }
  @media screen and (min-width: 768px) {
    .card-job__item {
      width: calc(50% - 20px); } }

.card-job__inner {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  color: #ffffff;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .card-job__inner {
      padding: 0 40px; } }
  @media screen and (min-width: 1280px) {
    .card-job__inner {
      padding: 0 60px; } }

.card-job__figure {
  max-width: 526px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }
  .card-job__figure:before {
    max-width: 526px;
    padding-top: 55.89354%; }
  .card-job__figure:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); }

.card-job__sub-title {
  margin-bottom: 5px; }

.card-job__location {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .card-job__location {
      margin-bottom: 25px; } }

.card-service {
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .card-service {
      margin-bottom: 80px; } }
  @media screen and (min-width: 1440px) {
    .card-service {
      margin-bottom: 100px; } }

.card-service__container {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .card-service__container {
      padding: 0 30px; } }
  @media screen and (min-width: 1440px) {
    .card-service__container {
      padding: 0 60px; } }
  @media screen and (min-width: 1500px) {
    .card-service__container {
      padding: 0 80px; } }

.card-service__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .card-service__list {
      justify-content: center; } }

.card-service__figure {
  transition: all 0.5s ease-in-out; }

.card-service__item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .card-service__item {
      width: calc(33.33% - 10px);
      margin-bottom: 40px; } }
  @media screen and (min-width: 1280px) {
    .card-service__item {
      margin-bottom: 60px; } }
  .card-service__item a {
    display: block; }
    .card-service__item a:hover .card-service__title {
      color: rgba(13, 13, 13, 0.6); }
      .card-service__item a:hover .card-service__title:after {
        background: rgba(13, 13, 13, 0.6); }
    .card-service__item a:hover .card-service__figure {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }

.card-service__title {
  display: inline-block;
  position: relative;
  color: #0d0d0d;
  transition: all 0.5s ease-in-out; }
  @media screen and (min-width: 1280px) {
    .card-service__title {
      white-space: nowrap; } }
  .card-service__title:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #0d0d0d;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out; }

.card-sub {
  margin-bottom: 60px; }
  @media screen and (min-width: 1024px) {
    .card-sub {
      margin-bottom: 80px; } }
  @media screen and (min-width: 1440px) {
    .card-sub {
      margin-bottom: 120px; } }

.card-sub__list {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap; }

.card-sub__item {
  width: 100%;
  margin: 15px 0;
  position: relative;
  transition: all 0.5s ease-in-out; }
  @media screen and (min-width: 600px) {
    .card-sub__item {
      margin: 15px;
      width: calc(50% - 30px); } }
  @media screen and (min-width: 1280px) {
    .card-sub__item {
      width: calc(33.33% - 30px); } }

.card-sub__sub-title {
  text-align: center; }

.card-sub__figure {
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out; }
  @media screen and (min-width: 1024px) {
    .card-sub__figure {
      margin-bottom: 15px; } }
  @media screen and (min-width: 1440px) {
    .card-sub__figure {
      margin-bottom: 20px; } }
  .card-sub__figure:before {
    padding-top: 67.64706%; }

.card-sub__inner {
  text-align: center; }

.card-sub__title {
  color: #fff; }

.card-title {
  padding: 60px 0; }
  @media screen and (min-width: 1024px) {
    .card-title {
      padding: 80px 0; } }
  @media screen and (min-width: 1440px) {
    .card-title {
      padding: 90px 0; } }

.card-title__container {
  padding: 20px 0;
  text-align: center;
  color: #0d0d0d; }
  @media screen and (min-width: 1024px) {
    .card-title__container {
      padding: 40px 0; } }
  @media screen and (min-width: 1440px) {
    .card-title__container {
      padding: 60px 0; } }
  .page-sub-work .card-title__container {
    padding: 0; }

.card-title__heading {
  padding: 0 20px;
  margin-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .card-title__heading {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1440px) {
    .card-title__heading {
      margin-bottom: 70px; } }
  @media screen and (min-width: 1500px) {
    .card-title__heading {
      margin-bottom: 90px; } }
  .page-sub-work .card-title__heading {
    margin-bottom: 0px; }
  .card-title__heading.heading--underline:after {
    bottom: -20px; }
    @media screen and (min-width: 1024px) {
      .card-title__heading.heading--underline:after {
        bottom: -25px; } }
    @media screen and (min-width: 1440px) {
      .card-title__heading.heading--underline:after {
        bottom: -35px; } }
    @media screen and (min-width: 1500px) {
      .card-title__heading.heading--underline:after {
        bottom: -45px; } }

.card-title__description {
  margin: 0 auto;
  padding: 0 20px; }

.card-value {
  padding: 40px 0; }
  @media screen and (min-width: 1024px) {
    .card-value {
      padding: 60px 0; } }
  @media screen and (min-width: 1440px) {
    .card-value {
      padding: 70px 0; } }
  @media screen and (min-width: 1500px) {
    .card-value {
      padding: 80px 0; } }

.card-value__container {
  padding: 20px; }
  @media screen and (min-width: 1024px) {
    .card-value__container {
      padding: 0 50px; } }
  @media screen and (min-width: 1440px) {
    .card-value__container {
      padding: 0 70px; } }
  @media screen and (min-width: 1500px) {
    .card-value__container {
      padding: 0 80px; } }

.card-value__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .card-value__inner {
      flex-direction: row; } }

.card-value__heading {
  position: relative;
  text-align: center; }
  .card-value__heading:before {
    width: 8px;
    height: calc(50% + 40px);
    margin: 0 auto 30px;
    display: block;
    background: #ff0000; }
    @media screen and (min-width: 768px) {
      .card-value__heading:before {
        content: ''; } }

.card-value__figure {
  position: relative;
  max-width: 94px;
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1024px) {
    .card-value__figure {
      margin-bottom: 25px; } }
  @media screen and (min-width: 1440px) {
    .card-value__figure {
      margin-bottom: 35px; } }
  .card-value__figure:before {
    content: '';
    max-width: 93.8px;
    display: inline-block;
    padding-top: 89.55224%; }

@media screen and (min-width: 768px) {
  .card-value__heading {
    max-width: 156px; } }

.card-value__block {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #d6d6d6; }
  @media screen and (min-width: 768px) {
    .card-value__block {
      width: calc(100vw / 2); } }
  @media screen and (min-width: 1440px) {
    .card-value__block {
      padding: 50px 0; } }
  @media screen and (min-width: 1500px) {
    .card-value__block {
      padding: 60px 0; } }
  .card-value__block:last-child {
    border-bottom: 0; }

.card-value__title {
  margin-bottom: 5px; }
  @media screen and (min-width: 1024px) {
    .card-value__title {
      margin-bottom: 10px; } }
  @media screen and (min-width: 1440px) {
    .card-value__title {
      margin-bottom: 15px; } }

.footer {
  padding: 10px 0 0;
  background: #0d0d0d; }
  @media screen and (min-width: 1024px) {
    .footer {
      height: 120px;
      padding: 0; } }

.footer__container {
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .footer__container {
      padding-bottom: 0;
      flex-direction: row; } }

nav.nav {
  flex: 1;
  width: 100%; }

.nav__logo {
  margin-bottom: 5px; }
  @media screen and (min-width: 1024px) {
    .nav__logo {
      margin-bottom: 0; } }

.footer__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  @media screen and (min-width: 1024px) {
    .footer__list {
      justify-content: flex-end; } }

.footer__item {
  margin: 0 4px; }
  @media screen and (min-width: 1024px) {
    .footer__item {
      margin-left: 50px; } }
  .footer__item:hover a span.menu-hover {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  .footer__item:hover a span.menu-transform {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  .footer__item a {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap; }
  .footer__item .link-menu {
    display: inline-block;
    height: 25px;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .footer__item .link-menu {
        height: 32px; } }
    .footer__item .link-menu span {
      display: block; }
      .footer__item .link-menu span.menu-hover {
        width: 100%;
        height: 100%;
        color: #ff0000;
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
        transition: all 0.3s ease-in-out; }
      .footer__item .link-menu span.menu-transform {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        transition: all 0.3s ease-in-out; }

.footer__center {
  background: #808080;
  color: #ffffff; }

.footer__label {
  margin-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .footer__label {
      margin-bottom: 15px; } }
  @media screen and (min-width: 1440px) {
    .footer__label {
      margin-bottom: 20px; } }

.footer__row {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 1024px) {
    .footer__row {
      padding: 40px 0; } }
  @media screen and (min-width: 1440px) {
    .footer__row {
      padding: 60px 0; } }

.footer__notice {
  padding: 20px 0; }
  @media screen and (min-width: 1024px) {
    .footer__notice {
      padding: 30px 0; } }
  @media screen and (min-width: 1440px) {
    .footer__notice {
      padding: 40px 0; } }

.footer__col.col-60 {
  width: 100%;
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .footer__col.col-60 {
      width: 60%; } }

.footer__col.col-center {
  width: 100%;
  flex: auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 456px) {
    .footer__col.col-center {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .footer__col.col-center {
      flex: 1; } }

@media screen and (min-width: 1280px) {
  .footer__col.col-right {
    flex: 1; } }

.footer__social a {
  display: inline-block;
  margin: 0 20px; }
  .footer__social a:first-child {
    margin-left: 0; }
  .footer__social a i {
    font-size: 30px;
    color: #ffffff;
    transition: all 0.3s ease-in-out; }
    @media screen and (min-width: 1024px) {
      .footer__social a i {
        font-size: 40px; } }
    @media screen and (min-width: 1440px) {
      .footer__social a i {
        font-size: 50px; } }
  .footer__social a:hover i {
    color: #0d0d0d; }

.footer__description {
  color: #fff !important; }

.form-contact {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .form-contact {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1440px) {
    .form-contact {
      margin-bottom: 80px; } }

.form-contact__row {
  display: flex;
  flex-wrap: wrap; }

.form-contact__col {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .form-contact__col {
      margin: 0; } }
  .form-contact__col.form-contact__col--left {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .form-contact__col.form-contact__col--left {
        width: 65%;
        padding-top: 40px; } }
  .form-contact__col.form-contact__col--right {
    flex: 1; }

.form-contact__heading {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .form-contact__heading {
      margin-bottom: 40px; } }
  @media screen and (min-width: 1440px) {
    .form-contact__heading {
      margin-bottom: 60px; } }
  .form-contact__heading:after {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.form-contact__input {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .form-contact__input {
      margin-bottom: 25px; } }
  @media screen and (min-width: 1440px) {
    .form-contact__input {
      margin-bottom: 30px; } }

.form-contact__textarea {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .form-contact__textarea {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1440px) {
    .form-contact__textarea {
      margin-bottom: 60px; } }

.form-contact__block {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative; }
  @media screen and (min-width: 768px) {
    .form-contact__block {
      flex-direction: column;
      justify-content: normal; } }
  .form-contact__block:before {
    width: 8px;
    display: inline-block;
    height: calc(50% - 20px);
    background: #ff0000; }
    @media screen and (min-width: 768px) {
      .form-contact__block:before {
        content: '';
        margin-bottom: 30px; } }

.form-contact__social {
  text-align: center;
  margin: 0 20px; }
  @media screen and (min-width: 768px) {
    .form-contact__social {
      margin: 0 0 50px; } }
  .form-contact__social:last-child {
    margin: 0; }
  .form-contact__social a {
    display: block;
    color: #0d0d0d;
    transition: all 0.5s ease-in-out; }
    .form-contact__social a:hover {
      color: #ff0000; }

.form-contact__icon i {
  font-size: 30px; }
  @media screen and (min-width: 768px) {
    .form-contact__icon i {
      font-size: 40px;
      margin-bottom: 10px; } }
  @media screen and (min-width: 1280px) {
    .form-contact__icon i {
      font-size: 50px; } }

.form-home {
  position: relative; }
  .form-home .form-contact {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .form-home .form-contact__col.form-contact__col--left {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .form-home .form-contact__col.form-contact__col--left {
        width: 50%;
        padding-top: 40px; } }
  .form-home .form-contact__heading {
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .form-home .form-contact__heading {
        margin-bottom: 60px; } }
    @media screen and (min-width: 1440px) {
      .form-home .form-contact__heading {
        margin-bottom: 80px; } }
    .form-home .form-contact__heading:after {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .form-home .form-contact__heading.heading--underline:after {
      left: 50%;
      -webkit-transform: translate3d(-50%, 50%, 0);
              transform: translate3d(-50%, 50%, 0); }
  .form-home .form-contact__footer button {
    margin: 0 auto; }

.form-home__figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  max-height: 1080px; }
  .form-home__figure:before {
    max-width: 100%;
    padding-top: 56.25%; }
    @media screen and (max-width: 1024px) {
      .form-home__figure:before {
        min-height: 100vh; } }
    @media screen and (min-width: 1280px) {
      .form-home__figure:before {
        padding-top: 80.25%; } }
    @media screen and (min-width: 1440px) {
      .form-home__figure:before {
        padding-top: 56.25%; } }
  .form-home__figure:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75); }

.form-job__heading {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .form-job__heading {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1440px) {
    .form-job__heading {
      margin-bottom: 80px; } }

.form-job__input {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .form-job__input {
      margin-bottom: 25px; } }
  @media screen and (min-width: 1440px) {
    .form-job__input {
      margin-bottom: 30px; } }

.form-job__textarea {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .form-job__textarea {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1440px) {
    .form-job__textarea {
      margin-bottom: 60px; } }

.form-job__footer {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .form-job__footer {
      margin-bottom: 80px; } }
  @media screen and (min-width: 1440px) {
    .form-job__footer {
      margin-bottom: 120px; } }
  .form-job__footer button {
    margin: 0 auto; }

.gallery__row {
  display: flex;
  flex-wrap: wrap; }

.gallery__figure {
  height: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 0.5s ease-in-out; }
  .gallery__figure:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
  .gallery__figure:before {
    max-width: 100%;
    padding-top: 100%; }
    @media screen and (min-width: 768px) {
      .gallery__figure:before {
        padding-top: 112.5%; } }

.gallery__col {
  width: 100%; }
  .gallery__col .gallery__figure:before {
    padding-top: 100%; }
    @media screen and (min-width: 768px) {
      .gallery__col .gallery__figure:before {
        padding-top: 112.5%; } }
  @media screen and (min-width: 768px) {
    .gallery__col {
      width: 50%; } }

.gallery__col-100 {
  width: 100%; }
  .gallery__col-100 .gallery__figure:before {
    padding-top: 100%; }
    @media screen and (min-width: 768px) {
      .gallery__col-100 .gallery__figure:before {
        padding-top: 56.25%; } }

.gallery__figure--active {
  position: relative; }
  .gallery__figure--active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 0, 0, 0.7); }

.clearfix:after {
  content: '';
  clear: both;
  display: block; }

.modal-popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
  z-index: 999; }

/* Modal Content */
.modal-center {
  width: 100%;
  height: 100%; }

.modal-media__content {
  background-color: #000;
  margin: auto;
  padding: 20px 50px;
  width: 70%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-height: calc(100vh - 20px);
  overflow-y: auto; }
  @media screen and (max-width: 991px) {
    .modal-media__content {
      padding: 25px;
      width: 75%; } }
  .modal-media__content .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 991px) {
      .modal-media__content .modal-header {
        flex-direction: column; } }
    .modal-media__content .modal-header p {
      margin: 0;
      position: relative; }
      .modal-media__content .modal-header p:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 8px;
        background: red;
        right: 0;
        top: -14px; }
  .modal-media__content h2 {
    position: relative;
    margin: 20px 0; }
  .modal-media__content .modal-body {
    position: relative; }
  .modal-media__content .modal-nav {
    position: absolute;
    left: -96px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 65px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .modal-media__content .modal-nav li {
      float: left; }
      .modal-media__content .modal-nav li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 6px 20px;
        border: 1px solid red;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: block; }
      .modal-media__content .modal-nav li.active a {
        background: red; }
  .modal-media__content .library {
    position: relative;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .modal-media__content .library {
        flex-direction: row; } }
    .modal-media__content .library .col-8 {
      width: 100%; }
      @media (min-width: 992px) {
        .modal-media__content .library .col-8 {
          width: 75%; } }
      .modal-media__content .library .col-8 .library-box #video-id {
        width: 100%; }
      .modal-media__content .library .col-8 img {
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        z-index: 55; }
    .modal-media__content .library .col-4 {
      width: 100%; }
      @media (min-width: 992px) {
        .modal-media__content .library .col-4 {
          width: 25%; } }
      .modal-media__content .library .col-4 img {
        width: 100%; }
      .modal-media__content .library .col-4 .library-list {
        padding-left: 20px;
        overflow: auto; }
        @media screen and (max-width: 991px) {
          .modal-media__content .library .col-4 .library-list {
            max-width: 100%;
            overflow-x: auto; } }
        @media (min-width: 600px) {
          .modal-media__content .library .col-4 .library-list {
            max-height: 380px; } }
        @media (min-width: 1280px) {
          .modal-media__content .library .col-4 .library-list {
            max-height: 400px; } }
        @media (min-width: 1440px) {
          .modal-media__content .library .col-4 .library-list {
            max-height: 420px; } }
        .modal-media__content .library .col-4 .library-list ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          @media screen and (max-width: 991px) {
            .modal-media__content .library .col-4 .library-list ul {
              display: flex; } }
          .modal-media__content .library .col-4 .library-list ul li {
            margin-bottom: 20px; }
            @media screen and (max-width: 991px) {
              .modal-media__content .library .col-4 .library-list ul li {
                flex: 0 0 33%; } }

.panels .library {
  display: none; }
  .panels .library.active {
    display: flex; }

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 40px !important;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 47px;
  text-align: center;
  transition: 0.5s ease-in-out; }

.close:hover,
.close:focus {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer; }

/* Reponsive */
@media (min-width: 992px) {
  .modal-media__content {
    max-width: 1000px; } }

@media (min-width: 1220px) {
  .modal-media__content {
    max-width: 1250px; } }

#video li {
  margin-bottom: 20px;
  position: relative; }
  #video li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }
  #video li .button-media {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    border: 3px solid #ff0000;
    transition: all 0.5s ease-in-out;
    z-index: 2;
    pointer-events: none; }
    #video li .button-media:hover {
      border-color: #fff; }
      #video li .button-media:hover i {
        color: #fff; }
    @media (min-width: 600px) {
      #video li .button-media {
        width: 40px;
        height: 40px; } }
    @media (min-width: 992px) {
      #video li .button-media {
        width: 60px;
        height: 60px; } }
    #video li .button-media i {
      color: #ff0000;
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      transition: all 0.5s ease-in-out; }
      @media (min-width: 600px) {
        #video li .button-media i {
          font-size: 20px; } }
      @media (min-width: 992px) {
        #video li .button-media i {
          font-size: 22px; } }

@media (max-width: 991px) {
  .media_title {
    margin-bottom: 20px !important;
    text-align: center; }
    .media_title:before {
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.5s ease-in-out; }

.header__scroll {
  background: rgba(13, 13, 13, 0.85); }

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.header__title {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  display: none; }
  @media screen and (min-width: 768px) {
    .header__title {
      display: block; } }

.header__nav {
  color: #ffffff; }

.button-header {
  background: transparent;
  border: 0;
  /*i.fa-header-custom {
    color: #fff;
    font-size: 24px;
    transition: all 0.5s ease-in-out;
    @media screen and (min-width: 768px) {
      font-size: 30px;
    }
    &:before {
      content: "\f0c9";
    }
  }*/ }
  .button-header:focus {
    border: 0;
    outline: none; }
  .button-header:hover .bar {
    background: #ff0000; }
  .button-header .bar {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.5s ease-in-out; }
    .button-header .bar:last-child {
      margin-bottom: 0; }

.header__menu {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  background: #0d0d0d;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none; }

.header__list {
  width: 100%;
  padding: 0 40px;
  overflow-y: auto;
  max-height: calc(100vh - 100px); }
  @media screen and (min-width: 768px) {
    .header__list {
      width: 50%; } }
  @media screen and (min-width: 1024px) {
    .header__list {
      width: 500px; } }

.header__item a {
  color: #fff;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ff0000, #ff0000 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%; }
  @media screen and (min-width: 1024px) {
    .header__item a:hover {
      transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
      -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1); /* Safari */
      background-position: 0%; } }
  .header__item a.active {
    color: #ff0000;
    -webkit-text-fill-color: unset; 
  }

.header__social {
  margin-right: 20px;
  color: #888; }
  .header__social:hover i {
    color: #fff; }
  .header__social i {
    font-size: 28px;
    transition: all 0.5s ease-in-out; }

.header__item--p {
  margin: 20px 0; }
  @media screen and (min-width: 1024px) {
    .header__item--p {
      margin-top: 30px; } }
  @media screen and (min-width: 1440px) {
    .header__item--p {
      margin-top: 40px; } }
  @media screen and (min-width: 1500px) {
    .header__item--p {
      margin-top: 50px; } }

.nav__logo, .button-header {
  position: relative;
  z-index: 1; }

.tabs {
  padding: 60px 0; }
  @media screen and (min-width: 1024px) {
    .tabs {
      padding: 80px 0; } }
  @media screen and (min-width: 1440px) {
    .tabs {
      padding: 90px 0; } }

.tabs__container {
  max-width: 800px;
  text-align: center; }

.tabs__name {
  display: inline-block;
  margin: 10px 15px; }
  @media screen and (min-width: 768px) {
    .tabs__name {
      margin: 15px 30px; } }
  .tabs__name.tabs__name--active {
    text-decoration: underline; }
    .tabs__name.tabs__name--active a {
      color: #ff0000; }
  .tabs__name:hover a {
    color: #808080; }
  .tabs__name a {
    color: #0d0d0d;
    transition: all 0.5s ease-in-out;
    cursor: pointer; }

.tab-content {
  margin-bottom: 60px; }
  @media screen and (min-width: 1024px) {
    .tab-content {
      margin-bottom: 80px; } }
  @media screen and (min-width: 1440px) {
    .tab-content {
      margin-bottom: 120px; } }

.tab-content__list {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap; }

.tab-content__item {
  width: 100%;
  margin: 15px 0;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .tab-content__item {
      margin: 15px;
      width: calc(50% - 30px); } }
  @media screen and (min-width: 1280px) {
    .tab-content__item {
      width: calc(33.33% - 30px); } }
  @media screen and (min-width: 1100px) {
    .tab-content__item:hover .tab-content__inner {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65)); } }
  @media screen and (min-width: 1100px) {
    .tab-content__item:hover .tab-content__figure {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); } }
  @media screen and (min-width: 1100px) {
    .tab-content__item:hover .tab-content__figure:after {
      background: transparent; } }

.tab-content__figure {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 0.5s ease-in-out; }
  .tab-content__figure:before {
    padding-top: 67.64706%; }
  .tab-content__figure:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    transition: all 0.5s ease-in-out; }

.tab-content__inner {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 30px 30px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out; }

.tab-content__title {
  color: #fff; }
  .tab-content__title:after {
    left: 30px;
    bottom: -8px;
    -webkit-transform: rotate3d(0, 0, 0);
            transform: rotate3d(0, 0, 0); }

.tab-content__see-more:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 0, 0, 0.65); }

.tab-content__see-more .tab-content__figure:after {
  background: transparent; }

.tab-content__see-more .tab-content__inner {
  z-index: 2;
  right: 0;
  left: auto;
  background: transparent !important; }

.tab-content__see-more .tab-content__title {
  text-align: right; }
  .tab-content__see-more .tab-content__title:after {
    height: 3px;
    left: auto;
    right: 0;
    bottom: 0px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background-color: #ffffff; }
.hero-image__inner{
  display: flex;
}
#event_prev{
  color: #d1cdcd;
  font-size: 100px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
#event_image{
  
  display: block;
}
#event_next{
  color: #d1cdcd;
  font-size: 100px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
