body, .block-team h5 {
  font-family: 'Roboto Condensed', sans-serif;
}

.btn, .btn-text, .ngg-navigation a, .ngg-navigation span, h1,
h2,
h3,
h4,
h5,
h6, .block-header {
  font-family: 'Saira Extra Condensed', sans-serif;
}

.block-banner figure img, .section-benefits .image-block figure img, .section-workshops header .background-image img, .section-feedback figure img, .block-photo figure img, .block-page-banner .background-image img, .block-archive figure img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.btn {
  color: #ffffff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ff0100), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ff0100 50%, transparent 50%);
  background-position: bottom 0 left 0;
  background-size: 202% 100%;
  border: solid 1px #ff0100;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: .6rem 1.8rem;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (min-width: 575px) {
  .btn {
    padding: .7rem 2rem;
  }
}

@media (min-width: 768px) {
  .btn {
    padding: .8rem 2.2rem;
  }
}

.btn:hover {
  color: #ffffff;
  background-color: transparent;
  background-position: bottom 0 right 0;
  border-color: #ff0100;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn img, .btn svg {
  position: relative;
  bottom: 2px;
  width: auto;
  height: 12px;
  margin-left: 5px;
}

.btn img:first-child, .btn svg:first-child {
  margin-left: 0;
  margin-right: 5px;
}

.btn i {
  margin-right: 5px;
}

.btn i svg {
  height: 1rem;
}

.btn-radius {
  border-radius: 4rem;
}

.btn-skewed {
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

.btn-lite {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-position: bottom 0 left 0;
  border-color: #ffffff;
  color: #000000;
}

.btn-lite svg path {
  fill: #000000;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-lite:hover {
  background-color: transparent;
  background-position: bottom 0 right 0;
  border-color: #ffffff;
}

.btn-lite:hover svg path {
  fill: #ffffff;
}

.btn-border {
  background-position: bottom 0 right 0;
}

.btn-border:hover {
  background-position: bottom 0 left 0;
}

.btn-lite.btn-border {
  color: #ffffff;
}

.btn-lite.btn-border:hover {
  color: #000000;
}

.btn-dark {
  border-color: #262626;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #262626), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #262626 50%, transparent 50%);
}

.btn-dark:hover {
  border-color: #262626;
}

.btn-arrow {
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.btn-arrow svg {
  height: 1.2rem;
  width: auto;
  display: block;
}

@media (min-width: 575px) {
  .btn-arrow svg {
    height: 1.4rem;
  }
}

@media (min-width: 768px) {
  .btn-arrow svg {
    height: 1.6rem;
  }
}

.btn-arrow svg polyline {
  stroke: #ff0100;
}

.arrow-black svg polyline {
  stroke: #c7c7c7;
}

.btn-text {
  font-size: 1.1rem;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c7c7c7;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-text::before, .btn-text::after {
  width: 2rem;
  height: 1px;
  content: '';
  position: absolute;
  top: 50%;
  left: -2.5rem;
  background-color: #c7c7c7;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn-text::after {
  width: 1rem;
  z-index: 1;
  background-color: #ff0100;
}

.btn-text:hover {
  color: #ff0100;
}

.btn-text:hover::after {
  width: 2rem;
}

.btn-angle {
  display: inline-block;
  vertical-align: middle;
}

.btn-angle svg {
  height: 1.2rem;
  width: auto;
  display: block;
}

@media (min-width: 575px) {
  .btn-angle svg {
    height: 1.4rem;
  }
}

@media (min-width: 768px) {
  .btn-angle svg {
    height: 1.6rem;
  }
}

.btn-angle svg polyline {
  stroke: #ff0100;
}

.field-block {
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
}

.field-block label {
  font-weight: 400;
  color: #c7c7c7;
}

.field-block input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .field-block textarea, .field-block select {
  width: 100%;
  border: solid 1px #787878;
  border-radius: 0;
  padding: .5rem 1rem;
  height: 3rem;
  font-size: .9rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.field-block input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus, .field-block textarea:focus, .field-block select:focus {
  border-color: #ff0100;
}

.field-block input[type="file"] {
  padding-top: .7rem !important;
  height: auto !important;
}

.field-block select {
  background-image: url("../images/icon-sort.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.field-block textarea {
  height: 6rem;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .field-block textarea {
    height: 8rem;
  }
}

span.wpcf7-not-valid-tip {
  font-size: .9rem;
  margin-top: 5px;
}

div.wpcf7-response-output {
  text-align: center;
}

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 125;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
}

.block-modal.modal-open {
  opacity: 1;
}

.block-modal.modal-open .content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.block-modal .content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 650px;
  max-width: 90%;
  margin: 5% auto;
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transition: all .6s;
  transition: all .6s;
  text-align: left;
}

.block-modal .content .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.block-modal .content .cross::before, .block-modal .content .cross::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  background-color: #ff0100;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.block-modal .content .cross::before {
  width: 90%;
  height: 2px;
}

.block-modal .content .cross::after {
  width: 2px;
  height: 90%;
}

.block-modal .content .cross:hover::before, .block-modal .content .cross:hover::after {
  opacity: 0.8;
}

.block-modal .content .cross:hover::before {
  width: 80%;
}

.block-modal .content .cross:hover::after {
  height: 80%;
}

.block-modal .data-block {
  padding: 2rem 1rem;
}

.block-modal h2 {
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}

.block-modal .btn:hover {
  color: #ff0100;
}

.block-pagination {
  margin-top: 2rem;
}

.block-pagination a,
.block-pagination span {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border: solid 1px #ff0100;
  margin: 0 2px;
  padding: 0 .5rem;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #c7c7c7;
}

.block-pagination a {
  cursor: pointer;
}

.block-pagination .current {
  border-color: #ff0100;
  background-color: #ff0100;
  color: #ffffff;
}

hr {
  background-color: #787878;
}

.block-hos {
  width: 100%;
  height: 4rem;
}

@media (min-width: 575px) {
  .block-hos {
    height: 6rem;
  }
}

.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999999;
}

.block-mobile-nav {
  background-color: #000000;
  color: #c7c7c7;
  font-weight: 400;
  width: 260px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -260px;
  z-index: 321;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.block-mobile-nav.active {
  right: 0;
}

.block-mobile-nav .data-block {
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 1rem 2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.block-mobile-nav a {
  -webkit-transition: .4s;
  transition: .4s;
}

.block-mobile-nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-mobile-nav nav ul li {
  position: relative;
  margin: 0;
  padding: 0.5rem 0;
}

.block-mobile-nav nav ul li a {
  display: block;
  color: #c7c7c7;
  font-size: .9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.block-mobile-nav nav ul li a:hover {
  color: #ffffff;
}

.block-wrapper {
  width: 100%;
  overflow: hidden;
}

.block-wrapper.active .block-ui {
  right: 260px;
}

@media (min-width: 1200px) {
  .block-wrapper.active .block-ui {
    right: 0;
  }
}

.block-wrapper .block-ui {
  position: relative;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-mouse {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: 6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #ffffff;
}

.block-mouse:hover b {
  letter-spacing: 1px;
}

.block-mouse b {
  display: block;
  white-space: nowrap;
  font-size: .9rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-mouse .icon {
  display: block;
  width: 24px;
  height: 40px;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.block-mouse .wheel {
  height: 10px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
          animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 16px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 16px;
    opacity: 0;
  }
}

.block-wysiwyg a {
  color: #ffffff;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-wysiwyg a::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.block-wysiwyg a:hover {
  color: #ffffff;
}

.block-wysiwyg a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mejs__overlay-button {
  position: relative;
  background-color: rgba(219, 53, 42, 0.4) !important;
  border-radius: 50%;
  background-image: none;
  outline: none;
}

.mejs__overlay-button::before {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(219, 53, 42, 0.8);
  -webkit-transition: .4s;
  transition: .4s;
}

.mejs__overlay-button::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.mejs__overlay-button:hover::before {
  -webkit-animation: rounscale 2s ease-in-out infinite;
          animation: rounscale 2s ease-in-out infinite;
}

@-webkit-keyframes rounscale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes rounscale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pf-control-bar-button g,
.pf-control-bar-pager g {
  fill: #c7c7c7;
}

#pf-pagerin {
  color: #c7c7c7;
}

.block-owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  height: 1px;
}

.block-owl-nav button {
  border: solid 1px #787878;
  background-color: transparent;
  color: #c7c7c7;
  outline: none;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-owl-nav button svg {
  width: 60%;
  height: 60%;
  display: block;
  margin: 20%;
}

.block-owl-nav button svg polygon {
  fill: #c7c7c7;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-owl-nav button:hover {
  border-color: #ff0100;
}

.block-owl-nav button:hover svg polygon {
  fill: #ff0100;
}

.sl-overlay {
  background-color: #1e1e1e !important;
  opacity: .9 !important;
}

.sl-wrapper .sl-navigation button {
  color: #c7c7c7 !important;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  color: #c7c7c7 !important;
}

.sl-wrapper .sl-image .sl-caption {
  display: none !important;
}

.ngg-navigation a, .ngg-navigation span {
  font-size: 1.1rem;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem !important;
  line-height: calc(2rem - 2px) !important;
  padding: 0 !important;
  text-align: center !important;
  background-color: transparent !important;
  border: solid 1px #ff0100 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}

.ngg-navigation span {
  background-color: #ff0100 !important;
}

body {
  margin: 0;
  background-color: #000000;
  color: #c7c7c7;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  -webkit-smoothing: antialiased;
  -moz-osx-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.modal-open {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body.admin-bar .block-header,
body.admin-bar .block-mobile-nav {
  top: 32px;
}

a {
  text-decoration: none;
  outline-width: 0;
}

a:hover {
  text-decoration: none;
  outline-width: 0;
}

a:active {
  text-decoration: none;
  outline-width: 0;
}

a:visited {
  text-decoration: none;
  outline-width: 0;
}

a:focus {
  text-decoration: none;
  outline-width: 0;
}

button,
input,
select,
textarea {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:hover,
input:hover,
select:hover,
textarea:hover {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:active,
input:active,
select:active,
textarea:active {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:visited,
input:visited,
select:visited,
textarea:visited {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: 300;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
}

.h1,
h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media (min-width: 575px) {
  .h1,
  h1 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.2rem;
  }
}

.h2,
h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media (min-width: 575px) {
  .h2,
  h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: 1.3rem;
  line-height: 1.2;
}

@media (min-width: 575px) {
  .h3,
  h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 1.8rem;
  }
}

.h4,
h4 {
  font-size: 1.3rem;
}

@media (min-width: 575px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 1.7rem;
  }
}

.h5,
h5 {
  font-size: 1.2rem;
}

@media (min-width: 575px) {
  .h5,
  h5 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 1.6rem;
  }
}

.h6,
h6 {
  font-size: 1.1rem;
}

@media (min-width: 575px) {
  .h6,
  h6 {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .h6,
  h6 {
    font-size: 1.5rem;
  }
}

a {
  color: #ff0100;
}

a:hover {
  color: inherit;
}

p {
  margin-bottom: 1rem;
}

small {
  font-size: 90%;
  font-weight: inherit;
}

b {
  font-weight: 500;
}

strong {
  font-weight: 600;
}

label {
  font-weight: 400;
}

button {
  color: inherit;
  font-weight: inherit;
}

nav {
  display: block;
}

img {
  max-width: 100%;
}

.block-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  background-color: #000000;
  color: #c7c7c7;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-header.expanded {
  right: 260px;
}

@media (min-width: 1200px) {
  .block-header.expanded {
    right: 0;
  }
}

.block-header a {
  -webkit-transition: .4s;
  transition: .4s;
}

.block-header .container {
  position: relative;
  height: 4rem;
}

@media (min-width: 575px) {
  .block-header .container {
    height: 6rem;
  }
}

.block-header .logo-block a {
  display: block;
  color: #c7c7c7;
}

.block-header .logo-block img {
  width: auto;
  height: 2.4rem;
  display: block;
}

@media (min-width: 575px) {
  .block-header .logo-block img {
    height: 2.8rem;
  }
}

.block-header .nav-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-header .nav-block ul li {
  margin: 0 0 0 1.5rem;
  padding: 0;
}

.block-header .nav-block a {
  text-transform: uppercase;
  color: #c7c7c7;
}

.block-header .nav-block a.active {
  color: #ff0100;
}

.block-header .nav-block a:hover {
  color: #ffffff;
}

.block-header .menu-block {
  position: relative;
  width: 3rem;
  padding: 0;
  cursor: pointer;
  text-align: right;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.block-header .menu-block.active span {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  opacity: 0;
}

.block-header .menu-block.active span:nth-child(2) {
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.block-header .menu-block.active span:nth-child(2)::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.block-header .menu-block.active span:nth-child(2)::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.block-header .menu-block.active span:nth-child(3) {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}

.block-header .menu-block div {
  width: 1.4rem;
  margin: .5rem auto;
}

.block-header .menu-block div::after {
  display: block;
  clear: both;
  content: '';
}

.block-header .menu-block span {
  display: block;
  float: right;
  position: relative;
  width: 100%;
  height: 2px;
  margin: 2px 0;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-header .menu-block span:nth-child(2) {
  background-color: transparent;
}

.block-header .menu-block span:nth-child(2)::before, .block-header .menu-block span:nth-child(2)::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-header .social-block {
  margin-left: auto;
  margin-right: 1rem;
}

@media (min-width: 992px) {
  .block-header .social-block {
    margin-left: 0;
    margin-right: 0;
  }
}

.block-header .social-block a {
  color: #c7c7c7;
  margin-left: .5rem;
}

.block-header .social-block a svg {
  width: 22px;
  height: 22px;
}

.block-header .social-block a svg path {
  fill: #c7c7c7;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-header .social-block a:hover {
  color: #ffffff;
}

.block-header .social-block a:hover svg path {
  fill: #ffffff;
}

.block-banner {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.block-banner figure {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: relative;
  z-index: 0;
}

.block-banner figure::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.3;
}

.block-banner .data-block {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-banner .container {
  position: relative;
}

.block-banner .logo-block img {
  display: inline-block;
  width: auto;
  height: 6rem;
}

@media (min-width: 575px) {
  .block-banner .logo-block img {
    height: 7rem;
  }
}

@media (min-width: 768px) {
  .block-banner .logo-block img {
    height: 9rem;
  }
}

.block-banner h1 {
  margin: 0;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 400;
  border: solid 2px #ffffff;
  padding: 1rem;
}

@media (min-width: 575px) {
  .block-banner h1 {
    font-size: 3.4rem;
  }
}

@media (min-width: 768px) {
  .block-banner h1 {
    font-size: 3.6rem;
  }
}

@media (min-width: 992px) {
  .block-banner h1 {
    font-size: 3.8rem;
  }
}

@media (min-width: 1200px) {
  .block-banner h1 {
    font-size: 4rem;
  }
}

.block-section .title-block {
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

@media (min-width: 575px) {
  .block-section .title-block {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .block-section .title-block {
    font-size: 2.2rem;
    letter-spacing: 3px;
    margin-bottom: 2rem;
  }
}

.block-section .caption-block {
  margin-top: -1.2rem;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
}

@media (min-width: 575px) {
  .block-section .caption-block {
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .block-section .caption-block {
    margin-top: -2rem;
    margin-bottom: 2rem;
  }
}

.block-team {
  display: block;
  margin-bottom: 2rem;
}

.block-team.background-gradient .text-block {
  padding: 1rem 0 1rem 1rem;
}

.block-team.team2x h3 {
  font-size: 1.6rem;
}

.block-team.team2x h5 {
  font-size: 1rem;
}

.block-team figure {
  margin: 0;
}

.block-team h3 {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.block-team h5 {
  color: #c7c7c7;
  font-size: .9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-benefits .image-block {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  z-index: 0;
}

@media (min-width: 992px) {
  .section-benefits .image-block {
    width: 40%;
    padding-bottom: 0;
  }
}

.section-benefits .image-block figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0;
}

.section-benefits .data-block {
  width: 100%;
  max-width: 750px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 992px) {
  .section-benefits .data-block {
    width: 60%;
  }
}

.section-benefits .data-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-benefits .data-block li {
  margin-top: 1rem;
  position: relative;
  padding-left: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
}

.section-benefits .data-block li::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: .5rem;
  left: 0;
  content: '';
  border: solid 2px #c7c7c7;
}

.section-benefits .data-block a {
  -webkit-transition: .4s;
  transition: .4s;
}

.section-benefits .data-block a:hover {
  color: #ffffff;
}

.section-workshops header {
  position: relative;
  padding: 3rem 0;
}

.section-workshops header .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.section-workshops header h1 {
  margin: 0;
  padding: 1rem 0;
  display: inline-block;
  font-size: 3rem;
  border-style: solid;
  border-width: 2px 0;
  border-color: #ffffff;
  position: relative;
  z-index: 3;
}

.section-workshops ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.section-workshops ul li {
  margin-left: 3rem;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.section-workshops ul li::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.section-workshops ul li:hover {
  color: #ffffff;
}

.section-workshops ul li:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section-workshops .btn {
  margin: 0;
  width: 100%;
}

@media (min-width: 500px) {
  .section-workshops .btn {
    width: 50%;
  }
}

@media (min-width: 575px) {
  .section-workshops .btn {
    margin: 0 .5rem;
    width: auto;
  }
}

.section-workshops .btn svg {
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
}

.section-feedback {
  background-position: #ff0100;
  position: relative;
  z-index: 0;
}

.section-feedback figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
}

.section-feedback figure::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.7;
}

.block-footer a {
  color: #ffffff;
}

.block-footer .data-block p {
  font-size: 1.6rem;
}

@media (min-width: 575px) {
  .block-footer .data-block p {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .block-footer .data-block p {
    font-size: 2rem;
  }
}

.block-footer .form-block {
  display: none;
  margin-top: 2rem;
}

.block-footer .form-block input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .block-footer .form-block textarea, .block-footer .form-block select {
  color: #ffffff;
}

.block-footer .form-block input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus, .block-footer .form-block textarea:focus, .block-footer .form-block select:focus {
  border-color: #ffffff;
}

.block-footer .form-block + .btn {
  margin-top: 1rem;
}

.block-footer .copy-block {
  padding: 2rem 0;
  font-size: 1rem;
}

.section-gallery .items {
  margin-left: -10px;
  margin-right: -10px;
}

.section-gallery .items .item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  float: left;
}

@media (min-width: 768px) {
  .section-gallery .items .item {
    width: 25%;
  }
}

.section-gallery .items .item-wide {
  width: 50%;
}

.section-gallery .block-photo {
  margin-bottom: 0;
}

.section-gallery .block-video {
  margin-bottom: 0;
}

.block-photo {
  display: block;
  width: 100%;
  padding: 1px;
  background-color: #303030;
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
}

.block-photo figure {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin: 0;
}

.block-photo figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.block-photo footer {
  width: 80%;
  padding: .5rem;
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #303030;
  -webkit-transition: .4s;
  transition: .4s;
}

.block-photo h4 {
  font-size: 1.1rem;
  margin: 0;
}

.block-video {
  display: block;
  position: relative;
  z-index: 0;
  background-color: #303030;
  padding: 1px;
  margin-bottom: 2rem;
}

.block-video .video-block {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.block-video .video-block::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: transparent;
}

.block-video iframe,
.block-video object,
.block-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-page-photos .items {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: -7px;
}

.block-page-photos .item {
  width: 50%;
  float: left;
  padding: 0 7px 10px;
}

@media (min-width: 575px) {
  .block-page-photos .item {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .block-page-photos .item {
    width: 25%;
  }
}

.block-page-photos .block-photo {
  margin-bottom: 7px;
}

.block-page-videos .btn {
  margin: 0 5px;
}

.block-page-videos .items {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}

.block-page-videos .item {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding: 0 10px 10px;
}

@media (min-width: 768px) {
  .block-page-videos .item {
    width: 50%;
  }
}

.block-page-videos .block-video {
  margin-bottom: 0;
}

.block-page-banner {
  position: relative;
  padding: 3rem 0;
}

.block-page-banner .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.block-page-banner h1 {
  margin: 0;
  padding: 1rem 0;
  display: inline-block;
  font-size: 2.2rem;
  border-style: solid;
  border-width: 2px 0;
  border-color: #ffffff;
  position: relative;
  z-index: 3;
}

@media (min-width: 575px) {
  .block-page-banner h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .block-page-banner h1 {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) {
  .block-page-banner h1 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .block-page-banner h1 {
    font-size: 3rem;
  }
}

.block-archive {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
  display: block;
  color: #ffffff;
  text-align: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 575px) {
  .block-archive {
    margin-bottom: 0;
  }
}

.block-archive .image-block {
  display: block;
  position: relative;
  color: #ffffff;
}

.block-archive figure {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 60%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.block-archive figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.block-archive figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .4s;
  transition: .4s;
}

.block-archive .title-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  font-size: 2.2rem;
  border: solid 1px #ffffff;
  border-width: 1px 0;
}

@media (min-width: 575px) {
  .block-archive .title-block {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .block-archive .title-block {
    font-size: 2.6rem;
  }
}

@media (min-width: 992px) {
  .block-archive .title-block {
    font-size: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .block-archive .title-block {
    font-size: 3rem;
  }
}

.block-archive .text-block {
  width: 80%;
  background-color: #000000;
  position: absolute;
  bottom: -1px;
  right: 0;
  padding: 1rem;
}

.block-archive footer {
  margin-left: 20%;
  padding-left: 1rem;
}

.block-archive h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

@media (min-width: 575px) {
  .block-archive h3 {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  .block-archive h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .block-archive h3 {
    font-size: 1.6rem;
  }
}

.block-archive p {
  margin: 0;
  font-size: 0.8rem;
  color: #c7c7c7;
}

.color-white {
  color: #ffffff;
}

.color-theme {
  color: #ff0100;
}

.background-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(200%, rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 200%);
  background-size: 200%;
  background-position: 0;
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
}

.background-gradient:hover {
  background-position: 100%;
}

.js-exp-text {
  display: none;
}

.gap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 575px) {
  .gap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .gap {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 992px) {
  .gap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.gap-up {
  padding-top: 2rem;
}

@media (min-width: 575px) {
  .gap-up {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) {
  .gap-up {
    padding-top: 3.5rem;
  }
}

@media (min-width: 992px) {
  .gap-up {
    padding-top: 4rem;
  }
}

.gap-down {
  padding-bottom: 2rem;
}

@media (min-width: 575px) {
  .gap-down {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .gap-down {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 992px) {
  .gap-down {
    padding-bottom: 4rem;
  }
}

/*# sourceMappingURL=app.css.map */
