@charset "UTF-8";
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover, .mfp-preloader .shareblock-label:hover a.socialblock, .mfp-preloader .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .mfp-preloader a.socialblock, .shareblock-label:hover .mfp-preloader a.shareblock-icon, .mfp-preloader .shareblock-label:focus a.socialblock, .mfp-preloader .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .mfp-preloader a.socialblock, .shareblock-label:focus .mfp-preloader a.shareblock-icon {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .shareblock-label:hover .mfp-close.socialblock, .shareblock-label:hover .mfp-close.shareblock-icon, .shareblock-label:focus .mfp-close.socialblock, .shareblock-label:focus .mfp-close.shareblock-icon, .mfp-close:focus {
  opacity: 1;
}

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

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .shareblock-label:hover .mfp-arrow.socialblock, .shareblock-label:hover .mfp-arrow.shareblock-icon, .shareblock-label:focus .mfp-arrow.socialblock, .shareblock-label:focus .mfp-arrow.shareblock-icon, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler 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;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* imports */
/* Default body text size*/
/* title font */
/* base font */
/* font weights */
/* base colors */
/* social media */
/* devices */
.__nopadding {
  padding: 0;
}

.__nomargin {
  margin: 0;
}

/* placeholders */
.gallerypop, .slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion-head::after {
  content: "S";
  font-family: icomoon;
  font-size: 46px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.contactperson-locations li::before, .button.__next::after, .submit_wrap button.__next::after,
.form-submit button.__next::after {
  content: "S";
  display: inline-block;
  font-family: icomoon;
  color: #666;
  vertical-align: middle;
  transition: all 0.3s;
}

.venuesintro-title, .disciplinesintro-title, .blogtitle {
  color: #333;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  transform: skew(-7deg);
}
@media (min-width: 768px) {
  .venuesintro-title, .disciplinesintro-title, .blogtitle {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .venuesintro-title, .disciplinesintro-title, .blogtitle {
    font-size: 2.8em;
  }
}

i, .socialblock::after, .shareblock-icon::after, .shareblock-label:hover .shareblock-icon::after, .shareblock-label:focus .shareblock-icon::after, .shareblock-label:hover .socialblock::after, .shareblock-label:focus .socialblock::after, .modalblock-close {
  display: inline-block;
  line-height: 0;
  text-transform: none;
  vertical-align: middle;
  font-family: icomoon;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
i.--green, .--green.socialblock::after, .--green.shareblock-icon::after, .shareblock-label:hover .--green.shareblock-icon::after, .shareblock-label:focus .--green.shareblock-icon::after, .shareblock-label:hover .--green.socialblock::after, .shareblock-label:focus .--green.socialblock::after, .--green.modalblock-close {
  color: green;
}
i.--red, .--red.socialblock::after, .--red.shareblock-icon::after, .shareblock-label:hover .--red.shareblock-icon::after, .shareblock-label:focus .--red.shareblock-icon::after, .shareblock-label:hover .--red.socialblock::after, .shareblock-label:focus .--red.socialblock::after, .--red.modalblock-close {
  color: red;
}

.pagination li a::before,
.pagination li span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progressbar::before, .progressbar::after {
  content: "";
  display: table;
}
.progressbar::after {
  clear: both;
}

.socialblock, .shareblock-icon, .shareblock-label:hover .shareblock-icon, .shareblock-label:focus .shareblock-icon, .shareblock-label:hover .socialblock, .shareblock-label:focus .socialblock {
  position: relative;
}
.socialblock::before, .shareblock-icon::before, .shareblock-label:hover .shareblock-icon::before, .shareblock-label:focus .shareblock-icon::before, .shareblock-label:hover .socialblock::before, .shareblock-label:focus .socialblock::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
.socialblock:hover::before, .shareblock-icon:hover::before, .shareblock-label:hover .socialblock::before, .shareblock-label:hover .shareblock-icon::before, .shareblock-label:focus .socialblock::before, .shareblock-label:focus .shareblock-icon::before, .socialblock:focus::before, .shareblock-icon:focus::before {
  opacity: 1;
}

/* mixins */
/* imports */
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover, .shareblock-label:hover .picker__nav--prev.socialblock, .shareblock-label:hover .picker__nav--prev.shareblock-icon, .shareblock-label:focus .picker__nav--prev.socialblock, .shareblock-label:focus .picker__nav--prev.shareblock-icon,
.picker__nav--next:hover,
.shareblock-label:hover .picker__nav--next.socialblock,
.shareblock-label:hover .picker__nav--next.shareblock-icon,
.shareblock-label:focus .picker__nav--next.socialblock,
.shareblock-label:focus .picker__nav--next.shareblock-icon {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.shareblock-label:hover .picker__nav--disabled.socialblock,
.shareblock-label:hover .picker__nav--disabled.shareblock-icon,
.shareblock-label:focus .picker__nav--disabled.socialblock,
.shareblock-label:focus .picker__nav--disabled.shareblock-icon,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.shareblock-label:hover .picker__nav--disabled.socialblock:before,
.shareblock-label:hover .picker__nav--disabled.shareblock-icon:before,
.shareblock-label:focus .picker__nav--disabled.socialblock:before,
.shareblock-label:focus .picker__nav--disabled.shareblock-icon:before {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover, .shareblock-label:hover .picker__day--infocus.socialblock, .shareblock-label:hover .picker__day--infocus.shareblock-icon, .shareblock-label:focus .picker__day--infocus.socialblock, .shareblock-label:focus .picker__day--infocus.shareblock-icon,
.picker__day--outfocus:hover,
.shareblock-label:hover .picker__day--outfocus.socialblock,
.shareblock-label:hover .picker__day--outfocus.shareblock-icon,
.shareblock-label:focus .picker__day--outfocus.socialblock,
.shareblock-label:focus .picker__day--outfocus.shareblock-icon {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover, .shareblock-label:hover .picker__day--highlighted.socialblock, .shareblock-label:hover .picker__day--highlighted.shareblock-icon, .shareblock-label:focus .picker__day--highlighted.socialblock, .shareblock-label:focus .picker__day--highlighted.shareblock-icon,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.shareblock-label:hover .picker__day--selected.socialblock,
.shareblock-label:hover .picker__day--selected.shareblock-icon,
.shareblock-label:focus .picker__day--selected.socialblock,
.shareblock-label:focus .picker__day--selected.shareblock-icon,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.shareblock-label:hover .picker__day--disabled.socialblock,
.shareblock-label:hover .picker__day--disabled.shareblock-icon,
.shareblock-label:focus .picker__day--disabled.socialblock,
.shareblock-label:focus .picker__day--disabled.shareblock-icon,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover,
.shareblock-label:hover .picker__day--highlighted.picker__day--disabled.socialblock,
.shareblock-label:hover .picker__day--highlighted.picker__day--disabled.shareblock-icon,
.shareblock-label:focus .picker__day--highlighted.picker__day--disabled.socialblock,
.shareblock-label:focus .picker__day--highlighted.picker__day--disabled.shareblock-icon {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover, .shareblock-label:hover .picker__button--today.socialblock, .shareblock-label:hover .picker__button--today.shareblock-icon, .shareblock-label:focus .picker__button--today.socialblock, .shareblock-label:focus .picker__button--today.shareblock-icon,
.picker__button--clear:hover,
.shareblock-label:hover .picker__button--clear.socialblock,
.shareblock-label:hover .picker__button--clear.shareblock-icon,
.shareblock-label:focus .picker__button--clear.socialblock,
.shareblock-label:focus .picker__button--clear.shareblock-icon,
.picker__button--close:hover,
.shareblock-label:hover .picker__button--close.socialblock,
.shareblock-label:hover .picker__button--close.shareblock-icon,
.shareblock-label:focus .picker__button--close.socialblock,
.shareblock-label:focus .picker__button--close.shareblock-icon {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover,
.shareblock-label:hover .picker__button--today[disabled].socialblock,
.shareblock-label:hover .picker__button--today[disabled].shareblock-icon,
.shareblock-label:focus .picker__button--today[disabled].socialblock,
.shareblock-label:focus .picker__button--today[disabled].shareblock-icon {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover, .shareblock-label:hover .picker__list-item.socialblock, .shareblock-label:hover .picker__list-item.shareblock-icon, .shareblock-label:focus .picker__list-item.socialblock, .shareblock-label:focus .picker__list-item.shareblock-icon {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover, .shareblock-label:hover .picker__list-item--highlighted.socialblock, .shareblock-label:hover .picker__list-item--highlighted.shareblock-icon, .shareblock-label:focus .picker__list-item--highlighted.socialblock, .shareblock-label:focus .picker__list-item--highlighted.shareblock-icon,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.shareblock-label:hover .picker__list-item--selected.socialblock,
.shareblock-label:hover .picker__list-item--selected.shareblock-icon,
.shareblock-label:focus .picker__list-item--selected.socialblock,
.shareblock-label:focus .picker__list-item--selected.shareblock-icon,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.shareblock-label:hover .picker__list-item--disabled.socialblock,
.shareblock-label:hover .picker__list-item--disabled.shareblock-icon,
.shareblock-label:focus .picker__list-item--disabled.socialblock,
.shareblock-label:focus .picker__list-item--disabled.shareblock-icon,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover, .picker--time .shareblock-label:hover .picker__button--clear.socialblock, .picker--time .shareblock-label:hover .picker__button--clear.shareblock-icon, .shareblock-label:hover .picker--time .picker__button--clear.socialblock, .shareblock-label:hover .picker--time .picker__button--clear.shareblock-icon, .picker--time .shareblock-label:focus .picker__button--clear.socialblock, .picker--time .shareblock-label:focus .picker__button--clear.shareblock-icon, .shareblock-label:focus .picker--time .picker__button--clear.socialblock, .shareblock-label:focus .picker--time .picker__button--clear.shareblock-icon,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before, .picker--time .shareblock-label:hover .picker__button--clear.socialblock:before, .picker--time .shareblock-label:hover .picker__button--clear.shareblock-icon:before, .shareblock-label:hover .picker--time .picker__button--clear.socialblock:before, .shareblock-label:hover .picker--time .picker__button--clear.shareblock-icon:before, .picker--time .shareblock-label:focus .picker__button--clear.socialblock:before, .picker--time .shareblock-label:focus .picker__button--clear.shareblock-icon:before, .shareblock-label:focus .picker--time .picker__button--clear.socialblock:before, .shareblock-label:focus .picker--time .picker__button--clear.shareblock-icon:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
/* Dropdown control */
.selectBox-dropdown, .usercontent .selectBox-dropdown, .modalblock-content .selectBox-dropdown,
.usercontent .selectBox-dropdown:hover,
.usercontent .shareblock-label:hover .selectBox-dropdown.socialblock,
.usercontent .shareblock-label:hover .selectBox-dropdown.shareblock-icon,
.shareblock-label:hover .usercontent .selectBox-dropdown.socialblock,
.shareblock-label:hover .usercontent .selectBox-dropdown.shareblock-icon,
.usercontent .shareblock-label:focus .selectBox-dropdown.socialblock,
.usercontent .shareblock-label:focus .selectBox-dropdown.shareblock-icon,
.shareblock-label:focus .usercontent .selectBox-dropdown.socialblock,
.shareblock-label:focus .usercontent .selectBox-dropdown.shareblock-icon,
.modalblock-content .selectBox-dropdown:hover,
.modalblock-content .shareblock-label:hover .selectBox-dropdown.socialblock,
.modalblock-content .shareblock-label:hover .selectBox-dropdown.shareblock-icon,
.shareblock-label:hover .modalblock-content .selectBox-dropdown.socialblock,
.shareblock-label:hover .modalblock-content .selectBox-dropdown.shareblock-icon,
.modalblock-content .shareblock-label:focus .selectBox-dropdown.socialblock,
.modalblock-content .shareblock-label:focus .selectBox-dropdown.shareblock-icon,
.shareblock-label:focus .modalblock-content .selectBox-dropdown.socialblock,
.shareblock-label:focus .modalblock-content .selectBox-dropdown.shareblock-icon,
.usercontent .selectBox-dropdown:focus,
.modalblock-content .selectBox-dropdown:focus {
  min-width: 150px;
  position: relative;
  border: solid 1px #BBB;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #F2F2F2;
  background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8F8F8", endColorstr="#E1E1E1", GradientType=0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  display: inline-block;
  cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
  padding: 2px 8px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;
  border-left: solid 1px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
  background: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  border-radius: 4px;
  overflow: auto;
}

.selectBox-inline:focus {
  border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}

.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.selectBox-options.selectBox-options-bottom {
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
  background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0.3em;
  white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-color: #666;
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover, .mfp-preloader .shareblock-label:hover a.socialblock, .mfp-preloader .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .mfp-preloader a.socialblock, .shareblock-label:hover .mfp-preloader a.shareblock-icon, .mfp-preloader .shareblock-label:focus a.socialblock, .mfp-preloader .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .mfp-preloader a.socialblock, .shareblock-label:focus .mfp-preloader a.shareblock-icon {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .shareblock-label:hover .mfp-close.socialblock, .shareblock-label:hover .mfp-close.shareblock-icon, .shareblock-label:focus .mfp-close.socialblock, .shareblock-label:focus .mfp-close.shareblock-icon, .mfp-close:focus {
  opacity: 1;
}

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

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .shareblock-label:hover .mfp-arrow.socialblock, .shareblock-label:hover .mfp-arrow.shareblock-icon, .shareblock-label:focus .mfp-arrow.socialblock, .shareblock-label:focus .mfp-arrow.shareblock-icon, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow::after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right::before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler 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: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

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

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

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

/* pickadate */
@media (min-width: 768px) {
  .picker--opened .picker__frame {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

input[type=text].picker__input {
  width: auto;
  background-image: url("../images/ico-calendar.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}

img[data-object-fit=contain] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

img[data-object-fit=cover] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* reset */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

h1, .h1, .gform_wrapper .gform_title, .usercontent h1, .modalblock-content h1,
.mce-content-body h1,
h2, .h2, .modalblock-title, .usercontent h2, .modalblock-content h2,
.mce-content-body h2,
h3, .h3, .usercontent h3, .modalblock-content h3,
.mce-content-body h3,
h4, .h4, .gform_wrapper .gsection_title, .usercontent h4, .modalblock-content h4,
.mce-content-body h4,
h5, .h5, .usercontent h5, .modalblock-content h5,
.mce-content-body h5,
h6, .h6, .usercontent h6, .modalblock-content h6,
.mce-content-body h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 300ms;
}
a:hover, .shareblock-label:hover a.socialblock, .shareblock-label:hover a.shareblock-icon, .shareblock-label:focus a.socialblock, .shareblock-label:focus a.shareblock-icon, a:focus {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 900;
}

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

picture {
  width: 100%;
  height: 100%;
}

hr {
  border-top-color: #E5E5E5;
  clear: both;
}

form {
  margin: 0;
}

button {
  padding: 0;
  width: auto;
  border: none;
  background: none;
  font-weight: inherit;
  cursor: pointer;
}

label {
  margin: 0;
  font-weight: inherit;
}

/* selectbox */
.selectBox-dropdown, .usercontent .selectBox-dropdown, .modalblock-content .selectBox-dropdown,
.usercontent .selectBox-dropdown:hover,
.usercontent .shareblock-label:hover .selectBox-dropdown.socialblock,
.usercontent .shareblock-label:hover .selectBox-dropdown.shareblock-icon,
.shareblock-label:hover .usercontent .selectBox-dropdown.socialblock,
.shareblock-label:hover .usercontent .selectBox-dropdown.shareblock-icon,
.usercontent .shareblock-label:focus .selectBox-dropdown.socialblock,
.usercontent .shareblock-label:focus .selectBox-dropdown.shareblock-icon,
.shareblock-label:focus .usercontent .selectBox-dropdown.socialblock,
.shareblock-label:focus .usercontent .selectBox-dropdown.shareblock-icon,
.modalblock-content .selectBox-dropdown:hover,
.modalblock-content .shareblock-label:hover .selectBox-dropdown.socialblock,
.modalblock-content .shareblock-label:hover .selectBox-dropdown.shareblock-icon,
.shareblock-label:hover .modalblock-content .selectBox-dropdown.socialblock,
.shareblock-label:hover .modalblock-content .selectBox-dropdown.shareblock-icon,
.modalblock-content .shareblock-label:focus .selectBox-dropdown.socialblock,
.modalblock-content .shareblock-label:focus .selectBox-dropdown.shareblock-icon,
.shareblock-label:focus .modalblock-content .selectBox-dropdown.socialblock,
.shareblock-label:focus .modalblock-content .selectBox-dropdown.shareblock-icon,
.usercontent .selectBox-dropdown:focus,
.modalblock-content .selectBox-dropdown:focus {
  box-shadow: none;
}

/* breadcrumb */
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: inherit;
}

/* sharethis */
.sharethis * {
  box-sizing: content-box;
}

/* googlemap */
.googlemap *,
.googlemap *::before,
.googlemap *::after {
  box-sizing: content-box;
}
.googlemap img {
  max-width: none;
}

/* pagination */
.pagination li a,
.pagination li span {
  padding: inherit;
  border: inherit;
  color: #df3d28;
  background: none;
  padding: 0 15px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  transform: skew(-7deg);
  font-size: 1.2em;
  position: relative;
}
.pagination li a:focus, .pagination li a:hover, .pagination li .shareblock-label:hover a.socialblock, .pagination li .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .pagination li a.socialblock, .shareblock-label:hover .pagination li a.shareblock-icon, .pagination li .shareblock-label:focus a.socialblock, .pagination li .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .pagination li a.socialblock, .shareblock-label:focus .pagination li a.shareblock-icon,
.pagination li span:focus,
.pagination li span:hover,
.pagination li .shareblock-label:hover span.socialblock,
.pagination li .shareblock-label:hover span.shareblock-icon,
.shareblock-label:hover .pagination li span.socialblock,
.shareblock-label:hover .pagination li span.shareblock-icon,
.pagination li .shareblock-label:focus span.socialblock,
.pagination li .shareblock-label:focus span.shareblock-icon,
.shareblock-label:focus .pagination li span.socialblock,
.shareblock-label:focus .pagination li span.shareblock-icon {
  background: none;
  color: #333;
}
@media (min-width: 768px) {
  .pagination li a,
  .pagination li span {
    padding: 0 20px;
  }
}
.pagination li a::before,
.pagination li span::before {
  display: none;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
  background: #df3d28;
}
@media (min-width: 768px) {
  .pagination li a::before,
  .pagination li span::before {
    width: 40px;
    height: 40px;
  }
}
.pagination li.active a, .pagination li span {
  background: none;
}
.pagination li.active a:hover, .pagination li.active .shareblock-label:hover a.socialblock, .pagination li.active .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .pagination li.active a.socialblock, .shareblock-label:hover .pagination li.active a.shareblock-icon, .pagination li.active .shareblock-label:focus a.socialblock, .pagination li.active .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .pagination li.active a.socialblock, .shareblock-label:focus .pagination li.active a.shareblock-icon, .pagination li span:hover, .pagination li .shareblock-label:hover span.socialblock, .pagination li .shareblock-label:hover span.shareblock-icon, .shareblock-label:hover .pagination li span.socialblock, .shareblock-label:hover .pagination li span.shareblock-icon, .pagination li .shareblock-label:focus span.socialblock, .pagination li .shareblock-label:focus span.shareblock-icon, .shareblock-label:focus .pagination li span.socialblock, .shareblock-label:focus .pagination li span.shareblock-icon {
  background: none;
}
.pagination li.active a::before, .pagination li span::before {
  display: block;
}
.pagination li.active > span {
  background: none;
}
.pagination li.active > span:hover, .pagination .shareblock-label:hover li.active > span.socialblock, .pagination .shareblock-label:hover li.active > span.shareblock-icon, .shareblock-label:hover .pagination li.active > span.socialblock, .shareblock-label:hover .pagination li.active > span.shareblock-icon, .pagination .shareblock-label:focus li.active > span.socialblock, .pagination .shareblock-label:focus li.active > span.shareblock-icon, .shareblock-label:focus .pagination li.active > span.socialblock, .shareblock-label:focus .pagination li.active > span.shareblock-icon {
  background: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

/* Helper functions */
.sronly {
  position: absolute;
  left: -999999px;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  transition: none;
}
.sronly-focusable {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  left: -999999px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: none;
  width: 1px;
}
.sronly-focusable:focus {
  border: auto;
  clip: auto;
  height: auto;
  left: auto;
  margin: auto;
  overflow: auto;
  padding: auto;
  position: relative;
  width: auto;
}

/* body */
body {
  color: #333;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}
body.__navactive .wrapper {
  overflow: hidden;
}
body.__navactive .navwindow {
  display: none;
}
body.__navactive .navblock {
  right: 0;
}
body.__navactive .menu-item button,
body.__navactive .menu-item a {
  opacity: 1 !important;
  margin: 0 !important;
}

/* wrapper */
.wrapper {
  transition: all 0.5s;
  position: relative;
  overflow-x: hidden;
}
.wrapper.__active {
  overflow: hidden;
}
.wrapper.__mobilesearch {
  transform: translateY(116px);
}

/* nogutter */
.row.__nogutter {
  margin-left: 0;
  margin-right: 0;
}
.row.__nogutter > [class^=col-], .row.__nogutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* screenedge */
@media (max-width: 767px) {
  .container.__screenedge,
  .container-fluid.__screenedge,
  .__screenedge.container-sm,
  .__screenedge.container-md,
  .__screenedge.container-lg,
  .__screenedge.container-xl {
    padding: 0;
    overflow-x: hidden;
  }
}
.container:has(.usercontent, .modalblock-content)::after,
.container-fluid:has(.usercontent, .modalblock-content)::after,
.container-sm:has(.usercontent, .modalblock-content)::after,
.container-md:has(.usercontent, .modalblock-content)::after,
.container-lg:has(.usercontent, .modalblock-content)::after,
.container-xl:has(.usercontent, .modalblock-content)::after {
  content: "";
  display: table;
  clear: both;
}

/* loader */
.loader {
  margin: 60px auto;
  width: 128px;
  height: 128px;
  background: url("../images/loader-big.gif") no-repeat;
}

/* grid fifths */
.col-xs-fifth,
.col-sm-fifth,
.col-md-fifth,
.col-lg-fifth {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.col-xs-fifth {
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-fifth {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-fifth {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-fifth {
    width: 20%;
  }
}
/* row horizontal */
.row.__horizontal {
  white-space: nowrap;
}
.row.__horizontal > * {
  white-space: normal;
}
.row.__horizontal div[class^=col-xs-],
.row.__horizontal div[class*=" col-xs-"] {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.row.__horizontal > div[class^=col-] + div[class^=col-],
.row.__horizontal > div[class^=col-] + div[class*=" col-"],
.row.__horizontal > div[class*=" col-"] + div[class*=" col-"],
.row.__horizontal > div[class*=" col-"] + div[class^=col-] {
  margin-left: -0.26em;
}
@media (min-width: 768px) {
  .row.__horizontal div[class^=col-sm-],
  .row.__horizontal div[class*=" col-sm-"] {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .row.__horizontal div[class^=col-md-],
  .row.__horizontal div[class*=" col-md-"] {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .row.__horizontal div[class^=col-lg-],
  .row.__horizontal div[class*=" col-lg-"] {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}

.header {
  background-color: #efefef;
  position: relative;
  z-index: 3;
  height: 80px;
}
@media (min-width: 992px) {
  .header {
    background-color: white;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    height: auto;
  }
}
.header-logowrap {
  width: 120px;
  height: 120px;
}
.header-logo {
  position: absolute;
  width: 120px;
  top: 15px;
  z-index: 9;
}
.header-logo::before {
  content: "";
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .header-logo::before {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .header-logo {
    width: 150px;
    top: 30px;
  }
  .header-logo img {
    width: 100%;
  }
}

/* burger */
.burger {
  display: none;
  float: right;
  width: 35px;
  height: 35px;
  color: #fff;
  z-index: 999;
  position: absolute;
  right: 20px;
  top: 22px;
  cursor: pointer;
  transition: all 0.5s;
}
.burger.__toggled {
  display: inline-block;
}
@media (min-width: 992px) {
  .burger.__toggled {
    display: none;
  }
}
.burger.__active {
  transform: translateX(-255px);
}
@media (min-width: 992px) {
  .burger.__active {
    transform: translateX(-400px);
  }
}
.burger-toggle, .sidemenu-toggle {
  display: inline-block;
}
.burger-toggle span, .sidemenu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -2px 0 0 -20px;
  width: 25px;
  height: 4.5px;
  background: #df3d28;
}
.burger-toggle span:before, .sidemenu-toggle span:before, .burger-toggle span:after, .sidemenu-toggle span:after {
  content: "";
  position: absolute;
  right: 0;
  width: 28px;
  height: 100%;
  background: #df3d28;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s;
}
.burger-toggle span:before, .sidemenu-toggle span:before {
  top: -10px;
  transform: rotate(0);
}
.burger-toggle span:after, .sidemenu-toggle span:after {
  bottom: -10px;
  transform: rotate(0);
}
.burger-toggle span.__open, .sidemenu-toggle span.__open {
  background: transparent;
}
.burger-toggle span.__open:before, .sidemenu-toggle span.__open:before {
  top: 0;
  background: #fff;
  transform: rotate(135deg);
}
.burger-toggle span.__open:after, .sidemenu-toggle span.__open:after {
  bottom: 0;
  background: #fff;
  transform: rotate(225deg);
}

/* navwindow */
.navwrap {
  background: none;
}
@media (min-width: 992px) {
  .navwrap {
    background: #eaeaea;
  }
}

/* navwrap */
.navblock {
  display: inline-block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .navblock {
    display: inline-block;
    position: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    height: auto;
    float: left;
    width: 100%;
    z-index: 9999;
    overflow: inherit;
    text-align: right;
    transition: all 0.3s;
  }
}

/* nav */
.nav {
  height: 100%;
  position: relative;
  float: left;
  width: 100%;
  overflow-y: scroll;
  font-family: "roboto", sans-serif;
  background: #df3d28;
  padding: 35px 45px;
}
@media (min-width: 992px) {
  .nav {
    overflow-y: inherit;
    background: none;
    float: right;
    width: inherit;
    padding: 0;
  }
}
.nav-close {
  color: white;
  font-size: 35px;
  position: absolute;
  right: 40px;
  z-index: 99999;
}
.nav ul {
  height: 100%;
  float: left;
  width: 100%;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .nav ul {
    padding: 0;
  }
}
.nav ul > li.menu-item {
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .nav ul > li.menu-item {
    display: inline-block;
  }
  .nav ul > li.menu-item:last-child button, .nav ul > li.menu-item:last-child a {
    margin-right: 0;
  }
}
.nav ul > li.menu-item:hover > a, .nav .shareblock-label:hover ul > li.menu-item.socialblock > a, .nav .shareblock-label:hover ul > li.menu-item.shareblock-icon > a, .shareblock-label:hover .nav ul > li.menu-item.socialblock > a, .shareblock-label:hover .nav ul > li.menu-item.shareblock-icon > a, .nav .shareblock-label:focus ul > li.menu-item.socialblock > a, .nav .shareblock-label:focus ul > li.menu-item.shareblock-icon > a, .shareblock-label:focus .nav ul > li.menu-item.socialblock > a, .shareblock-label:focus .nav ul > li.menu-item.shareblock-icon > a, .nav ul > li.menu-item:focus > a, .nav ul > li.menu-item:hover > button, .nav .shareblock-label:hover ul > li.menu-item.socialblock > button, .nav .shareblock-label:hover ul > li.menu-item.shareblock-icon > button, .shareblock-label:hover .nav ul > li.menu-item.socialblock > button, .shareblock-label:hover .nav ul > li.menu-item.shareblock-icon > button, .nav .shareblock-label:focus ul > li.menu-item.socialblock > button, .nav .shareblock-label:focus ul > li.menu-item.shareblock-icon > button, .shareblock-label:focus .nav ul > li.menu-item.socialblock > button, .shareblock-label:focus .nav ul > li.menu-item.shareblock-icon > button, .nav ul > li.menu-item:focus > button {
  background: none;
}
@media (min-width: 992px) {
  .nav ul > li.menu-item:hover > a::before, .nav .shareblock-label:hover ul > li.menu-item.socialblock > a::before, .nav .shareblock-label:hover ul > li.menu-item.shareblock-icon > a::before, .shareblock-label:hover .nav ul > li.menu-item.socialblock > a::before, .shareblock-label:hover .nav ul > li.menu-item.shareblock-icon > a::before, .nav .shareblock-label:focus ul > li.menu-item.socialblock > a::before, .nav .shareblock-label:focus ul > li.menu-item.shareblock-icon > a::before, .shareblock-label:focus .nav ul > li.menu-item.socialblock > a::before, .shareblock-label:focus .nav ul > li.menu-item.shareblock-icon > a::before, .nav ul > li.menu-item:focus > a::before, .nav ul > li.menu-item:hover > button::before, .nav .shareblock-label:hover ul > li.menu-item.socialblock > button::before, .nav .shareblock-label:hover ul > li.menu-item.shareblock-icon > button::before, .shareblock-label:hover .nav ul > li.menu-item.socialblock > button::before, .shareblock-label:hover .nav ul > li.menu-item.shareblock-icon > button::before, .nav .shareblock-label:focus ul > li.menu-item.socialblock > button::before, .nav .shareblock-label:focus ul > li.menu-item.shareblock-icon > button::before, .shareblock-label:focus .nav ul > li.menu-item.socialblock > button::before, .shareblock-label:focus .nav ul > li.menu-item.shareblock-icon > button::before, .nav ul > li.menu-item:focus > button::before {
    transform: translateY(0);
    opacity: 1;
  }
}
.nav ul > li.menu-item button,
.nav ul > li.menu-item a {
  display: block;
  font-size: 1.5em;
  color: white;
  padding: 20px 0;
  font-weight: 400;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.2s;
  opacity: 0;
  margin-left: -20px;
}
@media (min-width: 992px) {
  .nav ul > li.menu-item button,
  .nav ul > li.menu-item a {
    padding: 0;
    opacity: 1;
    border: none;
    line-height: 82px;
    margin: 0 15px 6px 15px;
    color: #666;
    font-size: 1.125rem;
  }
  .nav ul > li.menu-item button::before,
  .nav ul > li.menu-item a::before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
    background: #df3d28;
    transition: all 0.5s;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item button,
  .nav ul > li.menu-item a {
    margin: 0 25px 6px 25px;
  }
}
@media (min-width: 992px) {
  .nav ul > li.current-menu-item button::before,
  .nav ul > li.current-menu-item a::before {
    transform: translateY(0);
    opacity: 1;
  }
}
.nav ul > li.menu-item-has-children {
  position: relative;
}
@media (min-width: 992px) {
  .nav ul > li.menu-item-has-children:hover > ul, .nav .shareblock-label:hover ul > li.menu-item-has-children.socialblock > ul, .nav .shareblock-label:hover ul > li.menu-item-has-children.shareblock-icon > ul, .shareblock-label:hover .nav ul > li.menu-item-has-children.socialblock > ul, .shareblock-label:hover .nav ul > li.menu-item-has-children.shareblock-icon > ul, .nav .shareblock-label:focus ul > li.menu-item-has-children.socialblock > ul, .nav .shareblock-label:focus ul > li.menu-item-has-children.shareblock-icon > ul, .shareblock-label:focus .nav ul > li.menu-item-has-children.socialblock > ul, .shareblock-label:focus .nav ul > li.menu-item-has-children.shareblock-icon > ul, .nav ul > li.menu-item-has-children:focus > ul .nav ul > li.menu-item-has-children > a:hover ~ ul, .nav ul > li.menu-item-has-children:focus > ul .nav .shareblock-label:hover ul > li.menu-item-has-children > a.socialblock ~ ul, .nav ul > li.menu-item-has-children:focus > ul .nav .shareblock-label:hover ul > li.menu-item-has-children > a.shareblock-icon ~ ul, .shareblock-label:hover .nav ul > li.menu-item-has-children:focus > ul .nav ul > li.menu-item-has-children > a.socialblock ~ ul, .shareblock-label:hover .nav ul > li.menu-item-has-children:focus > ul .nav ul > li.menu-item-has-children > a.shareblock-icon ~ ul, .nav ul > li.menu-item-has-children:focus > ul .nav .shareblock-label:focus ul > li.menu-item-has-children > a.socialblock ~ ul, .nav ul > li.menu-item-has-children:focus > ul .nav .shareblock-label:focus ul > li.menu-item-has-children > a.shareblock-icon ~ ul, .shareblock-label:focus .nav ul > li.menu-item-has-children:focus > ul .nav ul > li.menu-item-has-children > a.socialblock ~ ul, .shareblock-label:focus .nav ul > li.menu-item-has-children:focus > ul .nav ul > li.menu-item-has-children > a.shareblock-icon ~ ul, .nav ul > li.menu-item-has-children > a:focus > ul, .nav ul > li.menu-item-has-children > button:hover ~ ul, .nav .shareblock-label:hover ul > li.menu-item-has-children > button.socialblock ~ ul, .nav .shareblock-label:hover ul > li.menu-item-has-children > button.shareblock-icon ~ ul, .shareblock-label:hover .nav ul > li.menu-item-has-children > button.socialblock ~ ul, .shareblock-label:hover .nav ul > li.menu-item-has-children > button.shareblock-icon ~ ul, .nav .shareblock-label:focus ul > li.menu-item-has-children > button.socialblock ~ ul, .nav .shareblock-label:focus ul > li.menu-item-has-children > button.shareblock-icon ~ ul, .shareblock-label:focus .nav ul > li.menu-item-has-children > button.socialblock ~ ul, .shareblock-label:focus .nav ul > li.menu-item-has-children > button.shareblock-icon ~ ul, .nav ul > li.menu-item-has-children > button:focus ~ ul {
    display: block;
  }
}
.nav ul > li.menu-item-has-children > ul {
  background: #df3d28;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: -100%;
  height: 100%;
  z-index: 50;
  text-align: left;
  transition: right 320ms;
  padding: 115px 35px 35px 45px;
  overflow: hidden;
}
.nav ul > li.menu-item-has-children > ul.__active {
  overflow-y: scroll;
  right: 0;
}
@media (min-width: 992px) {
  .nav ul > li.menu-item-has-children > ul {
    width: 400px;
    transform: translateX(400px);
  }
}
@media (min-width: 992px) {
  .nav ul > li.menu-item-has-children > ul {
    position: absolute;
    width: 260px;
    top: inherit;
    bottom: inherit;
    right: inherit;
    height: inherit;
    z-index: 50;
    transform: translateX(0);
    background: #444;
    display: none;
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .nav ul > li.menu-item-has-children > ul li {
    display: table;
    width: auto;
    padding: 0;
  }
  .nav ul > li.menu-item-has-children > ul li:last-child > a {
    margin: 0;
  }
}
.nav ul > li.menu-item-has-children > ul li:hover > a::before, .nav ul > li.menu-item-has-children > ul .shareblock-label:hover li.socialblock > a::before, .nav ul > li.menu-item-has-children > ul .shareblock-label:hover li.shareblock-icon > a::before, .shareblock-label:hover .nav ul > li.menu-item-has-children > ul li.socialblock > a::before, .shareblock-label:hover .nav ul > li.menu-item-has-children > ul li.shareblock-icon > a::before, .nav ul > li.menu-item-has-children > ul .shareblock-label:focus li.socialblock > a::before, .nav ul > li.menu-item-has-children > ul .shareblock-label:focus li.shareblock-icon > a::before, .shareblock-label:focus .nav ul > li.menu-item-has-children > ul li.socialblock > a::before, .shareblock-label:focus .nav ul > li.menu-item-has-children > ul li.shareblock-icon > a::before, .nav ul > li.menu-item-has-children > ul li:focus > a::before, .nav ul > li.menu-item-has-children > ul li:hover > button::before, .nav ul > li.menu-item-has-children > ul .shareblock-label:hover li.socialblock > button::before, .nav ul > li.menu-item-has-children > ul .shareblock-label:hover li.shareblock-icon > button::before, .shareblock-label:hover .nav ul > li.menu-item-has-children > ul li.socialblock > button::before, .shareblock-label:hover .nav ul > li.menu-item-has-children > ul li.shareblock-icon > button::before, .nav ul > li.menu-item-has-children > ul .shareblock-label:focus li.socialblock > button::before, .nav ul > li.menu-item-has-children > ul .shareblock-label:focus li.shareblock-icon > button::before, .shareblock-label:focus .nav ul > li.menu-item-has-children > ul li.socialblock > button::before, .shareblock-label:focus .nav ul > li.menu-item-has-children > ul li.shareblock-icon > button::before, .nav ul > li.menu-item-has-children > ul li:focus > button::before {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .nav ul > li.menu-item-has-children > ul li:hover > a, .nav ul > li.menu-item-has-children > ul .shareblock-label:hover li.socialblock > a, .nav ul > li.menu-item-has-children > ul .shareblock-label:hover li.shareblock-icon > a, .shareblock-label:hover .nav ul > li.menu-item-has-children > ul li.socialblock > a, .shareblock-label:hover .nav ul > li.menu-item-has-children > ul li.shareblock-icon > a, .nav ul > li.menu-item-has-children > ul .shareblock-label:focus li.socialblock > a, .nav ul > li.menu-item-has-children > ul .shareblock-label:focus li.shareblock-icon > a, .shareblock-label:focus .nav ul > li.menu-item-has-children > ul li.socialblock > a, .shareblock-label:focus .nav ul > li.menu-item-has-children > ul li.shareblock-icon > a, .nav ul > li.menu-item-has-children > ul li:focus > a, .nav ul > li.menu-item-has-children > ul li:hover > button, .nav ul > li.menu-item-has-children > ul .shareblock-label:hover li.socialblock > button, .nav ul > li.menu-item-has-children > ul .shareblock-label:hover li.shareblock-icon > button, .shareblock-label:hover .nav ul > li.menu-item-has-children > ul li.socialblock > button, .shareblock-label:hover .nav ul > li.menu-item-has-children > ul li.shareblock-icon > button, .nav ul > li.menu-item-has-children > ul .shareblock-label:focus li.socialblock > button, .nav ul > li.menu-item-has-children > ul .shareblock-label:focus li.shareblock-icon > button, .shareblock-label:focus .nav ul > li.menu-item-has-children > ul li.socialblock > button, .shareblock-label:focus .nav ul > li.menu-item-has-children > ul li.shareblock-icon > button, .nav ul > li.menu-item-has-children > ul li:focus > button {
    color: white;
  }
}
.nav ul > li.menu-item-has-children > ul li > button,
.nav ul > li.menu-item-has-children > ul li > a {
  display: block;
  font-size: 1.5em;
  color: white;
  padding: 20px 0;
  font-weight: 400;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .nav ul > li.menu-item-has-children > ul li > button,
  .nav ul > li.menu-item-has-children > ul li > a {
    margin: 0 0 25px 0;
    font-size: 1em;
    padding: 0;
    line-height: inherit;
    color: #c5c5c5;
  }
  .nav ul > li.menu-item-has-children > ul li > button::before,
  .nav ul > li.menu-item-has-children > ul li > a::before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
    background: white;
    transition: all 350ms;
  }
}
.nav ul > li.menu-item-has-children > ul li ul {
  background: rgb(91.8, 91.8, 91.8);
}
@media (min-width: 992px) {
  .nav ul > li.menu-item-has-children > ul li ul {
    top: 0;
    right: -260px;
    z-index: 60;
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  .nav ul:first-child > li.menu-item-has-children > button::after, .nav ul:first-child > li.menu-item-has-children > a::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav ul li.backto {
    display: none;
  }
}
.nav ul li.backto > button,
.nav ul li.backto > a {
  position: relative;
}
.nav ul li.backto > button::before,
.nav ul li.backto > a::before {
  content: "";
  font-family: icomoon;
  width: 100px;
  height: 1px;
  background: white;
  position: absolute;
  right: 104%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .nav ul li.viewall {
    display: none;
  }
}

/* sidemenu */
.sidemenu-burger {
  position: relative;
  display: block;
  background: #333;
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .sidemenu-burger {
    display: none;
  }
}
.sidemenu-title {
  color: #fff;
}
.sidemenu-toggle {
  top: 50%;
  left: inherit;
  right: 25px;
}
.sidemenu-menu {
  display: none;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .sidemenu-menu {
    display: block;
    margin: 0;
  }
}
.sidemenu-menu li {
  display: block;
}
.sidemenu-menu li a {
  display: block;
  padding: 3px 0;
  position: relative;
  transition: all 0.3s;
}
.sidemenu-menu li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #428BCA;
  position: absolute;
  top: 10px;
  left: -20px;
  opacity: 0;
  transition: all 0.3s;
}
.sidemenu-menu li a.selected::before, .sidemenu-menu li a:hover::before, .sidemenu-menu li .shareblock-label:hover a.socialblock::before, .sidemenu-menu li .shareblock-label:hover a.shareblock-icon::before, .shareblock-label:hover .sidemenu-menu li a.socialblock::before, .shareblock-label:hover .sidemenu-menu li a.shareblock-icon::before, .sidemenu-menu li .shareblock-label:focus a.socialblock::before, .sidemenu-menu li .shareblock-label:focus a.shareblock-icon::before, .shareblock-label:focus .sidemenu-menu li a.socialblock::before, .shareblock-label:focus .sidemenu-menu li a.shareblock-icon::before, .sidemenu-menu li a:focus::before {
  left: -15px;
  opacity: 1;
}
.sidemenu-menu li ul {
  margin: 0 0 0 20px;
}

/* auxmenu */
.auxmenu {
  float: left;
}
.auxmenu a {
  display: inline-block;
  border-left: 1px solid #EEE;
  padding: 0 8px;
  line-height: 40px;
}
.auxmenu a:hover, .auxmenu .shareblock-label:hover a.socialblock, .auxmenu .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .auxmenu a.socialblock, .shareblock-label:hover .auxmenu a.shareblock-icon, .auxmenu .shareblock-label:focus a.socialblock, .auxmenu .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .auxmenu a.socialblock, .shareblock-label:focus .auxmenu a.shareblock-icon, .auxmenu a:focus {
  text-decoration: underline;
}
.auxmenu ul li {
  display: block;
  float: left;
}
.auxmenu ul li:first-child a {
  border: none;
}
@media (max-width: 767px) {
  .auxmenu {
    display: none;
  }
}

/* breadcrumb */
.breadcrumb {
  background: #f5f5f5;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb-content {
  font-size: 0.875rem;
}
.breadcrumb-content a {
  transition: all 0.3s;
}
.breadcrumb-content a:hover, .breadcrumb-content .shareblock-label:hover a.socialblock, .breadcrumb-content .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .breadcrumb-content a.socialblock, .shareblock-label:hover .breadcrumb-content a.shareblock-icon, .breadcrumb-content .shareblock-label:focus a.socialblock, .breadcrumb-content .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .breadcrumb-content a.socialblock, .shareblock-label:focus .breadcrumb-content a.shareblock-icon, .breadcrumb-content a:focus {
  color: #428BCA;
}

.aux {
  overflow: auto;
}
@media (min-width: 992px) {
  .aux {
    position: relative;
    padding-top: 15px;
    display: table;
    float: right;
  }
}
.aux ul li a {
  color: #333;
  font-size: 1.3em;
  margin-right: 10px;
  transition: all 200ms;
}
.aux ul li a:hover, .aux ul li .shareblock-label:hover a.socialblock, .aux ul li .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .aux ul li a.socialblock, .shareblock-label:hover .aux ul li a.shareblock-icon, .aux ul li .shareblock-label:focus a.socialblock, .aux ul li .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .aux ul li a.socialblock, .shareblock-label:focus .aux ul li a.shareblock-icon, .aux ul li a:focus {
  color: white;
}
@media (min-width: 992px) {
  .aux ul li a {
    font-size: 1em;
    color: #999;
    margin: 0 0 0 30px;
  }
  .aux ul li a:hover, .aux ul li .shareblock-label:hover a.socialblock, .aux ul li .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .aux ul li a.socialblock, .shareblock-label:hover .aux ul li a.shareblock-icon, .aux ul li .shareblock-label:focus a.socialblock, .aux ul li .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .aux ul li a.socialblock, .shareblock-label:focus .aux ul li a.shareblock-icon, .aux ul li a:focus {
    color: #E4192F;
  }
}

@keyframes button {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(0);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes button-box {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
    transform: translateX(-50%);
  }
}
.button, .submit_wrap button,
.form-submit button {
  color: #df3d28;
  border: 1px solid transparent;
  font-family: "Teko", sans-serif;
  display: inline-block;
  overflow: hidden;
  line-height: 45px;
  padding: 0;
  position: relative;
  border: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 200ms;
  position: relative;
  transform: skew(-7deg);
}
.button:hover, .shareblock-label:hover .button.socialblock, .shareblock-label:hover .button.shareblock-icon, .shareblock-label:focus .button.socialblock, .shareblock-label:focus .button.shareblock-icon, .submit_wrap button:hover, .submit_wrap .shareblock-label:hover button.socialblock, .submit_wrap .shareblock-label:hover button.shareblock-icon, .shareblock-label:hover .submit_wrap button.socialblock, .shareblock-label:hover .submit_wrap button.shareblock-icon, .submit_wrap .shareblock-label:focus button.socialblock, .submit_wrap .shareblock-label:focus button.shareblock-icon, .shareblock-label:focus .submit_wrap button.socialblock, .shareblock-label:focus .submit_wrap button.shareblock-icon,
.form-submit button:hover,
.form-submit .shareblock-label:hover button.socialblock,
.form-submit .shareblock-label:hover button.shareblock-icon,
.shareblock-label:hover .form-submit button.socialblock,
.shareblock-label:hover .form-submit button.shareblock-icon,
.form-submit .shareblock-label:focus button.socialblock,
.form-submit .shareblock-label:focus button.shareblock-icon,
.shareblock-label:focus .form-submit button.socialblock,
.shareblock-label:focus .form-submit button.shareblock-icon, .button:focus, .submit_wrap button:focus,
.form-submit button:focus {
  padding-left: 30px;
}
.button:hover::before, .shareblock-label:hover .button.socialblock::before, .shareblock-label:hover .button.shareblock-icon::before, .shareblock-label:focus .button.socialblock::before, .shareblock-label:focus .button.shareblock-icon::before, .submit_wrap button:hover::before, .submit_wrap .shareblock-label:hover button.socialblock::before, .submit_wrap .shareblock-label:hover button.shareblock-icon::before, .shareblock-label:hover .submit_wrap button.socialblock::before, .shareblock-label:hover .submit_wrap button.shareblock-icon::before, .submit_wrap .shareblock-label:focus button.socialblock::before, .submit_wrap .shareblock-label:focus button.shareblock-icon::before, .shareblock-label:focus .submit_wrap button.socialblock::before, .shareblock-label:focus .submit_wrap button.shareblock-icon::before,
.form-submit button:hover::before,
.form-submit .shareblock-label:hover button.socialblock::before,
.form-submit .shareblock-label:hover button.shareblock-icon::before,
.shareblock-label:hover .form-submit button.socialblock::before,
.shareblock-label:hover .form-submit button.shareblock-icon::before,
.form-submit .shareblock-label:focus button.socialblock::before,
.form-submit .shareblock-label:focus button.shareblock-icon::before,
.shareblock-label:focus .form-submit button.socialblock::before,
.shareblock-label:focus .form-submit button.shareblock-icon::before, .button:focus::before, .submit_wrap button:focus::before,
.form-submit button:focus::before {
  width: 17px;
}
.button::before, .submit_wrap button::before,
.form-submit button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 4px;
  background: #df3d28;
  transform: translateY(-50%);
  transition: all 200ms;
}
.button:hover, .shareblock-label:hover .button.socialblock, .shareblock-label:hover .button.shareblock-icon, .shareblock-label:focus .button.socialblock, .shareblock-label:focus .button.shareblock-icon, .submit_wrap button:hover, .submit_wrap .shareblock-label:hover button.socialblock, .submit_wrap .shareblock-label:hover button.shareblock-icon, .shareblock-label:hover .submit_wrap button.socialblock, .shareblock-label:hover .submit_wrap button.shareblock-icon, .submit_wrap .shareblock-label:focus button.socialblock, .submit_wrap .shareblock-label:focus button.shareblock-icon, .shareblock-label:focus .submit_wrap button.socialblock, .shareblock-label:focus .submit_wrap button.shareblock-icon,
.form-submit button:hover,
.form-submit .shareblock-label:hover button.socialblock,
.form-submit .shareblock-label:hover button.shareblock-icon,
.shareblock-label:hover .form-submit button.socialblock,
.shareblock-label:hover .form-submit button.shareblock-icon,
.form-submit .shareblock-label:focus button.socialblock,
.form-submit .shareblock-label:focus button.shareblock-icon,
.shareblock-label:focus .form-submit button.socialblock,
.shareblock-label:focus .form-submit button.shareblock-icon, .button:focus, .submit_wrap button:focus,
.form-submit button:focus {
  color: #df3d28;
}
.button.__line, .submit_wrap button.__line,
.form-submit button.__line {
  padding-left: 32px;
}
.button.__line::before, .submit_wrap button.__line::before,
.form-submit button.__line::before {
  display: none;
}
.button.__line::after, .submit_wrap button.__line::after,
.form-submit button.__line::after {
  content: "";
  height: 4px;
  width: 17px;
  position: absolute;
  background: #df3d28;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 200ms;
}
.button.__line:hover::after, .shareblock-label:hover .button.__line.socialblock::after, .shareblock-label:hover .button.__line.shareblock-icon::after, .shareblock-label:focus .button.__line.socialblock::after, .shareblock-label:focus .button.__line.shareblock-icon::after, .submit_wrap button.__line:hover::after, .submit_wrap .shareblock-label:hover button.__line.socialblock::after, .submit_wrap .shareblock-label:hover button.__line.shareblock-icon::after, .shareblock-label:hover .submit_wrap button.__line.socialblock::after, .shareblock-label:hover .submit_wrap button.__line.shareblock-icon::after, .submit_wrap .shareblock-label:focus button.__line.socialblock::after, .submit_wrap .shareblock-label:focus button.__line.shareblock-icon::after, .shareblock-label:focus .submit_wrap button.__line.socialblock::after, .shareblock-label:focus .submit_wrap button.__line.shareblock-icon::after,
.form-submit button.__line:hover::after,
.form-submit .shareblock-label:hover button.__line.socialblock::after,
.form-submit .shareblock-label:hover button.__line.shareblock-icon::after,
.shareblock-label:hover .form-submit button.__line.socialblock::after,
.shareblock-label:hover .form-submit button.__line.shareblock-icon::after,
.form-submit .shareblock-label:focus button.__line.socialblock::after,
.form-submit .shareblock-label:focus button.__line.shareblock-icon::after,
.shareblock-label:focus .form-submit button.__line.socialblock::after,
.shareblock-label:focus .form-submit button.__line.shareblock-icon::after, .button.__line:focus::after, .submit_wrap button.__line:focus::after,
.form-submit button.__line:focus::after {
  width: 22px;
}
.button.__next, .submit_wrap button.__next,
.form-submit button.__next {
  padding-left: 50px;
}
.button.__next::after, .submit_wrap button.__next::after,
.form-submit button.__next::after {
  content: ">";
  color: #fff;
  transform: translateX(5px);
}
.button.__next:hover::after, .shareblock-label:hover .button.__next.socialblock::after, .shareblock-label:hover .button.__next.shareblock-icon::after, .shareblock-label:focus .button.__next.socialblock::after, .shareblock-label:focus .button.__next.shareblock-icon::after, .submit_wrap button.__next:hover::after, .submit_wrap .shareblock-label:hover button.__next.socialblock::after, .submit_wrap .shareblock-label:hover button.__next.shareblock-icon::after, .shareblock-label:hover .submit_wrap button.__next.socialblock::after, .shareblock-label:hover .submit_wrap button.__next.shareblock-icon::after, .submit_wrap .shareblock-label:focus button.__next.socialblock::after, .submit_wrap .shareblock-label:focus button.__next.shareblock-icon::after, .shareblock-label:focus .submit_wrap button.__next.socialblock::after, .shareblock-label:focus .submit_wrap button.__next.shareblock-icon::after,
.form-submit button.__next:hover::after,
.form-submit .shareblock-label:hover button.__next.socialblock::after,
.form-submit .shareblock-label:hover button.__next.shareblock-icon::after,
.shareblock-label:hover .form-submit button.__next.socialblock::after,
.shareblock-label:hover .form-submit button.__next.shareblock-icon::after,
.form-submit .shareblock-label:focus button.__next.socialblock::after,
.form-submit .shareblock-label:focus button.__next.shareblock-icon::after,
.shareblock-label:focus .form-submit button.__next.socialblock::after,
.shareblock-label:focus .form-submit button.__next.shareblock-icon::after, .button.__next:focus::after, .submit_wrap button.__next:focus::after,
.form-submit button.__next:focus::after {
  transform: translateX(8px);
}

/* headings */
.h1, .gform_wrapper .gform_title, .usercontent h1, .modalblock-content h1,
.mce-content-body h1,
.h2,
.modalblock-title,
.usercontent h2,
.modalblock-content h2,
.mce-content-body h2,
.h3,
.usercontent h3,
.modalblock-content h3,
.mce-content-body h3,
.h4,
.gform_wrapper .gsection_title,
.usercontent h4,
.modalblock-content h4,
.mce-content-body h4,
.h5,
.usercontent h5,
.modalblock-content h5,
.mce-content-body h5,
.h6,
.usercontent h6,
.modalblock-content h6,
.mce-content-body h6 {
  margin: 0 0 1em 0;
  line-height: 1.2em;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  transform: skew(-7deg);
}

.h1, .gform_wrapper .gform_title, .usercontent h1, .modalblock-content h1,
.mce-content-body h1 {
  font-size: 1.75rem;
  font-family: "Teko", sans-serif;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .h1, .gform_wrapper .gform_title, .usercontent h1, .modalblock-content h1,
  .mce-content-body h1 {
    font-size: 2.4em;
  }
}

.h2, .modalblock-title, .usercontent h2, .modalblock-content h2,
.mce-content-body h2 {
  font-size: 1.625rem;
}

.h3, .usercontent h3, .modalblock-content h3,
.mce-content-body h3 {
  font-size: 1.375rem;
}

.h4, .gform_wrapper .gsection_title, .usercontent h4, .modalblock-content h4,
.mce-content-body h4 {
  font-size: 1.25rem;
}

.h5, .usercontent h5, .modalblock-content h5,
.mce-content-body h5 {
  font-size: 1rem;
}

.h6, .usercontent h6, .modalblock-content h6,
.mce-content-body h6 {
  font-size: 1rem;
}

.a, .usercontent a, .modalblock-content a,
.mce-content-body a {
  color: #428BCA;
  text-decoration: underline;
}
.a:hover, .shareblock-label:hover .a.socialblock, .shareblock-label:hover .a.shareblock-icon, .shareblock-label:focus .a.socialblock, .shareblock-label:focus .a.shareblock-icon, .usercontent a:hover, .usercontent .shareblock-label:hover a.socialblock, .usercontent .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .usercontent a.socialblock, .shareblock-label:hover .usercontent a.shareblock-icon, .usercontent .shareblock-label:focus a.socialblock, .usercontent .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .usercontent a.socialblock, .shareblock-label:focus .usercontent a.shareblock-icon, .modalblock-content a:hover, .modalblock-content .shareblock-label:hover a.socialblock, .modalblock-content .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .modalblock-content a.socialblock, .shareblock-label:hover .modalblock-content a.shareblock-icon, .modalblock-content .shareblock-label:focus a.socialblock, .modalblock-content .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .modalblock-content a.socialblock, .shareblock-label:focus .modalblock-content a.shareblock-icon,
.mce-content-body a:hover,
.mce-content-body .shareblock-label:hover a.socialblock,
.mce-content-body .shareblock-label:hover a.shareblock-icon,
.shareblock-label:hover .mce-content-body a.socialblock,
.shareblock-label:hover .mce-content-body a.shareblock-icon,
.mce-content-body .shareblock-label:focus a.socialblock,
.mce-content-body .shareblock-label:focus a.shareblock-icon,
.shareblock-label:focus .mce-content-body a.socialblock,
.shareblock-label:focus .mce-content-body a.shareblock-icon, .a:focus, .usercontent a:focus, .modalblock-content a:focus,
.mce-content-body a:focus {
  color: rgb(41.9400826446, 99.7066115702, 149.5599173554);
  text-decoration: none;
}

/* usercontent */
.usercontent p, .modalblock-content p,
.mce-content-body p {
  margin: 0 0 1.6em 0;
  line-height: 1.8em;
  font-weight: 400;
  color: #646464;
}
.usercontent img, .modalblock-content img,
.mce-content-body img {
  max-width: 100%;
  margin: 0 0 1.6em 0;
}
.usercontent ul, .modalblock-content ul,
.usercontent ol,
.modalblock-content ol,
.mce-content-body ul,
.mce-content-body ol {
  margin: 0 0 1.4em 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5em;
  font-weight: 100;
}
.usercontent ul li, .modalblock-content ul li,
.mce-content-body ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 25px;
}
.usercontent ul li::before, .modalblock-content ul li::before,
.mce-content-body ul li::before {
  content: "";
  color: #428BCA;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #df3d28;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.usercontent ol li, .modalblock-content ol li,
.mce-content-body ol li {
  margin-bottom: 0.5em;
  counter-increment: step-counter;
}
.usercontent ol li::before, .modalblock-content ol li::before,
.mce-content-body ol li::before {
  content: counter(step-counter);
  display: inline-block;
  width: 25px;
  font-weight: 900;
  color: #df3d28;
}
.usercontent blockquote, .modalblock-content blockquote,
.mce-content-body blockquote {
  margin: 1.4em 0 1.4em 30px;
  padding: 0 0 0 30px;
  border: none;
  border-radius: 0;
  word-break: normal;
  white-space: normal;
  background: none;
  font-size: 1.3em;
  font-family: "Roboto", sans-serif;
  color: #333;
  position: relative;
  letter-spacing: 1px;
  color: #666666;
}
@media (min-width: 768px) {
  .usercontent blockquote, .modalblock-content blockquote,
  .mce-content-body blockquote {
    margin-left: 60px;
  }
}
.usercontent blockquote::before, .modalblock-content blockquote::before,
.mce-content-body blockquote::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 100%;
  max-height: 30px;
  background: #df3d28;
}
.usercontent blockquote > p, .modalblock-content blockquote > p,
.mce-content-body blockquote > p {
  line-height: 1.6em;
}
.usercontent .iframe-wrap, .modalblock-content .iframe-wrap,
.mce-content-body .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.usercontent .iframe-wrap iframe, .modalblock-content .iframe-wrap iframe,
.usercontent .iframe-wrap object,
.modalblock-content .iframe-wrap object,
.usercontent .iframe-wrap embed,
.modalblock-content .iframe-wrap embed,
.mce-content-body .iframe-wrap iframe,
.mce-content-body .iframe-wrap object,
.mce-content-body .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usercontent .table-wrap, .modalblock-content .table-wrap,
.mce-content-body .table-wrap {
  overflow-x: auto;
}
.usercontent :last-child, .modalblock-content :last-child,
.mce-content-body :last-child {
  margin-bottom: 0;
}

/* form elements */
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
textarea,
select,
.selectBox-dropdown,
.usercontent .selectBox-dropdown,
.modalblock-content .selectBox-dropdown,
.usercontent .selectBox-dropdown:hover,
.usercontent .shareblock-label:hover .selectBox-dropdown.socialblock,
.usercontent .shareblock-label:hover .selectBox-dropdown.shareblock-icon,
.shareblock-label:hover .usercontent .selectBox-dropdown.socialblock,
.shareblock-label:hover .usercontent .selectBox-dropdown.shareblock-icon,
.usercontent .shareblock-label:focus .selectBox-dropdown.socialblock,
.usercontent .shareblock-label:focus .selectBox-dropdown.shareblock-icon,
.shareblock-label:focus .usercontent .selectBox-dropdown.socialblock,
.shareblock-label:focus .usercontent .selectBox-dropdown.shareblock-icon,
.modalblock-content .selectBox-dropdown:hover,
.modalblock-content .shareblock-label:hover .selectBox-dropdown.socialblock,
.modalblock-content .shareblock-label:hover .selectBox-dropdown.shareblock-icon,
.shareblock-label:hover .modalblock-content .selectBox-dropdown.socialblock,
.shareblock-label:hover .modalblock-content .selectBox-dropdown.shareblock-icon,
.modalblock-content .shareblock-label:focus .selectBox-dropdown.socialblock,
.modalblock-content .shareblock-label:focus .selectBox-dropdown.shareblock-icon,
.shareblock-label:focus .modalblock-content .selectBox-dropdown.socialblock,
.shareblock-label:focus .modalblock-content .selectBox-dropdown.shareblock-icon,
.usercontent .selectBox-dropdown:focus,
.modalblock-content .selectBox-dropdown:focus {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  background: none;
  font-weight: 400;
  color: #df3d28;
  outline: none;
}

textarea {
  height: 200px;
  padding: 0;
  overflow-y: scroll;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

input[type=file] {
  padding: 10px;
  border: 1px dashed #BBB;
}

input[type=number] {
  width: auto;
}

.field_wrap {
  position: relative;
  margin-bottom: 40px;
}
.field_wrap:last-child() {
  margin: 0;
}

.field_wrap.__textarea .label_wrap {
  position: relative;
}

.label_wrap {
  position: absolute;
  bottom: 5px;
  font-size: 1em;
}
.label_wrap,
.label_wrap label {
  font-weight: 900;
  color: #777777;
  letter-spacing: 2px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  transform: skew(-7deg);
}
.label_wrap .sublabel_text {
  display: block;
  font-size: 0.9em;
}

.field_wrap.__select .label_wrap {
  bottom: 30px;
  font-size: 0.7em;
}

.input_wrap.dataselect select {
  width: 32%;
}
.input_wrap.checkboxes > label {
  display: block;
}
.input_wrap.radiobuttons > label {
  display: block;
}

.helper_wrap {
  position: absolute;
  right: -28px;
  bottom: 16px;
}
.helper_wrap .helper_icon {
  font-size: 21px;
  color: #999;
}
.helper_wrap .helper_icon:hover, .helper_wrap .shareblock-label:hover .helper_icon.socialblock, .helper_wrap .shareblock-label:hover .helper_icon.shareblock-icon, .shareblock-label:hover .helper_wrap .helper_icon.socialblock, .shareblock-label:hover .helper_wrap .helper_icon.shareblock-icon, .helper_wrap .shareblock-label:focus .helper_icon.socialblock, .helper_wrap .shareblock-label:focus .helper_icon.shareblock-icon, .shareblock-label:focus .helper_wrap .helper_icon.socialblock, .shareblock-label:focus .helper_wrap .helper_icon.shareblock-icon, .helper_wrap .helper_icon:focus {
  color: rgb(114.75, 114.75, 114.75);
}

/* placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AAA;
  opacity: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #AAA;
  opacity: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #AAA;
  opacity: 0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #AAA;
  opacity: 0;
}

/* fieldset */
fieldset {
  padding: 0;
  border: none;
}
fieldset .field_wrap {
  margin: 0;
}

/* repeater */
.repeater_wrap {
  margin: 0 0 20px 0;
}

.repeater_item {
  margin: 0 -10px 5px -10px;
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #DDD;
}
.repeater_item .field_wrap {
  margin: 5px 0 0 0;
  overflow: hidden;
}
.repeater_item .label_wrap {
  float: left;
  width: 30%;
}
.repeater_item .input_wrap {
  float: left;
  width: 70%;
}

.repeater_controls {
  margin: 0 0 -5px 0;
}

/* errors */
form label.error {
  color: #cc463a;
}
form input.error,
form input[type=text].error,
form input[type=password].error,
form input[type=number].error {
  border-bottom: 1px solid #df3d28;
}
form input[type=number].error {
  background-position: 88% center;
}
form textarea.error {
  border-bottom: 1px solid #cc463a;
}
form select.error {
  border-bottom: 1px solid #cc463a;
}

.error_feedback, .usercontent .error_feedback, .modalblock-content .error_feedback {
  margin: 0 0 2em 0;
  padding: 15px;
  border: 1px solid #df3d28;
  color: #df3d28;
  text-align: left;
}
.error_feedback ul, .usercontent .error_feedback ul, .modalblock-content .error_feedback ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.error_feedback ul li, .usercontent .error_feedback ul li, .modalblock-content .error_feedback ul li {
  margin: 0;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  transform: skew(-7deg);
}
.error_feedback ul li::before, .usercontent .error_feedback ul li::before, .modalblock-content .error_feedback ul li::before {
  display: none;
}

.usercontent .submit_wrap, .modalblock-content .submit_wrap {
  margin: 20px 0 0 0;
}
/* progressbar */
.progressbar {
  position: relative;
  margin: 30px 0;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .progressbar {
    padding-top: 30px;
  }
}

.progressbar-step {
  position: relative;
  display: block;
  float: left;
  height: 16px;
}

.progressbar-label {
  position: absolute;
  right: 10px;
  top: -12px;
  min-width: 80px;
  line-height: 1em;
  color: #ccc;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  transform: translate(50%, -100%);
}
@media (max-width: 767px) {
  .progressbar-label {
    display: none;
  }
}

.progressbar-num {
  position: absolute;
  right: 0;
  z-index: 10;
  display: block;
  width: 16px;
  height: 16px;
  background: #ddd;
  border-radius: 99px;
}

.progressbar-step > hr {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  border-top: 4px solid #ddd;
  transform: translate(0, -50%);
}

.progressbar-step:first-child {
  width: 0 !important;
}

.progressbar-step.__complete .progressbar-num,
.progressbar-step.__current .progressbar-num {
  background: #428BCA;
}
.progressbar-step.__complete > hr,
.progressbar-step.__current > hr {
  border-color: #428BCA;
}

.progressbar-step.__complete .progressbar-label {
  color: #428BCA;
}

.progressbar-step.__current .progressbar-label {
  color: #333;
}
.progressbar-step.__current .progressbar-num {
  box-shadow: 0 0 0 7px rgba(66, 139, 202, 0.3);
}

/* selectbox */
.selectBox-dropdown, .usercontent .selectBox-dropdown, .modalblock-content .selectBox-dropdown,
.usercontent .selectBox-dropdown:hover,
.usercontent .shareblock-label:hover .selectBox-dropdown.socialblock,
.usercontent .shareblock-label:hover .selectBox-dropdown.shareblock-icon,
.shareblock-label:hover .usercontent .selectBox-dropdown.socialblock,
.shareblock-label:hover .usercontent .selectBox-dropdown.shareblock-icon,
.usercontent .shareblock-label:focus .selectBox-dropdown.socialblock,
.usercontent .shareblock-label:focus .selectBox-dropdown.shareblock-icon,
.shareblock-label:focus .usercontent .selectBox-dropdown.socialblock,
.shareblock-label:focus .usercontent .selectBox-dropdown.shareblock-icon,
.modalblock-content .selectBox-dropdown:hover,
.modalblock-content .shareblock-label:hover .selectBox-dropdown.socialblock,
.modalblock-content .shareblock-label:hover .selectBox-dropdown.shareblock-icon,
.shareblock-label:hover .modalblock-content .selectBox-dropdown.socialblock,
.shareblock-label:hover .modalblock-content .selectBox-dropdown.shareblock-icon,
.modalblock-content .shareblock-label:focus .selectBox-dropdown.socialblock,
.modalblock-content .shareblock-label:focus .selectBox-dropdown.shareblock-icon,
.shareblock-label:focus .modalblock-content .selectBox-dropdown.socialblock,
.shareblock-label:focus .modalblock-content .selectBox-dropdown.shareblock-icon,
.usercontent .selectBox-dropdown:focus,
.modalblock-content .selectBox-dropdown:focus {
  border-radius: 0;
  max-width: 100% !important;
  line-height: normal;
  transition: background 0.3s;
}
.selectBox-dropdown:focus {
  outline: none;
  border: 1px solid #CCC;
  color: #666;
}
.selectBox-dropdown:hover, .shareblock-label:hover .selectBox-dropdown.socialblock, .shareblock-label:hover .selectBox-dropdown.shareblock-icon, .shareblock-label:focus .selectBox-dropdown.socialblock, .shareblock-label:focus .selectBox-dropdown.shareblock-icon {
  color: #666;
}
.selectBox-dropdown.selectBox-menuShowing {
  outline: none;
}
.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow::after {
  content: "^";
}
.selectBox-dropdown .selectBox-label {
  padding: 0;
  width: 100% !important;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.selectBox-dropdown .selectBox-arrow {
  border: 0;
  width: 30px;
  background: none;
}
.selectBox-dropdown .selectBox-arrow::after {
  content: "v";
  position: absolute;
  top: 50%;
  font: 16px icomoon;
  color: #666;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.selectBox-dropdown-menu {
  max-height: 500px;
}
.selectBox-dropdown-menu.selectBox-options {
  margin-top: 5px;
  border-radius: 0;
  border-top: 1px solid #CCC;
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.75);
}

.selectBox-options li a {
  padding: 15px 20px;
  letter-spacing: 0.02em;
  vertical-align: middle;
  color: #666;
}
.selectBox-options li a:hover, .selectBox-options li .shareblock-label:hover a.socialblock, .selectBox-options li .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .selectBox-options li a.socialblock, .shareblock-label:hover .selectBox-options li a.shareblock-icon, .selectBox-options li .shareblock-label:focus a.socialblock, .selectBox-options li .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .selectBox-options li a.socialblock, .shareblock-label:focus .selectBox-options li a.shareblock-icon, .selectBox-options li a:focus {
  background: #DDD;
}

/* custom checkboxes + radio buttons */
.field_wrap.__checkboxes input[type=checkbox] {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.field_wrap.__checkboxes > label,
.field_wrap.__checkboxes > .input_wrap > label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  min-height: 30px;
}
.field_wrap.__checkboxes > label::before,
.field_wrap.__checkboxes > .input_wrap > label::before {
  content: "/";
  border: 1px solid #666;
  padding: 6px;
  vertical-align: middle;
  font: 15px icomoon;
  color: transparent;
}
.field_wrap.__checkboxes > label.__checked::before,
.field_wrap.__checkboxes > .input_wrap > label.__checked::before {
  color: #666;
}

.field_wrap.__radio .label_wrap {
  position: static;
  margin: 0 0 10px 0;
}
.field_wrap.__radio input[type=radio] {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.field_wrap.__radio > label,
.field_wrap.__radio > .input_wrap > label {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding-left: 30px;
  cursor: pointer;
}
.field_wrap.__radio > label::before,
.field_wrap.__radio > .input_wrap > label::before {
  content: "";
  border: 1px solid #666;
  border-radius: 50%;
  background: #eaeaea;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
}
.field_wrap.__radio > label::after,
.field_wrap.__radio > .input_wrap > label::after {
  content: "";
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background: #666;
  transform: scale(0.5);
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
  opacity: 0;
}
.field_wrap.__radio > label.__checked::before,
.field_wrap.__radio > .input_wrap > label.__checked::before {
  border-color: #666;
  border-width: 2px;
}
.field_wrap.__radio > label.__checked::after,
.field_wrap.__radio > .input_wrap > label.__checked::after {
  opacity: 1;
}

.gform_wrapper .gform_title {
  font-family: "Teko", sans-serif;
  color: #df3d28;
  font-weight: 700;
  text-transform: uppercase;
}
.gform_wrapper p {
  line-height: normal !important;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gfield--type-select p {
  margin-bottom: 0px;
}
.gform_wrapper .gchoice {
  display: flex;
}
.gform_wrapper .gchoice label {
  margin-left: 10px;
}
.gform_wrapper .gchoice input[type=radio] {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.gform_wrapper .gchoice > label,
.gform_wrapper .gchoice > .input_wrap > label {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding-left: 30px;
  cursor: pointer;
}
.gform_wrapper .gchoice > label::before,
.gform_wrapper .gchoice > .input_wrap > label::before {
  content: "";
  border: 1px solid #666;
  border-radius: 50%;
  background: #eaeaea;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
}
.gform_wrapper .gchoice > label::after,
.gform_wrapper .gchoice > .input_wrap > label::after {
  content: "";
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background: #666;
  transform: scale(0.5);
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
  opacity: 0;
}
.gform_wrapper .gchoice > label.__checked::before,
.gform_wrapper .gchoice > .input_wrap > label.__checked::before {
  border-color: #666;
  border-width: 2px;
}
.gform_wrapper .gchoice > label.__checked::after,
.gform_wrapper .gchoice > .input_wrap > label.__checked::after {
  opacity: 1;
}
.gform_wrapper .gfield {
  position: relative;
}
.gform_wrapper .gfield p {
  margin-bottom: 0px;
}
.gform_wrapper .gfield--type-select label, .gform_wrapper .gfield--type-date label, .gform_wrapper .gfield--type-number label, .gform_wrapper .gfield--type-email label, .gform_wrapper .gfield--type-phone label {
  position: absolute;
  top: 0px;
  left: 3px;
  transition: all 200ms;
  font-weight: 500 !important;
  color: #333;
}
.gform_wrapper .gfield--type-select label.typed, .gform_wrapper .gfield--type-date label.typed, .gform_wrapper .gfield--type-number label.typed, .gform_wrapper .gfield--type-email label.typed, .gform_wrapper .gfield--type-phone label.typed {
  font-size: 0.625rem;
  top: -8px;
}
.gform_wrapper .gfield--type-select:focus-within label, .gform_wrapper .gfield--type-date:focus-within label, .gform_wrapper .gfield--type-number:focus-within label, .gform_wrapper .gfield--type-email:focus-within label, .gform_wrapper .gfield--type-phone:focus-within label {
  font-size: 0.625rem;
  top: -8px;
}
.gform_wrapper .gsection_title {
  margin-top: 40px;
}
.gform_wrapper .ginput_complex {
  display: block !important;
}
.gform_wrapper .ginput_complex br {
  display: none;
}
.gform_wrapper .ginput_complex .gform-grid-col {
  position: relative;
  display: flex;
  padding: 0px !important;
  margin-top: 10px;
}
.gform_wrapper .ginput_complex .gform-grid-col:focus-within label {
  font-size: 0.625rem;
  top: -10px;
}
.gform_wrapper .ginput_complex .gform-grid-col label {
  position: absolute;
  top: 0px;
  left: 3px;
  transition: all 200ms;
  font-weight: 500 !important;
  color: #333;
}
.gform_wrapper .ginput_complex .gform-grid-col label.typed {
  font-size: 0.625rem;
  top: -10px;
}
.gform_wrapper .ginput_container_address {
  margin: 0px !important;
}
.gform_wrapper select, .gform_wrapper input {
  padding-left: 0px !important;
}
.gform_wrapper .ginput_container_date input, .gform_wrapper .ginput_container_phone input, .gform_wrapper .gfield--type-email input {
  width: 100% !important;
}
.gform_wrapper .gform_button {
  background: transparent;
}
.gform_wrapper .gform_button:hover, .gform_wrapper .shareblock-label:hover .gform_button.socialblock, .gform_wrapper .shareblock-label:hover .gform_button.shareblock-icon, .shareblock-label:hover .gform_wrapper .gform_button.socialblock, .shareblock-label:hover .gform_wrapper .gform_button.shareblock-icon, .gform_wrapper .shareblock-label:focus .gform_button.socialblock, .gform_wrapper .shareblock-label:focus .gform_button.shareblock-icon, .shareblock-label:focus .gform_wrapper .gform_button.socialblock, .shareblock-label:focus .gform_wrapper .gform_button.shareblock-icon, .gform_wrapper .gform_button:focus {
  padding-left: 30px !important;
}

/* Slider content styles */
.slider {
  margin: 0;
}
.slider-item {
  height: 300px;
  position: relative;
}
@media (min-width: 768px) {
  .slider-item {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .slider-item {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slider-item {
    height: 600px;
  }
}
.slider-contwrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.slider-content {
  text-align: center;
  color: #000;
}
.slider-title {
  font-size: 2.625rem;
  font-weight: 900;
  text-transform: uppercase;
}
.slider-article {
  font-size: 1.25rem;
  padding: 20px 0;
}
.slider .slick-prev, .slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 10;
  transition: all 0.3s;
}
.slider .slick-prev::before, .slider .slick-next::before {
  font-family: icomoon;
  font-size: 40px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider .slick-prev:hover, .slider .shareblock-label:hover .slick-prev.socialblock, .slider .shareblock-label:hover .slick-prev.shareblock-icon, .shareblock-label:hover .slider .slick-prev.socialblock, .shareblock-label:hover .slider .slick-prev.shareblock-icon, .slider .shareblock-label:focus .slick-prev.socialblock, .slider .shareblock-label:focus .slick-prev.shareblock-icon, .shareblock-label:focus .slider .slick-prev.socialblock, .shareblock-label:focus .slider .slick-prev.shareblock-icon, .slider .slick-prev:focus, .slider .slick-next:hover, .slider .shareblock-label:hover .slick-next.socialblock, .slider .shareblock-label:hover .slick-next.shareblock-icon, .shareblock-label:hover .slider .slick-next.socialblock, .shareblock-label:hover .slider .slick-next.shareblock-icon, .slider .shareblock-label:focus .slick-next.socialblock, .slider .shareblock-label:focus .slick-next.shareblock-icon, .shareblock-label:focus .slider .slick-next.socialblock, .shareblock-label:focus .slider .slick-next.shareblock-icon, .slider .slick-next:focus {
  opacity: 0.4;
}
.slider .slick-prev {
  left: 40px;
}
.slider .slick-prev::before {
  content: "\e92b";
}
.slider .slick-next {
  right: 40px;
}
.slider .slick-next::before {
  content: "\e92c";
}
.slider .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}
.slider .slick-dots li.slick-active button {
  background: #428BCA;
}
.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  outline: none;
  background: #transparent;
  transition: all 0.3s;
}
.slider .slick-dots li button:hover, .slider .slick-dots li .shareblock-label:hover button.socialblock, .slider .slick-dots li .shareblock-label:hover button.shareblock-icon, .shareblock-label:hover .slider .slick-dots li button.socialblock, .shareblock-label:hover .slider .slick-dots li button.shareblock-icon, .slider .slick-dots li .shareblock-label:focus button.socialblock, .slider .slick-dots li .shareblock-label:focus button.shareblock-icon, .shareblock-label:focus .slider .slick-dots li button.socialblock, .shareblock-label:focus .slider .slick-dots li button.shareblock-icon, .slider .slick-dots li button:focus {
  opacity: 0.6;
}

/* gallerypop */
.gallerypop {
  display: block;
  margin: 40px 0 0 0;
}

/* tabpanel */
.tabpanelwrap {
  margin: 40px 0;
}

.tabpanel-head {
  border-bottom: 1px solid #ccc;
}
.tabpanel-tab {
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  background: #ddd;
  color: #000;
  font-size: 1.125rem;
}
.tabpanel-tab.__active {
  background: #333;
  color: #fff;
}
.tabpanel-content {
  border-bottom: 1px solid #ccc;
}
.tabpanel-panel {
  font-size: 1rem;
  background: #f7f7f7;
  padding: 20px;
  color: #333;
  display: none;
}
.tabpanel-panel.__active {
  display: block;
}

/* accordion */
.accordionwrap {
  margin: 40px 0;
}

.accordion {
  border: 1px solid #ccc;
  margin: -1px 0 0 0;
}
.accordion.__active .accordion-head {
  background: #eaeaea;
}
.accordion.__active .accordion-head::after {
  content: "^";
}
.accordion-head {
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
}
.accordion-head::after {
  content: "v";
  color: #000;
  font-size: 16px;
  left: inherit;
  right: 20px;
  transform: all 0.3s;
}
.accordion-head:hover, .shareblock-label:hover .accordion-head.socialblock, .shareblock-label:hover .accordion-head.shareblock-icon, .shareblock-label:focus .accordion-head.socialblock, .shareblock-label:focus .accordion-head.shareblock-icon, .accordion-head:focus {
  background: #f9f9f9;
}
.accordion-content {
  padding: 20px;
  border-top: 1px solid #ccc;
  display: none;
}

/* modal */
.modal {
  overflow-y: auto;
}
.modal-dialog {
  width: 100%;
}

/* modalblock */
.modalblock {
  position: relative;
  background: #fff;
}
.modalblock-header {
  border-bottom: 1px solid #ddd;
  padding: 30px;
}
.modalblock-title {
  margin: 0;
}
.modalblock-content {
  padding: 30px;
}
.modalblock-content .submit_wrap {
  text-align: center;
}
.modalblock-close {
  position: absolute;
  top: 24px;
  right: 20px;
  display: block;
  width: 28px;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  transition: color 0.3s;
}
.modalblock-close::before {
  content: "x";
}
.modalblock-close:hover, .shareblock-label:hover .modalblock-close.socialblock, .shareblock-label:hover .modalblock-close.shareblock-icon, .shareblock-label:focus .modalblock-close.socialblock, .shareblock-label:focus .modalblock-close.shareblock-icon, .modalblock-close:focus {
  color: rgb(89.25, 89.25, 89.25);
}

/* google map */
.googlemap-map {
  height: 500px;
}

/* googlemap infowindow */
.gm-style {
  font-size: inherit !important;
}

.gm-style .gm-style-iw {
  background-color: #fff !important;
  font-size: inherit !important;
  min-height: 100px !important;
  padding: 0 !important;
  display: block !important;
  font-weight: inherit !important;
}

/* calendar */
.calendar {
  padding: 10px;
  background: #F5F5F5;
}
.calendar-header {
  margin: 0 0 10px 0;
  text-align: center;
}
.calendar-month {
  font-size: 1.2em;
  overflow: hidden;
}
.calendar-prev, .calendar-next {
  display: inline-block;
  padding: 6px;
  color: #333 !important;
}
.calendar-prev:hover, .shareblock-label:hover .calendar-prev.socialblock, .shareblock-label:hover .calendar-prev.shareblock-icon, .shareblock-label:focus .calendar-prev.socialblock, .shareblock-label:focus .calendar-prev.shareblock-icon, .calendar-prev:focus, .calendar-next:hover, .shareblock-label:hover .calendar-next.socialblock, .shareblock-label:hover .calendar-next.shareblock-icon, .shareblock-label:focus .calendar-next.socialblock, .shareblock-label:focus .calendar-next.shareblock-icon, .calendar-next:focus {
  opacity: 0.6;
}
.calendar-prev {
  float: left;
}
.calendar-next {
  float: right;
}
.calendar-weekdays {
  margin: 0 0 5px 0;
  overflow: hidden;
}
.calendar-weekdays span {
  float: left;
  display: block;
  width: 14.28%;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
}
.calendar-days {
  overflow: hidden;
}
.calendar-days span,
.calendar-days a {
  float: left;
  display: block;
  border: 1px solid #F5F5F5;
  padding: 22px 0;
  width: 14.28%;
  text-align: center;
  background: #fff;
  font-size: 12px;
}
.calendar-days a {
  background: #999;
  color: #fff !important;
}
.calendar-days a:hover, .calendar-days .shareblock-label:hover a.socialblock, .calendar-days .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .calendar-days a.socialblock, .shareblock-label:hover .calendar-days a.shareblock-icon, .calendar-days .shareblock-label:focus a.socialblock, .calendar-days .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .calendar-days a.socialblock, .shareblock-label:focus .calendar-days a.shareblock-icon, .calendar-days a:focus {
  background: #CCC;
}
.calendar-days .muted {
  opacity: 0.4;
}
.calendar-days .today {
  background: #428BCA;
  color: #fff !important;
}

/* socialwrap */
.socialwrap {
  text-align: right;
  white-space: nowrap;
}
.socialwrap > .socialblock, .socialwrap > .shareblock-icon, .shareblock-label:hover .socialwrap > .shareblock-icon, .shareblock-label:focus .socialwrap > .shareblock-icon, .shareblock-label:hover .socialwrap > .socialblock, .shareblock-label:focus .socialwrap > .socialblock {
  margin: 0 0 0 4px;
}

/* socialblock */
.socialblock, .shareblock-icon, .shareblock-label:hover .shareblock-icon, .shareblock-label:focus .shareblock-icon, .shareblock-label:hover .socialblock, .shareblock-label:focus .socialblock {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ccc;
  color: #333;
  border-radius: 99px;
  text-align: center;
  transition: all 0.3s;
}
.socialblock::before, .shareblock-icon::before, .shareblock-label:hover .shareblock-icon::before, .shareblock-label:focus .shareblock-icon::before, .shareblock-label:hover .socialblock::before, .shareblock-label:focus .socialblock::before {
  border-radius: 99px;
}
.socialblock::after, .shareblock-icon::after, .shareblock-label:hover .shareblock-icon::after, .shareblock-label:focus .shareblock-icon::after, .shareblock-label:hover .socialblock::after, .shareblock-label:focus .socialblock::after {
  position: relative;
  font-size: 26px;
  line-height: 40px;
  transition: color 0.3s;
}
.socialblock.__branded::after, .__branded.shareblock-icon::after, .socialblock:hover::after, .shareblock-icon:hover::after, .shareblock-label:hover .socialblock::after, .shareblock-label:hover .shareblock-icon::after, .shareblock-label:focus .socialblock::after, .shareblock-label:focus .shareblock-icon::after, .socialblock:focus::after, .shareblock-icon:focus::after {
  color: #fff;
}
.socialblock.__twitter::after, .__twitter.shareblock-icon::after, .shareblock-label:hover .__twitter.shareblock-icon::after, .shareblock-label:focus .__twitter.shareblock-icon::after, .shareblock-label:hover .__twitter.socialblock::after, .shareblock-label:focus .__twitter.socialblock::after {
  content: "\e907";
}
.socialblock.__twitter.__branded, .__twitter.__branded.shareblock-icon, .socialblock.__twitter:hover, .__twitter.shareblock-icon:hover, .shareblock-label:hover .socialblock.__twitter, .shareblock-label:hover .__twitter.shareblock-icon, .shareblock-label:focus .socialblock.__twitter, .shareblock-label:focus .__twitter.shareblock-icon, .socialblock.__twitter:focus, .__twitter.shareblock-icon:focus {
  background: #55acee;
}
.socialblock.__facebook::after, .__facebook.shareblock-icon::after, .shareblock-label:hover .__facebook.shareblock-icon::after, .shareblock-label:focus .__facebook.shareblock-icon::after, .shareblock-label:hover .__facebook.socialblock::after, .shareblock-label:focus .__facebook.socialblock::after {
  content: "\e900";
}
.socialblock.__facebook.__branded, .__facebook.__branded.shareblock-icon, .socialblock.__facebook:hover, .__facebook.shareblock-icon:hover, .shareblock-label:hover .socialblock.__facebook, .shareblock-label:hover .__facebook.shareblock-icon, .shareblock-label:focus .socialblock.__facebook, .shareblock-label:focus .__facebook.shareblock-icon, .socialblock.__facebook:focus, .__facebook.shareblock-icon:focus {
  background: #3b5998;
}
.socialblock.__instagram::after, .__instagram.shareblock-icon::after, .shareblock-label:hover .__instagram.shareblock-icon::after, .shareblock-label:focus .__instagram.shareblock-icon::after, .shareblock-label:hover .__instagram.socialblock::after, .shareblock-label:focus .__instagram.socialblock::after {
  content: "\e903";
}
.socialblock.__instagram.__branded, .__instagram.__branded.shareblock-icon, .socialblock.__instagram:hover, .__instagram.shareblock-icon:hover, .shareblock-label:hover .socialblock.__instagram, .shareblock-label:hover .__instagram.shareblock-icon, .shareblock-label:focus .socialblock.__instagram, .shareblock-label:focus .__instagram.shareblock-icon, .socialblock.__instagram:focus, .__instagram.shareblock-icon:focus {
  background: #8a3ab9;
}
.socialblock.__flickr::after, .__flickr.shareblock-icon::after, .shareblock-label:hover .__flickr.shareblock-icon::after, .shareblock-label:focus .__flickr.shareblock-icon::after, .shareblock-label:hover .__flickr.socialblock::after, .shareblock-label:focus .__flickr.socialblock::after {
  content: "\e901";
}
.socialblock.__flickr.__branded, .__flickr.__branded.shareblock-icon, .socialblock.__flickr:hover, .__flickr.shareblock-icon:hover, .shareblock-label:hover .socialblock.__flickr, .shareblock-label:hover .__flickr.shareblock-icon, .shareblock-label:focus .socialblock.__flickr, .shareblock-label:focus .__flickr.shareblock-icon, .socialblock.__flickr:focus, .__flickr.shareblock-icon:focus {
  background: #ff0084;
}
.socialblock.__google::after, .__google.shareblock-icon::after, .shareblock-label:hover .__google.shareblock-icon::after, .shareblock-label:focus .__google.shareblock-icon::after, .shareblock-label:hover .__google.socialblock::after, .shareblock-label:focus .__google.socialblock::after {
  content: "\e902";
}
.socialblock.__google.__branded, .__google.__branded.shareblock-icon, .socialblock.__google:hover, .__google.shareblock-icon:hover, .shareblock-label:hover .socialblock.__google, .shareblock-label:hover .__google.shareblock-icon, .shareblock-label:focus .socialblock.__google, .shareblock-label:focus .__google.shareblock-icon, .socialblock.__google:focus, .__google.shareblock-icon:focus {
  background: #dd4b39;
}
.socialblock.__linkedin::after, .__linkedin.shareblock-icon::after, .shareblock-label:hover .__linkedin.shareblock-icon::after, .shareblock-label:focus .__linkedin.shareblock-icon::after, .shareblock-label:hover .__linkedin.socialblock::after, .shareblock-label:focus .__linkedin.socialblock::after {
  content: "\e904";
}
.socialblock.__linkedin.__branded, .__linkedin.__branded.shareblock-icon, .socialblock.__linkedin:hover, .__linkedin.shareblock-icon:hover, .shareblock-label:hover .socialblock.__linkedin, .shareblock-label:hover .__linkedin.shareblock-icon, .shareblock-label:focus .socialblock.__linkedin, .shareblock-label:focus .__linkedin.shareblock-icon, .socialblock.__linkedin:focus, .__linkedin.shareblock-icon:focus {
  background: #007bb5;
}
.socialblock.__pinterest::after, .__pinterest.shareblock-icon::after, .shareblock-label:hover .__pinterest.shareblock-icon::after, .shareblock-label:focus .__pinterest.shareblock-icon::after, .shareblock-label:hover .__pinterest.socialblock::after, .shareblock-label:focus .__pinterest.socialblock::after {
  content: "\e905";
}
.socialblock.__pinterest.__branded, .__pinterest.__branded.shareblock-icon, .socialblock.__pinterest:hover, .__pinterest.shareblock-icon:hover, .shareblock-label:hover .socialblock.__pinterest, .shareblock-label:hover .__pinterest.shareblock-icon, .shareblock-label:focus .socialblock.__pinterest, .shareblock-label:focus .__pinterest.shareblock-icon, .socialblock.__pinterest:focus, .__pinterest.shareblock-icon:focus {
  background: #cb2027;
}
.socialblock.__tumblr::after, .__tumblr.shareblock-icon::after, .shareblock-label:hover .__tumblr.shareblock-icon::after, .shareblock-label:focus .__tumblr.shareblock-icon::after, .shareblock-label:hover .__tumblr.socialblock::after, .shareblock-label:focus .__tumblr.socialblock::after {
  content: "\e906";
}
.socialblock.__tumblr.__branded, .__tumblr.__branded.shareblock-icon, .socialblock.__tumblr:hover, .__tumblr.shareblock-icon:hover, .shareblock-label:hover .socialblock.__tumblr, .shareblock-label:hover .__tumblr.shareblock-icon, .shareblock-label:focus .socialblock.__tumblr, .shareblock-label:focus .__tumblr.shareblock-icon, .socialblock.__tumblr:focus, .__tumblr.shareblock-icon:focus {
  background: #32506d;
}
.socialblock.__youtube::after, .__youtube.shareblock-icon::after, .shareblock-label:hover .__youtube.shareblock-icon::after, .shareblock-label:focus .__youtube.shareblock-icon::after, .shareblock-label:hover .__youtube.socialblock::after, .shareblock-label:focus .__youtube.socialblock::after {
  content: "\e909";
}
.socialblock.__youtube.__branded, .__youtube.__branded.shareblock-icon, .socialblock.__youtube:hover, .__youtube.shareblock-icon:hover, .shareblock-label:hover .socialblock.__youtube, .shareblock-label:hover .__youtube.shareblock-icon, .shareblock-label:focus .socialblock.__youtube, .shareblock-label:focus .__youtube.shareblock-icon, .socialblock.__youtube:focus, .__youtube.shareblock-icon:focus {
  background: #bb0000;
}

/* shareblock */
.shareblock {
  position: relative;
  display: inline-block;
}
.shareblock.__active .shareblock-popup {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s;
}
.shareblock-label {
  display: inline-block;
  font-weight: 900;
  vertical-align: middle;
}
.shareblock-icon {
  vertical-align: middle;
}
.shareblock-icon::after {
  content: "s";
  font-size: 18px;
}
.shareblock-popup {
  position: absolute;
  top: -10px;
  right: -30px;
  visibility: hidden;
  padding: 10px;
  background: #666;
  border-radius: 99px;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  transform: translate(0, -100%);
  transition: none;
}
.shareblock-popup::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #666;
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.shareblock-popup .socialblock, .shareblock-popup .shareblock-label:hover .socialblock, .shareblock-label:hover .shareblock-popup .socialblock, .shareblock-popup .shareblock-label:focus .socialblock, .shareblock-label:focus .shareblock-popup .socialblock, .shareblock-popup .shareblock-icon, .shareblock-popup .shareblock-label:hover .shareblock-icon, .shareblock-label:hover .shareblock-popup .shareblock-icon, .shareblock-popup .shareblock-label:focus .shareblock-icon, .shareblock-label:focus .shareblock-popup .shareblock-icon {
  background: #fff;
  color: #666;
}

/* typeahead */
.twitter-typeahead {
  width: 100%;
}

.tt-dropdown-menu,
.tt-menu {
  width: 100%;
  background: rgb(63.75, 63.75, 63.75);
}

.tt-suggestion {
  padding: 12px 10px;
  color: #fff;
  cursor: pointer;
}

.tt-suggestion:hover, .shareblock-label:hover .tt-suggestion.socialblock, .shareblock-label:focus .tt-suggestion.socialblock, .shareblock-label:hover .tt-suggestion.shareblock-icon, .shareblock-label:focus .tt-suggestion.shareblock-icon,
.tt-suggestion:focus {
  background: #666;
}

.bannerslides .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}
.bannerslides .slick-dots li {
  display: inline-block;
  outline: none;
  margin: 0 10px;
}
.bannerslides .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  outline: none;
}
@media (min-width: 992px) {
  .bannerslides .slick-dots li button {
    width: 30px;
    height: 30px;
  }
}
.bannerslides .slick-dots .slick-active button {
  background: rgb(255, 255, 255);
}

.bannerslide {
  background-size: cover;
  background-position: center top;
  position: relative;
  height: 300px;
}
@media (min-width: 500px) {
  .bannerslide {
    height: 650px;
  }
}
@media (min-width: 600px) {
  .bannerslide {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .bannerslide {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .bannerslide {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .bannerslide {
    height: 700px;
  }
}

.banner-title {
  opacity: 0;
  transition: all 1.4s;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -60%);
  background-image: url("../images/red-circle.png");
  background-size: cover;
  width: 15em;
  height: 15em;
  border-radius: 50%;
  color: white;
}
@media (min-width: 992px) {
  .banner-title {
    width: 19em;
    height: 19em;
  }
}
.banner-title.__fadeIn {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.banner-title span {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2em;
  letter-spacing: 8px;
  line-height: 1em;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-align: center;
  transform: skew(-7deg);
}
@media (min-width: 768px) {
  .banner-title span {
    left: 52%;
  }
}
@media (min-width: 992px) {
  .banner-title span {
    left: 54.5%;
    font-size: 3.5em;
    letter-spacing: 30px;
  }
}
@media (min-width: 1200px) {
  .banner-title span {
    left: 55.5%;
    font-size: 3.7em;
    letter-spacing: 30px;
  }
}

.pagebanner {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  height: 180px;
  background-size: cover;
}
@media (min-width: 500px) {
  .pagebanner {
    height: 220px;
  }
}
@media (min-width: 600px) {
  .pagebanner {
    height: 250px;
  }
}
@media (min-width: 700px) {
  .pagebanner {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .pagebanner {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .pagebanner {
    height: 450px;
  }
}
@media (min-width: 1400px) {
  .pagebanner {
    margin-top: 55px;
  }
}

.videoblock {
  width: 100%;
  height: 250px;
  background-size: cover;
  position: relative;
  cursor: pointer;
  display: block;
}
.videoblock:hover::before, .shareblock-label:hover .videoblock.socialblock::before, .shareblock-label:focus .videoblock.socialblock::before, .shareblock-label:hover .videoblock.shareblock-icon::before, .shareblock-label:focus .videoblock.shareblock-icon::before, .videoblock:focus::before {
  width: 170px;
  height: 170px;
}
.videoblock:hover::after, .shareblock-label:hover .videoblock.socialblock::after, .shareblock-label:focus .videoblock.socialblock::after, .shareblock-label:hover .videoblock.shareblock-icon::after, .shareblock-label:focus .videoblock.shareblock-icon::after, .videoblock:focus::after {
  color: #494949;
}
@media (min-width: 400px) {
  .videoblock {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .videoblock {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .videoblock {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .videoblock {
    height: 350px;
  }
}
.videoblock::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all 200ms;
}
@media (min-width: 768px) {
  .videoblock::before {
    width: 150px;
    height: 150px;
  }
}
.videoblock::after {
  font-family: icomoon;
  content: "\e938";
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  color: #d54a27;
  font-size: 30px;
  transition: all 300ms;
}
@media (min-width: 768px) {
  .videoblock::after {
    font-size: 50px;
  }
}

.introductionblock {
  overflow: visible;
  padding-top: 80px;
  position: relative;
}
.introductionblock::before {
  content: "";
  width: 250px;
  height: 550px;
  background-image: url("../images/brush.png");
  background-size: cover;
  position: absolute;
  right: 0;
  top: 60px;
}
@media (min-width: 992px) {
  .introductionblock::before {
    right: -100px;
    height: 565px;
  }
}
@media (min-width: 992px) {
  .introductionblock {
    padding-top: 140px;
  }
}
.introductionblock-top {
  color: #333;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  transform: skew(-7deg);
}
.introductionblock-title {
  font-size: 3em;
  color: #333;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  line-height: 1;
  transform: skew(-7deg);
}
.introductionblock-text {
  line-height: 1.53;
  color: #252525;
  font-weight: 400;
  width: 80%;
  padding-top: 20px;
  float: right;
  display: block;
}
@media (min-width: 768px) {
  .introductionblock-text {
    padding-top: 30px;
  }
}
.introductionblock-button {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .introductionblock-button {
    margin: 25px 0;
  }
}
@media (min-width: 1200px) {
  .introductionblock-wrap {
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .introductionblock-video {
    margin-top: 65px;
  }
}

.homedisciplines-wrap {
  margin-bottom: 40px;
}
.homedisciplines-wrap:last-child() {
  margin: 0;
}
@media (min-width: 768px) {
  .homedisciplines-wrap {
    margin: 0;
  }
}
.homedisciplines-title {
  text-align: center;
  font-size: 2.3em;
  font-weight: 700;
  padding-bottom: 60px;
  color: #333;
  position: relative;
  font-family: "Teko", sans-serif;
  transform: skew(-7deg);
}
@media (min-width: 768px) {
  .homedisciplines-title {
    padding-bottom: 80px;
  }
}
.homedisciplines-title::before {
  content: "";
  background-image: url("../images/small-brush.png");
  width: 156px;
  height: 240px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .homedisciplines-title::before {
    top: -150px;
  }
}

@media (min-width: 992px) {
  .videosection.__flexible .videosection-wrap {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .videosection.__flexible .videosection-wrap {
    padding-left: 80px;
  }
}
.videosection-title {
  font-family: "Teko", sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: #494949;
  padding-top: 40px;
  text-transform: uppercase;
  transform: skew(-7deg);
}
.videosection-text {
  font-size: 1.1em;
  line-height: 1.6;
  color: #494949;
  padding: 22px 0;
}
@media (min-width: 1200px) {
  .videosection-wrap {
    padding-left: 30px;
  }
}
.videosection-image {
  height: 250px;
  background-size: cover;
  position: relative;
}
@media (min-width: 400px) {
  .videosection-image {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .videosection-image {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .videosection-image {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .videosection-image {
    height: 350px;
  }
}

.ctablock {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  height: 100%;
}
.ctablock:hover .ctablock-image::before, .shareblock-label:hover .ctablock.socialblock .ctablock-image::before, .shareblock-label:focus .ctablock.socialblock .ctablock-image::before, .shareblock-label:hover .ctablock.shareblock-icon .ctablock-image::before, .shareblock-label:focus .ctablock.shareblock-icon .ctablock-image::before, .ctablock:focus .ctablock-image::before {
  opacity: 1;
}
.ctablock:hover .ctablock-image span, .shareblock-label:hover .ctablock.socialblock .ctablock-image span, .shareblock-label:focus .ctablock.socialblock .ctablock-image span, .shareblock-label:hover .ctablock.shareblock-icon .ctablock-image span, .shareblock-label:focus .ctablock.shareblock-icon .ctablock-image span, .ctablock:focus .ctablock-image span {
  opacity: 1;
  top: 50%;
}
.ctablock:hover .ctablock-button::before, .shareblock-label:hover .ctablock.socialblock .ctablock-button::before, .shareblock-label:focus .ctablock.socialblock .ctablock-button::before, .shareblock-label:hover .ctablock.shareblock-icon .ctablock-button::before, .shareblock-label:focus .ctablock.shareblock-icon .ctablock-button::before, .ctablock:focus .ctablock-button::before {
  transform: translateY(30px);
  opacity: 1;
}
@media (min-width: 992px) {
  .ctablock {
    margin-top: 0;
  }
}
.ctablock-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 200ms;
  position: relative;
}
.ctablock-image span {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) skew(-7deg);
  color: #df3d28;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
  transition: all 300ms;
}
.ctablock-image::before {
  content: "";
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 0px);
  height: 100%;
  transition: all 400ms;
}
@media (min-width: 992px) {
  .ctablock-image::before {
    width: calc(100% - 30px);
  }
}
.ctablock-row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ctablock-wrap {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .ctablock-wrap {
    padding: 25px 15px 0 15px;
  }
}
.ctablock-button-map {
  margin-top: auto;
  padding-top: 25px;
}
@media (min-width: 992px) {
  .ctablock-button-map {
    padding: 25px 15px 0 15px;
  }
}
.ctablock-title {
  font-family: "Teko", sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  color: #494949;
  text-transform: uppercase;
  transform: skew(-7deg);
}
.ctablock-text {
  font-size: 1.1em;
  line-height: 1.6;
  margin: 15px 0 20px 0;
  color: #494949;
}
.ctablock-button {
  color: #df3d28;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
  position: relative;
  margin-top: auto;
  padding-top: 12px;
  transform: skew(-7deg);
}
.ctablock-button::before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  opacity: 0;
  transform: translateY(40px);
  background: #df3d28;
  transition: all 0.5s;
}
.ctablock-map {
  margin: 30px 0 0 0;
}

.overlaywrap {
  overflow: hidden;
}
@media (min-width: 768px) {
  .overlaywrap.__paddedtop {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .overlaywrap.__paddedtop {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .piclinks {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.piclink {
  width: 100%;
  height: 300px;
  display: block;
  margin-top: 20px;
  background-size: cover;
  position: relative;
}
.piclink:hover .piclink-text, .shareblock-label:hover .piclink.socialblock .piclink-text, .shareblock-label:focus .piclink.socialblock .piclink-text, .shareblock-label:hover .piclink.shareblock-icon .piclink-text, .shareblock-label:focus .piclink.shareblock-icon .piclink-text {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(51, 51, 51, 0.9);
}
@media (min-width: 992px) {
  .piclink {
    height: 350px;
    margin: 0;
  }
}
.piclink-text {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(223, 61, 40, 0.9);
  padding: 20px 40px;
  color: white;
  font-family: "Teko", sans-serif;
  letter-spacing: 1.7px;
  font-size: 1.2em;
  font-weight: 700;
  transition: all 250ms;
}
.piclink-text span {
  transform: skew(-7deg);
  display: inline-block;
}

.disciplineblock {
  opacity: 0;
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: 30% 10%;
  display: block;
  transition: opacity 1s, transform 300ms;
}
.disciplineblock.__active {
  opacity: 1;
}
.disciplineblock:hover, .shareblock-label:hover .disciplineblock.socialblock, .shareblock-label:focus .disciplineblock.socialblock, .shareblock-label:hover .disciplineblock.shareblock-icon, .shareblock-label:focus .disciplineblock.shareblock-icon, .disciplineblock:focus {
  transform: scale(1.1);
}
.disciplineblock:hover::after, .shareblock-label:hover .disciplineblock.socialblock::after, .shareblock-label:focus .disciplineblock.socialblock::after, .shareblock-label:hover .disciplineblock.shareblock-icon::after, .shareblock-label:focus .disciplineblock.shareblock-icon::after, .disciplineblock:focus::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.8);
}
.disciplineblock:hover .disciplineblock-title span, .shareblock-label:hover .disciplineblock.socialblock .disciplineblock-title span, .shareblock-label:focus .disciplineblock.socialblock .disciplineblock-title span, .shareblock-label:hover .disciplineblock.shareblock-icon .disciplineblock-title span, .shareblock-label:focus .disciplineblock.shareblock-icon .disciplineblock-title span, .disciplineblock:focus .disciplineblock-title span {
  bottom: -50px;
  opacity: 1;
}
.disciplineblock::after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 300ms;
  z-index: 1;
}
@media (min-width: 400px) {
  .disciplineblock {
    height: 400px;
  }
}
@media (min-width: 600px) {
  .disciplineblock {
    height: 470px;
  }
}
@media (min-width: 768px) {
  .disciplineblock {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .disciplineblock {
    height: 530px;
  }
}
.disciplineblock-title {
  color: white;
  font-size: 1.7em;
  color: white;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 5.9px;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-7deg);
  width: 100%;
  z-index: 2;
  font-family: "Teko", sans-serif;
}
.disciplineblock-title span {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  color: #df3d28;
  font-family: "Teko", sans-serif;
  font-size: 0.6em;
  font-weight: 700;
  margin-top: 30px;
  transition: all 300ms;
}
@media (min-width: 768px) {
  .disciplineblock-title {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .disciplineblock-title {
    font-size: 1.7em;
  }
}

.homenewsletter {
  padding: 80px 0 80px 0;
}
@media (min-width: 992px) {
  .homenewsletter {
    padding: 140px 0 140px 0;
  }
}

.newsletter {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 45px 10px;
  background-color: #e6e6e6;
  position: relative;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}
.newsletter::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
  background-image: url("../images/cta-brush.png");
  background-size: cover;
  height: 300px;
  width: 300px;
}
@media (min-width: 768px) {
  .newsletter::before {
    height: 350px;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .newsletter::before {
    height: 450px;
    width: 450px;
  }
}
@media (min-width: 768px) {
  .newsletter {
    padding: 90px;
  }
}
@media (min-width: 992px) {
  .newsletter {
    padding: 100px 140px 60px 140px;
  }
}
@media (min-width: 1200px) {
  .newsletter {
    padding: 100px 220px 60px 220px;
  }
}
.newsletter-title {
  color: #df3d28;
  font-size: 2em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .newsletter-title {
    font-size: 2.4em;
  }
}
.newsletter-text {
  color: #252525;
  padding: 20px 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .newsletter-text {
    padding: 30px 0;
  }
}
.newsletter-form .input_wrap {
  margin-bottom: 40px;
}
.newsletter-form input {
  max-width: 559px;
  background: white;
  border: none;
  padding: 15px;
  margin: 0 auto;
}

.homebg {
  background-image: url("../images/lower-bg.png");
  background-size: cover;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .homebg {
    padding-bottom: 80px;
  }
}

/* Blog */
.blogtitle {
  position: relative;
  text-align: center;
  margin: 160px 0 140px 0;
}
@media (min-width: 992px) {
  .blogtitle {
    margin: 220px 0 140px 0;
  }
}
.blogtitle::before {
  content: "";
  background-image: url("../images/small-brush.png");
  width: 156px;
  height: 240px;
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 700px) {
  .bloglist {
    max-width: 400px;
    margin: 0 auto;
  }
}
.bloglist-item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .bloglist-item {
    margin-bottom: 30px;
  }
}

.blogitem {
  display: block;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .blogitem {
    margin: 0 20px;
  }
}
.blogitem:hover .blogitem, .shareblock-label:hover .blogitem.socialblock .blogitem, .shareblock-label:focus .blogitem.socialblock .blogitem, .shareblock-label:hover .blogitem.shareblock-icon .blogitem, .shareblock-label:focus .blogitem.shareblock-icon .blogitem {
  border-color: #df3d28;
  border-width: 5px;
}
.blogitem:hover .blogitem-image::before, .shareblock-label:hover .blogitem.socialblock .blogitem-image::before, .shareblock-label:focus .blogitem.socialblock .blogitem-image::before, .shareblock-label:hover .blogitem.shareblock-icon .blogitem-image::before, .shareblock-label:focus .blogitem.shareblock-icon .blogitem-image::before {
  opacity: 1;
}
.blogitem:hover .blogitem-image span, .shareblock-label:hover .blogitem.socialblock .blogitem-image span, .shareblock-label:focus .blogitem.socialblock .blogitem-image span, .shareblock-label:hover .blogitem.shareblock-icon .blogitem-image span, .shareblock-label:focus .blogitem.shareblock-icon .blogitem-image span {
  opacity: 1;
  top: 50%;
}
.blogitem-image {
  width: 100%;
  height: 150px;
  background-size: cover;
  border: 1px solid white;
  position: relative;
  transition: all 300ms;
}
.blogitem-image span {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) skew(-7deg);
  color: #df3d28;
  font-family: "Teko", sans-serif;
  font-size: 1em;
  font-weight: 700;
  transition: all 300ms;
}
.blogitem-image::before {
  content: "";
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 400ms;
}
@media (min-width: 992px) {
  .blogitem-image {
    height: 172px;
  }
}
.blogitem-date {
  color: #df3d28;
  letter-spacing: 1px;
  font-weight: 400;
}
.blogitem-title {
  font-weight: 400;
}
.blogitem-wrap {
  padding: 20px 20px 40px 20px;
}
@media (min-width: 992px) {
  .blogitem-wrap {
    padding: 20px 20px 70px 20px;
  }
}

.blogpaging {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 60px 0;
}
@media (min-width: 992px) {
  .blogpaging {
    padding: 30px 0 100px 0;
  }
}

.blogdetailwrap {
  overflow: hidden;
}
@media (min-width: 1400px) {
  .blogdetailwrap {
    overflow: visible;
  }
}

.brush {
  position: absolute;
  background: url("../images/brush.png");
  background-size: cover;
  width: 300px;
  height: 670px;
  z-index: -1;
  top: -50px;
  right: -50px;
}
@media (min-width: 992px) {
  .brush {
    right: -120px;
  }
}
@media (min-width: 1200px) {
  .brush {
    right: -150px;
  }
}
.brush.__lower {
  top: 250px;
}

.blogdetail {
  position: relative;
  overflow: visible;
}
.blogdetail-title {
  font-size: 1.9em;
  color: #df3d28;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 1.2;
  transform: skew(-7deg);
}
@media (min-width: 768px) {
  .blogdetail-title {
    font-size: 2.4em;
  }
}
.blogdetail-date {
  padding-top: 20px;
  color: #df3d28;
  letter-spacing: 1px;
  font-weight: 400;
}
.blogdetail-titlewrap {
  padding: 100px 0 30px 0;
}
@media (min-width: 768px) {
  .blogdetail-titlewrap {
    padding: 120px 50px 50px 50px;
  }
}
@media (min-width: 992px) {
  .blogdetail-titlewrap {
    padding: 150px 100px 50px 100px;
  }
}
@media (min-width: 1200px) {
  .blogdetail-titlewrap {
    padding-top: 180px;
  }
}
.blogdetail-content {
  padding: 20px 0 80px 0;
}
@media (min-width: 768px) {
  .blogdetail-content {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .blogdetail-content {
    padding: 60px 100px 50px 100px;
  }
}
.blogdetail-nav {
  overflow: auto;
  padding-bottom: 100px;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .blogdetail-nav {
    padding: 20px 50px 120px 50px;
  }
}
@media (min-width: 992px) {
  .blogdetail-nav {
    padding: 20px 100px 120px 100px;
  }
}
.blogdetail-nav button:first-child() {
  margin-right: 50px;
}
@media (min-width: 768px) {
  .blogdetail-nav button:first-child() {
    margin: 0;
    float: left;
  }
  .blogdetail-nav button:last-child() {
    float: right;
  }
}
.blogdetail .button.__line, .blogdetail .submit_wrap button.__line, .submit_wrap .blogdetail button.__line,
.blogdetail .form-submit button.__line,
.form-submit .blogdetail button.__line {
  float: left;
}
.blogdetail-share {
  float: right;
}

/* Contact */
.contactwrap {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .contactwrap {
    padding-bottom: 200px;
  }
}
.contactwrap.__detail {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .contactwrap.__detail {
    padding-bottom: 100px;
  }
}

.contactintro {
  padding: 100px 0 40px 0;
}
.contactintro-title {
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.5em;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  transform: skew(-7deg);
}
@media (min-width: 992px) {
  .contactintro-title {
    font-size: 4em;
  }
}
.contactintro-text {
  font-weight: 400;
  padding-top: 10px;
  color: #252525;
}

.contactdetails {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .contactdetails {
    padding: 0 0 40px 40px;
  }
}
@media (min-width: 992px) {
  .contactdetails {
    padding-left: 60px;
  }
}

.contactdetail {
  letter-spacing: 3px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  font-size: 1.3em;
  color: #3a3a3a;
  margin-bottom: 26px;
  transform: skew(-7deg);
}
.contactdetail a {
  transition: all 250ms;
  letter-spacing: 1px;
}
.contactdetail a:hover, .contactdetail .shareblock-label:hover a.socialblock, .shareblock-label:hover .contactdetail a.socialblock, .contactdetail .shareblock-label:focus a.socialblock, .shareblock-label:focus .contactdetail a.socialblock, .contactdetail .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .contactdetail a.shareblock-icon, .contactdetail .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .contactdetail a.shareblock-icon, .contactdetail a:focus {
  color: #df3d28;
}
.contactdetail:last-child() {
  margin: 0;
}
@media (min-width: 768px) {
  .contactdetail {
    font-size: 1em;
  }
}

.contactperson {
  margin-bottom: 15px;
  height: calc(100% - 15px);
  display: block;
}
@media (min-width: 992px) {
  .contactperson {
    margin-bottom: 40px;
    height: calc(100% - 40px);
  }
}
.contactperson-image {
  position: relative;
  background-color: #eaeaea;
  margin-bottom: 15px;
  max-width: 250px;
}
@media (min-width: 992px) {
  .contactperson-image {
    margin-bottom: 30px;
  }
}
.contactperson-image.objectfit-wrap {
  position: relative;
  height: 250px;
}
.contactperson-image .objectfit-ratio {
  height: 0;
  padding-bottom: 100%;
}
.contactperson-image .objectfit {
  position: absolute;
  top: 0;
  left: 0;
}
.contactperson-image-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  transform: scale(0);
  transition: 0.3s ease all;
  opacity: 0;
}
.contactperson-image-overlay span {
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  transform: skew(-7deg);
}
.contactperson-heading {
  color: #E4192F;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  transform: skew(-7deg);
}
.contactperson-locations li {
  position: relative;
  padding-left: 20px;
  font-size: 0.9375rem;
}
.contactperson-locations li::before {
  content: "P";
  font-size: 8px;
  color: black;
  position: absolute;
  top: 4px;
  left: 0;
}
@media (min-width: 992px) {
  .contactperson-locations li::before {
    font-size: 12px;
  }
}
.contactperson:hover .contactperson-image-overlay, .shareblock-label:hover .contactperson.socialblock .contactperson-image-overlay, .shareblock-label:focus .contactperson.socialblock .contactperson-image-overlay, .shareblock-label:hover .contactperson.shareblock-icon .contactperson-image-overlay, .shareblock-label:focus .contactperson.shareblock-icon .contactperson-image-overlay, .contactperson:focus .contactperson-image-overlay, .contactperson:active .contactperson-image-overlay {
  opacity: 1;
  transform: scale(1);
}
.contactperson.__detail {
  padding: 100px 0 40px 0;
}
.contactperson.__detail .contactperson-image {
  max-width: 310px;
}

.contactnewsletter {
  padding: 80px 0 120px 0;
}
@media (min-width: 768px) {
  .contactnewsletter {
    padding: 80px 0 140px 0;
  }
}

@media (min-width: 768px) {
  .socialmedia {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .socialmedia {
    padding-left: 60px;
  }
}
.socialmedia-item {
  display: block;
  letter-spacing: 3px;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  font-size: 1.3em;
  color: #3a3a3a;
  margin-bottom: 7px;
  transition: all 250ms;
  transform: skew(-7deg);
}
.socialmedia-item:hover, .shareblock-label:hover .socialmedia-item.socialblock, .shareblock-label:focus .socialmedia-item.socialblock, .shareblock-label:hover .socialmedia-item.shareblock-icon, .shareblock-label:focus .socialmedia-item.shareblock-icon, .socialmedia-item:focus {
  color: #df3d28;
}
.socialmedia-item:last-child() {
  margin: 0;
}
@media (min-width: 768px) {
  .socialmedia-item {
    font-size: 1em;
  }
}

/* Disciplines */
.disciplinesintro {
  padding: 120px 0 40px 0;
}
@media (min-width: 768px) {
  .disciplinesintro {
    padding: 140px 0 80px 0;
  }
}
@media (min-width: 992px) {
  .disciplinesintro {
    padding: 200px 0 100px 0;
  }
}
.disciplinesintro-title {
  text-transform: uppercase;
}
.disciplinesintro-text {
  font-weight: 400;
  padding-top: 10px;
}

.disciplineblocks-wrap {
  margin-bottom: 40px;
  border: 1px solid blue;
}
.disciplineblocks-wrap:last-child() {
  margin: 0;
}
@media (min-width: 768px) {
  .disciplineblocks-wrap {
    margin: 0;
  }
}
.disciplineblocks-detail {
  font-weight: 400;
  line-height: 1.53;
  color: #646464;
  padding: 20px 0;
  width: 90%;
}
@media (min-width: 768px) {
  .disciplineblocks-detail {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 992px) {
  .disciplineblocks .col-sm-4 {
    padding: 0 30px;
  }
}

.textblock {
  padding: 20px 40px;
  font-weight: 400;
  color: #646464;
}
@media (min-width: 768px) {
  .textblock {
    padding: 60px 60px 0 60px;
  }
}
@media (min-width: 992px) {
  .textblock {
    padding: 80px 80px 0 80px;
  }
}
@media (min-width: 1200px) {
  .textblock {
    padding: 100px 100px 0 100px;
  }
}

@media (min-width: 768px) {
  .textpagetext {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .textpagetext {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .textpagetext {
    padding: 0 100px;
  }
}
.textpagetext:last-child() {
  padding-bottom: 0;
}
.textpagetext.__testimonials {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .textpagetext.__testimonials {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .textpagetext.__testimonials {
    padding-left: 0;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .textpagetext.__testimonials {
    padding-left: 0;
    padding-right: 150px;
  }
}
.textpagetext.__profiles {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .textpagetext.__profiles {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .textpagetext.__profiles {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .textpagetext.__profiles {
    padding-left: 0;
    padding-right: 0;
  }
}

.textpagegallery-img {
  width: 100%;
  height: 300px;
  background-size: cover;
}
@media (min-width: 600px) {
  .textpagegallery-img {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .textpagegallery-img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .textpagegallery-img {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .textpagegallery-img {
    height: 370px;
  }
}

.quote {
  max-width: 1400px;
  text-align: center;
  padding: 45px 10px;
  background-color: #e6e6e6;
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto 0 auto;
}
@media (min-width: 992px) {
  .quote {
    margin: 0 auto 0 auto;
  }
}
.quote::after {
  content: "\e925";
  font-family: icomoon;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #df3d28;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .quote::after {
    font-size: 2.3em;
    top: 40px;
  }
}
@media (min-width: 992px) {
  .quote::after {
    font-size: 2.8em;
  }
}
.quote::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
  background-image: url("../images/cta-brush.png");
  background-size: cover;
  height: 300px;
  width: 300px;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .quote::before {
    height: 350px;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .quote::before {
    height: 450px;
    width: 450px;
  }
}
@media (min-width: 768px) {
  .quote {
    padding: 90px;
  }
}
@media (min-width: 992px) {
  .quote {
    padding: 100px 140px 60px 140px;
  }
}
@media (min-width: 1200px) {
  .quote {
    padding: 100px 220px 100px 220px;
  }
}
.quote-text {
  color: #666666;
  padding: 20px 0;
  font-weight: 700;
  font-family: "Teko", sans-serif;
  font-size: 1.5em;
  transform: skew(-7deg);
}
@media (min-width: 768px) {
  .quote-text {
    font-size: 2em;
    padding: 30px 0;
  }
}
.quote-name {
  color: #df3d28;
  border: 1px solid transparent;
  font-family: "Teko", sans-serif;
  display: inline-block;
  overflow: hidden;
  line-height: 45px;
  border: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
  padding: 0 30px;
  border: 1px solid transparent;
  transform: skew(-7deg);
}
@media (min-width: 768px) {
  .quote-name {
    margin-top: 20px;
  }
}

.cta {
  width: 95%;
  max-width: 1400px;
  text-align: center;
  padding: 45px 10px;
  background-color: #e6e6e6;
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto 0 auto;
}
@media (min-width: 992px) {
  .cta {
    margin: 0 auto 0 auto;
  }
}
.cta:hover::before, .shareblock-label:hover .cta.socialblock::before, .shareblock-label:focus .cta.socialblock::before, .shareblock-label:hover .cta.shareblock-icon::before, .shareblock-label:focus .cta.shareblock-icon::before, .cta:focus::before {
  transform: scale(1.1);
}
.cta:hover .cta-button, .shareblock-label:hover .cta.socialblock .cta-button, .shareblock-label:focus .cta.socialblock .cta-button, .shareblock-label:hover .cta.shareblock-icon .cta-button, .shareblock-label:focus .cta.shareblock-icon .cta-button, .cta:focus .cta-button {
  border: 1px solid #df3d28;
}
.cta:hover .cta-button span, .shareblock-label:hover .cta.socialblock .cta-button span, .shareblock-label:focus .cta.socialblock .cta-button span, .shareblock-label:hover .cta.shareblock-icon .cta-button span, .shareblock-label:focus .cta.shareblock-icon .cta-button span, .cta:focus .cta-button span {
  animation-name: button;
  animation-duration: 0.5s;
}
.cta::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
  background-image: url("../images/cta-brush.png");
  background-size: cover;
  height: 300px;
  width: 300px;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .cta::before {
    height: 350px;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .cta::before {
    height: 450px;
    width: 450px;
  }
}
@media (min-width: 768px) {
  .cta {
    padding: 90px;
  }
}
@media (min-width: 992px) {
  .cta {
    padding: 100px 140px 60px 140px;
  }
}
@media (min-width: 1200px) {
  .cta {
    padding: 100px 220px 100px 220px;
  }
}
.cta-title {
  color: #df3d28;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  transform: skew(-7deg);
}
@media (min-width: 768px) {
  .cta-title {
    font-size: 2.4em;
  }
}
.cta-text {
  color: #252525;
  padding: 20px 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .cta-text {
    padding: 30px 0;
  }
}
.cta-button {
  color: #df3d28;
  border: 1px solid transparent;
  font-family: "Teko", sans-serif;
  display: inline-block;
  overflow: hidden;
  line-height: 45px;
  border: none;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
  padding: 0 30px;
  border: 1px solid transparent;
}
.cta-button span {
  transition: all 300ms;
  position: relative;
  display: block;
  transform: skew(-7deg);
}
@media (min-width: 768px) {
  .cta-button {
    margin-top: 50px;
  }
}

/* Venues */
.venuesintro {
  padding: 120px 0 40px 0;
}
@media (min-width: 768px) {
  .venuesintro {
    padding: 140px 0 80px 0;
  }
}
@media (min-width: 992px) {
  .venuesintro {
    padding: 200px 0 100px 0;
  }
}
.venuesintro-text {
  font-weight: 400;
  padding-top: 10px;
}

.venueitem {
  display: block;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .venueitem {
    margin: 0 40px;
  }
}
.venueitem-map {
  width: 100%;
  height: 300px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.14);
}
.venueitem-address {
  font-weight: 400;
  color: #646464;
}
.venueitem-title {
  color: #646464;
  font-weight: 600;
}
.venueitem-wrap {
  padding: 20px 20px 40px 20px;
}
@media (min-width: 992px) {
  .venueitem-wrap {
    padding: 30px 20px 70px 20px;
  }
}

.testimonials {
  overflow: auto;
}

.testimonial {
  max-width: 650px;
  display: block;
  float: left;
  margin-bottom: 40px;
  padding-left: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .testimonial {
    padding-left: 70px;
  }
}
.testimonial::before {
  font-family: icomoon;
  content: "\e939";
  position: absolute;
  font-size: 35px;
  color: #df3d28;
  top: 0;
  left: 0;
}
.testimonial:last-child() {
  margin: 0;
}
@media (min-width: 768px) {
  .testimonial {
    margin-bottom: 70px;
  }
}
.testimonial.__right {
  float: right;
}
.testimonial-text {
  color: #646464;
  line-height: 1.6;
}
.testimonial-author {
  text-align: left;
  color: #616161;
  font-size: 1.2em;
  margin-top: 15px;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  transform: skew(-7deg);
}

/* profiles */
.profiles {
  padding: 40px 0 80px 0;
  overflow: auto;
}
@media (min-width: 768px) {
  .profiles {
    padding: 80px 0 120px 0;
  }
}
@media (min-width: 992px) {
  .profiles {
    padding: 170px 0 160px 0;
  }
}

.profile {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  float: left;
  display: block;
}
.profile:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .profile.__right .profile-wrap {
    float: right;
  }
}
.profile.__right .profile-image {
  left: 0;
}
@media (min-width: 768px) {
  .profile {
    margin-bottom: 100px;
  }
  .profile:last-child {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .profile {
    margin-bottom: 150px;
  }
  .profile:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .profile {
    margin-bottom: 200px;
  }
  .profile:last-child {
    margin: 0;
  }
}
.profile-image {
  height: 170px;
  width: 170px;
  background-size: cover;
  margin: 0 auto 20px auto;
  display: block;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .profile-image {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .profile-image {
    width: 250px;
    height: 250px;
  }
}
.profile-wrap {
  margin-top: 20px;
  width: 100%;
  margin: 20px auto 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .profile-wrap {
    margin: 0;
    padding-left: 230px;
    width: 800px;
  }
}
@media (min-width: 992px) {
  .profile-wrap {
    padding-left: 280px;
  }
}
@media (min-width: 1200px) {
  .profile-wrap {
    padding-left: 300px;
  }
}
.profile-text, .profile-title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .profile-text, .profile-title {
    text-align: left;
  }
}
.profile-title {
  color: #df3d28;
  font-size: 1.3em;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transform: skew(-7deg);
}
.profile-text {
  padding-top: 10px;
  line-height: 1.53;
  color: #646464;
}

/* Footer */
.footer {
  width: 100%;
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  text-align: center;
  padding: 150px 0 45px 0;
  position: relative;
  color: white;
}
@media (min-width: 992px) {
  .footer {
    padding: 180px 0 45px 0;
  }
}
.footer-contactdetails, .footer-socialmedia {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  font-size: 0.9em;
  text-transform: uppercase;
  transform: skew(-7deg);
}
@media (min-width: 400px) {
  .footer-contactdetails, .footer-socialmedia {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .footer-contactdetails span, .footer-socialmedia span {
    display: block;
  }
}
.footer-contactdetails a, .footer-socialmedia a {
  transition: all 250ms;
}
.footer-contactdetails a:hover, .footer-contactdetails .shareblock-label:hover a.socialblock, .shareblock-label:hover .footer-contactdetails a.socialblock, .footer-contactdetails .shareblock-label:focus a.socialblock, .shareblock-label:focus .footer-contactdetails a.socialblock, .footer-contactdetails .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .footer-contactdetails a.shareblock-icon, .footer-contactdetails .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .footer-contactdetails a.shareblock-icon, .footer-contactdetails a:focus, .footer-socialmedia a:hover, .footer-socialmedia .shareblock-label:hover a.socialblock, .shareblock-label:hover .footer-socialmedia a.socialblock, .footer-socialmedia .shareblock-label:focus a.socialblock, .shareblock-label:focus .footer-socialmedia a.socialblock, .footer-socialmedia .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .footer-socialmedia a.shareblock-icon, .footer-socialmedia .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .footer-socialmedia a.shareblock-icon, .footer-socialmedia a:focus {
  color: #df3d28;
}
.footer-contactdetails {
  margin-bottom: 60px;
  position: relative;
}
.footer-contactdetails::after {
  content: "";
  position: absolute;
  bottom: -55px;
  height: 31px;
  width: 1.5px;
  background: #d1440c;
}
@media (min-width: 768px) {
  .footer-contactdetails {
    margin-bottom: 80px;
  }
}
.footer-socialmedia {
  overflow: auto;
  font-size: 0.9em;
  text-transform: uppercase;
}
@media (min-width: 400px) {
  .footer-socialmedia {
    font-size: 1em;
  }
}
.footer-socialmedia li {
  margin-top: 10px;
  display: block;
}
@media (min-width: 768px) {
  .footer-socialmedia li {
    display: inline-block;
    margin: 0 10px;
  }
}
.footer-socialmedia.__verticalline::after {
  content: "";
  display: block;
  margin: 20px auto;
  height: 31px;
  width: 1.5px;
  background: #d1440c;
}
.footer-spindogs {
  font-stretch: condensed;
  font-family: "Teko", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  transform: skew(-7deg);
}
@media (min-width: 768px) {
  .footer-spindogs {
    margin-top: 60px;
  }
}
.footer-spindogs a {
  font-weight: 700;
  transition: all 250ms;
}
.footer-spindogs a:hover, .footer-spindogs .shareblock-label:hover a.socialblock, .shareblock-label:hover .footer-spindogs a.socialblock, .footer-spindogs .shareblock-label:focus a.socialblock, .shareblock-label:focus .footer-spindogs a.socialblock, .footer-spindogs .shareblock-label:hover a.shareblock-icon, .shareblock-label:hover .footer-spindogs a.shareblock-icon, .footer-spindogs .shareblock-label:focus a.shareblock-icon, .shareblock-label:focus .footer-spindogs a.shareblock-icon, .footer-spindogs a:focus {
  color: #df3d28;
}
.footer-phone {
  padding-top: 20px;
}
.footer-logo {
  width: 130px;
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 7;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .footer-logo {
    width: 160px;
  }
}

.flexibleblocks {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .flexibleblocks {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .flexibleblocks {
    padding-bottom: 130px;
  }
}

.flexibleblock {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .flexibleblock {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .flexibleblock {
    margin-top: 120px;
  }
}

.shareblock:hover .shareblock-wrap, .shareblock-label:hover .shareblock.socialblock .shareblock-wrap, .shareblock-label:focus .shareblock.socialblock .shareblock-wrap, .shareblock-label:hover .shareblock.shareblock-icon .shareblock-wrap, .shareblock-label:focus .shareblock.shareblock-icon .shareblock-wrap, .shareblock:focus .shareblock-wrap {
  opacity: 1;
}
.shareblock-wrap {
  opacity: 0;
  background: #ddd;
  transition: all 200ms;
}
.shareblock-item {
  display: block;
}
.shareblock-item:hover::before, .shareblock-label:hover .shareblock-item.socialblock::before, .shareblock-label:focus .shareblock-item.socialblock::before, .shareblock-label:hover .shareblock-item.shareblock-icon::before, .shareblock-label:focus .shareblock-item.shareblock-icon::before, .shareblock-item:focus::before {
  color: #df3d28;
}
.shareblock-item::before {
  color: #333;
  font-family: icomoon;
  font-size: 25px;
  transition: all 200ms;
}
.shareblock-item.__fb {
  border-bottom: 1px solid #eee;
}
.shareblock-item.__fb::before {
  content: "\e900";
}
.shareblock-item.__tw::before {
  content: "\e907";
}

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