<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default Styling */
:root {
    --title-font:'Raleway';
    --paragraph-font:'Montserrat';
    --h1:42px;
    --h2:24px;
    --h3:18px;
    --h4:22px;
    --h5:18px;
    --p:16px;

    --main_accent:#8b8b8b;

}
.h1, 
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--title-font);
    text-transform: uppercase;
}
h1 {
    font-size: var(--h1);
} 
h1 * {
        font-size: var(--h1);

}
h2 {
    font-size: var(--h2);
}
h2* {
        font-size: var(--h2);
}
h3 {
    font-size: var(--h3);
}
h3  * {
        font-size: var(--h3);
}
h4 {
    font-size: var(--h4);
}
h4 * {
        font-size: var(--h4);
}
h5 {
font-size: var(--h5);
}
h5 * {
        font-size: var(--h5);

}
body,
p {
    font-size: var(--p);
    line-height: 1.5;
    color: #8b8b8b;
}
a,
a:hover,
input,
input:hover,
button,
button:hover,
img,
header,
.inner_header {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
img {
    max-width: 100%;
    height: auto;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}
.margin-top-0 {
    margin-top: 0px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.padding-top-155 {
    padding-top:155px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}
.wpcf7-submit:hover,
a,
a:hover,
div,
div:hover,
img,
img:hover,
input,
input.wpcf7-submit,
input:hover. strong,
strong:hover,
svg,
svg:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none
}
/* End Default Styling */
header {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    z-index: 100;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;



}

#home-header-center {
    text-align: center;
}
#home-header-center img {
    max-width: 140px;
    height: auto;
}
#home-header-right {
    text-align: right;
}
#home-header-right .menu_icon {
        float: right;
        width:40px;
        display: grid;
        cursor: pointer;
}
#home-header-left * {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}
#home-header-left strong strong {
    font-weight: 700;
}
    

#home-header-right span {
    width: 100%;
    height:1px;
    background:#fff;
    display: inline-block;
    margin-bottom: 8.5px;
    margin-top: 0;
    position: relative;
    margin-right: 0 !important;
}
#home-header-right span:nth-last-child(1) {
    margin-bottom: 0;
}
header.scroll-nav #home-header-center {
    img {
        max-width: 75px;
        height: auto;
    }
}
header.scroll-nav #home-header-center img {
    max-width: 75px;
    height: auto;
}
footer {
    margin-top: 160px;
    padding: 60px 0;
    background: #000;
}
footer #footer_left_content {
        text-align: center;
}
footer #footer_left_content  h3 {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
footer #footer_left_content p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 1rem;
}   
footer #footer_left_content a {
    color: #fff;
    margin: 0 7.5px;
    display: inline-block;
}    
footer #footer_middle_logo {
    text-align: center;
    border-left: solid thin #8b8b8b;
    border-right: solid thin #8b8b8b;
}      
footer  #footer_middle_logo img {
    max-width: 140px;
    height: auto;
} 
footer #footer_middle_logo img {
    max-width: 140px;
    height: auto;
} 
       
        

footer #footer_right_menu  ul {
    list-style: none;
    padding-left: 60px;
    margin-bottom: 0;
}
footer #footer_right_menu  li {
    margin-bottom: 4px;
}
footer #footer_right_menu  li a {
    color: #fff;
    font-size: 14px;
}    
            
footer p.macroblu {
    font-size: 10px;
    text-align: center;
    margin-top: 60px;
    color: #fff;
    margin-bottom: 0;
}
footer p.macroblu a {
    color: #fff;
}

#side-menu {
    position: fixed;
    right: -17vw;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .85);
    padding: 55px 15px;
    width: 17vw;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
}
#side-menu #side-menu-close {
    cursor: pointer;
    position: absolute;
    right: 47px;
}
#side-menu h3 {
    font-weight: 300;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 46px;
}
#side-menu ul {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
        list-style: none;
}
#side-menu ul li {
            display: block;
            text-align: center;
            margin-bottom: 15px;
}
#side-menu ul li a {
                color: #fff;
                font-size: 18px;
                text-transform: uppercase;
            }








#side-menu.activated {
    right: 0;
}
/* Banner Variation 1 Styling */
.banner_var-1 {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: end;
    height: 100vh;
    text-align: left;
    position: relative;
} .banner_var-1 *:not(a) {
        color:#fff;
    }
    .banner_var-1 h1 {
        margin-bottom: 1rem;
        font-size: var(--h4);
    }
    .banner_var-1 p {
        line-height: 1.2;
        font-size: var(--h1);
        font-family: var(--title-font);
        text-transform: uppercase;
    }
    .banner_var-1 .banner_btns {
        margin-top:1rem;
        text-align: left;
    }  
body:not(.home) {
    .banner_var-1 {

        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
.banner_var-1:has(p) {
    p {
        margin-bottom: 30px;
    }
    .banner_btns {
        margin-top: 0;
    }   
}
body:not(.home) .banner_var-1 {
    max-height: 500px;
}
body:not(.home) .banner_var-1 h1 {
        font-size: var(--h1);
    }

.banner_rotating {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;
}
a.btn_1 {
    padding:7.5px 15px;
    border:solid thin var(--main_accent);
    display: inline-flex;
    min-width: 135px;
    height:50px;
    justify-content: center;
    align-items: center;
    margin:0 3.75px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
a.btn_2 {
    padding:7.5px 15px;
    border:solid thin var(--main_accent);
    display: inline-flex;
    min-width: 135px;
    height:50px;
    justify-content: center;
    align-items: center;
    margin:0 3.75px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    letter-spacing: 2px;
}
.btn_1 {
    background:var(--main_accent);
    color:#fff;
}
.btn_1:hover {
    color:var(--main_accent);
    background:#fff;
}
.btn_2 {
    color:var(--main_accent);
    background:#fff;
}
.btn_2:hover {
    background:var(--main_accent);
    color:#fff;
}
/* Banner Variation 1 Styling End */
/* Module 0 Styling */


    .module_0 h2 {
        margin-bottom: 1rem;
        font-size: var(--h1);
    }
    .module_0 p {
        margin-bottom: 0;
    }

    .module_0 .default_section_title h2 {
            margin-bottom: 30px;
        }
  

    .default_section_title:has(p)  h2 {
        margin-bottom: 30px;
    }
    .default_section_title:has(p) p {
        margin-bottom: 0;
    }
    


        body:not(.home)  .module_0 p {
            margin-bottom: 1rem;
        }

/* Module 0 Styling Ending */
/* Module 1 Styling */
.section_panel img {
    object-fit: cover;
    height:250px;
    width:100%;
}


.module_1 .section_panel {
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 3px 30px #00000014;
    text-align: center;
}
.module_1 img {
    object-fit: cover;
    height:300px;
    width:100%;
}
    .module_1 .section_panel_details {
        padding:30px;
    }
        .module_1 .section_panel_details h3 {
            margin-bottom: 1rem;
        }
        .module_1 .section_panel_details p {
            margin-bottom: 0;
        }



/* Module 1 Styling */
/* Module 5 Styling */
.module_5 {
    text-align: center;
}
.module_5 h2 {
        margin-bottom: 1rem;
        position: relative;
        
    }
    .module_5 h2:after{
        content:'';
        background:var(--main_accent);
        height:2px;
        width:150px;
        left:50%;
        bottom:0;
        transform:translateX(-50%);
    }
    .module_5 p {

        margin-bottom: 1rem;
    }
    .module_5 a:not(.margin-top-0) {
        margin-top: 1rem;
    }


/* Module 5 Styling End */
/* Module 3 Styling */

    .module_3 ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    .module_3 ul li {
        margin-bottom: 0.5rem;
    }
    .module_3 span {
        margin-bottom: 1rem;
        display: block;
        font-weight: 500;
    }
    .module_3 h1 {
        margin-bottom: 1rem;
    }
    .module_3h2 {
        margin-bottom: 1rem;
    }
    .module_3h3 {
        margin-bottom: 1rem;
        font-size: var(--h2);
    }
    .module_3 img {
        width:100%;
    }



/* Module 3 Styling End */

    .module_6 h2 {
        margin-bottom: 1rem;
    }
    .module_6 p {
        margin-bottom: 30px;
    }
    .module_6 form p {
        margin-bottom: 0;
    }


    .module_6 input:not([type="submit"]) {
        width: 100%;
        height:40px;
        margin-top: 7.5px;
    }
    .module_6 textarea {
        margin-top: 15px;
        width: 100%;
    }
    .module_6 label {
       
        display: inline-block;
        width: 100%;
    }
    .module_6  .wpcf7-form-control-wrap {
        display: inline-block;
        width: 100%;
    }
    .module_6 input[type="submit"] {
        padding:7.5px 15px;
        border:solid thin var(--main_accent);
        display: inline-flex;
        min-width: 135px;
        height:50px;
        justify-content: center;
        align-items: center;
        margin:0 3.75px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
        background:transparent;
    }
    .module_6 input[type="submit"]:hover {
        background:var(--main_accent);
        color:#fff;    
    }
    .module_6 .wpcf7-form-control-wrap {
        margin-bottom: 15px;
    }

        .r_contact_1 p {
            margin-top: 1rem;
            margin-bottom: 0;
        }
        .r_contact_1 a {

            text-decoration: underline;
            color:#8b8b8b;
        }

.module_6a h2 {
    margin-bottom: 1rem;
}
/* Module 6 Styling End */
.seperator-img {
    text-align: center;
    display: inline-block;
    width: 100%;

}
.seperator-img:before {
    right: 100%;
    right: calc(50% + 35px);
    width: 100%;
    position: absolute;
    border-bottom: solid thin #8b8b8b;
    content: "";
    margin-top: 25px;
}
.seperator-img:after {
    left: calc(50% + 35px);
    width: 100%;
    position: absolute;
    border-bottom: solid thin #8b8b8b;
    content: "";
    margin-top: 25px;
}
.seperator-img img {
    max-width: 50px;
    height: auto;
}
.input__field {
    position: relative;
    display: block;
    -webkit-appearance: none;
}

.input__field:focus {
    outline: 0;
}

.input__label {
    display: inline-block;
    padding: 0 1em;
    color: #8b8b8b;
    font-weight: 400;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
}

.wpcf7-form.invalid .input--hoshi {
    margin-bottom: 30px;
}

.input--hoshi {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}

.input__field--hoshi {
    margin-top: 1em;
    padding: .85em .15em;
    width: 100%;
    background: 0 0;
    color: #8b8b8b;
    text-transform: uppercase;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 .25em;
    width: 100%;
    text-align: left;
    pointer-events: none;
}

.input__label--hoshi {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.toggle-label .input__label--hoshi {
    -webkit-animation: anim-1 .3s forwards;
    animation: anim-1 .3s forwards;
}

.toggle-label .input__label-content--hoshi {
    font-size: 10px;
}

.toggle-label .input__label-content--hoshi span {
    font-size: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em,0,0);
        transform: translate3d(1em,0,0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em,-40%,0);
        transform: translate3d(-1em,-40%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,-40%,0);
        transform: translate3d(0,-40%,0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em,0,0);
        transform: translate3d(1em,0,0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em,-30px,0);
        transform: translate3d(-1em,-30px,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }
}

.contact-fields .col-md-4 input {
    height: 40px;
    border: none;
    outline: 0;
    border-bottom: solid thin #8b8b8b;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #8b8b8b;
    width: 100%;
}

.contact-fields .col-md-4 span.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form-control-wrap {
    position: static;
}

.contact-fields .col-md-4 textarea {
    height: 121px;
    border: none;
    outline: 0;
    border-bottom: solid thin #8b8b8b;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #8b8b8b;
    width: 100%;
    padding-top: 35px;
}

.contact-fields .col-md-12 input {
    padding:7.5px 15px;
    border:solid thin var(--main_accent);
    display: inline-flex;
    min-width: 135px;
    height:50px;
    justify-content: center;
    align-items: center;
    margin:0 3.75px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    letter-spacing: 2px;
    float: right;
    cursor: pointer;
    margin-top: 1rem;
    background:transparent;
    color:#000;
}
.contact-fields .col-md-12 input:hover {
    color:#fff;
    background:var(--main_accent);
}
.contact-fields div span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    color: #8b8b8b;
    text-transform: uppercase;
    margin-top: 3px;
}

.below_panels_home div.wpcf7-acceptance-missing,.below_panels_home div.wpcf7-validation-errors {
    border-style: solid;
    border-width: 1px;
    border-color: #8b8b8b;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    padding: 7px;
    background: #8b8b8b;
}

.contact-fields .col-md-4 {
    margin-top: 2px;
}
 
.default_information h3 {
        margin-bottom: 1rem;
        font-size: var(--h2);  
    }
    .default_information p {
    }
    .default_information .seperator-img {
        margin-top:calc(60px - 1rem);
    }
    .default_information  a {
        color: #8b8b8b;
        text-decoration: underline !important;
    }
    .default_information a:hover {
        color: #8b8b8b;
        text-decoration: underline !important;
    }

.section_v1_single {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
    height:100vh;
} .section_v1_single h1 {
        text-shadow: 0 5px 27.2px rgba(19, 19, 19, .75);
        text-transform: uppercase;
        color:#fff;
    }

.about_content h3 {
    font-family: "Nothing You Could Do", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
}
.margin-bottom-60-1rem {
    margin-bottom: calc(60px - 1rem);
}
body.page-id-41 .module_0 table td {
    font-weight: 400 !important;
    min-width: 100px;
    vertical-align: top;
}
body.page-id-41 .module_0 table a {
    text-decoration: underline !important;
    color:#8b8b8b;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.post-nav a {
    color: #8b8b8b
}

.post-nav div {
    padding: 0 15px;
    font-size: var(--h2);
    color: #8b8b8b;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.post-nav div svg {
    position: absolute;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.post-nav div.alignright svg {
    right: 3px;
    top: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.post-nav div.alignleft svg {
    left: 3px;
    top: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.post-nav div.alignright:hover svg {
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.post-nav div.alignleft:hover svg {
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
@media (max-width: 1199.98px) {

    .module_1 .section_panel_details h3 {
        margin-bottom: 1rem;
    }


    .section_panel {

    } 
    #side-menu {
        width:25vw;
        right:-25vw;
    }
    header #home-header-center img {
        max-width: 60px;
        height: auto;
    }
    #home-header-center img {
        max-width: 60px;
    }
    .section_panel_details {
        padding:30px;
    }
}

@media (max-width: 991.98px) {
    :root {
        --title-font:'Raleway';
        --paragraph-font:'Montserrat';
        --h1:32px;
        --h2:24px;
        --h3:18px;
        --h4:22px;
        --h5:18px;
        --p:16px;
    
        --main_accent:#8b8b8b;
    
    }
    .margin-bottom-15 {
        margin-bottom: 15px;
    }
    .margin-bottom-30 {
        margin-bottom: 30px;
    }
    .margin-bottom-60 {
        margin-bottom: 30px;
    }
    .margin-bottom-90 {
        margin-bottom: 60px;
    }
    .margin-bottom-120 {
        margin-bottom: 60px;
    }
    .margin-top-60 {
        margin-top: 30px;
    }
    .margin-top-90 {
        margin-top: 60px;
    }
    .margin-top-120 {
        margin-top: 60px;
    }

    .padding-bottom-60 {
        padding-bottom: 30px;
    }
    .padding-bottom-90 {
        padding-bottom: 60px;
    }
    .padding-bottom-120 {
        padding-bottom: 60px;
    }

    .padding-top-60 {
        padding-top: 30px;
    }
    .padding-top-90 {
        padding-top: 60px;
    }
    .padding-top-120 {
        padding-top: 60px;
    }




    .banner_var-1 {
        max-height:50vh;
        overflow: hidden;
    }

     .banner_var-1   .owl-item div {
        max-height:50vh;
    }
    
    .banner_btns a:nth-last-child(1) {
        margin-top:15px;
    }
    .section_v1_single {
        max-height: 50vh;
        background-attachment: initial !important;
    }
    #side-menu {
        width:40vw;
        right:-40vw;
    }
    .about_content h3 {

        font-size: 24px;
    }
    .page-id-39 .module_3 h3 {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .module_3 img {
        margin-bottom:30px;
    }
    .module_1 .section_panel img {
        height:300px;
    }
    .section_panel img {
        object-fit: cover;
        height: 250px;
        width: 100%;
    }
    .padding-top-155 {
        padding-top:60px;
    }
    .page-id-39 .module_3 h3 {
        margin-top: 0px;
    }
}</pre></body></html>