<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#9cbbcc!important; color:#fff}
::-moz-selection{ background:#9cbbcc!important; color:#fff}

a{text-decoration: none; outline:none}
a:hover{ color:#666666; text-decoration: none; outline:none}

h1, h2, h3, h4, h6 {
    font-family: 'Roboto';
}

body{ background:#fff; border:0; font-family: 'Roboto'; color:#666666 ; line-height:1.6154; min-width:320px;}
img {
    height: auto;
    max-width: 100%;
}
ul, ol, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
p {
    line-height: 28px;
    font-weight: 300;
    color: #606060;
}
b, strong{
    font-weight: bold;
}
.w-100{
    width: 100%;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-120 {
    padding-top: 120px;
}
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}

.btn-hover {
    display: inline;
    width: 100%;
    padding: 8px 30px;
    height: 36px;
    line-height: 38px;
    font-size: 18px;
    border: 2px solid #fa0;
    border-radius: 50px;
    text-align: center;
    transition: all ease .3s;
    position: relative;
    color: #fa0;
    cursor: pointer;
    z-index: 1;
}
.btn-hover:after {
    content: '';
    background-color: #fa0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 38px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 50px;
}
.btn-hover:hover {
    color: #000;
}
.btn-hover:hover:after {
    opacity: 1;
    right: 0;
    width: calc(100% - 0px);
}

.title h4{
    letter-spacing: 0.15em;
    background: -webkit-linear-gradient(45deg, #822A85, #E5007F 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}
.title h2{
    font-weight: 700;
    color: #000;
    font-size: 24px;
}
.title{
    font-weight: 600;
    margin-bottom: 30px;
}
.section-bg {
    overflow: hidden;
    width: 100%;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.relative{
    position: relative;
}
.archive-page-header{
    width: 100%;
    padding-top: 23%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.archive-page-header .archive-page-header-inner {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.pagination {
    width: 100%;
    padding: 9px 5px;
    margin: 0;
    border: 1px dashed #e2e2e2;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

.pagination a.page-numbers, .pagination span {
    display: inline-block;
    float: none;
    height: 36px;
    line-height: 34px;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: center;
    width: 36px;
    color: #212529;
    background: #fff;
    border: 1px solid #822a85;
    border-radius: 50%;
    font-weight: 600;
}

.pagination a.page-numbers:focus,
.pagination a.page-numbers:hover,
.pagination a.current,
.pagination span.current,
.pagination span.current:focus,
.pagination span.current:hover {
    background: #822a85;
    color: #fff;
}
.mm-slideout{
    z-index: inherit !important;
}
.block-title{
    margin-top: 30px;
    margin-bottom: 30px;
}
.main-title h3{
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 25px;
}
.main-title h3 span {
    color: #ffaa00;
}
.main-title{
    position: relative;
}
.main-title:before{
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    border-bottom: 1px solid #000;
    bottom: -5px;
    left: calc(50% - 80px);
}
.main-title:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #000;
    bottom: -10px;
    left: calc(50% - 40px);
}
@media (min-width: 1230px) {

}
/* Default landscape and desktop to large desktop */
@media (max-width: 1229px) {
}

@media (min-width: 1000px) {
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

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

@media (max-width:992px) {

}

@media (max-width: 767px) {

}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
}

@media (max-width: 575px) {

}
/* Landscape phones and down */
@media (max-width: 480px) {

}</pre></body></html>