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

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

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin-top: 0;
}

li {
  list-style-position: inside;
  display: list-item;
}

a, button {
  color: inherit;
  transition: 0.3s ease;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline-width: 1px;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

textarea {
  overflow: auto;
}

@media only screen and (min-width: 40em) {
  .c-flex-sm {
    display: flex;
    flex-wrap: wrap;
  }

  .c-row-sm:before, .c-row-sm:after {
    content: "";
    display: table;
  }
  .c-row-sm:after {
    clear: both;
  }

  [class*=c-column-sm] {
    float: left;
    width: 100%;
    min-height: 1px;
  }

  .c-column-sm-1 {
    width: 8.3333333333%;
    margin-top: 0;
  }

  .c-column-sm-2 {
    width: 16.6666666667%;
    margin-top: 0;
  }

  .c-column-sm-3 {
    width: 25%;
    margin-top: 0;
  }

  .c-column-sm-4 {
    width: 33.3333333333%;
    margin-top: 0;
  }

  .c-column-sm-5 {
    width: 41.6666666667%;
    margin-top: 0;
  }

  .c-column-sm-6 {
    width: 50%;
    margin-top: 0;
  }

  .c-column-sm-7 {
    width: 58.3333333333%;
    margin-top: 0;
  }

  .c-column-sm-8 {
    width: 66.6666666667%;
    margin-top: 0;
  }

  .c-column-sm-9 {
    width: 75%;
    margin-top: 0;
  }

  .c-column-sm-10 {
    width: 83.3333333333%;
    margin-top: 0;
  }

  .c-column-sm-11 {
    width: 91.6666666667%;
    margin-top: 0;
  }

  .c-column-sm-12 {
    width: 100%;
    margin-top: 0;
  }

  .c-column-sm-6:nth-child(n+3) {
    margin-top: 40px;
  }

  .c-gutter-sm {
    margin-left: -12px;
    margin-right: -12px;
  }
  .c-gutter-sm [class*=c-column-] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 55em) {
  .c-flex-md {
    display: flex;
    flex-wrap: wrap;
  }

  .c-row-md {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
  .c-row-md:before, .c-row-md:after {
    content: "";
    display: table;
  }
  .c-row-md:after {
    clear: both;
  }
  .c-row-md [class*=c-column-] {
    padding-left: 16px;
    padding-right: 16px;
  }

  [class*=c-column-md-] {
    float: left;
    width: 100%;
    min-height: 1px;
  }

  .c-column-md-1 {
    width: 8.3333333333%;
    margin-top: 0;
  }

  .c-column-md-2 {
    width: 16.6666666667%;
    margin-top: 0;
  }

  .c-column-md-3 {
    width: 25%;
    margin-top: 0;
  }

  .c-column-md-4 {
    width: 33.3333333333%;
    margin-top: 0;
  }

  .c-column-md-5 {
    width: 41.6666666667%;
    margin-top: 0;
  }

  .c-column-md-6 {
    width: 50%;
    margin-top: 0;
  }

  .c-column-md-7 {
    width: 58.3333333333%;
    margin-top: 0;
  }

  .c-column-md-8 {
    width: 66.6666666667%;
    margin-top: 0;
  }

  .c-column-md-9 {
    width: 75%;
    margin-top: 0;
  }

  .c-column-md-10 {
    width: 83.3333333333%;
    margin-top: 0;
  }

  .c-column-md-11 {
    width: 91.6666666667%;
    margin-top: 0;
  }

  .c-column-md-12 {
    width: 100%;
    margin-top: 0;
  }

  .c-gutter-md {
    margin-left: -16px;
    margin-right: -16px;
  }
  .c-gutter-md [class*=c-column-] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 65em) {
  .c-flex-lg {
    display: flex;
    flex-wrap: wrap;
  }

  .c-row-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .c-row-lg:before, .c-row-lg:after {
    content: "";
    display: table;
  }
  .c-row-lg:after {
    clear: both;
  }

  [class*=c-column-lg] {
    float: left;
    width: 100%;
    min-height: 1px;
  }

  .c-column-lg-1 {
    width: 8.3333333333%;
    margin-top: 0;
  }

  .c-column-lg-2 {
    width: 16.6666666667%;
    margin-top: 0;
  }

  .c-column-lg-3 {
    width: 25%;
    margin-top: 0;
  }

  .c-column-lg-4 {
    width: 33.3333333333%;
    margin-top: 0;
  }

  .c-column-lg-5 {
    width: 41.6666666667%;
    margin-top: 0;
  }

  .c-column-lg-6 {
    width: 50%;
    margin-top: 0;
  }

  .c-column-lg-7 {
    width: 58.3333333333%;
    margin-top: 0;
  }

  .c-column-lg-8 {
    width: 66.6666666667%;
    margin-top: 0;
  }

  .c-column-lg-9 {
    width: 75%;
    margin-top: 0;
  }

  .c-column-lg-10 {
    width: 83.3333333333%;
    margin-top: 0;
  }

  .c-column-lg-11 {
    width: 91.6666666667%;
    margin-top: 0;
  }

  .c-column-lg-12 {
    width: 100%;
    margin-top: 0;
  }

  .c-gutter-lg {
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-gutter-lg [class*=c-column-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 100%;
  margin-top: 0;
}
.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-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  z-index: 2;
  height: 20px;
  width: 20px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  opacity: 0.5;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 25px;
  background-image: url("../img/arrow-prev.png");
}

.slick-next {
  right: 25px;
  background-image: url("../img/arrow-next.png");
  margin-top: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #f6821f;
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  color: transparent;
}
.slick-dots li button:hover {
  outline: none;
  opacity: 0.5;
}
.slick-dots li.slick-active button {
  background-color: #d71821;
  opacity: 1;
}
.slick-dots li.slick-active button:hover {
  opacity: 0.5;
}

/*------------
Body
------------*/
html {
  scroll-behavior: smooth;
}

html, body {
  min-height: 100%;
}

body {
  color: #666c6d;
  background: #fff;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 87.5%;
  line-height: 1.5;
}
@media (min-width: 40em) {
  body {
    font-size: 112.5%;
  }
}

* {
  box-sizing: border-box;
}

main {
  padding-top: 5em;
  margin-top: -5em;
}
main > :last-child {
  padding-bottom: 66px !important;
}
@media (min-width: 55em) {
  main > :last-child {
    padding-bottom: 11% !important;
  }
}
main * + *:not(section) {
  margin-top: 1.5em;
  margin-top: 1.5rem;
}
main section:not(.u-flat-section) {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 55em) {
  main section:not(.u-flat-section) {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

.main-inner main {
  padding-bottom: 3em;
}
/* .main-inner main .u-wrapper:not(.u-wrapper--full) > * {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
} */

* + h2, * + h3 {
  /* em, not rem, now */
  margin-top: 1.5em;
}

li, dt, dd, br, th, td {
  margin-top: 0;
}

hr {
  height: 1px;
  border: none;
  background: #d71821;
}

nav ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal button {
  border: none;
  margin-top: 1.5em;
}
.modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 5px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modal button.close:focus, .modal button.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  top: 180px;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-top: -140px;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: 0 0 0 auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto 1.75rem;
    top: 150px;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: 0.2s ease-in-out;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  font-size: 1.5em;
}
@media (min-width: 40em) {
  h1 {
    font-size: 2em;
  }
}

h2 {
  color: #d71821;
  font-size: 1.25em;
  text-align: center;
}
h2::after {
  content: "";
  display: block;
  width: 196px;
  height: 18px;
  background-image: url(../img/decoration.png);
  background-repeat: no-repeat;
  margin: 12px auto 20px;
}

h3 {
  font-size: 1.125em;
  color: #d71821;
}
h3 + * {
  margin-top: 0.5em !important;
}

p.c-leading {
  font-size: 1.125em;
  font-weight: 700;
}

a:not([class]) {
  text-decoration: underline;
  color: #d71821;
}
a:not([class]):hover {
  color: #f6821f;
}

main ul:not([class]), .c-sitemap-list {
  list-style: none;
}
main ul:not([class]) li, .c-sitemap-list li {
  padding-left: 10px;
  margin-top: 4px;
  position: relative;
}
main ul:not([class]) li::before, .c-sitemap-list li::before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background-color: #666c6d;
  position: absolute;
  top: 10px;
  left: 0;
}

.c-sitemap-list {
  max-width: 14em;
  margin: 0 auto;
}
.c-sitemap-list ul {
  margin-top: 0;
  list-style: none;
}
.c-sitemap-list li::before {
  background-color: #d71821;
}
.c-sitemap-list li li::before {
  background-color: #f6821f;
}
.c-sitemap-list a {
  color: #d71821;
  text-decoration: underline;
}
.c-sitemap-list a:hover {
  color: #f6821f;
}

.c-tick {
  list-style: none;
}
.c-tick.c-tick--secondary li::before {
  border-color: #f6821f;
  display: inline-block;
  position: relative;
}
.c-tick li {
  margin-top: 2px;
  position: relative;
  text-align: center;
}
.c-tick li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 12px;
  border: solid #d71821;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.c-tick.c-ib li {
  font-weight: 700;
  margin-left: 1em;
  margin-right: 1em;
}
.c-tick.c-tick--2:before, .c-tick.c-tick--2:after, .c-tick.c-tick--3:before, .c-tick.c-tick--3:after, .c-tick.c-tick--4:before, .c-tick.c-tick--4:after {
  content: "";
  display: table;
}
.c-tick.c-tick--2:after, .c-tick.c-tick--3:after, .c-tick.c-tick--4:after {
  clear: both;
}
@media (min-width: 40em) {
  .c-tick.c-tick--2, .c-tick.c-tick--3, .c-tick.c-tick--4 {
    display: flex;
    flex-wrap: wrap;
  }
  .c-tick.c-tick--2 li, .c-tick.c-tick--3 li, .c-tick.c-tick--4 li {
    float: left;
    text-align: left;
    padding-left: 18px;
  }
  .c-tick--left li {
    text-align: left;
    padding-left: 18px;
  }
  .c-tick.c-tick--2 li::before, .c-tick.c-tick--3 li::before, .c-tick.c-tick--4 li::before, .c-tick--left li::before {
    position: absolute;
    left: 0;
    top: 8px;
  }
  .c-tick.c-tick--2 li.c-full, .c-tick.c-tick--3 li.c-full, .c-tick.c-tick--4 li.c-full {
    width: 100%;
  }
  .c-tick.c-tick--2 li.c-half, .c-tick.c-tick--3 li.c-half, .c-tick.c-tick--4 li.c-half {
    width: 50%;
  }
}
@media (min-width: 40em) {
  .c-tick.c-tick--2 li {
    width: 50%;
  }
  .c-tick.c-tick--2 li:nth-child(odd) {
    padding-right: 1em;
    clear: both;
  }
  .c-tick.c-tick--2 li:nth-child(even) {
    padding-left: 1em;
  }
}
@media (min-width: 40em) {
  .c-tick.c-tick--3 li {
    width: 33.333%;
    padding-right: 1em;
  }
  .c-tick.c-tick--3 li:nth-child(3n-2) {
    clear: both;
  }
}
@media (min-width: 40em) {
  .c-tick.c-tick--4 li {
    width: 25%;
    padding-right: 1em;
  }
  .c-tick.c-tick--4 li:nth-child(4n-3) {
    clear: both;
  }
}

@supports (counter-reset: ol-counter) {
  ol {
    list-style: none;
    counter-reset: ol-counter;
  }
  ol.c-ol-styled li {
    padding-left: 3em;
    padding-top: 0.25em;
  }
  ol.c-ol-styled li:before {
    padding: 4px;
    height: 2em;
    width: 2em;
    line-height: 1.125;
    text-align: center;
    border: 2px solid #d71821;
    box-shadow: 3px 3px 0 #d71821;
    transition: 0.15s ease-in-out;
  }
  ol.c-ol-styled li:hover:before {
    box-shadow: 0 0 0 #d71821;
  }
  ol li {
    padding-left: 1.5em;
    counter-increment: ol-counter;
    position: relative;
  }
  ol li:before {
    content: counter(ol-counter);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #d71821;
  }
}
/*------------
Utility classes
------------*/
.u-wrapper {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

/*.main-inner main .u-wrapper {
  max-width: 55em;
}*/
.u-flat {
  margin-top: 0 !important;
}

.u-t-a-c {
  text-align: center;
}

.u-c-b {
  color: #666c6d !important;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-tt-n {
  text-transform: none;
}

.u-padded-vertical {
  padding-top: 3em;
  padding-bottom: 3em;
}

.u-skip-link {
  position: absolute;
  top: 0;
  right: 100%;
  /* moves off screen */
}
.u-skip-link:focus {
  right: auto;
}

.button {
  padding: 0.5em 1.25em;
  color: #fff;
  background-color: #f6821f;
  transition: 0.3s ease-out;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  box-shadow: 4px 5.6px 9.3px 0.7px rgba(0, 0, 0, 0.4);
}
.button span {
  text-transform: none;
  font-weight: 400;
}
.button:hover {
  color: #fff;
  background-color: #d71821;
  border-color: #d71821;
  box-shadow: 2px 2.6px 5.3px 0.7px rgba(0, 0, 0, 0.25);
}

form button, form .button {
  position: relative;
}

label {
  display: block;
  margin: 0.25em 0;
}

input, textarea {
  padding: 0.625em 1.25em;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666c6d;
  width: 100%;
  -webkit-appearance: none;
}
input.u-half, textarea.u-half {
  width: 50%;
}
input.input-error, textarea.input-error {
  border-color: #e4655f !important;
}

textarea {
  height: 9em;
}

.c-label-placeholder {
  position: relative;
  padding: 0 0 1.5em;
}
.c-label-placeholder label {
  color: #666c6d;
  position: absolute;
  top: 0.75em;
  left: 0;
  cursor: text;
  transition: 0.2s ease-out;
  margin-top: 0;
  opacity: 0.7;
}
@media (min-width: 40em) {
  .c-label-placeholder label {
    font-size: 0.875em;
  }
}
.c-label-placeholder input, .c-label-placeholder textarea {
  padding-left: 0;
  padding-right: 0;
}
.c-label-placeholder input.not-null + label, .c-label-placeholder textarea.not-null + label {
  opacity: 0;
}
.c-label-placeholder input:focus + label, .c-label-placeholder textarea:focus + label {
  opacity: 1;
  top: -1.25em;
}

.c-image-bordered {
  display: inline-block;
  position: relative;
  margin: 20px 20px 0 0;
}
.c-image-bordered::before {
  content: "";
  border: 10px solid #d71821;
  position: absolute;
  transition: 0.3s ease-out;
  top: -20px;
  left: 20px;
  right: -20px;
  bottom: 20px;
  opacity: 0;
}
.c-image-bordered img {
  display: block;
  position: relative;
  top: -20px;
  left: 20px;
}
.c-image-bordered.c-inview::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

th, td {
  padding: 0.125em 0.5em;
}
th:not(.u-empty), td:not(.u-empty) {
  border: 2px solid #d71821;
}

th {
  background-color: #d71821;
  color: #fff;
}

@media (max-width: 40em) {
  .c-responsive-table thead {
    display: none;
  }
  .c-responsive-table tbody th, .c-responsive-table tbody tr {
    display: block;
  }
  .c-responsive-table tbody tr + tr {
    margin-top: 1.5em;
  }
  .c-responsive-table th {
    border: none;
  }
  .c-responsive-table td {
    margin-top: 0;
    display: table;
    width: 100%;
  }
  .c-responsive-table td:not(:first-child) {
    border-top: none;
  }
  .c-responsive-table td::before {
    content: attr(data-head);
    display: table-cell;
    width: 8em;
    background-color: #d71821;
    color: #fff;
    font-weight: 700;
    padding: 0.125em 0.5em;
  }
  .c-responsive-table p {
    padding: 0 0.5em;
  }
}
@media (max-width: 25em) {
  .c-responsive-table td {
    display: block;
    position: relative;
    padding-top: 1.75em;
  }
  .c-responsive-table td::before {
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    width: 100%;
    width: calc(100% + 2px);
  }
}

@media (max-width: 40em) {
  .c-responsive-table--simple td:before {
    display: none;
  }
}

.main-inner .c-hero {
  z-index: 1;
}
.main-inner main {
  position: relative;
  z-index: 2;
}
.main-inner main > .c-bg1:first-child > section:first-child {
  position: relative;
  top: -12em;
  margin-bottom: -12em;
}
@media (min-width: 40em) {
  .main-inner main > .c-bg1:first-child > section:first-child {
    top: -14em;
    margin-bottom: -14em;
  }
}
@media (min-width: 50em) {
  .main-inner main > .c-bg1:first-child > section:first-child {
    top: -16em;
    margin-bottom: -16em;
  }
}
@media (min-width: 60em) {
  .main-inner main > .c-bg1:first-child > section:first-child {
    top: -18em;
    margin-bottom: -18em;
  }
}

.c-bg1, .c-bg2 {
  background-size: 100%;
  background-size: cover;
}

.c-bg1 {
  background-image: url(../img/bg1.jpg);
}

.c-bg1--repeat {
  background-size: 100% auto;
}

.c-bg2 {
  margin-top: 0;
  background-image: url(../img/bg2.jpg);
}

.c-ib {
  text-align: center;
}
.c-ib > * {
  display: inline-block;
}

.c-gallery {
  padding: 0 30px;
}
.c-gallery .slick-slide {
  display: inline-block;
  margin: 1.5em 0.25em 0;
  max-width: 12em;
  margin-top: 0;
  transition: 0.3s ease-out;
}
.c-gallery .slick-slide:hover {
  opacity: 0.8;
}
.c-gallery .slick-prev {
  left: 0;
}
.c-gallery .slick-next {
  right: 0;
}

.c-gallery2 {
  margin-top: 0;
}
.c-gallery2 a {
  display: inline-block;
  margin: 1.5em 0.25em 0;
  max-width: 12em;
}
.c-gallery2 img {
  display: block;
  transition: 0.1s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 6px 0.7px rgba(0, 0, 0, 0.2);
}
.c-gallery2 img:hover {
  top: 1px;
  left: 1px;
  box-shadow: 1px 1px 4px 0.7px rgba(0, 0, 0, 0.25);
}

.c-block-bg {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.c-block-bg a {
  color: #666c6d !important;
}
.c-block-bg a:hover {
  color: #f6821f !important;
}

.c-who {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 5px 5px 9.3px 0.7px rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  margin-top: 4em;
}
@media (min-width: 37.5em) {
  .c-who {
    position: relative;
  }
}
@media (min-width: 40em) {
  .c-who {
    padding: 1.5em 2.75em;
  }
}
@media (min-width: 50em) {
  .c-who {
    padding: 1.5em 5.75em;
  }
}
@media (min-width: 60em) {
  .c-who {
    padding: 1.5em 7.75em;
  }
}
@media (min-width: 68em) {
  .c-who {
    padding: 1.5em 9em;
  }
}
.c-who .c-leading {
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
}
.c-who p {
  line-height: 1.875em;
}

.c-who__logo {
  display: block;
  margin: 0 auto;
}
@media (min-width: 37.5em) {
  .c-who__logo {
    position: absolute;
    right: 1.5em;
    top: 2.75em;
  }
}
@media (min-width: 40em) {
  .c-who__logo {
    right: 2.75em;
  }
}
@media (min-width: 55em) {
  .c-who__logo {
    top: 8em;
  }
}

.c-what {
  margin-top: 5em;
}
@media (min-width: 55em) {
  .c-what {
    margin-top: 7.5em;
  }
}

.c-what-card {
  max-width: 350px;
  margin: 16px;
  vertical-align: top;
  text-align: left;
}
.c-what-card div {
  box-shadow: 3px 3px 9.5px 0.5px rgba(0, 0, 0, 0.5);
}
.c-what-card img {
  display: block;
}
.c-what-card h3 {
  background-color: #d71821;
  color: #fff;
  margin-top: 0;
  padding: 10px 12px;
}
.c-what-card h3 sub {
  font-weight: 400;
}
.c-what-card ul {
  padding-left: 4px;
}
.c-what-card li {
  font-weight: 700;
}
@media (min-width: 40em) {
  .c-what-card li {
    font-size: 0.875em;
  }
}

.c-what-car--alt p {
  font-weight: 700;
}
.c-what-car--alt p:first-child {
  min-height: 246px;
  background-color: #d71821;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.6667;
  padding: 4.5em 1em 0.5em;
}
.c-what-car--alt p:last-child {
  text-align: center;
  background-color: #fff;
  color: #d71821;
  margin-top: 0;
  padding: 10px 12px;
  line-height: 1.4;
}
.c-what-car--alt a {
  text-transform: uppercase;
}

.c-accred {
  padding: 14px 0 !important;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
}
.c-accred img {
  display: inline-block;
  margin: 2px;
}
.c-accred p {
  margin-top: 1em;
  font-weight: 700;
}
@media (min-width: 40em) {
  .c-accred p {
    font-size: 0.875em;
  }
}
@media (min-width: 40em) {
  .c-accred img, .c-accred p {
    vertical-align: middle;
  }
  .c-accred p {
    display: inline-block;
    width: 66%;
    width: calc(100% - 204px);
    margin-top: 0;
    padding-left: 1em;
  }
}

.c-why-card {
  width: 160px;
  margin: 16px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 130px;
}
.c-why-card p {
  font-weight: 700;
  color: #d71821;
  line-height: 1.286;
}
@media (min-width: 40em) {
  .c-why-card p {
    font-size: 0.875em;
  }
}

.c-why-card--lightbulb {
  background-position: 50% 2px;
  background-image: url(../img/icon-lightbulb.png);
}

.c-why-card--technical {
  background-position: 50% 16px;
  background-image: url(../img/icon-technical.png);
}

.c-why-card--measure {
  background-position: 50% 12px;
  background-image: url(../img/icon-measure.png);
}

.c-why-card--applications {
  background-position: 50% 20px;
  background-image: url(../img/icon-applications.png);
}

.c-why-card--customers {
  background-image: url(../img/icon-customers.png);
}

.c-header {
  text-align: center;
  padding-top: 1em;
  background-color: #fff;
  z-index: 10;
  transition: 0.3s ease-out;
  box-shadow: 0px 10px 21px 3px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1160px) {
  .c-header .u-wrapper {
    position: relative;
  }
}
@supports (position: sticky) {
  .c-header {
    position: sticky;
    top: 0;
  }
}
@supports not (position: sticky) {
  .c-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .c-header + * {
    margin-top: 220px;
  }
  @media (min-width: 37em) {
    .c-header + * {
      margin-top: 164px;
    }
  }
}
.c-header .u-wrapper {
  position: relative;
}

.c-sticky-scrolled {
  padding-top: 0.5em;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.c-sticky-scrolled > .u-wrapper:before, .c-sticky-scrolled > .u-wrapper:after {
  content: "";
  display: table;
}
.c-sticky-scrolled > .u-wrapper:after {
  clear: both;
}
.c-sticky-scrolled .c-header__logo {
  float: left;
  max-width: 90px;
}
.c-sticky-scrolled .c-header__contact {
  position: absolute;
  bottom: 1px;
  right: 1em;
}
.c-sticky-scrolled .c-header__contact__phone {
  margin-top: 0;
}
@media (min-width: 27.5em) {
  .c-sticky-scrolled .c-header__contact {
    bottom: 6px;
  }
  .c-sticky-scrolled .c-header__contact__phone, .c-sticky-scrolled .c-header__contact__email {
    display: inline-block;
    margin-top: 0;
  }
  .c-sticky-scrolled .c-header__contact__phone {
    margin-right: 1em;
  }
}
.c-sticky-scrolled .c-menu-main {
  margin-top: 0;
}
@media (min-width: 37em) {
  .c-sticky-scrolled .c-header__contact {
    bottom: 12px;
  }
}

.c-header__logo {
  max-width: 300px;
  transition: 0.15s ease-in-out;
  margin: 0 auto;
}
.c-header__logo a {
  display: block;
}
.c-header__logo img {
  transition: 0.3s ease-out;
  display: inline-block;
}

@media (min-width: 37em) {
  .c-header__contact {
    position: absolute;
    bottom: 14px;
    right: 1em;
  }
}
.c-header__contact a {
  font-weight: 700;
  text-decoration: none;
}
.c-header__contact a:hover {
  text-decoration: underline;
}

.c-header__contact__phone, .c-header__contact__email {
  margin-top: 0.5em;
}
@media (min-width: 37em) {
  .c-header__contact__phone, .c-header__contact__email {
    padding-left: 36px;
    line-height: 25px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1160px) {
  .c-header__contact__phone, .c-header__contact__email {
    margin-top: 0;
    text-align: left;
    display: inline-block;
  }
}

@media (min-width: 37em) {
  .c-header__contact__phone {
    background-image: url(../img/icon-phone.png);
    background-position: 6px 0;
  }
}
@media (min-width: 1160px) {
  .c-header__contact__phone {
    margin-right: 1.5em;
  }
}

@media (min-width: 37em) {
  .c-header__contact__email {
    background-image: url(../img/icon-email.png);
    background-position: 0 50%;
  }
}

.c-menu-main {
  margin-top: 1em;
  padding: 0.5em 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #d71821;
}
@media (min-width: 1160px) {
  .c-menu-main {
    padding: 0.875em 0;
  }
}
.c-menu-main ul {
  list-style: none;
  max-height: 0;
  transition: 0.3s ease-out;
  overflow: hidden;
  margin: 0;
}
.c-menu-main ul.c-menu-main__top {
  text-align: center;
}
.c-menu-main ul.c-menu-main__top > li {
  margin: 14px 0;
}
.c-menu-main ul.c-menu-main__top > li > a {
  padding: 0 16px;
  color: #fff;
}
@media (min-width: 1160px) {
  .c-menu-main ul.c-menu-main__top {
    max-height: 500px;
    overflow: visible;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
  }
  .c-menu-main ul.c-menu-main__top > li {
    display: inline-block;
    margin: 0;
  }
  .c-menu-main ul.c-menu-main__top > li:first-child > a {
    padding-left: 0;
  }
  .c-menu-main ul.c-menu-main__top > li:last-child > a {
    padding-right: 0;
  }
}
.c-menu-main ul ul {
  background: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
  padding: 0 1em;
  margin: 0 6px;
}
.c-menu-main ul ul.open {
  max-height: 500px;
  padding: 0.5em 1em;
}
.c-menu-main ul ul a {
  padding: 0;
  line-height: 1;
}
@media (min-width: 1160px) {
  .c-menu-main ul ul {
    max-height: 0;
    width: 16em;
    position: absolute;
    left: 0;
    top: 2.25em;
    overflow: hidden;
    text-align: left;
  }
}
.c-menu-main .c-menu-main__parent > a {
  padding-right: 20px !important;
  position: relative;
}
.c-menu-main .c-menu-main__parent > a:hover:after {
  border-color: #f6821f;
}
.c-menu-main .c-menu-main__parent > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  height: 10px;
  width: 10px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(45deg);
  transition: 0.3s ease-out;
}
@media (min-width: 1160px) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    left: auto;
    right: -1.5em;
  }
  .c-menu-main .c-menu-main__parent:hover ul, .c-menu-main .c-menu-main__parent:hover ul.open {
    max-height: 500px;
    padding: 0.5em 1em;
  }
  .c-menu-main .c-menu-main__parent.c-supernav {
    position: unset;
  }
  .c-menu-main .c-menu-main__parent.c-supernav:hover > ul {
    max-height: 5000px;
  }
  .c-menu-main .c-menu-main__parent.c-supernav > ul {
    width: 100%;
  }
  .c-menu-main .c-menu-main__parent.c-supernav > ul:before, .c-menu-main .c-menu-main__parent.c-supernav > ul:after {
    content: "";
    display: table;
  }
  .c-menu-main .c-menu-main__parent.c-supernav > ul:after {
    clear: both;
  }
  .c-menu-main .c-menu-main__parent.c-supernav > ul > li {
    float: left;
    width: 33.333%;
  }
  .c-menu-main .c-menu-main__parent.c-supernav > ul ul {
    box-shadow: none;
  }
}
@media (min-width: 79em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    right: auto;
    left: -9em;
  }
}
@media (min-width: 81em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    right: auto;
    left: -8em;
  }
}
@media (min-width: 83em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    right: auto;
    left: -7em;
  }
}
@media (min-width: 85em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    left: -6em;
  }
}
@media (min-width: 87em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    left: -5em;
  }
}
@media (min-width: 89em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    left: -4em;
  }
}
@media (min-width: 91em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    left: -3em;
  }
}
@media (min-width: 93em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    left: -2em;
  }
}
@media (min-width: 95em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    left: -1em;
  }
}
@media (min-width: 97em) {
  .c-menu-main .c-menu-main__parent {
    position: relative;
  }
  .c-menu-main .c-menu-main__parent:last-child ul {
    left: 0;
  }
}
.c-menu-main a {
  text-decoration: none;
}
.c-menu-main a.c-active {
  font-weight: 700;
}
.c-menu-main a:hover {
  color: #f6821f !important;
}

@media (min-width: 1160px) {
  .c-menu-main__mobile {
    display: none;
  }
}

.c-menu-main--check {
  display: none;
}

.hamburger-svg {
  width: 36px;
  height: 24px;
}
.hamburger-svg line {
  stroke: #fff;
  stroke-width: 4px;
  transform-origin: 50% 50%;
  transition: transform 0.25s;
}
.hamburger-svg line:nth-child(1) {
  transform: translateY(-28px) rotate(0deg);
}
.hamburger-svg line:nth-child(3) {
  transform: translateY(28px) rotate(0deg);
}

.c-menu-main--check:checked + label .hamburger-svg line:nth-child(1) {
  transform: rotate(45deg);
}
.c-menu-main--check:checked + label .hamburger-svg line:nth-child(2) {
  transform: scale(0);
}
.c-menu-main--check:checked + label .hamburger-svg line:nth-child(3) {
  transform: rotate(-45deg);
}
.c-menu-main--check:checked ~ ul {
  max-height: 1000px;
}

.c-menu-main--trigger {
  cursor: pointer;
  margin: 0;
  height: 24px;
}
.c-menu-main--trigger span {
  line-height: 24px;
  color: #fff;
  vertical-align: top;
  display: inline-block;
}
.c-menu-main--trigger:hover span {
  color: #f6821f;
}
.c-menu-main--trigger:hover line {
  stroke: #f6821f;
}

@media (min-width: 1160px) {
  .c-menu-main--trigger, .c-menu-main--check {
    display: none;
  }
}
.c-footer {
  background-image: url(../img/bg-footer.jpg);
  background-size: 100%;
  background-size: cover;
  background-position: 50% 0;
  border-bottom: 7px solid #d71821;
  position: relative;
  z-index: 3;
}
@media (min-width: 55em) {
  .c-footer:not(.c-footer--contact) {
    background-image: url(../img/bg-footer.png);
    margin-top: -11%;
  }
}
.c-footer::before {
  content: "";
  position: absolute;
  top: -66px;
  left: 0;
  right: 0;
  height: 244px;
  background: url(../img/swoosh-top.png);
  background-position: 50% 0;
}
@media (min-width: 55em) {
  .c-footer::before {
    display: none;
  }
}
@media (min-width: 52em) {
  .c-footer .u-wrapper {
    position: relative;
    padding-bottom: 3em;
  }
  .c-footer .c-footer-logo {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.c-footer-logo {
  transition: 0.3s ease-out;
}
.c-footer-logo:hover {
  opacity: 0.64;
}

.c-footer-nav {
  background-color: #edf7fc;
  background-color: rgba(255, 255, 255, 0.79);
  padding-top: 24px;
}
@media (min-width: 52em) {
  .c-footer-nav nav > ul > li {
    display: inline-block;
    vertical-align: top;
  }
  .c-footer-nav nav > ul > li:not(:last-child) {
    margin-right: 16px;
  }
}
@media (min-width: 75em) {
  .c-footer-nav nav > ul > li:not(:last-child) {
    margin-right: 24px;
  }
}
.c-footer-nav nav a {
  margin: 0.5em 0;
  text-decoration: none;
  font-size: 12px;
  color: #666c6d;
  text-transform: uppercase;
}
.c-footer-nav nav a.c-active {
  font-weight: 700;
}
.c-footer-nav nav a:hover {
  text-decoration: underline;
  color: #d71821;
}
.c-footer-nav nav span {
  margin: 0.5em 0;
  text-decoration: none;
  font-size: 12px;
  color: #666c6d;
  text-transform: uppercase;
}
.c-footer-nav nav ul ul {
  margin-left: 0.75em;
}
@media (min-width: 52em) {
  .c-footer-nav nav ul ul {
    margin-left: 0;
  }
}

.c-copyright {
  padding: 0.5em 0;
}
.c-copyright p {
  margin: 0;
}
.c-copyright p:last-child {
  height: 28px;
  margin-top: 1em;
}
.c-copyright span {
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}
.c-copyright p {
  font-size: 12px;
}
@media (min-width: 45em) {
  .c-copyright:before, .c-copyright:after {
    content: "";
    display: table;
  }
  .c-copyright:after {
    clear: both;
  }
  .c-copyright p {
    display: inline-block;
  }
  .c-copyright p:first-child {
    float: left;
    line-height: 28px;
  }
  .c-copyright p:last-child:not(:first-child) {
    clear: left;
    display: block;
  }
}
@media (min-width: 50em) {
  .c-copyright p:last-child:not(:first-child) {
    clear: none;
    float: right;
    margin-top: 0;
  }
}

.c-dbwd-link {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 50px;
  height: 28px;
  background-image: url("../img/dbwd.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}

.c-contact-section {
  padding: 60px 0;
  position: relative;
}
@media (min-width: 55em) {
  .c-contact-section {
    padding-top: 200px;
  }
}

.c-contact-card .c-column-md-5 {
  color: #fff;
}
@media (min-width: 55em) {
  .c-contact-card .c-column-md-5 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.c-contact-card .c-column-md-5 h2 {
  color: #fff;
}
.c-contact-card .c-column-md-5 > div {
  padding: 1.5em 2.5em;
}
@media (min-width: 55em) {
  .c-contact-card .c-column-md-5 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 6.5em;
  }
}
.c-contact-card .c-column-md-7 {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
  position: relative;
}
@media (min-width: 55em) {
  .c-contact-card .c-column-md-7 {
    width: 40%;
  }
  .c-contact-card .c-column-md-7.c-column-7--full {
    width: 50%;
  }
}
@media (min-width: 40em) {
  .c-contact-card p {
    font-size: 0.875em;
  }
}
.c-contact-card a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 40em) {
  .c-contact-card a {
    font-size: 1.1429em;
  }
  .c-contact-card a:first-of-type {
    font-size: 1.4286em;
  }
}
.c-contact-card a:hover {
  color: #f6821f;
}

.c-slider .slick-prev, .c-slider .slick-next {
  height: 39px;
  width: 39px;
}
.c-slider::after {
  content: "";
  background-image: url(../img/swoosh-bottom.png);
  background-position: 50%;
  background-size: auto 100%;
  padding-bottom: 90px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media (min-width: 40em) {
  .c-slider::after {
    padding-bottom: 150px;
  }
}
@media (min-width: 67em) {
  .c-slider::after {
    background-size: 100% auto;
    padding-bottom: 13.5%;
  }
}

.c-slide {
  margin-top: 0 !important;
  background-size: 100%;
  background-size: cover;
  background-position: 50%;
  padding: 3em 0 110px;
  position: relative;
}
.c-slide .u-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 40em) {
  .c-slide {
    padding-bottom: 180px;
  }
}
@media (min-width: 55em) {
  .c-slide {
    padding: 8em 0 4em;
    min-height: 550px;
    background-position: 50% 100%;
  }
}
@media (min-width: 67em) {
  .c-slide {
    padding-bottom: 14em;
  }
}
.c-slide::before {
  content: "";
  width: 1109px;
  max-width: 100%;
  height: 691px;
  background-image: url(../img/hero-circle.png);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
  transform: translateX(-100%);
  z-index: 1;
}
.c-slide .c-slide__content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.7s;
  transform: translateY(-100%);
}
.c-slide.c-slide--active::before {
  opacity: 0.6;
  transform: translateX(0);
}
.c-slide.c-slide--active .c-slide__content {
  opacity: 1;
  transform: translateY(0);
}
.c-slide:not(:first-of-type):not(.slick-slide) {
  display: none;
}

.main-inner .c-hero {
  min-height: 220px;
  overflow: hidden;
  background-position: 50% 75%;
}
.main-inner .c-hero:before {
  max-width: 1200px;
  left: -540px;
}
@media (min-width: 40em) {
  .main-inner .c-hero {
    min-height: 320px;
  }
  .main-inner .c-hero:before {
    left: -380px;
  }
}
@media (min-width: 50em) {
  .main-inner .c-hero {
    min-height: 400px;
  }
  .main-inner .c-hero:before {
    left: -240px;
  }
}
@media (min-width: 60em) {
  .main-inner .c-hero {
    min-height: 480px;
  }
  .main-inner .c-hero:before {
    left: 0;
  }
}
@media (min-width: 67em) {
  .c-slide::before {
    bottom: auto;
    top: 0;
  }
}

.c-hero {
  background-size: 100%;
  background-size: cover;
  background-position: 50%;
  padding: 3em 0 110px;
  position: relative;
}
@media (min-width: 40em) {
  .c-hero {
    padding-bottom: 180px;
  }
}
@media (min-width: 55em) {
  .c-hero {
    padding: 8em 0 4em;
    min-height: 550px;
    background-position: 50% 100%;
  }
}
@media (min-width: 67em) {
  .c-hero {
    padding-bottom: 15%;
  }
}
.c-hero::before {
  content: "";
  width: 1109px;
  max-width: 100%;
  height: 691px;
  background-image: url(../img/hero-circle.png);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-100%);
  animation-name: animateCircle;
  animation-duration: 0.3s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.c-hero::after {
  content: "";
  background-image: url(../img/swoosh-bottom.png);
  background-position: 50%;
  background-size: auto 100%;
  padding-bottom: 90px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media (min-width: 40em) {
  .c-hero::after {
    padding-bottom: 150px;
  }
}
@media (min-width: 67em) {
  .c-hero::after {
    background-size: 100% auto;
    padding-bottom: 13.5%;
  }
}
.c-hero .c-slide__content {
  opacity: 0;
  transform: translateY(-100%);
  animation-name: animateContent;
  animation-duration: 0.3s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes animateContent {
  0% {
    opacity: 0;
    transform: translateY(-10em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animateCircle {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 0.6;
    transform: translateX(0);
  }
}
.c-slide__content {
  position: relative;
  max-width: 40em;
}
.c-slide__content h1, .c-slide__content h2 {
  color: #fff;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  font-size: 1.75em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 55em) {
  .c-slide__content h1, .c-slide__content h2 {
    font-size: 2.5em;
  }
}
.c-slide__content h1::after, .c-slide__content h2::after {
  display: none;
}
.c-slide__content p {
  color: #fff;
  margin-top: 1em;
  line-height: 1.25;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  max-width: 28em;
}
.c-slide__content .button {
  margin-top: 1.5em;
}

@media (max-width: 1000px) {
  .c-hero-map {
    padding: 0 1em;
  }
}

.slider-form-tab {
  top: 190px;
  position: fixed;
  right: -72px;
  transform: rotate(270deg);
  background-color: #f6821f;
  padding: 10px 40px;
  text-align: center;
  z-index: 100;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}
.slider-form-tab:hover {
  cursor: pointer;
}
.slider-form-tab h3 {
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #fff;
  font-size: 14px !important;
  font-weight: 400;
}.alert-box {
  text-align: center;
  padding: .5em;
  background: #E9090D;
  color: #fff;
  font-size: .875em;
  text-transform: uppercase;
}

.alert-box p {
  margin: 0;
}
.alert-box a {
	color:#090303;
}

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