/* Google Fonts loaded via <link> in default.ascx for performance */

:root {
  --color-primary: #BD0D06;
  --color-secondary: #013562;
  --color-tertiary: #EAEAEA;
  --color-light-shade: #fff;
  --color-dark-shade: #000;
  --color-primary--rgb: 158, 32, 101;
  --color-secondary--rgb: 0, 171, 216;
  --color-tertiary--rgb: 107, 107, 107;
  --color-light-shade--rgb: 230, 230, 230;
  --color-dark-shade--rgb: 34, 34, 34;
  --font-headline: "Playfair Display", serif;
  --font-body: "Roboto", sans-serif;
  --font-feature-title-size: 2.25rem;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-header: 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)}}/*! ==============================================================
   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{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-light-shade);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%)}/*! ==============================================================
   BOOTSTRAP UTILITIES
   ============================================================== */.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:-2;object-fit:cover}.p-0,.row.p-0>*{padding:0}.row.p-0{margin-left:0;margin-right:0}/*! ==============================================================
   COMPONENTS
   ============================================================== */.banner{position:relative;width:100%;height:750px;z-index:2}@media screen and (max-width:767px){.banner{height:450px}}.banner-image{width:100%;height:100%;z-index:-1;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)}.banner-area{color:#fff}@media screen and (max-width:991px){.banner-area{text-align:center;margin-inline:auto}.banner-area__buttons{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.banner-image-right{position:absolute;inset:0;z-indeX:-1}.banner-image-right img{width:100%;height:100%;object-fit:cover}}.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,#9e2065)}.button.button--primary:hover{background:var(--color-secondary,#00abd8)}.button.button--secondary{background:var(--color-secondary,#00abd8)}.button.button--secondary:hover{background:var(--color-primary,#9e2065)}.button.button--tertiary{background:var(--color-tertiary,#6b6b6b)}.button.button--tertiary:hover{background:var(--color-dark-shade,#222);color:var(--color-primary,#9e2065)}.feature{position:relative}.feature .container,.feature .row{height:100%}.feature .row{row-gap:1.875rem}.feature__title{font-size:clamp(1.5rem,5vw,2.5rem);line-height:1.2;margin:0 0 .35rem}.feature__buttons,.gallery__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__buttons,.gallery__buttons{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}}.feature__content{text-align:center}@media screen and (min-width:992px){.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:#56565b}.footer-copyright-bar .col-12{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.footer-copyright-bar .col-12{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.footer-copyright-bar .col-12 .left,.footer-copyright-bar .col-12 .right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-copyright-bar .col-12 ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.footer-copyright-bar .col-12 ul li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.footer-copyright-bar .col-12 ul li a,.footer-copyright-bar .col-12 ul li span{color:#fff;-webkit-transition:all .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}.header{z-index:100;box-sizing:border-box}.header .logo img{width:215px;height:auto}.header .phone-number{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-column-gap:5px;-moz-column-gap:5px;column-gap:5px}.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:#fff;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) !important;}.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);overflow-y:scroll}.menu.menu--mobile.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu.menu--mobile ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0}.menu.menu--mobile ul li{position:relative;margin:0}.menu.menu--mobile ul li a{font-size:.9375rem}.menu.menu--mobile ul li .icon{position:absolute;top:2px;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}@media screen and (min-width:992px){.formwrap{margin:0 0 2.5rem auto}}/*! ===============
   Review Carousel
   ================ */review-carousel{min-height:200px;display:block}.revwid-button,.revwid-filter-container,.revwid-is-facebook-rating,.revwid-overall-rating-header,.revwid-overall-rating-out-of-label,.revwid-overall-rating-sum,.revwid-pagination,.revwid-pagination-arrow,.revwid-review-read-more-link,.revwid-select,blockquote{display:none!important}.revwid-reviews-scrollable-area{position:relative;margin-block:1rem;max-width:1200px;margin-inline:auto}.revwid-reviews{position:relative;min-height:200px}.revwid-review{position:absolute;top:0;left:0;right:0;opacity:0;width:100%;min-width:100%;padding:clamp(1rem,5vw,1.875rem);-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;pointer-events:none;background:#fff;color:#6f6e6e!important;font-family:inherit;text-align:left;border-radius:10px;box-shadow:rgba(0,0,0,.16) 0 1px 4px}.revwid-review-author,.revwid-review-date{font-weight:700;position:relative;padding-right:1rem}.revwid-review-author::after{content:"-";color:inherit;position:absolute;right:6px;font-size:inherit;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.revwid-review-header{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;position:relative;padding-right:75px;height:30px;margin-bottom:1.25rem}.revwid-review-source-logo{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.revwid-review-stars{margin-right:15px}.revwid-icon-star{font-size:18.4px!important;color:#fbbc05!important;position:relative}.revwid-icon-star::before{content:""!important;background:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.667in' height='1.597in' viewBox='0 0 120 115'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fbbc05; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Estar%3C/title%3E%3Cpath class='cls-1' d='M59.77,87.747,28.115,111.024a2.854,2.854,0,0,1-4.419-3.137L35.3,70.115,3.128,47.18A2.854,2.854,0,0,1,4.783,42l39.838-.041L56.384,4.674a2.854,2.854,0,0,1,5.422-.067l12.8,37.338,38.983.089a2.854,2.854,0,0,1,1.667,5.167L83.846,69.928l12.909,38.079a2.854,2.854,0,0,1-4.372,3.232Z'/%3E%3C/svg%3E%0A") no-repeat!important;background-size:auto;background-size:100%!important;width:26px!important;height:26px!important;display:inline-block!important;font-family:widget!important;font-style:normal!important;font-weight:400!important;line-height:1!important}.revwid-review-intro-text{padding-top:.5rem}.revwid-review-intro-text p:last-of-type,.revwid-review-read-more-link{margin-bottom:0}.revwid-review.active{opacity:1;position:relative;pointer-events:auto}.revwid-review-full-text{display:none}.revwid-for-collapse{display:none}.review-feed__sidebar .revwid-review-source-logo img{max-width:65px;height:auto}.review-feed__sidebar .revwid-review-rating-text{display:none}@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}}/*! === 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);max-width:600px;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%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);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]{background:var(--color-primary)}[data-accordion].open [data-control] img{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}[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);text-decoration:;font-weight:var(--font-weight-bold)}.content-area li a:hover,.content-area p a:hover{color:var(--color-secondary)}
   /*!
   * DO NOT MODIFY ANYTHING ABOVE THIS. STYLES ABOVE WILL BE OVERWRITTEN.
   * Add all custom styles below.
   */


/* ---------------------------------------------------------
  
  * Filename:       header-1.scss
  
------------------------------------------------------------*/
.header.header--1 { position: absolute; top: 0; left: 0; width: 100%; background: grey; -webkit-animation: fade-in 0.5s ease; animation: fade-in 0.5s ease; }

.header.header--1.is-sticky { position: fixed; -webkit-animation: fade-in-top 0.5s ease; animation: fade-in-top 0.5s ease; }

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

.header.header--1.is-sticky .right .top { display: none; }

@media screen and (max-width: 991px) { .header.header--1 .logo { 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; } }

.header.header--1 .right { 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; }

.header.header--1 .right .top { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header.header--1 .right .top .top-left { width: 30%; }

.header.header--1 .right .top .top-left .content .button { width: 100%; }

.header.header--1 .right .top .top-right { width: 69%; background: #00abd8; }

.header.header--1 .right .top .top-right .content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header.header--1 .right .top .top-right .content ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0; padding: 0; list-style: none; }

.header.header--1 .right .bottom { display: block; }

.header.header--1 .mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

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

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

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

/** BEGIN COMPONENT OVERRIDES HERE **/

.header.header--1{
  background: var(--color-light-shade);
}

.header.header--1 .right .top .top-right .content{
  background: var(--color-secondary);
  padding: 8px 0 8px 15px;
}

.header.header--1 .right .top .top-right .content:after{
  content: "";
  position: absolute;
  background: var(--color-secondary);
  width: 9999px;
  height: 100%;
  right: -9999px;
}

.header.header--1 .right .top .top-right .content span{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header.header--1 .right .top .top-right .content a{

  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header.header--1 .right .bottom{
  margin-top: 10px;
}

.menu.menu--desktop ul{
  justify-content: space-between;
}

.menu.menu--desktop ul li[data-depth="0"] a{
  color: #141414;
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.menu.menu--desktop ul li[data-depth="0"] a:first-of-type{
  padding-left: 0;
}

.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"]{
  background: var(--color-secondary);
}

.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li a:first-of-type{
  padding-left: 10px;
}

.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li a{
  color: var(--color-light-shade);
  font-family: var(--font-body);
  text-transform: uppercase;
  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: 50%; left: 0; width: 55%; -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{
  height: 700px;
margin-top: 130px;
}

.banner-image img{
  object-position: top;
}

.banner-area.banner-area--3{
  top: 35%;
}

/* Banner Area 3 - Home Banner Overrides */


.banner-area.banner-area--3 .banner-area__title {
  font-family: var(--font-headline);
  font-size: 3.1875rem;
  font-weight: var(--font-weight-bold);
  line-height: 3.75rem;
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);
  margin-bottom: 2rem;
}

.banner-area.banner-area--3 .banner-area__text {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.banner-area.banner-area--3 ul.banner-area__buttons {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  gap: 1.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-area.banner-area--3 ul.banner-area__buttons li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-light-shade);
}

.banner-area.banner-area--3 ul.banner-area__buttons li svg {
  color: var(--color-primary);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}



@media screen and (max-width: 767px) {
  .banner-area.banner-area--3 .banner-area__title {
    font-size: 2rem;
    line-height: 2rem;
  }

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

  .banner-area.banner-area--3 ul.banner-area__buttons {
    gap: 0.75rem;
  }

  .banner-area.banner-area--3 ul.banner-area__buttons li {
    font-size: 1rem;
  }

  .banner-area.banner-area--3 ul.banner-area__buttons li svg {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 576px) {
  .banner-area.banner-area--3 ul.banner-area__buttons {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 0.75rem 1.5rem;
  }

  .banner-area.banner-area--3 ul.banner-area__buttons li:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}


/*! ======================
FEATURE--1
======================= */.feature.feature--1{padding-inline:.938rem}

/* ---------------------------------------------------------
  
  * 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 **/

/* Intro / Feature--1 Overrides */
.feature.feature--1 {
  padding-block: 3.75rem 3rem;
  overflow: hidden;
}

.feature.feature--1 .feature__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
  line-height: var(--line-height-base);
  margin-bottom: 2.5rem;
}

/* UVP Bar 2 Overrides */
.uvp.uvp-bar-2 {
  background: none;
  padding: 0;
  margin: 0;
  gap: 2rem;
}

.uvp.uvp-bar-2 li {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--color-dark-shade);
  font-size: 1rem;
  line-height: 1.5;
}

.uvp.uvp-bar-2 li img {
  width: 75px;
  height: 75px;
  margin-bottom: 0.75rem;
}

.uvp.uvp-bar-2 li span {
  display: block;
  font-family: var(--font-headline);
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--color-dark-shade);
  margin-bottom: 0.5rem;
}

.uvp.uvp-bar-2 li p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: var(--color-dark-shade);
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .feature.feature--1 .feature__title {
    font-size: 1.75rem;
  }

  .uvp.uvp-bar-2 li span {
    font-size: 1.5rem;
  }
}

.feature.feature--1 .img-bg{
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: right;
  right: 0;
  top: 0;
}


/*! ======================
 GRID-BOXES-1X2--A
 ======================= */.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box{overflow:hidden;height:300px}.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;padding-inline:1rem;color:#fff}






/** BEGIN COMPONENT OVERRIDES HERE **/

.grid-boxes.grid-boxes-1x2--1 {
  padding-block: 0;
  margin-bottom: -90px;
  position: relative;
  z-index: 3;
}

.grid-boxes.grid-boxes-1x2--1 .row {
  gap: 1.25rem 0;
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box {
  position: relative;
  height: auto;
  min-height: 179px;
  
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__image {
  display: none;
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box:first-child .box__content {
  background: linear-gradient(107.15deg, #990600 0%, var(--color-primary) 49.52%, #990600 100%);
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box:last-child .box__content{
  background: linear-gradient(107.15deg, #00213D 0%, var(--color-secondary) 49.52%, #00213D 100%);
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content {
  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: 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;
  padding: 1.5rem 2.5rem;
  text-align: center;
  color: var(--color-light-shade);
  border-radius: 0 50px 0 50px;
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content .content__title {
  font-family: var(--font-headline);
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--color-light-shade);
  margin-bottom: 0.5rem;
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-light-shade);
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box:first-child .box__content ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  display: block;
  text-align: left;
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-light-shade);
  line-height: 1.5;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content ul li svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box:first-child .box__content ul li svg {
  color: var(--color-dark-shade);
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box:last-child .box__content ul li svg {
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box {
    min-height: auto;
  }

  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box:first-child .box__content ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    align-items: flex-start;
  }

  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content .content__title {
    font-size: 1.5rem;
  }
}


/*! ======================
 GRID-TILES-1X3X2--1
 ======================= */@media screen and (min-width:992px){.grid-tiles.grid-tiles-1x3x2--1 .half{padding-inline:5px}}.grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item{height:100%;background:var(--color-dark-shade)}.grid-tiles.grid-tiles-1x3x2--1 .half .item__main-content{bottom:0;left:0;padding:1.25rem;background:rgb(var(--color-secondary--rgb),.9);width:100%}.grid-tiles.grid-tiles-1x3x2--1 .half .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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;background-color:var(--color-primary);color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.grid-tiles.grid-tiles-1x3x2--1 .half .item:nth-of-type(5),.grid-tiles.grid-tiles-1x3x2--1 .half .item:nth-of-type(6){margin-bottom:0}.grid-tiles.grid-tiles-1x3x2--1 .half .item:hover{background-color:var(--color-secondary)}.grid-tiles.grid-tiles-1x3x2--1 .half .item-title{margin:0}.grid-tiles.grid-tiles-1x3x2--1 .half.half--right{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.grid-tiles.grid-tiles-1x3x2--1 .half.half--right .item{aspect-ratio:3/1}

/* ---------------------------------------------------------
  
  * 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;
}



/** BEGIN COMPONENT OVERRIDES HERE **/

.service-grid {
  overflow: hidden;
}

.service-grid > .bg-img {
  z-index: -1;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.grid-tiles.grid-tiles-1x3x2--1 {
  padding-block: 10rem 2rem;
}

.grid-tiles.grid-tiles-1x3x2--1 .half{
  height: 100%;
}

.grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item {
  border-radius: 50px 0 50px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 615px;
}

.grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item__main-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 2.5rem;
  background: none;
  z-index: 2;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item__main-content img {
  margin-bottom: 0.5rem;
}

.grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item__main-content h4 {
  font-family: var(--font-headline);
  font-size: 2.375rem;
  font-weight: 600;
  color: var(--color-light-shade);
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}

.grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item__main-content p {
  font-family: var(--font-body);
  font-size: 1.375rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-light-shade);
  line-height: 1.3;
  margin: 0 0 1.25rem;
}

.grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item__main-content .button {
  padding: 0.875rem 2rem;
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item {
  position: relative;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 578px) {
  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item {
    border-radius: 0;
    -webkit-transition: border-radius 0.3s ease;
    transition: border-radius 0.3s ease;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item:hover {
    border-radius: 50px 0 50px 0;
  }
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item > h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1.5rem 1rem;
  font-family: var(--font-headline);
  font-size: 1.5625rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-light-shade);
  text-align: center;
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
  background: rgba(1, 53, 98, 0.75);
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(1, 53, 98, 0.75);
  border: 7px solid var(--color-primary);
  border-radius: 50px 0 50px 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item:hover .item__hover-content {
  opacity: 1;
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item:hover > h4 {
  opacity: 0;
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content h4 {
  font-family: var(--font-headline);
  font-size: 1.5625rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-light-shade);
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
  margin: 0 0 0.75rem;
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-light-shade);
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  margin: 0 0 1rem;
}

.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content span {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-light-shade);
  text-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item {
    min-height: 300px;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item__main-content h4 {
    font-size: 1.875rem;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 578px) {
  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item {
    /* aspect-ratio: 4 / 3; */
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item > h4 {
    font-size: 1rem;
    padding: 0.75rem 0.5rem;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content {
    padding: 1rem 0.75rem;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content h4 {
    font-size: 1rem;
    margin: 0 0;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content p {
    font-size: 0.75rem;
    line-height: 1.3;
    margin: 0 0 0.5rem;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content span {
    font-size: 0.875rem;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item {
    min-height: 335px;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item__main-content h4 {
    font-size: 1.5rem;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half.half--left .item__main-content p {
    font-size: 1.125rem;
  }
}

/* Slider / Logo Bar Overrides */
.service-grid .slider.slider-1-full-new {
  padding-block: 1.5rem 3rem;
}

.service-grid .slider.slider-1-full-new swiper-slide {
  height: 100px;
  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;
}

.service-grid .slider.slider-1-full-new swiper-slide img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
}


/* Reviews Section */
.reviews {
  padding-block: 7rem 2rem;
}

.reviews__left {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews__badges {
  gap: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.reviews__badges a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.reviews__badges a:hover {
  transform: scale(1.1);
}

.reviews__badges img {
  height: 52px;
  width: auto;
}

.reviews__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-dark-shade);
  line-height: 1.15;
  margin: 0 0 2rem;
}

.reviews__card {
  background: var(--color-light-shade);
  border-radius: 50px 0 50px 0;
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
  padding: 3.5rem 3rem 2.5rem;
}

.reviews__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.09!important;
  max-width: 90%;
  height: auto;
  pointer-events: none;
  z-index: 0;

}

.reviews__quote {
  font-family: var(--font-headline);
  font-size: 18.75rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
  line-height: 0.6;
  position: absolute;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 1;
}

.reviews__quote--open {
  top: -35px;
  left: 9px;
}

.reviews__quote--close {
  bottom: -134px;
  right: 9px;
}

.reviews__carousel {
  position: relative;
  z-index: 2;
}

.reviews .revwid-reviews-scrollable-area {
  margin-block: 0;
}

.reviews .revwid-review {
  background: none;
  box-shadow: none;
  padding: 0;
}

.reviews .revwid-review-intro-text {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-dark-shade);
  margin-bottom: 1rem;
}

.reviews .revwid-review-author {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-dark-shade);
  text-transform: uppercase;
}

.reviews .revwid-review-header {
  display: none;
}

@media screen and (max-width: 991px) {
  .reviews__left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .reviews__badges {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .reviews__card {
    padding: 3rem 1.5rem 2rem;
  }

  .reviews__quote {
    font-size: 12rem;
  }

  .reviews__title {
    font-size: 1.625rem;
  }
}


/* Service Blog / Service Area Section */
.service-blog {
  overflow: hidden;
}

.service-blog .row{
  align-items: center;
}

.service-blog__map {
  height: 100%;
  min-height: 420px;
  max-height: 550px;
}

.service-blog__map > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-blog__area-card {
  position: absolute;
  top: 51.5%;
  right: -160px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 327px;
  background: var(--color-secondary);
  border-radius: 50px 0 50px 0;
  padding: 2.5rem 2rem;
  text-align: center;
  color: var(--color-light-shade);
  z-index: 2;
}

.service-blog__area-card h2 {
  font-family: var(--font-headline);
  font-size: 1.8125rem;
  font-weight: 800;
  color: var(--color-light-shade);
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.service-blog__area-card p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-light-shade);
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.service-blog__area-card .button.button--tertiary {
  background: var(--color-light-shade);
  color: var(--color-secondary);
  padding: 0.875rem 2rem;
}

.service-blog__area-card .button.button--tertiary:hover {
  background: var(--color-primary);
  color: var(--color-light-shade);
}

.service-blog__blog {
  background: var(--color-tertiary);
  height: 100%;
  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;
  padding: 2.5rem 8% 2.5rem 200px;
}

.service-blog__blog-title {
  font-family: var(--font-headline);
  font-size: 1.8125rem;
  font-weight: 800;
  color: #141414;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

.service-blog__post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}

.service-blog__post-image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48%;
  max-width: 346px;
  overflow: hidden;
  border-radius: 0 50px 0 50px;
}

.service-blog__post-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.service-blog__post-content h3 {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-secondary);
  line-height: 1.3;
  margin: 0 0 0.5rem;
}

.service-blog__post-content p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  color: #141414;
  line-height: 1.5;
  margin: 0;
}

.service-blog__read-more {
  font-family: var(--font-body);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}

.service-blog__post:hover .service-blog__read-more {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .service-blog__map {
    max-height: 300px;
  }

  .service-blog__area-card {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }

  .service-blog__blog {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .service-blog__area-card {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .service-blog__area-card h2 {
    font-size: 1.5rem;
  }

  .service-blog__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-blog__post-image {
    width: 100%;
    max-width: 100%;
  }
}

/*! ======================
 FOOTER--1
 ======================= */.footer.footer--1 .logo{margin-bottom:1.25rem}.footer.footer--1 .address,.footer.footer--1 .phone-number{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px;margin-bottom:.85rem;-webkit-box-align:top;-webkit-align-items:top;-ms-flex-align:top;align-items:top;font-style:normal}.footer.footer--1 .address img,.footer.footer--1 .phone-number img{position:relative;top:2px}.footer.footer--1 .address a,.footer.footer--1 .phone-number a{color:var(--color-dark-shade);font-weight:600}.footer.footer--1 .address a:hover,.footer.footer--1 .phone-number a:hover{color:var(--color-primary);text-decoration:underline}.footer.footer--1 .social-icons{margin-top:1rem;gap:var(--gap-small)}.footer.footer--1 .footer-column .button{margin-bottom:1.25rem}

.footer-tagline{
  text-align: center;
  margin-top: 100px;
}

.footer-tagline h2{
  color: var(--color-secondary);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer{
  background: linear-gradient(90deg, #141414 0%, #272727 50%, #141414 100%);
}


.footer.footer--1 .address, 
.footer.footer--1 .phone-number{
  padding-left: 15px;
}

.footer.footer--1 .address a, 
.footer.footer--1 .phone-number a{
  color: var(--color-light-shade);
  font-family: var(--font-headline);
  font-size: 1rem;
}

.footer.footer--1 .address img, 
.footer.footer--1 .phone-number img{
  filter: invert(8%) sepia(91%) saturate(6909%) hue-rotate(12deg) brightness(98%) contrast(103%);
}



/*! ======================
 FOOTER-TWO-PANE
 ======================= */
/** BEGIN COMPONENT OVERRIDES HERE **/

#footer-two-pane {
  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;
  gap: 1.5rem;
}

#footer-two-pane .footer-column .title {
  font-family: var(--font-headline);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0.5rem;
}

#footer-two-pane .footer-column .title a {
  color: var(--color-primary);
}

#footer-two-pane .footer-column .title a:hover {
  color: var(--color-light-shade);
}

#footer-two-pane .footer-column .list li {
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

#footer-two-pane .footer-column .list li a {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-light-shade);
  line-height: 1.375;
}

#footer-two-pane .footer-column .list li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  #footer-two-pane {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  
}

@media screen and (max-width: 575px) {
  #footer-two-pane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }

  #footer-two-pane .footer-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}


#footer-three-pane .social-icons img{
  filter: invert(100%) sepia(16%) saturate(7400%) hue-rotate(173deg) brightness(119%) contrast(104%);
}

/*! ======================
 FOOTER-COPYRIGHT-BAR--2
 ======================= */.footer-copyright-bar.footer-copyright-bar-2 .center,.footer-copyright-bar.footer-copyright-bar-2 .left,.footer-copyright-bar.footer-copyright-bar-2 .right{width:33.333%}@media screen and (max-width:767px){.footer-copyright-bar.footer-copyright-bar-2 .center,.footer-copyright-bar.footer-copyright-bar-2 .left,.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}}

.footer-copyright-bar{
  background: var(--color-secondary);
  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{
  color: var(--color-light-shade);
  text-align: center;
  font-family: var(--font-headline);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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


/* ---------------------------------------------------------
  
  * 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{
  height: 300px;margin-top: 130px;
}

.page-title.page-title-text-middle-left .page-title__text{
  color: var(--color-light-shade);
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.70);
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.page-title.page-title-text-middle-left{
  display: inline-block;
  background: rgba(20, 20, 20, 0.85);
  width: auto;
  padding: 1.5rem 3.56rem 1.62rem 15px;
  top: 63%;
}

.page-title.page-title-text-middle-left:before{
  content: "";
  background: rgba(20, 20, 20, 0.85);
  position: absolute;
  top: 0;
  left: -9999px;
  width: 9999px;
  height: 100%;
}


/*! ======================
 UVP-AREA
 ======================= */

.uvp-area {
  position: relative;
  overflow: hidden;
  padding-block: 2rem;
  padding-inline: 2rem;
  margin: 3rem 0 0;
}

.uvp-area__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}

.uvp-area__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.uvp-area__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 53, 98, 0.75);
}

.uvp-area__content {
  position: relative;
  z-index: 2;
}

.uvp-area .row > [class*="col-lg-"] {
  flex: 0 0 auto;
  width: 100%;
}

.uvp-area .uvp-area__title {
  font-family: var(--font-headline);
  font-size: 2.1875rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.7);
  line-height: normal;
  margin: 0 0 1.25rem;
}

.uvp-area .uvp-area__text {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  color: #fff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  margin: 0 0 1.5rem;
  max-width: 717px;
}

.uvp-area .uvp-area__list {
  list-style: disc;
  padding-left: 1.875rem;
  margin: 0 0 1.75rem;
}

.uvp-area .uvp-area__list li {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.7);
  line-height: 1;
  margin-bottom: 1rem;
}

.uvp-area .uvp-area__list li::marker {
  color: #fff;
}

.uvp-area .uvp-area__list li:last-child {
  margin-bottom: 0;
}

.uvp-area .uvp-area__buttons .button.button--primary {
  padding: 0.875rem 2rem;
  font-family: var(--font-headline);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .uvp-area {
    padding-block: 2.5rem;
  }

  .uvp-area .uvp-area__title {
    font-size: 1.625rem;
  }

  .uvp-area .uvp-area__text {
    font-size: 0.9375rem;
  }

  .uvp-area .uvp-area__list li {
    font-size: 1.0625rem;
  }
}


/*! ======================
 TOPLEVEL-TILES
 ======================= */

.toplevel-tiles {
    padding-block: 0.5rem 0rem;
}

.toplevel-tiles__tile {
  border: 3px solid var(--color-primary);
  border-radius: 50px 0 50px 0;
  padding: 1.5rem 1.875rem;
  margin-bottom: 1.5rem;
}

.toplevel-tiles__tile:last-child {
  margin-bottom: 0;
}

.toplevel-tiles .toplevel-tiles__title {
  font-family: var(--font-headline);
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--color-secondary);
  line-height: normal;
  margin: 0 0 20px;
  text-transform: capitalize;
}

.toplevel-tiles .toplevel-tiles__text {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-dark-shade);
  line-height: 1.5;
  margin: 0 0 20px;
}

.toplevel-tiles .toplevel-tiles__link {
  font-family: var(--font-headline);
  font-size: 1.1875rem;
  font-weight: 800;
  color: var(--color-secondary);
  text-decoration: none;
  display: inline-block;
}

.toplevel-tiles .toplevel-tiles__link::after {
  content: " \00BB";
}

.toplevel-tiles .toplevel-tiles__link:hover {
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .toplevel-tiles__tile {
    padding: 1.25rem 1.25rem;
    border-radius: 30px 0 30px 0;
  }

  .toplevel-tiles .toplevel-tiles__title {
    font-size: 1.5rem;
  }

  .toplevel-tiles .toplevel-tiles__link {
    font-size: 1rem;
  }
}


/*! ======================
 CONTACTFORM
 ======================= */

.contactform {
  transform: translateY(-60px);

}

.contactform .contactform__title {
  font-family: var(--font-headline);
  font-size: 2.4375rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 1.25rem;
}

.contactform__fields {
  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;
  gap: 0.625rem;
}

.contactform__fields .inputwrapper .field {
  width: 100%;
  padding: 0.625rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-dark-shade);
  background: #fff;
  border: none;
  outline: none;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contactform__fields .inputwrapper .field::placeholder {
  color: var(--color-dark-shade);
  opacity: 1;
}

.contactform__fields .inputwrapper .field.textarea {
  resize: vertical;
  min-height: 120px;
}

.contactform__fields .inputwrapper .btTxt.submit {
  width: 100%;
  padding: 0.875rem 2rem;
  font-family: var(--font-headline);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
  background: var(--color-secondary);
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: normal;
}

.contactform__fields .inputwrapper .btTxt.submit:hover {
  background: var(--color-dark-shade);
}

@media screen and (max-width: 767px) {
  .contactform {
    max-width: 100%;
    padding: 1.5rem 1.25rem 2rem;
  }

  .contactform .contactform__title {
    font-size: 2rem;
  }
}


/* ---------------------------------------------------------
  
  * Filename:       callout-box
  
------------------------------------------------------------*/
.side-nav.callout-box { position: relative; width: 100%; padding-top: 60%; background-size: cover; background-repeat: no-repeat; background-position: center; }

.side-nav.callout-box a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.side-nav.callout-box a h4 { text-align: center; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.side-nav.callout-box {
  background: var(--color-secondary);
  background-image: none;
  border-radius: 50px 0 50px 0;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.1);
  max-width: 351px;
  text-align: center;
  padding-top: 70%;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.side-nav.callout-box:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0px 15px 30px 12px rgba(0, 0, 0, 0.18);
}

.side-nav.callout-box a {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.side-nav.callout-box .callout-box__logo {
  margin-bottom: 0.75rem;
}

.side-nav.callout-box .callout-box__logo img {
  max-width: 231px;
  height: auto;
}

.side-nav.callout-box .callout-box__title {
  font-family: var(--font-headline);
  font-size: 1.8125rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5rem;
  margin: 0 0 0.25rem;
}

.side-nav.callout-box .callout-box__subtitle {
  font-family: var(--font-headline);
  font-size: 1.375rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
  line-height: 1.5rem;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .side-nav.callout-box {
    margin-inline: auto;
  }
}

/* ---------------------------------------------------------
   Sidebar Reviews Carousel
------------------------------------------------------------*/
.sidebar-reviews {
  background: var(--color-light-shade);
  border-radius: 50px 0 50px 0;
  box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.1);
  max-width: 351px;
  margin: 0 auto;
  padding: 3rem 2.5rem 2rem;
  /* overflow: hidden; */
  margin-top: 100px;
}

.sidebar-reviews__quote {
  font-family: var(--font-headline);
  font-size: 12rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
  line-height: 0.6;
  position: absolute;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 1;
}

.sidebar-reviews__quote--open {
  top: -25px;
  left: 9px;
}

.sidebar-reviews__quote--close {
  bottom: -85px;
  right: 9px;
}

.sidebar-reviews .swiper-sidebar-reviews {
  position: relative;
  z-index: 2;
}

.sidebar-reviews__text {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-dark-shade);
  margin-bottom: 1rem;
  display: -webkit-box;
  /* -webkit-line-clamp: 8;
  line-clamp: 8; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-reviews__author {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-dark-shade);
  text-transform: uppercase;
  margin-bottom: 0;
}

/*! ======================
 ACCORDION OVERRIDES
 ======================= */

[data-accordion-group] {
  margin-bottom: 2.5rem;
}

[data-accordion-group] [data-accordion] {
 
}

[data-accordion] [data-control] {
  background: none;
  border: 2px solid var(--color-secondary);
  max-width: 100%;
  min-height: 45px;
  padding: 0.75rem 1rem 0.75rem 3.25rem;
  font-family: var(--font-headline);
  font-size: 1.1875rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-dark-shade);
}

[data-accordion] [data-control] img {
  position: absolute;
  left: 6px;
  top: 49%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 36px;
  height: 61px;
  z-index: 1;
}

[data-accordion]:hover [data-control],
[data-accordion].open [data-control] {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}

[data-accordion].open [data-control] img {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

[data-accordion]:hover [data-control] img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

[data-accordion] [data-content] p {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-dark-shade);
  line-height: 1.5;
}


/** CUSTOM CSS **/

p{
  line-height: 1.5rem;
}

.button{
  font-family: var(--font-headline);
  font-size: 1.125rem;
  font-weight: 700;
}

.content-area h2{
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 1rem; text-transform: capitalize;
}

.content-area h3{
  color: #141414;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}





/** responsive **/

.header .mobile .button{min-height: 2.5rem;}
.icon-white{width: 16px; height: 16px; }
.menu.menu--mobile ul li .icon, 
.mobile__toggle.mobile__toggle--mobile img{filter: invert(98%) sepia(10%) saturate(409%) hue-rotate(180deg) brightness(116%) contrast(100%); top: 13px;}

.header.header--1 .mobile{background: var(--color-secondary);}
.menu.menu--mobile{background: rgba(0,0,0,0.95);}
.menu.menu--mobile ul li a{font-size: 1.25rem; color: var(--color-light-shade); font-family: var(--font-headline);}
.menu.menu--mobile ul li li a{font-size: 1.125rem; text-transform: uppercase; font-family: var(--font-body); font-weight: 600; color: var(--color-primary);}


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

  .grid-boxes.grid-boxes-1x2--1 .grid-boxes__box{width: 90%; margin: 0 auto;}

}

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

  .page-title.page-title-text-middle-left{top: 50%;padding: 1rem;
  text-align: left;width: auto;max-width: 60%;}

  .contactform{transform: translateY(0); margin-top: 3rem; margin-bottom: 3rem;}

}


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

  .button{font-size: 0.9375rem; padding: 10px;}

  .header .logo img{width: 125px;}

  .banner{height: 600px;}
  .banner-area.banner-area--3 ul.banner-area__buttons{align-items: center;}

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

  .reviews__quote--close{bottom: -94px;}
  .reviews__quote--open{top: -29px;}

  

}


/*! ===============
   Review List (Vertical)
   ================ */

/* Hide filter controls and pagination */
.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;
}




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

/** 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%;}.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: var(--color-primary);}.eds_news_Ozone.eds_subCollection_news a{color: var(--color-primary); }.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(--color-primary);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(--color-primary)}.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(--color-primary)!important;border:solid 1px  var(--color-primary)}.eds_news_Ozone.eds_subCollection_news .article_pager a:hover{background-color: var(--color-primary)!important;border:solid 1px  var(--color-primary)}.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags{color:var(--color-primary)}.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags>a:hover{color: var(--color-primary)}.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:var(--font-headline);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}


.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle{
color: #000;
  font-size: 2.1875rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.0833333333;
  margin: 0 0 .25em 0;
  font-family: var(--font-headline);
}


.eds_news_Ozone p, .eds_news_Ozone.eds_subCollection_news li{
font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  color: #000;margin: 0 0 1.5rem;
 font-style: normal;
}
 
.eds_news_Ozone h2{
font-family: var(--font-headline);
font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 0.625rem;
  margin-top: 2rem;
  color: var(--color-primary);
}

 
.eds_news_Ozone h3{
font-family: var(--font-headline);
}
/*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(--color-primary); }
.edn_metaDetails{display: none !important;}


.blog-feature__content{
    display: inline;
}


#dnn_dnn_Row_10_Right {
padding-right: 0;
}#dnn_dnn_Row_10_Left{
padding-left: 0;
  padding-right: 0;align-content: center;
}

.DnnModule-TritonBlogFeed{
  background: var(--color-tertiary);
  height: 100%;
  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;
  padding: 2.5rem 8% 2.5rem 200px;
  height: 316px;
}

.reviews__carousel{
  top: 1rem;
}

.reviews__text {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-dark-shade);
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews__author{
  color: #000;
font-family: var(--font-headline);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
}

/* ---------------------------------------------------------
   Content Area Standout
------------------------------------------------------------*/
.content-area-standout {
  background: var(--color-secondary);
  color: #fff;
  padding: 2.5rem 3rem;
  border-radius: 50px 0 50px 0;
  text-align: center;
  margin: 2.5rem 0;
}

.content-area-standout h2 {
  color: #fff;
  margin: 0 0 1rem;
}

.content-area-standout p {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 1.5rem;
}

.content-area-standout-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width: 991px) {
  .content-area-standout {
    padding: 2rem 1.5rem;
  }
}

/* ---------------------------------------------------------
   Review Page
------------------------------------------------------------*/
.review-page {
  padding: 3rem 0 4rem;
}

.review-page__header {
  text-align: center;
  margin-bottom: 3rem;
}

.review-page__title {
  font-family: var(--font-headline);
  color: var(--color-secondary);
  margin-bottom: 1.25rem;
}

.review-page__badges {
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.review-page__badges img {
  height: 52px;
  width: auto;
}

.review-page__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 800px;
  margin: 0 auto;
}

.review-page__card {
  background: var(--color-light-shade);
  border-radius: 50px 0 50px 0;
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
  padding: 3.5rem 3rem 2.5rem;
  overflow: hidden;
}

.review-page__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.09 !important;
  max-width: 90%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.review-page__quote {
  font-family: var(--font-headline);
  font-size: 18.75rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
  line-height: 0.6;
  position: absolute;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 1;
}

.review-page__quote--open {
  top: -35px;
  left: 9px;
}

.review-page__quote--close {
  bottom: -134px;
  right: 9px;
}

.review-page__content {
  position: relative;
  z-index: 2;
}

.review-page__text {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-dark-shade);
  margin-bottom: 1rem;
}

.review-page__author {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-dark-shade);
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .review-page__card {
    padding: 2.5rem 1.5rem 2rem;
  }

  .review-page__quote {
    font-size: 12rem;
  }

  .review-page__quote--open {
    top: -20px;
    left: 5px;
  }

  .review-page__quote--close {
    bottom: -85px;
    right: 5px;
  }

  .review-page__badges {
    flex-wrap: wrap;
  }
}

.service-blog__post-content h3:hover {
    color: var(--color-primary);
}

.content-area-standout h2{
  text-wrap: balance;
}

#dnn_dnn_Row_10_Right, #dnn_dnn_Row_10_Left {
  margin-top: 115px;
}

[data-accordion].open [data-control] img{
  filter: invert(11%) sepia(55%) saturate(7110%) hue-rotate(356deg) brightness(102%) contrast(102%);
}

#footer-three-pane .social-icons img:hover{
  filter: invert(11%) sepia(55%) saturate(7110%) hue-rotate(356deg) brightness(102%) contrast(102%);
}

.review-btns img:hover{
  filter: invert(11%) sepia(55%) saturate(7110%) hue-rotate(356deg) brightness(102%) contrast(102%);
}

.eds_news_Ozone h2{
      font-size: 1.875rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 1rem;
     text-transform: capitalize;
    color: var(--color-secondary);
}

.eds_news_Ozone h3{
  color: #141414;
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;    margin: 3.125rem 0 1.25rem;

}



.header.header--1 .mobile{
      padding: 12px;
}

@media screen and (max-width: 1260px) and (min-width: 768px){
.banner-area.banner-area--3{
  padding-left: 2rem;
}
}

@media screen and (max-width: 576px){
    .banner {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .banner-area__title br {
    display: none;
  }

  .banner-area.banner-area--3 .banner-area__title{
    margin-bottom: 1rem;
  }

  .banner-area.banner-area--3 .banner-area__text{
    margin-bottom: 10px;
  }

  .banner-area.banner-area--3 .banner-area__title{
    text-wrap: balance; font-size: 1.7rem;
  }

  .banner-area.banner-area--3 .banner-area__text{
    text-wrap: balance;
  }
}



@media screen and (min-width: 991px){
.feature.feature--1 .img-bg{
  width: 581px;
}
}

@media screen and (max-width: 991px) {
  .uvp.uvp-bar-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .uvp.uvp-bar-2 li:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }

  #dnn_dnn_Row_10_Left{
    margin-top: 0;
  }

.reviews {
  padding-block: 2rem 0rem;
  margin-bottom: -2rem;
}

.service-blog__area-card {

  background: #013562cc !important;

}
}

@media screen and (max-width: 578px) {
.uvp.uvp-bar-2 li img {
  width: 40px;
  height: 40px;
  margin-bottom: 0.3rem;
}

  .uvp.uvp-bar-2 li span {
    font-size: 1rem;
  }
  .uvp.uvp-bar-2 li p{
    font-size: .8rem;
  }

    .feature.feature--1 .feature__title br {
    display: none;
  }

    .feature.feature--1 .feature__title {
    font-size: 1.2rem;margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 578px){
  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item > h4 {
  opacity: 0;
}
.inner-banner{
  height: 200px !important;
}
.footer-tagline h2, .page-title.page-title-text-middle-left .page-title__text{
  font-size: 1.3rem;
}
.footer-tagline{
  margin-top: 30px;
}
.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content {
  opacity: 1;
}

.grid-tiles.grid-tiles-1x3x2--1 .half .item {
  background-color: var(--color-secondary);
}

.grid-boxes.grid-boxes-1x2--1 .grid-boxes__box .box__content ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 0.75rem 1.5rem;
    align-items: center;
    align-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 420px){
.grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left){
  grid-template-columns: repeat(1, 1fr);
}

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item {
    aspect-ratio: 5 / 3;
  }

  .grid-tiles.grid-tiles-1x3x2--1 .half:not(.half--left) .item .item__hover-content h4{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1245px) and (min-width: 992px){
.DnnModule-TritonBlogFeed{
  height: auto;
}

}

@media screen and (max-width: 768px){
.DnnModule-TritonBlogFeed{
  height: auto;padding: 3rem 2rem;
}
.service-blog__post{
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.service-blog__post-content{
  text-align: center;
}
.service-blog__blog-title{
  text-align: center;
}
}


@media screen and (min-width: 1300px){
#dnn_Row_3_SidebarArea_Col_4{
  position: relative;
  left: 1rem;
}

.service-blog__area-card h2{
  white-space: nowrap;
}
}

.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-weight: bold;
}



@media screen and (min-width: 1264px){
#footer-two-pane .footer-column .list li{
  white-space: nowrap;
}

#dnn_FooterThreePane{
  left: 2rem;
  position: relative;
}
}

.content-area li{
  line-height: 1.5rem;
}

@media screen and (min-width: 767px) and (max-width: 980px){
.side-nav.callout-box .callout-box__logo img{
  max-width: 110px;
}
.side-nav.callout-box .callout-box__title{
  font-size: 1.2rem;
}

.side-nav.callout-box .callout-box__subtitle{
  font-size: 1rem;
}

.side-nav.callout-box{
  max-width: 210px;
}
}



.header.header--1 .right .top .top-right .content span img{
  position: relative;
  top: 2.5px;
}

.page-title__text{
  text-align: left !important;
}


.uvp-background-image{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}



@media screen and (min-width: 767px) and (max-width: 1140px){
.contactform iframe{
  height: 510px;  
  max-width: 100%;
}
}

.service-grid .slider.slider-1-full-new{
  display: none;
}


/* Home banner contact form: positioned to the right of banner content */
.banner .homeform {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 352px;
  z-index: 2;
}

.banner .homeform iframe {
  display: block;
  width: 100%;
  max-width: 352px;
  height: 487px;
  border: 0;
}

@media screen and (max-width: 767px) {
  .banner .homeform {
    display: none;
  }
}


/* Blog article: image right, title + paragraphs wrap to the left */
.edn_article.edn_articleDetails .edn_mediaContainer {
  float: right;
  width: 40%;
  max-width: 400px;
  margin: 0 0 1.5rem 2rem;
}

.edn_article.edn_articleDetails .edn_mediaContainer img,
.edn_article.edn_articleDetails .edn_mediaContainer picture {
  width: 100%;
  height: auto;
  display: block;
}

.edn_article.edn_articleDetails .edn_articleTitle {
  margin-top: 0;
}

.edn_article.edn_articleDetails::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 578px) {
  .edn_article.edn_articleDetails .edn_mediaContainer {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 1.5rem;
  }
}

@media screen and (max-width: 888px) and (min-width: 767px){
.banner .homeform {
  width: 277px;
  z-index: 2;
  padding: 0 10px;
}
}

.homeform-mbl{
      display: flex;
    align-items: center;
    justify-content: center;margin: 3rem 0 2rem;
}
@media screen and (min-width: 767px) {
.homeform-mbl{
  display: none;
}
}

@media screen and (max-width: 358px) {
  .homeform-mbl iframe{
    max-width: 320px;
  }
}

.gallery.gallery-2x4--2 {
    padding-block: 4rem 0;
    background: var(--color-light-shade);
}
.gallery.gallery-2x4--2 .row {
    row-gap: 1.875rem;
}

/* =========================================================
   gallery-2x4--2
   ========================================================= */

/* Base (image hover overlay) */
.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: 100%;
  background: rgba(0, 171, 216, 0.8);
  opacity: 0;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.gallery.gallery-2x4--2 .gallery__image .image__content .content__title {
  color: white;
}

/* Component overrides */
.gallery.gallery-2x4--2 {
    padding-block: 4rem 0;
  background: var(--color-light-shade);
}

.gallery.gallery-2x4--2 .gallery__title {
  font-family: var(--font-headline);
  font-size: 1.75rem;
  font-weight: var(--font-weight-header);
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-dark-shade);
  margin: 0 0 5px 0;
}

.gallery.gallery-2x4--2 .gallery__subtitle {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: var(--color-dark-shade);
  margin: 0 0 25px 0;
}

.gallery.gallery-2x4--2 .row {
  row-gap: 1.875rem;
}

.gallery.gallery-2x4--2 .gallery__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 285 / 306;
  background: var(--color-dark-shade);
}

.gallery.gallery-2x4--2 .gallery__image > a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery.gallery-2x4--2 .gallery__image .image__content {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.gallery.gallery-2x4--2 .gallery__image:hover .image__content {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.gallery.gallery-2x4--2 .gallery__buttons {
  margin-top: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .gallery.gallery-2x4--2 .gallery__buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .gallery.gallery-2x4--2 {
    padding-block: 0 2.5rem;
  }
  .gallery.gallery-2x4--2 .gallery__subtitle {
    margin-bottom: 2rem;
  }
  .gallery.gallery-2x4--2 .gallery__buttons {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-2x4--2 .gallery__title {
    font-size: 1.5rem;
  }
  .gallery.gallery-2x4--2 .gallery__subtitle {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .gallery.gallery-2x4--2 .row > .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}


.sidebar-reviews__image-container{
  margin-top: 3rem;
}
.sidebar-reviews__image-container img{
  width: 100%;
  height: auto;
}