@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');
@import url("https://use.typekit.net/ste1hdv.css");

@font-face {
  font-family: AmericanCaptain;
  src: url(../fonts/AmericanCaptain.ttf);
}

:root {
  --color-primary: #f5c25b;
  --color-secondary: #a9740a;
  --color-tertiary: #d9d9d9;
  --color-light-shade: #ffffff;
  --color-dark-shade: #000000;
  --color-primary--rgb: 245, 194, 91;
  --color-secondary--rgb: 169, 116, 10;
  --color-tertiary--rgb: 217, 217, 217;
  --color-light-shade--rgb: 230, 230, 230;
  --color-dark-shade--rgb: 34, 34, 34;
  --font-headline: kopius, serif;
  --font-special: "AmericanCaptain", sans-serif;
  --font-body: "Gothic A1", sans-serif;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --gap-base: 0.938rem;
  --gap-small: 0.438rem;
  --line-height-base: 1.2;
  --filter-color: brightness(0) saturate(100%) invert(34%) sepia(21%)
    saturate(3468%) hue-rotate(324deg) brightness(99%) contrast(94%);
}


/*! ---------------------------------------------------------

	* VARIABLES

------------------------------------------------------------*/@-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)}}/*! ---------------------------------------------------------

	* Filename:			  bootsrap.scss
	* Description: 		Imports bootstrap styles from node_modules

------------------------------------------------------------ */.container{max-width:1230px!important;padding-inline:.938rem;width:100%}.container-xl{max-width:1400px!important}.container,.container-xl{margin-inline:auto}.container-fluid{padding-left:0;padding-right:0}@media screen and (min-width:575px)and (max-width:991px){.container,.container-xl{max-width:100%}}.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}.row>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:15px;padding-left:15px}.col{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:36rem){.col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:48rem){.col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:62rem){.col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:75rem){.col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(min-width:87.5rem){.col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!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}.d-none{display:none!important}.flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}@media(min-width:36rem){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!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}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:48rem){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!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}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-md-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-md-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:62rem){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!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}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:75rem){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!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}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:87.5rem){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}.justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.text-center{text-align:center!important}.position-relative{position:relative;z-index:2}.position-absolute{position:absolute}.bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;object-fit:cover}.transform-center{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-0,.row.p-0>*{padding:0}.row.p-0{margin-left:0;margin-right:0}.tile-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}/*! ---------------------------------------------------------

	* BASE

------------------------------------------------------------*/*,:after,:before{box-sizing:border-box}body{font-size:1rem;font-weight:400;line-height:1.2;margin:0;padding:0;overflow-x:hidden;font-family:var(--font-body);background-color:#fff;-webkit-font-smoothing:antialiased}body>form{overflow-x:hidden}h1,h2,h3,h4,h5{text-wrap:;font-family:var(--font-headline)}h1{font-size:3rem;line-height:1.0833333333;margin:0 0 .25em 0}h2{font-size:2.375rem;line-height:1.2631578947;margin:0 0 .3157894737em 0}h3{font-size:1.625rem;line-height:1.3846153846;margin:0 0 .4615384615em 0}h4{font-size:1.375rem;line-height:1.2727272727;margin:0 0 .5454545455em 0}h5{font-size:1.125rem;line-height:1.3333333333;margin:0 0 .6666666667em 0}p{margin:0 0 1.5rem}blockquote,ol,pre,table,ul{margin-bottom:1.5rem}ol ol,ol ul,ul ol,ul ul{margin:0}ul{list-style:disc}ol{list-style:decimal}b,code,em,small,strong{line-height:1}sub,sup{vertical-align:baseline;position:relative;top:-.4em}sub{top:.4em}a{color:var(--color-primary);text-decoration:none;-webkit-transition:.3s ease-in-out all;transition:.3s ease-in-out all}a:hover{text-decoration:none}header a{color:#fff}hr{display:block;height:2px;width:25%;border:0;border-top:2px solid var(--color-primary);margin-block:.25rem;padding:0}pre{background:var(--color-primary);padding:10px 15px}.content-area img{max-width:100%;height:auto}.icon-white{-webkit-filter:invert(100%) sepia(0) saturate(7464%) hue-rotate(100deg) brightness(101%) contrast(108%);filter:invert(100%) sepia(0) saturate(7464%) hue-rotate(100deg) brightness(101%) contrast(108%)}/*! ---------------------------------------------------------

	* COMPONENTS

------------------------------------------------------------*/.banner{position:relative;width:100%;height:750px}@media screen and (max-width:767px){.banner{height:40vh;min-height:450px;max-height:500px}}.banner-image{width:100%;height:100%;z-index:0;position:absolute}.banner-image img{width:100%;height:100%;object-fit:cover;object-position:center}.banner-area__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--gap-base)}.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:#fff;padding:12px 15px;text-transform:uppercase;font-size:1.042rem;font-weight:700;border:none;min-height:50px;-webkit-transition:all .3s ease;transition:all .3s ease}.button.button--primary{background:var(--color-primary)}.button.button--primary:hover{background:var(--color-secondary)}.button.button--secondary{background:var(--color-secondary)}.button.button--secondary:hover{background:var(--color-primary)}.button.button--tertiary{background:var(--color-tertiary)}.button.button--tertiary:hover{background:var(--color-dark-shade);color:var(--color-primary)}.feature{position:relative}.feature .container,.feature .row{height:100%}.feature .row{row-gap:1.875rem}.feature .feature__title{font-size:clamp(1.5rem,5vw,2.5rem);line-height:1.2;margin:0 0 .35rem}.feature .feature__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--gap-base);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:992px){.feature .feature__buttons{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}}.feature .feature__content{text-align:center}@media screen and (min-width:992px){.feature .feature__content{text-align:left}}.footer{background:var(--color-light-shade)}.footer .upper{padding-block:3.75rem 3.5rem}.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 .title{font-family:var(--font-headline)}.footer .footer-column .title a:hover{color:var(--color-secondary)}.footer .footer-column .list{list-style:none;padding-left:0;margin:0 0 1rem}.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 .list li{margin-bottom:.5rem;font-size:1.05rem}.footer .footer-column .list li a{color:var(--color-dark-shade)}.footer .footer-column .list li a:hover{color:var(--color-primary);text-decoration:underline}.footer .footer-column .logo img{max-width:100%;height:auto}.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}}@media screen and (max-width:991px){.footer #footer-one-pane,.footer #footer-three-pane,.footer #footer-two-pane{margin-bottom:1.25rem}}.footer-copyright-bar{padding:1rem 0;background:var(--color-secondary)}.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;gap:7px}}.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;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;gap:var(--gap-small);-webkit-transition:all .15s ease;transition:all .15s ease}.footer-copyright-bar .col-12 ul li a:hover{color:rgba(255,255,255,.7)}.footer-copyright-bar .col-12 ul.social li{margin: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 .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 .25rem}.footer-copyright-bar .col-12 ul.powered li img{position:relative;top:-1px}.header{z-index:100;box-sizing:border-box}.header .logo img{width:215px;height:auto}.header.is-sticky{box-shadow:0 12px 12px 0 rgba(0,0,0,.2)}.header.is-sticky.notification-banner.notification-banner--relative{top:0!important}.header.is-sticky .logo img{width:150px}.header .mobile{display:grid;grid-template-columns:repeat(3,1fr)}.header .mobile .mobile__grid-item{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}.header .mobile .mobile__grid-item:first-of-type{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}.header .mobile .mobile__grid-item:last-of-type{-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.header .mobile .button{min-width:3.125rem;min-height:3.125rem}.dnnEditState .header-placeholder,form[action="/Login?returnurl=%2fadmin"] .header-placeholder,form[action="/admin"] .header-placeholder{height:0!important}.menu.menu--desktop ul{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.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:var(--color-dark-shade)}.menu.menu--desktop ul li[data-depth="0"] a:hover{color:var(--color-primary)}.menu.menu--desktop ul li[data-depth="0"].parent:hover ul[data-depth="0"]{display:block;-webkit-animation:slide-in-bottom .3s ease-in-out forwards;animation:slide-in-bottom .3s ease-in-out forwards}.menu.menu--desktop ul li[data-depth="0"]:last-of-type a{padding-right:0}.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:var(--color-light-shade,#e6e6e6);border-top:2px solid var(--color-primary,#9e2065);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 a{font-size:1rem}.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 .3s ease-in-out forwards;animation:slide-in-bottom .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%}.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:hover{padding-left:15px;color:var(--color-primary)}.menu.menu--desktop ul li[data-depth="1"] li[data-depth="0"]:first-of-type>a{padding-left:0}.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 .3s ease-in-out;transition:all .3s ease-in-out;box-shadow:-6px 0 12px rgba(0,0,0,.05);}.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:.9375rem}.menu.menu--mobile ul li .icon{position:absolute;top:7px;right:10px;width:1.563rem;height:1.563rem;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;-webkit-transition:all .3s ease-in-out;transition:all .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 .3s linear;transition:all .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:var(--color-dark-shade);font-size:1.125rem;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:gray;padding:1.5rem 0;color:#fff;text-align:center;-webkit-animation:slide-in-bottom .6s ease-in-out 1s forwards;animation:slide-in-bottom .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}.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}.video-background{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover;left:0;top:0;display:none}.formwrap{max-width:350px;margin-inline:auto;background:var(--color-secondary);padding:2.25rem 0 1.5rem;min-height:485px;color:#fff;text-align:center}@media screen and (min-width:992px){.formwrap{margin:0 0 2.5rem auto}}.formwrap .form-title{font-size:clamp(2.25rem,4vw,2.875rem);margin:0 0 1.25rem;line-height:1;text-align:center}/*! === 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] [data-content] p:first-of-type{margin-top:1rem}[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;z-index:3;padding:.5rem 1rem .5rem 2.85rem;min-height:50px;color:#fff;background:var(--color-tertiary);font-weight:700;font-family:var(--healine-font);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.125rem}[data-accordion] [data-control] img{position:absolute;margin-right:15px;left:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:-1;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;width:1.438rem;height:1.25rem;margin-top:0}[data-accordion].open [data-control],[data-accordion]:hover [data-control]{}[data-accordion].open [data-control] img{-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(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}/*! === SWIPER JS === */.swiper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;--swiper-theme-color:var(--color-dark-shade);--swiper-navigation-size:2rem}@media(max-width:768px){swiper-container::part(button-next),swiper-container::part(button-prev){display:none}}@media(min-width:769px){swiper-container::part(pagination){display:none}}/*! === 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}/*! === LAZYLOAD === */.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}header .user-controls{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;margin:0;margin-left:-1rem;margin-right:-1rem}header .user-controls li{padding:0 1rem}footer .disclaimer{font-size:12px;font-size:.75rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;margin-left:-1rem;margin-right:-1rem}footer .disclaimer li{position:relative;padding:0 1rem}footer .disclaimer li+li:before{content:"";position:absolute;top:0;left:0;bottom:0;width:1px;background-color:#fff}.content-area img{max-width:100%;height:auto}.content-area h1{color:var(--color-primary)}.content-area h2{margin:4.375rem 0 1.875rem;color:var(--color-secondary)}.content-area h3{margin:3.125rem 0 1.25rem}.content-area li{margin-bottom:.7rem}.content-area li a,.content-area p a{color:var(--color-primary);font-weight:var(--font-weight-bold)}.content-area li a:hover,.content-area p a:hover{color:var(--color-secondary)}
/*!
* MODIFY ONLY COLORS AND FONTS SIZES ABOVE. 
* Add all custom styyles below.
*/


/* ---------------------------------------------------------
  
  * Filename:       header-3.scss
  
------------------------------------------------------------*/
.header.header--3 { position: absolute; top: 0; left: 0; width: 100%; margin-top: 30px; -webkit-animation: fade-in 0.5s ease; animation: fade-in 0.5s ease; }

@media screen and (max-width: 991px) { .header.header--3 { margin-top: 0; padding: 10px 0; background: rgba(0, 0, 0, 0.3); } }

.header.header--3.is-sticky { position: fixed; margin-top: 0; background: rgba(0, 0, 0, 0.9); -webkit-animation: fade-in-top 0.5s ease; animation: fade-in-top 0.5s ease; }

@media screen and (max-width: 991px) { .header.header--3.is-sticky .logo { display: none; } }

.header.header--3.is-sticky .nav { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 0; background: none; }

.header.header--3.is-sticky .nav::after { display: none; }

.header.header--3.is-sticky .nav .top { display: none; }

.header.header--3.is-sticky .mobile { background: none; }

.header.header--3 .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: 991px) { .header.header--3 .col-12 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.header.header--3 .logo { 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; height: 100%; }

.header.header--3 .nav { position: relative; 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: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 20px 0 10px 20px; background: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 991px) { .header.header--3 .nav { display: none; } }

.header.header--3 .nav::after { position: absolute; content: ''; top: 0; left: 100%; width: 1000%; height: 100%; background: rgba(0, 0, 0, 0.3); }

.header.header--3 .nav .top { position: relative; 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; padding: 5px 0 5px 5px; background: #9e2065; }

.header.header--3 .nav .top .number { 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; color: white; }

.header.header--3 .nav .top .cta { position: absolute; top: 50%; right: 0; width: 275px; height: 140%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: white; border: 2px solid white; }

.header.header--3 .mobile { display: none; -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%; }

@media screen and (max-width: 991px) { .header.header--3 .mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.header.header--3 .mobile .button { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; }

.header.header--3 .mobile .mobile__number { min-height: 40px; padding: 10px; }

.header.header--3 .mobile .mobile__cta { min-height: 40px; padding: 10px; }

.dnnEditState .header.header--3 { position: relative !important; }

form[action="/Login?returnurl=%2fadmin"] .header.header--3, form[action*="/admin"] .header.header--3, form[action*="/Admin"] .header.header--3 { position: relative !important; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.header.header--3{
  background: rgba(0,0,0,0.5);
  margin-top: 0;
  padding: 1rem 0;
}

.header.header--3 .nav::after{
  display: none;
}

.header.header--3 .nav{
  background: transparent;
  padding: 0;
}

.header.header--3 .nav .top{
  background: transparent;
  justify-content: end;
  padding: 0;
  margin-bottom: 1rem;
}

.header.header--3 .nav .top .number{
  font-family: var(--font-special);
  font-weight: var(--font-weight-normal);
  font-size: 1.383125rem;
  position: relative;
  z-index: 0;
  border: 2px solid var(--color-secondary);
  background: var(--color-dark-shade);
  padding: 8px 25px;
  margin-right: 1rem;
}


.header.header--3 .nav .top .cta{
  height: auto;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  transform: translateY(0);
  border: 0;
  color: var(--color-dark-shade);
}

#top-pane{
  display: flex;
  width: 100%;
}

.menu.menu--desktop ul li[data-depth="0"] a{
  font-size: 1.171875rem;
  font-family: var(--font-headline);
  color: var(--color-light-shade);
  font-weight: var(--font-weight-bold);
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0px 3px 7px rgba(0,0,0,0.5);
}

.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"]{
  background: #282828;
}

.menu.menu--desktop ul li[data-depth="1"]{
  border-bottom: 1px solid #1f1f1f;
}

.menu.menu--desktop ul li[data-depth="1"] a{
  font-family: var(--font-body);
  color: var(--color-light-shade);
  font-weight: var(--font-weight-normal);
  font-style: normal;
  font-size: 0.9375rem;
}



/* ---------------------------------------------------------
  
  * Filename:       banner-area-3.scss
  * Description:    Define the layout styles for banner-area-3
  * Version:        1.0.2
  * Last Modified:  4.11.2019
  
------------------------------------------------------------*/
.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; } }

.banner-area.banner-area--3 { position: absolute; top: 60%; left: 0; width: 50%; -webkit-transform: translateY(-25%); -ms-transform: translateY(-25%); transform: translateY(-25%); }

@media screen and (max-width: 991px) { .banner-area.banner-area--3 { width: 65%; } }

@media screen and (max-width: 767px) { .banner-area.banner-area--3 { width: 100%; } }

@media screen and (max-width: 575px) { .banner-area.banner-area--3 { padding: 0 10px; } }

.banner-area.banner-area--3 .banner-area__title { color: white; }

.banner-area.banner-area--3 .banner-area__text { color: white; }

/** BEGIN COMPONENT OVERRIDES HERE **/


.banner-area.banner-area--3{
  width: 54%;
  top: 46%;
}

.banner-area.banner-area--3 img{
  margin-bottom: 1.5rem;
}

.banner-area.banner-area--3 .banner-area__title{
  font-size: 3.75rem;
  font-style: italic;
  margin-bottom: 0;
}

.banner-area.banner-area--3 h3{
  font-size: 2.083125rem;
  font-style: italic;
  color: var(--color-light-shade);
  margin-bottom: 1rem;
}

.banner-area.banner-area--3 .banner-area__text{
  font-size: 1.25rem;
}

/* ---------------------------------------------------------
  
  * Filename: uvp-bar-2.scss
  
------------------------------------------------------------*/
.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; } }

/** BEGIN COMPONENT OVERRIDES HERE **/

.uvp-wrap{
  background: #e6e6e6;
  padding: 1.25rem 0;
}


.uvp-wrap .uvp.uvp-bar-2{
  background: transparent;
  padding: 0;
  margin: 0;
}

.uvp-wrap .uvp.uvp-bar-2 li{
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  color: var(--color-dark-shade);
  font-size: 1.171875rem;
  font-weight: var(--font-weight-bold);
}

.homepage-uvp h3{
  font-size: 1.4325rem;
  font-style: italic;
  color: var(--color-dark-shade);
  margin: 0;
  line-height: 1.2;
  text-align: left; white-space: nowrap;
  margin-right: 2rem;
}

.homepage-uvp{
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 0;
}

.Honest_Work__Expert_Craftsmanship_ {
  font-size: 23px;
  font-family: "Kopius";
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 199.61px;
  top: 800.698px;
  z-index: 248;
}


.uvp-wrap .uvp.uvp-bar-2 li img{
  margin-right: 0.625rem;
}



/* ---------------------------------------------------------
  
  * Filename:       grid-1x4-2.scss
  
------------------------------------------------------------*/
.grid.grid-1x3--1.about-tiles .grid__item::after{
      background: rgba(0, 0, 0, 0.5);
}
.grid.grid-1x4--2 .grid__item { position: relative; height: 400px; }

.grid.grid-1x4--2 .grid__item .item__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%; padding: 60px 20px 20px; background: rgba(0, 0, 0, 0.7); text-align: center; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; overflow: hidden; }

.grid.grid-1x4--2 .grid__item .item__content:hover { padding: 20px 20px; background: rgba(158, 32, 101, 0.8); }

.grid.grid-1x4--2 .grid__item .item__content:hover .content__hover { display: block; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.grid.grid-1x4--2 .grid__item .item__content .content__title { color: white; }

.grid.grid-1x4--2 .grid__item .item__content .content__text { color: white; }

.grid.grid-1x4--2 .grid__item .item__content .content__hover { display: none; }

.grid.grid-1x4--2 .grid__item .item__content .contentsection { width: 100%; padding: 40px 5px; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.grid.grid-1x4--2 .heading{
  text-align: center;
}

.grid.grid-1x4--2 .heading p{
  display: block;
  width: 90%;
  margin: 0 auto 2rem;
}

.grid.grid-1x4--2 .grid__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid.grid-1x4--2 .grid__item .item__content{
  left: 15px;
  right: 15px;
  width: auto;
}

.grid.grid-1x4--2 .grid__item .item__content .content__title{
  font-size: 1.6925rem;
  font-style: italic;
  color: var(--color-light-shade);
}

.grid.grid-1x4--2 .grid__item .item__content .content__text{
  font-size: 1.041875rem;
}

.grid.grid-1x4--2 .grid__item .item__content .button{
  background: var(--color-dark-shade);
  color: var(--color-light-shade);
  font-size: 1.171875rem;
  padding: 8px 30px;
}

.grid.grid-1x4--2 .grid__item .item__content:hover{
  background: rgba(169,116,10,0.75);
}

/* ---------------------------------------------------------
  
  * Filename:       feature-3.scss
  
------------------------------------------------------------*/
.feature.feature--3 .feature__image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.feature.feature--3{
  background-repeat: no-repeat;
  background-size: 70% 100%;z-index: 1;
}

.feature.feature--3 .row{
  align-items: center;
}

.feature.feature--3 .feature__title{
  color: var(--color-light-shade);
  margin-bottom: 1rem;
}

.feature.feature--3 p{
  color: var(--color-light-shade);
}

.feature.feature--3 .feature__image{
  transform: translateY(-60px);
}

.feature.feature--3 .content.col-md-6{
  padding-right: 3%;
}

.feature.feature--3 .content.col-md-6 img{
  margin-bottom: 1rem;
}

/* ---------------------------------------------------------
  
  * Filename:       Swiper-1-full.scss
  
------------------------------------------------------------*/

.swiper-1-full swiper-container {
  padding-inline:3rem;
}
.swiper-1-full swiper-slide {
  height: 150px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-1-full swiper-slide img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-1-full .swiper-button {
  position:absolute;
  top:50%;
  left:50%;
  left:0;
  background:0;
  outline:none;
  border:none;
  cursor:pointer;
  transition:all .3s ease;
  z-index:3;
}

.swiper-1-full .swiper-button.swiper-full-button-next {
  left:auto;
  right:0;
}


.slider.slider-1-full-new{
  background-size: 100% auto;
  background-position: bottom;
  background-color: #f5c25b;
  background-repeat: no-repeat;
  padding: 60px 0;
  margin-top: -90px;
}

swiper-slide{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.171875rem;
  font-style: italic;
  font-family: var(--font-headline);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}

swiper-slide img{
  margin-bottom: 1rem;
}

swiper-slide span{
  font-family: var(--font-body);
  font-size: 1.041875rem;
  font-style: normal;
  text-transform: none;
  font-weight: var(--font-weight-normal);
}

/* ---------------------------------------------------------
  
  * Filename:       gallery-2x4-2.scss

------------------------------------------------------------*/
.gallery.gallery-2x4--2 .gallery__image { position: relative; overflow: hidden; }

.gallery.gallery-2x4--2 .gallery__image:hover .image__content { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.gallery.gallery-2x4--2 .gallery__image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.gallery.gallery-2x4--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: 98.5%; 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-2x4--2 .gallery__image .image__content .content__title { color: white; }

/** BEGIN COMPONENT OVERRIDES HERE **/


.gallery.gallery-2x4--2 .gallery__image{
  margin-bottom: 25px;
}

.gallery__buttons{
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery__buttons .button{
  margin: 0 0.5rem;
}

.gallery.gallery-2x4--2 .gallery__image .image__content{
  background: rgba(169,116,10,0.75);
}

.gallery.gallery-2x4--2 .gallery__image .image__content img{
  width: auto;
  height: auto;
}

/* ---------------------------------------------------------
  
  * Filename:       reviews-full-1.scss
  * Description:    Define the layout for reviews-full
  * Version:        1.0.1
  * Last Modified:  3.28.2019
  
------------------------------------------------------------*/
.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: 100%; margin: 0 auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.reviews.reviews-full--1{
  border-top: 10px solid var(--color-secondary);
}

.reviews.reviews-full--1 h2{
  color: var(--color-light-shade);
}

.reviews.reviews-full--1 .content__buttons{
 display: flex;
  justify-content: center;
  align-items: center;
}

.reviews.reviews-full--1 .button{
  margin: 0 0.5rem;
}

/* ---------------------------------------------------------
  
  * Filename:       footer-2.scss
  * Description:    Define the layout for footer-2
  
------------------------------------------------------------*/
/** BEGIN COMPONENT OVERRIDES HERE **/

.footer{
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 60px;
}

#footer-one-pane .logo img{
  width: 185px;
}

#footer-one-pane .logo{
  display: block;
  margin-bottom: 1rem;
}

.address address{
  font-style: normal;
  color: var(--color-light-shade);
}

#footer-one-pane .address{
  margin-bottom: 1rem;
  display: flex;
  align-items: start;
}
#footer-one-pane .address img{
  position: relative;
  top: 2px;
  margin-right: 10px;
}

#footer-one-pane .number{
  font-family: var(--font-special);
  font-weight: var(--font-weight-normal);
  font-size: 1.383125rem;
  position: relative;
  z-index: 0;
  border: 2px solid var(--color-secondary);
  background: var(--color-dark-shade);
  padding: 8px 20px;
  text-align: center;
  color: var(--color-light-shade);
}

.footer h4{
 font-size: 1.4325rem;
  font-family: var(--font-special);
  text-transform: uppercase;
  color: #f9d999;
  font-weight: var(--font-weight-normal);
  border-bottom: none; /* Remove this */
  padding-bottom: 3px;
  margin-bottom: 0;
  position: relative; /* Add this */
}

.footer .footer-column h3 a{
  font-size: 1.171875rem;
  font-family: var(--font-headline);
  font-style: italic;
   color: #f9d999; text-transform: uppercase;
}

.footer .footer-column .list li a{
  font-size: 1.041875rem;
  color: var(--color-light-shade);
}

#footer-two-pane .footer-two-pane{
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#footer-three-pane{
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-left: 20%;
}

#footer-three-pane .footer-column{
  padding-top: 30px;
}

/* ---------------------------------------------------------
  
  * Filename:       footer-copyright-bar-2.scss
  
------------------------------------------------------------*/
.footer-copyright-bar.footer-copyright-bar-2 .left, .footer-copyright-bar.footer-copyright-bar-2 .center, .footer-copyright-bar.footer-copyright-bar-2 .right { width: 33.333%; }

@media screen and (max-width: 767px) { .footer-copyright-bar.footer-copyright-bar-2 .left, .footer-copyright-bar.footer-copyright-bar-2 .center, .footer-copyright-bar.footer-copyright-bar-2 .right { width: 100%; } }

.footer-copyright-bar.footer-copyright-bar-2 .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-2 .left { -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-2 .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-2 .right { -webkit-box-pack: center !important; -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; } }

/** BEGIN COMPONENT OVERRIDES HERE **/

.footer-copyright-bar{
  padding: 10px 0;
}

.footer-copyright-bar .col-12 ul li a, 
.footer-copyright-bar .col-12 ul li span,
.footer-copyright-bar .col-12 ul.powered li{
  font-size: 0.91125rem;
}

.footer-copyright-bar .col-12 ul.powered li img{
  position: relative;
  margin-left: 5px;
}


/* ---------------------------------------------------------
  
  * Filename:       page-title-text-middle-left.scss

------------------------------------------------------------*/
.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-text-middle-left { position: absolute; top: 50%; left: 0; width: 100%; text-align: left; -webkit-transform: translatey(-50%); -ms-transform: translatey(-50%); transform: translatey(-50%); padding-left:15px; }

.page-title.page-title-text-middle-left .page-title__text { display: inline-block; margin: 0; color: white; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.inner-banner{
  margin-bottom: 80px;
}

.inner-banner .col-8{
  position: relative;
}

.inner-banner .row{
  height: 100%;
}

.page-title.page-title-text-middle-left{
  top: 63%;
}

.page-title.page-title-text-middle-left .page-title__text{
  font-family: var(--font-headline);
  font-style: italic;
  font-weight: bold;
  font-size: 2.995rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.page-title.page-title-text-middle-left p{
  color: var(--color-light-shade);
  font-size: 1.301875rem;
  display: block;
  width: 60%;
}

.inner-banner .rating-box{
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 45%;
  right: 0;
  display: block;
  text-align: center;
  padding: 1rem 2rem;
}

.inner-banner .rating-box h4{
  color: var(--color-light-shade);
  font-size: 2.083125rem;
  font-family: var(--font-headline);
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}

/* ---------------------------------------------------------
  
  * Filename: uvp-bar-1.scss
  
------------------------------------------------------------*/
.uvp.uvp-bar-1 .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: 991px) { .uvp.uvp-bar-1 .col-12 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; } }

.uvp.uvp-bar-1 h2 { max-width: 410px; }

.uvp.uvp-bar-1 ul { -webkit-columns: 2; -moz-columns: 2; columns: 2; }

@media screen and (max-width: 991px) { .uvp.uvp-bar-1 ul { -webkit-columns: 1; -moz-columns: 1; columns: 1; } }

/** BEGIN COMPONENT OVERRIDES HERE **/

.uvp.uvp-bar-1{
  background: transparent;
  padding: 0;
}

.uvp.uvp-bar-1 ul{
  padding: 0;
  margin: 0 0 1rem 0;
}

.uvp.uvp-bar-1 li{
  list-style: none;
  font-size: 1.041875rem;
  color: #212832;
  font-weight: var(--font-weight-normal);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.uvp.uvp-bar-1 li img{
  margin-right: 5px;
}

/* ---------------------------------------------------------
  
  * Filename:       grid-1x3-1.scss
  * Description:    Define the layout for grid-1x3--1
  * Version:        1.0.0
  * Last Modified:  5.13.2019
  
------------------------------------------------------------*/
.grid.grid-1x3--1 .grid__item { position: relative; height: 500px; }

.grid.grid-1x3--1 .grid__item:hover::after { background: rgba(0, 0, 0, 0.5); }

.grid.grid-1x3--1 .grid__item:hover .item__content .content__hover { max-height: 200px; opacity: 1; }

.grid.grid-1x3--1 .grid__item::after { position: absolute; z-index: 1; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.grid.grid-1x3--1 .grid__item .item__image { position: relative; z-index: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;     height: 280px;}

.grid.grid-1x3--1 .grid__item .item__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; z-index: 2; top: 50%; left: 0; right: 0; width: 80%; margin: 0 auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.grid.grid-1x3--1 .grid__item .item__content .content__title { color: white; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.grid.grid-1x3--1 .grid__item .item__content .content__hover { max-height: 0; opacity: 0; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.grid.grid-1x3--1 .grid__item .item__content .content__hover .hover__text { color: white; text-align: center; }

.grid.grid-1x3--1 .grid__item .item__content .button { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.grid.grid-1x3--1 .grid__item{
  padding: 0;
  height: 280px;
}

.grid.grid-1x3--1 .grid__item .item__content .content__title{
  font-size: 1.6925rem;
  font-style: italic;
  margin-bottom: 10px; text-align: center;
}

.grid.grid-1x3--1 .grid__item:hover .item__content .content__title{
  color: var(--color-dark-shade);
}

.grid.grid-1x3--1 .grid__item .item__content .button{
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: rgba(255,255,255,0.7);
  padding: 0;
  min-height: 38px;
}

.grid.grid-1x3--1 .grid__item:hover .item__content .button{
  background: rgba(0,0,0,0.5);
}



.grid.grid-1x3--1 .grid__item:hover::after{
  background: rgba(245,194,91,0.75);
}



/** custom css **/

.button{
  font-family: var(--font-special);
  font-weight: var(--font-weight-normal);
  font-size: 1.383125rem;
  position: relative;
  letter-spacing: 1px;
}

.button.button--primary{
  color: var(--color-dark-shade);
}

.button.button--secondary{
  background: var(--color-dark-shade);
  color: var(--color-light-shade);
}

.button.button--tertiary{
  color: var(--color-dark-shade);
}

h2, .feature .feature__title{
  font-style: italic;
  font-size: 2.083125rem;
  letter-spacing: 1px;
}


/* prepare the selectors to add a stroke to */
.stroke-single,
.stroke-double {
  position: relative;
  z-index: 0;
}




.service-map{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 450px;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.service-map h2,
.service-map p{
  color: var(--color-light-shade);
}

.service-map .container{
  padding-right: 20%;
}

.service-map p{
  display: block;
  width: 80%;
}

.service-map .content__buttons .button{
  margin-right: 1rem;
}

.content-area h2{
  margin-bottom: 0px;
  margin-top: 2rem;
  font-size: 1.823125rem;
  color: var(--color-secondary);
}

.content-area h3{
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1.301875rem;
  font-style: italic;
}

.content-area li a, .content-area p a{
   color: var(--color-secondary);
   font-weight: 600;
}

.content-area li a:hover, .content-area p a:hover{
text-decoration:underline;
color: #000;
}


.uvp-form{
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  background-color: #f4f4f4;
height: 565px;
}

.uvp-box{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 100px;
}

.uvp-box .content{
    background: rgba(0, 0, 0, 0.749);
  text-align: center;
  padding: 1.5rem 2rem 1.25rem;
  color: var(--color-light-shade);
}

.uvp-box .content h2{
  font-size: 1.6925rem;
}


/** RESPONSIVE **/

.menu.menu--mobile{background: rgba(35,35,35,0.97); width: 320px; box-shadow: 0 0 20px rgba(0,0,0,0.5);}
.menu.menu--mobile ul li a{font-size: 1.1875rem; font-family: var(--font-headline); font-style: italic; color: var(--color-light-shade); text-transform: uppercase;}
.mobile__toggle.mobile__toggle--mobile img,
.menu.menu--mobile ul li .icon{filter: invert(100%) sepia(45%) saturate(493%) hue-rotate(193deg) brightness(122%) contrast(107%);}
.menu.menu--mobile ul li li a{font-family: var(--font-body); font-weight: var(--font-weight-normal); color: var(--color-primary); font-style: normal; font-size: 1.125rem;}


@media screen and (min-width: 768px) and (max-width: 991px){

  .header .mobile .button{min-height: 35px;}
  .header .mobile .mobile__grid-item img{height: 20px; width: auto;}

  .banner{height: 700px;}
  .banner-area.banner-area--3{width: 55%; padding-left: 1rem;}
  .banner-area.banner-area--3 .banner-area__title{font-size: 2rem; white-space: nowrap;}
  .banner-area.banner-area--3 .banner-area__text{font-size: 1.125rem;}

  .uvp-wrap .uvp.uvp-bar-2{flex-direction: row; flex-wrap: wrap;}
  .uvp-wrap .uvp.uvp-bar-2 li{width: 50%; padding-left: 10px; margin-bottom: 1rem;}

  .grid.grid-1x4--2 .grid__item{margin-bottom: 25px;}

  .feature.feature--3{padding: 2rem 0;}
  .feature .feature__buttons{justify-content: start;}

  .grid.grid-1x3--1 .grid__item .item__content{text-align: center;}
  .grid.grid-1x3--1 .grid__item .item__content .content__title{font-size: 1.25rem;}

}


@media screen and (max-width: 991px){

  .icon-white{filter: none;}
  .button{padding: 10px 20px; font-size: 1.125rem;}

  .header.header--3 .logo img{ width: 150px; margin-bottom: 2rem; }

  .footer h4{text-align: center; margin-top: 2rem;}
  #footer-two-pane .footer-two-pane,
  #footer-three-pane{flex-direction: column; align-items: center; justify-content: center;}
  #footer-three-pane{padding-left: 0;}
  #footer-three-pane .footer-column{padding-top: 0;}

  .inner-banner .row{flex-direction: column;align-items: center; justify-content: center;}
  .inner-banner{height: 700px;}
  .inner-banner .col-8,
  .inner-banner .col-4{width: 100%;}
  .page-title.page-title-text-middle-left{text-align: center; position: relative; padding-left: 0; top: 68%;}
  .page-title.page-title-text-middle-left p{width: 100%;}
  .inner-banner .rating-box{position: relative;}
  .page-title.page-title-text-middle-left .page-title__text{font-size: 2.5rem;}
  .page-title.page-title-text-middle-left p{font-size: 1rem;}
  .inner-banner .rating-box h4{font-size: 1.5rem;}

  .uvp.uvp-bar-1 .col-12 img{transform: rotate(90deg); margin: -80px 0;}
  .uvp.uvp-bar-1 .col-12 ul li img{transform: rotate(0); margin: 0 5px 0 0;}

}


@media screen and (max-width:767px){

  
  .button{padding: 8px 10px; font-size: 1rem;}
  h2, 
  .feature .feature__title{text-align: center; font-size: 1.75rem;}
  p{text-align: center;}


  .header .mobile .button{min-height: 35px;}
  .header .mobile .mobile__grid-item img{height: 16px; width: auto;}
  

  .banner{max-height: 700px; height: 700px;}
  .banner-area.banner-area--3{width: 100%; text-align: center;}
  .banner-area.banner-area--3 .banner-area__title{font-size: 2rem;}
  .banner-area.banner-area--3 .banner-area__text{font-size: 1rem;}
  .banner-area__buttons{justify-content: center;}

  .uvp-wrap .uvp.uvp-bar-2 li{margin-bottom: 1rem;}

  .feature.feature--3{background-size: cover; padding-top: 2rem; padding-bottom: 2rem;}
  .feature.feature--3 .feature__image{transform: translateY(0);}
  .feature.feature--3 .content.col-md-6{text-align: center; padding-right: 15px;}

  .gallery__buttons,
  .content__buttons{display: flex; flex-direction: column; align-items: center; justify-content: center;}
  .gallery__buttons .button,
  .content__buttons .button,
  .reviews.reviews-full--1 .content__buttons .button{margin: 0.5rem 0;}

  .service-map .container{padding-right: 15px; padding-top: 2rem; padding-bottom: 2rem;}
  .service-map p{width: 100%;}
  .service-map .content__buttons .button{margin: 0.5rem 0;}

  .page-title.page-title-text-middle-left .page-title__text{font-size: 2rem;}

  .uvp-box{padding: 1rem;}

}



@media screen and (max-width:1206px) and (min-width:767px){
.grid.grid-1x3--1 .grid__item .item__image{
  width: auto;
}
}

@media screen and (max-width:412px) {
.grid.grid-1x3--1 .grid__item .item__image{
  width: auto;
}
}

.page-title.page-title-text-middle-left .page-title__text{
  text-transform: uppercase;
}

.uvp.uvp-bar-1 h2{
  text-transform: uppercase;
}

.content-area h3, .content-area h2{
  text-transform: uppercase;
}

.finance-boxes{
  display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.finance-box{
      display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;

        border-radius: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--color-primary);
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 20px 20px 20px 20px;min-height: 255px;
}

.finance-box p{
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
}


/* Container */
.financing-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-base);
  counter-reset: step;
  margin-bottom: 4rem;
}

/* Cards */
.financing-step {
  position: relative;
  background: var(--color-light-shade);
  border: 2px solid var(--color-primary);
  border-radius: 14px;
  padding: 1.25rem; /* leave space for badge */
  box-shadow: 0 6px 18px rgba(var(--color-dark-shade--rgb), 0.06);
  line-height: 1.5;
}

/* Number badge */
.financing-step::before {
  counter-increment: step;
  content: counter(step);
  /* position: absolute;
  top: 1rem;
  left: 1rem; */
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  font-family: var(--font-special);
  font-weight: var(--font-weight-bold);
  font-size: 1.25rem;
  color: var(--color-dark-shade);
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary));
  border: 2px solid var(--color-secondary);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(var(--color-dark-shade--rgb), 0.08);
  position: relative;
  bottom: 10px;
}

/* Headline (optional if you use a heading tag inside) */
.financing-step .step-title {
  font-family: var(--font-headline);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-base);
  margin: 0 0 0.4rem 0;
}

/* Body text */
.financing-step p {
  font-family: var(--font-body);
  margin: 0.35rem 0 0;
}

/* Links inside cards */
.financing-step a {
  color: rgb(var(--color-dark-shade--rgb));
  text-decoration: underline;
  text-decoration-color: var(--color-secondary);
  text-underline-offset: 3px;
}
.financing-step a:hover {
  color: var(--color-secondary);
}

/* Subtle hover/active affordance */
.financing-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(var(--color-dark-shade--rgb), 0.10);
}
.financing-step:active {
  transform: translateY(0);
}

/* Responsive grid */
@media (min-width: 640px) {
  .financing-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .financing-steps {
    grid-template-columns: repeat(4, 1fr);
  }
  .financing-step{

  }
}

/* Optional: small fade-in if you add .reveal-on-scroll via JS */
.financing-step.reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
}
.financing-step.reveal.in-view {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .financing-step,
  .financing-step.reveal {
    transition: none;
    transform: none;
  }
}


.TritonBlogIntro {
    margin-bottom: 1.5rem;
}

.triton-blog-feed .triton-blog-feed-article .image {
    width: 500px !important;
    height: 250px !important;
    max-width: 100%;
}

.triton-blog-feed-article .title {
    margin: 1rem 0;
}

.summary p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.readMoreBlog {
    display: inline;
    font-size: 16.667px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--color-primary);
}


@media screen and (min-width: 991px) {
    .triton-blog-feed .col-sm-6:first-child .triton-blog-feed-article {
        margin-left: 3rem;
    }
}

.blog-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 3rem;
}

.blog-banner{
    margin-bottom: 12rem;
}

.triton-blog-feed .triton-blog-feed-article:hover h3 {
    color: var(--color-primary);
}

.TritonBlogIntro{
    text-align: center;
    margin-top: 4rem;
}

@media (max-width: 576px) {
    .triton-blog-feed .triton-blog-feed-article {
        margin-bottom: 2rem;
    }
}

/*! Ozone.css */
.eds_news_Ozone{margin-bottom:5rem}.eds_news_Ozone .edn_clearFix:after{display:table;content:"";clear:both;width:100%}.eds_news_Ozone.eds_subCollection_news::after{display:block;content:"";clear:both;font-size:0;line-height:0;height:0}.eds_news_Ozone.eds_subCollection_news .fa{line-height:1}.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle{margin-block:5px;text-wrap:balance}.eds_news_Ozone.eds_subCollection_news .edn_article h1.edn_articleTitle{margin-block:5px 1rem}.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a{color:var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a:hover{color:var(--secondary-color);text-decoration:none}.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer{max-width:100%;margin:5px 15px 10px 0;position:relative;overflow:hidden;line-height:0}.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer>a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;text-indent:-99999px;outline:0;-moz-outline-style:none;outline-style:none;background:0 0}.edn_article.edn_articleDetails .article_main_image img{margin-bottom:1.25rem}.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img{max-width:100%;height:auto;display:inline-block}.eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper{margin-block:2rem .5rem;text-align:left}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper{margin:20px 0;clear:both}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a{text-align:right;border-top:solid 1px #eee;border-bottom:solid 1px #eee;background-color:#f8f8f8;padding:3px 10px;display:block}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span{display:inline-block;vertical-align:middle;display:inline-block;line-height:1;color:#504e4e}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span::before{content:"\f09e";font-family:FontAwesome;color:var(--primary-color);margin-right:5px;font-size:20px;display:inline-block;vertical-align:middle}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a:hover{background-color:#fff}.eds_news_Ozone .fa{font-family:FontAwesome!important}.eds_news_Ozone.eds_subCollection_news .edn_article{margin-bottom:2rem}.eds_news_Ozone.eds_subCollection_news .article_pager{box-shadow: rgba(0,0,0,.05) 0px 1px 2px 0px;;float:right;clear:both;overflow:hidden;border-radius:4px;margin:20px 0;font-size:0}.eds_news_Ozone.eds_subCollection_news .article_pager a,.eds_news_Ozone.eds_subCollection_news .article_pager>span,.eds_news_Ozone.eds_subCollection_news .article_pagination a,.eds_news_Ozone.eds_subCollection_news .article_pagination>span{display:inline-block;font-size:1.042rem;line-height:1;padding:7px 10px;border-left:solid 1px var(--primary-color);border-right:none!important;border-bottom:none!important;border-top:none!important;text-decoration:none;transition:all .2s linear}.eds_news_Ozone.eds_subCollection_news .article_pager a{color:#504e4e;}.eds_news_Ozone.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_subCollection_news .article_pager a:hover, .eds_news_Ozone.eds_subCollection_news .article_pagination>span{background:var(--primary-color);color:#fff}.eds_news_Ozone.eds_subCollection_news .article_pager a:first-child{border-left:none}/*! EDIT ARTICLE */.edn_adminActions{margin-bottom:1rem}.eds_news_Ozone.eds_subCollection_news .admin_action::before,.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a::before{font-family:FontAwesome;display:inline-block;margin-right:5px;font-size:15px;opacity:.8}.eds_news_Ozone.eds_subCollection_news .admin_action.edit,.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a.edit{color:#00abd8;border:2px solid #00abd8;border-radius:4px;padding:7px;margin-bottom:1.5rem}.eds_news_Ozone.eds_subCollection_news .admin_action.edit:hover,.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a.edit:hover{background:#00abd8;color:#fff}.eds_news_Ozone.eds_subCollection_news .admin_action.edit::before,.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a.edit::before{content:"\f040"}
/*! END OF Ozone.css */




/** BLOG **/
.eds_news_Ozone.eds_subCollection_news{font-family:sans-serif;margin:30px 0 0}.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer>img{margin-bottom:0}.eds_news_Ozone.eds_subCollection_news.eds_template_Details_Article_Default .edn_mediaContainer{float:right;max-width:100%;width:100%;margin:30px 0 10px}.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary{margin-bottom:-1.5rem}.eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper{text-align:left}.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment>div,.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment>div table td textarea,.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment,.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer{border:none;margin-bottom:0}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span:before{color: #16b9e5;}.eds_news_Ozone.eds_subCollection_news a{color: var(--primary-color); text-decoration:underline!important;}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span{color:#504e4e!important}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a{background-color:#f8f8f8!important}.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit,.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton{background: var(--primary-color);color:#fff;border:0;font-family:sans-serif;font-weight:700;font-size:.9375rem;padding:12px 20px 12px;text-decoration:none!important;}.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit:hover,.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover{background:#092137;color:#fff}.eds_news_Ozone.eds_subCollection_news .article_pager a.active{background-color: var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .article_pager a:hover{background-color:#81d581}.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment>div table td textarea,.eds_news_Ozone.eds_subCollection_news .article_pager,.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a{border-color:#413f3f!important}.eds_news_Ozone.eds_subCollection_news .article_pager a{border-left-color:#413f3f!important}.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle{margin-top:5px;}.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a:hover,.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags>a{background-color: var(--primary-color)!important;border:solid 1px  var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .article_pager a:hover{background-color: var(--primary-color)!important;border:solid 1px  var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags{color:var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags>a:hover{color: var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment{display:none}.eds_news_Ozone h1,.eds_news_Ozone h2,.eds_news_Ozone h3,.eds_news_Ozone h4,.eds_news_Ozone h5,.eds_news_Ozone h6{color:#000}.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a{font-family:sans-serif;font-weight:700;font-size:1.75rem;color:#000;text-decoration:none!important}.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover{background:#367cc0}.eds_news_Ozone.eds_subCollection_news .edn_metaDetails,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .article_rating,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_articleCategories,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails a,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span.current_rating,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails time{font-size:.875rem}.eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper{margin:15px 0 10px}#ChameleonGallery { display:none; }.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img { margin-bottom:0; } .eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6, .eds_news_Ozone th, .eds_news_Ozone .in_article_image .image_title { font-family:sans-serif; } .eds_news_Ozone h2 { font-size:1.75rem; color:#636363; text-transform:uppercase; font-weight:900; margin-bottom:20px; } .eds_news_Ozone h3 { font-weight:bold; } .eds_news_Ozone p { margin-bottom:1.5rem;font-size:16.667px;line-height:1.4 } .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle { font-weight:700; font-size:1.953125rem; } .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_article_gallery { display:none; }.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a{color:#fff!important}
 
/*hover*/
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover { background:#000; }
 
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails a:hover, .eds_news_Ozone.eds_subCollection_news a:hover { color:#000; }
 
.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a:hover { color: var(--primary-color); }


.TritonBlogIntro{
  text-transform: uppercase;
  font-family: var(--font-headline);  color: rgb(0, 0, 0);  font-style: italic; font-size: 33px;
}

.triton-blog-feed-article .title{
  font-family: var(--font-headline); color: rgb(0, 0, 0);    font-style: italic;  text-transform: uppercase;  font-size: 27px;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle{
      font-style: italic;
    font-size: 2.083125rem;
    letter-spacing: 1px;text-transform: uppercase;
}

.eds_news_Ozone p, .eds_news_Ozone.eds_subCollection_news span, .eds_news_Ozone.eds_subCollection_news a, .eds_news_Ozone.eds_subCollection_news li, .eds_news_Ozone.eds_subCollection_news td, .eds_news_Ozone.eds_subCollection_news table{
  color: #000;    margin: 0 0 1.5rem;    font-family: var(--font-body);    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

.eds_news_Ozone h2{
      font-style: italic;
    font-size: 2.083125rem;
    letter-spacing: 1px;
  margin-bottom: 0px;
    margin-top: 2rem;
    font-size: 1.823125rem;
    color: var(--color-secondary);text-transform: uppercase;    text-wrap: balance;
    font-family: var(--font-headline);
}

.content-area img{
  margin-bottom: 2rem;
}

.content-area .grid.grid-1x3--1 .grid__item img{
  margin-bottom: 0;
}
.button.button--primary{
  -webkit-text-stroke: .7px #fff;
  text-stroke: .7px #fff;
}


.button.button--secondary, .header.header--3 .nav .top .number{

    -webkit-text-stroke: 1.3px #a9740a;
  text-stroke: 1.3px #a9740a;

}

.uvp-form .col-md-8{
  display: flex
;
    flex-direction: column;
    justify-content: center;
}

.uvp-form h2{
  text-transform: uppercase;
}

.uvp-box .content h2{
  text-transform: uppercase;
}



.footer .footer-column h3 a:hover{
  color: #fff;
}

[data-accordion] [data-control]{

    background: var(--color-primary);
    color: black;
    text-transform: uppercase;
}

[data-accordion] [data-control].open{
  background: var(--color-tertiary);
}


@media (max-width: 1290px) and (min-width: 992px){
.banner-area.banner-area--3{
    padding-left: 2rem;
    width: 75%;
}
}

@media (max-width: 768px) {
  .uvp br {
    display: none; /* hide on tablets/desktop */
  }
.homepage-uvp{
  flex-direction: column;
}
.homepage-uvp h3 br{
display: none;
}

.homepage-uvp h3{
margin-right: 0;
text-align: center;
white-space: normal;
margin-bottom: 1rem;
}
}

@media (max-width: 500px){
.uvp-wrap .uvp.uvp-bar-2 li h3{
  text-align: center;
}
}

    .swiper-1-full .swiper-button {
  position:absolute;
  top:50%;
  left:50%;
  left:0;
  background:0;
  outline:none;
  border:none;
  cursor:pointer;
  transition:all .3s ease;
  z-index:3;
}

.swiper-1-full .swiper-button.swiper-full-button-next {
  left:auto;
  right:0;
} 

/* make the section a containing block for abs-pos buttons */
.slider-1-full-new { position: relative; }

/* button base styles */
.slider-1-full-new .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;              /* prev on the left */
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 3;
}

/* next on the right */
.slider-1-full-new .swiper-button.swiper-full-button-next {
  left: auto;
  right: 0;
}

/* optional: widen hit area */
.slider-1-full-new .swiper-button { padding: 8px; }

/* optional: keep buttons above slides on small screens */
@media (max-width: 639px) {
  .slider-1-full-new .swiper-button { z-index: 10; }
}

@media (min-width: 1400px) {
.slider-1-full-new .swiper-button{
top: 45%;
    transform: translateX(175%);
}

.slider-1-full-new .swiper-button.swiper-full-button-next {
    transform: translateX(-175%);
}
}
swiper-slide img{
  max-width: 100%;
}
@media (max-width: 1275px) and (min-width: 992px){

swiper-slide img {
    max-width: 80%;
}
} 

@media (max-width: 890px) and (min-width: 768px){
      .feature.feature--3 {
        padding: 8rem 0;
    }
}

@media (max-width: 576px) {
.inner-banner{
  height: 500px;
          margin-top: 178px;
}

.uvp.uvp-bar-1 li{
  text-align: left;
}
}

.uvp.uvp-bar-1 .content{
  padding-left: 2rem;
}

@media (max-width: 767px){
.uvp-form{
  height: auto;
}
.uvp-form h2{
  padding-top: 2rem;
}

.grid.grid-1x3--1 .grid__item .item__image{
      height: auto;
    max-height: 280px;
}

.content-area h2,  .content-area p, .content-area h3{
  text-align: left;
}
}


@media (max-width: 800px) and (min-width: 720px){
.stand-out h2{
  font-size: 1rem;
}

 .stand-out p{
  font-size: .8rem;
 }
}

@media (max-width: 767px){
.stand-out h2, .stand-out p, .stand-out h3{
  text-align: center; 
}

}

@media (max-width: 991px){
.finance-boxes {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 576px){
.finance-boxes {
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 450px){
    .stand-out {
        width: min(90vw, 26rem);
    }

    .stand-out h2{
      font-size: .9rem;
    }
     .stand-out p{
  font-size: .8rem;
 }
}


        .financing-module {
            box-sizing: border-box;
            margin: 0;
            text-align: left;
            border-width: 5px;
            border-style: solid;
            border-color: #207e20;
            width: 650px;
            border-radius: 4px;
            background: white;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .financing-module:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(32, 126, 32, 0.2);
        }

        .financing-module > div {
            line-height: 0;
        }

        .financing-module img {
            display: block;
            width: 640px;
            max-width: 100%;
            height: auto;
        }

        .financing-module a {
            display: block;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .financing-module a:hover {
            opacity: 0.85;
            transform: scale(1.02);
        }

        .financing-module a:active {
            transform: scale(0.98);
        }


        .finance-container {
  display: flex;
  gap: 2rem;
  align-items: center;
      margin: 4rem 0;
}

.finance-container > div:first-child {
  flex: 1;
}

.finance-container > div:last-child {
  flex: 1;
}

.finance-container img {
  width: 100%;
  height: auto;
  display: block;
}

.finance-container h2 {
  margin-top: 0 !important;
}

.finance-container ul {
  list-style-position: outside;
  padding-left: 1.5rem;
}

.finance-container li {
  margin-bottom: 0.5rem;
}

@media (max-width: 576px) {
  .finance-container {
    flex-direction: column;
  }

.slider.slider-1-full-new{
  margin-top: -65px;
}
}

.content__title {
  position: relative;
  display: block;
  text-align: center;
}

.content__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #fff;
    margin: 1rem auto 24px;
}

@media (min-width: 991px){
.grid.grid-1x4--2 .grid__item .item__content .content__text{
  padding: 0 2rem;
}
}

.button.button--tertiary{
      -webkit-text-stroke: .7px #a9740a;
    text-stroke: .7px #a9740a;    border: 2px solid #a9740a; color: #fff;
}

@media (min-width: 1250px){
.feature.feature--3 .feature__title{white-space: nowrap;}
}

.reviews.reviews-full--1 h2::after{
  display: none !important;
}

.button.button--secondary{

border: 2px solid var(--color-secondary);
}

.header.header--3 .nav .top .number:hover{
  background: var(--color-secondary);
}

.uvp-box .content p a:hover{
  text-decoration: underline;
}


.banner-area.banner-area--3 {
  position: absolute;
  top: 60%;
  left: 0;
  width: 54%;                 /* left column width */
  transform: translateY(-50%);
  z-index: 2;
}

/* Right column: the form */
.home-form {
  position: absolute;
  top: 60%;
  right: 0;
  width: 38%;                 /* right column width */
  transform: translateY(-50%);
  z-index: 2;
}

.home-form iframe {
  display: block;
  width: 100%;
  height: 515px;              /* or auto if your form autoresizes */
  border: 0;
}

/* Ensure background image sits behind absolutely-positioned columns */
.banner-image { z-index: 0; }
.position-relative { position: relative; z-index: 1; height: 100%; }

/* Responsive: stack on tablets/phones */
@media (max-width: 992px) {
  .banner { height: auto; min-height: 800px;margin-top: 184px; } /* optional */
  .banner-area.banner-area--3,
  .home-form {
    position: static;         /* take them out of absolute flow */
    transform: none;
    width: 100%;display: flex
;
        flex-direction: column;
        align-items: center;
        justify-content: center;
  }.banner-area.banner-area--3 .banner-area__text{
    text-align: center;
  }
  .container.position-relative { padding-top: 2rem; padding-bottom: 2rem; }
  .home-form { margin-top: 1.5rem; box-shadow: none; border-radius: 8px; }
}

/* Optional: give the text column a little breathing room from the form edge on large screens */
@media (min-width: 993px) {
  .banner-area.banner-area--3 { padding-right: 2rem; }
}

@media screen and (max-width: 768px) and (min-width: 576px){
.banner{
  margin-top: 177px;
}

    .container.position-relative {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .banner-area.banner-area--3 .banner-area__title {
        font-size: 1.5rem;
    }
    .banner-area.banner-area--3 h3{
      font-size: 1rem;
    }

    .banner-area.banner-area--3 img {
    margin-bottom: 0.5rem;
}
}

@media screen and (max-width: 575px){
  .banner{
    height: 400px; min-height: auto;
  }.home-form{
    display: none;
  }

      .banner {
        margin-top: 177px;
    }

      .page-title.page-title-text-middle-left {
    top: 50%;
  }
}


@media screen and (max-width: 450px){
    .banner-area.banner-area--3 .banner-area__title {
        font-size: 1rem;
    }
    .banner-area.banner-area--3 h3{
      font-size: .8rem;
    }

    .banner-area.banner-area--3 img {
    width: 50%;
    margin-bottom: 1rem;
}
}

.address address:hover{
  text-decoration: underline;
}

#footer-one-pane .number:hover{
  background: var(--color-secondary);
}

.content__hover{
    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: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 1.042rem;
    font-weight: 700;
    border: none;
    min-height: 50px;
    -webkit-transition: all .3s 
ease;
    transition: all .3s 
ease;

font-family: var(--font-special);
    font-weight: var(--font-weight-normal);
    font-size: 1.383125rem;
    position: relative;
    letter-spacing: 1px;
    background: var(--color-dark-shade);
    color: var(--color-light-shade);

    max-width: 157px;
      font-size: 18.75px;    margin: 0 auto;
}




#footer-one-pane .number{

    -webkit-text-stroke: 1.3px #a9740a;
    text-stroke: 1.3px #a9740a;
}





.inner-banner .rating-box{
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease; cursor: pointer;;
}

.inner-banner .rating-box:hover{
transform: translateY(-8px);
   
}

.inner-banner .rating-box h4 span{
  position: relative;
  bottom: 5px;
}


.faq-sec .faq-period:nth-child(odd) {
    background: rgba(217, 217, 217, 0.4);
}

.faq-sec .faq-period{
  padding: 20px;
}.social-footer img{
  filter: invert(94%) sepia(39%) saturate(2377%) hue-rotate(314deg) brightness(101%) contrast(92%);
margin-right: 10px;

}.social-footer img:hover{
filter: invert(100%) sepia(0%) saturate(7457%) hue-rotate(42deg) brightness(108%) contrast(100%);


}

 .content-area p strong{
  font-weight: 400;
}

.social-footer{
  padding-bottom: 10px;
}

@media screen and (min-width: 991px) {
.inner-banner .rating-box {
width: 338px;
    height: 168px;
}
@media screen and (max-width: 1286px) and (min-width: 991px) {
.inner-banner .rating-box {
  margin-right: 1rem;
}
}
.stand-alone-h3{
  margin-bottom: 1rem !important;
}


}


@media screen and (min-width: 1245px) {
.grid.grid-1x4--2 .grid__item{
  height: auto;
}
}

.button, .header.header--3 .nav .top .number, .grid.grid-1x4--2 .grid__item .item__content:hover .content__hover, #footer-one-pane .number {
  padding: 15px 15px 10px; 
}

.footer .footer-column h3{
  margin-bottom: 5px;
}



/* REMOVE WHEN TEAM SECTION IS BACK ADDED */
.team-section-holder{
  margin: 4rem 0;
}
/* .feature.feature--3 {
    background-repeat: repeat;
    background-size: auto;
    z-index: 1;
    HEIGHT: 585px;
}
.feature.feature--3 .feature__image {
    transform: none;
} */

@media screen and (max-width: 767px) {
.team-section-holder{
  margin: 35rem 0 !important;
}
}

@media screen and (max-width: 576px) {
.team-section-holder{
  margin: 25rem 0 !important;
}
}
/*REMOVE WHEN TEAM SECTION IS BACK ADDED*/




@media screen and (max-width: 1500px) and (min-width: 991px){
.grid.grid-1x4--2 .grid__item .item__content {
    right: 3px;
}

.grid.grid-1x4--2 .grid__item img {
    width: 104%;
}
}

.content-area h2{
  letter-spacing: 0px;
}


@media screen and (min-width: 991px) {
    .col-md-8 {
        width: 60.666667% !important;
        margin-right: 3rem !important;
    }
}


.content-area h3{
  margin-top: 3rem;
}


.edn_metaDetails{
  display: none;
}



/* Circles layout */
.content-stand-out {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: calc(var(--gap-base) * 1.5);
  align-items: center;
  justify-items: center;
  margin: calc(var(--gap-base) * 2) 0;
}

/* Circle card */
.stand-out {
min-height: 245px;

  background: rgba(245, 194, 91, .18);
  border: 6px solid var(--color-primary);

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;

}


/* Typography */
.stand-out h2 {
  font-family: var(--font-headline);
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: rgb(var(--color-dark-shade--rgb));
  margin: 0 0 0.6rem 0;
  margin-top: 0 !important;
}

.stand-out p {
  font-family: var(--font-body);


  font-size: clamp(0.95rem, 1.2vw, 1.05rem);

  margin: 0 auto;
  max-width: 80%;     
}



/* Mobile stacking */
@media (max-width: 720px) {
  .content-stand-out {
    grid-template-columns: 1fr;
  }
  .stand-out {
    width: min(82vw, 26rem);
  }
}


.uvp-box{
  margin-bottom: 0 !important;
}

.content-area h2{
  margin-top: 4rem;
}

/* Put the two sections side by side with a black split line */
.about-us-info {
  display: flex;
}

.about-us-info .info {
  flex: 1;                     /* each takes 50% width */
  padding: 16px;               /* space inside each column */
  box-sizing: border-box;      /* keep padding inside the width */
}

/* vertical black divider between the two columns */
.about-us-info .info + .info {
  border-left: 2px solid #000;
}

/* (Optional) stack on narrow screens */
@media (max-width: 700px) {
  .about-us-info {
    flex-direction: column;
  }
  .about-us-info .info + .info {
    border-left: none;
    border-top: 2px solid #000;  /* divider switches to horizontal when stacked */
  }
}



  /* Instant toggle for inner accordions (unchanged) */
  [data-content][hidden] { display: none; }

  /* Cursor + spacing */
  [data-control] { cursor: pointer; }
  .faq-period > [data-control] { margin: 0; padding: 0.5rem 0; }

  /* Subtle divider */
  .faq-period {  padding: 1rem 0; }

  /* Arrow rotation */
  [data-control] img { transition: transform 0.2s ease; vertical-align: middle; margin-right: 8px; }
  [data-control][aria-expanded="true"] img { transform: rotate(90deg); }

  /* --- Smooth animation for OUTER sections only --- */
  .faq-period > [data-content] {
    overflow: hidden;
    height: 0;            /* collapsed */
    opacity: 0;           /* faded when collapsed */
    transition: height 300ms ease, opacity 300ms ease;
  }
  .faq-period > [data-control][aria-expanded="true"] + [data-content] {
    /* opacity will animate to 1 during open */
  }

  @media (prefers-reduced-motion: reduce) {
    .faq-period > [data-content] {
      transition: none !important;
    }
    [data-control] img { transition: none !important; }
  }


.faq-period > h2[data-control]{
  padding-left: 1rem;
}



.triton-blog-feed-article span{
  font-size: 21px;  font-style: italic; text-transform: none; width: 91%; font-family: var(--font-headline); font-weight: bold; 
}

.summary{
  margin-top: 1rem;
}

.triton-blog-feed-article .title{
  text-wrap: auto;    margin-bottom: 0;
}

.footer h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 275px; /* Adjust this percentage */
  height: 1px;
  background-color: var(--color-light-shade);
}

.summary{
  width: 90%;
}

.triton-blog-feed-article .title{
  line-height: 1.2;
}

.content-area p, .uvp-form p, .text-center, .uvp-box .content p{
  line-height: 1.5;
}

.stand-out h2{
  text-wrap: balance;
  padding: 0 2rem;
}


.faq-sec .faq-period:nth-child(odd) > [data-control][aria-expanded="true"] + [data-content] [data-control], .faq-period:nth-child(even) > h2[data-control]{
  background: #000; color: #fff;
}

.faq-period h2[data-control] {
  position: relative;
  padding-right: 30px; /* Make room for the icon */
}

.faq-period h2[data-control]::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-period h2[data-control][aria-expanded="true"]::after {
  content: '−'; /* Using minus sign character */
}

.faq-sec .faq-period:nth-child(even) [data-content] [data-control] img{
      filter: invert(0%) sepia(103%) saturate(7497%) hue-rotate(66deg) brightness(20%) contrast(116%);
}

.finance-box img{
  width: 45px; margin-bottom: 0;
}

.financing-step {
        display: flex
;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

   .review-btns img {
    margin-right: 10px;
    width: 40px;
}

.review-btns img:hover {
    filter: var(--filter-color);
}

    /*! ===============
           Review Carousel - Redesigned
           ================ */
        /* Hide original widget elements we don't need */
        .revwid-filter-container, .revwid-button, .revwid-select, .revwid-overall-rating-out-of-label, .revwid-overall-rating-header, .revwid-overall-rating-sum, .revwid-pagination-arrow, .revwid-pagination { display: none !important; } /* Main carousel container */ .review-carousel-container { max-width: 1285px; margin: 0 auto; position: relative; padding: 0 60px; margin-bottom: 2rem;padding-top: 40px; } /* Review wrapper with overflow hidden */ .review-carousel-wrapper { overflow: hidden; position: relative;padding-top: 30px;
margin-top: -30px; } /* Reviews container that slides */ .review-carousel-track { display: flex; transition: transform 0.5s ease-in-out; gap: 24px; } /* Individual review card */ .review-card { min-width: 372px; width: 372px; height: 263px; background: #ffffff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; } /* Review author name */ .review-author { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 8px; font-family: var(--font-headline); } /* Review date */ .review-date { font-size: 14px; color: #666; margin-bottom: 12px; } /* Star rating container */ .review-stars { display: flex; justify-content: center; margin-bottom: 16px; gap: 4px; } /* Star icon */ .star { width: 20px; height: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fbbc05'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; } .star.empty { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e0e0e0'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") no-repeat center; background-size: contain; } /* Review text */ .review-text { font-size: 14px; line-height: 1.6; color: #000; flex: 1; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; font-family: var(--font-body); margin-bottom: 12px; } .review-text.expanded { -webkit-line-clamp: unset; overflow: auto; } /* Read more button */ .read-more-btn { background: none; border: none; color: var(--color-primary); font-size: 14px; font-weight: 500; cursor: pointer; padding: 4px 8px; transition: color 0.2s; } .read-more-btn:hover { text-decoration: underline; } /* Navigation arrows */ .carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: #ffffff; border: 1px solid #e0e0e0; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s; z-index: 2; text-decoration: none; } .carousel-arrow:hover { background: #f5f5f5; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .carousel-arrow.prev { left: 10px; } .carousel-arrow.next { right: 10px; } .carousel-arrow.disabled { opacity: 0.3; cursor: not-allowed; pointer-events: none; } .carousel-arrow.disabled:hover { background: #ffffff; box-shadow: none; } .arrow-icon { width: 20px; height: 20px; fill: #333; } /* Responsive design */ @media (max-width: 1200px) { .review-carousel-container { max-width: 890px; } .review-carousel-track { gap: ; } } @media (max-width: 768px) { .review-carousel-container {  padding: 0 50px; } .review-card {}}

@media (max-width: 480px) { .review-carousel-container { padding: 0 40px; } .review-card { min-width: 280px; width: 280px; padding: 20px; } .carousel-arrow { width: 35px; height: 35px; } .carousel-arrow.prev { left: 5px; } .carousel-arrow.next { right: 5px; } }

/* Reviewer profile image */ .review-avatar { width: 48px; height: 48px; border-radius: 50%; margin-bottom: 12px; object-fit: cover; background: #f0f0f0; } .review-avatar.default { display: flex; align-items: center; justify-content: center; background: #e0e0e0; color: #666; font-size: 20px; font-weight: 600; }

        .review-avatar {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: #f0f0f0;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.review-avatar.default {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0e0e0;
    color: #666;
    font-size: 20px;
    font-weight: 600;
}

        @media (max-width: 768px) {
    .review-carousel-container {
padding: 15px 50px 0;
    }
    
    .review-carousel-wrapper {
        padding-top: 30px;
        margin-top: -30px;
    }

    .review-carousel-container{
      margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .review-carousel-container {
        padding: 40px 40px 0; 
    }
    
    .review-carousel-wrapper {
        padding-top: 30px;
        margin-top: -30px;
    }
    
    .review-card {
        padding: 40px 20px 20px; 
    }
}

/* Avatar wrapper for positioning badge */
.review-avatar-wrapper {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    z-index: 1;
}

/* Move the avatar styles to be relative within wrapper */
.review-avatar {
    position: relative; /* Changed from absolute */
    top: 0; /* Reset positioning */
    left: 0;
    transform: none; /* Reset transform */
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: #f0f0f0;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Platform-specific colors for default avatars */
.review-avatar.default {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.review-avatar.default.google {
    background: #4285f4;
}

.review-avatar.default.facebook {
    background: #1877f2;
}

.review-avatar.default.yelp {
    background: #ff1a1a;
}

.review-avatar.default.other {
    background: #6c757d;
}

/* Source badge container */
.review-source-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* Source icon styling */
.review-source-icon {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Platform logos using inline SVG data URIs */
.review-source-icon.google {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285f4' d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z'/%3E%3Cpath fill='%2334a853' d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z'/%3E%3Cpath fill='%23fbbc05' d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z'/%3E%3Cpath fill='%23ea4335' d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z'/%3E%3C/svg%3E");
}

.review-source-icon.facebook {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231877f2' d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3E%3C/svg%3E");
}

.review-source-icon.yelp {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff1a1a' d='M21.111 18.226c-.141.969-2.119 3.483-3.029 3.847-.311.124-.611.094-.85-.09-.154-.12-.314-.365-2.447-3.827l-.633-1.032c-.244-.37-.199-.857.104-1.229.297-.366.78-.492 1.213-.318l1.39.525c3.467 1.253 3.802 1.375 3.963 1.5.26.195.382.47.289.624zm-7.191-4.991c-.27-.32-.324-.78-.127-1.18l.597-1.183c1.754-3.568 1.945-3.743 2.114-3.889.26-.225.593-.27.932-.112.968.447 2.427 3.250 2.573 4.2.047.314-.001.62-.179.844-.137.174-.347.31-3.845 2.052l-1.047.533c-.417.21-.943.143-1.318-.265zm-3.665-1.001l-1.271-.626c-3.514-1.725-3.849-1.912-3.99-2.087-.218-.267-.262-.61-.121-.97.481-1.223 3.111-2.713 4.028-3.156.304-.147.615-.147.879.013.201.122.431.375 2.544 3.844l.626 1.028c.241.404.166.944-.179 1.374-.341.425-.867.575-1.353.414zm-2.999 7.807c-.946-.427-2.644-2.842-2.793-3.798-.05-.321.015-.644.242-.915.174-.21.42-.385 3.955-2.131l1.063-.53c.426-.199.944-.132 1.326.18.37.302.494.798.317 1.252l-.529 1.379c-1.264 3.447-1.375 3.786-1.51 3.939-.205.238-.52.357-.796.357-.12 0-.239-.025-.348-.07zm1.863-7.8l-.552-1.316C7.29 7.424 7.179 7.073 7.31 6.668c.112-.348.4-.594.77-.656C9.04 5.849 11.958 5 12.774 5c.332 0 .623.095.818.339.139.175.177.383.18 4.561v1.141c0 .433-.25.8-.632.982-.381.182-.82.12-1.155-.162z'/%3E%3C/svg%3E");
}

.review-source-icon.other {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236c757d' d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E");
}


/*! ===============
   Review List (Vertical)
   ================ */
.revwid-filter-container, .revwid-button, .revwid-select, .revwid-overall-rating-out-of-label, .revwid-overall-rating-header, .revwid-overall-rating-sum { display: none; } .revwid-pagination-arrow { display: none !important; } .revwid-pagination { display: none !important; } /* Container for vertical list */ .revwid-reviews-scrollable-area { position: relative; margin-top: 1rem; } .revwid-reviews { position: relative; display: flex; flex-direction: column; gap: 1.5rem; } /* Individual review styling */ .revwid-review { opacity: 0; width: 100%; padding: clamp(1rem, 5vw, 1.875rem); transition: opacity 0.5s ease-in-out; background: #fff; color: #6f6e6e !important; font-family: inherit; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } /* Show reviews when visible class is added */ .revwid-review.visible { opacity: 1; position: relative; } /* Author and date styling */ .revwid-review-author, .revwid-review-date { font-weight: bold; position: relative; padding-right: 1rem; } .revwid-review-author::after { content: '-'; color: inherit; position: absolute; right: 6px; font-size: inherit; top: 50%; transform: translateY(-50%); } /* Review header */ .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; } /* Star ratings */ .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: 100% !important; width: 26px !important; height: 26px !important; display: inline-block !important; font-family: 'widget' !important; font-style: normal !important; font-weight: normal !important; line-height: 1 !important; } /* Review text */ .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-full-text { display: none; } .revwid-for-collapse { display: none; } /* Mobile responsiveness */ @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; } .revwid-reviews { gap: 1rem; } } .revwid-reviews{ text-align: left; width: 1024px; } .revwid-reviews-scrollable-area { display: flex; align-items: center; justify-content: center; }



 @media (max-width: 494px){
.reviews.reviews-full--1{
  height: 600px;
}
}