@charset "UTF-8";
/*

  Theme Name: PQ21
  Author: 1POINT21

*/
/*
NO LONGER USING SASS AS OF 06/22
*/
* {
  margin: 0;
  padding: 0;
  outline: none;
}

a {
  outline: none;
}

a img {
  border: none;
}

textarea {
  resize: none;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

/* Disables scaling on landscape mobile */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-family: Mulish, sans-serif;
}

/*
html.fixed, body.fixed {
	overflow: hidden;
	height:100%;
}
*/
body .gform_wrapper .gform_validation_container {
  display: none;
}

.validation_error {
  display: none;
}

body img.gform_ajax_spinner {
  display: none !important;
}

li.gform_hidden {
  display: none !important;
}

header,
section,
nav,
footer {
  display: block;
}

input,
textarea {
  -webkit-appearance: none;
}

.wistia_click_to_play > div > div {
  display: none !important;
}

h1,
h2,
h3,
h4 {
  font-style: normal;
  font-weight: 400;
}

.tablet-only {
  display: none;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-after-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .tablet-only {
    display: block !important;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  background: 0 0;
  outline: 0;
}

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-weight: 400;
  font-style: normal;
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.content {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.02em;
}
.content-column {
  display: flex;
  justify-content: space-between;
  margin: 90px auto 0;
}
.content-column > div {
  width: calc(50% - 2rem);
  max-width: 550px;
}
.content-column:last-child {
  margin-top: 0;
}

.content p {
  margin-bottom: 25px;
}
.content a {
  color: #B51818;
  transition: all 0.3s ease-in-out;
}
.content a:hover {
  color: #FF0F17;
  text-decoration: none;
}
.content h1 {
  position: relative;
  max-width: 100%;
  margin-bottom: 45px;
  font-size: 55px;
  line-height: calc(1em + 10px);
  font-family: "abril-display", serif;
  color: #000E23;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.content h2 {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 32px;
  font-family: "abril-display", serif;
  color: #B51818;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .content h2 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .content h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .content h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.content h2:not(:first-child) {
  margin-top: 20px;
}
.content ul {
  margin-bottom: 20px;
}
.content ul li {
  padding-left: 20px;
  margin-bottom: 15px;
}
.content ul li:before {
  content: "•";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
  color: #B51818;
}
.content ul li a {
  color: #B51818;
  text-decoration: underline;
}
.content ul li a:hover {
  color: #FF0F17;
  text-decoration: none;
}
.content li {
  list-style: none;
  position: relative;
}
.content h3 {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 20px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 15px;
}
.content h3:not(:first-child) {
  margin-top: 10px;
}
.content blockquote {
  margin: 70px 0;
}
.content blockquote p {
  padding: 1.5rem 2rem 1.75rem;
  max-width: 100%;
  margin: 0 auto;
  font-size: 38px;
  letter-spacing: 0.03em;
  line-height: 1.37;
  font-family: Mulish, sans-serif;
  color: #000;
  font-weight: 200;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
.content blockquote:before, .content blockquote::after {
  content: "";
  width: 110px;
  height: 5px;
  display: block;
  background: #B51818;
  margin: 0 auto;
}

.gfield_validation_message {
  color: red;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .content-column {
    margin: 60px auto 0;
    flex-wrap: wrap;
  }

  .content-column > div {
    max-width: none;
    width: 100%;
    flex: 0 0 auto;
  }
  .content-column:last-of-type {
    margin-top: 0;
  }
  .content h2 {
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .content h2:not(:first-child) {
    margin-top: 40px;
  }
  .content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
  }
  .content h3 {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 25px;
  }
  .content h3:not(:first-child) {
    margin-top: 30px;
  }
  .content ul {
    margin-bottom: 20px;
  }
  .content h1 {
    font-size: 35px;
    margin: 0 auto 20px;
  }
  .content h1 .lines {
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .content blockquote {
    margin: 40px 0;
  }
  .content blockquote p {
    padding: 1.5rem 1.75rem;
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .content-column {
    justify-content: center;
    margin: 75px auto 0;
    max-width: 590px;
    flex-wrap: wrap;
  }

  .content-column > div {
    max-width: none;
    width: 100%;
    flex: 0 0 auto;
  }
  .content-column:last-child {
    margin-top: 0;
  }
  
	.content {
	  font-size: 16px;
	  line-height: 28px;
	}
  
  .content h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  .content h2:not(:first-child) {
    margin-top: 40px;
  }
  .content {
    font-size: 16px;
    line-height: 28px;
  }
  .content h3 {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 25px;
  }
  .content h3:not(:first-child) {
    margin-top: 50px;
  }
  .content h1 {
    margin-bottom: 60px;
    font-size: 40px;
  }
  .content h1 .lines {
    left: -28px;
    max-height: 155px;
  }
  .content h1 .lines svg {
    width: 100%;
    height: 100%;
    max-height: 155px;
  }
  .content blockquote {
    margin: 50px 0;
  }
  .content blockquote p {
    font-size: 26px;
    line-height: 1.46;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .content-column {
    margin: 80px auto 0;
    flex-wrap: wrap;
  }
  .content-column:last-child {
    margin-top: 0;
  }
  

  .content-column > div {
    max-width: none;
    width: 100%;
    flex: 0 0 auto;
  }
  .content p {
    font-size: 16px;
    line-height: 1.75;
  }
  .content h2 {
    line-height: 1.45;
    font-size: 22px;
  }
  .content h2:not(:first-child) {
    margin-top: 50px;
  }
  
  .content h1 {
    margin-bottom: 70px;
    font-size: 45px;
  }
  .content h1 .lines {
    left: -30px;
    max-height: 160px;
  }
  .content h1 .lines svg {
    max-height: 160px;
    width: 100%;
    height: 100%;
  }
  .content blockquote {
    margin: 50px 0;
  }
  .content blockquote p {
    padding: 1.5rem 1rem;
    font-size: 28px;
    line-height: 1.42;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .content-column {
    margin: 80px auto 0;
  }
  .content-column:last-child {
    margin-top: 0;
  }
  
  .content h2 {
    font-size: 25px;
  }
  .content h1 {
    margin-bottom: 80px;
    font-size: 50px;
    line-height: 1.2;
  }
  .content h1 .lines {
    max-height: 180px;
  }
  .content h1 .lines svg {
    max-height: 180px;
    width: 100%;
    height: 100%;
  }
  .content blockquote p {
    padding: 1.5rem 1rem;
    font-size: 30px;
    line-height: 1.4;
  }
}
html.menu-active {
  overflow: hidden;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left:0;
  z-index: 99999;
}
header .header-bar {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 3rem;
  height: 90px;
}
header .header-button {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 74px;
  width: 74px;
  background: #000000;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #FF0F17;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
header .header-button span:not(:last-child) {
  width: 34px;
  height: 3px;
  margin-bottom: 8px;
  background: #FF0F17;
}
header .header-button span:nth-child(2) {
  width: 24px;
  margin-right: 10px;
}
header .header-text {
  display: flex;
  align-items: center;
}
header .header-text .text {
  color: #fff;
  font-weight: 700;
}
header .header-text .text:not(:last-child):after {
  content: "/";
  color: #FF0F17;
  margin: 0 7px 0 4px;
}
header .header-text .text:last-child:after {
  content: "•";
  color: #FF0F17;
  margin: 0 8px 0 5px;
}
header .header-end {
  display: flex;
  align-items: center;
}
header .header-phone a {
  font-size: 30px;
  letter-spacing: 0.015em;
  line-height: 1;
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
header .header-cta-button {
  margin-left: 40px;
}
header .header-nav {
  width: 100%;
  background: #EFEFEF;
  position: relative;
}
header .header-nav .nav-menu .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
header .header-nav .nav-menu .menu > li {
  text-align: center;
  margin: 0 30px;
  padding: 15px 0;
}
header .header-nav .nav-menu .menu > li > a {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
header .header-nav .nav-menu .menu > li.menu-item-has-children > a:after {
  content: "";
  background: none;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 3px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #010308;
  border-bottom: 2px solid #010308;
  margin-left: 10px;
}

.small-banner header .header-nav,
.page-template-template-bio header .header-nav,
.page-template-template-contact header .header-nav,
.error404 header .header-nav {
  border-bottom: 1px solid #EFEFEF;
}

.small-banner header .header-nav .nav-menu .menu > li.menu-item-has-children > a:after,
.page-template-template-bio header .header-nav .nav-menu .menu > li.menu-item-has-children > a:after,
.page-template-template-contact header .header-nav .nav-menu .menu > li.menu-item-has-children > a:after,
.error404 header .header-nav .nav-menu .menu > li.menu-item-has-children > a:after {
  border-color: #000E23;
}
.small-banner header .header-nav .nav-menu .menu > li > a,
.page-template-template-bio header .header-nav .nav-menu .menu > li > a,
.page-template-template-contact header .header-nav .nav-menu .menu > li > a,
.error404 header .header-nav .nav-menu .menu > li > a {
  color: #000E23;
  font-size: 17px;
}
.small-banner .banner-small.banner-internal,
.page-template-template-bio .banner-small,
.page-template-template-contact .banner-small,
.error404 .banner-small {
  padding: 5rem 0 3rem;
}
.small-banner .banner-small .container .banner-title,
.page-template-template-bio .banner-small .container .banner-title,
.page-template-template-contact .banner-small .container .banner-title,
.error404 .banner-small .container .banner-title {
  color: #000;
  font-size: 55px;
}
.small-banner .banner-small .container .banner-title .lines,
.page-template-template-bio .banner-small .container .banner-title .lines,
.page-template-template-contact .banner-small .container .banner-title .lines,
.error404 .banner-small .container .banner-title .lines {
  max-height: 100px;
  max-width: 150px;
  overflow: hidden;
  top: -10px;
}
.small-banner .banner-small .container .banner-title .lines svg,
.page-template-template-bio .banner-small .container .banner-title .lines svg,
.page-template-template-contact .banner-small .container .banner-title .lines svg,
.error404 .banner-small .container .banner-title .lines svg {
  height: 100%;
  width: 100%;
}
.small-banner .banner-small .container .banner-title .lines svg path,
.page-template-template-bio .banner-small .container .banner-title .lines svg path,
.page-template-template-contact .banner-small .container .banner-title .lines svg path,
.error404 .banner-small .container .banner-title .lines svg path {
  fill: #000E23;
  opacity: 0.06;
}

@media (max-width: 1180px) {
  header {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16);
  }

  .small-banner header .header-nav .nav-menu .menu > li > a,
.page-template-template-bio header .header-nav .nav-menu .menu > li > a,
.page-template-template-contact header .header-nav .nav-menu .menu > li > a,
.error404 header .header-nav .nav-menu .menu > li > a {
    color: #000;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  html.menu-active header {
    z-index: 999;
  }
  html.menu-active header .header-nav {
    top: 117px;
  }
  html.menu-active header .header-nav.active {
    background: #fff;
    height: 100vh;
    z-index: 1;
  }
  html.menu-active header .header-nav .nav-menu {
    height: 100%;
  }
  html.menu-active header .header-nav .nav-menu .menu {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
  html.menu-active header .header-nav .nav-menu .menu > li {
    width: 100%;
    padding: 0;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.current-menu-item a {
    padding-bottom: 18px;
    border-bottom: none;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a {
    transition: all 0.3s ease-in-out;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a:after {
    border-right: 0.18em solid #000E23;
    border-bottom: 0.18em solid #000E23;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a.active {
    background: #000E23;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 6, 35, 0.26);
    position: relative;
    z-index: 4;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a.active:after {
    border-color: #fff;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu {
    display: none;
    background: #EFEFEF;
    padding: 5px 0;
    list-style: none;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #000E23;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.61;
    max-width: 200px;
    margin: 0 auto;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li:hover > a {
    color: #B51818;
  }
  html.menu-active header .header-nav .nav-menu .menu > li > a {
    color: #000E23;
    display: block;
    width: 100%;
    padding: 18px 20px;
  }

  header .header-nav {
    display: none;
  }
  header .header-nav.active {
    display: block;
  }
  header .header-button {
    display: flex;
    order: 2;
  }
  header .header-bar {
    background: #fff;
    padding: 0;
    height: unset;
    flex-wrap: wrap;
  }
  header .header-end {
    width: 100%;
    background: #EFEFEF;
    justify-content: center;
    padding: 5px 20px;
    order: 3;
  }
  header .header-text .text {
    color: #000E23;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.04em;
  }
  header .header-phone a {
    font-size: 19px;
    line-height: 1.78;
    color: #03080D;
  }
  header .header-start {
    order: 1;
    height: 74px;
    flex-grow: 1;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
  }
  header .header-start svg, header .header-start img {
    max-height: 52px;
    max-width: 167px;
  }
  header .header-start svg .st0, header .header-start img .st0 {
    fill: #000E23;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  html.menu-active header {
    z-index: 999;
  }
  html.menu-active header .header-nav {
    top: 74px;
  }
  html.menu-active header .header-nav.active {
    background: #fff;
    height: 100vh;
    z-index: 1;
  }
  html.menu-active header .header-nav .nav-menu {
    height: 100%;
  }
  html.menu-active header .header-nav .nav-menu .menu {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
  html.menu-active header .header-nav .nav-menu .menu > li {
    width: 100%;
    padding: 0;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.current-menu-item a {
    padding-bottom: 18px;
    border-bottom: none;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a {
    transition: all 0.3s ease-in-out;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a.active {
    background: #000;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 6, 35, 0.26);
    position: relative;
    z-index: 4;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a.active:after {
    border-color: #fff;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu {
    display: none;
    background: #EFEFEF;
    padding: 5px 0;
    list-style: none;
  }
  html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #000E23;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.61;
    max-width: 200px;
    margin: 0 auto;
  }
  html.menu-active header .header-nav .nav-menu .menu > li > a {
    color: #000E23;
    display: block;
    width: 100%;
    padding: 18px 20px;
  }

  header .header-nav {
    display: none;
  }
  header .header-nav.active {
    display: block;
  }
  header .header-button {
    display: flex;
  }
  header .header-bar {
    background: #EFEFEF;
    padding: 0;
    height: 74px;
  }
  header .header-end {
    flex-grow: 1;
    justify-content: flex-end;
    padding: 0 25px 0 0;
  }
  header .header-text .text {
    color: #000E23;
    font-size: 13px;
    line-height: 1.23;
  }
  header .header-phone a {
    font-size: 22px;
    line-height: 1.54;
    color: #03080D;
  }
  header .header-start {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
  }
  header .header-start svg, header .header-start img {
    max-height: 52px;
    max-width: 167px;
  }
  header .header-start svg .st0, header .header-start img .st0 {
    fill: #000E23;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  header .header-bar {
    padding: 0.85rem 2rem;
    height: 80px;
  }
  header .header-text .text {
    font-size: 15px;
  }
  header .header-phone a {
    font-size: 26px;
  }
  header .header-nav {
    top: 80px;
  }
  header .header-nav .nav-menu .menu > li > a {
    font-size: 16px;
  }
  header .header-start svg {
    max-width: 162px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  header .header-text .text {
    font-size: 17px;
  }
  header .header-phone a {
    font-size: 28px;
  }
  header .header-nav .nav-menu .menu > li.current-menu-item a {
    padding-bottom: 14px;
  }
}
@media (min-width: 1171px) {
  header .header-nav .nav-menu .menu > li {
    position:relative;
  }
  header .header-nav .nav-menu .menu > li.current-menu-item:before {
    content:"";
    display: block;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    border-bottom: 5px solid #B51818;
  }
  
  header .header-nav .nav-menu .menu > li.menu-item-has-children:hover > ul.sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  header .header-nav .nav-menu .menu > li.menu-item-has-children > a:hover + .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header .header-nav .nav-menu .menu > li ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:100%;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    list-style: none;
    width: 295px;
    padding: 0.5rem 0;
    /* margin-top: -5px; */
    transition: all 0.3s ease-in-out;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.17);
  }
  header .header-nav .nav-menu .menu > li ul.sub-menu li {
    padding: 8px 1.25rem;
  }
  header .header-nav .nav-menu .menu > li ul.sub-menu li a {
    color: #000;
    font-size: 15px;
    line-height: 1.75;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: 700;
  }
  header .header-nav .nav-menu .menu > li ul.sub-menu li a:hover {
    color: #B51818;
  }
  header .header-nav .nav-menu .menu > li ul.sub-menu li.menu-item-has-children.active {
    background: #000;
    margin: 0 0 10px;
    padding-bottom: 0;
  }
  header .header-nav .nav-menu .menu > li ul.sub-menu li.menu-item-has-children.active > a {
    color: #fff;
    padding-top: 5px;
  }
  header .header-nav .nav-menu .menu > li ul.sub-menu li ul.sub-menu {
    position: relative;
    background: #EFEFEF;
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.banner {
  position: relative;
  padding: 150px 0 2.5rem;
}
.banner .scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  margin-top: 40px;
}
.banner .scroll-down span {
  margin: 0 4px;
}
.banner .scroll-down svg path {
  stroke: #FF0F17;
}
.banner .scroll-down svg rect {
  fill: #FF0F17;
}
.banner .container {
  max-width: 1780px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 2rem;
}
.banner .container .banner-title {
  display: block;
  margin-bottom: 25px;
  position: relative;
  font-size: 72px;
  line-height: calc(1em + 10px);
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

.banner picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: left top;
}
.banner-internal {
  padding: 5.5rem 0;
}
.banner-internal picture img {
  -o-object-position: center;
     object-position: center;
}
.banner-internal .container {
  justify-content: center;
}
.banner-internal .container .banner-title {
  font-size: 45px;
  margin-bottom: 35px;
  text-align: center;
}
.banner-internal .container .banner-title .lines {
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner-internal .container .banner-title .lines svg {
  max-height: 145px;
}
.banner-internal .container .banner-cta {
  text-align: center;
}
.banner-internal .container .banner-cta .btn {
  font-size: 16px;
  padding: 18px 35px;
}


@media (max-width: 767px) {
  .banner {
    padding: 8.5rem 0 2.5rem;
  }
  .banner-internal {
    padding:3.123rem 0;
  }
  .banner .container .banner-title {
    margin-bottom: 35px;
    font-size: 32px;
    text-align: center;
  }
  .banner-internal .container .banner-title{
    font-size: 25px;
  }
  .banner .container .banner-title .lines {
    display: none;
  }
  .banner .container .banner-cta {
    text-align: center;
  }
  .banner .scroll-down {
    display: none;
  }
  .banner picture img {
    object-position: 30% 0%;
  }

  .small-banner .banner-small.banner-internal,
  .page-template-template-bio .banner-small,
  .page-template-template-contact .banner-small {
    padding: 3rem 0;
  }
  .small-banner .banner-small .container .banner-title,
  .page-template-template-bio .banner-small .container .banner-title,
  .page-template-template-contact .banner-small .container .banner-title {
    font-size: 35px;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 0;
  }
  .small-banner .banner-small .container .banner-title .lines,
  .page-template-template-bio .banner-small .container .banner-title .lines,
  .page-template-template-contact .banner-small .container .banner-title .lines {
    display: block;
    max-height: 50px;
    top: -2px;
  }
  .small-banner .banner-small .container .banner-title .lines svg,
  .page-template-template-bio .banner-small .container .banner-title .lines svg,
  .page-template-template-contact .banner-small .container .banner-title .lines svg {
    max-height: 50px;
  }
}
@media (max-width: 405px) {
  header .header-phone a {
    font-size: 17px;
  }
  header .header-end {
    padding: 5px 10px;
  }
  header .header-text .text {
    font-size: 10px;
  }
  header .header-text .text:not(:last-child):after {
    margin: 0 5px 0 4px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .banner {
    padding: 11.5rem 0 0;
  }
  .banner picture img {
    object-position: center top;
  }
  .banner .container {
    justify-content: center;
  }
  .banner .container .banner-title {
    margin-bottom: 35px;
    font-size: 45px;
  }
  .banner .container .banner-title .lines {
    display: none;
  }
  .banner .container .banner-right {
    max-width: 550px;
    text-align: center;
  }
  .banner .scroll-down {
    display: none;
  }
  
  .banner-internal {
    padding: 4.75rem 0;
  }
  .banner-internal .container .banner-title {
    font-size: 30px;
  }
  .small-banner .banner-small.banner-internal,
  .page-template-template-bio .banner-small,
  .page-template-template-contact .banner-small {
    padding: 4rem 0;
  }
  .small-banner .banner-small .container .banner-title,
  .page-template-template-bio .banner-small .container .banner-title,
  .page-template-template-contact .banner-small .container .banner-title {
    font-size: 40px;
    margin-bottom: 0;
    text-align: center;
  }
  .small-banner .banner-small .container .banner-title .lines,
  .page-template-template-bio .banner-small .container .banner-title .lines,
  .page-template-template-contact .banner-small .container .banner-title .lines {
    max-height: 60px;
    top: -4px;
    display: block;
  }
  .small-banner .banner-small .container .banner-title .lines svg,
  .page-template-template-bio .banner-small .container .banner-title .lines svg,
  .page-template-template-contact .banner-small .container .banner-title .lines svg {
    max-height: 60px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .banner {
    padding: 7.5rem 0 2rem;
  }
  .banner .container {
    max-width: 980px;
  }
  .banner .container .banner-title {
    font-size: 52px;
  }
  .banner-internal .container .banner-title{
    font-size: 35px;
  }
  .banner .container .banner-title .lines {
    left: -25px;
    max-height: 135px;
  }
  .banner .container .banner-title .lines svg {
    width: 100%;
    height: 100%;
    max-height: 135px;
  }
  .banner picture img {
    height: 95%;
    -o-object-position: 40% center;
       object-position: 40% center;
  }

  .banner-internal {
    padding: 5.5rem 0;
  }
  .small-banner .banner-small.banner-internal,
  .page-template-template-bio .banner-small,
  .page-template-template-contact .banner-small {
    padding: 7rem 0 4rem;
  }
  .small-banner .banner-small .container .banner-title,
  .page-template-template-bio .banner-small .container .banner-title,
  .page-template-template-contact .banner-small .container .banner-title {
    font-size: 45px;
    margin-bottom: 0;
    text-align: center;
  }
  .small-banner .banner-small .container .banner-title .lines,
  .page-template-template-bio .banner-small .container .banner-title .lines,
  .page-template-template-contact .banner-small .container .banner-title .lines {
    max-height: 60px;
    top: -4px;
    display: block;
  }
  .small-banner .banner-small .container .banner-title .lines svg,
  .page-template-template-bio .banner-small .container .banner-title .lines svg,
  .page-template-template-contact .banner-small .container .banner-title .lines svg {
    max-height: 60px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .banner .container {
    max-width: 1280px;
  }
  .banner .container .banner-title {
    font-size: 60px;
  }
  .banner .container .banner-right {
    max-width: max-content;
  }
  .banner-internal .container .banner-title{
    font-size: 40px;
  }

  .small-banner .banner-small.banner-internal,
  .page-template-template-bio .banner-small,
  .page-template-template-contact .banner-small {
    padding: 7rem 0 4rem;
  }
  .small-banner .banner-small .container .banner-title,
  .page-template-template-bio .banner-small .container .banner-title,
  .page-template-template-contact .banner-small .container .banner-title {
    font-size: 50px;
    margin-bottom: 0;
    text-align: center;
  }
  .small-banner .banner-small .container .banner-title .lines,
  .page-template-template-bio .banner-small .container .banner-title .lines,
  .page-template-template-contact .banner-small .container .banner-title .lines {
    max-height: 60px;
    top: -4px;
    display: block;
  }
  .small-banner .banner-small .container .banner-title .lines svg,
  .page-template-template-bio .banner-small .container .banner-title .lines svg,
  .page-template-template-contact .banner-small .container .banner-title .lines svg {
    max-height: 60px;
  }
}
.btn, .gform_button {
  display: inline-block;
  position: relative;
  box-shadow: 1px 1px 30px rgba(0, 6, 35, 0.2);
  border: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: linear-gradient(to top, #B51818, #FF0F17 110%);
  padding: 1.15rem 1.85rem;
  text-shadow: none;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 18px;
  font-family: Mulish, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .btn, .gform_button {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  .btn, .gform_button {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (min-width: 1920px) {
  .btn, .gform_button {
    font-size: 19px;
    line-height: 26px;
  }
}
.btn:before, .gform_button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to top, #B51818, #FF0F17 200%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.btn:hover:before, .gform_button:hover:before {
  opacity: 1;
}
.btn span, .gform_button span {
  position: relative;
  z-index: 1;
  font-size:14px;
}
@media (min-width:1200px){
.btn span, .gform_button span {
  font-size:17px;
}  
}
@media (min-width:1920px){
.btn span, .gform_button span {
  font-size:19px;
}  
}
.btn.outlined, .gform_button.outlined {
  background: none;
  border: 2px solid #F25501;
  font-size: 17px;
  padding: 11px 27px;
}

.fancy-blockquote {
  max-width: 820px;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 90px;
}
/* .fancy-blockquote:before {
  content: "“";
  position: absolute;
  left: 50%;
  top: 35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 80px;
  line-height: 1.06;
  font-family: "abril-display", serif;
  color: #B51818;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
} */
.fancy-blockquote blockquote {
  font-size: 38px;
  letter-spacing: 0.03em;
  line-height: 1.42;
  font-family: Mulish, sans-serif;
  color: #03080D;
  font-weight: 200;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 767px) {
  .fancy-blockquote {
    padding: 30px 0 60px;
  }
  .fancy-blockquote blockquote {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .fancy-blockquote {
    max-width: 615px;
    padding: 30px 0 60px;
  }
  .fancy-blockquote blockquote {
    font-size: 28px;
    line-height: 1.42;
  }
  .fancy-blockquote:before {
    top: 0;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .fancy-blockquote {
    max-width: 770px;
    padding: 40px 0 70px;
  }
  .fancy-blockquote blockquote {
    font-size: 35px;
    line-height: 1.35;
  }
  .fancy-blockquote:before {
    top: 25px;
  }
}
.locations {
  display: flex;
  justify-content: space-between;
  max-width: 635px;
  flex-wrap: wrap;
}
.locations .lc-block {
  max-width: calc(50% - 50px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
.locations .lc-block:first-child .lc-address {
  margin-bottom: 10px;
}
.locations .lc-block:nth-child(2) > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.locations .lc-block > img {
  display: block;
  margin-bottom: 20px;
  width: unset;
  height: unset;
  max-height: 76px;
}
.locations .lc-title {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #FF0F17;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 18px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 768px) {
  .locations .lc-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1920px) {
  .locations .lc-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.locations .lc-address, .locations .lc-contact {
  max-width: 180px;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 28px;
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .locations .lc-address, .locations .lc-contact {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .locations .lc-address, .locations .lc-contact {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1920px) {
  .locations .lc-address, .locations .lc-contact {
    font-size: 22px;
    line-height: 32px;
    max-width: 190px;
  }
}
.locations .lc-contact {
  letter-spacing: 0.025em;
  text-decoration: none;
  display: block;
}
.locations .lc-social {
  display: flex;
  justify-content: space-between;
  max-width: 185px;
  max-height: 30px;
  width: 100%;
  margin-top: 10px;
}
.locations .lc-social a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  filter: drop-shadow(1 1px 30px rgba(0,0,0,.16));
}

.locations .lc-social a:not(:hover) svg * {
  fill: currentColor;
}
.locations .lc-social a:hover svg stop:nth-child(1) {
  stop-color: #FF0F17;
}
.locations .lc-social a:hover svg stop:nth-child(2) {
  stop-color: #B51818;
}
.locations .lc-social a img, .locations .lc-social a svg {
  transition: all 0.3s ease-in-out;
}

.locations .btn-directions {
  border: none;
  padding: 0;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.73;
  color: #FF0F17;
  font-weight: 700;
  text-transform: lowercase;
  font-style: normal;
  text-decoration: none;
}
.locations .btn-directions:hover {
  color: #FF0F17;
}

@media (max-width: 767px) {
  .locations {
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .locations .lc-block {
    max-width: 100%;
    align-items: center;
    margin-bottom: 60px;
  }
  .locations .lc-block:nth-child(2) > div {
    align-items: center;
    margin-bottom: 30px;
  }
  .locations .lc-block:nth-child(2) > div:last-child {
    margin-bottom: 0;
  }
  .locations .lc-title {
    font-size: 13px;
  }
  .locations .lc-address, .locations .lc-contact {
    font-size: 18px;
    max-width: 170px;
    margin: 0 auto 35px;
    text-align: center;
  }
  .locations .lc-social {
    max-width: 200px;
  }
  .locations .lc-contact:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .locations {
    max-width: 100%;
  }
  .locations .lc-title {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .locations .lc-address, .locations .lc-contact {
    font-size: 18px;
    line-height: 1.66;
  }
  .locations .lc-contact {
    font-size: 16px;
  }
  .locations .lc-block {
    max-width: calc(50% - 50px);
    margin-bottom: 40px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .locations {
    max-width: 400px;
  }
  .locations .lc-block {
    max-width: 100%;
    margin-bottom: 80px;
  }
  .locations .lc-block:nth-child(2) {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .locations .lc-block:nth-child(2) > img {
    margin-right: calc(100% - 54.3px);
  }
  .locations .lc-block:nth-child(2) > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }
  .locations .lc-title {
    font-size: 13px;
  }
  .locations .lc-address, .locations .lc-contact {
    font-size: 18px;
  }
  .locations .lc-social {
    max-width: 150px;
  }
  .locations .lc-contact:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .locations .lc-title {
    font-size: 14px;
  }
  .locations .lc-address, .locations .lc-contact {
    font-size: 19px;
    max-width: 170px;
  }
  .locations .lc-social {
    max-width: 160px;
  }
}
.awards {
  background: #EFEFEF;
  padding: 5rem 0 11rem;
}
.awards .container {
  max-width: 1550px;
  margin: 0 auto;
  position: relative;
}
.awards .container .arrow {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: none;
  border: 2px solid #000E23;
  border-right: none;
  border-top: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  cursor: pointer;
}
.awards .container .arrow.right {
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  right: 0;
  left: unset;
  top: 50%;
}
.awards .container .award {
  height: inherit !important;
}
.awards .container .award.slick-slide img {
  width: 100%;
  max-width: 130px;
  height: 100%;
  max-height: 110px;
}
@media (max-width: 767px) {
  .awards .container .award.slick-slide img {
    max-width: 200px;
    max-height: 80px;
  }
}
.awards .container .award-slider {
  padding: 2.5rem;
}
.awards .container .award-slider .slick-track {
  display: flex !important;
}
.awards .container .award > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 767px) {
  .awards {
    padding: 0 2rem 4rem;
  }
  .awards .container {
    max-width: 550px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .awards {
    padding: 3rem 0 6rem;
  }
  .awards .container {
    max-width: 590px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .awards {
    padding: 3rem 0 6rem;
  }
  .awards .container {
    max-width: 840px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .awards {
    padding: 2rem 0 5rem;
  }
  .awards .container {
    max-width: 1100px;
  }
}
.sec-one {
  max-width: 1725px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.sec-one .left {
  max-width: 295px;
  width: 100%;
  padding-top: 5rem;
}
.sec-one .right {
  max-width: calc(100% - 295px);
  width: 100%;
}

.sec-one .right:first-child:last-child {
  margin-left: auto;
}

.sec-one .right .selling-points {
  position: relative;
}
.sec-one .right .selling-points .sp-wrapper {
  background: none;
  padding: 90px 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.sec-one .right .selling-points .sp-wrapper:hover {
  background: none;
}
.sec-one .right .selling-points .sp-wrapper img {
  display: block;
  max-width: unset;
  max-height: unset;
  margin: 0 auto 35px;
  width: unset;
  height: 72px;
  max-height: 72px;
}
.sec-one .right .selling-points .sp-title {
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sec-one .right .selling-points .sp-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .sec-one .right .selling-points .sp-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1920px) {
  .sec-one .right .selling-points .sp-title {
    font-size: 34px;
    line-height: 44px;
  }
}
.sec-one .right .selling-points .sp-title:after {
  content: "••";
  color: #FF0F17;
  display: block;
  margin: 14px -0.65em 10px auto;
  font-size: 24px;
  letter-spacing: 0.5em;
  line-height: 1;
}
.sec-one .right .selling-points .sp-description {
  max-width: 325px;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sec-one .right .selling-points .sp-description {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .sec-one .right .selling-points .sp-description {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (min-width: 1920px) {
  .sec-one .right .selling-points .sp-description {
    font-size: 17px;
    line-height: 30px;
  }
}
.sec-one .right .selling-points .arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 50px;
  max-width: 50%;
  padding-top: 0;
  left: 0;
  z-index: 1;
  background: #121212;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #fff;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
}
.sec-one .right .selling-points .arrow.right {
  right: 0;
  left: unset;
  border-left: 2px solid #000;
}
.sec-one-video-container .video-block {
  text-align: center;
}
.sec-one-video-container .video-block > a {
  display: block;
}
.sec-one-video-container .video-block .video-desc {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 900;
  color: #fff;
  margin-top: 30px;
  border-bottom: 3px solid #FF0F17;
  font-family: Mulish, sans-serif;
}
.sec-one-video-container .video-block .video-details {
  text-align: center;
  margin-top: 30px;
}
.sec-one-video-container .video-block-thumb {
  display: block;
  position: relative;
  padding-top: 66.3721804511%;
  background: #121212;
}
.sec-one-video-container .video-block-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-one-video-container .video-block-thumb .play_btn {
  display: block;
  position: absolute;
  width: 62px;
  height: 62px;
  background: linear-gradient(to top, #B51818, #FF0F17 110%);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: 0.3s all;
  z-index: 1;
  cursor: pointer;
}
.sec-one-video-container .video-block-thumb .play_btn:before {
  content: "";
  display: block;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border: 7px solid rgba(28, 38, 54, 0.35);
}
.sec-one-video-container .video-block-thumb .play_btn:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 2px;
}
.sec-one-video-container .video-block-thumb .play_btn:hover {
  background: linear-gradient(to top, #B51818, #FF0F17 200%);
}
.sec-one-title {
  display: block;
  margin-bottom: 30px;
  font-size: 40px;
  letter-spacing: 0.015em;
  line-height: 1.25;
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.sec-one-desc {
  display: block;
  font-size: 17px;
  letter-spacing: 0.015em;
  line-height: 1.76;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}

/*
@media (max-width: 767px) {
  .sec-one {
    margin-top: 0;
    .left {
      display: none;
    }
    .right {
      .selling-points {
        .sp-wrapper {
          padding: 4rem 2rem 6rem;
          &:hover {
            background: $dark_one;
          }
        }
        .arrow {
          display: flex !important;
        }
      }
    }
  }
}

@media (min-width: 768px) and (max-width: 1170px) {
  .sec-one {
    margin-top: 0;
    .left {
      display: none;
    }
    .right {
      .selling-points {
        .sp {
          &-wrapper {
            padding: 5rem 2rem 7rem;
            &:hover {
              background: $dark_one;
            }
          }
          &-title {
            font-size: 20px;
            line-height: 1.5;
          }
          &-description {
            font-size: 16px;
            line-height: 1.64;
          }
        }
        .arrow {
          display: flex;
          height: 62px;
          font-size: 13px;
          line-height: 1.38;
        }
      }
    }
  }
}

@media (min-width: 1171px) and (max-width: 1380px) {
  .sec-one {
    max-width: 1130px;
    margin-top: 100px;
    margin-bottom: 50px;
    .left {
      max-width: 250px;
    }
    .right {
      max-width: 825px;
      .selling-points {
        .sp {
          &-title {
            font-size: 20px;
            line-height: 1.5;
          }
          &-description {
            font-size: 16px;
          }
          &-wrapper {
            padding: 3.5rem 2rem;
          }
        }
      }
    }
    &-title {
      font-size: 32px;
      line-height: 1.18;
    }
    &-desc {
      font-size: 16px;
    }
  }
}

@media (min-width: 1171px) and (max-width: 1200px) {
  .sec-one {
    max-width: calc(100% - 60px);
    .right {
      max-width: calc(100% - 250px);
    }
  }
}

@media (min-width: 1381px) and (max-width: 1694px) {
  .sec-one {
    max-width: 1340px;
    margin-top: 90px;
    &-title {
      font-size: 42px;
      line-height: 1.23;
    }
    &-desc {
      font-size: 16px;
      line-height: 1.75;
    }
    .right {
      max-width: 995px;
      .selling-points {
        .sp {
          &-wrapper {
            padding: 3.5rem 2rem 4rem;
          }
        }
      }
    }
    .left {
      max-width: 300px;
    }
  }
}

*/
.sec-two {
  padding: 6rem 2rem;
}
.sec-two .container {
  max-width: 1245px;
  margin: 0 auto;
}
.sec-two-title {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1020px;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 1.1176470588;
  font-family: "abril-display", serif;
  color: #000E23;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
.sec-two-title .lines {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  opacity: 0.2;
}

@media (max-width: 767px) {
  .sec-two {
    padding: 4rem 2rem 2rem;
  }
  .sec-two-title {
    font-size: 35px;
    line-height: 1.28;
  }
  .sec-two-title .lines {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .sec-two {
    padding: 6rem 2rem 3rem;
  }
  .sec-two .container {
    max-width: 100%;
  }
  .sec-two-title {
    font-size: 45px;
  }
  .sec-two-title .lines {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 165px;
    top: -30px;
  }
  .sec-two-title .lines svg {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .sec-two {
    padding: 2rem;
  }
  .sec-two .container {
    max-width: 840px;
  }
  .sec-two-title {
    max-width: 760px;
    font-size: 55px;
    line-height: 1.18;
  }
  .sec-two-title .lines {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: 190px;
    top: -18px;
  }
  .sec-two-title .lines svg {
    width: 100%;
    height: 100%;
    max-height: 190px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .sec-two-title {
    font-size: 65px;
    line-height: 1.15;
  }
  .sec-two-title .lines {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
  .sec-two .container {
    max-width: 1160px;
  }
}
.sec-three {
  position: relative;
  padding: 90px 2rem 80px;
}
.sec-three .container {
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec-three .container .left {
  max-width: 490px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-three .container .right {
  max-width: 950px;
}
.sec-three .container .right .case-results .slick-track {
  padding: 25px 0;
}
.sec-three .container .right .case-results .slick-list {
  padding: 0 15px;
}
.sec-three .container .right .cr-block {
  margin: 0 15px;
}
.sec-three .container .right .cr-block.slick-current, .sec-three .container .right .cr-block.slick-active {
  box-shadow: 0 0 35px rgba(0, 14, 35, 0.4);
}
.sec-three .container .right .cr-wrapper {
  background: #121212;
  text-align: center;
  padding: 4rem 2rem 70px;
}
.sec-three .container .right .cr-wrapper img, .sec-three .container .right .cr-wrapper svg {
  max-width: 160px;
  margin: 0 auto 40px;
}
.sec-three .container .right .cr-wrapper img #linear-gradient stop:nth-child(1), .sec-three .container .right .cr-wrapper svg #linear-gradient stop:nth-child(1) {
  stop-color: #FF0F17;
}
.sec-three .container .right .cr-wrapper img #linear-gradient stop:nth-child(2), .sec-three .container .right .cr-wrapper svg #linear-gradient stop:nth-child(2) {
  stop-color: #B51818;
}
.sec-three .container .right .cr-quote {
  display: block;
  max-width: 270px;
  margin: 0 auto;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 1.32;
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.sec-three .container .right .cr-quote:after {
  content: "••";
  color: #FF0F17;
  display: block;
  margin: 13px -0.75rem 10px auto;
  font-size: 24px;
  letter-spacing: 0.5em;
}
.sec-three .container .right .cr-desc {
  margin: 0 auto 40px;
  max-width: 320px;
  font-size: 17px;
  letter-spacing: 0.015em;
  line-height: 1.76;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.sec-three .container .right .cr-client {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.42;
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
.sec-three picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.sec-three-title {
  display: block;
  margin-bottom: 30px;
  font-size: 75px;
  letter-spacing: 0;
  line-height: 1.13;
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 767px) {
  .sec-three {
    padding: 3.5rem 1rem 2rem;
    background: #000;
  }
  .sec-three .container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec-three .container .right {
    max-width: 100%;
  }
  .sec-three .container .right .cr-wrapper {
    padding: 3rem 2rem;
  }
  .sec-three .container .right .cr-wrapper img, .sec-three .container .right .cr-wrapper svg {
    margin: 0 auto;
  }
  .sec-three .container .right .cr-quote {
    font-size: 18px;
    line-height: 1.55;
  }
  .sec-three .container .right .cr-desc {
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.75;
  }
  .sec-three .container .right .cr-client {
    font-size: 14px;
    line-height: 1.71;
  }
  .sec-three .container .left {
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
  .sec-three-title {
    margin-bottom: 60px;
    font-size: 35px;
    line-height: 1.28;
    text-align: center;
    max-width: 274px;
    position: relative;
  }
  .sec-three picture img {
    display: none;
  }
  .sec-three-btn {
    text-align: center;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .sec-three {
    padding: 4rem 2rem;
  }
  .sec-three .container {
    max-width: 660px;
  }
  .sec-three .container .left {
    padding-left: 0;
  }
  .sec-three .container .right {
    max-width: 340px;
  }
  .sec-three .container .right .cr-quote {
    font-size: 20px;
    line-height: 1.5;
  }
  .sec-three .container .right .cr-wrapper {
    box-shadow: none;
    padding: 3.5rem 1rem 3rem;
  }
  .sec-three .container .right .cr-block {
    margin: 0;
  }
  .sec-three .container .right .cr-desc {
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.75;
  }
  .sec-three .container .right .cr-client {
    font-size: 13px;
    line-height: 1.84;
  }
  .sec-three-title {
    font-size: 42px;
    line-height: 1.23;
  }
  .sec-three-title .lines {
    display: none;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .sec-three {
    padding: 4rem 2rem;
  }
  .sec-three .container {
    max-width: 1080px;
  }
  .sec-three .container .left {
    max-width: 360px;
    padding-left: 0;
  }
  .sec-three .container .right {
    max-width: 690px;
  }
  .sec-three .container .right .cr-quote {
    font-size: 20px;
    line-height: 1.5;
  }
  .sec-three .container .right .cr-wrapper {
    padding: 3rem 1rem;
  }
  .sec-three .container .right .cr-wrapper img, .sec-three .container .right .cr-wrapper svg {
    margin: 0 auto;
  }
  .sec-three .container .right .cr-desc {
    margin: 0 auto 40px;
    font-size: 16px;
  }
  .sec-three-title {
    font-size: 50px;
  }
  .sec-three-title .lines {
    display: none;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .sec-three {
    padding: 3.5rem 2rem;
  }
  .sec-three .container {
    max-width: 1250px;
  }
  .sec-three .container .left {
    max-width: 415px;
    padding-left: 0;
  }
  .sec-three .container .right {
    max-width: 790px;
  }
  .sec-three .container .right .cr-quote {
    font-size: 22px;
  }
  .sec-three .container .right .cr-client {
    font-size: 15px;
  }
  .sec-three .container .right .cr-wrapper img, .sec-three .container .right .cr-wrapper svg {
    max-width: 190px;
    margin: 0 auto;
  }
  .sec-three .container .right .cr-desc {
    margin: 0 auto 35px;
  }
  .sec-three-title {
    font-size: 62px;
    line-height: 1.16;
  }
  .sec-three-title .lines {
    display: none;
  }
}
@media (min-width: 1695px) {
  .sec-three .container .right .cr-wrapper img {
    max-width: 100%;
  }
}
.sec-four {
  padding: 7rem 2rem;
}
.sec-four .container {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
.sec-four .container .left {
  max-width: 730px;
}
.sec-four .container .right {
  max-width: 372px;
}
.sec-four-quote {
  display: block;
  margin: 40px 20px;
  font-size: 29px;
  line-height: 1.33;
  font-family: "abril-display", serif;
  color: #000E23;
  font-weight: 700;
  text-align: left;
  font-style: normal;
  text-decoration: none;
}
.sec-four-quote span {
  color: #B51818;
}
.sec-four-btn {
  padding-left: 20px;
}
.sec-four-btn .btn {
  box-shadow: 1px 1px 15px rgba(0, 6, 35, 0.2);
}

@media (max-width: 767px) {
  .sec-four {
    padding: 4rem 2rem;
  }
  .sec-four .container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec-four .container .right {
    max-width: 294px;
    margin-top: 60px;
  }
  .sec-four .container .right img {
    max-width: 100%;
    display:block;
    margin:0 auto;
  }
  .sec-four-quote {
    margin: 40px 0;
    font-size: 25px;
  }
  .sec-four-btn {
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .sec-four {
    padding: 5rem 2rem;
  }
  .sec-four .container {
    justify-content: center;
    max-width: 590px;
    flex-wrap: wrap;
  }
  .sec-four .container .right {
    max-width: 328px;
    margin-top: 50px;
  }
  .sec-four .container .right img {
    max-width: 100%;
  }
  .sec-four-quote {
    font-size: 26px;
    line-height: 1.38;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .sec-four {
    padding: 5rem 2rem;
  }
  .sec-four .container {
    max-width: 960px;
  }
  .sec-four .container .right {
    max-width: 280px;
  }
  .sec-four .container .right img {
    max-width: 100%;
  }
  .sec-four .container .left {
    max-width: 580px;
  }
  .sec-four-quote {
    margin: 40px 0;
    font-size: 28px;
    line-height: 1.35;
    text-align: left;
  }
  .sec-four-btn {
    padding-left: 0;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .sec-four .container {
    max-width: 1170px;
  }
  .sec-four .container .left {
    max-width: 670px;
  }
  .sec-four .container .right {
    max-width: 314px;
  }
  .sec-four .container .right img {
    max-width: 100%;
  }
  .sec-four-quote {
    margin: 40px 12px;
    text-align: left;
  }
  .sec-four-btn {
    padding-left: 14px;
  }
}
.sec-five {
  background: #EFEFEF;
  padding: 3.5rem 2rem 6rem;
}
.sec-five .container {
  max-width: 1600px;
  margin: 0 auto;
}
.sec-five .container .practice-areas {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sec-five .container .practice-areas .pa-block {
  max-width: calc(33.3333333333% - 133px);
  margin: 0 66.5px;
}
.sec-five .container .practice-areas .pa-block:hover .pa-wrapper {
  background: #000000;
  box-shadow: 0 0 30px rgba(0, 3, 16, 0.25);
}
.sec-five .container .practice-areas .pa-block:hover .pa-title, .sec-five .container .practice-areas .pa-block:hover .pa-desc {
  color: #fff;
}
.sec-five .container .practice-areas .pa-block:hover .pa-learn-more {
  color: #fff;
}
.sec-five .container .practice-areas .pa-wrapper {
  padding: 5rem 3rem 4rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.sec-five .container .practice-areas .pa-title {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-family: "abril-display", serif;
  color: #000E23;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
.sec-five .container .practice-areas .pa-title .lines {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3px;
}
.sec-five .container .practice-areas .pa-title .lines svg {
  max-height: 40px;
  max-width: 40px;
  opacity: 0.5;
}
.sec-five .container .practice-areas .pa-desc {
  font-size: 17px;
  line-height: 1.76;
  margin-bottom: 35px;
}
.sec-five .container .practice-areas .pa-learn-more {
  padding-bottom: 2px;
  border-bottom: 2px solid #FF0F17;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.28;
  color: #B51818;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
.sec-five-btn {
  text-align: center;
}

@media (max-width: 767px) {
  .sec-five {
    padding: 0;
  }
  .sec-five .container .practice-areas {
    margin-bottom: 0;
  }
  .sec-five .container .practice-areas .pa-wrapper {
    padding: 3.5rem 3rem 6.5rem;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .sec-five .container .practice-areas .pa-block {
    max-width: 100%;
    margin: 0;
  }
  .sec-five .container .practice-areas .pa-block:hover .pa-wrapper {
    background: none;
  }
  .sec-five .container .practice-areas .pa-block:hover .pa-title, .sec-five .container .practice-areas .pa-block:hover .pa-desc, .sec-five .container .practice-areas .pa-block:hover .pa-learn-more {
    color: inherit;
  }
  .sec-five .container .practice-areas .pa-title {
    font-size: 20px;
  }
  .sec-five .container .practice-areas .pa-title .lines svg {
    max-height: 35px;
    max-width: 35px;
  }
  .sec-five .container .practice-areas .pa-desc {
    font-size: 16px;
  }
  .sec-five .container .practice-areas .pa-learn-more {
    font-size: 13px;
  }
  .sec-five .container .practice-areas .slick-dots {
    bottom: 60px;
  }
  .sec-five .container .practice-areas .slick-dots li {
    margin: 0;
  }
  .sec-five .container .practice-areas .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #B51818;
  }
  .sec-five .container .practice-areas .slick-dots li button:before {
    font-size: 20px;
    opacity: 1;
    color: #000E23;
  }
  .sec-five-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .sec-five {
    padding: 0;
  }
  .sec-five-btn {
    display: none;
  }
  .sec-five .container .practice-areas {
    margin-bottom: 0;
  }
  .sec-five .container .practice-areas .pa-block {
    max-width: 100%;
    margin: 0;
  }
  .sec-five .container .practice-areas .pa-block:hover .pa-wrapper {
    background: none;
  }
  .sec-five .container .practice-areas .pa-block:hover .pa-title, .sec-five .container .practice-areas .pa-block:hover .pa-desc, .sec-five .container .practice-areas .pa-block:hover .pa-learn-more {
    color: initial;
  }
  .sec-five .container .practice-areas .pa-wrapper {
    padding: 5rem 3rem 7rem;
  }
  .sec-five .container .practice-areas .pa-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .sec-five .container .practice-areas .pa-desc {
    font-size: 16px;
  }
  .sec-five .container .practice-areas .pa-learn-more {
    font-size: 13px;
    line-height: 1.38;
  }
  .sec-five .container .practice-areas .slick-dots {
    bottom: 50px;
  }
  .sec-five .container .practice-areas .slick-dots li {
    margin: 0;
  }
  .sec-five .container .practice-areas .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FF0F17;
  }
  .sec-five .container .practice-areas .slick-dots li button:before {
    font-size: 20px;
    opacity: 1;
    color: #000E23;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .sec-five {
    padding: 3.5rem 2rem 6rem;
  }
  .sec-five .container .practice-areas .pa-title {
    font-size: 22px;
    line-height: 1.45;
  }
  .sec-five .container .practice-areas .pa-desc {
    font-size: 16px;
    line-height: 1.75;
  }
  .sec-five .container .practice-areas .pa-learn-more {
    font-size: 13px;
  }
  .sec-five .container .practice-areas .pa-block {
    max-width: calc(33.3333333333% - 18px);
    margin: 0 9px;
  }
  .sec-five .container .practice-areas .pa-wrapper {
    padding: 3rem 2rem 3.5rem;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .sec-five .container .practice-areas .pa-block {
    max-width: calc(33.3333333333% - 45px);
    margin: 0 22.5px;
  }
}
.about_page .awards {
  padding: 0 0 8rem;
}
.about_page .awards .container .award-slider {
  padding: 2.5rem 5rem;
}
.about_page .about_content_top {
  padding: 0 2rem;
}
.about_page .about_content_top .container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.about_page .about_content_top .container .left, .about_page .about_content_top .container .right {
  flex-basis: 550px;
}
.about_page .about_blockquote {
  background: #EFEFEF;
  padding: 5rem 2rem 6rem;
}
.about_page .about_blockquote .fancy-blockquote {
  padding: 50px 0 50px;
}
.about_page .about_blockquote .container {
  max-width: 1120px;
  margin: 0 auto;
}
.about_page .about_cta {
  text-align: center;
}

.about_image_row {
  padding: 1px 2rem 0;
  background: #EFEFEF;
  margin-top: 250px;
}
.about_image_row .image-wrap {
  display: flex;
  justify-content:center;
}
.about_image_row .image-wrap img {
  margin:0 15px;
}
.about_image_row .container {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: -176px;
}

@media (max-width: 767px) {
  .about_page .about_content_top .container {
    flex-wrap: wrap;
    max-width: 550px;
  }
  .about_page .about_image_row {
    margin-top: 200px;
  }
  .about_page .about_image_row .container {
    max-width: 550px;
  }
  .about_page .about_image_row .image-wrap {
    justify-content: center;
  }
  .about_page .about_image_row .image-wrap img {
    max-width: 100%;
  }
  .about_page .about_image_row .image-wrap img:not(:first-child) {
    display: none;
  }
  .about_page .about_blockquote {
    padding: 3rem 2rem 4rem;
  }
  .about_page .about_blockquote .container {
    max-width: 550px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .about_page .about_content_top .container {
    max-width: 590px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about_page .about_image_row {
    margin-top: 170px;
  }
  .about_page .about_image_row .container {
    max-width: 590px;
    margin-top: -136px;
  }
  .about_page .about_image_row .image-wrap img {
    max-width: calc(50% - 20px);
    margin: 0 10px;
  }
  .about_page .about_image_row .image-wrap img:last-child {
    display: none;
  }
  .about_page .about_blockquote {
    padding: 2rem 2rem 3rem;
  }
  .about_page .about_blockquote .container {
    max-width: 590px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .about_page .about_content_top .container {
    max-width: 840px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about_page .about_content_top .container .left, .about_page .about_content_top .container .right {
    flex-basis: 100%;
  }
  .about_page .about_image_row {
    margin-top: 160px;
  }
  .about_page .about_image_row .container {
    max-width: 840px;
    margin-top: -125px;
  }
  .about_page .about_image_row .image-wrap img {
    max-width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  
  .about_page .about_blockquote .container {
    max-width: 840px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .about_page .about_content_top .container {
    max-width: 1100px;
  }
  .about_page .about_content_top .container .left, .about_page .about_content_top .container .right {
    flex-basis: 500px;
  }
  .about_page .about_image_row {
    margin-top: 230px;
  }
  .about_page .about_image_row .container {
    max-width: 1100px;
    margin-top: -160px;
  }
  .about_page .about_image_row .image-wrap img {
    max-width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .about_page .about_blockquote {
    padding: 2rem 2rem 3rem;
  }
  .about_page .about_blockquote .container {
    max-width: 1100px;
  }
}
.pa-directory {
  padding: 6rem 2rem 3rem;
}
.pa-directory .pa-grid .container {
  max-width: 1560px;
  margin: 0 auto;
}
.pa-directory .pa-block {
  background: #EFEFEF;
  padding: 40px;
  margin-bottom: 50px;
}
.pa-directory .pa-wrapper {
  background: #fff;
  padding: 4rem 3rem;
  box-shadow: 0 0 30px rgba(0, 3, 16, 0.18);
}
.pa-directory .pa-wrapper ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.pa-directory .pa-wrapper ul li {
  width: calc(25% - 24px);
  margin: 0 12px;
  display: flex;
  align-items: center;
}
.pa-directory .pa-wrapper ul li:nth-child(n+5) {
  border-top: 2px solid #EFEFEF;
}
.pa-directory .pa-wrapper ul li a {
  transition: all 0.3s ease-in-out;
  padding: 20px;
  font-size: 19px;
  line-height: 1.72;
  color: #000E23;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.pa-directory .pa-wrapper ul li a:hover {
  color: #B51818;
}
.pa-directory .pa-title {
  display: block;
  position: relative;
  margin-bottom: 40px;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 1.32;
  font-family: "abril-display", serif;
  color: #B51818;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pa-directory {
    padding: 2rem;
  }
  .pa-directory .pa-block {
    padding: 2rem;
    margin-bottom: 30px;
  }
  .pa-directory .pa-wrapper {
    padding: 3rem 1rem 2rem;
  }
  .pa-directory .pa-wrapper ul li {
    width: 100%;
  }
  .pa-directory .pa-wrapper ul li:not(:first-child) {
    border-top: 2px solid #EFEFEF;
  }
  .pa-directory .pa-wrapper ul li a {
    padding: 22px 0;
    font-size: 14px;
    text-align: center;
  }
  .pa-directory .pa-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .pa-directory {
    padding: 4rem 2rem;
  }
  .pa-directory .pa-block {
    padding: 2rem;
  }
  .pa-directory .pa-grid .container {
    max-width: 590px;
  }
  .pa-directory .pa-title {
    margin-bottom: 30px;
  }
  .pa-directory .pa-wrapper {
    padding: 3rem 2rem 2rem;
  }
  .pa-directory .pa-wrapper ul li {
    width: calc(50% - 24px);
  }
  .pa-directory .pa-wrapper ul li:nth-child(n+3) {
    border-top: 2px solid #EFEFEF;
  }
  .pa-directory .pa-wrapper ul li a {
    padding: 22px 20px;
    font-size: 15px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .pa-directory {
    padding: 4rem 2rem;
  }
  .pa-directory .pa-grid .container {
    max-width: 1100px;
  }
  .pa-directory .pa-wrapper ul li {
    width: calc(33.3333333333% - 24px);
  }
  .pa-directory .pa-wrapper ul li:nth-child(n+4) {
    border-top: 2px solid #EFEFEF;
  }
  .pa-directory .pa-wrapper ul li a {
    padding: 22px 35px;
    font-size: 15px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .pa-directory {
    padding: 4rem 4rem;
  }
  .pa-directory .pa-grid .container {
    max-width: 1260px;
  }
  .pa-directory .pa-wrapper ul li a {
    padding: 22px 10px;
  }
}
.testimonial-page {
  padding: 0 2rem 3rem;
}
.testimonial-page .test-grid .container {
  max-width: 1080px;
  margin: 0 auto;
}
.testimonial-page .test-block {
  background: #EFEFEF;
  padding: 40px;
  margin-bottom: 60px;
}
.testimonial-page .test-block .stars {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-page .test-block .stars #linear-gradient stop:nth-child(1) {
  stop-color: #F57300;
}
.testimonial-page .test-block .stars #linear-gradient stop:nth-child(2) {
  stop-color: #EE2302;
}
.testimonial-page .test-wrapper {
  background: #fff;
  padding: 1.5rem 3rem 4rem;
  box-shadow: 0 0 30px rgba(0, 3, 16, 0.18);
}
.testimonial-page .test-quote {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 655px;
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 1.32;
  font-family: "abril-display", serif;
  color: #000E23;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
.testimonial-page .test-quote:after {
  content: "••";
  color: #B51818;
  display: block;
  margin: 15px -0.75rem 10px auto;
  font-size: 24px;
  letter-spacing: 0.5em;
}
.testimonial-page .test-desc {
  max-width: 620px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.76;
  color: #000E23;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
.testimonial-page .test-client {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 767px) {
  .testimonial-page .test-grid .container {
    max-width: 550px;
  }
  .testimonial-page .test-block {
    padding: 30px;
    margin-bottom: 30px;
  }
  .testimonial-page .test-block .stars svg {
    max-width: 120px;
  }
  .testimonial-page .test-wrapper {
    padding: 1rem 2rem 4rem;
  }
  .testimonial-page .test-quote {
    font-size: 20px;
  }
  .testimonial-page .test-desc {
    margin: 0 auto 30px;
    font-size: 15px;
  }
  .testimonial-page .test-client {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .testimonial-page .test-grid .container {
    max-width: 590px;
  }
  .testimonial-page .test-block {
    padding: 30px;
    margin-bottom: 30px;
  }
  .testimonial-page .test-block .stars {
    margin-bottom: 30px;
  }
  .testimonial-page .test-block .stars svg {
    max-width: 120px;
  }
  .testimonial-page .test-wrapper {
    padding: 3rem 2rem;
  }
  .testimonial-page .test-quote {
    font-size: 22px;
  }
  .testimonial-page .test-desc {
    margin: 0 auto 30px;
    font-size: 17px;
  }
  .testimonial-page .test-client {
    font-size: 16px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .testimonial-page .test-grid .container {
    max-width: 950px;
  }
}
.case-results-page {
  padding: 0 2rem 3rem;
}
.case-results-page .cr-grid .container {
  max-width: 1510px;
  margin: 0 auto;
}
.case-results-page .cr-block {
  background: #EFEFEF;
  margin-bottom: 60px;
  display: flex;
  padding: 40px 20px;
}
.case-results-page .cr-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  height: 55px;
}
.case-results-page .cr-wrapper {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 3, 16, 0.18);
  text-align: center;
  padding: 0 2rem 0;
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
}
.case-results-page .cr-wrapper-inner {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.case-results-page .cr-amount {
  display: block;
  position: relative;
  max-width: 655px;
  margin: 0 auto;
  font-size: 50px;
  letter-spacing: 0.01em;
  line-height: 50px;
  font-family: "abril-display", serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
.case-results-page .cr-amount:after {
  content: "••";
  color: #B51818;
  display: block;
  margin: 6px -0.5rem 10px auto;
  font-size: 24px;
  letter-spacing: 0.45em;
}
.case-results-page .cr-desc {
  max-width: 320px;
  margin: 0 auto 0;
  font-size: 17px;
  line-height: 1.76;
  color: #000E23;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
.case-results-page .cr-link {
  display: inline-block;
  border-bottom: 2px solid #B51818;
  padding-bottom: 3px;
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.28;
  color: #B51818;
  font-weight: 800;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 767px) {
  .case-results-page .cr-block {
    padding: 30px 25px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .case-results-page .cr-wrapper {
    padding: 3rem 2rem;
    width: 100%;
    margin: 0 0 40px;
  }
  .case-results-page .cr-wrapper:last-child {
    margin-bottom: 0;
  }
  .case-results-page .cr-icon {
    margin-bottom: 30px;
    height: 54px;
  }
  .case-results-page .cr-icon img {
    height: 100%;
  }
  .case-results-page .cr-amount {
    font-size: 45px;
  }
  .case-results-page .cr-desc {
    margin: 0 auto 30px;
    font-size: 14px;
  }
  .case-results-page .cr-link {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .case-results-page {
    padding: 0 2rem 4rem;
  }
  .case-results-page .cr-wrapper {
    padding: 3rem 2rem 3rem;
    width: 100%;
    margin: 0 25px 3rem;
  }
  .case-results-page .cr-wrapper:last-child {
    margin-bottom: 0;
  }
  .case-results-page .cr-block {
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }
  .case-results-page .cr-block:last-child {
    margin-bottom: 0;
  }
  .case-results-page .cr-grid .container {
    max-width: 590px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .case-results-page .cr-grid .container {
    max-width: 1100px;
  }
  .case-results-page .cr-wrapper {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
  }
  .case-results-page .cr-block {
    padding: 30px 15px;
    margin-bottom: 50px;
  }
  .case-results-page .cr-amount {
    font-size: 50px;
  }
  .case-results-page .cr-desc {
    margin: 0 auto 30px;
    font-size: 15px;
  }
  .case-results-page .cr-link {
    font-size: 12px;
  }
  .case-results-page .cr-icon {
    margin-bottom: 30px;
    height: 60px;
  }
  .case-results-page .cr-icon img {
    height: 100%;
    width: 60px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .case-results-page .cr-grid .container {
    max-width: 1260px;
  }
  .case-results-page .cr-wrapper {
    width: calc(33.3333333333% - 40px);
    margin: 0 20px;
  }
  .case-results-page .cr-block {
    padding: 40px 20px;
    margin-bottom: 50px;
  }
  .case-results-page .cr-amount {
    font-size: 50px;
  }
  .case-results-page .cr-desc {
    margin: 0 auto 30px;
    font-size: 15px;
  }
  .case-results-page .cr-link {
    font-size: 12px;
  }
  .case-results-page .cr-icon {
    margin-bottom: 30px;
    height: 60px;
  }
  .case-results-page .cr-icon img {
    height: 100%;
    width: 60px;
  }
}
.team-page {
  padding: 0 2rem 2rem;
}
.team-page .team {
  display: flex;
  flex-wrap: wrap;
}
.team-page .team-grid .container {
  max-width: 1400px;
  margin: 0 auto;
}
.team-page .team-member {
  width: calc(33.3333333333% - 36px);
  margin: 0 18px 50px;
}
.team-page .team-member-thumb {
  background: #EFEFEF;
  padding: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-page .team-member-thumb:before {
  content: "";
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  background: #000000;
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team-page .team-member-thumb:after {
  content: "View Profile";
  font-family: Mulish, sans-serif;
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.12em;
  border-bottom: 2px solid #FF0F17;
  padding-bottom: 8px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team-page .team-member-thumb:hover:before {
  opacity: 0.8;
}
.team-page .team-member-thumb:hover:after {
  opacity: 1;
}
.team-page .team-member-thumb img {
  width: 100%;
  height: 100%;
}
.team-page .team-member a {
  display: block;
  width: 100%;
}
.team-page .team-member-details {
  padding: 2rem;
}
.team-page .team-member .member-name a {
  display: block;
  font-size: 34px;
  letter-spacing: 0.015em;
  line-height: 1.17;
  font-family: "abril-display", serif;
  color: #000E23;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-decoration: none;
font-size: 26px;}
.team-page .team-member .member-name a:after {
  content: "••";
  color: #B51818;
  display: block;
  margin: 7px -0.75rem 10px auto;
  font-size: 24px;
  letter-spacing: 0.5em;
}
.team-page .team-member .member-position {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.285;
  color: #A8AAAD;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}

@media (max-width: 767px) {
  .team-page .team-grid .container {
    max-width: 420px;
  }
  .team-page .team-member {
    width: 100%;
    margin: 0 0 10px;
  }
  .team-page .team-member .member-position {
    font-size: 11px;
  }
  .team-page .team-member .member-name a {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .team-page .team-member {
    width: calc(50% - 24px);
    margin: 0 12px 30px;
  }
  .team-page .team-member .member-position {
    font-size: 12px;
  }
  .team-page .team-member .member-name a {
    font-size: 26px;
  }
  .team-page .team-grid .container {
    max-width: 650px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .team-page {
    padding: 0 2rem 2rem;
  }
  .team-page .team-grid .container {
    max-width: 1100px;
  }
  .team-page .team-member {
    width: calc(33.3333333333% - 28px);
    margin: 0 14px 30px;
  }
  .team-page .team-member .member-position {
    font-size: 12px;
  }
  .team-page .team-member .member-name a {
    font-size: 26px;
  }
}
.video-center-page {
  padding: 0 2rem;
}
.video-center-page .video-thumb {
  position: relative;
  width: 100%;
  padding-top: calc(56.25% + 15px);
  cursor: pointer;
}
.video-center-page .video-thumb:after {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  opacity: 0;
  transition: 0.3s all;
}
.video-center-page .video-thumb:hover .play_btn {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-center-page .video-thumb:hover:after {
  opacity: 1;
}
.video-center-page .video-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-center-page .video-grid .container {
  max-width: 1560px;
  margin: 0 auto;
}
.video-center-page .video-grid .container .videos {
  display: flex;
  flex-wrap: wrap;
}
.video-center-page .video-block {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 80px;
  padding: 15px;
}
.video-center-page .video-block .mywistia {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .video-center-page .video-block .mywistia {
    height: 225px;
  }
}
.video-center-page .video-block-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: none;
  box-shadow: 0 0 0 20px #EFEFEF;
}
.video-center-page .video-block-thumb img {
  width: 100%;
  height: auto;
}
.video-center-page .video-block-thumb .play_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: linear-gradient(to top, #B51818, #FF0F17 110%);
  width: 76px;
  height: 76px;
  border-radius: 100%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.video-center-page .video-block-thumb .play_btn:before {
  content: "";
  display: block;
  background: none;
  width: 96px;
  height: 96px;
  border: 10px solid rgba(0, 3, 12, 0.24);
  position: absolute;
  border-radius: 100%;
}
.video-center-page .video-block-thumb .play_btn:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0 solid transparent;
  margin-left: 5px;
}
.video-center-page .video-block-details {
  padding: 1.75rem 2rem;
}
.video-center-page .video-desc {
  font-size: 19px;
  line-height: 1.73;
  text-align: center;
  border-bottom: 3px solid #B51818;
  padding: 3.5rem 0.75rem 1rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .video-center-page .video-block {
    width: 100%;
    margin: 0 0 60px;
  }
  .video-center-page .video-grid .container {
    max-width: 420px;
  }
  .video-center-page .video-desc {
    font-size: 17px;
    padding: 1.75rem 0;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .video-center-page .video-block {
    width: calc(50% - 16px);
    margin: 0 8px 60px;
  padding: 30px;}
  .video-center-page .video-block-thumb {
    padding: 20px;
  }
  .video-center-page .video-desc {
    font-size: 16px;
    padding: 1.75rem 0;
  }
  .video-center-page .video-grid .container {
    max-width: 650px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .video-center-page .video-desc {
    font-size: 18px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .video-center-page .video-grid .container {
    max-width: 1260px;
  }
  .video-center-page .video-desc {
    font-size: 18px;
  }
}
.banner.att-banner {
  background: #fff;
  padding: 5rem 2rem 0;
}
.banner.att-banner p {
  font-size: 19px;
  line-height: 1.73;
  letter-spacing: 0.015em;
}
.banner.att-banner .container {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.banner.att-banner .container .left {
  max-width: 900px;
  width: 100%;
  padding-top: 0;
}
.banner.att-banner .container .left h1 {
  position: relative;
  margin-bottom: 35px;
  font-size: 60px;
  letter-spacing: 0.015em;
  line-height: 1.16;
  font-family: "abril-display", serif;
  color: #03080D;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.banner.att-banner .container .right {
  max-width: 480px;
  width: 100%;
}

.att_page .content h2 {
  color: #000E23;
}
.att_page.default_page {
  padding-bottom: 3rem;
}
.att_page .default_page_main.content .att-thumb {
  display: none;
}
.att_page .default_page_main.content h1 {
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 1380px) {
  .att_page .default_page_main.content h1 {
    text-align: center;
  }
}
.att_page .default_page_main.content h1:after {
  display: none;
}
.att_page .default_page_main.content blockquote p {
  max-width: 740px;
}
.att_page .default_page_sidebar {
  width: 100%;
}
.att_page .default_page_sidebar .widget {
  background: #fff;
}
.att_page .default_page_sidebar .widget:before {
  background: #EFEFEF;
  z-index: -1;
}
.att_page .default_page_sidebar .widget-title {
  margin: 0 3.5rem 15px;
}
.att_page .default_page_sidebar .widget ul {
  margin: 0 3.5rem 0;
}
.att_page .default_page_sidebar .widget ul li:last-child {
  margin-bottom: 0;
}
.att-thumb {
  background: #EFEFEF;
  padding: 30px;
  max-height: 480px;
  margin-bottom: 60px;
}
.att-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.att-position {
  display: block;
  margin-bottom: 60px;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  color: #B51818;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}

.page-template-template-bio .awards {
  background: #fff;
  padding-bottom: 6rem;
  padding-top: 3rem;
}
.page-template-template-bio .awards-title {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.12em;
  border-bottom: 3px solid #B51818;
  display: inline-block;
  padding-bottom: 10px;
}
.page-template-template-bio .award-section-title {
  text-align: center;
}

@media (max-width: 767px) {
  .banner.att-banner {
    padding: 1rem 2rem 3.5rem !important;
  }
  .banner.att-banner .container {
    max-width: 420px;
    flex-wrap: wrap;
  }
  .banner.att-banner .container .left {
    text-align: center;
  }
  .banner.att-banner .container .left h1 {
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
  }
  .banner.att-banner .container .left h1 .lines {
    max-height: 70px;
    left: 50%;
  }
  .banner.att-banner .container .left h1 .lines svg {
    max-height: 70px;
  }
  .banner.att-banner .container .right {
    max-width: 550px;
  }
  .banner.att-banner p {
    display: none;
  }

  .att-position {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .att-thumb {
    padding: 20px;
  }
  .att_page .default_page_sidebar .widget ul {
    margin: 0 1.75rem 0;
  }
  .att_page .default_page_sidebar .widget ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .att_page .default_page_sidebar .widget-title {
    margin: 0 1.75rem 25px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .banner.att-banner {
    padding: 1rem 2rem 3.5rem !important;
  }
  .banner.att-banner .container {
    max-width: 420px;
    flex-wrap: wrap;
  }
  .banner.att-banner .container .left {
    text-align: center;
  }
  .banner.att-banner .container .left h1 {
    margin-bottom: 30px;
    font-size: 40px;
    text-align: center;
  }
  .banner.att-banner .container .left h1 .lines {
    max-height: 70px;
    left: 50%;
  }
  .banner.att-banner .container .left h1 .lines svg {
    max-height: 70px;
  }
  .banner.att-banner .container .right {
    max-width: 550px;
  }
  .banner.att-banner p {
    display: none;
  }

  .att-position {
    margin-bottom: 40px;
    font-size: 14px;
    text-align: center;
  }
  .att-thumb {
    padding: 20px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .banner.att-banner {
    padding: 7rem 2rem 5rem;
  }
  .banner.att-banner .container {
    max-width: 980px;
  }
  .banner.att-banner .container .left {
    max-width: 480px;
    padding-top: 20px;
  }
  .banner.att-banner .container .left h1 {
    font-size: 45px;
    text-align: center;
  }
  .banner.att-banner .container .left h1 .lines {
    top: -22px;
  }
  .banner.att-banner .container .right {
    max-width: 372px;
  }
  .banner.att-banner p {
    font-size: 16px;
    line-height: 1.76;
  }

  .att-position {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .banner.att-banner .container {
    max-width: 1160px;
  }
  .banner.att-banner .container .left {
    max-width: 650px;
    padding-top: 30px;
  }
  .banner.att-banner .container .left h1 {
    font-size: 50px;
  }
  .banner.att-banner .container .left h1 .lines {
    top: -16px;
  }
  .banner.att-banner .container .right {
    max-width: 420px;
  }
  .banner.att-banner p {
    font-size: 17px;
    line-height: 1.76;
  }
  .banner.att-banner .att-position {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.contact_page {
  padding: 0;
  max-height: 920px;
}
.contact_page .container {
  display: flex;
  width: 100%;
  max-height: 920px;
}
.contact_page .container .left,
.contact_page .container .right {
  width: 50%;
}
.contact_page .container .left {
  padding: 6rem 2rem;
}
.contact_page .container .left .contact_info {
  max-width: 645px;
  margin: 0 auto;
}
.contact_page .container .left h1 {
  position: relative;
  margin-bottom: 60px;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "abril-display", serif;
  color: #03080D;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.contact_page .container .left h1 .lines {
  max-height: 100px;
  max-width: 150px;
  overflow: hidden;
  top: -10px;
  left: 29px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.contact_page .container .left h1 .lines svg {
  max-height: 145px;
  height: 100%;
  width: 100%;
}
.contact_page .container .left h1 .lines svg path {
  fill: #000E23;
  opacity: 0.06;
}
.contact_page .container .right .map {
  height: 100%;
  width: 100%;
}
.contact_page .container .right .map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-template-contact .locations .lc-title, .page-template-template-contact .locations .lc-address, .page-template-template-contact .locations .lc-contact,
.es-template-template-contact .locations .lc-title,
.es-template-template-contact .locations .lc-address,
.es-template-template-contact .locations .lc-contact {
  color: #000E23;
}
.page-template-template-contact .locations .lc-block,
.es-template-template-contact .locations .lc-block {
  margin-bottom: 40px;
}
.page-template-template-contact .locations .lc-social,
.es-template-template-contact .locations .lc-social {
  max-width: 175px;
}
.page-template-template-contact .locations .lc-social a {
  color: inherit;
}

.page-template-template-contact .locations .btn-directions,
.es-template-template-contact .locations .btn-directions {
  border: none;
  color: #B51818;
}
.page-template-template-contact .locations .btn-directions:hover,
.es-template-template-contact .locations .btn-directions:hover {
  color: #FF0F17;
}
.page-template-template-contact footer,
.es-template-template-contact footer {
  padding: 8rem 2rem 2rem;
}
.page-template-template-contact footer .container,
.es-template-template-contact footer .container {
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-template-contact footer .container .left,
.es-template-template-contact footer .container .left {
  max-width: 1660px;
}
.page-template-template-contact footer .container .right,
.es-template-template-contact footer .container .right {
  padding: 3rem 2rem 0;
  width: 100%;
  align-items: center;
}
.page-template-template-contact footer .container .right .copyright ul,
.page-template-template-contact footer .container .right .copyright .copy-text,
.es-template-template-contact footer .container .right .copyright ul,
.es-template-template-contact footer .container .right .copyright .copy-text {
  display: inline-flex;
}
.page-template-template-contact footer .container .right .copyright img,
.es-template-template-contact footer .container .right .copyright img {
  display: block;
  margin: 20px auto;
}
.page-template-template-contact footer .container .contact-form .form-title,
.es-template-template-contact footer .container .contact-form .form-title {
  max-width: unset;
}
.page-template-template-contact footer .container .contact-form .form-title .lines,
.es-template-template-contact footer .container .contact-form .form-title .lines {
  max-height: 100px;
  max-width: 150px;
  overflow: hidden;
}
.page-template-template-contact footer .container .contact-form .form-title .lines svg,
.es-template-template-contact footer .container .contact-form .form-title .lines svg {
  max-height: 145px;
  height: 100%;
  width: 100%;
}
.page-template-template-contact footer .container .contact-form .form-container,
.es-template-template-contact footer .container .contact-form .form-container {
  max-width: 1430px;
}
.page-template-template-contact footer .container .contact-form .form-desc,
.es-template-template-contact footer .container .contact-form .form-desc {
  max-width: 430px;
}
.page-template-template-contact footer .container .contact-form .gform_fields .gfield,
.es-template-template-contact footer .container .contact-form .gform_fields .gfield {
  width: calc(25% - 15px);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .contact_page {
    padding: 0;
    max-height: unset;
  }
  .contact_page .container {
    flex-wrap: wrap;
    max-height: unset;
  }
  .contact_page .container .left,
.contact_page .container .right {
    width: 100%;
  }
  .contact_page .container .right {
    height: 350px;
  }
  .contact_page .container .left {
    padding: 3rem 2rem 2rem;
  }
  .contact_page .container .left h1 {
    font-size: 30px;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 3rem;
  }
  .contact_page .container .left h1 .lines {
    display: block;
    max-height: 50px;
    top: -2px;
    left: 50%;
  }
  .contact_page .container .left h1 .lines svg {
    max-height: 50px;
  }

  .page-template-template-contact .locations .lc-social {
    max-width: 140px;
  }

  .page-template-template-contact footer {
    padding: 2rem;
  }
  .page-template-template-contact footer .container .contact-form .gform_fields .gfield {
    width: 100%;
  }
  .page-template-template-contact footer .container .contact-form .gform_fields .gfield_html {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .contact_page {
    padding: 0;
    max-height: unset;
  }
  .contact_page .container {
    flex-wrap: wrap;
    max-height: unset;
  }
  .contact_page .container .left,
.contact_page .container .right {
    width: 100%;
  }
  .contact_page .container .right {
    height: 350px;
  }
  .contact_page .container .left {
    padding: 3rem 2rem 2rem;
  }
  .contact_page .container .left .contact_info {
    max-width: 590px;
  }
  .contact_page .container .left h1 {
    font-size: 30px;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 3rem;
  }
  .contact_page .container .left h1 .lines {
    display: block;
    max-height: 50px;
    top: -2px;
    left: 50%;
  }
  .contact_page .container .left h1 .lines svg {
    max-height: 50px;
  }

  .page-template-template-contact .locations .lc-social {
    max-width: 140px;
  }

  .page-template-template-contact footer {
    padding: 2rem;
  }
  .page-template-template-contact footer .container .left {
    max-width: 100%;
  }
  .page-template-template-contact footer .container .contact-form .form-title {
    max-width: 350px;
  }
  .page-template-template-contact footer .container .contact-form .form-desc {
    max-width: 400px;
  }
  .page-template-template-contact footer .container .contact-form .form-container {
    max-width: 405px;
  }
  .page-template-template-contact footer .container .contact-form .gform_fields .gfield {
    width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .page-template-template-contact footer .container .contact-form .gform_fields .gfield_html {
    margin-bottom: 50px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .contact_page {
    max-height: unset;
  }
  .contact_page .container {
    max-height: unset;
  }
  .contact_page .container .left {
    padding: 4rem 2rem;
  }
  .contact_page .container .left .contact_info {
    max-width: 420px;
  }
  .contact_page .container .left .contact_info .locations .lc-block {
    margin-bottom: 50px;
  }
  .contact_page .container .left .contact_info .locations .lc-block:last-child {
    margin-bottom: 0;
  }
  .contact_page .container .left .contact_info .locations .lc-contact {
    margin-bottom: 30px;
  }
  .contact_page .container .left h1 {
    font-size: 35px;
    margin-bottom: 60px;
    text-align: left;
  }
  .contact_page .container .left h1 .lines {
    max-height: 60px;
    top: -4px;
    display: block;
  }
  .contact_page .container .left h1 .lines svg {
    max-height: 60px;
  }

  .page-template-template-contact footer {
    padding: 5rem 2rem;
  }
  .page-template-template-contact footer .container {
    max-width: 1100px;
  }
  .page-template-template-contact footer .container .contact-form .form-container {
    max-width: 960px;
  }
  .page-template-template-contact footer .container .contact-form .form-desc {
    max-width: unset;
  }
  .page-template-template-contact footer .container .contact-form .gform_footer {
    margin-top: 15px;
  }
  .page-template-template-contact footer .container .contact-form .gform_fields .gfield_html {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    text-align: left;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .contact_page .container .left {
    padding: 4rem 2rem 5rem;
  }
  .contact_page .container .left .contact_info {
    max-width: 550px;
  }
  .contact_page .container .left .contact_info .locations .lc-block {
    margin-bottom: 50px;
  }
  .contact_page .container .left .contact_info .locations .lc-block:last-child {
    margin-bottom: 0;
  }
  .contact_page .container .left .contact_info .locations .lc-contact {
    margin-bottom: 30px;
  }
  .contact_page .container .left h1 {
    font-size: 40px;
    margin-bottom: 60;
    text-align: left;
  }
  .contact_page .container .left h1 .lines {
    max-height: 60px;
    top: -4px;
    display: block;
  }
  .contact_page .container .left h1 .lines svg {
    max-height: 60px;
  }

  .page-template-template-contact footer {
    padding: 5rem 2rem;
  }
  .page-template-template-contact footer .container {
    max-width: 1260px;
  }
  .page-template-template-contact footer .container .contact-form .form-container {
    max-width: 1100px;
  }
  .page-template-template-contact footer .container .contact-form .form-desc {
    max-width: unset;
  }
  .page-template-template-contact footer .container .contact-form .gform_footer {
    margin-top: 15px;
  }
  .page-template-template-contact footer .container .contact-form .gform_fields .gfield_html {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    text-align: left;
  }
}
.error404-wrapper {
  background: #EFEFEF;
  width: 100%;
  padding: 40px;
  margin-top: 140px;
}
.error404-content {
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 6rem 2rem 6rem;
  box-shadow: 0 0 30px rgba(0, 13, 16, 0.18);
}
.error404-content h1 {
  font-size: 60px;
  line-height: 1.16;
}
.error404-content p {
  max-width: 690px;
  margin: 0 auto 35px;
}
.error404-btn {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border: none;
  padding: 0.77rem 2.3rem;
  background: linear-gradient(to top, #B51818, #FF0F17 110%);
  box-shadow: 1px 1px 15px rgba(0, 6, 35, 0.2);
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.73;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
}
.error404-subtitle {
  display: block;
  margin-bottom: 40px;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.55;
  color: #B51818;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
.error404 .default_page_main {
  max-width: unset;
}
.error404 .default_page_main .container {
  max-width: 1260px;
  margin: 0 auto;
}
.error404 h1 {
  position: relative;
  max-width: unset;
  margin-bottom: 15px;
}
.error404 h1:after {
  display: none;
}

@media (max-width: 767px) {
  .error404-wrapper {
    padding: 2rem;
  }
  .error404-subtitle {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .error404-btn {
    font-size: 14px;
  }
  .error404-content {
    padding: 5rem 1rem;
  }
  .error404-content p {
    margin: 0 auto 30px;
  }
  .error404 .default_page {
    padding: 3rem 2rem;
  }
  .error404 .default_page_main .container {
    max-width: 550px;
  }
  .error404 .default_page_main .container h1 {
    font-size: 30px;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 3rem;
  }
  .error404 .default_page_main .container h1 .lines {
    display: block;
    max-height: 50px;
    top: -2px;
    left: 50%;
  }
  .error404 .default_page_main .container h1 .lines svg {
    max-height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .error404-wrapper {
    padding: 2rem;
  }
  .error404-subtitle {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .error404-content {
    padding: 5rem 1rem;
  }
  .error404-content p {
    margin: 0 auto 30px;
  }
  .error404 .default_page {
    padding: 3rem 2rem;
  }
  .error404 .default_page_main .container {
    max-width: 590px;
  }
  .error404 .default_page_main .container h1 {
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
  }
  .error404 .default_page_main .container h1 .lines {
    max-height: 60px;
    top: -4px;
    display: block;
  }
  .error404 .default_page_main .container h1 .lines svg {
    max-height: 60px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  .error404-wrapper {
    padding: 2rem;
  }
  .error404-subtitle {
    margin-bottom: 30px;
  }
  .error404-content {
    padding: 5rem 1rem;
  }
  .error404-content p {
    margin: 0 auto 30px;
  }
  .error404 .default_page {
    padding: 6rem 2rem 4rem;
  }
  .error404 .default_page_main .container {
    max-width: 1100px;
  }
  .error404 .default_page_main .container h1 {
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
  }
  .error404 .default_page_main .container h1 .lines {
    max-height: 60px;
    top: -4px;
    display: block;
  }
  .error404 .default_page_main .container h1 .lines svg {
    max-height: 60px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  .error404-wrapper {
    padding: 2rem;
  }
  .error404-subtitle {
    margin-bottom: 35px;
  }
  .error404-content {
    padding: 5rem 2rem;
  }
  .error404-content p {
    margin: 0 auto 35px;
  }
  .error404 .default_page {
    padding: 7rem 2rem 5rem;
  }
  .error404 .default_page_main .container {
    max-width: 1260px;
  }
  .error404 .default_page_main .container h1 {
    font-size: 40px;
    margin-bottom: 35px;
    text-align: center;
  }
  .error404 .default_page_main .container h1 .lines {
    max-height: 60px;
    top: -4px;
    display: block;
  }
  .error404 .default_page_main .container h1 .lines svg {
    max-height: 60px;
  }
}
.default_page {
  padding: 6rem 2rem;
}
.default_page .container {
  max-width: 1530px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.default_page_main {
  max-width: 900px;
  width: 100%;
}
.default_page_sidebar {
  max-width: 480px;
}
.default_page_sidebar .sidebar {
  max-width: 480px;
  width: 100%;
}
.default_page_sidebar .sidebar_form {
  border: 3px solid #EFEFEF;
  padding: 27px;
  margin-bottom: 50px;
}
.default_page_sidebar .sidebar_form_desc {
  max-width: 300px;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 19px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
.default_page_sidebar .sidebar_form_desc:after {
  content: "••";
  color: #FF0F17;
  font-size: 14px;
  letter-spacing: 0.75em;
  display: block;
  margin: 9px -0.35rem 15px auto;
}
.default_page_sidebar .sidebar_form_desc span {
  color: #FF0F17;
}
.default_page_sidebar .sidebar_form_title {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}
.default_page_sidebar .sidebar_form_title .lines {
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -16px;
}
.default_page_sidebar .sidebar_form_title .lines svg {
  max-height: 135px;
}
.default_page_sidebar .sidebar_form_title .lines svg path {
  fill: #03080D;
  opacity: 0.6;
}
.default_page_sidebar .sidebar_form_wrapper {
  background: #000;
  padding: 50px 4rem;
  position: relative;
  z-index: 1;
}
.default_page_sidebar .sidebar_form_wrapper .gform_wrapper form {
  position: relative;
  padding-bottom: 30px;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields {
  list-style: none;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .ginput_container {
  position: relative;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .ginput_container:after {
  content: "*";
  position: absolute;
  right: 1.25rem;
  top: 1.5rem;
  font-weight: 800;
  color: #B51818;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield {
  width: 100%;
  margin-bottom: 20px;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield_html {
  position: absolute;
  bottom: -10px;
  margin-bottom: 0;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield_html .required {
  display: block;
  letter-spacing: 0.02em;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2.66;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: lowercase;
  font-style: normal;
  text-decoration: none;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield_html .required span {
  color: #FF0F17;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield_label {
  display: none;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield input, .default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield textarea {
  border: none;
  width: 100%;
  padding: 0.9rem 1.25rem;
  font-size: 16px;
  line-height: 1.75;
  font-family: Mulish, sans-serif;
  color: #000E23;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield input::-webkit-input-placeholder, .default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield input::-moz-placeholder, .default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield input:-ms-input-placeholder, .default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield input::placeholder, .default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.default_page_sidebar .sidebar_form_wrapper .gform_fields .gfield textarea {
  max-height: 160px;
}
.default_page_sidebar .sidebar_form_wrapper .gform_button {
  font-size: 13px;
  line-height: 18px;
  padding-left: 40px;
  padding-right: 40px;
}
.default_page_sidebar .sidebar_form_wrapper .gform_footer {
  margin-top: 50px;
  text-align: center;
}
.default_page_sidebar .widget {
  position: relative;
  margin: 1.75rem 1.75rem 5rem;
  background: #EFEFEF;
  padding: 3.5rem 0;
}
.default_page_sidebar .widget:before {
  content: "";
  border: 3px solid #EFEFEF;
  display: block;
  position: absolute;
  top: -1.75rem;
  left: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
}
.default_page_sidebar .widget ul {
  list-style: none;
}
.default_page_sidebar .widget ul li.menu-item-has-children {
  transition: all 0.3s ease-in-out;
}
.default_page_sidebar .widget ul li .widget-toggle {
  position: relative;
}
.default_page_sidebar .widget ul li .widget-toggle:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: transparent;
  border: 2px solid #000E23;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 14px;
  right: 4rem;
}
.default_page_sidebar .widget ul li.open {
  padding: 1.5rem 0;
  background: #000;
}
.default_page_sidebar .widget ul li.open .widget-toggle {
  margin-bottom: 45px;
  color: #FF0F17;
}
.default_page_sidebar .widget ul li.open .widget-toggle:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #FF0F17;
}
.default_page_sidebar .widget ul li.open a {
  color: #fff;
}

.default_page_sidebar .widget ul li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: .375em 60px;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
.default_page_sidebar .widget.widget_recent_entries ul li a {
  padding:  1em 60px;

}
.default_page_sidebar .widget ul li a:hover {
  color: #FF0F17;
}
.default_page_sidebar .widget-title {
  border-bottom: 3px solid #B51818;
  position: relative;
  margin: 0 60px .75em;
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.75;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
.default_page_sidebar .widget-title.open:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: transparent;
  border: 2px solid #000E23;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
  right: 0;
}

@media (max-width: 767px) {
  body:not(.home) .banner {
    padding: 3rem 0 3.5rem;
  }
  body:not(.home) .banner .container {
    max-width: 550px;
  }
  body:not(.home) .banner picture img {
    height: 100%;
  }

  .default_page {
    padding: 4rem 2rem 0;
  }
  .default_page .container {
    flex-wrap: wrap;
    max-width: 550px;
  }
  .default_page_sidebar {
    max-width: 100%;
    margin-top: 40px;
  }
  .default_page_sidebar .sidebar_form {
    display: none;
  }
  .default_page_sidebar .widget {
    padding: 3rem 0;
  }
  .default_page_sidebar .widget-title {
    margin: 0 1.75rem 25px;
  }
  .default_page_sidebar .widget ul li .widget-toggle:after {
    right: 1.75rem;
  }
  .default_page_sidebar .widget ul li a {
    padding-left:2rem;
    padding-right:2rem;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
 
  body:not(.home) .banner picture img {
    height: 100%;
  }

  .default_page {
    padding: 5rem 2rem 1rem;
  }
  .default_page .container {
    max-width: 590px;
    flex-wrap: wrap;
  }
  .default_page_sidebar {
    max-width: 100%;
    margin-top: 50px;
  }
  .default_page_sidebar .sidebar_form {
    display: none;
  }
  .default_page_sidebar .widget ul li a {
    font-size: 16px;
  }
  .default_page_sidebar .widget ul li .widget-toggle:after {
    top: 20px;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {

  .default_page {
    padding: 5rem 2rem 3rem;
  }
  .default_page .container {
    max-width: 840px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .default_page_sidebar {
    max-width: 590px;
    margin-top: 50px;
  }
  .default_page_sidebar .sidebar_form {
    display: none;
  }
  .default_page_sidebar .widget ul li .widget-toggle:after {
    top: 20px;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  
  body:not(.home) .banner .container .banner-title .lines {
    max-height: 145px;
  }
  body:not(.home) .banner .container .banner-title .lines svg {
    width: 100%;
    height: 100%;
  }

  .banner-internal {
    padding: 7rem 0 5rem;
  }

  .default_page .container {
    max-width: 1160px;
  }
  .default_page_sidebar {
    max-width: 420px;
  }
  .default_page_sidebar .widget {
    padding: 3rem 0;
  }
  .default_page_sidebar .widget-title {
    margin: 0 3rem 25px;
  }
  .default_page_sidebar .widget ul li .widget-toggle:after {
    right: 3rem;
  }
  .default_page_sidebar .widget ul li a {
    padding: 0 5rem 0 3rem;
  }
  .default_page_sidebar .sidebar_form_wrapper {
    padding: 3.25rem 2rem;
  }
  .default_page_sidebar .sidebar_form_wrapper .gform_footer {
    margin-top: 55px;
  }
  .default_page_sidebar .sidebar_form_wrapper .gform_wrapper {
    max-width: 255px;
    margin: 0 auto;
  }
  .default_page_main {
    max-width: 650px;
  }
  .default_page_main > *:not(h1) {
    max-width: 620px;
  }
}
footer {
  background: #000;
  padding: 7rem 2rem;
}
footer .container {
  max-width: calc(1660px + 2rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .container .left {
  max-width: 945px;
  width: 100%;
}
footer .container .right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 2rem 0 5rem;
  flex: 1 1;
}
footer .container .right .copyright {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 1400px) {
  footer .container .right .copyright {
    font-size: 14px;
    line-height: 26px;
  }
}
footer .container .right .copyright img {
  margin-top: 20px;
}
footer .container .right .copyright ul {
  list-style: none;
  display: flex;
}
footer .container .right .copyright ul li a {
  text-decoration: none;
  color: inherit;
}
footer .container .right .copyright ul li:not(:first-child):before {
  content: "•";
  margin: 0 8px;
  color: #FF0F17;
}
footer .container .right .copyright ul li:nth-child(2):before {
  display: none;
}
footer .container .right .copyright ul li.sm-screen {
  display: none;
}
footer .container .right .ilawyerlogo {
  margin: 15px auto 0;
}
@media (min-width: 1200px) {
  footer .container .right .ilawyerlogo {
    margin: 15px 0 0;
  }
}
footer .container .contact-form {
  padding: 70px 2rem 80px;
  position: relative;
  z-index: 1;
  background: #121212;
  box-shadow: 0 0 35px rgba(0, 3, 16, 0.9);
}
footer .container .contact-form .form-title {
  display: block;
  position: relative;
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 80px;
  line-height: 1.13;
  font-family: "abril-display", serif;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
footer .container .contact-form .form-title .lines {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
footer .container .contact-form .form-container {
  max-width: 705px;
  margin: 0 auto;
}
footer .container .contact-form .form-desc {
  margin: 0 auto;
  max-width: 400px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.64;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
footer .container .contact-form .form-desc:after {
  content: "••";
  color: #FF0F17;
  display: block;
  margin: 10px -0.5rem 20px auto;
  font-size: 16px;
  letter-spacing: 0.5em;
}
footer .container .contact-form .form-desc span {
  color: #FF0F17;
}
footer .container .contact-form .gform_footer {
  text-align: center;
}
footer .container .contact-form .gform_fields {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container .contact-form .gform_fields .gfield {
  width: calc(50% - 9px);
  margin-bottom: 18px;
}
footer .container .contact-form .gform_fields .gfield:nth-child(5) {
  width: 100%;
}
footer .container .contact-form .gform_fields .gfield.active input, footer .container .contact-form .gform_fields .gfield.active textarea {
  border-left: 6px solid #B51818;
}
footer .container .contact-form .gform_fields .gfield_contains_required {
  position: relative;
}
footer .container .contact-form .gform_fields .gfield_contains_required .ginput_container:after {
  content: "*";
  color: #B51818;
  position: absolute;
  top: 11px;
  right: 1.4rem;
  font-weight: 700;
  font-size: 19px;
  line-height: 2;
}
@media (min-width: 768px) {
  footer .container .contact-form .gform_fields .gfield_contains_required .ginput_container:after {
    top: 14px;
  }
}
footer .container .contact-form .gform_fields .gfield_label {
  display: none;
}
footer .container .contact-form .gform_fields .gfield textarea {
  height: 165px;
}
footer .container .contact-form .gform_fields .gfield input, footer .container .contact-form .gform_fields .gfield textarea {
  width: 100%;
  border: none;
  padding: 1rem 1.5rem;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.72;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
footer .container .contact-form .gform_fields .gfield input::-webkit-input-placeholder, footer .container .contact-form .gform_fields .gfield textarea::-webkit-input-placeholder {
  color: #03080D;
  opacity: 1;
}
footer .container .contact-form .gform_fields .gfield input::-moz-placeholder, footer .container .contact-form .gform_fields .gfield textarea::-moz-placeholder {
  color: #03080D;
  opacity: 1;
}
footer .container .contact-form .gform_fields .gfield input:-ms-input-placeholder, footer .container .contact-form .gform_fields .gfield textarea:-ms-input-placeholder {
  color: #03080D;
  opacity: 1;
}
footer .container .contact-form .gform_fields .gfield input::placeholder, footer .container .contact-form .gform_fields .gfield textarea::placeholder {
  color: #03080D;
  opacity: 1;
}
footer .container .contact-form .gform_fields .gfield_html {
  margin-bottom: 50px;
  font-size: 12px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
footer .container .contact-form .gform_fields .gfield_html .required {
  color: #fff;
}
footer .container .contact-form .gform_fields .gfield_html .required span {
  color: #FF0F17;
}

@media (max-width: 767px) {
  footer {
    padding: 2rem;
  }
  footer .container {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 415px;
  }
  footer .container .right {
    padding: 2rem 0 0;
  }
  footer .container .right .copyright {
    font-size: 12px;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
  }
  footer .container .right .copyright ul {
    flex-wrap: wrap;
    justify-content: center;
    display: block !important;
  }
  footer .container .right .copyright ul li:nth-last-child(2):after {
    display: none;
  }
  footer .container .right .copyright ul li:not(:first-child):before {
    margin: 0 8px 0 4px;
  }
  footer .container .right .copyright img {
    margin-top: 0;
    max-width: 175px;
  }
  footer .container .contact-form {
    padding: 3.5rem 2rem 5.5rem;
  }
  footer .container .contact-form .form-title {
    font-size: 35px;
    line-height: 1.28;
  }
  footer .container .contact-form .form-title .lines {
    max-height: 125px;
    top: -20px;
  }
  footer .container .contact-form .form-title .lines svg {
    width: 100%;
    height: 100%;
  }
  footer .container .contact-form .form-desc {
    font-size: 11px;
  }
  footer .container .contact-form .form-container {
    max-width: 295px;
  }
  footer .container .contact-form .gform_footer {
    margin-top: 30px;
  }
  footer .container .contact-form .gform_fields .gfield {
    width: 100%;
  }
  footer .container .contact-form .gform_fields .gfield input, footer .container .contact-form .gform_fields .gfield textarea {
    padding: 0.75rem 1.5rem;
    font-size: 15px;
  }
  footer .container .contact-form .gform_fields .gfield_html {
    font-size: 12px;
    position: absolute;
    bottom: 0;
    text-align: center;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  footer {
    padding: 2rem 2rem 0;
  }
  footer .container {
    max-width: 590px;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .container .right {
    padding: 4rem 3rem 3rem;
  }
  footer .container .right .copyright {
    margin-top: 40px;
    text-align: center;
  }
  footer .container .right .copyright ul {
    justify-content: center;
  }
  footer .container .contact-form .gform_footer {
    margin-top: 40px;
  }
  footer .container .contact-form .gform_fields .gfield {
    width: 100%;
  }
  footer .container .contact-form .gform_fields .gfield input, footer .container .contact-form .gform_fields .gfield textarea {
    padding: 0.9rem 1.5rem;
    font-size: 16px;
  }
  footer .container .contact-form .gform_fields .gfield_html {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  footer .container .contact-form .form-title {
    max-width: 350px;
    font-size: 50px;
    line-height: 1.2;
  }
  footer .container .contact-form .form-title .lines {
    max-height: 160px;
    top: -16px;
  }
  footer .container .contact-form .form-title .lines svg {
    width: 100%;
    height: 100%;
    max-height: 160px;
  }
  footer .container .contact-form .form-desc {
    max-width: 400px;
    font-size: 13px;
    line-height: 1.69;
  }
  footer .container .contact-form .form-container {
    max-width: 405px;
  }
}
@media (max-width: 1170px) {
  footer .container .right .copyright ul li.sm-screen {
    display: inline;
  }
  footer .container .right .copyright ul li.sm-screen a {
    cursor: text;
  }
  footer .container .right .copyright ul li:nth-child(2):before {
    display: inline;
  }
  footer .container .right .copyright span {
    display: none;
  }

  .container .contact-form .gform_fields .gfield_contains_required .ginput_container:after {
    top: 0.5rem;
    right: 1.3rem;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  footer {
    padding: 5rem 2rem;
  }
  footer .container .left {
    max-width: 590px;
  }
  footer .container .right {
    padding: 4rem 2rem 3rem;
  }
  footer .container .right .copyright {
    font-size: 12px;
  }
  footer .container .right .copyright img {
    max-width: 175px;
  }
  footer .container .contact-form {
    padding: 4rem 2rem 6rem;
  }
  footer .container .contact-form .form-title {
    font-size: 60px;
    line-height: 1.16;
  }
  footer .container .contact-form .form-title .lines {
    max-height: 170px;
    top: -10px;
  }
  footer .container .contact-form .form-title .lines svg {
    width: 100%;
    height: 100%;
    max-height: 170px;
  }
  footer .container .contact-form .form-desc {
    max-width: 400px;
    font-size: 14px;
  }
  footer .container .contact-form .form-container {
    max-width: 410px;
  }
  footer .container .contact-form .gform_footer {
    margin-top: 45px;
  }
  footer .container .contact-form .gform_fields .gfield {
    width: 100%;
  }
  footer .container .contact-form .gform_fields .gfield input, footer .container .contact-form .gform_fields .gfield textarea {
    padding: 0.87rem 1.5rem;
    font-size: 16px;
  }
  footer .container .contact-form .gform_fields .gfield_html {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  footer .container {
    max-width: 1280px;
  }
  footer .container .left {
    max-width: 710px;
  }
  footer .container .right {
    padding: 1em 0 3rem 5rem;
  }
  footer .container .contact-form {
    padding: 4rem 2rem;
  }
  footer .container .contact-form .form-title {
    font-size: 70px;
  }
  footer .container .contact-form .form-desc {
    max-width: 500px;
  }
  footer .container .contact-form .form-container {
    max-width: 530px;
  }
  footer .container .contact-form .gform_footer {
    margin-top: 30px;
  }
}
.default_page_main .blog_post {
  padding-bottom: 80px;
}
.default_page_main .blog_post .blog_title  {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.default_page_main .blog_post .blog_title a  {
  font-size: 25px;
  letter-spacing: 0.02em;
  line-height: 1.32;
  font-family: "abril-display", serif;
  color: #000E23;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.default_page_main .blog_post .blog_time {
  margin-bottom: 35px;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 2;
  font-family: "Mulish";
  color: #B51818;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
.default_page_main .blog_post .blog_time span:not(.lines) {
  position: relative;
  display: inline;
  padding-left: 0;
}
.default_page_main .blog_post .blog_time span .lines {
  position: absolute;
  left: 0;
}
.default_page_main .blog_post .blog_time span .lines svg {
  max-height: 13px;
  max-width: 13px;
}
.default_page_main .blog_post .blog_time ul {
  display: flex;
  margin-bottom: 0;
  margin-left: 10px;
  position: relative;
}
.default_page_main .blog_post .blog_time ul li {
  padding-left: 0;
}
.default_page_main .blog_post .blog_time ul li:first-of-type {
  margin-left: 20px;
}
.default_page_main .blog_post .blog_time ul li:before {
  display: none;
}
.default_page_main .blog_post .blog_time ul li:not(:last-child):after {
  content: ", ";
}
.default_page_main .blog_post .blog_time ul li a {
  color: inherit;
  text-decoration: underline;
}
.default_page_main .blog_post .blog_time ul:before {
  content: "•";
  color: inherit;
  position: absolute;
  left: 0;
  color: #090b24;
}
.default_page_main .blog_post .blog-btn .btn {
  padding: 0;
  background: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-bottom: 3px;
  border-bottom: 3px solid #B51818;
  font-family: Mulish, sans-serif;
  color: #B51818;
}
.default_page_main .blog_post .blog-btn .btn:hover {
  opacity: 0;
  color: #000;
  background: none;
}
.default_page_main .blog_post p:last-of-type {
  margin-bottom: 40px;
}
.default_page_main .blog_post + hr {
  margin-bottom: 80px;
  height: 2px;
  border: none;
  background: #EFEFEF;
}
.default_page_main .blog_post + hr:last-of-type {
  margin-bottom: 20px;
}
.default_page_main .paged_wrapper .navigation ul {
  display: flex;
}
.default_page_main .paged_wrapper .navigation ul li {
  padding-left: 0;
  margin: 0 20px;
}
.default_page_main .paged_wrapper .navigation ul li:last-child {
  margin-right: 0;
}
.default_page_main .paged_wrapper .navigation ul li:first-child {
  margin-left: 0;
}
.default_page_main .paged_wrapper .navigation ul li:before {
  display: none;
}
.default_page_main .paged_wrapper .navigation ul li.active a {
  color: #FF0F17;
}
.default_page_main .paged_wrapper .navigation ul li a {
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.23;
  color: #000E23;
  font-weight: 800;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
}
.default_page_main .paged_wrapper .navigation .blog_arrow.myprev {
  margin-right: auto;
  flex-grow: 1;
  text-align: left;
}
.default_page_main .paged_wrapper .navigation .blog_arrow.myprev:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: none;
  border: 2px solid #000E23;
  position: relative;
  top: unset;
  left: unset;
  font-size: unset;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 5px;
}
.default_page_main .paged_wrapper .navigation .blog_arrow.mynext {
  margin-left: auto;
  flex-grow: 1;
  text-align: right;
}
.default_page_main .paged_wrapper .navigation .blog_arrow.mynext:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: none;
  border: 2px solid #000E23;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
}
.default_page_main .paged_wrapper .navigation .blog_arrow a {
  color: #FF0F17;
}

.default_page_main .blog_post .blog_time ul li {
  display: inline;
}

.default_page_main .blog_post .blog_time ul {
  display: inline;
}

.default_page_main .blog_post .blog_time ul li a {
  display: inline;
}

@media (max-width: 767px) {
  .default_page_main h1 .lines {
    display: block;
    max-height: 50px;
    top: -2px;
    left: 50%;
  }
  .default_page_main h1 .lines svg {
    max-height: 50px;
  }
  .default_page_main .blog_post {
    padding-bottom: 50px;
  }
  .default_page_main .blog_post + hr {
    margin-bottom: 50px;
  }
  .default_page_main .blog_post .blog_title a {
    font-size: 20px;
  }
  .default_page_main .blog_post .blog_time {
    margin-bottom: 30px;
    font-size: 10px;
  }
  .default_page_main .blog_post .blog_time span:not(.lines) {
    padding-left: 20px;
  }
  .default_page_main .blog_post .blog_time ul li {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .default_page_main h1 {
    margin-bottom: 80px;
  }
  .default_page_main .blog_post {
    padding-bottom: 60px;
  }
  .default_page_main .blog_post + hr {
    margin-bottom: 60px;
  }
  .default_page_main .blog_post .blog-btn .btn {
    padding: 1rem 2rem;
  }
  .default_page_main .blog_post .blog_title a {
    font-size: 20px;
  }
  .default_page_main .blog_post .blog_time {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .default_page_main .blog_post .blog_time span:not(.lines) {
    padding-left: 20px;
  }
  .default_page_main .blog_post .blog_time ul:before {
    top: -3px;
  }
  .default_page_main .blog_post .blog_time ul li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .default_page_main .blog_post .blog_time ul li {
    font-size: 10px;
  }

  .default_page_main .blog_post.content ul li {
    font-size: 13px;
  }

  .default_page_main .blog_post .blog_time span:not(.lines) {
    display: inline;
  }

  .default_page_main .blog_post .blog_time {
    display: inline-block;
  }

  .default_page_main .blog_post .blog_time ul::before {
    left: -4px;
    line-height: 1;
    top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  .default_page_main .blog_post .blog_time ul li {
    font-size: 13px;
  }

  .default_page_main .blog_post .blog_time ul::before {
    left: -2px;
    line-height: 1;
    top: 5px;
  }

  .default_page_main .blog_post .blog_time ul {
    margin-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1380px) {
  .default_page_main .blog_post .blog_time ul::before {
    left: -4px;
    top: 1px;
  }
}
@media (max-width: 405px) {
  header .header-end {
    padding: 7px 10px;
  }

  header .header-phone a {
    font-size: 19px;
  }

  header .header-text .text {
    font-size: 12px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  header .header-start {
    padding: 10px 25px;
    align-items: center;
    max-width: calc(100% - 74px);
  }

  header .header-start svg,
header .header-start img {
    max-width: 100%;
    display: block;
  }

  header .header-button span:not(:last-child) {
    width: 36px;
    background: #e0a967;
  }

  header .header-button span:nth-child(2) {
    width: 26px;
  }

  header .header-button {
    font-size: 11px;
    color: #fff;
    font-weight: 900;
  }

  header .header-phone a {
    letter-spacing: 0;
    display: block;
  }

  header .header-text {
    margin-bottom: 3px;
  }

  header .header-text .text:last-child::after {
    margin: 0 6px 0 3px;
  }

  .sec-one > .left {
    display: block;
    position: absolute;
    top: 90px;
    padding-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .sec-one .right .selling-points .sp-wrapper {
    padding: 5rem 2rem 8rem;
  }

  .sec-one-video-container .video-block-thumb img {
    display: none;
  }

  .sec-one-video-container .video-block-thumb {
    padding: 0;
  }

  .sec-one-video-container .video-block .video-details {
    display: none;
  }


  .banner .container .banner-title {
    margin-bottom: 25px;
  }

  .btn,
.gform_button {
    padding: 1.1rem 2.1rem;
    font-size: 13px;
  }

  .btn span,
.gform_button span {
    display: block;
  }

  .banner .container {
    max-width: 398px;
  }

  .sec-one .right .selling-points .sp-wrapper img {
    margin: 0 auto 30px;
    width: 60px;
    height: 60px;
  }

  .sec-one .right .selling-points .sp-title {
    font-size: 24px;
    letter-spacing: 0;
  }

  .sec-one .right .selling-points .sp-title::after {
    margin: 10px -0.4rem 10px auto;
  }

  .sec-one .right .selling-points .sp-description {
    max-width: 240px;
    font-size: 14px;
  }

  .sec-two-title {
    font-size: 40px;
    line-height: 1.25;
  }

  .sec-two {
    padding: 4rem 25px 2rem;
  }

  .sec-two-title {
    color: #090b24;
  }

  .content-column {
    margin: 35px auto 0;
  }

  .content h2 {
    margin-bottom: 15px;
  }

  .content h2:not(:first-child) {
    margin-top: 35px;
  }

  .content h3 {
    font-size: 15px;
    line-height: 1.33;
    margin-bottom: 15px;
  }

  .content {
    font-size: 16px;
  }

  .sec-three-title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.25;
  }

  .sec-three .container .right .cr-quote {
    font-size: 20px;
    line-height: 1.5;
    max-width: 280px;
    margin: 0 auto;
  }

  .sec-three .container .right .cr-wrapper {
    padding: 3rem 30px;
  }

  .sec-three {
    padding: 3.5rem 10px 3rem;
  }

  .sec-three .container .right .cr-desc {
    font-size: 15px;
  }

  .sec-three-btn {
    margin-top: 15px;
  }

  .sec-three .container .right .cr-wrapper {
    background: #121212;
  }

  .sec-three .container .right .case-results .slick-list {
    padding: 0 5px;
  }

  .sec-three .container .right .cr-quote {
    letter-spacing: 0.02em;
  }

  .sec-three .container .right .cr-desc {
    letter-spacing: 0.02em;
    font-weight: 700;
  }

  .sec-four {
    padding: 3rem 25px 4rem;
  }

  .sec-four .container .right {
    max-width: 100%;
  }

  .sec-four-quote {
    margin: 40px 0 35px;
    font-size: 26px;
    letter-spacing: 0.02em;
    text-align: center;
    width: calc(100% + 20px);
  }

  .sec-four .container {
    max-width: 400px;
  }

  .sec-two .container {
    max-width: 400px;
  }

  .sec-three .container {
    max-width: 400px;
  }

  .sec-five .container .practice-areas .pa-wrapper {
    max-width: 100%;
  }

  .sec-five .container .practice-areas .pa-desc {
    max-width: 300px;
    margin: 0 auto 35px;
  }

  .sec-five .container .practice-areas .slick-dots {
    bottom: 50px;
  }

  footer .container .contact-form .form-title {
    font-size: 40px;
  }

  footer .container .contact-form .gform_footer {
    margin-top: 25px;
  }

  footer .container .right .copyright {
    max-width: 100%;
  }

  footer .container {
    max-width: 400px;
  }

  footer {
    padding: 2rem 25px;
  }

  .locations .lc-block > img {
    margin-bottom: 35px;
    width: 58px;
    height: 58px;
  }

  .locations .lc-title {
    font-size: 12px;
  }

  .locations .lc-address,
.locations .lc-contact {
    font-size: 17px;
  }

  .locations .lc-social {
    max-width: 140px;
  }

  footer .container .right .copyright .copy-text {
    display: inline;
  }

  footer .container .right .copyright ul {
    display: inline;
  }

  footer .container .right .copyright ul li {
    display: inline;
  }

  footer .container .right .copyright ul li a {
    display: inline;
  }

  footer .container .right .copyright > a {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1170px) {
  .sec-one > .left {
    display: block;
    position: absolute;
    top: 90px;
    padding-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .sec-one-video-container .video-block-thumb img {
    display: none;
  }

  .sec-one-video-container .video-block-thumb {
    padding: 0;
  }

  .sec-one-video-container .video-block .video-details {
    display: none;
  }

  header .header-bar {
    background: #fff;
  }

  header .header-end {
    padding: 6px 25px 0 0;
    flex-direction: column;
    align-items: flex-end;
  }

  header .header-text .text {
    color: #b77f4c;
    font-weight: 700;
  }

  header .header-start svg,
header .header-start img {
    max-height: 21px;
    max-width: 350px;
  }

  header .header-text .text:last-child::after {
    display: none;
  }

  header .header-button span:not(:last-child) {
    width: 37px;
  }

  header .header-button span:nth-child(2) {
    width: 26px;
  }

  header .header-button {
    font-size: 11px;
    color: #fff;
    font-weight: 900;
  }

  .banner {
    overflow: hidden;
  }

  .banner .container .banner-title {
    margin-bottom: 30px;
    line-height: 1.22;
  }

  .banner .container {
    max-width: 580px;
  }

  .sec-one > .left {
    top: 120px;
  }

  .sec-one .right .selling-points .sp-wrapper img {
    margin: 0 auto 45px;
    width: 62px;
    height: 62px;
  }

  .sec-one .right .selling-points .sp-title {
    font-size: 25px;
  }

  .sec-one .right .selling-points .sp-description {
    font-size: 14px;
  }

  .sec-one .right .selling-points .sp-wrapper {
    padding: 5rem 2rem 9rem;
  }

  .sec-one .right .selling-points .sp-title::after {
    margin: 10px -0.4rem 10px auto;
  }

  .sec-one .right .selling-points .sp-description {
    max-width: 240px;
  }

  .sec-one .right .selling-points .arrow {
    background: #101232;
  }

  .sec-two-title {
    font-size: 50px;
  }

  .sec-two .container {
    max-width: 590px;
  }

  .sec-two-title {
    max-width: 590px;
  }

  .content-column > div {
    max-width: none;
    width: 100%;
    flex: 0 0 auto;
  }

  .content-column {
    margin: 55px auto 0;
  }

  .content h2 {
    font-size: 22px;
  }

  .content h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .fancy-blockquote {
    padding: 30px 0 60px;
  }

  .fancy-blockquote::before {
    top: 25px;
  }

  .fancy-blockquote blockquote {
    font-size: 30px;
  }

  .fancy-blockquote blockquote {
    letter-spacing: 0.02em;
  }

  .sec-three-title {
    font-size: 45px;
  }

  .sec-three .container .right .cr-desc {
    font-size: 15px;
  }

  .sec-three-title {
    margin-bottom: 35px;
    letter-spacing: 0;
  }

  .sec-three .container .right .case-results .slick-list {
    padding: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.95);
  }

  .sec-three .container .right .case-results .slick-track {
    padding: 0;
  }

  .sec-three .container .right .cr-block.slick-current,
.sec-three .container .right .cr-block.slick-active {
    box-shadow: none;
  }

  .sec-three .container .right .cr-wrapper img,
.sec-three .container .right .cr-wrapper svg {
    margin: 0 auto;
  }

  .sec-three .container .right .cr-quote {
    max-width: 240px;
    margin: 0 auto;
  }

  .sec-three .container .right .cr-desc {
    max-width: 290px;
    letter-spacing: 0.02em;
  }

  .sec-four {
    padding: 4rem 2rem 5rem;
  }

  .sec-four .container {
    max-width: 590px;
  }

  .sec-four .container .right {
    max-width: 357px;
    margin-top: 40px;
  }

  .sec-four-quote {
    text-align: center;
  }

  .sec-four .container .right img {
    max-width: 328px;
    margin: 0 auto;
    display: block;
  }

  .sec-four-quote {
    margin: 40px 0;
  }

  .sec-four-btn {
    padding-left: 0;
    text-align: center;
  }

  .sec-five .container .practice-areas .pa-block:hover .pa-wrapper {
    box-shadow: none;
  }

  footer .container .contact-form .gform_footer {
    margin-top: 30px;
  }

  footer .container .contact-form .gform_fields .gfield_html {
    margin-bottom: 65px;
  }

  footer .container .contact-form .gform_fields .gfield_html {
    font-size: 13px;
  }

  footer .container .contact-form {
    padding: 4.5rem 2rem 6rem;
  }

  .locations {
    flex-direction: column;
    align-items: center;
  }

  .locations .lc-block {
    align-items: center;
  }

  .locations .lc-block > img {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
  }

  .locations .lc-address,
.locations .lc-contact {
    text-align: center;
  }

  .locations .lc-block {
    margin-bottom: 50px;
  }

  .locations .lc-block:first-child .lc-address {
    margin-bottom: 15px;
  }

  .locations .lc-block:nth-child(2) > div {
    align-items: center;
  }

  .locations .lc-social {
    max-width: 140px;
  }

  footer .container .right .copyright {
    font-size: 12px;
  }

  footer .container .right .copyright img {
    max-width: 175px;
  }

  .locations .lc-block:nth-child(2) > div:last-of-type .lc-contact {
    margin-bottom: 0;
  }
}
@media (min-width: 1171px) and (max-width: 1380px) {
  header .header-nav {
    top: unset;
  }

  header .header-start svg {
    max-width: 406px;
  }

  header .header-phone a {
    font-size: 28px;
  }

  header .header-text {
    padding-bottom: 1px;
  }




  .btn,
.gform_button {
    font-size: 15px;
  }

  .sec-one .right .selling-points .sp-wrapper img {
    width: 62px;
    height: 62px;
  }

  .sec-one .right .selling-points .sp-title {
    font-size: 25px;
  }

  .sec-one .right .selling-points .sp-description {
    font-size: 14px;
  }

  .sec-one .left {
    max-width: 292px;
  }

  .sec-one .right .selling-points .sp-description {
    max-width: 190px;
    line-height: 2;
  }

  .sec-one .right {
    max-width: calc(100% - 292px);
  }

  .sec-one-video-container .video-block-thumb .play_btn {
    width: 50px;
    height: 50px;
  }

  .sec-one-video-container .video-block-thumb .play_btn::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 5px solid rgba(28, 38, 54, 0.35);
  }

  .sec-one-video-container .video-block-thumb .play_btn::after {
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }

  header .header-phone {
    padding-top: 5px;
  }

  .sec-one .right .selling-points .sp-wrapper {
    padding: 3.5rem 1rem;
  }

  .sec-one {
    max-width: calc(100% - 50px);
  }

  .sec-one {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .banner picture img {
    height: 100%;
    -o-object-position: -70px 0;
       object-position: -70px 0;
  }

  .sec-two {
    padding: 6rem 2rem;
  }

  .sec-two-title {
    font-size: 60px;
  }

  .content-column {
    margin: 60px auto 0;
  }

  .content h2 {
    font-size: 24px;
  }

  .content h2 {
    margin-bottom: 25px;
  }

  .fancy-blockquote blockquote {
    font-size: 36px;
  }

  .sec-three .container .right {
    max-width: 750px;
  }

  .sec-three {
    padding: 2.5rem 2rem;
  }

  .sec-three-title {
    font-size: 55px;
  }

  .sec-three .container {
    max-width: 1090px;
  }

  .sec-three .container .right .cr-quote {
    font-size: 22px;
    max-width: 270px;
    margin: 0 auto;
  }

  .sec-three .container .right .cr-desc {
    margin: 0 auto 30px;
    font-size: 14px;
  }

  .sec-three .container .right .cr-wrapper {
    padding: 3rem 2rem;
  }

  .sec-three .container .right .cr-desc {
    line-height: 2;
  }

  .sec-three .container .right .cr-client {
    font-size: 13px;
  }

  .sec-four .container .left {
    max-width: 560px;
  }

  .sec-four .container .right {
    max-width: 270px;
  }

  .sec-four-quote {
    font-size: 26px;
  }

  footer .container {
    max-width: 1005px;
  }

  footer .container .right {
    padding: 4rem 0 3rem 4rem;
  }

  .locations .lc-block > img {
    margin-bottom: 30px;
    width: 66px;
    height: 66px;
  }


  .banner .scroll-down {
    margin-top: 0;
  }
}
@media (min-width: 1381px) and (max-width: 1694px) {
  header .header-phone a {
    font-size: 30px;
  }

  header .header-text .text {
    font-size: 16px;
  }

  header .header-text {
    padding-bottom: 5px;
  }

  header .header-text .text:last-child::after {
    margin: 0 12px 0 9px;
  }

  
  .banner .container {
    max-width: 1100px;
  }

  .btn,
.gform_button {
    font-size: 16px;
  }

  .sec-one {
    margin-top: 20px;
  }

  .sec-one .right .selling-points .sp-wrapper img {
    width: 70px;
    height: 70px;
  }

  .sec-one .right .selling-points .sp-title {
    font-size: 30px;
  }

  .sec-one .right .selling-points .sp-description {
    max-width: 260px;
    font-size: 15px;
  }

  .banner .scroll-down {
    margin-top: 0;
  }

  .sec-two-title {
    font-size: 70px;
  }

  .content h2 {
    font-size: 26px;
  }

  .sec-three-title {
    font-size: 65px;
  }

  .sec-three .container .right .cr-quote {
    font-size: 24px;
  }

  .sec-three .container .right .cr-client {
    font-size: 13px;
  }

  .sec-three .container {
    max-width: 1340px;
  }

  .sec-three .container .left {
    max-width: 465px;
    padding-left: 50px;
  }

  .sec-three {
    padding: 2.5rem 2rem;
  }

  .sec-three .container .right {
    max-width: 850px;
  }

  .sec-three .container .right .cr-desc {
    font-size: 16px;
  }

  .sec-three picture img {
    -o-object-position: 50% center;
       object-position: 50% center;
  }
}
.banner-internal .container .banner-cta .btn {
  padding: 16px 50px;
}

@media (max-width: 767px) {
	body:not(.home) .banner .container .banner-title {
	  max-width: 260px;
	}
  
	body:not(.home) .banner .container {
	  padding: 0 3rem;
	}
  
	.banner-internal .container .banner-cta .btn {
	  font-size: 13px;
	  padding: 14px 35px;
	}
  
	body:not(.home) .banner {
	  padding: 3rem 0;
	}
  
	body:not(.home) .banner .container {
	  max-width: 360px;
	}
  
  
	.content blockquote p {
	  padding: 1rem 1.4rem 1.3rem;
	  font-size: 25px;
	}
  
	.content h1::after {
	  margin-top: 20px;
	}
  }
  @media (min-width: 768px) and (max-width: 1170px) {
	body:not(.home) .banner .container .banner-title {
	}
  
	body:not(.home) .banner .container {
	  max-width: 100%;
	}
  
	.banner-internal .container .banner-cta .btn {
	  font-size: 14px;
	  padding: 15px 39px;
	}
  
	.content h1 {
	  margin-bottom: 30px;
	}
  }
  @media (min-width: 1171px) and (max-width: 1380px) {
	.banner-internal .container .banner-cta .btn {
	  font-size: 14px;
	  padding: 15px 38px;
	}
  
	body:not(.home) .banner {
	  padding: 4rem 0;
	}
  
	.default_page .container {
	  justify-content: flex-start;
	}
  
	.content h1 {
	  margin-bottom: 35px;
	}
  }
  @media (min-width: 1381px) and (max-width: 1694px) {
	.banner-internal .container .banner-cta .btn {
	  font-size: 15px;
	  padding: 18px 47px;
	}
  
	.banner-internal {
	  padding: 5rem 0 4rem;
	}
  
	.default_page_main {
	  max-width: 620px;
	}
  
	.default_page {
	  padding: 6rem 2rem 4rem;
	}
  }
  @media (max-width: 767px) {
    
  
	.about_page .about_blockquote .fancy-blockquote {
	  padding: 0px 0 30px;
	}
  
	.awards .container {
	  max-width: calc(100% - 70px);
	}
  
	.about_page .awards .container .award-slider {
	  padding: 2.5rem 2rem;
	}
  
	.about_page .awards {
	  padding: 0 0 3rem;
	}
  
	.award-slider img {
	  max-width: 100%;
	}
  
	.video-center-page .video-block-thumb .play_btn {
	  width: 60px;
	  height: 60px;
	}
  
	.video-center-page .video-block-thumb .play_btn::before {
	  width: 80px;
	  height: 80px;
	}
  
	.video-center-page .video-block-thumb .play_btn::after {
	  border-left: 12px solid #fff;
	  border-top: 7px solid transparent;
	  border-bottom: 7px solid transparent;
	}
  }
  @media (min-width: 768px) and (max-width: 1170px) {
    
  
	.about_page .about_image_row {
	  margin-top: 140px;
	}
  
	.about_page .about_blockquote {
	  padding: 0 2rem 4rem;
	}
  
	.about_page .awards {
	  padding: 0 0 4rem;
	}
  
	.video-center-page .video-block-thumb .play_btn {
	  width: 66px;
	  height: 66px;
	}
  
	.video-center-page .video-block-thumb .play_btn::before {
	  width: 86px;
	  height: 86px;
	}
  
	.video-center-page .video-block-thumb .play_btn::after {
	  border-left: 13px solid #fff;
	  border-top: 8px solid transparent;
	  border-bottom: 8px solid transparent;
	}
  }
  @media (min-width: 1171px) and (max-width: 1380px) {
	.about_page .awards {
	  padding: 0 0 4rem;
	}
  }
  @media (min-width: 1381px) and (max-width: 1694px) {
	.small-banner .banner-small.banner-internal,
  .page-template-template-bio .banner-small,
  .page-template-template-contact .banner-small {
	  padding: 5rem 0 4rem;
	}
  
	.about_page .awards {
	  padding: 0 0 5rem;
	}
  }
  .default_page_main .blog_post .blog-btn .btn:hover {
	opacity: 1;
  }
  
  .default_page_main .blog_post .blog-btn .btn:hover::before {
	display: none;
  }
  
  @media (max-width: 767px) {
  
	.default_page_main .blog_post .blog_time span:not(.lines) {
	  padding-left: 0;
	}
  
	.default_page_main .blog_post {
	  padding-bottom: 40px;
	}
  
	.default_page_main .blog_post + hr {
	  margin-bottom: 30px;
	}
  
	.default_page_main .blog_post .blog_time {
	  margin-bottom: 15px;
	}
  
	.default_page_main .blog_post .blog-btn .btn {
	  font-size: 12px;
	}
  
	.default_page_main .blog_post p:last-of-type {
	  margin-bottom: 20px;
	}
  
	.default_page_main .blog_post .blog_title {
	  margin-bottom: 15px;
	}
  }
  @media (min-width: 768px) and (max-width: 1170px) {
	.default_page_main h1 {
	  margin-bottom: 30px;
	}
  
	.default_page_main .blog_post .blog_time span:not(.lines) {
	  padding-left: 0;
	}
  
	.default_page_main .blog_post .blog-btn .btn {
	  padding: 0;
	  padding-bottom: 3px;
	}
  
	.default_page_main .blog_post .blog_time {
	  margin-bottom: 20px;
	}
  
	.default_page_main .blog_post {
	  padding-bottom: 50px;
	}
  
	.default_page_main .blog_post + hr {
	  margin-bottom: 40px;
	}
  
	.default_page_main .blog_post .blog-btn .btn {
	  font-size: 12px;
	}
  
	.default_page_main .blog_post p:last-of-type {
	  margin-bottom: 30px;
	}
  }
  @media (max-width: 767px) {
	.above-mobile-only {
	  display: none;
	}
  
	.banner.banner-internal.no-cta-mobile .banner-title {
	  margin-bottom: 0;
	}
  
	.banner.banner-internal.no-cta-mobile + .default_page {
	  padding: 2.5rem 2rem 0;
	}
  
	.default_page_main.content .banner-cta {
	  text-align: center;
	  margin-bottom: 55px;
	}
  }
  @media (min-width: 768px) {
	.mobile-only {
	  display: none;
	}
  }
  @media (min-width: 768px) and (max-width: 1170px) {
	footer .locations .lc-block {
	  max-width: 100%;
	}
  }
  @media (min-width: 1171px) and (max-width: 1380px) {
	footer .container .right {
	  padding: 1rem 0 3rem 2rem;
	  max-width: 400px;
	}
  
	footer .container .right .copyright ul {
	  display: flex;
	}
  
	footer .container .right .copyright img {
	  display: block;
	}
  
	footer .container .contact-form .gform_footer {
	  margin-top: 40px;
	}
  
	footer .container .contact-form .gform_fields .gfield_html {
	  bottom: 15px;
	}
  
	footer .locations .lc-block {
	  margin-bottom: 70px;
	}
  
	footer .copyright p {
	  display: inline;
	}
  
	footer .container .right .copyright ul li {
	  display: inline;
	}
  }
  @media (max-width: 767px) {
	html.menu-active header .header-nav {
	  top: 0;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a::after {
	  border-right: 0.15em solid;
	  border-bottom: 0.15em solid;
	}

    
  
	header .header-nav .nav-menu .menu > li > a {
	  font-size: 14px;
	  letter-spacing: 0.04em;
	}
  }
  @media (min-width: 768px) and (max-width: 1170px) {
	html.menu-active header .header-nav {
	  top: 0;
	  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a::after {
	  border-right: 0.15em solid;
	  border-bottom: 0.15em solid;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li a {
	  /* font-size: 14px; */
	  /* max-width: 230px; */
	}
  
	header .header-nav .nav-menu .menu > li > a {
	  font-size: 14px;
	  letter-spacing: 0.04em;
	}
  }
  @media (min-width: 1381px) and (max-width: 1694px) {
	footer .container .contact-form .gform_footer {
	  margin-top: 0;
	}
  }
  @media (max-width: 767px) {
	.att_page .default_page_main.content .att-thumb {
	  display: block;
	}
  
	.att-thumb {
	  margin-bottom: 40px;
	}
  
	.att_page .default_page_main.content .att-thumb {
	  display: block;
	  max-width: 400px;
	  margin: 0 auto 40px;
	}
  
	.default_page_sidebar .att-thumb {
	  display: none;
	}
  }
  @media (min-width: 768px) and (max-width: 1380px) {
	.default_page_sidebar .att-thumb {
	  display: none;
	}
  
	.att_page .default_page_main.content .att-thumb {
	  display: block;
	  max-width: 400px;
	  margin: 0 auto 40px;
	}
  
	.att-thumb img {
	  display: block;
	}
  }
  @media (min-width: 1695px) {
	.about_image_row .container {
	  max-width: 1240px;
	}
  }
  .sec-three .container .right .cr-client {
	font-family: Mulish, sans-serif;
	font-weight: 900;
  }
  
  header .header-text .text:not(:last-child)::after {
	content: "•";
  }
  
  @media (max-width: 767px) {
	.header-start a svg polygon {
	  fill: #090b24;
	}
  
	header .header-button span:not(:last-child) {
	  width: 38px;
	  background: #FF0F17;
	}
  
	header .header-button span:nth-child(2) {
	  width: 28px;
	}
  
	header .header-button {
	  font-size: 12px;
	}
  
	header .header-text .text {
	  font-size: 12px;
	}
  
	header .header-phone a {
	  font-size: 19px;
	}
  
	header .header-end {
	  padding: 12px 20px;
	}
  
	.btn.outlined,
  .gform_button.outlined {
	  font-size: 11px;
	  padding: 0;
	  height: 33px;
	  width: 88px;
	  display: inline-flex;
	  justify-content: center;
	  align-items: center;
	}
  
	.header-cta-button .btn.outlined {
	  color: #000e23;
	}
  
	header .header-cta-button {
	  margin-left: 20px;
	}
  
	.sec-one-video-container .video-block .video-details {
	  display: block;
	}
  
	.sec-one-video-container .video-block .video-desc {
	  font-size: 12px;
	  border-bottom: none;
	}
  
	.sec-one-video-container .video-block .video-desc span:last-of-type {
	  display: none;
	}
  
	.banner::before {
	  content: "";
	  background: linear-gradient(to bottom, rgba(0, 14, 35, 0) 0%, rgba(0, 14, 35, 0.75) 40%);
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	}
  
	.sec-two-title {
	  font-size: 40px;
	  width: calc(100% + 20px);
	  -webkit-transform: translateX(-10px);
			  transform: translateX(-10px);
	}
  
	.sec-two-title br {
	  display: none;
	}
  
	.sec-one-video-container .video-block .video-desc {
	  max-width: 175px;
	  display: none;
	  justify-content: space-between;
	  margin: 0 auto;
	}
  
	.sec-one-video-container .video-block-thumb .play_btn {
	  width: 58px;
	  height: 58px;
	}
  
	.sec-one-video-container .video-block-thumb .play_btn::before {
	  width: calc(100% + 16px);
	  height: calc(100% + 16px);
	  border: 8px solid rgba(28, 38, 54, 0.35);
	}
  
	.sec-one-video-container .video-block .video-details {
	  margin-top: 0;
	}
  
	.sec-one > .left {
	  top: 100px;
	}
  
  
	.banner .container .banner-title {
	  margin-bottom: 20px;
	}
  
	.sec-one .right .selling-points .sp-wrapper {
	  padding: 60px 2rem 110px;
	}
  
	.sec-two {
	  padding: 4rem 30px 2rem;
	}
  
  
	.content h2 {
	  line-height: 32px;
	}
  
	.content h3 {
	  font-size: 15px;
	  line-height: 20px;
	}
  
	.sec-three-title {
	  font-size: 40px;
	  line-height: 50px;
	}
  
	.sec-three {
	  padding: 50px 10px;
	}
  
	.sec-three .container .right .cr-quote {
	  max-width: 260px;
	}
  
	.sec-three .container .right .cr-desc {
	  font-size: 15px;
	  line-height: 28px;
	}
  
	.sec-three .container .right .cr-wrapper {
	  padding: 30px 30px 30px;
	}
  
	.sec-four {
	  padding: 3rem 30px 4rem;
	}
  
	.banner-selling-points {
	  font-size: 14px;
	  line-height: 2.21;
	  margin-bottom: 35px;
	  text-align: center;
	}
  
	.banner-selling-points li:not(:last-child)::after {
	  display: none;
	}
  
	.sec-one .right {
	  max-width: 100%;
	}
  
	.sec-three .container .right .cr-desc {
	  max-width: 290px;
	}
  
	.sec-three .container .right .cr-client {
	  font-size: 14px;
	  display: block;
	  margin-bottom: 40px;
	}
  
	.sec-four .container .right {
	  margin-top: 30px;
	}
  
	.sec-five .container .practice-areas .pa-desc {
	  font-size: 16px;
	}
  
	.sec-five .container .practice-areas .pa-learn-more {
	  font-size: 13px;
	}
  
	.sec-five .container .practice-areas .pa-wrapper {
	  padding: 3rem 3rem 6.5rem;
	}
  
	footer .container .contact-form .form-title {
	  font-size: 40px;
	  line-height: 50px;
	}
  
	.locations .lc-title {
	  font-size: 13px;
	}
  
	.locations .lc-address,
  .locations .lc-contact {
	  line-height: 28px;
	}
  
	footer .container .contact-form .form-desc {
	  font-size: 11px;
	  line-height: 19px;
	}
  
	footer .container .contact-form .gform_fields .gfield input,
  footer .container .contact-form .gform_fields .gfield textarea {
	  padding: 0.95rem 1.5rem;
	}
  
	footer .container .right .copyright {
	  font-size: 13px;
	}
  
	footer .container .contact-form .form-desc {
	  max-width: 290px;
	}
  
	.locations .lc-social {
	  justify-content: center;
	}
  }
  @media (min-width: 768px) and (max-width: 1170px) {
	.header-start a svg polygon {
	  fill: #090b24;
	}
  
	header .header-button span:nth-child(2) {
	  width: 28px;
	}
  
	header .header-button {
	  font-size: 12px;
	}
  
	header .header-text .text {
	  font-size: 12px;
	}
  
	header .header-phone a {
	  font-size: 18px;
	}
  
	header .header-end {
	  padding: 12px 20px;
	}
  
	.btn.outlined,
  .gform_button.outlined {
	  font-size: 11px;
	  padding: 0;
	  height: 33px;
	  width: 88px;
	  display: inline-flex;
	  justify-content: center;
	  align-items: center;
	}
  
	.header-cta-button .btn.outlined {
	  color: #000e23;
	}
  
	header .header-text .text:first-child {
	  display: none;
	}
  
	header .header-cta-button {
	  margin-left: 20px;
	}
  
	.sec-one-video-container .video-block .video-details {
	  display: block;
	}
  
	.sec-one-video-container .video-block .video-desc {
	  font-size: 12px;
	  border-bottom: none;
	}
  
	.sec-one-video-container .video-block .video-desc span:last-of-type {
	  display: none;
	}
  
	.sec-one-video-container .video-block .video-desc {
	  max-width: 175px;
	  display: none;
	  justify-content: space-between;
	  margin: 0 auto;
	}
  
	.sec-one-video-container .video-block-thumb .play_btn {
	  width: 58px;
	  height: 58px;
	}
  
	.sec-one-video-container .video-block-thumb .play_btn::before {
	  width: calc(100% + 16px);
	  height: calc(100% + 16px);
	  border: 8px solid rgba(28, 38, 54, 0.35);
	}
  
	.sec-one-video-container .video-block .video-details {
	  margin-top: 0;
	}
  
	.sec-one > .left {
	  top: 100px;
	}
  
	.banner .container .banner-title {
	  margin-bottom: 25px;
	}
  
	.btn,
  .gform_button {
	  padding: 1rem 1.9rem;
	  font-size: 15px;
	}
  
	.sec-one .right .selling-points .sp-wrapper img {
	  width: unset;
	  height: unset;
	  -o-object-fit: contain;
		 object-fit: contain;
	}
  
	.sec-one .right .selling-points .sp-description {
	  font-size: 14px;
	  line-height: 28px;
	}
  
	.sec-one .right .selling-points .sp-wrapper {
	  padding: 60px 2rem 110px;
	}
  
	.sec-one .right .selling-points .arrow {
	  background: #121212;
	}
  
	.sec-two {
	  padding: 4rem 30px 2rem;
	}
  
  
	.content h2 {
	  line-height: 28px;
	}
  
	.content h3 {
	  font-size: 14px;
	  line-height: 1.42;
	}
  
	.sec-three-title {
	  font-size: 45px;
	}
  
	.sec-three {
	  padding: 50px 10px;
	}
  
	.sec-three .container .right .cr-quote {
	  max-width: 260px;
	}
  
	.sec-three .container .right .cr-wrapper {
	  padding: 35px 30px 30px;
	}
  
	.sec-four {
	  padding: 3rem 30px 4rem;
	}
  
	.banner-selling-points {
	  font-size: 14px;
	  line-height: 2.21;
	  margin-bottom: 35px;
	  text-align: center;
	}
  
	.banner-selling-points li:not(:last-child)::after {
	  display: none;
	}
  
	.sec-one .right {
	  max-width: 100%;
	}
  
	.sec-three .container .right .cr-desc {
	  max-width: 275px;
	}
  
	.sec-three .container .right .cr-client {
	  font-size: 12px;
	}
  
	.sec-four .container .right {
	  margin-top: 30px;
	}
  
	.sec-five .container .practice-areas .pa-desc {
	  font-size: 17px;
	}
  
	.sec-five .container .practice-areas .pa-learn-more {
	  font-size: 12px;
	}
  
	.sec-five .container .practice-areas .pa-wrapper {
	  padding: 3rem 3rem 6.5rem;
	}
  
	footer .container .contact-form .form-title {
	  font-size: 45px;
	}
  
	.locations .lc-title {
	  font-size: 13px;
	}
  
	.locations .lc-address,
  .locations .lc-contact {
	  line-height: 30px;
	}
  
	footer .container .contact-form .form-desc {
	  font-size: 12px;
	}
  
	footer .container .contact-form .gform_fields .gfield input,
  footer .container .contact-form .gform_fields .gfield textarea {
	  padding: 0.95rem 1.5rem;
	}
  
	footer .container .right .copyright {
	  font-size: 13px;
	}
  
	footer .container .contact-form .form-desc {
	  max-width: 270px;
	}
  
	.locations .lc-social {
	  justify-content: center;
	}
  
	header .header-start svg,
  header .header-start img {
	  max-height: 51px;
	}
  
	header .header-end {
	  flex-direction: row;
	  align-items: center;
	}
  
	header .header-text .text {
	  color: #000e23;
	  font-weight: 400;
	  letter-spacing: 0.04em;
	}
  
	.sec-one .right .selling-points .sp-wrapper img {
	  margin: 0 auto 25px;
	}
  
	.fancy-blockquote blockquote {
	  font-size: 32px;
	}
  
	.fancy-blockquote blockquote {
	  letter-spacing: 0.03em;
	  width: calc(100% + 50px);
	  margin: 0 -25px;
	}
  
	.sec-four .container .right {
	  max-width: 446px;
	}
  
	.sec-four-quote {
	  margin: 40px 0 30px;
	}
  
	header .header-text .text:first-child {
	  display: block;
	}
  
	header .header-text .text {
	  font-size: 13px;
	  font-weight: bold;
	  color: #B51818;
	  text-align: right;
	}
  
	header .header-phone a {
	  font-size: 22px;
	  line-height: 30px;
	  color: #000e23;
	}
  
	.btn.outlined,
  .gform_button.outlined {
	  font-size: 14px;
	  height: 44px;
	  width: 112px;
	}
  
	.header-cta-button .btn.outlined {
	  box-shadow: none;
	}
  
	.btn,
  .gform_button {
	  font-size: 16px;
	}
    
  
	.sec-one > .left {
	  top: 130px;
	}
  
	.banner-selling-points {
	  font-size: 16px;
	  line-height: 2;
	}
  
	.sec-one .right .selling-points .sp-wrapper img {
	  height: 56px;
	}
  
	.sec-one .right .selling-points .sp-wrapper {
	  padding: 70px 2rem 130px;
	}
  
	.content h2 {
	  line-height: 31px;
	}
  
	.sec-three .container .right .cr-client {
	  font-size: 13px;
	}
  
	.sec-three .container .right .cr-wrapper {
	  padding: 35px;
	}
  
	.sec-four {
	  padding: 5rem 30px;
	}
  
	.sec-five .container .practice-areas .pa-wrapper {
	  padding: 90px 3rem 120px;
	}
  
	.sec-five .container .practice-areas .pa-learn-more {
	  font-size: 13px;
	}
  
	footer .container .contact-form .form-title {
	  font-size: 50px;
	}
  
	footer .container .contact-form .form-desc {
	  font-size: 13px;
	}
  
	footer .container .contact-form .form-desc {
	  max-width: 400px;
	}
  
	.locations .lc-title {
	  font-size: 14px;
	}
  
	header .header-text .text:not(:last-child)::after {
	  display: none;
	}
  
	.banner-selling-points li {
	  display: block;
	}
  
	.fancy-blockquote blockquote {
	  line-height: 1.31;
	}
  
	.sec-three .container .right {
	  max-width: 330px;
	}
  
	.sec-three .container .right .cr-quote {
	  font-size: 22px;
	}
  
	.sec-five .container .practice-areas .pa-title {
	  font-size: 22px;
	}
  
	.header-phone {
	  text-align: right;
	}
  
	body:not(.home):not(.page-template-default) .banner .container .banner-title {
	}
  
	.contact_page .container .left h1 {
	}
  }
  .banner::before {
	content: "";
	background: #000;
	display: block;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }
  
  @media (max-width: 1170px) {
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li.active {
	  background: #000;
	}
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li.active > a {
	  color: #fff;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li .sub-menu {
	  display: none;
	  background: #EFEFEF;
	}
  }
  @media (min-width: 1171px) and (max-width: 1380px) {
	.header-end > div:first-child {
	  display: flex;
	  align-items: center;
	}
  
	header .header-phone {
	  padding-top: 0;
	}
  
	.btn,
  .gform_button {
	  font-size: 17px;
	}
  
	.sec-one .right .selling-points .sp-wrapper img {
	  width: 60px;
	  height: 46px;
	}
  
	.sec-one .right .selling-points .sp-wrapper {
	  padding: 80px 1rem 30px;
	}
  
	.sec-one .left {
	  max-width: 255px;
	}
  
	.sec-one {
	  max-width: calc(100% - 90px);
	}
  
  
	.sec-three .container .right .cr-quote {
	  font-size: 24px;
	}
  
	.sec-three .container .right .cr-desc {
	  font-size: 17px;
	  line-height: 28px;
	}
  
	.sec-three .container .right .cr-desc {
	  line-height: 28px;
	  font-weight: 400;
	}
  
	.sec-three .container {
	  max-width: 1080px;
	}
  
	.sec-three .container .right {
	  max-width: 720px;
	  margin-right: -15px;
	}
  
	.sec-four-quote {
	  font-size: 26px;
	  line-height: 37px;
	}
  
	.btn.outlined,
  .gform_button.outlined {
	  font-size: 16px;
	  padding: 12px 27px;
	}
  
	header .header-nav .nav-menu .menu > li > a {
	  font-size: 17px;
	}
  
	header .header-nav .nav-menu .menu > li {
	  margin: 0 25px;
	}
  
	.banner .container {
	  max-width: 1100px;
	}
  
	.banner-selling-points {
	  font-size: 16px;
	  margin-bottom: 50px;
	}
  
	.banner-selling-points li:not(:last-child)::after {
	  margin: 3px 10px 3px 13px;
	}
  
	.btn,
  .gform_button {
	  padding: 1.22rem 2rem;
	}
  
	.sec-one .right .selling-points .sp-wrapper img {
	  margin: 0 auto 30px;
	  -o-object-fit: contain;
		 object-fit: contain;
	  height: 57px;
	  width: unset;
	}
  
	.sec-one-video-container .video-block .video-desc {
	  font-size: 12px;
	}
  
	.sec-three .container .right .case-results .slick-list {
	  padding: 0;
	}
  
	.sec-four-quote {
	  letter-spacing: 0.02em;
	}
  
	footer .container .contact-form .form-desc {
	  max-width: 350px;
	}
  }
  @media (min-width: 1381px) and (max-width: 1694px) {
	.header-end > div:first-child {
	  display: flex;
	  align-items: center;
	}
  
	header .header-phone {
	  padding-top: 0;
	}
  
	.btn,
  .gform_button {
	  font-size: 17px;
	}
  
	.sec-one .right .selling-points .sp-wrapper img {
	  width: 60px;
	  height: 46px;
	}
  
	.sec-one .right .selling-points .sp-description {
	  font-size: 18px;
	}
  
	.sec-one .right .selling-points .sp-wrapper {
	  padding: 80px 1rem 30px;
	}
  
	.sec-one .left {
	  max-width: 255px;
	}
  
	.sec-one {
	  max-width: calc(100% - 90px);
	}
  
  
	.sec-three .container .right .cr-quote {
	  font-size: 24px;
	}
  
	.sec-three .container .right .cr-desc {
	  font-size: 17px;
	  line-height: 28px;
	}
  
	.sec-three .container .right .cr-desc {
	  line-height: 28px;
	}
  
	.sec-three .container {
	  max-width: 1080px;
	}
  
	.sec-three .container .right {
	  max-width: 720px;
	  margin-right: -15px;
	}
  
	.sec-four-quote {
	  font-size: 24px;
	}
  
	.btn.outlined,
  .gform_button.outlined {
	  font-size: 16px;
	  padding: 12px 27px;
	}
  
	header .header-nav .nav-menu .menu > li > a {
	  font-size: 17px;
	}

    header .header-nav .nav-menu .sub-menu > li > a {
    
	  line-height: 1.75;
    }
  
	header .header-nav .nav-menu .menu > li {
	  margin: 0 25px;
	}
  
  
	.banner .container {
	  max-width: 1100px;
	}
  
	.banner-selling-points {
	  font-size: 16px;
	  margin-bottom: 50px;
	}
  
	.banner-selling-points li:not(:last-child)::after {
	  margin: 3px 10px 3px 13px;
	}
  
	.btn,
  .gform_button {
	  padding: 1.22rem 2rem;
	}
  
	.sec-one .right .selling-points .sp-wrapper img {
	  margin: 0 auto 35px;
	  -o-object-fit: contain;
		 object-fit: contain;
	}
  
	.sec-one-video-container .video-block .video-desc {
	  font-size: 14px;
	}
  
	.sec-three .container .right .case-results .slick-list {
	  padding: 0;
	}
  
	.sec-four-quote {
	  letter-spacing: 0.02em;
	}
  
	footer .container .contact-form .form-desc {
	  max-width: 320px;
	}
  
	.banner-selling-points {
	  font-size: 18px;
	}
  
	.banner .container {
	  max-width: 1280px;
	}
  
	.btn,
  .gform_button {
	  font-size: 18px;
	}
  
	.sec-one .left {
	  max-width: 275px;
	}
  
	.sec-one .right .selling-points .sp-wrapper img {
	  width: 90px;
	  height: 66px;
	}
  
	.sec-one .right .selling-points .sp-description {
	  font-size: 15px;
	}
  
	.btn.outlined,
  .gform_button.outlined {
	  font-size: 17px;
	  padding: 11px 26px;
	}
  
	.sec-one .right .selling-points .sp-wrapper {
	  padding: 80px 1rem 50px;
	}
  
	.sec-three .container {
	  max-width: 1280px;
	}
  
	.sec-three .container .right {
	  max-width: 820px;
	  margin-right: 0;
	}
  
	.sec-three .container .right .cr-quote {
	  font-size: 22px;
	  line-height: 30px;
	}
  
	.sec-three .container .right .cr-desc {
	  font-size: 15px;
	}
  
	.sec-four-quote {
	  font-size: 26px;
	}
  
	header .header-phone a {
	  font-size: 28px;
	}
  
	header .header-text .text {
	  font-size: 15px;
	}
  
	header .header-text {
	  padding-bottom: 0;
	}
  
	.content h2 {
	  font-size: 25px;
	}
  
	.sec-three {
	  padding: 60px 2rem;
	}
  
	.sec-three .container .left {
	  padding-left: 0;
	}
  
	.sec-three .container .right .cr-client {
	  font-size: 13px;
	}
  
	.sec-three .container .right .case-results .slick-track {
	  padding: 0;
	}
  
	.sec-four .container {
	  max-width: 1165px;
	}
  
	.sec-four .container .left {
	  max-width: 720px;
	}
  }
  @media (max-width: 767px) {
	.banner-internal .container .banner-cta .btn {
	  font-size: 14px;
	  padding: 15px 33px;
	}
  
	body:not(.home) .banner .container {
	  max-width: 410px;
	}
  
	body:not(.home) .banner {
	  padding: 45px 0 50px;
	}
  
	.content blockquote p {
	  padding: 1rem 12px 1.3rem;
	  font-size: 26px;
	}
  
	.banner .container .banner-title {
	  margin-bottom: 25px;
	}
  
	.default_page {
	  padding: 4rem 30px 0;
	}
  
	.default_page_sidebar .widget::before {
	  top: -30px;
	  left: -30px;
	  right: -30px;
	  bottom: -30px;
	}
  
	.default_page_sidebar .widget {
	  margin: 30px 30px 5rem;
	}
  
	.default_page_sidebar .widget-title {
	  font-size: 15px;
	}
  
	.banner.banner-internal::before {
	  background: none;
	}
  
	.header-end > div:first-child {
	  display: flex;
	  align-items: center;
	}
  
	.content h1::after {
	  display: none;
	}
  
	.default_page_main.content .banner-cta {
	  text-align: center;
	  margin-bottom: 30px;
	  padding-bottom: 20px;
	}
  
  }
  @media (min-width: 768px) and (max-width: 1170px) {
	body:not(.home) .banner .container .banner-title {
	}
  
	.banner-internal .container .banner-cta .btn {
	  font-size: 15px;
	  padding: 16px 37px;
	}
  
  
	.content blockquote p {
	  font-size: 32px;
	  line-height: 42px;
	}
  
	.content blockquote {
	  margin: 50px -35px;
	  width: calc(100% + 70px);
	}
  
  
	.content h1::after {
	  margin-top: 25px;
	}
  
	.content blockquote p {
	  padding: 1.5rem 0 1.75rem;
	  max-width: unset;
	}
  
  
	.header-end > div:first-child {
	  flex-direction: column;
	}
  }
  @media (min-width: 1171px) and (max-width: 1380px) {
	header .header-cta-button {
	  margin-left: 30px;
	}
  
  
	.banner-internal .container .banner-cta .btn {
	  font-size: 16px;
	  padding: 17px 41px;
	}
  
  
	.banner-internal .container .banner-title {
	  margin-bottom: 30px;
	}
  
  
	.content blockquote p {
	  font-size: 34px;
	  line-height: 48px;
	}
  
	.content blockquote {
	  margin: 50px auto;
	  max-width: 760px;
	}
  
	.content h1::after {
	  margin-top: 30px;
	}
  
	.content h3 {
	  font-size: 15px;
	  line-height: 22px;
	}
  }
  @media (min-width: 1381px) and (max-width: 1694px) {
	.banner-internal {
	  padding: 70px 0;
	}
  
	.banner-internal .container .banner-title {
	  margin-bottom: 30px;
	}
  
	.content h1 {
	  margin-bottom: 40px;
	}
  
	.content blockquote p {
	  font-size: 38px;
	  line-height: 54px;
	}
  }
  .header-end > div:first-child {
	display: flex;
  }
  
  @media (max-width: 767px) {
	body:not(.home) .banner .container .banner-title br {
	  display: none;
	}
  
	.about_page .about_blockquote {
	  padding: 60px 2rem 4rem;
	}
  
	.header-cta-button .btn.outlined {
	  box-shadow: none;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.current-menu-item a {
	  padding-bottom: 23px;
	}
  
	header .header-end {
	  padding: 7px 10px;
	}
  
	.header-phone {
	  margin-bottom: -4px;
	}
  
	header .header-nav .nav-menu .menu > li > a {
	  font-size: 15px;
	}
  
	body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	  padding: 0.7rem 1.5rem !important;
	}
  
	footer .container .right .ilawyerlogo {
	  margin-top: 20px;
	  margin-bottom: 15px;
	}
	footer .container .right .ilawyerlogo img {
	  width: 175px;
	}
  }
  @media (max-width: 413px) {
	body header .header-end {
	  padding-bottom: 0;
	}
  
	.header-end > div:first-child {
	  flex-direction: column;
	}
  
	header .header-text .text:last-child:after {
	  display: none;
	}
  
	.sec-four-quote {
	  width: 100%;
	}
  
	footer .container .contact-form {
	  padding-left: 1rem;
	  padding-right: 1rem;
	}
  
	footer .container .right .copyright ul {
	  width: calc(100% + 20px);
	  -webkit-transform: translateX(-10px);
			  transform: translateX(-10px);
	}
  }
  .banner.banner-internal:before {
	display: none;
  }
  
  @media (min-width: 768px) and (max-width: 1170px) {
	html.menu-active header .header-nav.active {
	  background: #fff;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li > a {
	  color: #000;
	  padding: 23px 20px;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.current-menu-item a {
	  padding-bottom: 23px;
	}
  
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu {
	  padding: 0;
	  margin: 0 -60px;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a.active::after {
	  border-color: #000;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > a::after {
	  border-right: 0.15em solid;
	  border-bottom: 0.15em solid;
	}
  
	header .header-nav .nav-menu .menu > li > a {
	  font-size: 15px;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li a {
	  /* font-size: 14px; */
	  /* max-width: 294px; */
	  /* padding: 28px 20px; */
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu {
	  margin: 0 -100px;
	}
  
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li a {
	  max-width: 590px;
	}
  }
  .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding-bottom: 5px;
  }
  
  @media only screen and (min-width: 641px) {
	body .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	  max-width: 100% !important;
	}
  }
  .default_page .content h1 {
	border-bottom: solid 5px #EFEFEF;
	padding-bottom: .5em;
	margin-bottom: .5em;
	}
  
  @media (min-width: 1650px) {
	.page-home section.banner {
	  padding-left: 200px;
	  padding-right: 50px;
	}
  }
  
  @media (min-width: 1650px) {
	.page-home section.banner .banner-right {
	  margin-right: 200px;
	}
  }
  
  /* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
  
  
  @media (max-width: 1170px) {
	html.menu-active header .header-nav .nav-menu .menu li:hover > a,
	html.menu-active header .header-nav .nav-menu .menu li:focus-within  > a,
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li:hover > a,
	html.menu-active header .header-nav .nav-menu .menu > li.menu-item-has-children > .sub-menu li:focus-within  > a {
	  color: #B51818;
	}
  
	html.menu-active header .header-nav .nav-menu .menu li.open > a{
	  color: white;
	  background: #000000;
	}
  }



@media (min-width: 1171px){
	
  header .header-nav .nav-menu .menu > li ul.sub-menu li a {
      font-size: 15px;
      line-height: 1.75;
  }
}


.content table {
  --table-border-width-x: 1px;
  --table-border-width-y: 0;
  border-color: #DDD;
  border-width: 0 0 var(--table-border-width-y);
  border-collapse: collapse;
  table-layout: fixed;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 0.9em;
  font: inherit;
  color: inherit;
}
.content table, .content table th, .content table td {
  border-style: solid;
}
.content table th, .content table td {
  border-width: var(--table-border-width-y) var(--table-border-width-x) 0;
  border-color: #DDD;
}
.content table th {
  font-size: 0.75em;
  color: inherit;
  letter-spacing: 50;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  text-align: inherit;
  padding: 0.5em 1rem;
  background: #DDD;
}
.content table th:nth-last-child(n+2) {
  border-right-color: #EEE;
}
.content table td {
  padding: 0.5em 1rem;
  border-top-color: white;
}
.content table tr:nth-child(odd) td {
  background: #EEE;
  border-top-color: #EEE;
}
.content table tr:nth-child(odd) td:nth-last-child(n+2) {
  border-right-color: white;
}
.content table caption {
  padding: 0.5em;
}
.content .table-wrapper {
  overflow-x: auto;
  max-width: 100%;
}
.content .table-wrapper table {
  margin-bottom: 0;
}