/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

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

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

/* font-family: pragmatica, sans-serif;
font-family: 'Cambay', sans-serif; */

/*-------- COLORS --------*/

:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    --neutral1: #F5F5F5;
    /* Insurance/Financing buttons */
    --secondary1: #E6E5E4;
    /* Some titles, some buttons */
    --primary: #484033;
    /* Lighter Primary */
    --lprimary: #8E7C66;
    /* Background color for hover states, text color for hover states */
    --secondary2: #685033;
    /* Background color, all text appearing within the colored boxes */
    --neutral2: #292A25;
}

/***** END RESET *****/
::-moz-selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

::selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fancLnk:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-image: linear-gradient(120deg, rgb(104 80 51 / 75%) 0%, rgb(104 80 51 / 75%) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.085em;
    background-position: 0 87%;
    transition: background-size 0.25s ease-in;
    color: var(--neutral2);
    transition: 0.25s ease-out;
    border: none;
    background-color: transparent;
}

.contactBlock .fancLnk {
    background-position: 0 75% !important;
    background-image: linear-gradient(120deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 100%) !important;
    padding: 3px !important;
}

.contactBlock .fancLnk:hover {
    background-image: linear-gradient(120deg, rgb(104 80 51 / 75%) 0%, rgb(104 80 51 / 75%) 100%) !important;
}

.fancLnk:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-size: 100% 88%;
    color: white;
}

/*-------- BODY STYLES --------*/

body *:not(i) {
    font-family: 'Cambay', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: pragmatica, sans-serif !important;
    text-transform: uppercase;
}

h1 {
    font-weight: bold;
    font-style: italic;
    font-size: 62px;
    font-size: 3.22917vw;
    text-transform: uppercase;
}

.otherPage h1 {
    font-size: max(22px, 2.4vw);
}

h3 {
    font-family: Pragmatica;
    font-weight: bold;
    font-style: italic;
    font-size: 32px;
    font-size: max(20.8334px, 1.66667vw);
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


hr {
    border: var(--neutral2) 1px solid;
    border: var(--neutral2) 0.05208vw solid;
}

/*--- HEADER STYLES ---------------------*/
/*.notInventory {*/
.surroundTop {
    position: relative;
    z-index: 1;
}

.backgroundTop {
    background: #FFFBF1;
}

.otherPage .backgroundTop {
    background: transparent;
}

.surroundTop header {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    z-index: 999;
}

.surroundTop header:before {
    content: '';
    width: 55px;
    width: max(37.2395px, 2.86458vw);
    height: 13px;
    height: max(8.802px, 0.67708vw);
    background: var(--secondary2);
    opacity: 0.75;
    bottom: 25px;
    bottom: max(16.927px, 1.30208vw);
    position: absolute;
    animation: slideOnLoad 1s forwards;
    -webkit-animation: slideOnLoad 1s forwards;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    opacity: 0;
}

@keyframes slideOnLoad {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: max(37.2395px, 2.86458vw);
        opacity: 1
    }
}

@-webkit-keyframes slideOnLoad {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: 3px;
        opacity: 1
    }
}

header:after {
    background: rgba(47, 47, 32, 0.6);
    position: absolute;
    width: 100%;
    height: 65%;
    content: '';
    z-index: -1;
}


.surroundTop header .logoStuff {
    padding-top: 35px !important;
    padding-top: max(23.698px, 1.82292vw) !important;
    padding-left: 115px !important;
    padding-left: max(77.8645px, 5.98958vw) !important;
    z-index: 1;
}

.surroundTop header .logoStuff:hover {}

.surroundTop header .logoStuff:active {}

.surroundTop header .logoStuff:focus {}

.surroundTop header .logoStuff img {
    width: 206px;
    width: max(140px, 10.72917vw);
}

.surroundTop header .topRight {
    /* margin-top: -65px; */
    /* margin-top: max(-44.0105px, -3.38542vw); */
    width: 100%;
    display: flex;
}

.surroundTop header .topRight .topPart {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.surroundTop header .topRight .primary {}

.surroundTop header .topRight .primary .contentIpse {
    position: absolute;
    z-index: 9999999;
    display: flex;
    /* top: 50px; */
    /* top: max(33.8542px, 2.60417vw); */
    align-items: flex-end;
    width: 100%;
    margin-top: 40px;
    margin-top: max(27.0833px, 2.08333vw);
    flex-direction: column;
}

.contactInfo {
    display: flex;
    padding-right: 90px;
    padding-right: 4.6875vw;
}

.contactInfo,
.contactInfo * {
    color: var(--secondary1);
}

.contactsnip {}

.contactsnip {
    padding-left: 20px;
    padding-left: max(13.5417px, 1.04167vw);
}

.contactInfo a {
    font-size: 17px;
    font-size: max(13px, 0.88542vw);
    /* padding-left: 8px; */
    /* padding-left: max(5.4167px, 0.41667vw); */
}

.contactInfo i {
    font-size: 14px;
    font-size: max(12.4792px, 0.72917vw);
    padding-right: max(5.4167px, 0.41667vw);
}

.surroundTop header .topRight .primary .clear {}

.surroundTop header .topRight .primary svg {
    position: absolute;
    width: 1757px;
    width: max(1189.6355px, 88.01042vw);
    height: auto;
}

.surroundTop header .topRight .primary li {
    margin: 0 20px;
    margin: 0 0.24167vw;
}

.surroundTop header .topRight .primary li a {}

.surroundTop header .topRight .primary li a:hover {}

.surroundTop header .topRight .primary li a:active {}

.surroundTop header .topRight .primary li a:focus {}

.surroundTop header .topRight .primary defs {}

.surroundTop header .topRight .primary defs #linear-gradient {}

.surroundTop header .topRight .primary defs stop {}

.surroundTop header .topRight .primary #Path_51 {}

.surroundTop header .topRight #menu-button {}

.surroundTop header .topRight #menu-button .menu-toggle {}

.surroundTop header .topRight #menu-button .menu-toggle:hover {}

.surroundTop header .topRight #menu-button .menu-toggle:active {}

.surroundTop header .topRight #menu-button .menu-toggle:focus {}




/*}*/

/*--- NAV STYLES ---------------------*/
/*.notInventory {*/
header {}


/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

nav.primary ul {
    margin: 0;
    padding: 0;
    margin-top: 7.5px;
    margin-top: max(5.0782px, 0.39063vw);
    padding-right: 80px;
    padding-right: 4.16667vw;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
    margin: 0 20px;
    margin: 0 max(13.5417px, 1.04167vw);
}

nav.primary ul li a {
    color: #fff;
    font-size: 17px;
    font-size: max(13.5px, 0.88542vw);
    line-height: 38px;
    line-height: max(25.7292px, 1.97917vw);
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    padding: 0 12px;
    padding: 0 max(5.125px, 0.625vw);
    position: relative;
}

nav.primary ul li a:hover {
    background: var(--neutral1);
    color: var(--neutral2);
}


nav.primary ul li a:after,
footer ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    height: max(1.3542px, 0.10417vw);
    bottom: 0;
    left: 0;
    background-color: var(--lprimary);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

nav.primary ul li a:after,
footer ul li a:after {}

nav.primary ul li a:hover:after,
footer ul li a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    font-size: max(13.5px, 0.88542vw);
    line-height: 16px;
    line-height: max(10.8333px, 0.83333vw);
    padding: 10px;
    padding: max(6.9708px, 0.72083vw) max(6.7708px, 0.52083vw) max(6.5708px, 0.42083vw);
    color: var(--neutral2);
    background: var(--neutral1);
    text-align: left;
    border-right: none;
    border-left: none;
}

/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover>ul {
    display: block;
    line-height: 18px;
    line-height: max(12.1875px, 0.9375vw);
    z-index: 100;
    margin-top: 0;
    right: 0;
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: max(182.8125px, 14.0625vw);
    position: relative;
    margin: 0;
    display: block;
}


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

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

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

/******** End of primary Nav ***************/

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

    /*==============================
	Mobile Nav Styles			
================================*/

    nav.primary {
        display: none;
    }

    /* SLIDE DOWN NAV STYLES */
    #menu-button {
        display: inline-block;
        position: relative;
        line-height: 60px;
        z-index: 400;
        line-height: 1;
        text-align: right;
        font-family: interstate, sans-serif;
        font-size: 16px;
        letter-spacing: 0.03em;
        line-height: 32px;
        text-align: left;
        color: #413f40;
        text-transform: uppercase;
        font-weight: bold;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        padding: 0 0 0 .8em;
        font-weight: normal;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        /* top: -100%; */
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 99999;
        overflow: auto;
        opacity: 0;
        pointer-events: none;
    }

    nav.mobile.open {
        pointer-events: all;
    }

    .navBG {
        background: var(--neutral1);
        width: 130%;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: -100%;
        /* opacity: 0; */
        border-radius: 0 0 0 260px;
        transform: scaleX(1.2);
        margin-left: -25vw;
        right: -100%;
        z-index: 2;
    }

    .flexSurround {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100vh;
        overflow: hidden;
    }

    nav.mobile .social-media {
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        word-spacing: 13px;
        padding: 0 0 0 15px;
        color: #ccc !important;
    }

    nav.mobile .social-media a:link,
    nav.mobile .social-media a:visited {
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile .social-media a:hover,
    nav.mobile .social-media a:active {
        color: #fff;
        text-decoration: underline;
    }

    nav.mobile .mobile_top {
        position: absolute;
        display: block;
        padding: 0;
        margin: 12vh 0 10px 0;
        color: #999;
        font-size: 18px;
        font-weight: 400;
        top: 0;
        right: 3vw;
        width: 100%;
    }

    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-family: Arial, sans-serif;
        font-size: 44px;
        font-weight: 100;
        line-height: 1;
        color: var(--neutral2);
        text-decoration: none;
        bottom: 0px;
        right: 13px;
    }

    nav.mobile .menu-toggle:hover {
        color: var(--secondary2);
    }

    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    ul.list {
        position: absolute;
    }

    nav.mobile ul * {
        transition: all 0.1s ease-out;
    }

    nav.mobile ul li {
        position: relative;
    }

    nav.mobile ul li a {
        position: relative;
        display: block;
        font-size: 16px;
        padding: 12px 12px 7px;
        color: var(--neutral2);
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
    }

    nav.mobile ul li a:hover {
        background: var(--lprimary);
        color: #f9f9f9;
    }

    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        border-left: 4px #444 solid;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li a:hover {
        background: rgba(65, 65, 65, 0.5);
    }

    nav.mobile ul li li li:last-child {
        border: none;
    }

    nav.mobile ul li li li a {
        background: #555;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #ccc;
        text-decoration: none;
        border-left: 4px #555 solid;
    }

    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile ul li .click {
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 17px 20px;
        color: #fff;
    }

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
    }

    nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    nav.mobile ul li .fa-chevron-down {
        color: #999;
    }

}


@media screen and (max-width: 1020px) {
    #menu-button {
        width: 34%;
    }
}


@media screen and (max-width: 1250px) {
    #loader-wrapper {}

    #loader-wrapper .loader-section {
        border-radius: 0 !important;
    }

    #loader {
        border-radius: 0 !important;
    }

    .loaded #loader {}

    .loaded #loader-wrapper {}
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}

/*}*/


/*---HERO STYLES--------------------------------*/
.surroundTop .imgContain {
    padding-left: 210px;
    padding-left: 10.9375vw;
    margin-top: -94px;
    margin-top: -4.89583vw;
}

.otherPage .imgContain {
    display: none;
}

.surroundTop .imgContain .flexWrapStuff {}

.surroundTop .imgContain .flexWrapStuff .leftWrap {
    float: left;
}

.surroundTop .imgContain .flexWrapStuff .rightWrap {
    z-index: 1;
    top: -250px;
    top: -13.02083vw;
    position: relative;
}

.surroundTop .topArea {}

.surroundTop .imgContain .flexWrapStuff h1 {
    font-weight: bolder;
    color: white;
    /* line-height: 33px; */
    text-align: left;
}

.surroundTop .imgContain .flexWrapStuff .bottomStuffWelcome {}

.surroundTop .imgContain .flexWrapStuff .bottomStuffWelcome p {
    font-family: Cambay;
    font-weight: normal;
    font-size: 23.5px;
    font-size: max(15.2995px, 1.22396vw);
    line-height: 32px;
    line-height: max(20.8334px, 1.66667vw);
    /* text-align: right; */
    color: #f9f9f9;
    text-align: right;
    position: absolute;
    z-index: 1;
    padding: 30px 25px 0 0;
    padding: 1.5625vw 1.30208vw 0 0;
}

.surroundTop .imgContain .flexWrapStuff .bottomStuffWelcome svg {
    position: absolute;
    transform: scaleX(-1);
    left: -550px;
    left: -28.64583vw;
    width: 1455px;
    width: 96.78125vw;
    top: -19px;
    top: -0.18958vw;
    height: auto;
}

.surroundTop .imgContain .flexWrapStuff .bottomStuffWelcome br {}

.surroundTop .imgContain .flexWrapStuff .bottomStuffWelcome defs {}

.surroundTop .imgContain .flexWrapStuff .bottomStuffWelcome defs #linear-gradient {}

.surroundTop .imgContain .flexWrapStuff .bottomStuffWelcome defs stop {}

.surroundTop .imgContain .flexWrapStuff .bottomStuffWelcome #Path_51 {}

.surroundTop .imgContain .flexWrapStuff img {}

.surroundTop .imgContain .flexWrapStuff .headStuff {}

.surroundTop .imgContain .flexWrapStuff .headStuff hr {}

.surroundTop .imgContain .flexWrapStuff .headStuff h3 {}

.surroundTop .imgContain .flexWrapStuff p {}

.surroundTop .imgContain .flexWrapStuff div {}

.leftWrap:after {
    width: 1485px;
    width: 77.34375vw;
    height: 20px;
    height: 1.04167vw;
    background: var(--secondary2);
    content: '';
    position: absolute;
    right: 0;
    margin-top: -11px;
    margin-top: -0.57292vw;
}

.surroundTop .imgContain .flexWrapStuff div .fancLnk {}

.surroundTop .imgContain .flexWrapStuff div .fancLnk:hover {}

.surroundTop .imgContain .flexWrapStuff div .fancLnk:active {}

.surroundTop .imgContain .flexWrapStuff div .fancLnk:focus {}

.backgroundImgContain {
    margin-top: -120px;
    margin-top: -6.95vw;
    width: 100%;
}

.backgroundImgContain .imgIpseContain:before {
    width: 100%;
    height: 100%;
    background: rgba(47, 47, 32, 0.65);
    z-index: 0;
    content: '';
    position: absolute;
    top: -10px;
    top: -0.52083vw;
}

.otherPage .backgroundImgContain .imgIpseContain:before {
    height: 107%;
}

.imgIpseContain {
    position: relative;
    overflow-x: hidden;
    z-index: -1;
}

.otherPage .imgIpseContain {
    height: 7.7vw;
    overflow: hidden;
}

.backgroundImgContain img {
    width: 100%;
}

.surroundTop:before {
    /* content: ''; */
    position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 99999;
}

.topPortionHero {
    z-index: 1;
    /* display: flex; */
    /* flex-direction: column; */
    width: 100%;
    overflow-y: hidden;
}

.otherPage .topPortionHero {
    overflow: inherit;
}

/*.notInventory {*/
.imgContain {}

.imgContain .flexWrapStuff {
    height: 335px;
    height: 17.44792vw;
}

.imgContain .flexWrapStuff .leftWrap {}

.imgContain .flexWrapStuff .leftWrap h1 {}

.imgContain .flexWrapStuff .leftWrap .bottomStuffWelcome {
    position: relative;
}

.imgContain .flexWrapStuff .leftWrap p {}

.imgContain .flexWrapStuff .leftWrap p br {}

.imgContain .flexWrapStuff .leftWrap svg {}

.imgContain .flexWrapStuff .leftWrap svg defs {}

.imgContain .flexWrapStuff .leftWrap svg #Path_51 {}

.imgContain .flexWrapStuff .leftWrap svg #linear-gradient {}

.imgContain .flexWrapStuff .leftWrap svg #linear-gradient stop {}

.imgContain .flexWrapStuff .rightWrap {}

.imgContain .flexWrapStuff .rightWrap img {
    border-radius: 0px 0px 95px;
    border-radius: 0px 0px 4.94792vw;
    width: 1252px;
    width: 65.20833vw;
}

.topArea {
    padding: 105px 260px 145px 300px;
    padding: 5.46875vw 13.54167vw 7.55208vw 15.625vw;
}

.otherPage .topArea {
    padding: 9.46875vw 13.54167vw 11.55208vw 15.625vw;
    background: white;
}

.topArea .headStuff {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 8px;
    margin-bottom: 0.41667vw;
}

.splitStuff {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topArea p,
.topArea ul {
    font-size: 24px;
    font-size: max(15.625px, 1.25vw);
    line-height: 41px;
    line-height: max(26.6928px, 2.13542vw);
    color: var(--neutral2);
    margin-bottom: 25px;
    margin-bottom: 1.30208vw;
    margin-top: 15px;
    margin-top: 0.78125vw;
}

.topArea ul li {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='270' height='270'%3E%3Cpath d='M 30,180 90,240 240,30' style='stroke:%23000; stroke-width:30; fill:none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: max(22px, 1.8vw);
    background-size: 18px;
    margin-left: max(10px, 1.1vw);
    background-position: 0px 4px;
}

.topArea .lnksCntn {
    display: flex;
    justify-content: flex-end;
}

.otherPage .topArea .lnksCntn {
    justify-content: flex-start;
}

.topArea .lnksCntn a {
    margin: 0 20px;
    margin: 0 1.04167vw;
}

.topArea hr {
    width: 324px;
    width: 16.875vw;
    height: 2px;
    height: 0.10417vw;
    background: #685033;
    border: none;
    margin: 0 0 15px;
    margin: 0 0 0.78125vw;
}

.topArea h3 {
    text-align: right;
    color: var(--primary);
}

.topArea .fancLnk {}

.topArea .fancLnk {
    padding: 2px 2px 0;
    padding: 0.10417vw 0.10417vw 0;
    font-size: 26px;
    font-size: max(16.9271px, 1.35417vw);
    font-weight: bold;
    padding: 12px 7% 0 15px;
    padding: 0.625vw 7% 0 0.78125vw;
}

.topArea .fancLnk:first-of-type {
    padding-right: 4.5%;
}

.topArea .fancLnk:active {}

.topArea .fancLnk:focus {}

.imgContain img {}

/*}*/


/*---BODY--------------------------------*/
/*.notInventory {*/
.mnStuff {
    position: relative;
    height: 1450px;
    height: 75.52083vw;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cloudStuff {
    position: absolute;
    top: -200px;
    top: -10.41667vw;
    transition: 0.1s linear all;
    width: 100%;
}

.mnStuff .industries {
    position: relative;
    width: 1030px;
    width: 53.64583vw;
    margin: 0 285px -265px;
    margin: 0 14.84375vw -13.80208vw;
    transition: 0.1s linear !important;
}

.mnStuff .industries:after {
    position: absolute;
    left: 60px;
    left: 3.125vw;
    content: '';
    width: 2.1354166666666665VW;
    height: 2.1354166666666665VW;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.287' height='42.828' viewBox='0 0 42.287 42.828'%3E%3Cpath id='Path_36' data-name='Path 36' d='M3138.509,2016.5s-41.235-2.128-41.235-41.829' transform='translate(-3096.273 -1974.671)' fill='none' stroke='%23707070' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.mnStuff .industries h3 {
    text-align: right;
}

.mnStuff .industries p {
    font-size: 24px;
    font-size: max(15.625px, 1.25vw);
    line-height: 34px;
    line-height: max(22.1354px, 1.77083vw);
    color: var(--neutral2);
    width: 832px;
    width: 43.33333vw;
    margin-left: auto;
    margin-top: 20px;
    margin-top: 1.04167vw;
    padding-bottom: 42px;
    padding-bottom: 2.1875vw;
}

.mnStuff .industries p a {}

.mnStuff .fancLnk,
.topArea .fancLnk.exception {
    background-image: linear-gradient(120deg, rgb(104 80 51 / 75%) 0%, rgb(104 80 51 / 75%) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.085em;
    background-position: 0 73% !important;
    padding: 2px 4px 0;
    padding: 0.10417vw 0.20833vw 0;
}

.mnStuff .fancLnk:hover,
.fancLnk.exception:hover {
    background-size: 100% 110% !important;
    background-position: 0 73% !important;
}

.mnStuff .industries p a:hover {}

.mnStuff .industries p a:active {}

.mnStuff .industries p a:focus {}

.mnStuff .industries br {}

.mnStuff .industries .slideshowStuff {
    width: 900px;
    width: 46.875vw;
    margin-left: auto;
    position: relative;
}

.slideshowStuff.slick-initialized.slick-slider img {
    width: 82%;
    /* margin: 0 auto; */
    margin-bottom: 13px;
    margin-bottom: 0.67708vw;
}

.slideshowStuff.slick-initialized.slick-slider a {}

.slick-list {
    /* width: 780px; */
}

.slick-next:after {
    content: '';
    width: 1.25VW;
    height: 2.8125VW;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.322' height='54.214' viewBox='0 0 24.322 54.214'%3E%3Cg id='Group_354' data-name='Group 354' transform='translate(-1277.839 -1992.927)'%3E%3Cline id='Line_13' data-name='Line 13' x2='23' y2='26.534' transform='translate(1278.5 1993.5)' fill='none' stroke='%238e7c66' stroke-width='1.75'/%3E%3Cline id='Line_14' data-name='Line 14' y1='26.534' x2='23' transform='translate(1278.5 2020.033)' fill='none' stroke='%238e7c66' stroke-width='1.75'/%3E%3C/g%3E%3C/svg%3E%0A");
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slick-next {
    border: none;
    background: none;
    position: absolute;
    top: calc(50% - 45px);
    top: calc(50% - 2.34375vw);
    right: 0;
}

.slick-prev {
    display: none !important;
}

.slick-slide {
    /* margin: 0 30px; */
    position: relative;
}

.slick-list {
    /* margin: 0 -30px !important; */
}

.mnStuff img.waterTower {
    position: absolute;
    width: 514px;
    width: 26.77083vw;
    right: -60px;
    right: -3.125vw;
    bottom: -205px;
    bottom: -10.67708vw;
    transition: 0.1s linear;
}

/*}*/

/*--------FORM STYLES--------------------*/
/*.notInventory {*/

/*}*/

/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
footer {}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    font-size: max(8.4635px, 0.67708vw);
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    font-size: max(8.4635px, 0.67708vw);
}

.footertext {
    font-size: 13px;
    font-size: max(8.4635px, 0.67708vw);
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    font-size: max(6.5104px, 0.52083vw);
    color: #999999;
}

.divfooter {
    max-width: 450px;
    max-width: 23.4375vw;
    text-align: center;
    margin: 0 auto;
}

footer {
    position: relative;
    overflow: hidden;
}

footer:after {
    width: 458px;
    width: 23.85417vw;
    height: 13px;
    height: 0.67708vw;
    background: var(--secondary2);
    opacity: 0.75;
    content: '';
    position: absolute;
    margin-top: -13px;
    margin-top: -0.67708vw;
}

footer .backFoot {
    position: absolute;
    left: -360px;
    left: -18.75vw;
    height: 350px;
    height: 18.22917vw;
    overflow: hidden;
    bottom: 360px;
    bottom: 27.75vw;
    transition: linear 0.1s all;
}

footer .backFoot svg {}

footer .backFoot svg #Group_367 {}

footer .backFoot svg #Path_48 {}

footer .backFoot svg #Path_49 {}

footer .topFoot {
    position: relative;
    /* display: flex; */
    /* flex-direction: column-reverse; */
    width: 100%;
}

footer .topFoot .leftFoot {
    display: flex;
    margin-top: -305px;
    margin-top: -15.88542vw;
}

footer .topFoot .leftFoot .bigobutton {
    height: 455px;
    height: 23.69792vw;
    width: 455px;
    width: 23.69792vw;
    background-size: cover !important;
    transition: 0.3s ease all;
}

footer .topFoot .leftFoot .bigobutton:last-of-type {
    border-radius: 0 0 175px;
    border-radius: 0 0 9.11458vw;
}

.linkWidth {
    padding: 55px 20px;
    padding: max(37px, 2.86458vw) max(13.5px, 1.04167vw);
    font-family: Pragmatica;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    font-size: 50px;
    font-size: max(26.5521px, 2.60417vw);
    line-height: 48px;
    line-height: max(31.25px, 2.5vw);
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.linkWidth:after {
    content: '';
    width: 90%;
    height: 1.5px;
    height: 0.07813vw;
    background: rgb(255 255 255 / 75%);
    position: absolute;
    margin-bottom: 7px;
    margin-bottom: 0.36458vw;
    transition: all ease .2s;
}

.bigobutton:hover .linkWidth:after {
    width: 0 !important;
}

.bigobutton:last-of-type .linkWidth:after {
    width: 49%;
}

footer .topFoot .leftFoot .bigobutton:hover {
    filter: saturate(1.3);
}

footer .topFoot .leftFoot .bigobutton:active {}

footer .topFoot .leftFoot .bigobutton:focus {}

footer .topFoot .rightFoot {
    width: 1525px;
    width: 79.42708vw;
    background: #F5F5F5;
    padding: 70px 160px 70px 280px;
    padding: 3.64583vw 8.33333vw 3.64583vw 14.58333vw;
    border-radius: 300px 0 0 0;
    border-radius: 15.625vw 0 0 0;
    box-sizing: border-box;
    margin: 0 0 0 auto;
}

footer .topFoot .rightFoot h2 {
    font-family: Pragmatica;
    font-weight: bold;
    font-style: italic;
    font-size: 37px;
    font-size: max(24.0885px, 1.92708vw);
    color: var(--primary);
    margin-bottom: 17px;
    margin-bottom: 0.88542vw;
}

footer .topFoot .rightFoot p {
    font-size: 26px;
    font-size: max(16.9271px, 1.35417vw);
    line-height: 35px;
    line-height: max(22.7865px, 1.82292vw);
    text-align: right;
    color: var(--neutral2);
    margin-bottom: 60px;
    margin-bottom: 3.125vw;
}

footer .topFoot .rightFoot hr {
    width: 135px;
    width: 7.03125vw;
    /* float: right; */
    height: 3px;
    height: 0.15625vw;
    border: none;
    background: var(--secondary2);
    margin: 0 0px 22px auto;
    margin: 0 0px 1.14583vw auto;
}

.contactsInfo {
    /* float: right; */
    text-align: right;
}

.topArea .contactsInfo {
    margin-right: 5vw;
}

.mapSurround {
    width: 100%;
    max-width: 700px;
}

.mapSurround iframe {
    width: 100%;
}

footer .topFoot .rightFoot br {}

.contactBlock {
    display: flex;
    justify-content: flex-end;
}

.topArea .contactBlock {
    /* justify-content: flex-start; */
    flex-direction: row-reverse;
}

footer .topFoot .rightFoot .contactBlock .fa-solid.fa-location-pin {}

footer .topFoot .rightFoot .contactBlock .fa-solid.fa-envelope {}

.contactBlock a {
    font-size: 22px;
    font-size: max(14.3229px, 1.14583vw);
    line-height: 44px;
    line-height: max(28.6459px, 2.29167vw);
    text-align: right;
    color: var(--secondary2);
    bottom: 2.5px;
    bottom: 0.13021vw;
    position: relative;
    margin-right: 25px;
    margin-right: 1.30208vw;
}

.topArea .contactBlock a {
    margin-right: 0;
    margin-left: 1.30208vw;
    text-align: left;
}

footer .topFoot .rightFoot .contactBlock a:hover {}

footer .topFoot .rightFoot .contactBlock a:active {}

footer .topFoot .rightFoot .contactBlock a:focus {}

.contactBlock i {
    font-size: 23px;
    font-size: max(14.974px, 1.19792vw);
    color: var(--secondary2);
    padding-top: 6px;
    padding-top: 0.3125vw;
}

footer .topFoot .rightFoot .contactBlock br {}

footer .topFoot .rightFoot .contactBlock br {}

footer .topFoot .rightFoot .contactBlock br {}

footer .topFoot .rightFoot .contactBlock br {}

footer .bottomFoot {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 10px 75px 52px;
    margin: 0.52083vw 3.90625vw 2.70833vw;
}

footer .bottomFoot .bottomFootLeft {}

footer .bottomFoot .bottomFootLeft ul {
    display: flex;
    position: relative;
    bottom: 20px;
    bottom: 1.04167vw;
}

footer .bottomFoot .bottomFootLeft li {
    margin: 0 42px;
    margin: 0 1.5875vw;
}

footer .bottomFoot .bottomFootLeft li a {
    font-size: 20px;
    font-size: max(14.0209px, 1.04167vw);
    text-align: left;
    color: var(--neutral2);
    position: relative;
}

footer .bottomFoot .bottomFootLeft li a:hover {}

footer .bottomFoot .bottomFootLeft li a:active {}

footer .bottomFoot .bottomFootLeft li a:focus {}

footer .bottomFoot .bottomFootRight {}

footer .bottomFoot .bottomFootRight .logoStuff {}

footer .bottomFoot .bottomFootRight .logoStuff:hover {}

footer .bottomFoot .bottomFootRight .logoStuff:active {}

footer .bottomFoot .bottomFootRight .logoStuff:focus {}

footer .bottomFoot .bottomFootRight img {
    width: 301px;
    width: 15.677083333333334VW;
}

/*}*/

/*---------- RESPONSIVE STYLES ----------*/

/*.notInventory {*/
@media only screen and (max-width: 1550px) {
    .backgroundTop {}

    .backgroundTop .surroundTop {}

    .backgroundTop .surroundTop .topPortionHero {}

    .backgroundTop .surroundTop .topPortionHero header {}

    .backgroundTop .surroundTop .topPortionHero .backgroundImgContain {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:hover {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:active {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:focus {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff img {}

    .backgroundTop .surroundTop .topPortionHero .topRight {}

    .backgroundTop .surroundTop .topPortionHero .topRight .topPart {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contentIpse {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .clear {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary svg {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .contactsnip {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-envelope {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-location-pin {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul li {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs stop {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:focus {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain .backgroundImg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .flexWrapStuff {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap h1 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap .bottomStuffWelcome {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p br {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg defs {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient stop {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap img {}

    .backgroundTop .topArea {}

    .backgroundTop .topArea .headStuff {}

    .backgroundTop .topArea .headStuff hr {}

    .backgroundTop .topArea .headStuff h3 {}

    .backgroundTop .topArea p {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:hover {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:active {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:focus {}

    .mobile {}

    .mobile .mobile_top {}

    .mobile .mobile_top .menu-toggle {}

    .mobile .mobile_top .menu-toggle:hover {}

    .mobile .mobile_top .menu-toggle:active {}

    .mobile .mobile_top .menu-toggle:focus {}

    .mobile ul {}

    .mobile ul li {}

    .mobile ul li a {}

    .mobile ul li a:hover {}

    .mobile ul li a:active {}

    .mobile ul li a:focus {}

    .mobile ul li .click.fa.fa-chevron-down {}

    .mobile ul li .list {}

    .mobile ul li li {}

    .mobile ul li li a {}

    .mobile ul li li a:hover {}

    .mobile ul li li a:active {}

    .mobile ul li li a:focus {}

    .mobile .clear {}

    .mobile .nav-footer {}

    .mobile .nav-footer script {}

    .mnStuff {}

    .mnStuff .cloudStuff {}

    .mnStuff .industries.aos-init.aos-animate {}

    .mnStuff .industries.aos-init.aos-animate h3 {}

    .mnStuff .industries.aos-init.aos-animate p {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-list.draggable {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-current.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-cloned {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .waterTower {}

    footer {}

    footer .backFoot {}

    footer .backFoot svg {}

    footer .backFoot svg #Group_367 {}

    footer .backFoot svg #Path_48 {}

    footer .backFoot svg #Path_49 {}

    footer .topFoot {}

    footer .topFoot .rightFoot {}

    footer .topFoot .rightFoot h2 {}

    footer .topFoot .rightFoot p {}

    footer .topFoot .rightFoot hr {}

    .contactsInfo {}

    footer .topFoot .rightFoot br {}

    footer .topFoot .rightFoot .contactBlock {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-location-pin {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-envelope {}

    footer .topFoot .rightFoot .contactBlock .fancLnk {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:hover {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:active {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:focus {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-phone {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .leftFoot {}

    footer .topFoot .leftFoot .bigobutton {}

    footer .topFoot .leftFoot .bigobutton:hover {}

    footer .topFoot .leftFoot .bigobutton:active {}

    footer .topFoot .leftFoot .bigobutton:focus {}

    footer .topFoot .leftFoot .linkWidth {}

    footer .bottomFoot {}

    footer .bottomFoot .bottomFootLeft {}

    footer .bottomFoot .bottomFootLeft ul {}

    footer .bottomFoot .bottomFootLeft li {}

    footer .bottomFoot .bottomFootLeft li a {}

    footer .bottomFoot .bottomFootLeft li a:hover {}

    footer .bottomFoot .bottomFootLeft li a:active {}

    footer .bottomFoot .bottomFootLeft li a:focus {}

    footer .bottomFoot .bottomFootRight {}

    footer .bottomFoot .bottomFootRight .logoStuff {}

    footer .bottomFoot .bottomFootRight .logoStuff:hover {}

    footer .bottomFoot .bottomFootRight .logoStuff:active {}

    footer .bottomFoot .bottomFootRight .logoStuff:focus {}

    footer .bottomFoot .bottomFootRight img {}

    script {}
}

@media only screen and (max-width: 1300px) {
    .backgroundTop {}

    .backgroundTop .surroundTop {}

    .backgroundTop .surroundTop .topPortionHero {}

    .backgroundTop .surroundTop .topPortionHero header {}

    .backgroundTop .surroundTop .topPortionHero .backgroundImgContain {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:hover {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:active {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:focus {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff img {}

    .backgroundTop .surroundTop .topPortionHero .topRight {}

    .backgroundTop .surroundTop .topPortionHero .topRight .topPart {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contentIpse {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .clear {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary svg {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .contactsnip {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-envelope {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-location-pin {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul li {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs stop {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:focus {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain .backgroundImg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .flexWrapStuff {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap h1 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap .bottomStuffWelcome {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p br {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg defs {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient stop {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap img {}

    .backgroundTop .topArea {}

    .backgroundTop .topArea .headStuff {}

    .backgroundTop .topArea .headStuff hr {}

    .backgroundTop .topArea .headStuff h3 {}

    .backgroundTop .topArea p {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:hover {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:active {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:focus {}

    .mobile {}

    .mobile .mobile_top {}

    .mobile .mobile_top .menu-toggle {}

    .mobile .mobile_top .menu-toggle:hover {}

    .mobile .mobile_top .menu-toggle:active {}

    .mobile .mobile_top .menu-toggle:focus {}

    .mobile ul {}

    .mobile ul li {}

    .mobile ul li a {}

    .mobile ul li a:hover {}

    .mobile ul li a:active {}

    .mobile ul li a:focus {}

    .mobile ul li .click.fa.fa-chevron-down {}

    .mobile ul li .list {}

    .mobile ul li li {}

    .mobile ul li li a {}

    .mobile ul li li a:hover {}

    .mobile ul li li a:active {}

    .mobile ul li li a:focus {}

    .mobile .clear {}

    .mobile .nav-footer {}

    .mobile .nav-footer script {}

    .mnStuff {}

    .mnStuff .cloudStuff {}

    .mnStuff .industries.aos-init.aos-animate {}

    .mnStuff .industries.aos-init.aos-animate h3 {}

    .mnStuff .industries.aos-init.aos-animate p {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-list.draggable {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-current.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-cloned {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .waterTower {}

    footer {}

    footer .backFoot {}

    footer .backFoot svg {}

    footer .backFoot svg #Group_367 {}

    footer .backFoot svg #Path_48 {}

    footer .backFoot svg #Path_49 {}

    footer .topFoot {}

    footer .topFoot .rightFoot {}

    footer .topFoot .rightFoot h2 {}

    footer .topFoot .rightFoot p {}

    footer .topFoot .rightFoot hr {}

    .contactsInfo {}

    footer .topFoot .rightFoot br {}

    footer .topFoot .rightFoot .contactBlock {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-location-pin {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-envelope {}

    footer .topFoot .rightFoot .contactBlock .fancLnk {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:hover {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:active {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:focus {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-phone {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .leftFoot {}

    footer .topFoot .leftFoot .bigobutton {}

    footer .topFoot .leftFoot .bigobutton:hover {}

    footer .topFoot .leftFoot .bigobutton:active {}

    footer .topFoot .leftFoot .bigobutton:focus {}

    footer .topFoot .leftFoot .linkWidth {}

    footer .bottomFoot {}

    footer .bottomFoot .bottomFootLeft {}

    footer .bottomFoot .bottomFootLeft ul {}

    footer .bottomFoot .bottomFootLeft li {}

    footer .bottomFoot .bottomFootLeft li a {}

    footer .bottomFoot .bottomFootLeft li a:hover {}

    footer .bottomFoot .bottomFootLeft li a:active {}

    footer .bottomFoot .bottomFootLeft li a:focus {}

    footer .bottomFoot .bottomFootRight {}

    footer .bottomFoot .bottomFootRight .logoStuff {}

    footer .bottomFoot .bottomFootRight .logoStuff:hover {}

    footer .bottomFoot .bottomFootRight .logoStuff:active {}

    footer .bottomFoot .bottomFootRight .logoStuff:focus {}

    footer .bottomFoot .bottomFootRight img {}

    script {}
}

@media only screen and (max-width: 1245px) {
    .backgroundTop {}

    .backgroundTop .surroundTop {}

    .backgroundTop .surroundTop .topPortionHero {}

    .backgroundTop .surroundTop .topPortionHero header {}

    .backgroundTop .surroundTop .topPortionHero .backgroundImgContain {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:hover {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:active {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:focus {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff img {}

    .backgroundTop .surroundTop .topPortionHero .topRight {}

    .backgroundTop .surroundTop .topPortionHero .topRight .topPart {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contentIpse {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .clear {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary svg {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .contactsnip {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-envelope {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-location-pin {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul li {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs stop {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary #Path_50 {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:focus {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain .backgroundImg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain {
        padding-left: 0px;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .flexWrapStuff {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap h1 {
        width: 27.309236947791167VW;
        text-align: right;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap .bottomStuffWelcome {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p {
        width: 100%;
        right: 0px;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p br {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg {
        width: 1180px;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg defs {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #Path_50 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient stop {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap img {}

    .backgroundTop .topArea {}

    .backgroundTop .topArea .headStuff {}

    .backgroundTop .topArea .headStuff hr {}

    .backgroundTop .topArea .headStuff h3 {}

    .backgroundTop .topArea p {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:hover {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:active {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:focus {}

    .mobile {}

    .mobile .mobile_top {}

    .mobile .mobile_top .menu-toggle {}

    .mobile .mobile_top .menu-toggle:hover {}

    .mobile .mobile_top .menu-toggle:active {}

    .mobile .mobile_top .menu-toggle:focus {}

    .mobile ul {}

    .mobile ul li {}

    .mobile ul li a {}

    .mobile ul li a:hover {}

    .mobile ul li a:active {}

    .mobile ul li a:focus {}

    .mobile ul li .click.fa.fa-chevron-down {}

    .mobile ul li .list {}

    .mobile ul li li {}

    .mobile ul li li a {}

    .mobile ul li li a:hover {}

    .mobile ul li li a:active {}

    .mobile ul li li a:focus {}

    .mobile .clear {}

    .mobile .nav-footer {}

    .mobile .nav-footer script {}

    .mnStuff {}

    .mnStuff .cloudStuff {}

    .mnStuff .industries.aos-init.aos-animate {}

    .mnStuff .industries.aos-init.aos-animate h3 {}

    .mnStuff .industries.aos-init.aos-animate p {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-list.draggable {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-current.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-cloned {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .waterTower {}

    footer {}

    footer .backFoot {}

    footer .backFoot svg {}

    footer .backFoot svg #Group_367 {}

    footer .backFoot svg #Path_48 {}

    footer .backFoot svg #Path_49 {}

    footer .topFoot {}

    footer .topFoot .rightFoot {}

    footer .topFoot .rightFoot h2 {}

    footer .topFoot .rightFoot p {}

    footer .topFoot .rightFoot hr {}

    .contactsInfo {}

    footer .topFoot .rightFoot br {}

    footer .topFoot .rightFoot .contactBlock {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-location-pin {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-envelope {}

    footer .topFoot .rightFoot .contactBlock .fancLnk {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:hover {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:active {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:focus {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-phone {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .leftFoot {}

    footer .topFoot .leftFoot .bigobutton {}

    footer .topFoot .leftFoot .bigobutton:hover {}

    footer .topFoot .leftFoot .bigobutton:active {}

    footer .topFoot .leftFoot .bigobutton:focus {}

    footer .topFoot .leftFoot .linkWidth {}

    footer .bottomFoot {}

    footer .bottomFoot .bottomFootLeft {}

    footer .bottomFoot .bottomFootLeft ul {}

    footer .bottomFoot .bottomFootLeft li {}

    footer .bottomFoot .bottomFootLeft li a {}

    footer .bottomFoot .bottomFootLeft li a:hover {}

    footer .bottomFoot .bottomFootLeft li a:active {}

    footer .bottomFoot .bottomFootLeft li a:focus {}

    footer .bottomFoot .bottomFootRight {}

    footer .bottomFoot .bottomFootRight .logoStuff {}

    footer .bottomFoot .bottomFootRight .logoStuff:hover {}

    footer .bottomFoot .bottomFootRight .logoStuff:active {}

    footer .bottomFoot .bottomFootRight .logoStuff:focus {}

    footer .bottomFoot .bottomFootRight img {}

    script {}
}

@media only screen and (max-width: 1100px) {
    .backgroundTop {}

    .backgroundTop .surroundTop {}

    .backgroundTop .surroundTop .topPortionHero {}

    .backgroundTop .surroundTop .topPortionHero header {}

    .backgroundTop .surroundTop .topPortionHero .backgroundImgContain {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:hover {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:active {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:focus {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff img {}

    .backgroundTop .surroundTop .topPortionHero .topRight {}

    .backgroundTop .surroundTop .topPortionHero .topRight .topPart {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contentIpse {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .clear {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary svg {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .contactsnip {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-envelope {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-location-pin {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul li {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs stop {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:focus {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain .backgroundImg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .flexWrapStuff {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap h1 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap .bottomStuffWelcome {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p br {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg defs {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient stop {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap img {}

    .backgroundTop .topArea {}

    .backgroundTop .topArea .headStuff {}

    .backgroundTop .topArea .headStuff hr {}

    .backgroundTop .topArea .headStuff h3 {}

    .backgroundTop .topArea p {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:hover {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:active {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:focus {}

    .mobile {}

    .mobile .mobile_top {}

    .mobile .mobile_top .menu-toggle {}

    .mobile .mobile_top .menu-toggle:hover {}

    .mobile .mobile_top .menu-toggle:active {}

    .mobile .mobile_top .menu-toggle:focus {}

    .mobile ul {}

    .mobile ul li {}

    .mobile ul li a {}

    .mobile ul li a:hover {}

    .mobile ul li a:active {}

    .mobile ul li a:focus {}

    .mobile ul li .click.fa.fa-chevron-down {}

    .mobile ul li .list {}

    .mobile ul li li {}

    .mobile ul li li a {}

    .mobile ul li li a:hover {}

    .mobile ul li li a:active {}

    .mobile ul li li a:focus {}

    .mobile .clear {}

    .mobile .nav-footer {}

    .mobile .nav-footer script {}

    .mnStuff {}

    .mnStuff .cloudStuff {}

    .mnStuff .industries.aos-init.aos-animate {}

    .mnStuff .industries.aos-init.aos-animate h3 {}

    .mnStuff .industries.aos-init.aos-animate p {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-list.draggable {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-current.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-cloned {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .waterTower {}

    footer {}

    footer .backFoot {}

    footer .backFoot svg {}

    footer .backFoot svg #Group_367 {}

    footer .backFoot svg #Path_48 {}

    footer .backFoot svg #Path_49 {}

    footer .topFoot {}

    footer .topFoot .rightFoot {}

    footer .topFoot .rightFoot h2 {}

    footer .topFoot .rightFoot p {}

    footer .topFoot .rightFoot hr {}

    .contactsInfo {}

    footer .topFoot .rightFoot br {}

    footer .topFoot .rightFoot .contactBlock {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-location-pin {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-envelope {}

    footer .topFoot .rightFoot .contactBlock .fancLnk {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:hover {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:active {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:focus {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-phone {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .leftFoot {}

    footer .topFoot .leftFoot .bigobutton {}

    footer .topFoot .leftFoot .bigobutton:hover {}

    footer .topFoot .leftFoot .bigobutton:active {}

    footer .topFoot .leftFoot .bigobutton:focus {}

    footer .topFoot .leftFoot .linkWidth {}

    footer .bottomFoot {}

    footer .bottomFoot .bottomFootLeft {}

    footer .bottomFoot .bottomFootLeft ul {}

    footer .bottomFoot .bottomFootLeft li {}

    footer .bottomFoot .bottomFootLeft li a {}

    footer .bottomFoot .bottomFootLeft li a:hover {}

    footer .bottomFoot .bottomFootLeft li a:active {}

    footer .bottomFoot .bottomFootLeft li a:focus {}

    footer .bottomFoot .bottomFootRight {}

    footer .bottomFoot .bottomFootRight .logoStuff {}

    footer .bottomFoot .bottomFootRight .logoStuff:hover {}

    footer .bottomFoot .bottomFootRight .logoStuff:active {}

    footer .bottomFoot .bottomFootRight .logoStuff:focus {}

    footer .bottomFoot .bottomFootRight img {}

    script {}
}

@media only screen and (max-width: 925px) {
    .backgroundTop {}

    .otherPage .backgroundImgContain .imgIpseContain:before {
        height: 90%
    }

    .backgroundTop .surroundTop {}

    .backgroundTop .surroundTop .topPortionHero {}

    .backgroundTop .surroundTop .topPortionHero header {}

    .otherPage header {
        background: linear-gradient(rgba(47, 47, 32, 0.6), rgba(47, 47, 32, 0.6)), url(/siteart/hero.png);
    }

    .backgroundTop .surroundTop .topPortionHero .backgroundImgContain {
        margin-top: calc(-7.8125rem - ((1vw - 3.2px) * -5.4545));
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .otherPage .backgroundImgContain {
        display: none !important;
    }

    .backgroundTop .surroundTop .topPortionHero .logoStuff {
        padding-left: 25px !important;
        padding-top: 15px !important;
    }

    .backgroundTop .surroundTop .topPortionHero .logoStuff:hover {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:active {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:focus {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff img {}

    .backgroundTop .surroundTop .topPortionHero .topRight {}

    .backgroundTop .surroundTop .topPortionHero .topRight .topPart {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .backgroundTop .surroundTop .topPortionHero .topRight .primary {}

    .contactInfo {
        display: flex !important;
    }

    .contactsnip {}

    .contactInfo a {
        padding-left: 0 !important;
    }

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contentIpse {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .clear {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary svg {
        display: none;
    }

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .contactsnip {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-envelope {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-location-pin {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul li {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs stop {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        height: auto;
    }

    header:after {
        height: 82%;
    }

    .otherPage header:after {
        height: 76px;
        display: none;
    }

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle {
        font-size: 14px;
        text-align: left;
        margin-right: 4.6875vw;
    }

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:focus {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain {
        position: static;
        width: 1000px;
    }

    .otherPage .backgroundTop .surroundTop .topPortionHero .imgIpseContain {
        height: 13vw;
    }

    .backgroundImgContain .imgIpseContain:before {
        margin-top: calc(-7.8125rem - ((1vw - 3.2px) * -5.4545));
    }

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain .backgroundImg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .flexWrapStuff {
        height: auto;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap {
        float: none;
        position: relative;
        margin-top: calc(-0.4625rem - ((1vw + 3.2px) * 6.4463));
        z-index: 999;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap h1 {
        width: 100%;
        font-size: 37px;
    }

    .leftWrap:after {
        width: 115px;
        margin-top: -117px;
        height: 13px;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap .bottomStuffWelcome {
        position: static;
        background: #484033;
        margin-top: 6px;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p {
        position: static;
        padding: 25px 25px;
        box-sizing: border-box;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p br {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg {
        display: none;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg defs {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient stop {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap {
        top: 0px;
        position: relative;
        z-index: -1;
    }

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap img {
        border-radius: 0;
        width: 100%;
    }

    .backgroundTop .topArea {}

    .backgroundTop .topArea .headStuff {}

    .backgroundTop .topArea .headStuff hr {}

    .backgroundTop .topArea .headStuff h3 {}

    .backgroundTop .topArea p {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:hover {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:active {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:focus {}

    .mobile {}

    .mobile .mobile_top {}

    .mobile .mobile_top .menu-toggle {}

    .mobile .mobile_top .menu-toggle:hover {}

    .mobile .mobile_top .menu-toggle:active {}

    .mobile .mobile_top .menu-toggle:focus {}

    .mobile ul {}

    .mobile ul li {}

    .mobile ul li a {}

    .mobile ul li a:hover {}

    .mobile ul li a:active {}

    .mobile ul li a:focus {}

    .mobile ul li .click.fa.fa-chevron-down {}

    .mobile ul li .list {}

    .mobile ul li li {}

    .mobile ul li li a {}

    .mobile ul li li a:hover {}

    .mobile ul li li a:active {}

    .mobile ul li li a:focus {}

    .mobile .clear {}

    .mobile .nav-footer {}

    .mobile .nav-footer script {}

    .mnStuff {}

    .mnStuff .cloudStuff {}

    .mnStuff .industries.aos-init.aos-animate {}

    .mnStuff .industries.aos-init.aos-animate h3 {}

    .mnStuff .industries.aos-init.aos-animate p {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-list.draggable {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-current.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-cloned {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .waterTower {}

    footer {}

    footer .backFoot {}

    footer .backFoot svg {}

    footer .backFoot svg #Group_367 {}

    footer .backFoot svg #Path_48 {}

    footer .backFoot svg #Path_49 {}

    footer .topFoot {}

    footer .topFoot .rightFoot {
        padding-right: 40px;
    }

    footer .topFoot .rightFoot h2 {}

    footer .topFoot .rightFoot p {}

    footer .topFoot .rightFoot hr {}

    .contactsInfo {}

    footer .topFoot .rightFoot br {}

    footer .topFoot .rightFoot .contactBlock {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-location-pin {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-envelope {}

    footer .topFoot .rightFoot .contactBlock .fancLnk {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:hover {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:active {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:focus {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-phone {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .leftFoot {}

    footer .topFoot .leftFoot .bigobutton {}

    footer .topFoot .leftFoot .bigobutton:hover {}

    footer .topFoot .leftFoot .bigobutton:active {}

    footer .topFoot .leftFoot .bigobutton:focus {}

    footer .topFoot .leftFoot .linkWidth {}

    footer .bottomFoot {}

    footer .bottomFoot .bottomFootLeft {}

    footer .bottomFoot .bottomFootLeft ul {}

    footer .bottomFoot .bottomFootLeft li {}

    footer .bottomFoot .bottomFootLeft li a {}

    footer .bottomFoot .bottomFootLeft li a:hover {}

    footer .bottomFoot .bottomFootLeft li a:active {}

    footer .bottomFoot .bottomFootLeft li a:focus {}

    footer .bottomFoot .bottomFootRight {}

    footer .bottomFoot .bottomFootRight .logoStuff {}

    footer .bottomFoot .bottomFootRight .logoStuff:hover {}

    footer .bottomFoot .bottomFootRight .logoStuff:active {}

    footer .bottomFoot .bottomFootRight .logoStuff:focus {}

    footer .bottomFoot .bottomFootRight img {}

    script {}
}

@media only screen and (max-width: 768px) {
    .navBG {
        width: 170%;
    }
}

@media only screen and (max-width: 768px) {
    .backgroundTop {}

    .backgroundTop .surroundTop {}

    .backgroundTop .surroundTop .topPortionHero {}

    .backgroundTop .surroundTop .topPortionHero header {}

    .backgroundTop .surroundTop .topPortionHero .backgroundImgContain {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:hover {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:active {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff:focus {}

    .backgroundTop .surroundTop .topPortionHero .logoStuff img {}

    .backgroundTop .surroundTop .topPortionHero .topRight {}

    header:after {
        height: 82% !important;
    }

    .backgroundTop .surroundTop .topPortionHero .topRight .topPart {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .backgroundTop .surroundTop .topPortionHero .topRight .primary {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contentIpse {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .clear {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary svg {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .contactsnip {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-envelope {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-location-pin {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo .fa-solid.fa-phone {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary .contactInfo a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul li {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary ul a:focus {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary defs stop {}

    .backgroundTop .surroundTop .topPortionHero .topRight .primary #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button {
        height: auto;
        top: 2px;
    }

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:hover {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:active {}

    .backgroundTop .surroundTop .topPortionHero .topRight #menu-button .menu-toggle:focus {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain {}

    .backgroundTop .surroundTop .topPortionHero .imgIpseContain .backgroundImg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .flexWrapStuff {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap h1 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap .bottomStuffWelcome {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap p br {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg defs {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #Path_51 {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .leftWrap svg #linear-gradient stop {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap {}

    .backgroundTop .surroundTop .topPortionHero .imgContain .rightWrap img {}

    .backgroundTop .topArea {
        padding: 45px 28px;
    }

    .backgroundTop .topArea .headStuff {}

    .backgroundTop .topArea .headStuff hr {
        display: none;
    }

    .backgroundTop .topArea .headStuff h3 {
        text-align: left;
    }

    .backgroundTop .topArea p {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate {
        flex-direction: column;
    }

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk {
        margin: 10px 0;
        width: fit-content;
    }

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:hover {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:active {}

    .backgroundTop .topArea .lnksCntn.aos-init.aos-animate .fancLnk:focus {}

    .mobile {}

    .mobile .mobile_top {}

    .mobile .mobile_top .menu-toggle {}

    .mobile .mobile_top .menu-toggle:hover {}

    .mobile .mobile_top .menu-toggle:active {}

    .mobile .mobile_top .menu-toggle:focus {}

    .mobile ul {}

    .mobile ul li {}

    .mobile ul li a {}

    .mobile ul li a:hover {}

    .mobile ul li a:active {}

    .mobile ul li a:focus {}

    .mobile ul li .click.fa.fa-chevron-down {}

    .mobile ul li .list {}

    .mobile ul li li {}

    .mobile ul li li a {}

    .mobile ul li li a:hover {}

    .mobile ul li li a:active {}

    .mobile ul li li a:focus {}

    .mobile .clear {}

    .mobile .nav-footer {}

    .mobile .nav-footer script {}

    .mnStuff {
        height: 440px;
    }

    .mnStuff .cloudStuff {
        transform: translate(0, 0) !important;
    }

    .mnStuff .industries.aos-init.aos-animate {
        width: 100%;
        z-index: 1;
        transform: translate(0, 0) !important;
        top: -11vw;
    }

    .mnStuff .industries {
        margin: 0 6.34375vw -13.80208vw;
    }

    .mnStuff .industries.aos-init.aos-animate h3 {
        text-align: left;
    }

    .mnStuff .industries.aos-init.aos-animate p {
        width: 100%;
    }

    .mnStuff .industries.aos-init.aos-animate p .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate p .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider {
        width: 85vw;
    }

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-prev.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-list.draggable {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow {}

    .slick-next:after {
        width: 10px !important;
        height: 40px;
    }

    .mnStuff .industries:after {
        display: none;
    }

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-next.slick-arrow:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-current.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .industrycard.slick-slide.slick-cloned {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track img {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:hover {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:active {}

    .mnStuff .industries.aos-init.aos-animate .slideshowStuff.slick-initialized.slick-slider .slick-track .fancLnk:focus {}

    .mnStuff .waterTower {
        opacity: 0.4;
        transform: translate(0, 0) !important;
        bottom: 0 !important;
    }

    footer {
        margin-top: -50px;
    }

    .otherPage footer {
        margin-top: 0;
    }

    footer .backFoot {
        display: none;
    }

    footer .backFoot svg {}

    footer .backFoot svg #Group_367 {}

    footer .backFoot svg #Path_48 {}

    footer .backFoot svg #Path_49 {}

    footer .topFoot {}

    footer .topFoot .rightFoot {
        width: 100%;
        padding-top: 40px;
    }

    footer .topFoot .rightFoot h2 {
        margin-bottom: 20px;
    }

    footer .topFoot .rightFoot p {}

    footer .topFoot .rightFoot hr {
        height: 2px;
        width: 45px;
        margin: 12px 0 12px auto;
    }

    .contactsInfo {}

    footer .topFoot .rightFoot br {}

    footer .topFoot .rightFoot .contactBlock {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-location-pin {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-envelope {}

    footer .topFoot .rightFoot .contactBlock .fancLnk {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:hover {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:active {}

    footer .topFoot .rightFoot .contactBlock .fancLnk:focus {}

    footer .topFoot .rightFoot .contactBlock .fa-solid.fa-phone {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .rightFoot .contactBlock br {}

    footer .topFoot .leftFoot {
        margin-top: 0;
        flex-direction: column;
    }

    footer .topFoot .leftFoot .bigobutton {
        width: 100%;
        height: 230px;
        border-radius: 0 !important;
    }

    footer .topFoot .leftFoot .bigobutton:hover {}

    footer .topFoot .leftFoot .bigobutton:active {}

    footer .topFoot .leftFoot .bigobutton:focus {}

    footer .topFoot .leftFoot .linkWidth {}

    footer .bottomFoot {
        display: flex;
        flex-direction: column;
        margin: 30px;
    }

    footer .bottomFoot .bottomFootLeft {
        width: 100%;
    }

    footer .bottomFoot .bottomFootLeft ul {
        flex-direction: column;
        align-items: center;
    }

    footer .bottomFoot .bottomFootLeft li {
        margin: 0px 0;
    }

    footer .bottomFoot .bottomFootLeft li a {
        font-size: 20px;
    }

    footer .bottomFoot .bottomFootLeft li a:hover {}

    footer .bottomFoot .bottomFootLeft li a:active {}

    footer .bottomFoot .bottomFootLeft li a:focus {}

    footer .bottomFoot .bottomFootRight {
        display: flex;
        margin: 30px auto 0;
    }

    footer:after {
        height: 13px !important;
        margin-top: -9px !important;
        width: 220px;
    }

    footer .bottomFoot .bottomFootRight .logoStuff {}

    footer .bottomFoot .bottomFootRight .logoStuff:hover {}

    footer .bottomFoot .bottomFootRight .logoStuff:active {}

    footer .bottomFoot .bottomFootRight .logoStuff:focus {}

    footer .bottomFoot .bottomFootRight img {
        width: 205px;
    }

    script {}
}

/* loader stuff  */
/* loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    transform: scaleX(2.5);
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    background: var(--lprimary);
    z-index: 9999999;
    border-radius: 0 0 0 400px;
    right: 0;
    /* padding: 10vw; */
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background: white;
    border-radius: 0 0 0 560px;
    /* padding: 50vw; */
    width: 100%;
}

.loaded #loader {
    -webkit-transform: translateX(100%);
    translate: 100% -300%;
    -webkit-transition: .8s cubic-bezier(.075, .82, .165, 1);
    transition: 10s cubic-bezier(.075, .82, .165, 1);
    transition-delay: .4s
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    translate: 200% -300%;
    -webkit-transition: .6s cubic-bezier(.075, .82, .165, 1);
    transition: 7s cubic-bezier(.075, .82, .165, 1);
    transition-delay: .8s;
}

/*}*/