@import url(https://use.typekit.net/rcq2aof.css); /*! ---------------------------------------------------------
	
	* VARIABLES
	
------------------------------------------------------------*/
:root {
  --color-primary: #008ad0;
  --color-secondary: #d77836;
  --color-tertiary: #a1a1a1;
  --color-grey: #B9B9B9;
  --color-light-shade: #e6e6e6;
  --color-dark-shade: #000;
  --font-headline:alternate-gothic-no-2-d, sans-serif;
  --font-body:basic-sans, sans-serif;

  --gap-base: 0.938rem;
  --gap-small: 0.438rem;
  --line-height-base: 1.2;

}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-top {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
} /*! ---------------------------------------------------------
	
	* BASE
	
------------------------------------------------------------*/
*,
:after,
:before {
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  body,
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  body,
  html {
    font-size: 13px;
  }
}
body {
  position: relative;
  height: 100%;
  font-weight: 200;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body > form {
  overflow-x: hidden;
}
h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.08333;
  margin: 0 0 0.01563em 0;
}
.content-area h2 {
  margin-top: 3rem;
}
h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.26316;
  margin: 0 0 0.01974em 0;
}
h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462;
  margin: 0 0 0.02885em 0;
}
h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
  margin: 0 0 0.03409em 0;
}
h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  margin: 0 0 0.04167em 0;
}
p {
  margin: 0 0 1.5rem;
}
blockquote,
ol,
pre,
table,
ul {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
b,
code,
em,
small,
strong {
  line-height: 1;
}
sub,
sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
main div.container {
  margin-bottom: 0 !important;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #00f;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
a:hover {
  color: #0000e6;
  text-decoration: none;
}
hr {
  display: block;
  height: 1px;
  width: 25%;
  border: 0;
  border-top: 1px solid #fff;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
}
pre {
  background: #e6e6e6;
  padding: 10px 15px;
}
.content-area h2 {
  margin: 3rem 0 2rem;
}
.content-area h3 {
  margin: 2rem 0 1rem;
}
.content-area img {
  max-width: 100%;
  height: auto;
}

.content-area ol li {margin-bottom:.65rem}

/*! ---------------------------------------------------------
	
	* Filename:			  bootsrap.scss
	* Description: 		Imports bootstrap styles from node_modules
	
------------------------------------------------------------ */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 575px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
} /*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-search:before {
  content: "\f002";
}
.fa-times:before {
  content: "\f00d";
}
.fa-triangle:before {
  content: "\f2ec";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.woff) format("woff"),
    url(../webfonts/fa-brands-400.ttf) format("truetype"),
    url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../webfonts/fa-light-300.eot);
  src: url(../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-light-300.woff2) format("woff2"),
    url(../webfonts/fa-light-300.woff) format("woff"),
    url(../webfonts/fa-light-300.ttf) format("truetype"),
    url(../webfonts/fa-light-300.svg#fontawesome) format("svg");
}
.fal {
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.woff) format("woff"),
    url(../webfonts/fa-regular-400.ttf) format("truetype"),
    url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.woff) format("woff"),
    url(../webfonts/fa-solid-900.ttf) format("truetype"),
    url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
} /*! ---------------------------------------------------------
	
	* COMPONENTS
	
------------------------------------------------------------*/
.banner-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border: none;
}
.button.button--primary {
  background: #00abd8;
  color: #fff;
}
.button.button--secondary {
  background: #9e2065;
  color: #fff;
}
.footer {
  background: #d3d3d3;
}
.footer .footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .footer .footer-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.footer .footer-column .list {
  padding-left: 1.2rem;
}
.footer .footer-column .list.list--inline li {
  display: inline-block;
}
.footer .footer-column .list.list--col-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.footer .footer-column .list.list--col-3 {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
.footer .footer-column .logo img {
  max-width: 100%;
}
.footer .footer-column .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer .footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .footer .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-copyright-bar {
  padding: 1rem 0;
  background: #56565b;
}
.footer-copyright-bar .col-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-copyright-bar .col-12 .left,
.footer-copyright-bar .col-12 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-copyright-bar .col-12 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-copyright-bar .col-12 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.footer-copyright-bar .col-12 ul li a,
.footer-copyright-bar .col-12 ul li span {
  color: #fff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.footer-copyright-bar .col-12 ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-copyright-bar .col-12 ul.social li {
  margin: 0 0.25rem;
}
.footer-copyright-bar .col-12 ul.social li:last-of-type {
  margin-right: 0;
}
.footer-copyright-bar .col-12 ul.links li {
  margin: 0 0.25rem;
}
.footer-copyright-bar .col-12 ul.links li:last-of-type {
  margin-right: 0;
}
.footer-copyright-bar .col-12 ul.powered li {
  margin: 0 0.25rem;
}
@media screen and (max-width: 1199px) {
  .grid.grid-1x3-b .cards .card:nth-of-type(1) .action {
    left: -1rem;
  }
  .grid.grid-1x3-b .cards .card:nth-of-type(2) .action {
    right: -1rem;
  }
  .grid.grid-1x3-b .cards .card:nth-of-type(3) .action {
    right: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .grid.grid-1x3-b .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid.grid-1x3-b .cards .card {
    width: 100%;
    padding-top: 55%;
  }
  .grid.grid-1x3-b .cards .card:nth-of-type(2) {
    margin: 2rem 0;
  }
  .grid.grid-1x3-b .cards .card .action {
    background: #5a5a5a;
  }
  .grid.grid-1x3-b .cards .card .action span {
    opacity: 1;
    max-height: 100px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .grid.grid-1x3-b .cards .card {
    padding-top: 65%;
  }
  .grid.grid-1x3-b .cards .card .action {
    top: 50% !important;
    width: 160px;
    height: 160px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .grid.grid-1x3-b .cards .card:nth-of-type(3) {
    background-position: 100% 22%;
  }
}
.header {
  z-index: 100;
  box-sizing: border-box;
}
.header.is-sticky.notification-banner.notification-banner--relative {
  top: 0 !important;
}
.menu.menu--desktop ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu.menu--desktop ul li[data-depth="0"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu.menu--desktop ul li[data-depth="0"] a {
  color: #fff;
}
.menu.menu--desktop ul li[data-depth="0"].parent:hover ul[data-depth="0"] {
  display: block;
  -webkit-animation: slide-in-bottom 0.3s ease-in-out forwards;
  animation: slide-in-bottom 0.3s ease-in-out forwards;
}
.menu.menu--desktop ul li[data-depth="0"] .icon {
  margin-left: 4px;
  font-size: inherit;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 240px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background: #fff;
  padding: 0;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].display-left {
  right: 0;
  left: initial;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li {
  position: relative;
  margin: 0;
}
.menu.menu--desktop
  ul
  li[data-depth="0"]
  ul[data-depth="0"]
  li:hover
  ul[data-depth="1"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide-in-bottom 0.3s ease-in-out forwards;
  animation: slide-in-bottom 0.3s ease-in-out forwards;
}


.menu.menu--desktop
  ul
  li[data-depth="0"]
  ul[data-depth="0"]
  li
  ul[data-depth="1"] {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  background: #008ad0;
}
.menu.menu--desktop
  ul
  li[data-depth="0"]
  ul[data-depth="0"]
  li
  ul[data-depth="1"].display-left {
  right: initial;
  left: -100%;
}
.menu.menu--desktop ul li[data-depth="1"] a, .menu.menu--desktop ul li[data-depth="2"] a:hover{
  color: #000;
}
.menu.menu--desktop ul li[data-depth="1"].parent a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu.menu--desktop ul li[data-depth="1"].parent > a::after {
  content: "\203A";
  margin-left: 0.5rem;
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 0;
  position:relative;
  top:-1.5px;
}
.menu.menu--desktop ul li:last-of-type ul {
  right: 0;
  left: initial;
}
.menu.menu--mobile {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  height: 100%;
  width: 280px;
  padding: 10px;
  background: #fff;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: -6px 0 12px rgba(0, 0, 0, 0.05);
  overflow-y: scroll;
}
.menu.menu--mobile.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu.menu--mobile ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.menu.menu--mobile ul li {
  position: relative;
  margin: 0;
}
.menu.menu--mobile ul li a {
  font-size: 0.9375rem;
}
.menu.menu--mobile ul li .icon {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu.menu--mobile ul li .icon.active {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}
.menu.menu--mobile ul li ul {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;
  padding-left: 1rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu.menu--mobile ul li ul.active {
  opacity: 1;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  position: relative;
  margin: 0 5px;
}
.menu ul li a {
  display: block;
  padding: 10px;
  color: #282828;
  font-size: 0.875rem;
  font-weight: 700;
}
.mobile__toggle {
  text-align: right;
  font-size: 1.5rem;
  cursor: pointer;
}
.mobile__toggle.mobile__toggle--mobile {
  padding: 20px 20px 0 0;
  margin-bottom: 20px;
}
body.dnnEditState .notification-banner {
  position: relative !important;
}
.notification-banner {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  background: grey;
  padding: 1.5rem 0;
  color: #fff;
  text-align: center;
  -webkit-animation: slide-in-bottom 0.6s ease-in-out 1s forwards;
  animation: slide-in-bottom 0.6s ease-in-out 1s forwards;
}
@media screen and (max-width: 767px) {
  .notification-banner {
    padding-top: 2.5rem;
  }
}
.notification-banner.notification-banner--top[data-sticky="true"] {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.notification-banner.notification-banner--bottom[data-sticky] {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
}
.notification-banner [data-banner-close] {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.notification-banner p:last-of-type {
  margin-bottom: 0;
}
.inner-banner {
  position: relative;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner .container,
.inner-banner .container > .row {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .inner-banner {
    height: 400px;
  }
}
.uvp {
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  background: #f0f0f0;
  list-style: none;
}
.uvp li {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #349df3;
}
.uvp li span {
  color: #000;
  font-size: 1rem;
} /*! ---------------------------------------------------------
	
	* Filename:			  back-to-top.scss
	* Description: 		Sets styles for back-to-top button
	
------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  z-index: 20;
  bottom: 30px;
  right: 30px;
  background: 0 0;
  border: none;
  outline: 0 !important;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back-to-top.is-active {
  pointer-events: initial;
  opacity: 1;
}
.back-to-top i {
  font-size: 2.5rem;
  cursor: pointer;
} /*! ---------------------------------------------------------
	
	* CLEAN ACCORDION
	
------------------------------------------------------------*/
[data-accordion-group] [data-accordion] [data-content] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 350ms ease;
  transition: max-height 350ms ease;
}
[data-accordion-group] {
  margin-bottom: 1.5rem;
}
[data-accordion-group] [data-accordion] {
  margin-bottom: 5px;
}
[data-accordion-group] [data-accordion]:last-of-type {
  margin: 0;
}
[data-accordion] [data-control] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: grey;
  color: #fff;
}
[data-accordion] [data-control]::before {
  margin-right: 0.5rem;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
[data-accordion].open > [data-control]::before {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}
[data-accordion-group].read-more {
  margin-bottom: 1.5rem;
}
[data-accordion-group].read-more > [data-accordion] > [data-control] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
[data-accordion-group].read-more > [data-accordion] > [data-control]::before {
  display: none;
} /*! ---------------------------------------------------------
	
	* CLEAN BACKGROUND VIDEO
	
------------------------------------------------------------*/
body[data-background-video] {
  height: 100vh;
  margin: 0;
}
.clean-background-video {
  height: 500px;
}
[data-background-video] {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
[data-background-video] video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
[data-background-video] video.background-video-loaded {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  [data-background-video] video,
  body[data-background-video] video {
    display: none;
  }
} /*! ---------------------------------------------------------
	
	* CLEAN TABS
	
------------------------------------------------------------*/
[data-tab-group] {
  margin-bottom: 5rem;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  [data-tab-group] {
    display: none;
  }
}
[data-tab-group] ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
[data-tab-group] [data-button].open {
  background: red;
}
[data-tab-group] [data-content] {
  display: none;
}
[data-tab-group] [data-content].open {
  display: block;
}
[data-accordion-tab-group] {
  display: none;
}
@media screen and (max-width: 767px) {
  [data-accordion-tab-group] {
    display: block;
  }
}
[data-accordion-tab-group] [data-accordion] [data-content] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 350ms ease;
  transition: max-height 350ms ease;
}
[data-accordion-tab-group]
  [data-accordion]
  [data-content]
  .wrapper
  > :first-of-type {
  margin-top: 0;
}
[data-accordion-tab-group]
  [data-accordion]
  [data-content]
  .wrapper
  > :last-of-type {
  margin-bottom: 0;
} /*! ---------------------------------------------------------
	
	* FLICKITY
	
------------------------------------------------------------*/
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity .carousel-cell {
  width: 33.333333333%;
  height: 200px;
  margin: 0;
  padding: 0 5px;
}
.flickity .carousel-cell > img {
  width: 100%;
}
.flickity .flickity-button::after {
  position: absolute;
  content: "x";
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Pro";
}
.flickity .flickity-button.next::after {
  content: "\f054";
}
.flickity .flickity-button.previous::after {
  content: "\f054";
}
.flickity .flickity-button svg {
  display: none;
}
.eds_news_Ozone.eds_subCollection_news a,
.eds_news_Ozone.eds_subCollection_news li,
.eds_news_Ozone.eds_subCollection_news span,
.eds_news_Ozone.eds_subCollection_news table,
.eds_news_Ozone.eds_subCollection_news td {
  font-size: 1.041875rem !important;
} /*! ---------------------------------------------------------
	
	* Filename:			  fslightbox.scss
	* Description: 		Sets styles for fslightbox
	
------------------------------------------------------------*/
html.fslightbox-open {
  overflow: initial;
}
.fslightbox-fade-in-strong iframe {
  display: block !important;
}
.fslightbox-source {
  display: block !important;
  height: auto !important;
  max-width: 900px;
} /*! ---------------------------------------------------------
	
	* Filename:			  lazyload.scss
	* Description: 		Sets styles for lazyload.js.
	
------------------------------------------------------------*/
.lazyload,
.utm-form {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.loaded {
  opacity: 1;
}
.lazyload[data-was-processed="true"] {
  opacity: 1;
}
@media screen and (max-width: 653px) {
  .centBTN {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .reviews.reviews-full--1 .button.button--secondary {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .uvp.uvp-bar-2 {
    margin-top: 11rem !important;
  }
}

.edsgg_mediaType_embededVideo:before {
  content: url("/portals/0/play-solid.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 20%;
}

/*!
* DO NOT MODIFY ANYTHING ABOVE THIS. STYLES ABOVE WILL BE OVERWRITTEN.
* Add all custom styles below.

*/
* .header.header--5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade-in 0.5s ease;
  animation: fade-in 0.5s ease;
}
.header.header--5.is-sticky {
  position: fixed;
  margin-top: 0;
  -webkit-animation: fade-in-top 0.5s ease;
  animation: fade-in-top 0.5s ease;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
}
.header.header--5.is-sticky .logo {
  display: block;
}
@media screen and (max-width: 992px) {
  .header.header--5.is-sticky .logo {
    display: none;
  }
}
.header.header--5.is-sticky .logo.logo--mobile {
  display: none;
}
.header.header--5.is-sticky .right {
  display: none;
}
.header.header--5 .col-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.header--5 .logo.logo--mobile {
  display: none;
}
.header.header--5 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .header.header--5 .right {
    display: none;
  }
  .header.header--5 .logo {
    display: none;
  }
  .header.header--5 .logo.logo--mobile {
    display: block;
    margin: 0 auto;
  }
}
.header.header--5 .mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header.header--5 .mobile .button {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.dnnEditState .header.header--5 {
  position: relative !important;
}
form[action*="/Admin"] .header.header--5,
form[action*="/admin"] .header.header--5,
form[action="/Login?returnurl=%2fadmin"] .header.header--5 {
  position: relative !important;
}
.header.header--5 {
  background: rgba(0, 0, 0, 0.65);
}
.menu.menu--desktop ul li[data-depth="0"] a {
  font-size: 1.5625rem;
  text-transform: uppercase;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
}
#right-pane {
  display: flex;
  align-items: center;
}
#right-pane a {
  margin: 0 10px;
}
#right-pane .right__phone {
  display: block;
  text-align: center;
  font-size: 1.301875rem;
  line-height: 1.35rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#right-pane .right__phone span {
  color: #008ad0;
}
#right-pane .button.button--primary {
  color: #fff;
  padding: 4px 15px 3px;
}
.button.button--primary:hover {
  background: #d77836;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] {
  background: #282828;
}
.menu.menu--desktop ul li[data-depth="1"] a {
  font-family: basic-sans, sans-serif;
  font-size: 0.9375rem !important;
  letter-spacing: 0.8px;
  color: #fff;
}
.menu.menu--desktop ul li[data-depth="0"] a:hover,
.menu.menu--desktop ul li[data-depth="1"] a:hover {
  color: #008ad0;
}

 .menu.menu--desktop ul li[data-depth="2"] a:hover {color:#000}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li {
  border-bottom: 1px solid #1f1f1f;
}
.menu.menu--mobile {
  background: rgba(35, 35, 35, 0.95);
}
.menu.menu--mobile ul li a {
  color: #fff;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mobile__toggle,
.mobile__toggle.mobile__toggle--mobile .far {
  color: #fff;
}
.header.header--5 .mobile .button {
  color: #fff;
}
.header.header--5 .logo.logo--mobile {
  margin: 15px auto;
}
.header.header--5 .logo img {
  width: 159px;
}
.menu.menu--mobile ul li .icon {
  top: 15px;
  color: #fff;
}
.menu.menu--mobile ul li li a {
  font-family: basic-sans, sans-serif;
  color: #008ad0;
  font-size: 18px;
  font-weight: 400;
}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] {
  border-top: 3px solid #008ad0;
}
.menu.menu--mobile ul li li a {
  padding: 5px;
}
@media screen and (max-width: 1100px) {
  .menu.menu--desktop ul li[data-depth="0"] a {
    font-size: 1.375rem;
  }
  #right-pane .button.button--primary {
    font-size: 1.375rem;
    line-height: 1.4;
  }
  #right-pane .right__phone {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1050px) {
  .menu.menu--desktop ul li[data-depth="0"] a {
    font-size: 1.25rem;
  }
  #right-pane .button.button--primary {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .menu.menu--desktop ul li[data-depth="0"] a {
    font-size: 1.125rem;
  }
  #right-pane .button.button--primary {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 992px) {
  .header.header--5 {
    position: relative;
    background: #000;
  }
}
.banner {
  position: relative;
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .banner {
    height: 500px !important;
  }
}
.banner-area.banner-area--3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
@media screen and (max-width: 575px) {
  .banner-area.banner-area--3 {
    padding: 0 10px;
  }
}
.banner-area.banner-area--3 .banner-area__title {
  color: #fff;
}
.banner-area.banner-area--3 .banner-area__text {
  color: #fff;
}
.banner {
  height: 700px;
  padding: 0 15px;
}
.banner .container {
  position: relative;
}
.banner-area.banner-area--3 {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 40%;
}
.banner-area.banner-area--3 .banner-area__title {
  font-size: 3.25rem;
  text-transform: uppercase;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
}
.banner-area.banner-area--3 span {
  color: #008ad0;
  font-size: 2.083125rem;
  font-family: basic-sans, sans-serif;
}
.banner-area.banner-area--3 .col-md-8 {
  padding: 25px 18px;
  position: relative;
}
.banner-area.banner-area--3 .banner-area__text {
  width: 100%;
  font-size: 1.25rem;
  margin-top: 10px;
}
.banner-area__buttons {
  position: absolute;
  bottom: -25px;
}
.banner-area__buttons .button {
  margin-right: 15px;
}
.banner-area.banner-area--3 .col-md-4 {
  background: 0 0;
  position: relative;
  padding: 0;
}
.banner-area.banner-area--3 .col-md-4 iframe {
  top: -17%;
  position: absolute;
}
.banner-area.banner-area--3 .banner-area__title strong {
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .banner-area.banner-area--3 .banner-area__title strong {
    display: block;
  }
}
@media screen and (max-width: 1150px) {
  .banner-area.banner-area--3 .banner-area__title {
    font-size: 2.5rem;
  }
  .banner-area.banner-area--3 span {
    font-size: 1.75rem;
  }
  .banner-area.banner-area--3 .banner-area__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  .banner-area.banner-area--3 .banner-area__title {
    font-size: 2rem;
  }
  .banner-area.banner-area--3 span {
    font-size: 1.3rem;
  }
  .banner-area.banner-area--3 {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .banner-area.banner-area--3 .banner-area__title {
    font-size: 2.2rem;
  }
  .banner-area.banner-area--3 span {
    font-size: 1.5rem;
  }
  .banner-area.banner-area--3,
  .banner-area.banner-area--3 .col-md-4 iframe,
  .banner-area__buttons {
    position: relative;
  }
  .banner-area__buttons {
    justify-content: center;
  }
  .banner-area__buttons .button {
    margin-bottom: 10px;
    width: 90%;
  }
  .banner-area.banner-area--3 {
    top: 30px;
    margin: 0 auto;
    transform: none;
    padding: 0;
  }
  .banner {
    margin-bottom: 300px;
  }
  .banner-area.banner-area--3 .col-md-4 iframe {
    top: 0;
    max-width: 350px;
    height: 500px;
  }
  .banner-area.banner-area--3 .col-md-4 {
    background: #008ad0;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .banner-area.banner-area--3 .banner-area__title {
    font-size: 1.75rem;
  }
  .banner-area.banner-area--3 span {
    font-size: 1.25rem;
  }
  .banner-area.banner-area--3 .banner-area__text {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .banner {
    margin-bottom: 250px;
  }
}
@media screen and (max-width: 576px) {
  .banner .container {
    padding: 0;
  }
}
@media screen and (max-width: 475px) {
  .banner {
    height: 650px !important;
  }
  .banner {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 375px) {
  .banner {
    margin-bottom: 250px;
  }
}
.uvp.uvp-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .uvp.uvp-bar-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.uvp.uvp-bar-2 {
  padding: 2.5rem;
  position: relative;
  z-index: 10px;
  top: -50px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .uvp.uvp-bar-2 {
    width: 100%;
    max-width:450px
  }
  .uvp li {
    margin-bottom: 15px;
  }
  .uvp li:last-child {
    margin-bottom: 0;
  }
  .uvp.uvp-bar-2 li img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .uvp.uvp-bar-2 {
    top: 0;
    margin-top: 200px;
    margin-bottom: 30px;
  }
  .uvp.uvp-bar-2 li {
    margin-bottom: 15px;
  }
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box {
  position: relative;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__image {
  width: 100%;
  height: 66.666%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(158, 32, 101, 0.7);
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content .content__title {
  color: #fff;
  text-align: center;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content .content__text {
  width: 100%;
  color: #fff;
  text-align: center;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content .content__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
}
.grid-boxes.grid-boxes-1x2--2 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 375px;
  margin: 70px 0 140px;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content {
  position: relative;
  width: 100%;
  top: 20%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: #008ad0;
  text-align: left;
  padding: 35px 50px 50px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content ul {
  padding: 0;
  margin: 0;
  columns: 2;
  list-style: inside;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content ul li {
  color: #fff;
  font-weight: 700;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content ul li a {
  color: #fff;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content ul li a:hover {
  text-decoration: underline;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content .content__button {
  left: 0;
  right: 0;
  transform: translateX(0) translateY(0);
  text-align: center;
  bottom: -26px;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content .content__title {
  font-weight: 400;
  font-size: 2.604375rem;
  font-family: alternate-gothic-no-2-d, sans-serif;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
}
.grid-boxes.grid-boxes-1x2--2
  .grid-boxes__box
  .box__content
  .content__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 260px;
  background: #fff;
  left: 0;
}
.grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content .content__text {
  text-align: left;
  font-size: 1.041875rem;
}
@media screen and (max-width: 1100px) {
  .grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content {
    top: 10%;
  }
}
@media screen and (max-width: 1025px) {
  .grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content {
    top: 5%;
  }
  .grid-boxes.grid-boxes-1x2--2
    .grid-boxes__box
    .box__content
    .content__button
    .button,
  .grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .grid-boxes.grid-boxes-1x2--2 {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .grid-boxes.grid-boxes-1x2--2 {
    height: auto;
    margin-bottom: 70px;
  }
  .grid-boxes.grid-boxes-1x2--2
    .grid-boxes__box
    .box__content
    .content__button {
    position: relative;
    bottom: auto;
    margin-top: 15px;
  }
  .grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content {
    padding: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .grid-boxes.grid-boxes-1x2--2 .grid-boxes__box .box__content ul {
    columns: 1 !important;
  }
}
.feature.feature--4 .feature__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature.feature--4 {
  margin: 40px 0 70px;
}
.feature.feature--4 .row {
  align-items: center;
}
h2.feature__title {
  border-bottom: 3px solid #000;
  margin-bottom: 15px;
}
p.feature__text {
  font-size: 1.041875rem;
}
.feature.feature--4 .button.button--secondary {
  margin-right: 5px;
}
.feature.feature--2 {
  position: relative;
  height: 450px;
}
.feature.feature--2 .feature__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature.feature--2 .feature__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
}
.feature.feature--2 .feature__content .content__title {
  color: #fff;
  text-align: center;
}
.feature.feature--2 .feature__content .content__text {
  color: #fff;
  text-align: center;
}
.feature.feature--2 .feature__content .content__button {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feature.feature--2 {
  background: #008ad0;
}
.feature.feature--2 .feature__content {
  background: 0 0;
  text-align: left;
}
.feature.feature--2 .feature__content .content__title {
  font-size: 2.604375rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 2.8rem;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
.feature.feature--2 .feature__content .content__text {
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.feature.feature--2 .feature__content .content__button {
  left: 0;
  transform: none;
  color: #fff;
  border-color: #fff;
}
.feature.feature--2 ul {
  columns: 3;
  display: flex;
  flex-wrap: wrap;
}
.feature.feature--2 ul li {
  display: block;
  text-align: center;
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 25px;
}
.feature.feature--2 ul li img {
  width: auto;
  height: 45px;
}
.feature.feature--2 ul li span {
  display: block;
  color: #fff;
  line-height: 1.3;
  margin-top: 10px;
}
.feature.feature--2 .feature__content .content__button:hover {
  background: #fff;
  color: #008ad0;
}
@media screen and (max-width: 992px) {
  .feature.feature--2 .feature__content {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .feature.feature--2 {
    height: auto;
  }
  .feature.feature--2 .feature__content {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    padding-top: 20px;
  }
  .feature.feature--2 ul {
    margin-left: 0;
    padding-left: 0;
  }
  .feature.feature--2 ul {
    columns: 2;
  }
  .feature.feature--2 ul li {
    width: 50%;
  }
  .content__buttons .button,
  .feature__buttons .button {
    margin-bottom: 10px;
    max-width: 260px;
    width: 100%;
  }
}
.reviews.reviews-full--1 {
  position: relative;
  height: 500px;
}
.reviews.reviews-full--1 .reviews-full__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews.reviews-full--1 .reviews-full__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.reviews.reviews-full--1 {
  height: 420px;
  margin: 70px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.reviews.reviews-full--1 .reviews-full__content iframe {
  max-width: 1000px;
  margin: 0 auto;
}
.reviews.reviews-full--1 .button.button--secondary {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .reviews.reviews-full--1 {
    height: 550px;
    margin-top: 0;
  }
  .reviews.reviews-full--1 .reviews-full__image {
    -o-object-fit: unset;
    object-fit: unset;
  }
}
.footer.footer--4 #footer-one-pane {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .footer.footer--4 #footer-one-pane {
    text-align: center;
  }
}
.footer.footer--4 #footer-one-pane hr {
  margin-left: 0;
}
.footer.footer--4 #footer-two-pane {
  text-align: center;
}
.footer.footer--4 #footer-three-pane {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .footer.footer--4 #footer-three-pane {
    text-align: center;
  }
}
.footer.footer--4 #footer-three-pane hr {
  margin-right: 0;
}
.footer.footer--4 .footer__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer.footer--4 .footer__column .column__list {
  list-style: none;
  padding: 0;
}
.footer.footer--4 hr {
  width: 100%;
  max-width: 200px;
  height: 3px;
  background: #9e2065;
  border: none;
}
@media screen and (max-width: 991px) {
  .footer.footer--4 hr {
    margin: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .footer.footer--4 .button {
    margin: auto;
  }
}
.footer {
  background: #d9d9d9;
}
.footer .upper {
  padding: 40px 15px;
}
.footer .disclaimer {
  background: #008ad0;
  overflow: hidden;
}
.footer-copyright-bar {
  background: 0 0;
}
#footer-two-pane h4 {
  color: #000;
  font-family: basic-sans, sans-serif;
  font-style: italic;
  font-size: 1.125rem;
  margin: 8px 0;
}
.footer h4 {
  text-transform: uppercase;
  color: #008ad0;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.footer.footer--4 hr {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #008ad0;
}
.footer .footer-column .list {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 0;
  list-style: inside;
}
#footer-three-pane .footer-column .list li {
  line-height: 1.95rem;
}
.footer .footer-column .list li,
.footer .footer-column .list li a {
  color: #000;
  text-transform: uppercase;
  display: block;
  line-height: 1.7rem;
}
.footer .footer-column .list li a:hover {
  text-decoration: underline;
}
.footer .footer-column .button {
  margin-top: 20px;
}
.footer .footer-column .address {
  justify-content: center;
}
.column__email,
.column__number,
.footer .footer-column .address address {
  color: #000 !important;
  font-style: normal;
}
.column__email,
.column__number,
.footer .footer-column .address {
  margin-bottom: 8px;
}
.column__email .far,
.column__number .fas {
  display: inline-block;
  margin-right: 5px;
  color: #008ad0;
}
.footer-copyright-bar .col-12 ul li a,
.footer-copyright-bar .col-12 ul li span,
.footer-copyright-bar .col-12 ul.links li,
.footer-copyright-bar .left,
.footer-copyright-bar .left span {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: basic-sans, sans-serif;
}
.footer .logoset img:first-child {
  margin-right: 20px;
  position: relative;
  top: 15px;
}
#dnn_FooterOnePane {
  -webkit-flex: 0 0 20% !important;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20% !important;
}
#dnn_FooterTwoPane {
  -webkit-flex: 0 0 54% !important;
  -ms-flex: 0 0 54% !important;
  flex: 0 0 54% !important;
  max-width: 54% !important;
}
#dnn_FooterThreePane {
  -webkit-flex: 0 0 26% !important;
  -ms-flex: 0 0 26% !important;
  flex: 0 0 26% !important;
  max-width: 26% !important;
}
.column__email:hover,
.column__number:hover,
.footer .footer-column .address address:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .footer .footer-column {
    margin-bottom: 40px;
  }
  #dnn_FooterOnePane {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #dnn_FooterTwoPane {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #dnn_FooterThreePane {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .logoset {
    margin: -50px 0 40px;
  }
  .footer .upper {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .footer-copyright-bar .col-12 ul li span,
  .footer-copyright-bar .col-12 ul.links li,
  .footer-copyright-bar .left,
  .footer-copyright-bar .left span {
    font-size: 0.875rem;
  }
  .footer-copyright-bar .col-12 ul li a,
  .footer-copyright-bar .col-12 ul.links li:last-of-type {
    font-size: 0.625rem;
  }
  .footer-copyright-bar .col-12 ul.links li img {
    top: -6px !important;
  }
}
.footer-copyright-bar.footer-copyright-bar-1 .left,
.footer-copyright-bar.footer-copyright-bar-1 .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar.footer-copyright-bar-1 .left,
  .footer-copyright-bar.footer-copyright-bar-1 .right {
    width: 100%;
  }
}
.footer-copyright-bar.footer-copyright-bar-1 .left {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar.footer-copyright-bar-1 .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.footer-copyright-bar.footer-copyright-bar-1 .right {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar.footer-copyright-bar-1 .right {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar.footer-copyright-bar-1 .social li:first-of-type {
    display: none;
  }
}
.footer-copyright-bar {
  padding: 0.6rem;
}
.footer-copyright-bar .col-12 ul.links li {
  position: relative;
}
.footer-copyright-bar .col-12 ul.links li img {
  position: absolute;
  right: -33px;
  top: 0;
}
.footer-copyright-bar .col-12 ul.social li .fab {
  font-size: 25px;
}
.inner-banner {
  position: relative;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner .container,
.inner-banner .container > .row {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .inner-banner {
    height: 400px;
  }
}
.page-title.page-title-normal {
  position: absolute;
  top: 50%;
  left: 0;
}
.page-title.page-title-normal .page-title__text {
  color: #fff;
}
.inner-banner {
  height: 300px;
  margin-bottom: 60px;
}
.page-title.page-title-normal {
  top: auto;
  bottom: 10px;
}
.page-title.page-title-normal .page-title__text {
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1;
  font-weight: 500;
  padding-left: 15px;
}
.page-title.page-title-normal .page-title__text span {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-title.page-title-normal .page-title__text {
    font-size: 3rem;
  }
  .page-title.page-title-normal .page-title__text span {
    font-size: 1.5rem;
  }
  .inner-banner {
    height: 200px;
  }
}
.uvp.uvp-callout-1 {
  padding: 1.5rem;
}
.uvp.uvp-callout-1 li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
}
.uvp.uvp-callout-1 li:last-of-type {
  margin-bottom: 0;
}
.uvp.uvp-callout-1 li::before {
  position: absolute;
  content: "\f054";
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 1.5rem;
  color: #9d1d64;
}
.uvp.uvp-callout-1 {
  background: 0 0;
  padding: 5px 0;
}
.uvp.uvp-callout-1 li {
  font-size: 1.041875rem;
  font-weight: 700;
  font-family: Futura, sans-serif;
  color: #000;
  padding-left: 1.5rem;
}
.uvp.uvp-callout-1 li::before {
  content: "\f058";
  top: 1px;
  font-weight: 300;
  color: #008ad0;
  font-size: 1rem;
}
.uvp__buttons {
  display: flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom: 40px;
}
.uvp__buttons a.button.button--primary {
  font-weight: 400;
}
.top-level-tiles.bar-tiles .tile {
  margin-top: 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-level-tiles.bar-tiles .tile:first-of-type {
  margin-top: 0;
}
.top-level-tiles.bar-tiles .tile:hover a {
  background-color: transparent;
}
.top-level-tiles.bar-tiles .tile a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  width: 100%;
  padding: 1rem 0;
  background-color: #9e2065;
}
.top-level-tiles.bar-tiles {
  margin-top: 30px;
}
.top-level-tiles.bar-tiles .tile a {
  padding: 2rem 0;
  font-weight: 400;
  text-decoration: none;
  background: rgba(77, 77, 77, 0.6);
  font-size: 1.823125rem;
  text-transform: uppercase;
  font-family: alternate-gothic-no-2-d, sans-serif;
  color: #fff;
}
.top-level-tiles.bar-tiles .tile:hover a {
  background: rgba(0, 138, 208, 0.6);
}
.slider.slider-1-full-new {
  padding: 1rem 0 1.5rem;
  background: #e8e8e8;
}
.slider.slider-1-full-new .title {
  margin-bottom: 1.5rem;
  text-align: center;
}
.slider.slider-1-full-new .flickity {
  margin-bottom: 2rem;
}
.slider.slider-1-full-new .flickity .carousel-cell {
  width: 20%;
  margin: 0;
  padding: 0 5px;
}
@media screen and (max-width: 991px) {
  .slider.slider-1-full-new .flickity .carousel-cell {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 767px) {
  .slider.slider-1-full-new .flickity .carousel-cell {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .slider.slider-1-full-new .flickity .carousel-cell {
    width: 100%;
  }
}
.slider.slider-1-full-new .buttons {
  text-align: center;
}
.slider.slider-1-full-new .flickity .carousel-cell {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.slider.slider-1-full-new .flickity .carousel-cell img {
  width: auto;
}
.slider.slider-1-full-new .flickity .carousel-cell {
  height: 100px;
}
.slider.slider-1-full-new .title {
  font-size: 1.5625rem;
  margin-bottom: 5px;
}
.slider.slider-1-full-new .flickity-page-dots {
  display: none;
}
.slider.slider-1-full-new {
  margin: 50px 0 70px;
  padding: 20px 0 30px;
}
.slider.slider-1-full-new .flickity {
  margin-bottom: 0;
}
.slider.slider-1-full-new .flickity-prev-next-button.next:after {
  content: "\f0da";
  left: auto;
  right: -30px;
}
.slider.slider-1-full-new .flickity .flickity-button.previous:after {
  content: "\f0d9";
  left: -30px;
}
.slider.slider-1-full-new .flickity-prev-next-button {
  font-weight: 700;
  background: 0 0;
  color: #cbcbcb;
  font-size: 50px;
}
@media screen and (max-width: 992px) {
  .slider.slider-1-full-new .flickity .carousel-cell {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .slider.slider-1-full-new .flickity .carousel-cell {
    width: 100%;
  }
}
.side-nav.callout-box {
  position: relative;
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.side-nav.callout-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side-nav.callout-box a h4 {
  text-align: center;
}
.side-nav.callout-box {
  padding-top: 70%;
  margin-bottom: 15px;
}
.side-nav.callout-box a h4 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.8rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.side-nav.callout-box a:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .side-nav.callout-box {
    margin: 30px 0;
  }
}
.gallery.gallery-1x4--2 .gallery__image {
  position: relative;
  overflow: hidden;
}
.gallery.gallery-1x4--2 .gallery__image:hover .image__content {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.gallery.gallery-1x4--2 .gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery.gallery-1x4--2 .gallery__image .image__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 171, 216, 0.8);
  opacity: 0;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.gallery.gallery-1x4--2 .gallery__image .image__content .content__title {
  color: #fff;
}
.gallery.gallery-1x4--2 {
  margin: 70px 0;
}
.gallery.gallery-1x4--2 h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}
.gallery.gallery-1x4--2 .gallery__image .image__content {
  background: rgba(89, 89, 89, 0.65);
}
.gallery.gallery-1x4--2 .gallery__image {
  height: 100%;
}
.gallery.gallery-1x4--2 .gallery__image .image__content .fas {
  color: #fff;
  font-size: 2.75rem;
}
.gallery.gallery-1x4--2 .gallery__image img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gallery.gallery-1x4--2,
  .gallery.gallery-1x4--2 h2 {
    margin-top: 0;
  }
  .gallery.gallery-1x4--2 .col-sm-6 {
    margin-bottom: 30px;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.triton-blog-feed {
  margin: 0 auto 65px;
  text-align: center;
  max-width: 1024px;
}
.triton-blog-feed h2.blogheader {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.triton-blog-feed h2.blogheader:after {
  height: 3px;
  background: #cacaca;
  content: "";
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 340px;
  left: 0;
  right: 0;
}
.triton-blog-feed .triton-blog-feed-article .title {
  color: #000;
  font-size: 1.5rem;
  margin: 30px 0 15px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.triton-blog-feed .triton-blog-feed-article {
  text-align: left;
}
.triton-blog-feed .triton-blog-feed-article .image {
  height: 225px !important;
}
.triton-blog-feed img {
  position: absolute;
  left: 10px;
  top: -35px;
  z-index: 1;
  background: #fff;
  padding: 13px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.triton-blog-feed .summary p {
  margin-bottom: 15px;
  display: inline;
}
.triton-blog-feed .triton-blog-feed-article span {
  margin-left: 5px;
  color: #00b4e5;
}
.triton-blog-feed .blog-feed__title {
  color: #333;
  margin-bottom: 25px;
}
.eds_GravityGallery_Capsule .edg__gravityPortfolio_header {
  margin: 0 !important;
  padding: 0;
}
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_header
  .edg__gravityPortfolio_itemList {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_header
  .edg__gravityPortfolio_itemList
  li,
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_header
  .edg__gravityPortfolio_itemList
  > li.edg__gravityPortfolio_hide {
  display: block !important;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.75rem 1rem !important;
  background: rgb(184 184 184);
  line-height: 1.2;
}
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_header
  .edg__gravityPortfolio_itemList
  li
  span,
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_header
  .edg__gravityPortfolio_itemList
  > li.edg__gravityPortfolio_hide
  span {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_header
  .edg__gravityPortfolio_itemList
  li.edg__gravityPortfolio_active {
  background: #525252;
}
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList
  > li
  > span::after {
  display: none;
}
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList.edg__gravityPortfolio_itemsHidden
  > li:first-child {
  box-shadow: none !important;
}
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList
  > li:first-child
  > span {
  border-radius: 0;
}
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_hiddenItemWrapper.edg__gravityPortfolio_itemsHidden,
.eds_GravityGallery_Capsule
  .edg__gravityPortfolio_hiddenItemWrapper
  > .edGP_hiddenItemListTrigger {
  display: none !important;
}
.eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer {
  position: relative;
  width: 25% !important;
  height: 0 !important;
  padding-top: 25% !important;
}
.eds_GravityGallery_Capsule
  .edsgg__itemsListContainer
  .edsgg__itemContainer
  .edGP_thumbnail {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  padding: 0.25rem;
}
.eds_GravityGallery_Capsule
  .edsgg__itemsListContainer
  .edsgg__itemContainer
  .edGP_thumbnail
  .edGP_thumbnailContainer {
  width: 100%;
  height: 100%;
}
.eds_GravityGallery_Capsule
  .edsgg__itemsListContainer
  .edsgg__itemContainer
  .edGP_thumbnail
  .edGP_mediaWrapper {
  height: 100%;
}
.eds_GravityGallery_Capsule
  .edsgg__itemsListContainer
  .edsgg__itemContainer
  .edGP_thumbnail
  .edGP_mediaWrapper
  img {
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  object-position:top center;
}
.smbLightOverlayWrapper.modern .mainWrapper .itemTitle, .eds_GravityGallery_Capsule.edGP_overlay1 .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription{display:none!important}
@media screen and (max-width: 991px) {
  .eds_GravityGallery_Capsule
    .edg__gravityPortfolio_header
    .edg__gravityPortfolio_itemList
    li,
  .eds_GravityGallery_Capsule
    .edg__gravityPortfolio_header
    .edg__gravityPortfolio_itemList
    > li.edg__gravityPortfolio_hide {
    padding: 0.75rem 0.5rem !important;
  }
}
@media screen and (max-width: 575px) {
  .eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer {
    width: 50% !important;
    padding-top: 50% !important;
  }
}
body,
html {
  font-family: basic-sans, sans-serif;
  font-size: 1.041875rem;
}
h1,
h2,
h3,
h4 {
  font-family: alternate-gothic-no-2-d, sans-serif;
}
h2 {
  font-size: 2.604375rem;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 400;
  line-height: 2.8rem;
}
.button {
  display: inline-block;
  font-family: alternate-gothic-no-2-d, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4325rem;
  letter-spacing: 1px;
  text-align: center;
}
.button.button--primary {
  background: 0 0;
  border: 3px solid #d77836;
  color: #000;
  padding: 4px 15px 1px;
}
.button.button--secondary {
  background: #a6a6a6;
  color: #fff;
  padding: 7px 15px 4px;
}
.button.button--secondary:hover {
  background: #000;
  color: #008ad0;
}
.button.button--tertiary {
  background: #d77836;
  color: #fff;
  text-align: center;
  padding: 7px 5px 4px;
}
.button.button--tertiary:hover {
  background: #008ad0;
}
.content-area .formarea {
  text-align: center;
  margin-bottom: 100px;
  max-width: 1000px;
  width: 100%;
}
.content-area a.button {
  text-decoration: none;
}
[data-accordion-group] {
  margin-top: 40px;
}
[data-accordion] [data-control] {
  background: #737373 url(../images/close.png) no-repeat;
  background-position: 15px center;
  background-size: auto auto;
  font-family: alternate-gothic-no-2-d, sans-serif;
  transition:all .3s ease;
  font-size: 1.301875rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  padding-left: 42px;
  margin-bottom: 5px;
  border-radius: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 15px;
  width: 80%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-accordion] [data-control]:hover,
[data-accordion].open [data-control] {
  background: #3a3a3c url(../images/open.png) no-repeat;
  background-position: 15px center;
  color: #fff;
}
[data-accordion] [data-content] p {
  padding: 10px 0 15px;
  line-height: 26px;
  margin-bottom: 8px;
}
[data-accordion] [data-control]:before {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
.content-area h2 {
  color: #008ad0;
  font-size: 1.4325rem;
  margin: 4rem 0 20px;
  font-weight: 700;
  font-family: basic-sans, sans-serif;
  line-height: 1;
}
.content-area h3 {
  color: #000;
  line-height: 1;
  font-size: 1.4325rem;
  font-weight: 400;
  margin: 2rem 0 15px;
}
.content-area p {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1.041875rem;
}
.content-area p a, .content-area li a {
  color: #008ad0;
  font-weight: 700;
  text-decoration: underline;
}
.content-area a:hover, .content-area li a:hover {
  color: #000;
}
.content-area img.featureimg {
  width: 100%;
  margin-top: 25px;
}
#imggrid .grid {
  display: flex;
  flex-wrap: wrap;
}
#imggrid .grid > a div {
  width: 100%;
  position: relative;
  background: #262626;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#imggrid .grid > a div:hover {
  background: #008ad0;
}
#imggrid .grid > a div h4 {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: basic-sans, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#imggrid .grid > a div h4 span {
  display: none;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#imggrid .grid > a div:hover h4 {
  font-weight: 700;
}
#imggrid .grid > a div:hover h4 span {
  display: inline-block;
}
#imggrid .grid > a:first-child {
  grid-column: 1/3;
  grid-row-start: 1;
  grid-row-end: 2;
}
#imggrid .grid > a:nth-child(2) {
  grid-column: 3/4;
  grid-row-start: 1;
  grid-row-end: 3;
}
#imggrid .grid > a:nth-child(3) {
  grid-column: 4/5;
  grid-row-start: 1;
  grid-row-end: 2;
}
#imggrid .grid > a:nth-child(4) {
  grid-column: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
#imggrid .grid > a:nth-child(5) {
  grid-column: 1;
  grid-row-start: 2;
  grid-row-end: 3;
}
#imggrid .grid > a:nth-child(6) {
  grid-column: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
#imggrid .grid > a:last-child {
  grid-column: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
#imggrid .grid img {
  transform-origin: center;
  transition: 2s ease all;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#imggrid .grid > a div:hover img {
  opacity: 0.3;
}
#imggrid h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
}
#imggrid h2:after {
  height: 3px;
  width: 450px;
  background: #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content-area .contactsection {
  margin-bottom: 1.5rem;
}
.content-area .contactsection p {
  margin-bottom: 5px;
}
.content-area .contactsection .far,
.content-area .contactsection .fas {
  margin-right: 7px;
  color: #008ad0;
}
.content-area .contactsection a {
  text-decoration: none;
  color: #000;
}
.content-area .reviews .fab {
  font-size: 40px;
}
.content-area .reviews .fab:first-child {
  margin-right: 10px;
}
.content-area .reviews {
  margin-bottom: 30px;
}
.content-area .reviewmgr-stream iframe {
  position: relative;
  left: -10px;
}
.content-area .formarea h2 {
  margin-top: 0;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  #imggrid .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9%, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(4%, 1fr));
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }
  #imggrid .grid > a div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 1.2rem;
  }
  .uvp {
    margin-top: -35px !important;
  }
  .uvp li {
    margin-bottom: 25px;
  }
  #imggrid {
    margin-top: 40px;
  }
  #imggrid .grid > a div {
    height: 250px;
    width: 50%;
    float: left;
  }
  .content-area .row .row .col-md-4:last-child,
  .content-area .row .row .col-md-4:nth-child(2),
  .content-area .row .row .col-md-6:last-child,
  .content-area .row .row .col-md-6:nth-child(2) {
    margin-top: -40px;
  }
  #imggrid .grid {
    display: block;
  }
  .utm-form {
    margin-top: 20px;
    max-width: 350px;
  }
  .sidebar-area {
    text-align: center;
  }
  .feedback-width-media a img {
    width: 100px;
  }
}
@media screen and (max-width: 450px) {
  #imggrid .grid > a div {
    height: 200px;
  }
  #imggrid .container {
    padding: 0;
  }
  #imggrid h2 {
    font-size: 2rem !important;
    line-height: 1 !important;
  }
  h2,
  h2.feature__title {
    font-size: 2rem;
    line-height: 1;
  }
  .feedback-width-media a img {
    width: 100px;
  }
  .uvp {
    margin-top: -35px !important;
  }
}
.feedback-custom-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .content-area p + .uvp {
    margin-top: 0 !important;
  }
}
.location-content-area {
  justify-content: center;
  text-align: center;
  padding:4rem 0 3rem
}
.location-content-area hr {
  border-top: 3px solid #000;
  width:35%;
  margin-top:.5rem;
  margin-bottom:2rem
}
.location-content-area .button {text-decoration:none!important}
.locationmap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-area .feature-photo a {
  position: absolute;
}
@media screen and (max-width: 550px) {
  .content-area .feature-photo .featureToolTip.siding {
    top: 30%;
    left: 70%;
  }
  .content-area .feature-photo a {
    transform: scale(0.7);
  }
  .content-area .feature-photo .featureToolTip.stormdamage {
    left: 51%;
  }
  .content-area .feature-photo .featureToolTip.painting {
    top: 60%;
  }
}
@media screen and (min-width: 550px) and (max-width: 992px) {
  .feature-photo .siding {
    left: 75% !important;
  }
  .feature-photo .stormdamage {
    left: 54% !important;
  }
}
.content-area {
  height: auto;
  width: 100%;
}
.feature-photo {
  position: relative;
  margin-top:4rem
}
.content-area .feature-photo .gutters {
  top: 26%;
  left: 11%;
}
.feature-photo .roofing {
  top: 4%;
  left: 30%;
}
.feature-photo .stormdamage {
  top: 14%;
  left: 58%;
}
.feature-photo .windows {
  top: 40%;
  left: 40%;
}
.feature-photo .painting {
  top: 67%;
  left: 20%;
}
.feature-photo .siding {
  top: 21%;
  left: 84%;
  position: absolute;
}
.feature-photo a {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.feature-photo a span {
  display: inline-block;
}
.feature-photo a object {
  position: relative;
  z-index: -1;
}
.popupText {
  padding: 30px 60px;
  background: #fff;
  color: #000;
  text-align: center;
}
.location-content-area a {
  color: #008ad0;
  font-weight: 700;
  text-decoration: underline;
}

/* Gallery Interior photos rotation */
.smbLightImage_96.activeElement, .smbLightImage_97.activeElement, .smbLightImage_102.activeElement, .smbLightImage_104.activeElement, .smbLightImage_105.activeElement {transform:rotate(-90deg)}

.specialsSection .specialBox {min-height:175px}

/*! ===============
   Review Carousel
   ================ */.revwid-button,.revwid-filter-container,.revwid-overall-rating-header,.revwid-overall-rating-out-of-label,.revwid-overall-rating-sum,.revwid-select{display:none}.revwid-pagination-arrow{display:none!important}.revwid-pagination{display:none!important}.revwid-reviews-scrollable-area{position:relative;margin-top:1rem;max-width:1200px;margin-inline:auto}.revwid-reviews{position:relative;min-height:200px}.revwid-review{position:absolute;top:0;left:0;right:0;opacity:0;width:100%;min-width:100%;padding:clamp(1rem,5vw,1.875rem);transition:opacity .8s ease-in-out;pointer-events:none;background:#fff;color:#6f6e6e!important;font-family:inherit;border-radius:10px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}.revwid-review-author,.revwid-review-date{font-weight:700;position:relative;padding-right:1rem}.revwid-review-author::after{content:'-';color:inherit;position:absolute;right:6px;font-size:inherit;top:50%;transform:translateY(-50%)}.revwid-review-header{display:flex;align-items:center;position:relative;padding-right:75px;height:30px;margin-bottom:1.25rem}.revwid-review-source-logo{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex}.revwid-review-stars{margin-right:15px}.revwid-icon-star{font-size:18.4px!important;color:#fbbc05!important;position:relative}.revwid-icon-star::before{content:""!important;background:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.667in' height='1.597in' viewBox='0 0 120 115'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fbbc05; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Estar%3C/title%3E%3Cpath class='cls-1' d='M59.77,87.747,28.115,111.024a2.854,2.854,0,0,1-4.419-3.137L35.3,70.115,3.128,47.18A2.854,2.854,0,0,1,4.783,42l39.838-.041L56.384,4.674a2.854,2.854,0,0,1,5.422-.067l12.8,37.338,38.983.089a2.854,2.854,0,0,1,1.667,5.167L83.846,69.928l12.909,38.079a2.854,2.854,0,0,1-4.372,3.232Z'/%3E%3C/svg%3E%0A") no-repeat!important;background-size:auto;background-size:100%!important;width:26px!important;height:26px!important;display:inline-block!important;font-family:widget!important;font-style:normal!important;font-weight:400!important;line-height:1!important}.revwid-review-intro-text{padding-top:.5rem}.revwid-review-intro-text p:last-of-type,.revwid-review-read-more-link{margin-bottom:0}.revwid-review.active{opacity:1;position:relative;pointer-events:auto}.revwid-review-full-text{display:none}.revwid-for-collapse{display:none}review-carousel blockquote{display:none!important}@media screen and (max-width:576px){.revwid-review-stars{margin-right:10px}.revwid-icon-star::before{width:15px!important;height:15px!important}.revwid-review-source-logo img{max-width:60px;height:auto}.revwid-review-rating-text{font-size:.95rem}}

   .sidebar-reviews .revwid-review-rating-text {display:none}
.mg-roofing-service h2{
  margin-bottom: 2rem;
}

   .mg-roofing-service{
    margin-top: 6rem;
   }

      .mg-roofing-service .service-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mg-roofing-service.entity-based .service-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.nap p{
margin-bottom: 0;
}

      .mg-roofing-service .service-boxes h2,       .mg-roofing-service .service-boxes p{
        text-align: center;
      }

            .mg-roofing-service .service-boxes .service-box h2{
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-wrap: balance;
    margin-top: 1rem;
            }

            .mg-roofing-service .service-boxes .service-box p{
              font-size: 1rem;
            }


            .service-box{
                  display: flex
;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
            }


  .service-box img{
    max-width: 90%;
  }


/* Mobile: 1 column */
@media (max-width: 767px) {
  .service-boxes {
    grid-template-columns: 1fr !important;
  }
}

/* Tablet: 2 columns */
@media (min-width: 768px) and (max-width: 1023px) {
  .service-boxes {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


    /* --- Before/After base --- */
.ba {
  position: relative;
  inline-size: min(100%, 900px);      /* max width */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,.12);
  --pos: 50%;                         /* divider position (left %) */

      margin-bottom: 2rem;
}

/* Make both images stack and fill */
.ba__img {
  display: block;
  inline-size: 100%;
  height: auto;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

/* Clip the top image to the divider */
.ba__img--after {
  position: absolute;
  inset: 0;
  /* Reveal from left to right up to --pos */
  clip-path: polygon(0 0, var(--pos) 0, var(--pos) 100%, 0 100%);
  transition: clip-path 80ms linear;
}

/* Range input sits on top, covers whole component, but is invisible */
.ba__slider {
  position: absolute;
  inset: 0;
  appearance: none;
  background: transparent;
  cursor: ew-resize;
  z-index: 3;
  touch-action: none;
  outline: none;
}

/* Hide native track/thumb to keep it “invisible” but draggable */
.ba__slider::-webkit-slider-thumb { -webkit-appearance: none; width: 0; height: 0; }
.ba__slider::-moz-range-thumb { width: 0; height: 0; border: 0; }
.ba__slider::-webkit-slider-runnable-track { background: transparent; }
.ba__slider::-moz-range-track { background: transparent; }

/* Divider handle (the vertical bar + dot) */
.ba__handle {
  position: absolute;
  inset: 0 auto 0 0;
  left: var(--pos);
  transform: translateX(-50%);
  width: 2px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 1px rgba(0,0,0,.12);
  z-index: 2;
  transition: left 80ms linear;
}
.ba__handle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.08);
  width: 2px;
}

/* Circular grabber */
.ba__handle-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  inline-size: 18px;
  block-size: 18px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,.25), inset 0 0 0 1px rgba(0,0,0,.12);
}

/* Labels */
.ba__label {
  position: absolute;
  top: 12px;
  padding: 6px 10px;
  font: 600 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #0b0b0b;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  z-index: 2;
  user-select: none;
}
.ba__label--before { left: 12px; }
.ba__label--after  { right: 12px; }

/* Optional: add a fixed aspect ratio if your images have different sizes */
.ba { aspect-ratio: 16 / 9; } /* remove this if you want the images’ natural height */




/* Generic responsive images */
.content-area-img,
.double-img img {
  display: block;           /* remove inline-gap */
  max-width: 100%;          /* never overflow container */
  width: 100%;              /* scale down fluidly */
  height: auto;             /* keep aspect ratio for single images */
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

/* Give single images some breathing room */
.content-area-img {
  margin-block: 16px 24px;
}

/* Double image layout */
.double-img {
  display: grid;
  grid-template-columns: 1fr;  /* stack on mobile */
  gap: 16px;
  margin-block: 16px 24px;
}

/* Side-by-side on wider screens */
@media (min-width: 720px) {
  .double-img {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

/* Make the two images line up nicely even if they’re different shapes */
.double-img {
  /* fixed visual height for the pair (adjust as needed) */
  --pair-height: 340px;
}
@media (min-width: 720px) {
  .double-img img {
    height: var(--pair-height);  /* equal heights */
    width: 100%;
    object-fit: cover;           /* crop to fill evenly */
  }
}

.review-bubble-p-tag{margin-top: 2rem;} .review-bubble { background: #ffffff; border-radius: 16px; padding: 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 2px 8px rgba(0, 138, 208, 0.1); border: 1px solid #f0f0f0; transition: transform 0.2s ease, box-shadow 0.2s ease; } .review-bubble:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 138, 208, 0.15); } .review-bubble p { color: #333; line-height: 1.6; margin-bottom: 1rem; } .review-bubble-author { display: flex; justify-content: space-between; align-items: center; color: #a6a6a6; font-size: 0.9rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #f0f0f0; } .review-bubble-link { color: #008ad0; text-decoration: none; font-weight: 500; transition: color 0.2s ease; } .review-bubble-link:hover { color: #006ba0; text-decoration: underline; }

/* Gallery Tiles */ .gallery-tiles { row-gap: 30px; margin-bottom: 100px; } .gallery-tiles__tile { display: flex; color: #fff; position: relative; width: 100%; justify-content: center; align-items: center; text-align: center; height: auto; z-index: 2; height: 270px; overflow: hidden; } .gallery-tiles__tile::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%); z-index: 0; } .gallery-tiles__tile:hover { color: #008ad0; } .gallery-tile__image { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; z-index: -1; transition: opacity .5s ease, transform 1s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .gallery-tiles__tile:hover .gallery-tile__image { transform: scale(1.2); } .gallery-tiles__title { text-transform: uppercase; font-weight: 400; font-size: 1.75rem; transition: color 1s ease; } .gallery__details { position: absolute; bottom: 0; text-align: left; width: 100%; padding: 1rem 20px; transition: max-height 1.5s ease, opacity 1s ease, background .5s ease; z-index: 1; } .gallery-tiles__tile:hover .gallery__details { background: rgb(0, 0, 0, .65); } .gallery-tiles__tile .content-hover { max-height: 0; opacity: 0; transition: max-height .5s ease, opacity .3s ease; display: flex; justify-content: end; } .gallery-tiles__tile:hover .content-hover { max-height: 1.5rem; opacity: 1; } .view-gallery-button { transition: all .3s ease; text-align: left; color: #fff; transform: translateY(5%); font-size: 1.15rem; } .gallery-tiles__tile:hover .view-gallery-button { max-height: 50px; opacity: 1; transform: translateY(0); } .gallery-tiles__tile:hover .view-gallery-button:hover { color: #008ad0 !important; } @media screen and (max-width: 576px) { .gallery-tiles__tile { height: 250px; } .gallery-tiles__tile .gallery__details { background: rgb(0, 0, 0, .65); } .gallery-tiles__tile .content-hover { max-height: 1.5rem; opacity: 1; } } .gallery-tiles__tile:hover .gallery-tiles__title{color: #fff !important;} 

/* Pin the title/description strip to the top of the image */ .eds_GravityGallery_Capsule.edGP_overlay1 .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription { top: 0 !important; bottom: auto !important; display: block !important; transform: none !important; padding: 0 !important; text-align: center; } /* Hide the title and the hover-trigger link inside the strip */ .eds_GravityGallery_Capsule.edGP_overlay1 .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription .edGP_title { display: none !important; } .eds_GravityGallery_Capsule.edGP_overlay1 .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription > .edsgg__itemDetailsAndLightboxTrigger { display: none !important; } /* The Before/After badge — centered at the top with a blue background */ .eds_GravityGallery_Capsule.edGP_overlay1 .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription .edGP_description { display: inline-block !important; opacity: 1 !important; transform: none !important; font-weight: bold; text-align: center; text-transform: uppercase; font-size: 1rem; color: #fff !important; background: #008ad0 !important; left: auto !important; margin: 0 auto !important; padding: 6px 25px !important; width: fit-content; }