<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************************************************/
/*********************************CSS RESET*******************************************/
/*************************************************************************************/
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    }
}

a {
    text-decoration: none;
    color: inherit;
}
/*************************************************************************************/
/************************************Header*******************************************/
/*************************************************************************************/
#template-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}

/*****************************************
NAVBAR
*****************************************/
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 100;
}

#header {
    position: relative;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    height: auto;
    padding-top: 20px;
    z-index: 1;
}

#header.scrolled {
    padding-top: 10px;
}

a#target {
    position: relative;
    display: block;
    top: -145px;
    visibility: hidden;
}
#small-header-button-wrapper {
    display: none;
}

.hidebutton {
    margin-left: 15px;
    margin-right: 15px;
    min-height: 40px;
}

.scrolled .hidebutton {
    margin-left: 0px;
    margin-right: 0px;
}
/*************************SOCIAL********************************/

#header-social-container {
    position: absolute;
    display: inline-flex;
    left: 0;
    z-index: 5;
    min-width: 25%;
}
.header-social-media {
    display: flex;
    justify-content: center;
}

#header-social-container &gt; ul#social-list {
    list-style-type: none;
}

#social-list {
    display: flex;
}
#social-list li {
    display: flex;
    height: 45px;
    width: 45px;
    flex: 1 1 auto;
    padding: 10px;
    padding-top: 4px;
    cursor: pointer;
}
#social-list li img {
    height: 100%;
    width: 100%;
}
#social-list li svg {
    display: flex;
    height: 28px;
    width: auto;
    background-size: 28px 28px;
}
#social-list li svg path{
    height: 28px;
    width: auto;
    background-size: 28px 28px;
}
#social-list li svg img{
    height: 28px;
    width: auto;
    background-size: 28px 28px;
}

/****************************PHONE**********************************/

#header-phone-container {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
    right: 0px;
    z-index: 5;
    height: 45px;
    padding-top: 4px;
    flex-direction: column;
}

#header-phone-box {
    display: flex;
}

#header-right-container {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
    right: 0px;
    z-index: 5;
    padding-top: 4px;
    /* flex-direction: column; */
}

#header-phone-img svg{
    vertical-align: middle;
    align-items: center;
    height: 48px;
    width: 48px;
    padding-right: 5px;
}

#header-phone-text span {
    font-size: 30px;
    padding-right: 10px;
    text-align: center;
}

a#header-phone-text {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}

#header-custom-button {
    margin-top: 0px;
    margin-bottom: 8px;
    margin-right: 15px;
    text-align: center;
    /* width: 170px; */
    padding: 10px;
}

#header-custom-button p a {
    display: flex;
}

.header-custom-button{
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

/***************************MENULIST*************************/

#header-menu-list {
    display: flex;
    flex: 100%;
    order: 3;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin-left: 60%;
    margin-right: 60%;
    height: 100%;
    margin-top: 20px;
}

.scrolled #header-menu-list {
    flex-direction: column;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0;
}

#header-first-half {
    display: flex;
    list-style-type: none;
    flex: 1;
    min-width: 45%;
    justify-content: space-around;
    align-items: flex-end;
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
    /* padding-bottom: 60px; */
}
#header-second-half {
    display: flex;
    list-style-type: none;
    flex: 1;
    min-width: 45%;
    justify-content: space-around;
    align-items: flex-end;
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
    /* padding-bottom: 60px; */
}

.scrolled #header-first-half {
    margin-top: 15px;
    padding-bottom: 10px;
    width: 100%;
}
.scrolled #header-second-half {
    padding-bottom: 60px;
}
#header-logo-list {
    display: none;
    flex: 1;
    min-width: 45%;
}

.scrolled #headerLogoList {
    display: flex;
    height: 40px;
    width: 275px;
}

#header-menu-list &gt; li {
    flex: 1 1 0;
    margin: 3px;
}

#header-menu-list &gt; div {
    /* flex: 1 1 0; */
}

#header-menu-list a {
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.scrolled #header-menu-list a {
    font-size: 14px;
    letter-spacing: 2px;
}
.hidebutton {
    /* max-width: 100px;
    min-width: 100px; */
}
div.dropdown {
    max-width: 100px;
    min-width: 100px;
    margin: 3px;
}

#header-menu-list li.hidebutton a{
    flex-basis: 100px;
    flex: 1 1 auto;
    padding: 10px;
    /* padding-top: 4px; */
}

#header-menu-list li.hidebutton .dropdown-content .more-list a{
    flex-basis: 100px;
    flex: 1 1 auto;
    margin-top: 35px;
    padding: 10px;
    width: 100%;
}

#header-menu-list li.hidebutton #more-list .more-link a{
    /* width: 100%; */
}

#header-menu-list li.hidebutton a:hover {
    border-radius: 5px;
}

.more-item:hover {
    border-radius: 0px!important;
}

#header-menu-list #header-first-half li.hidebutton:first-child a:hover {
    background-color: transparent;
}
#headerLogoList {
    /* max-width: 150px; */
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 60px; */
    padding-left: 20px;
    padding-right: 20px;
}
#header-menu-list #logo img{
    
}

a#logo &gt; div {
    display: flex;
    justify-content: center;
    align-self: center;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

a#logo &gt; picture &gt; img {
    display: flex;
    justify-content: center;
    align-self: center;
    max-height: 55px;
    margin: auto;
}

a#logo {
    height: 100%;
    width: 100%;
}

#headerLogoList picture {
}

#header-menu-list &gt; .dropdown &gt; li.hidebutton.dropbtn a {
    margin-top: 35px;
    padding: 10px;
}
#headerServiceButton {
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

#serviceButton {
    border-radius: 5px;
}
.logo-hang {
    /* transform: translateY(25px); */
    padding: 35px;
}
.logo-hang img {
    max-width: 200px;
    height: 175px;
}

#info-content {
    /* height: 100px; */
}

/****************************SCROLLED********************************/

.scrolled {
    box-shadow: 0 8px 8px rgba(0, 0, 0, .4);
    z-index: 100;
}

.scrolled #header-phone-container {
    display: inline-flex;
    justify-content: flex-start;
    padding-top: 10px;
}

.scrolled #header-right-container {
    display: inline-flex;
    justify-content: flex-start;
    padding-top: 10px;
}

.scrolled #header-social-container {
    display: inline-flex;
    padding-top: 10px;
}


/***********************DROPDOWN****************************************/
.dropbtn {
    border: none;
    cursor: pointer;
}

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

.dropdown-content {
    position: absolute;
    display: none;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 67px;
}

.dropdown-content:hover {
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
}

.more-link:first-child {
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
}

.dropdown-content a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
}
.more-link {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.more-item {
    margin-top: 0px!important;
}
more-item:hover {
    width: 100%;
}
.more-item a {
    font-size: 90%;
    width: 100%;
}

.dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    width: 250px;
}

.scrolled .dropdown:hover .dropdown-content {
    margin-top: 32px;
    width: 200px;
}

a#serviceLink.active:hover {
    border-radius: 5px!important;
}

.active {
    border-radius: 5px!important;
}

/*******************************Buttons*************************************/
.addedButton a {
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    height: 100%;
    line-height: normal;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    border: 2px solid;
}

.addedButton {
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    display: block;
    margin-bottom: 2em;
    margin-top: 2em;
    width: 200px;
}

div.addedButton {
    /* margin-top: 50px; */
    text-align: center;
}

/*****************************BOT SERVICE NAV*******************************/

#value-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    height: auto;
}

#value-list a {
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    font-size: 14px;
}

/****************************************************************************/
/*****************************Footer****************************************/
/****************************************************************************/
#footer-background {
    display: flex;
    justify-content: center;
    height: auto;
    min-height: 260px;
}

#footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
}

#footer-section-list {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}

#footer-section-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
}
#footer-address {
    margin-top: 15px;
}
#footer-business-name {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bolder;
}
#footer-address-loc {
    font-size: 14px;
}

#footer-hours {
    margin-top: 10px;
    font-size: 14px;
}

#footer-section-middle {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
}

#footer-phone-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    /* flex: 1; */
    margin-top: 15px;
    margin-bottom: 10px;
}
#footer-phone-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#footer-phone-img svg {
    height: 25px;
    width: 25px;
}

#footer-phone-text {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

#footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-height: 33%;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer-social-list {
    display: flex;
    flex: 1;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    height: 100%;
    flex-wrap: wrap;
}

#footer-social-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

#footer-social-list li a svg{
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-social-list li svg {
    display: flex;
}

#footer-social-list li svg:hover {
    opacity: .65;
}

.footer-social-media {
    display: flex;
    justify-content: center;
    max-width: 40px;
}

#footer-social-container {
    display: flex;
    align-items: center;
    flex: 1;
    /* max-height: 33%; */
}

.footer-social-media a svg{
    width: 28px;
    height: 28px;
}

#footer-section-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
    flex: 1;
}

#footer-tags {
    margin-top: 15px;
    width: 70%;
}

#footer-keys {
    font-size: 10px;
}

#footer-copyright-bottom a {
    text-decoration: none;
}

#footer-social-media svg {
    display: flex;
    background-size: 28px 28px;
}

#footer-copyright-bottom {
    text-align: center;
}


@media screen and (max-width:1250px) {
    #header-menu-list {
        margin-top: 50px;
    }

    .scrolled #header-menu-list {
        margin-top: 0;
    }

}

@media screen and (max-width:950px) {
    #footer-background {
        height: auto;
    }
    #footer-section-list {
        flex-direction: column;
    }

    #footer-section-right {
        display: none;
    }

    #footer-address {
        text-align: center;
    }

    #footer-hours {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #footer-section-right {
        display:none;
    }

    #footer-section-left {
        align-items: center;
    }
}

@media screen and (max-width:770px) {
    #header-menu-list {
        display: flex;
    }

    .scrolled #header-menu-list {
        order: 1;
        /* margin-left: auto;
        margin-right: auto; */
        align-items: flex-start;
        flex: unset;
        width: 40%;
    }

    #header-first-half {
        display: none;
    }

    #header.scrolled {
        padding-bottom: 10px;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .scrolled #header-social-container {
        display: none;
    }

    .scrolled #header-phone-container {
        display: flex;
        position: unset;
        order: 3;
        width: 40%;
        justify-content: flex-end;
        padding-top: 0;
        align-content: center;
        align-items: center;
    }

    .scrolled #header-right-container {
        display: flex;
        position: unset;
        order: 3;
        width: 40%;
        justify-content: flex-end;
        padding-top: 0;
        align-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    #header-right-container {
        flex-direction: column-reverse;
    }

    #header-custom-button {
        max-width: 170px;
        margin-top: 10px;
        margin-left: auto;
    }

    #header-phone-box {
        margin-left: auto;
    }

    .scrolled &gt; div#small-header-button-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 2;
        width: 20%;
    }

    .scrolled #headerLogoList {
        height: auto;
        width: 80%;
        max-height: 100px;
    }

    .line1, .line2, .line3 {
        position:relative;
        display:block;
        margin-top:5px;
        width:25px;
        height:3px;
        opacity:1.0;
        border-radius:15%;
    }
    #toggle-small-header-button {
        /* margin-top: 35px; */
        /* flex: 0;
        position: absolute;
        height:25px;
        width:25px;
        text-decoration:none;
        font-size: 36px !important;
        cursor:pointer;
        z-index:100; */
    }
    .menuitems {
        text-decoration: none;
        font-size: 22px;
        width: 100%;
        height: 100%;
        justify-content: center;
    }
    .smallmenuitems {
        text-decoration: none;
        justify-content: center;
        font-size: 22px;
        /* text-decoration: none;
        font-size: 22px;
        width: 100%;
        height: 100%;
        justify-content: center; */
    }
    #small-menulist {
        /* display: none; */
        max-height: 0;
        align-items: center;
        position: absolute;
        justify-content: flex-start;
        margin: 0;
        margin-top: 60px;
        /* height: 200px; */
        /* padding-top: 15px;
        padding-bottom: 20px; */
        overflow: auto;
        transition: max-height 0.4s ease-out;
        z-index: 1;
        flex-direction: column;
        justify-content: center;
        min-width: 320px;
    }
    #small-menulist::-webkit-scrollbar {
        display: none;
    }
    #small-menulist &gt; li {
        width: 90%;
        justify-content: center;
        align-items: center;
        min-height: initial;
        height: auto;
        /* padding-top: 10px; */
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .menulist &gt; li &gt; a.menuitems {
        display: flex;
    }
    .smallmenulist &gt; li &gt; a.smallmenuitems {
        display: flex;
        width: 100%;
        text-align: center;
        font-size: 15px;
        /* height: 100%; */
    }
    .menulist &gt; li {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        min-width: 90%;
        width: 100%;
    }
    .smallmenulist &gt; li {
        list-style: none;
        text-align: center;
        /* display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        min-width: 90%;
        width: 100%; */
    }
    ul.smallmenulist {
        min-width: 320px;
        /* display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 300px;
        z-index: 5;
        top: 140px;
        overflow: auto;
        max-height: 200px; */
    }
    ul.menulist {
        position: absolute;
        display: none;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        top: 135px;
        min-width: 300px;
        z-index: 5;
    }
    .toggleStyle {
        display: flex!important;
        z-index: 1;
        transition: all .6s ease;
        flex-direction: column;
    }

    /************************************************
    Animations
    ************************************************/
    .slideDown{
        animation-name: slideDown;
        -webkit-animation-name: slideDown;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-timing-function: ease;
        -webkit-animation-timing-function: ease;
        visibility: visible !important;
    }
    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(0%);
        }
        100% {
            transform: translateY(0%);
        }
    }
}

@media screen and (max-width:550px) {
    #header-social-container {
        display: none;
    }

    #header.scrolled {
        flex-direction: column;
        /* max-height: 150px; */
    }

    .scrolled #header-phone-container {
        order: 2;
        width: 100%;
        justify-content: center;
    }

    .scrolled #header-right-container {
        order: 2;
        width: 100%;
        justify-content: center;
    }

    .scrolled &gt; div#small-header-button-wrapper {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .scrolled #header-menu-list {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .scrolled #headerLogoList {
        max-height: unset;
        width: auto;
    }

    #headerLogoList picture {
        height: 100%;
        width: auto;
    }

    #small-menulist {
        /* margin-top: 260px; */
        margin-top: 10px;
        position: relative;
        width: 100%;
    }

    #small-menulist &gt; li {
        width: 35%;
    }

    #header-phone-container {
        justify-content: center;
    }

    #header-right-container {
        justify-content: center;
        right: unset;
    }
    #header-custom-button {
        margin-right: auto;
    }
    #header-phone-text span {
        padding-right: unset;
    }
    #header-phone-box {
        margin-right: auto;
    }
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.play-button::before {
    content: '';
    display: inline-block;
    margin-left: 4px;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent white;
}

.play-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.play-button:hover::before {
    border-left-color: #ddd;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    margin-bottom: 20px; 
    height: 500px;
    overflow: hidden;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
		max-width: 100%;
}</pre></body></html>