<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer .input-group{
    border: 1px solid #00aeef;
    border-radius: 30px;
    overflow:hidden;
}
footer .input-group &gt; .form-control-no{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
footer .form-control-no{
    display: block;
    width: 100%;
    height: 60px;
    padding: 0.375rem 0.75rem 0.375rem 30px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(55, 55, 55,1);
    line-height: 1.5;
    background-color: rgba(255,255,255,0);
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}
footer .form-control-no::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(55, 55, 55,.3);
}
footer .form-control-no::-moz-placeholder { /* Firefox 19+ */
    color: rgba(55, 55, 55,.3);
}
footer .form-control-no:-ms-input-placeholder { /* IE 10+ */
    color: rgba(55, 55, 55,.3);
}
footer .form-control-no:-moz-placeholder { /* Firefox 18- */
    color: rgba(55, 55, 55,.3);
}
footer a.mailchimp-btn{
    border: none;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    background-color: #00aeef;
    /* padding: 0 45px 0 20px; */
    padding:0 22px;
    line-height: 50px;
    position: relative;
    border-radius: 30px;
    height: 50px;
    margin-top: 5px;
    margin-right: 5px;
}
footer a.mailchimp-btn:before{
    display: none !important;
    content: "";
    position: absolute;
    right: 20px;
    line-height: 45px;
    width: 0px;
    height: 8px;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    top: 0;
    bottom: 0;
    border-top: 4px solid rgba(0,0,0,0);
    border-bottom: 4px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(255,255,255,.5);
}
footer .input-group-append:hover a.mailchimp-btn:before{
    right: 17px;
    border-left: 5px solid rgba(255,255,255,1);
}
footer input.mailchimp-btn{
    position: absolute;
    height: 100%;
    width:100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.footer-collpased ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-collpased li a{
    font-size:14px;
    line-height: 18px;
    padding: 5px 0;
    display: inline-block;
    color:rgba(44, 44, 44, 0.7);
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.footer-collpased li a:hover{
    color:rgba(44, 44, 44, 1);
}
.collapsed-btn{
    text-decoration: none !important;
}

.social-share{
    list-style-type:none;
    padding:0;
    margin:0;
}
.social-share li{
    display:inline-block;
    padding:5px;
}
.social-share a{
    font-size:20px;
    opacity:.7
}
.social-share a:hover{
    opacity:1
}
.footer-last:before{
    content:"";
    position:absolute;
    height:1px;
    background-color: rgba(216, 216, 216,.6);
    display:inline-block;
    width: 200%;
    top:0;
    left: 50%;
    margin-left:-100%;


}
footer .footer-last a,
footer .footer-last span{
    opacity:.6;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
footer .footer-last a:hover{
    opacity:1 !important;
}

@media only screen and (min-width: 992px) {
    .collapsed-btn{
        cursor: default;
    }
    .collapse.dont-collapse-lg,
    .collapsing.dont-collapse-lg {
        display: flex;
        height: auto !important;
        visibility: visible;
    }
}
@media only screen and (max-width: 991.98px) {
   .collapsed-btn{
       padding:12px 20px 12px 10px !important;
       position:relative;
       display: block;
       border-bottom:1px solid #ebebeb;
   }
   
   .collapsed-btn:before{
        content: "";
        position: absolute;
        right: 15px;
        width: 0px;
        height: 8px;
        margin-top: auto;
        margin-bottom: auto;
        display: inline-block;
        top: 0;
        bottom: 0;
        border-left: 4px solid rgba(0,0,0,0);
        border-right: 4px solid rgba(0,0,0,0);
        border-top: 4px solid rgba(44, 44, 44,.4);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transform-origin: 50% 50%;
        border-radius: 0.6px;
    }
    .collapsed-btn.collapsed:before{
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
   .footer-collpased ul{
        padding: 5px 10px 15px 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    footer .form-control-no{
        height: 50px;
        padding: 0.375rem 0.75rem 0.375rem 15px;
        font-size: 16px;
    }
    footer a.mailchimp-btn {
        /* padding: 0 32px 0 20px; */
        padding: 0 20px;
        line-height: 42px;
        height: 42px;
        margin-top: 4px;
        margin-right: 4px;
    }
   .collapsed-btn{
       padding:8px 20px 8px 10px !important;
   }
}</pre></body></html>